* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.container {
    margin: auto;
    width: 1213px;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.eNf-framework-wrap {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.Sdh-head-learn {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}.pWX-footer-subscribe {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.iEO-client-feedback {
    overflow: hidden;
    position: relative;
    padding: 90px 0;
    background: linear-gradient(180deg, rgb(237,234,239) 0%, #ffffff 100%);
}.iEO-client-feedback::before {
    z-index: 1;
    height: 100%;
    background-image: 
        radial-gradient(circle at 80% 20%, rgb(204,198,212,0.5) 0%, transparent 15%),
        radial-gradient(circle at 20% 80%, rgb(167,161,179,0.5) 0%, transparent 15%);
    content: "";
    position: absolute;
    opacity: 0.7;
    width: 100%;
    top: 0;
    left: 0;
}.iEO-client-feedback .Mma-expert-classes {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.iEO-client-feedback h4 {
    font-size: 35px;
    opacity: 1;
    animation: fadeInDown 1s ease-out;
    text-align: center;
    margin-bottom: 60px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 700;
    transform: translateY(0);
    position: relative;
}@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.iEO-client-feedback h4::after {
    bottom: -15px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    border-radius: 10px;
    background: rgb(204,198,212);
    width: 80px;
    transform: translateX(-50%);
}.iEO-client-feedback .dTX-review-grid {
    margin: 0 auto;
    position: relative;
    max-width: 900px;
}.iEO-client-feedback .dTX-review-grid::before {
    z-index: 1;
    transform: translateX(-50%);
    width: 4px;
    content: "";
    background: linear-gradient(to bottom, rgb(204,198,212,0.5), rgb(167,161,179,0.5));
    position: absolute;
    bottom: 0;
    left: 50%;
    top: 0;
    border-radius: 10px;
}.iEO-client-feedback .auZ-success-opinions {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 11px;
    background: #ffffff;
    clear: both;
    margin-bottom: 60px;
    padding: 30px;
    transition: all 0.4s ease;
    width: 45%;
}.iEO-client-feedback .auZ-success-opinions:nth-child(odd) {
    animation: slideInLeft 0.8s ease-out both;
    animation-delay: calc(0.2s * var(--i, 0));
    float: left;
}.iEO-client-feedback .auZ-success-opinions:nth-child(even) {
    animation: slideInRight 0.8s ease-out both;
    float: right;
    animation-delay: calc(0.2s * var(--i, 0));
}@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.iEO-client-feedback .auZ-success-opinions::before {
    z-index: 2;
    position: absolute;
    border: 4px solid #ffffff;
    height: 20px;
    transition: all 0.4s ease;
    content: "";
    width: 20px;
    box-shadow: 0 0 0 4px rgb(204,198,212,0.5);
    border-radius: 50%;
    top: 30px;
    background: rgb(204,198,212);
}.iEO-client-feedback .auZ-success-opinions:nth-child(odd)::before {
    right: -60px;
}.iEO-client-feedback .auZ-success-opinions:nth-child(even)::before {
    left: -60px;
}.iEO-client-feedback .auZ-success-opinions:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.iEO-client-feedback .auZ-success-opinions:hover::before {
    background: rgb(167,161,179);
    box-shadow: 0 0 0 4px rgb(167,161,179,0.5);
}.iEO-client-feedback .auZ-success-opinions::after {
    content: "";
    top: 32px;
    width: 15px;
    border-width: 10px;
    height: 15px;
    transition: all 0.4s ease;
    position: absolute;
    border-style: solid;
}.iEO-client-feedback .auZ-success-opinions:nth-child(odd)::after {
    right: -20px;
    border-color: transparent transparent transparent #ffffff;
}.iEO-client-feedback .auZ-success-opinions:nth-child(even)::after {
    left: -20px;
    border-color: transparent #ffffff transparent transparent;
}.iEO-client-feedback .bmr-media-thumbnail {
    margin-right: 20px;
    width: 70px;
    margin: 0 auto 15px;
    border: 3px solid #ffffff;
    float: left;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}.iEO-client-feedback .auZ-success-opinions:hover .bmr-media-thumbnail {
    transform: scale(1.05);
    border-color: rgb(204,198,212);
}.iEO-client-feedback .auZ-success-opinions span {
    transition: all 0.3s ease;
    display: block;
    font-weight: 600;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22px;
}.iEO-client-feedback .auZ-success-opinions p {
    line-height: 1.7;
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
    clear: both;
    margin-top: 20px;
    font-size: 18px;
}.iEO-client-feedback .auZ-success-opinions p::before {
    background: rgb(204,198,212,0.5);
    transition: all 0.3s ease;
    position: absolute;
    width: 40px;
    content: "";
    top: -10px;
    height: 2px;
    left: 0;
}.iEO-client-feedback .auZ-success-opinions:hover p::before {
    background: rgb(204,198,212);
    width: 60px;
}

@media (max-width: 1024px) {.iEO-client-feedback {
    padding: 70px 0;
}.iEO-client-feedback .auZ-success-opinions {
    padding: 25px;
    width: 47%;
}.iEO-client-feedback .auZ-success-opinions:nth-child(odd)::before {
    right: -50px;
}.iEO-client-feedback .auZ-success-opinions:nth-child(even)::before {
    left: -50px;
}.iEO-client-feedback .bmr-media-thumbnail {
    height: 60px;
    width: 60px;
}
}

@media (max-width: 768px) {.iEO-client-feedback {
    padding: 60px 0;
}.iEO-client-feedback h4 {
    font-size: calc(35px * 0.85);
    margin-bottom: 50px;
}.iEO-client-feedback .dTX-review-grid::before {
    left: 20px;
}.iEO-client-feedback .auZ-success-opinions {
    float: right;
    width: calc(100% - 60px);
    margin-bottom: 40px;
}.iEO-client-feedback .auZ-success-opinions:nth-child(odd),
    .iEO-client-feedback .auZ-success-opinions:nth-child(even) {
    animation: slideInRight 0.8s ease-out both;
    float: right;
}.iEO-client-feedback .auZ-success-opinions:nth-child(odd)::before,
    .iEO-client-feedback .auZ-success-opinions:nth-child(even)::before {
    left: -40px;
}.iEO-client-feedback .auZ-success-opinions:nth-child(odd)::after,
    .iEO-client-feedback .auZ-success-opinions:nth-child(even)::after {
    left: -20px;
    border-color: transparent #ffffff transparent transparent;
}.iEO-client-feedback .bmr-media-thumbnail {
    width: 50px;
    margin-right: 15px;
    height: 50px;
}.iEO-client-feedback .auZ-success-opinions span {
    font-size: calc(22px * 0.9);
}}.sCT-instructor-history {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,234,239) 0%, #ffffff 100%);
}.sCT-instructor-history::before {
    position: absolute;
    right: -100px;
    top: -100px;
    content: "";
    width: 400px;
    z-index: 0;
    background: rgb(204,198,212,0.5);
    filter: blur(120px);
    height: 400px;
}.sCT-instructor-history::after {
    filter: blur(100px);
    background: rgb(167,161,179,0.5);
    z-index: 0;
    left: -50px;
    position: absolute;
    bottom: -50px;
    height: 300px;
    content: "";
    width: 300px;
}.sCT-instructor-history .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.sCT-instructor-history .auZ-success-opinions {
    gap: 30px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 4px 8px rgba(0, 0, 0, 0.04);
    transform: perspective(1000px) rotateY(2deg);
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.sCT-instructor-history .auZ-success-opinions:hover {
    transform: perspective(1000px) rotateY(0deg);
}.sCT-instructor-history .auZ-success-opinions > div:first-child {
    justify-content: center;
    align-items: center;
    display: flex;
}.sCT-instructor-history .auZ-success-opinions .bmr-media-thumbnail {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    width: 180px;
    height: 180px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    position: relative;
}.sCT-instructor-history .auZ-success-opinions:hover .bmr-media-thumbnail {
    transform: translateZ(20px) scale(1.05);
}.sCT-instructor-history .auZ-success-opinions .bmr-media-thumbnail::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(
    45deg,
    transparent 60%,
    rgb(204,198,212,0.5) 100%
  );
    content: "";
}.sCT-instructor-history .auZ-success-opinions > div:nth-child(2) {
    text-align: center;
    transform: translateZ(10px);
}.sCT-instructor-history .auZ-success-opinions .name {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
    color: rgb(204,198,212);
    position: relative;
    font-size: calc(23px * 1.1);
}.sCT-instructor-history .auZ-success-opinions .name::after {
    width: 80px;
    content: "";
    left: 50%;
    background: rgb(167,161,179);
    transform: translateX(-50%);
    bottom: -8px;
    height: 2px;
    position: absolute;
}.sCT-instructor-history .auZ-success-opinions > div:nth-child(2) > div {
    font-size: calc(17px * 0.95);
    font-weight: 600;
    margin-top: 15px;
    color: #000000;
    font-style: italic;
}.sCT-instructor-history .auZ-success-opinions > div:nth-child(3) {
    position: relative;
}.sCT-instructor-history .auZ-success-opinions .Xcz-career-section {
    transform: translateZ(5px);
    line-height: 1.7;
    color: #000000;
    font-size: 17px;
    position: relative;
    margin: 0;
    padding: 20px 0;
}.sCT-instructor-history .auZ-success-opinions .Xcz-career-section::before,
.sCT-instructor-history .auZ-success-opinions .Xcz-career-section::after {
    content: "";
    font-family: Georgia, serif;
    line-height: 1;
    font-size: 80px;
    position: absolute;
    color: rgb(204,198,212,0.5);
}.sCT-instructor-history .auZ-success-opinions .Xcz-career-section::before {
    top: -20px;
    left: -15px;
}.sCT-instructor-history .auZ-success-opinions .Xcz-career-section::after {
    content: "";
    right: -15px;
    bottom: -60px;
}

@media (min-width: 768px) {.sCT-instructor-history .auZ-success-opinions {
    gap: 30px 40px;
    padding: 50px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
}.sCT-instructor-history .auZ-success-opinions > div:first-child {
    grid-row: span 2;
}.sCT-instructor-history .auZ-success-opinions > div:nth-child(2) {
    align-self: end;
    text-align: left;
}.sCT-instructor-history .auZ-success-opinions .name::after {
    left: 0;
    transform: none;
}.sCT-instructor-history .auZ-success-opinions .Xcz-career-section {
    border-left: 3px solid rgb(167,161,179,0.5);
    padding: 10px 0 10px 30px;
}
}

@media (min-width: 992px) {.sCT-instructor-history {
    padding: 140px 0;
}.sCT-instructor-history .auZ-success-opinions {
    padding: 60px;
    gap: 40px 60px;
    grid-template-columns: 260px 1fr;
}.sCT-instructor-history .auZ-success-opinions .bmr-media-thumbnail {
    height: 220px;
    width: 220px;
}.sCT-instructor-history .auZ-success-opinions .name {
    font-size: calc(23px * 1.2);
}.sCT-instructor-history .auZ-success-opinions .Xcz-career-section {
    line-height: 1.8;
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.sCT-instructor-history {
    padding: 80px 0;
}.sCT-instructor-history .auZ-success-opinions {
    padding: 30px 25px;
}.sCT-instructor-history .auZ-success-opinions .bmr-media-thumbnail {
    height: 150px;
    width: 150px;
}.sCT-instructor-history .auZ-success-opinions .Xcz-career-section {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}.sCT-instructor-history .auZ-success-opinions .Xcz-career-section::before,
  .sCT-instructor-history .auZ-success-opinions .Xcz-career-section::after {
    font-size: 60px;
}
}

@media (max-width: 480px) {.sCT-instructor-history {
    padding: 60px 0;
}.sCT-instructor-history .auZ-success-opinions {
    gap: 20px;
    padding: 25px 20px;
}.sCT-instructor-history .auZ-success-opinions .bmr-media-thumbnail {
    height: 120px;
    width: 120px;
}.sCT-instructor-history .auZ-success-opinions .name {
    font-size: 23px;
}.sCT-instructor-history .auZ-success-opinions > div:nth-child(2) > div {
    font-size: calc(17px * 0.9);
}}.WPC-subscribe-to-newsletter {
    overflow: hidden;
    perspective: var(--perspective-depth);
    --newsletter-text-color: #ffffff;
    --newsletter-shadow: rgba(0, 0, 0, 0.25);
    color: var(--newsletter-text-color);
    --animation-time: 0.5s;
    padding: 6rem 0;
    --newsletter-accent: rgb(204,198,212);
    background: linear-gradient(135deg, var(--newsletter-background), rgba(20, 30, 60, 0.95));
    position: relative;
    --perspective-depth: 1000px;
    --newsletter-background: #000000;
    --input-focus-scale: 1.02;
    font-family: Arial, sans-serif;
}.WPC-subscribe-to-newsletter::before {
    content: "";
    top: 0;
    position: absolute;
    transform: translateZ(-50px);
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 15px,
        transparent 15px,
        transparent 30px
    );
    z-index: 0;
    height: 100%;
    width: 100%;
}.WPC-subscribe-to-newsletter::after {
    height: 200%;
    z-index: 1;
    top: -50%;
    position: absolute;
    content: "";
    pointer-events: none;
    width: 70%;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(204,198,212,0.5), 0.15),
        transparent 70%
    );
    right: -20%;
    transform: rotate(-15deg);
}.WPC-subscribe-to-newsletter .container {
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
}.WPC-subscribe-to-newsletter .Mma-expert-classes {
    gap: 2.5rem;
    align-items: flex-start;
    animation: float 7s ease-in-out infinite;
    display: flex;
    flex-direction: column;
    transform: translateZ(0);
}.WPC-subscribe-to-newsletter h4 {
    position: relative;
    font-size: min(2.2rem, 5vw);
    max-width: 800px;
    color: var(--newsletter-text-color);
    transform: translateZ(30px);
    line-height: 1.3;
    text-shadow: 0 4px 12px var(--newsletter-shadow);
    font-weight: 600;
    margin: 0;
}.WPC-subscribe-to-newsletter h4::after {
    left: 0;
    width: 80px;
    bottom: -15px;
    transition: transform var(--animation-time) cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    transform-origin: left;
    background: var(--newsletter-accent);
    transform: scaleX(0.8);
    height: 3px;
    position: absolute;
}.WPC-subscribe-to-newsletter .Mma-expert-classes:hover h4::after {
    transform: scaleX(1);
}.WPC-subscribe-to-newsletter .input_holder {
    position: relative;
    display: flex;
    transform: translateZ(50px);
    gap: 1rem;
    filter: drop-shadow(0 10px 20px var(--newsletter-shadow));
    width: 100%;
}.WPC-subscribe-to-newsletter .input_holder span {
    position: relative;
    transform-style: preserve-3d;
    display: flex;
}.WPC-subscribe-to-newsletter .input_holder span:first-child {
    flex: 1;
    min-width: 0;
}.WPC-subscribe-to-newsletter .input_holder input {
    font-size: 1rem;
    outline: none;
    padding: 1.2rem 1.5rem;
    transform: translateZ(0);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    border: none;
    color: #000000;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
    transition: all var(--animation-time) cubic-bezier(0.34, 1.56, 0.64, 1);
}.WPC-subscribe-to-newsletter .input_holder input[type="email"] {
    border-left: 3px solid var(--newsletter-accent);
}.WPC-subscribe-to-newsletter .input_holder input[type="email"]:focus {
    transform: scale(var(--input-focus-scale)) translateZ(20px);
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.WPC-subscribe-to-newsletter .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s;
    color: rgba(rgba(0, 0, 0, 0.5), 0.6);
}.WPC-subscribe-to-newsletter .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.WPC-subscribe-to-newsletter .input_holder input[type="submit"] {
    font-weight: 600;
    background: var(--newsletter-accent);
    cursor: pointer;
    border-radius: 4px;
    letter-spacing: 0.5px;
    position: relative;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    transition: all var(--animation-time) cubic-bezier(0.34, 1.56, 0.64, 1);
    text-transform: uppercase;
}.WPC-subscribe-to-newsletter .input_holder input[type="submit"]:hover {
    box-shadow: 0 10px 25px rgba(rgb(204,198,212,0.5), 0.4);
    transform: scale(1.05) translateZ(20px);
}.WPC-subscribe-to-newsletter .input_holder input[type="submit"]:active {
    transform: scale(0.98) translateZ(5px);
}.WPC-subscribe-to-newsletter .input_holder input[type="submit"]::before {
    left: -50%;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(0);
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    position: absolute;
    width: 200%;
    content: "";
    height: 200%;
    top: -50%;
}.WPC-subscribe-to-newsletter .input_holder input[type="submit"]:hover::before {
    transform: scale(1);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateZ(0);
    }
    50% {
        transform: translateY(-10px) translateZ(0);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
}

@media (min-width: 768px) {.WPC-subscribe-to-newsletter .Mma-expert-classes {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 3rem;
}.WPC-subscribe-to-newsletter h4 {
    max-width: 60%;
}.WPC-subscribe-to-newsletter .input_holder {
    max-width: 50%;
}
}

@media (max-width: 767px) {.WPC-subscribe-to-newsletter {
    padding: 4rem 0;
}.WPC-subscribe-to-newsletter .Mma-expert-classes {
    text-align: center;
    align-items: center;
}.WPC-subscribe-to-newsletter h4 {
    font-size: clamp(1.5rem, 5vw, 2rem);
}.WPC-subscribe-to-newsletter h4::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.8);
}.WPC-subscribe-to-newsletter .Mma-expert-classes:hover h4::after {
    transform: translateX(-50%) scaleX(1);
}.WPC-subscribe-to-newsletter .input_holder {
    flex-direction: column;
    width: 100%;
}.WPC-subscribe-to-newsletter .input_holder span {
    width: 100%;
}
}

@media (max-width: 480px) {.WPC-subscribe-to-newsletter {
    padding: 3rem 0;
}.WPC-subscribe-to-newsletter h4 {
    font-size: 1.3rem;
}.WPC-subscribe-to-newsletter .input_holder input {
    padding: 1rem;
}}.qsg-course-demographic {
    position: relative;
    padding: 110px 0;
    background: #ffffff;
    overflow: hidden;
}.qsg-course-demographic::before {
    left: 0;
    background: linear-gradient(135deg, 
                rgb(204,198,212,0.5) 0%, 
                transparent 30%, 
                transparent 70%, 
                rgb(167,161,179,0.5) 100%);
    content: "";
    width: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.1;
    height: 100%;
    position: absolute;
}.qsg-course-demographic .container {
    position: relative;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1140px;
}.qsg-course-demographic .Mma-expert-classes {
    position: relative;
}.qsg-course-demographic h4 {
    position: relative;
    color: #000000;
    margin-bottom: 50px;
    font-weight: 700;
    padding-bottom: 15px;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 36px;
}.qsg-course-demographic h4::after {
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    height: 3px;
    content: "";
    background: rgb(204,198,212);
    width: 80px;
    bottom: 0;
    position: absolute;
}.qsg-course-demographic div > div {
    gap: 20px;
    display: flex;
    flex-direction: column;
}.qsg-course-demographic p {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    color: #000000;
    border-radius: 21px;
    transition: all 0.3s ease;
    margin: 0;
    background: #ffffff;
    padding: 25px 30px;
    align-items: center;
    display: flex;
    position: relative;
    font-size: 13px;
}.qsg-course-demographic p::before {
    content: "";
    position: absolute;
    transition: width 0.3s ease;
    height: 100%;
    background: rgb(204,198,212);
    width: 5px;
    left: 0;
    top: 0;
}.qsg-course-demographic p::after {
    height: 100%;
    left: 0;
    opacity: 0;
    top: 0;
    width: 100%;
    content: "";
    transition: opacity 0.3s ease;
    position: absolute;
    z-index: -1;
    background: linear-gradient(90deg, 
                rgb(204,198,212,0.5) 0%, 
                transparent 30%);
}.qsg-course-demographic p:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}.qsg-course-demographic p:hover::before {
    width: 8px;
}.qsg-course-demographic p:hover::after {
    opacity: 0.2;
}.qsg-course-demographic p svg {
    transition: all 0.3s ease;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-right: 20px;
}.qsg-course-demographic p svg path {
    fill: rgb(204,198,212);
    transition: fill 0.3s ease;
}.qsg-course-demographic p:hover svg {
    transform: scale(1.2);
}.qsg-course-demographic p:hover svg path {
    fill: rgb(167,161,179);
}.qsg-course-demographic p:nth-child(even)::before {
    background: rgb(167,161,179);
}.qsg-course-demographic p:nth-child(even)::after {
    background: linear-gradient(90deg, 
                rgb(167,161,179,0.5) 0%, 
                transparent 30%);
}@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.qsg-course-demographic .Mma-expert-classes > div p {
    animation: fadeInSlide 0.5s ease forwards;
    opacity: 0;
}.qsg-course-demographic .Mma-expert-classes > div p:nth-child(1) {
    animation-delay: 0.1s;
}.qsg-course-demographic .Mma-expert-classes > div p:nth-child(2) {
    animation-delay: 0.2s;
}.qsg-course-demographic .Mma-expert-classes > div p:nth-child(3) {
    animation-delay: 0.3s;
}.qsg-course-demographic .Mma-expert-classes > div p:nth-child(4) {
    animation-delay: 0.4s;
}.qsg-course-demographic .Mma-expert-classes > div p:nth-child(5) {
    animation-delay: 0.5s;
}.qsg-course-demographic .Mma-expert-classes > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.qsg-course-demographic {
    padding: 90px 0;
}.qsg-course-demographic h4 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.9);
}.qsg-course-demographic div > div {
    gap: 18px;
}.qsg-course-demographic p {
    padding: 20px 25px;
}.qsg-course-demographic p svg {
    height: 25px;
    width: 25px;
    margin-right: 15px;
}
}

@media (max-width: 768px) {.qsg-course-demographic {
    padding: 70px 0;
}.qsg-course-demographic h4 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.qsg-course-demographic h4::after {
    width: 60px;
}.qsg-course-demographic div > div {
    gap: 15px;
}.qsg-course-demographic p {
    padding: 18px 20px;
}
}

@media (max-width: 576px) {.qsg-course-demographic {
    padding: 60px 0;
}.qsg-course-demographic h4 {
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: calc(36px * 0.7);
}.qsg-course-demographic h4::after {
    width: 50px;
    height: 2px;
}.qsg-course-demographic div > div {
    gap: 12px;
}.qsg-course-demographic p {
    padding: 15px;
    font-size: calc(13px * 0.9);
}.qsg-course-demographic p svg {
    width: 22px;
    height: 22px;
    margin-right: 12px;
}.qsg-course-demographic p:hover {
    transform: translateX(5px);
}}.Akp-appPage {
    padding: 120px 0 80px;
    position: relative;
    background: linear-gradient(135deg, rgb(237,234,239) 0%, rgb(204,198,212,0.5) 100%);
    overflow: hidden;
}.Akp-appPage::before {
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    z-index: 1;
    background: radial-gradient(circle at 70% 30%, rgb(167,161,179,0.5) 0%, transparent 60%);
}.Akp-appPage::after {
    content: "";
    opacity: 0.4;
    animation: rotate 24s linear infinite;
    z-index: 1;
    height: 200px;
    right: -50px;
    width: 200px;
    top: -50px;
    border: 2px solid rgb(204,198,212,0.5);
    border-radius: 50%;
    position: absolute;
}.Akp-appPage .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.Akp-appPage h2 {
    color: #000000;
    opacity: 0;
    animation: slideInTitle 1s ease-out forwards 0.3s;
    transform: translateX(-20px);
    line-height: 1.3;
    position: relative;
    font-size: 29px;
    max-width: 800px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
}.Akp-appPage h2::after {
    left: 0;
    height: 3px;
    transform: scaleX(0);
    bottom: -15px;
    transform-origin: left;
    width: 80px;
    background: linear-gradient(90deg, rgb(204,198,212) 0%, rgb(167,161,179) 100%);
    content: "";
    position: absolute;
    animation: growLine 1.2s ease-out forwards 0.8s;
}.Akp-appPage .Mma-expert-classes {
    transition: transform 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.03);
    padding: 40px;
    transform-origin: left center;
    transform: perspective(1000px) rotateY(-2deg);
    max-width: 900px;
    position: relative;
    background: #ffffff;
}.Akp-appPage .Mma-expert-classes:hover {
    transform: perspective(1000px) rotateY(0deg);
}.Akp-appPage ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.Akp-appPage li {
    opacity: 0;
    transform: translateY(20px);
    padding-left: 25px;
    animation: fadeInUp 0.8s ease forwards 1s;
    position: relative;
}.Akp-appPage li::before {
    content: "";
    box-shadow: 0 0 0 rgba(rgb(204,198,212), 0.4);
    animation: pulse 2s infinite;
    height: 8px;
    background: rgb(204,198,212);
    position: absolute;
    width: 8px;
    left: 0;
    top: 8px;
    border-radius: 50%;
}.Akp-appPage li span {
    font-size: 18px;
    display: block;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    color: #000000;
}@keyframes slideInTitle {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes growLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
}

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


.Akp-appPage .container::before,
.Akp-appPage .container::after {
    opacity: 0.7;
    width: 4px;
    background: rgb(204,198,212);
    border-radius: 50%;
    content: "";
    position: absolute;
    height: 4px;
}.Akp-appPage .container::before {
    box-shadow: 
        30px 50px 0 -1px rgb(167,161,179),
        80px -20px 0 -1px rgb(204,198,212),
        120px 60px 0 -1px rgb(167,161,179),
        200px 40px 0 -1px rgb(204,198,212);
    right: 15%;
    top: 30px;
}.Akp-appPage .container::after {
    box-shadow: 
        40px -30px 0 -1px rgb(167,161,179),
        70px 20px 0 -1px rgb(204,198,212),
        120px -40px 0 -1px rgb(167,161,179),
        180px 10px 0 -1px rgb(204,198,212);
    left: 10%;
    bottom: 60px;
}

@media screen and (max-width: 992px) {.Akp-appPage {
    padding: 80px 0 60px;
}.Akp-appPage h2 {
    max-width: 100%;
    font-size: calc(29px * 0.9);
}.Akp-appPage .Mma-expert-classes {
    padding: 30px;
    transform: perspective(1000px) rotateY(-1deg);
}
}

@media screen and (max-width: 768px) {.Akp-appPage {
    padding: 60px 0 40px;
}.Akp-appPage h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
}.Akp-appPage .Mma-expert-classes {
    padding: 25px;
    transform: none;
    clip-path: none;
}.Akp-appPage li {
    padding-left: 20px;
}.Akp-appPage li::before {
    top: 7px;
    height: 6px;
    width: 6px;
}.Akp-appPage li span {
    font-size: calc(18px * 0.95);
}
}

@media screen and (max-width: 576px) {.Akp-appPage {
    padding: 50px 0 30px;
}.Akp-appPage h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 25px;
}.Akp-appPage .Mma-expert-classes {
    padding: 20px;
}.Akp-appPage li span {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.Akp-appPage h2::after {
    height: 2px;
    width: 60px;
    bottom: -10px;
}}header {
    width: 100%;
    z-index: 100;
    padding: 1.2rem 0;
    background: linear-gradient(to bottom, rgb(237,234,239), #ffffff);
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}header::before {
    opacity: 0.5;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(204,198,212,0.5) 65%, 
        rgb(204,198,212,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(167,161,179,0.5) 75%, 
        rgb(167,161,179,0.5) 80%, 
        transparent 80%);
    position: absolute;
    width: 100%;
}header .container {
    padding: 0 3%;
    z-index: 1;
    position: relative;
    margin: 0;
    max-width: 100%;
    width: 100%;
}header .utM-head-sitewrap {
    gap: 2rem;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}header .aFP-main-learn {
    text-decoration: none;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 1.5rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(204,198,212,0.5), rgb(167,161,179,0.5));
    transition: all 0.3s ease;
    border-radius: 20px;
    align-items: center;
    display: flex;
}header .aFP-main-learn::before {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    transition: opacity 0.3s ease;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    height: 200%;
    opacity: 0;
    content: '';
}header .aFP-main-learn:hover::before {
    opacity: 1;
}header .aFP-main-learn svg {
    transition: all 0.3s ease;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: 150px;
}header .aFP-main-learn:hover svg {
    transform: scale(1.03);
}header .BhX-site-start {
    gap: 0.6rem;
    display: flex;
    margin-top: 0.5rem;
    flex-wrap: wrap;
    max-width: 800px;
    justify-content: center;
    width: 100%;
}header .cKQ-header-lesson {
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-size: 16px;
    text-decoration: none;
    color: #000000;
    position: relative;
    z-index: 1;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-align: center;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 0.6rem 1.2rem;
}header .cKQ-header-lesson::before {
    left: 0;
    width: 100%;
    transform-origin: left;
    top: 0;
    transition: transform 0.3s ease;
    height: 3px;
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgb(204,198,212), rgb(167,161,179));
    transform: scaleX(0);
}header .cKQ-header-lesson:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    color: rgb(204,198,212);
}header .cKQ-header-lesson:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .aFP-main-learn {
    padding: 0.5rem 1.2rem;
}header .aFP-main-learn svg {
    width: 140px;
}header .BhX-site-start {
    gap: 0.5rem;
}header .cKQ-header-lesson {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .utM-head-sitewrap {
    gap: 1.5rem;
}header .aFP-main-learn {
    padding: 0.4rem 1rem;
}header .aFP-main-learn svg {
    width: 130px;
}header .BhX-site-start {
    gap: 0.5rem;
}header .cKQ-header-lesson {
    padding: 0.5rem 0.9rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .utM-head-sitewrap {
    gap: 1rem;
}header .aFP-main-learn svg {
    width: 120px;
}header .BhX-site-start {
    overflow-x: auto;
    gap: 0.4rem;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    justify-content: flex-start;
}header .BhX-site-start::-webkit-scrollbar {
    height: 3px;
}header .BhX-site-start::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(204,198,212);
}header .cKQ-header-lesson {
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 2px;
}}.hDj-privacy-frame {
    color: #000000;
    background-color: #ffffff;
    padding: 40px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.5);
}.hDj-privacy-frame h1, .hDj-privacy-frame h2, .hDj-privacy-frame h3, .hDj-privacy-frame h4, .hDj-privacy-frame h5, .hDj-privacy-frame h6 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
}.hDj-privacy-frame h1 {
    font-size: 38px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgb(204,198,212);
    padding-bottom: 10px;
}.hDj-privacy-frame h2 {
    border-bottom: 2px solid rgb(167,161,179);
    font-size: 31px;
    margin-bottom: 25px;
    padding-bottom: 8px;
}.hDj-privacy-frame h3 {
    padding-bottom: 6px;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
    font-size: 1.5em;
}.hDj-privacy-frame h4 {
    margin-bottom: 18px;
    font-size: 1.25em;
}.hDj-privacy-frame h5 {
    margin-bottom: 16px;
    font-size: 19px;
}.hDj-privacy-frame h6 {
    margin-bottom: 14px;
    font-size: 21px;
}.hDj-privacy-frame ul, .hDj-privacy-frame ol {
    padding-left: 20px;
    margin-left: 20px;
    list-style: none;
    color: #000000;
}.hDj-privacy-frame ul li, .hDj-privacy-frame ol li {
    margin-bottom: 10px;
    padding-left: 20px;
    line-height: 1.6;
    position: relative;
    font-size: 12px;
}.hDj-privacy-frame ul li:before {
    color: rgb(204,198,212);
    content: '•';
    font-size: 1.2em;
    position: absolute;
    left: 0;
}.hDj-privacy-frame p, .hDj-privacy-frame span, .hDj-privacy-frame div {
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.8;
    font-size: 12px;
}
@media only screen and (max-width: 800px) {.hDj-privacy-frame {
    padding: 20px 10px;
}.hDj-privacy-frame h1 {
    font-size: calc(19px - 10%);
}.hDj-privacy-frame h2 {
    font-size: calc(19px - 10%);
}.hDj-privacy-frame p, .hDj-privacy-frame span, .hDj-privacy-frame div {
    font-size: calc(12px - 10%);
}}
.hDj-privacy-frame a {
    color: rgb(204,198,212);
    border-bottom: 1px solid rgb(204,198,212);
    text-decoration: none;
}.hDj-privacy-frame a:hover {
    border-bottom: 1px solid rgb(167,161,179);
    color: rgb(167,161,179);
}.hDj-privacy-frame blockquote {
    margin: 20px 0;
    font-style: italic;
    color: #000000;
    border-left: 5px solid rgb(204,198,212);
    padding: 15px 20px;
    background-color: rgb(237,234,239);
}.hDj-privacy-frame code {
    padding: 2px 6px;
    border-radius: 10px;
    background-color: rgb(237,234,239);
    font-family: monospace;
    color: #000000;
}.hDj-privacy-frame hr {
    height: 1px;
    border: 0;
    margin: 30px 0;
    background: rgba(0, 0, 0, 0.5);
}.gFY-service-package {
    position: relative;
    background: rgb(237,234,239);
    overflow: hidden;
    padding: 120px 0;
}.gFY-service-package::before {
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(204,198,212,0.5), rgb(167,161,179,0.5));
    left: 0;
    z-index: 0;
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.08;
}.gFY-service-package .container {
    padding: 0 15px;
    z-index: 1;
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
}.gFY-service-package .kzY-learning-cost {
    flex-direction: column-reverse;
    display: flex;
    gap: 60px;
}.gFY-service-package .YeL-study-rates {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}.gFY-service-package .YeL-study-rates h2 {
    font-size: 29px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}.gFY-service-package .YeL-study-rates h2::after {
    border-radius: 3px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(204,198,212), rgb(167,161,179));
    width: 80px;
    bottom: -10px;
    position: absolute;
    content: "";
    height: 3px;
    left: 50%;
}.gFY-service-package .YxW-class-cost {
    font-size: 17px;
    color: #000000;
    margin-left: auto;
    max-width: 600px;
    margin-right: auto;
    margin-top: 20px;
    line-height: 1.7;
}.gFY-service-package .gFJ-qtr-cost {
    width: 100%;
    grid-template-columns: 1fr;
    margin: 0 auto;
    display: grid;
    gap: 30px;
}.gFY-service-package .XgK-learn-deals {
    display: block;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    z-index: 1;
    text-decoration: none;
}.gFY-service-package .XgK-learn-deals:hover {
    transform: translateY(-8px);
}.gFY-service-package .IOZ-premium-cost {
    background: linear-gradient(145deg, #f6f6f6, #ffffff);
    overflow: hidden;
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.05),
              -16px -16px 32px rgba(255, 255, 255, 0.8);
    position: relative;
    transition: all 0.4s ease;
    flex-direction: column;
    border-radius: 16px;
    display: flex;
    height: 100%;
}.gFY-service-package .XgK-learn-deals:hover .IOZ-premium-cost {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08),
              -8px -8px 24px rgba(255, 255, 255, 1);
}.gFY-service-package .jxO-plan-fees {
    padding: 30px;
    z-index: 2;
    position: relative;
    flex: 1;
}.gFY-service-package .jxO-plan-fees h3 {
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
    font-size: 24px;
}.gFY-service-package .jxO-plan-fees h3::after {
    bottom: 0;
    position: absolute;
    height: 3px;
    transition: width 0.3s ease;
    border-radius: 2px;
    background: rgb(204,198,212);
    content: "";
    width: 40px;
    left: 0;
}.gFY-service-package .XgK-learn-deals:hover .jxO-plan-fees h3::after {
    width: 60px;
}.gFY-service-package .hai-package-rates {
    display: inline-block;
    position: relative;
    -webkit-background-clip: text !important;
    font-size: 1.8rem;
    color: transparent;
    background: linear-gradient(135deg, rgb(204,198,212), rgb(167,161,179));
    font-weight: 700;
    margin-bottom: 20px;
    background-clip: text !important;
    color: rgb(204,198,212);
}.gFY-service-package .hai-package-rates::before {
    left: 0;
    height: 1px;
    width: 100%;
    bottom: -5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(204,198,212,0.5), transparent);
    content: "";
}.gFY-service-package .jxO-plan-fees p {
    font-size: calc(17px - 2px);
    word-break: break-word;
    margin-bottom: 20px;
    color: #000000;
    overflow-wrap: break-word;
    line-height: 1.6;
    position: relative;
}.gFY-service-package .bmr-media-thumbnail {
    border-radius: 0 0 12px 12px;
    width: 100%;
    position: relative;
    height: 220px;
    transition: all 0.5s ease;
    overflow: hidden;
}.gFY-service-package .bmr-media-thumbnail::after {
    opacity: 0.6;
    left: 0;
    content: "";
    transition: opacity 0.3s ease;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    bottom: 0;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}.gFY-service-package .XgK-learn-deals:hover .bmr-media-thumbnail::after {
    opacity: 0.3;
}

@media (min-width: 768px) {.gFY-service-package .gFJ-qtr-cost {
    grid-template-columns: repeat(2, 1fr);
}.gFY-service-package .IOZ-premium-cost {
    height: 100%;
}.gFY-service-package .bmr-media-thumbnail {
    height: 240px;
}
}

@media (min-width: 992px) {.gFY-service-package {
    padding: 160px 0;
}.gFY-service-package .kzY-learning-cost {
    flex-direction: row;
    align-items: center;
    gap: 80px;
}.gFY-service-package .YeL-study-rates {
    padding: 0;
    text-align: left;
    flex: 0 0 30%;
}.gFY-service-package .YeL-study-rates h2 {
    font-size: calc(29px + 4px);
}.gFY-service-package .YeL-study-rates h2::after {
    left: 0;
    transform: none;
}.gFY-service-package .YxW-class-cost {
    margin-left: 0;
}.gFY-service-package .gFJ-qtr-cost {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (min-width: 1200px) {.gFY-service-package .gFJ-qtr-cost {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.gFY-service-package .jxO-plan-fees {
    padding: 40px;
}.gFY-service-package .bmr-media-thumbnail {
    height: 260px;
}.gFY-service-package .XgK-learn-deals:nth-child(odd) {
    transform: translateY(20px);
}.gFY-service-package .XgK-learn-deals:nth-child(odd):hover {
    transform: translateY(12px);
}.gFY-service-package .XgK-learn-deals:nth-child(even):hover {
    transform: translateY(-8px);
}
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}

@media (prefers-reduced-motion: no-preference) {.gFY-service-package .XgK-learn-deals:active .IOZ-premium-cost {
    transition: transform 0.2s ease;
    transform: scale(0.98);
}
}

@media (max-width: 767px) {.gFY-service-package {
    padding: 80px 0;
}.gFY-service-package .kzY-learning-cost {
    gap: 40px;
}.gFY-service-package .YeL-study-rates h2 {
    font-size: calc(29px - 4px);
}.gFY-service-package .bmr-media-thumbnail {
    height: 200px;
}.gFY-service-package .jxO-plan-fees {
    padding: 25px;
}.gFY-service-package .hai-package-rates {
    font-size: 1.5rem;
}}.fsY-contact {
    overflow: hidden;
    background: linear-gradient(90deg, #ffffff 50%, rgb(237,234,239) 50%);
    padding: 100px 0;
    position: relative;
}.fsY-contact::before {
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 0;
    content: "";
    background-size: 60px 60px;
    width: 100%;
}.fsY-contact .container {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}.fsY-contact h2 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: rgb(204,198,212);
    position: relative;
    font-size: 29px;
}.fsY-contact h2::after {
    background: rgb(204,198,212);
    content: "";
    transform: translateX(-50%);
    bottom: -15px;
    width: 60px;
    height: 3px;
    position: absolute;
    left: 50%;
}.fsY-contact .YnV-feedback-info {
    background: #ffffff;
    display: flex;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}.fsY-contact .YnV-feedback-info::before {
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(204,198,212), rgb(167,161,179));
    left: 0;
    height: 5px;
    width: 100%;
}.fsY-contact .bmr-media-thumbnail {
    transition: all 0.5s ease;
    min-height: 550px;
    flex: 0 0 50%;
    position: relative;
}.fsY-contact .bmr-media-thumbnail::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, rgb(204,198,212,0.5), transparent);
    left: 0;
    top: 0;
}.fsY-contact .edW-message-message {
    padding: 60px 50px;
    background: #ffffff;
    position: relative;
    flex: 0 0 50%;
}.fsY-contact .edW-message-message::before {
    width: 10px;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    background: rgb(237,234,239);
    top: 0;
}.fsY-contact #contact {
    gap: 30px;
    display: flex;
    flex-direction: column;
}.fsY-contact h3 {
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #000000;
    display: inline-block;
    font-size: 23px;
    position: relative;
}.fsY-contact h3::after {
    height: 2px;
    width: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(204,198,212,0.5);
}.fsY-contact input[type="text"] {
    padding: 18px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #000000;
    width: 100%;
    font-size: 15px;
    border: 2px solid rgb(237,234,239);
    background: #ffffff;
}.fsY-contact input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(204,198,212);
    outline: none;
}.fsY-contact input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.fsY-contact .npG-support-info {
    margin-top: 10px;
    gap: 12px;
    align-items: flex-start;
    display: flex;
}.fsY-contact .npG-support-info input[type="checkbox"] {
    cursor: pointer;
    height: 24px;
    appearance: none;
    margin-top: 2px;
    width: 24px;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 2px solid rgb(237,234,239);
}.fsY-contact .npG-support-info input[type="checkbox"]:checked {
    background: rgb(204,198,212);
    border-color: rgb(204,198,212);
}.fsY-contact .npG-support-info input[type="checkbox"]:checked::after {
    border-right: 2px solid #ffffff;
    left: 8px;
    width: 6px;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    top: 5px;
    transform: rotate(45deg);
    content: "";
    height: 10px;
}.fsY-contact .npG-support-info label {
    color: #000000;
    line-height: 1.5;
    font-size: 15px;
}.fsY-contact .npG-support-info a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(204,198,212);
    transition: all 0.3s ease;
}.fsY-contact .npG-support-info a:hover {
    color: rgb(167,161,179);
}.fsY-contact .aTb-query-list {
    border: none;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    background: rgb(204,198,212);
    color: #ffffff;
    transition: all 0.3s ease;
    margin-top: 20px;
    box-shadow: 0 8px 20px rgb(204,198,212,0.5);
    border-radius: 10px;
    padding: 16px 40px;
    align-self: flex-start;
    overflow: hidden;
}.fsY-contact .aTb-query-list::before {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: -100%;
    height: 100%;
    position: absolute;
    transition: all 0.6s ease;
    top: 0;
    content: "";
}.fsY-contact .aTb-query-list:hover {
    box-shadow: 0 10px 25px rgb(167,161,179,0.5);
    transform: translateY(-3px);
    background: rgb(167,161,179);
}.fsY-contact .aTb-query-list:hover::before {
    left: 100%;
}.fsY-contact svg {
    height: 22px;
    fill: rgb(204,198,212);
    width: 22px;
    transition: all 0.3s ease;
}.fsY-contact svg path {
    transition: all 0.3s ease;
    fill: rgb(204,198,212);
}.fsY-contact svg:hover {
    transform: translateY(-2px);
    fill: rgb(167,161,179);
}.fsY-contact svg:hover path {
    fill: rgb(167,161,179);
}

@media (max-width: 1200px) {.fsY-contact {
    background: #ffffff;
}
}

@media (max-width: 992px) {.fsY-contact {
    padding: 80px 0;
}.fsY-contact .YnV-feedback-info {
    flex-direction: column-reverse;
}.fsY-contact .bmr-media-thumbnail {
    flex: 0 0 auto;
    min-height: 350px;
}.fsY-contact .edW-message-message {
    flex: 0 0 auto;
    padding: 50px 40px;
}.fsY-contact .edW-message-message::before {
    top: 0;
    height: 10px;
    width: 100%;
    left: 0;
}
}

@media (max-width: 768px) {.fsY-contact {
    padding: 60px 0;
}.fsY-contact h2 {
    font-size: calc(29px - 4px);
    margin-bottom: 40px;
}.fsY-contact .edW-message-message {
    padding: 40px 30px;
}.fsY-contact #contact {
    gap: 25px;
}.fsY-contact .bmr-media-thumbnail {
    min-height: 300px;
}
}

@media (max-width: 576px) {.fsY-contact {
    padding: 50px 0;
}.fsY-contact .container {
    padding: 0 15px;
}.fsY-contact h2 {
    font-size: calc(29px - 6px);
    margin-bottom: 30px;
}.fsY-contact .edW-message-message {
    padding: 35px 25px;
}.fsY-contact #contact {
    gap: 20px;
}.fsY-contact input[type="text"] {
    padding: 15px;
}.fsY-contact .aTb-query-list {
    padding: 15px 25px;
    width: 100%;
}.fsY-contact .bmr-media-thumbnail {
    min-height: 250px;
}}.Xkj-get-help-info {
    position: relative;
    overflow: hidden;
    background-color: rgb(237,234,239);
    perspective: 1000px;
    padding: 80px 0;
}.Xkj-get-help-info::before {
    width: 100%;
    z-index: 0;
    transform: rotateX(10deg);
    background: 
    linear-gradient(120deg, rgb(204,198,212,0.5) 0%, transparent 30%),
    linear-gradient(240deg, rgb(167,161,179,0.5) 0%, transparent 30%);
    position: absolute;
    transform-origin: top;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
}.Xkj-get-help-info .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
}.Xkj-get-help-info .wIO-write-experts {
    position: relative;
    transform: rotateY(-3deg);
    transition: transform 0.5s ease;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, #ffffff 0%, rgb(237,234,239) 100%);
    transform-style: preserve-3d;
    border-radius: 10px;
    padding: 45px;
}.Xkj-get-help-info .wIO-write-experts:hover {
    transform: rotateY(0deg);
}.Xkj-get-help-info h2 {
    position: relative;
    font-weight: 700;
    text-shadow: 2px 2px 0 rgb(204,198,212,0.5);
    transform: translateZ(30px);
    font-size: 30px;
    margin-bottom: 30px;
    color: #000000;
}.Xkj-get-help-info h2::after {
    content: "";
    bottom: -10px;
    height: 6px;
    left: 0;
    background: rgb(204,198,212);
    width: 80px;
    transform: skewX(-20deg);
    position: absolute;
}.Xkj-get-help-info p {
    color: #000000;
    line-height: 1.7;
    position: relative;
    margin-bottom: 30px;
    font-size: 17px;
    transform: translateZ(20px);
}.Xkj-get-help-info .WkB-feedback-form {
    position: relative;
    flex-wrap: wrap;
    transform: translateZ(40px);
    gap: 20px;
    display: flex;
    margin-top: 40px;
}.Xkj-get-help-info .RGB-submit-request {
    border-radius: 10px;
    position: relative;
    box-shadow: 
    5px 5px 0 rgb(204,198,212),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    transform: translateZ(0) translateX(0) translateY(0);
    background: #ffffff;
    transform-style: preserve-3d;
    transition: all 0.3s ease;
    padding: 15px 25px;
    text-decoration: none;
    font-size: 17px;
    align-items: center;
    color: #000000;
    display: flex;
}.Xkj-get-help-info .RGB-submit-request:hover {
    transform: translateZ(5px) translateX(-5px) translateY(-5px);
    box-shadow: 
    10px 10px 0 rgb(204,198,212),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}.Xkj-get-help-info .RGB-submit-request:active {
    transform: translateZ(0) translateX(0) translateY(0);
    box-shadow: 
    5px 5px 0 rgb(204,198,212),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}.Xkj-get-help-info .RGB-submit-request svg {
    transition: transform 0.3s ease;
    height: 24px;
    margin-right: 12px;
    width: 24px;
    transform: translateZ(5px);
}.Xkj-get-help-info .RGB-submit-request:hover svg {
    transform: translateZ(10px) scale(1.1);
}.Xkj-get-help-info .RGB-submit-request svg path {
    transition: fill 0.3s ease;
    fill: rgb(204,198,212);
}.Xkj-get-help-info .RGB-submit-request:hover svg path {
    fill: rgb(167,161,179);
}.Xkj-get-help-info p svg {
    transform: translateZ(5px);
    height: 22px;
    margin-right: 10px;
    width: 22px;
}.Xkj-get-help-info p svg path {
    fill: rgb(204,198,212);
}.Xkj-get-help-info p:nth-last-child(2) {
    align-items: center;
    background: #ffffff;
    transform: translateZ(20px) translateX(0) translateY(0);
    box-shadow: 
    3px 3px 0 rgb(204,198,212,0.5),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    display: flex;
    transition: all 0.3s ease;
    padding: 12px 20px;
}.Xkj-get-help-info p:nth-last-child(2):hover {
    transform: translateZ(25px) translateX(-3px) translateY(-3px);
    box-shadow: 
    6px 6px 0 rgb(204,198,212,0.5),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}.Xkj-get-help-info .wIO-write-experts::before {
    filter: blur(60px);
    position: absolute;
    width: 200px;
    z-index: -1;
    top: -100px;
    border-radius: 50%;
    opacity: 0.3;
    height: 200px;
    background: rgb(204,198,212,0.5);
    content: "";
    transform: translateZ(-100px);
    right: -50px;
}.Xkj-get-help-info .wIO-write-experts::after {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    width: 100px;
    right: 40px;
    filter: blur(20px);
    height: 20px;
    transform: rotateX(60deg) scaleX(1.5);
    position: absolute;
    bottom: -20px;
    content: "";
    z-index: -1;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@media (max-width: 991px) {.Xkj-get-help-info {
    padding: 60px 0;
}.Xkj-get-help-info .wIO-write-experts {
    padding: 35px;
    transform: rotateY(-2deg);
}.Xkj-get-help-info h2 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.9);
}.Xkj-get-help-info .WkB-feedback-form {
    gap: 15px;
    margin-top: 30px;
}.Xkj-get-help-info .RGB-submit-request {
    padding: 12px 20px;
}
}

@media (max-width: 767px) {.Xkj-get-help-info {
    padding: 50px 0;
    perspective: none;
}.Xkj-get-help-info .wIO-write-experts {
    padding: 30px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: none;
}.Xkj-get-help-info h2,
  .Xkj-get-help-info p,
  .Xkj-get-help-info .WkB-feedback-form,
  .Xkj-get-help-info .RGB-submit-request,
  .Xkj-get-help-info .RGB-submit-request svg,
  .Xkj-get-help-info p:nth-last-child(2) {
    transform: none !important;
}.Xkj-get-help-info h2 {
    text-shadow: 1px 1px 0 rgb(204,198,212,0.5);
    font-size: calc(30px * 0.85);
    margin-bottom: 20px;
}.Xkj-get-help-info h2::after {
    height: 4px;
    width: 60px;
}.Xkj-get-help-info p {
    margin-bottom: 25px;
    font-size: calc(17px * 0.95);
}.Xkj-get-help-info .WkB-feedback-form {
    margin-top: 25px;
    gap: 12px;
    flex-direction: column;
}.Xkj-get-help-info .RGB-submit-request {
    width: 100%;
    box-shadow: 3px 3px 0 rgb(204,198,212);
}.Xkj-get-help-info .RGB-submit-request:hover {
    box-shadow: 6px 6px 0 rgb(204,198,212);
    transform: translateX(-3px) translateY(-3px);
}.Xkj-get-help-info .RGB-submit-request svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.Xkj-get-help-info .wIO-write-experts::before,
  .Xkj-get-help-info .wIO-write-experts::after {
    display: none;
}}

.Xkj-get-help-info .wIO-write-experts::before {
    animation: float 8s ease-in-out infinite;
}.Xkj-get-help-info .RGB-submit-request:nth-child(1) {
    transition-delay: 0.1s;
}.Xkj-get-help-info .RGB-submit-request:nth-child(2) {
    transition-delay: 0.2s;
}.Xkj-get-help-info .RGB-submit-request:nth-child(3) {
    transition-delay: 0.3s;
}.wVp-about-this {
    padding: 120px 0 100px;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}.wVp-about-this::before {
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 100%);
    position: absolute;
    z-index: 1;
}.wVp-about-this::after {
    position: absolute;
    background: rgb(204,198,212);
    z-index: 0;
    filter: blur(50px);
    opacity: 0.15;
    content: "";
    animation: float 15s infinite ease-in-out;
    width: 300px;
    right: -50px;
    height: 300px;
    top: -50px;
    border-radius: 50%;
}.wVp-about-this .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.wVp-about-this h4 {
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 35px;
    transform: translateY(0);
    z-index: 2;
    opacity: 1;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    animation: fadeIn 0.8s ease-out;
}.wVp-about-this h4::after {
    transform: translateX(-50%);
    background: rgb(167,161,179);
    left: 50%;
    content: "";
    position: absolute;
    height: 3px;
    bottom: -15px;
    width: 60px;
}.wVp-about-this .mdV-content-column {
    padding: 40px;
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    animation: slideUp 0.8s ease-out forwards;
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    transition: transform 0.6s ease;
    position: relative;
    border-radius: 10px;
}.wVp-about-this .mdV-content-column::before {
    background: linear-gradient(to bottom, rgb(204,198,212), rgb(167,161,179));
    content: "";
    width: 6px;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
}.wVp-about-this .mdV-content-column:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.wVp-about-this .mdV-content-column h6 {
    color: rgb(204,198,212);
    margin-bottom: 20px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    transform: translateX(0);
    font-size: calc(18px * 1.1);
    transition: transform 0.4s ease;
}.wVp-about-this .mdV-content-column h6::after {
    bottom: -8px;
    position: absolute;
    height: 2px;
    width: 50%;
    transition: transform 0.4s ease;
    transform-origin: left;
    left: 0;
    background: rgb(167,161,179);
    content: "";
    transform: scaleX(1);
}.wVp-about-this .mdV-content-column:hover h6 {
    transform: translateX(5px);
}.wVp-about-this .mdV-content-column:hover h6::after {
    transform: scaleX(1.2);
}.wVp-about-this .mdV-content-column span {
    color: #000000;
    hyphens: auto;
    font-size: 13px;
    column-count: 1;
    position: relative;
    display: block;
    text-align: justify;
    line-height: 1.8;
    column-gap: 30px;
}

@media (min-width: 768px) {.wVp-about-this .mdV-content-column span {
    column-count: 2;
}
}

@media (min-width: 992px) {.wVp-about-this {
    padding: 150px 0 130px;
}.wVp-about-this h4 {
    font-size: calc(35px * 1.2);
    margin-bottom: 80px;
}.wVp-about-this .mdV-content-column {
    margin: 0 40px;
    padding: 50px 60px;
}.wVp-about-this .mdV-content-column::before {
    width: 8px;
}.wVp-about-this .mdV-content-column h6 {
    font-size: calc(18px * 1.3);
    margin-bottom: 30px;
}.wVp-about-this .mdV-content-column span {
    font-size: calc(13px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.wVp-about-this {
    padding: 80px 0 60px;
}.wVp-about-this h4 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.9);
}.wVp-about-this .mdV-content-column {
    padding: 25px 20px 25px 25px;
}.wVp-about-this .mdV-content-column::before {
    width: 4px;
}.wVp-about-this .mdV-content-column h6 {
    margin-bottom: 15px;
    font-size: 19px;
}.wVp-about-this .mdV-content-column span {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}}

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

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

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(-30px, 30px) scale(1.1);
    }
    50% {
        transform: translate(0, 50px) scale(0.9);
    }
    75% {
        transform: translate(30px, 20px) scale(1.05);
    }
}.jJh-title-section {
    position: relative;
    width: 100%;
    background: rgb(237,234,239);
    min-height: 100vh;
    overflow: hidden;
}.jJh-title-section .Mma-expert-classes {
    position: relative;
    width: 100%;
    height: 100vh;
}.jJh-title-section .fPm-page-entry {
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
}.jJh-title-section .fPm-page-entry input {
    opacity: 0;
    position: absolute;
}.jJh-title-section .cfh-learn-title {
    position: relative;
    height: 100%;
}.jJh-title-section .nXr-page-home {
    transform: scale(1.05);
    position: absolute;
    transform-origin: center;
    width: 100%;
    transition: opacity 0.8s ease, transform 0.8s ease;
    z-index: 1;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}.jJh-title-section .nXr-page-home img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}.jJh-title-section .nXr-page-home::after {
    left: 0;
    top: 0;
    background: linear-gradient(
        0deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 30%,
        transparent 70%
    );
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}.jJh-title-section .vot-start-begin {
    z-index: 10;
    top: 50%;
    display: flex;
    gap: 20px;
    position: absolute;
    flex-direction: column;
    left: 50px;
    transform: translateY(-50%);
}.jJh-title-section .vot-start-begin label {
    border-radius: 50%;
    width: 15px;
    cursor: pointer;
    border: 2px solid #ffffff;
    height: 15px;
    transition: all 0.3s ease;
    position: relative;
}.jJh-title-section .vot-start-begin label::after {
    border-radius: 50%;
    content: '';
    transition: transform 0.3s ease;
    width: 7px;
    position: absolute;
    left: 50%;
    background: rgb(204,198,212);
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    height: 7px;
}.jJh-title-section .vot-start-begin label:hover {
    border-color: rgb(204,198,212);
}.jJh-title-section .mdV-content-column {
    padding: 80px 50px;
    position: absolute;
    width: 45%;
    bottom: 0;
    z-index: 5;
    right: 0;
}.jJh-title-section .mdV-content-column .container {
    backdrop-filter: blur(10px);
    border-top: 4px solid rgb(204,198,212);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 27px;
    transform: translateY(0);
    transition: transform 0.5s ease;
    padding: 40px;
}.jJh-title-section .mdV-content-column h1 {
    margin-bottom: 15px;
    font-weight: 700;
    color: #ffffff;
    font-size: 40px;
    padding-bottom: 15px;
    position: relative;
}.jJh-title-section .mdV-content-column h1::after {
    height: 3px;
    width: 80px;
    left: 0;
    position: absolute;
    bottom: 0;
    background: rgb(204,198,212);
    content: '';
}.jJh-title-section .mdV-content-column h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(204,198,212);
}.jJh-title-section .mdV-content-column p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.7;
    font-weight: 400;
    color: #000000;
}.jJh-title-section .fPm-page-entry input:nth-child(1):checked ~ .cfh-learn-title .nXr-page-home:nth-child(1),
.jJh-title-section .fPm-page-entry input:nth-child(2):checked ~ .cfh-learn-title .nXr-page-home:nth-child(2),
.jJh-title-section .fPm-page-entry input:nth-child(3):checked ~ .cfh-learn-title .nXr-page-home:nth-child(3),
.jJh-title-section .fPm-page-entry input:nth-child(4):checked ~ .cfh-learn-title .nXr-page-home:nth-child(4),
.jJh-title-section .fPm-page-entry input:nth-child(5):checked ~ .cfh-learn-title .nXr-page-home:nth-child(5),
.jJh-title-section .fPm-page-entry input:nth-child(6):checked ~ .cfh-learn-title .nXr-page-home:nth-child(6),
.jJh-title-section .fPm-page-entry input:nth-child(7):checked ~ .cfh-learn-title .nXr-page-home:nth-child(7),
.jJh-title-section .fPm-page-entry input:nth-child(8):checked ~ .cfh-learn-title .nXr-page-home:nth-child(8),
.jJh-title-section .fPm-page-entry input:nth-child(9):checked ~ .cfh-learn-title .nXr-page-home:nth-child(9),
.jJh-title-section .fPm-page-entry input:nth-child(10):checked ~ .cfh-learn-title .nXr-page-home:nth-child(10) {
    transform: scale(1);
    z-index: 2;
    opacity: 1;
}.jJh-title-section .fPm-page-entry input:nth-child(1):checked ~ .vot-start-begin label:nth-child(1)::after,
.jJh-title-section .fPm-page-entry input:nth-child(2):checked ~ .vot-start-begin label:nth-child(2)::after,
.jJh-title-section .fPm-page-entry input:nth-child(3):checked ~ .vot-start-begin label:nth-child(3)::after,
.jJh-title-section .fPm-page-entry input:nth-child(4):checked ~ .vot-start-begin label:nth-child(4)::after,
.jJh-title-section .fPm-page-entry input:nth-child(5):checked ~ .vot-start-begin label:nth-child(5)::after,
.jJh-title-section .fPm-page-entry input:nth-child(6):checked ~ .vot-start-begin label:nth-child(6)::after,
.jJh-title-section .fPm-page-entry input:nth-child(7):checked ~ .vot-start-begin label:nth-child(7)::after,
.jJh-title-section .fPm-page-entry input:nth-child(8):checked ~ .vot-start-begin label:nth-child(8)::after,
.jJh-title-section .fPm-page-entry input:nth-child(9):checked ~ .vot-start-begin label:nth-child(9)::after,
.jJh-title-section .fPm-page-entry input:nth-child(10):checked ~ .vot-start-begin label:nth-child(10)::after {
    transform: translate(-50%, -50%) scale(1);
}.jJh-title-section .fPm-page-entry input:nth-child(1):checked ~ .vot-start-begin label:nth-child(1),
.jJh-title-section .fPm-page-entry input:nth-child(2):checked ~ .vot-start-begin label:nth-child(2),
.jJh-title-section .fPm-page-entry input:nth-child(3):checked ~ .vot-start-begin label:nth-child(3),
.jJh-title-section .fPm-page-entry input:nth-child(4):checked ~ .vot-start-begin label:nth-child(4),
.jJh-title-section .fPm-page-entry input:nth-child(5):checked ~ .vot-start-begin label:nth-child(5),
.jJh-title-section .fPm-page-entry input:nth-child(6):checked ~ .vot-start-begin label:nth-child(6),
.jJh-title-section .fPm-page-entry input:nth-child(7):checked ~ .vot-start-begin label:nth-child(7),
.jJh-title-section .fPm-page-entry input:nth-child(8):checked ~ .vot-start-begin label:nth-child(8),
.jJh-title-section .fPm-page-entry input:nth-child(9):checked ~ .vot-start-begin label:nth-child(9),
.jJh-title-section .fPm-page-entry input:nth-child(10):checked ~ .vot-start-begin label:nth-child(10) {
    border-color: rgb(204,198,212);
    transform: scale(1.2);
}.jJh-title-section .fPm-page-entry input:checked ~ .mdV-content-column .container {
    transform: translateY(0);
}.jJh-title-section::before {
    left: 0;
    background: linear-gradient(
        135deg,
        rgb(167,161,179,0.5) 0%,
        transparent 50%
    );
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    opacity: 0.4;
    height: 100%;
    content: '';
    pointer-events: none;
}

@media (max-width: 1200px) {.jJh-title-section .mdV-content-column {
    width: 55%;
    padding: 60px 40px;
}
}

@media (max-width: 991px) {.jJh-title-section {
    min-height: unset;
}.jJh-title-section .Mma-expert-classes {
    min-height: unset;
}.jJh-title-section .mdV-content-column {
    padding: 50px 30px;
    width: 65%;
}.jJh-title-section .mdV-content-column .container {
    padding: 30px;
}.jJh-title-section .vot-start-begin {
    left: 30px;
    gap: 15px;
}
}

@media (max-width: 767px) {.jJh-title-section .Mma-expert-classes {
    height: auto;
}.jJh-title-section .fPm-page-entry {
    height: 60vh;
    position: relative;
}.jJh-title-section .mdV-content-column {
    position: relative;
    padding: 30px 20px;
    width: 100%;
}.jJh-title-section .mdV-content-column .container {
    padding: 25px;
}.jJh-title-section .vot-start-begin {
    left: initial;
    bottom: 20px;
    gap: 12px;
    flex-direction: row;
    right: 20px;
    transform: none;
    top: initial;
}.jJh-title-section .mdV-content-column h1 {
    font-size: calc(40px * 0.85);
}.jJh-title-section .mdV-content-column h3 {
    font-size: calc(18px * 0.85);
}
}

@media (max-width: 575px) {.jJh-title-section .fPm-page-entry {
    height: 50vh;
}.jJh-title-section .mdV-content-column {
    padding: 20px 15px;
}.jJh-title-section .mdV-content-column .container {
    padding: 20px;
}.jJh-title-section .vot-start-begin {
    right: 15px;
    gap: 10px;
    bottom: 15px;
}.jJh-title-section .vot-start-begin label {
    height: 12px;
    width: 12px;
}.jJh-title-section .vot-start-begin label::after {
    height: 6px;
    width: 6px;
}.jJh-title-section .mdV-content-column h1 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: calc(40px * 0.7);
}.jJh-title-section .mdV-content-column h1::after {
    width: 60px;
    height: 2px;
}.jJh-title-section .mdV-content-column h3 {
    font-size: calc(18px * 0.7);
    margin-bottom: 15px;
}.jJh-title-section .mdV-content-column p {
    font-size: calc(18px * 0.8);
    line-height: 1.5;
}}.HwK-cookie-warning-panel {
    border-top: 2px solid rgb(204,198,212);
    background: rgb(237,234,239);
    z-index: 90;
    bottom: 0;
    position: fixed;
    width: 100%;
}.ZOq-cookies-overview {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}.HwK-cookie-warning-panel h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.HwK-cookie-warning-panel p {
    font-size: 18px;
}.Vmu-policy-opt {
    margin-right: 10px;
    flex-shrink: 0;
}.Vmu-policy-opt svg, .Vmu-policy-opt svg path, .Vmu-policy-opt img {
    height: 100px;
    width: 100px;
    fill: rgb(204,198,212);
}.LSm-cookie-customize {
    white-space: nowrap;
    border-bottom: 2px solid rgb(204,198,212);
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    min-width: 120px;
    margin-left: 10px;
    text-decoration: none;
    color: rgb(204,198,212);
    flex-shrink: 0;
    line-height: 35px;
}.HwK-cookie-warning-panel p a {
    color: rgb(204,198,212);
    text-decoration: none;
}#ozx-cookieUsageWindow {
    display: none;
}#ozx-cookieUsageWindow:checked ~ .HwK-cookie-warning-panel {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.HwK-cookie-warning-panel {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.Vmu-policy-opt {
    display: none;
}.ZOq-cookies-overview {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.HwK-cookie-warning-panel h5 {
    text-align: center;
}.HwK-cookie-warning-panel p {
    text-align: center;
}.pTN-cookie-notice {
    margin-bottom: 20px;
}body .eNf-framework-wrap .LSm-cookie-customize {
    margin-left: 0;
}}
.eNf-framework-wrap .ZOq-cookies-overview {
    justify-content: flex-end;
}.eNf-framework-wrap .LSm-cookie-customize {
    padding: 10px;
    background: rgb(204,198,212);
    font-size: 20px;
    margin-left: 30px;
    color: #ffffff;
}.eNf-framework-wrap .pTN-cookie-notice {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.eNf-framework-wrap .LSm-cookie-customize {
    margin-left: 0;
    margin-bottom: 10px;
}}.DbA-course-structure {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,234,239) 0%, rgba(245, 247, 250, 1) 100%);
    padding: 100px 0 120px;
}.DbA-course-structure::before {
    width: 100%;
    background-size: 30px 30px;
    height: 100%;
    animation: patternFloat 60s linear infinite;
    top: 0;
    background-image: 
        linear-gradient(30deg, rgba(rgb(204,198,212,0.5), 0.03) 1px, transparent 1px),
        linear-gradient(120deg, rgba(rgb(204,198,212,0.5), 0.03) 1px, transparent 1px);
    left: 0;
    z-index: 0;
    position: absolute;
    content: "";
}.DbA-course-structure::after {
    top: -50%;
    right: -20%;
    height: 200%;
    width: 70%;
    transform: rotate(-15deg);
    content: "";
    background: linear-gradient(135deg, rgba(rgb(204,198,212,0.5), 0.08) 0%, rgba(rgb(167,161,179,0.5), 0.05) 100%);
    z-index: 0;
    position: absolute;
}.DbA-course-structure .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.DbA-course-structure h2 {
    line-height: 1.3;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
    position: relative;
    color: #000000;
    margin-bottom: 50px;
    font-size: 35px;
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.DbA-course-structure h2::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(204,198,212) 0%, rgb(167,161,179) 100%);
    height: 3px;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    position: absolute;
    transition: width 0.3s ease;
    content: "";
}.DbA-course-structure h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.DbA-course-structure h2:hover::after {
    width: 120px;
}.DbA-course-structure .WlQ-career-learn {
    transform-style: preserve-3d;
    position: relative;
    gap: 40px;
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
    display: grid;
    perspective: 1000px;
}.DbA-course-structure .bmr-media-thumbnail {
    position: relative;
    height: 500px;
    border-radius: 3px;
    transform: translateZ(20px);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.15);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}.DbA-course-structure .bmr-media-thumbnail::before {
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(
        to bottom,
        rgba(rgb(204,198,212,0.5), 0.2),
        rgba(rgba(0, 0, 0, 0.5), 0.4)
    );
    transition: opacity 0.3s ease;
    z-index: 1;
    opacity: 0.7;
    width: 100%;
    left: 0;
}.DbA-course-structure .bmr-media-thumbnail:hover {
    transform: translateZ(30px) scale(1.02);
}.DbA-course-structure .bmr-media-thumbnail:hover::before {
    opacity: 0.5;
}.DbA-course-structure .mdV-content-column {
    scrollbar-width: thin;
    transform: translateZ(10px);
    padding-right: 15px;
    overflow-y: auto;
    position: relative;
    max-height: 500px;
    scrollbar-color: rgb(204,198,212) rgba(rgb(237,234,239), 0.5);
}.DbA-course-structure .mdV-content-column::-webkit-scrollbar {
    width: 6px;
}.DbA-course-structure .mdV-content-column::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(rgb(237,234,239), 0.5);
}.DbA-course-structure .mdV-content-column::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgb(204,198,212);
}.DbA-course-structure .description {
    transition: transform 0.3s ease;
    margin-bottom: 24px;
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
    position: relative;
}.DbA-course-structure .description:first-of-type {
    position: relative;
    border-left: 3px solid rgb(204,198,212);
    padding-left: 20px;
}.DbA-course-structure .description:last-of-type {
    padding-left: 20px;
    position: relative;
    border-left: 3px solid rgb(167,161,179);
}.DbA-course-structure .description:first-of-type::before {
    width: 3px;
    transition: height 1.5s ease;
    background: linear-gradient(to bottom, rgb(204,198,212), rgb(167,161,179));
    height: 0;
    content: "";
    top: 0;
    left: -3px;
    position: absolute;
}.DbA-course-structure .description:first-of-type:hover::before {
    height: 100%;
}

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

@media screen and (max-width: 992px) {.DbA-course-structure {
    padding: 80px 0 100px;
}.DbA-course-structure h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 40px;
}.DbA-course-structure .WlQ-career-learn {
    grid-template-columns: 1fr;
    gap: 30px;
}.DbA-course-structure .bmr-media-thumbnail {
    order: -1;
    height: 400px;
}.DbA-course-structure .mdV-content-column {
    max-height: 450px;
}
}

@media screen and (max-width: 768px) {.DbA-course-structure {
    padding: 60px 0 80px;
}.DbA-course-structure h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 30px;
}.DbA-course-structure h2::after {
    bottom: -12px;
    width: 60px;
}.DbA-course-structure .bmr-media-thumbnail {
    height: 320px;
}.DbA-course-structure .mdV-content-column {
    max-height: 400px;
}.DbA-course-structure .description {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}

@media screen and (max-width: 576px) {.DbA-course-structure {
    padding: 50px 0 70px;
}.DbA-course-structure h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 25px;
}.DbA-course-structure h2::after {
    width: 50px;
    bottom: -10px;
}.DbA-course-structure .bmr-media-thumbnail {
    height: 250px;
}.DbA-course-structure .mdV-content-column {
    max-height: 350px;
}.DbA-course-structure .description {
    padding-left: 15px;
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}
}

@media (hover: none) {.DbA-course-structure h2:hover,
    .DbA-course-structure .bmr-media-thumbnail:hover {
    transform: none;
}.DbA-course-structure h2:hover::after {
    width: 80px;
}}.xXr-teaching-process {
    position: relative;
    padding: 180px 0 150px;
    background: linear-gradient(160deg, rgb(237,234,239) 0%, rgb(204,198,212,0.5) 140%);
    overflow: visible;
}.xXr-teaching-process::before {
    content: '';
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(45deg, transparent 60%, rgb(204,198,212,0.5) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.2;
}.xXr-teaching-process .Mma-expert-classes {
    max-width: 1200px;
    padding: 0 30px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.xXr-teaching-process .mdV-content-column {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}.xXr-teaching-process .mdV-content-column h2 {
    font-weight: 700;
    border-radius: 18px;
    padding: 30px 40px;
    transform: translateX(-80px);
    color: #ffffff;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    margin-bottom: 0;
    background: rgb(204,198,212,0.5);
    align-self: flex-start;
    font-size: 35px;
    position: relative;
    backdrop-filter: blur(10px);
    z-index: 4;
}.xXr-teaching-process .mdV-content-column p {
    font-size: 12px;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.2);
    align-self: flex-end;
    padding: 50px 60px;
    backdrop-filter: blur(15px);
    border-radius: 18px;
    position: relative;
    width: 70%;
    line-height: 1.8;
    margin-top: -15px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}.xXr-teaching-process .mdV-content-column::before {
    width: 300px;
    filter: blur(60px);
    opacity: 0.05;
    content: '';
    animation: morph 15s infinite alternate;
    right: -150px;
    height: 300px;
    z-index: 1;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    top: -150px;
    background: rgb(204,198,212);
    position: absolute;
}.xXr-teaching-process .mdV-content-column::after {
    bottom: -200px;
    filter: blur(70px);
    left: -150px;
    background: rgb(167,161,179);
    height: 400px;
    content: '';
    position: absolute;
    border-radius: 60% 40% 30% 70% / 50% 60% 30% 60%;
    width: 400px;
    z-index: 0;
    animation: morph 20s infinite alternate-reverse;
    opacity: 0.05;
}.xXr-teaching-process .mdV-content-column h2::before {
    width: 40px;
    z-index: -1;
    content: '';
    position: absolute;
    background: rgb(204,198,212);
    top: -20px;
    transform: rotate(45deg);
    left: -20px;
    height: 40px;
    border-radius: 10px;
}.xXr-teaching-process .mdV-content-column h2::after {
    background: rgb(204,198,212);
    height: 2px;
    z-index: 5;
    bottom: -30px;
    content: '';
    left: 40px;
    position: absolute;
    width: 120px;
}.xXr-teaching-process .mdV-content-column p::before {
    animation: float-rotate 10s infinite alternate;
    width: 80px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: -1;
    height: 80px;
    position: absolute;
    content: '';
    right: 60px;
    opacity: 0.1;
    top: -40px;
    background: rgb(204,198,212,0.5);
}.xXr-teaching-process .mdV-content-column p::after {
    width: 60px;
    background: rgb(167,161,179,0.5);
    animation: float-rotate 12s infinite alternate-reverse;
    left: 40px;
    z-index: -1;
    height: 60px;
    opacity: 0.1;
    border-radius: 30% 70% 50% 50% / 50% 50% 70% 30%;
    bottom: -30px;
    content: '';
    position: absolute;
}.xXr-teaching-process::after {
    opacity: 0.6;
    height: 3px;
    bottom: 0;
    width: 100%;
    position: absolute;
    content: '';
    z-index: 1;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(204,198,212,0.5) 20%, 
        rgb(204,198,212) 50%, 
        rgb(167,161,179,0.5) 80%, 
        transparent 100%
    );
}.xXr-teaching-process .Mma-expert-classes::before {
    position: absolute;
    width: 200px;
    background: rgb(204,198,212,0.5);
    top: 35%;
    transform: rotate(60deg);
    content: '';
    height: 2px;
    left: -100px;
    animation: glow 5s infinite alternate;
}.xXr-teaching-process .Mma-expert-classes::after {
    content: '';
    background: rgb(167,161,179,0.5);
    position: absolute;
    animation: glow 6s infinite alternate-reverse;
    bottom: 25%;
    width: 200px;
    height: 2px;
    transform: rotate(-60deg);
    right: -100px;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 70% 30% 40% 60% / 50% 60% 30% 60%;
    }
}

@keyframes float-rotate {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-20px) rotate(45deg);
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.3;
        box-shadow: 0 0 5px rgb(204,198,212,0.5);
    }
    50% {
        opacity: 0.7;
        box-shadow: 0 0 15px rgb(204,198,212);
    }
}

.xXr-teaching-process .mdV-content-column h2 span {
    z-index: 2;
    position: relative;
}.xXr-teaching-process .mdV-content-column p span {
    position: relative;
    color: rgb(204,198,212);
    font-weight: 600;
}.xXr-teaching-process .floating-element {
    position: absolute;
    opacity: 0.2;
    border: 2px solid rgb(204,198,212,0.5);
    height: 150px;
    width: 150px;
    z-index: 0;
    right: 10%;
    animation: float 20s infinite ease-in-out;
    top: 20%;
}.xXr-teaching-process .floating-element::before {
    content: '';
    top: 50%;
    width: 20px;
    background: rgb(204,198,212);
    height: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
    position: absolute;
    border-radius: 50%;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-30px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(10deg);
    }
    75% {
        transform: translateY(30px) rotate(5deg);
    }
}

@media screen and (max-width: 1200px) {.xXr-teaching-process .mdV-content-column h2 {
    transform: translateX(-60px);
}.xXr-teaching-process .mdV-content-column p {
    width: 75%;
}.xXr-teaching-process .mdV-content-column::before {
    top: -125px;
    right: -125px;
    width: 250px;
    height: 250px;
}.xXr-teaching-process .mdV-content-column::after {
    width: 350px;
    left: -120px;
    bottom: -175px;
    height: 350px;
}.xXr-teaching-process .floating-element {
    height: 120px;
    right: 8%;
    width: 120px;
}
}

@media screen and (max-width: 992px) {.xXr-teaching-process {
    padding: 150px 0 120px;
}.xXr-teaching-process .mdV-content-column h2 {
    padding: 25px 35px;
    transform: translateX(-40px);
}.xXr-teaching-process .mdV-content-column p {
    padding: 40px 50px;
    width: 80%;
}.xXr-teaching-process .mdV-content-column::before {
    right: -100px;
    height: 200px;
    top: -100px;
    width: 200px;
}.xXr-teaching-process .mdV-content-column::after {
    height: 280px;
    bottom: -140px;
    left: -100px;
    width: 280px;
}.xXr-teaching-process .Mma-expert-classes::before,
    .xXr-teaching-process .Mma-expert-classes::after {
    width: 150px;
}.xXr-teaching-process .floating-element {
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 768px) {.xXr-teaching-process {
    overflow: hidden;
    padding: 120px 0 100px;
}.xXr-teaching-process .mdV-content-column h2 {
    transform: translateX(0);
    align-self: center;
    font-size: calc(35px * 0.9);
    padding: 20px 30px;
    margin-bottom: 30px;
}.xXr-teaching-process .mdV-content-column p {
    margin-top: 0;
    width: 100%;
    padding: 30px 40px;
    align-self: center;
}.xXr-teaching-process .mdV-content-column h2::after {
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    bottom: -20px;
}.xXr-teaching-process .mdV-content-column::before,
    .xXr-teaching-process .mdV-content-column::after,
    .xXr-teaching-process .Mma-expert-classes::before,
    .xXr-teaching-process .Mma-expert-classes::after,
    .xXr-teaching-process .floating-element {
    display: none;
}
}

@media screen and (max-width: 480px) {.xXr-teaching-process {
    padding: 100px 0 80px;
}.xXr-teaching-process .mdV-content-column h2 {
    padding: 15px 25px;
    font-size: calc(35px * 0.8);
}.xXr-teaching-process .mdV-content-column p {
    padding: 25px 30px;
    font-size: calc(12px * 0.9);
}.xXr-teaching-process .mdV-content-column h2::before {
    left: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
}.xXr-teaching-process .mdV-content-column h2::after {
    bottom: -15px;
    height: 1px;
    width: 60px;
}}footer {
    position: relative;
}footer::before {
    right: 0;
    background: linear-gradient(45deg, rgb(167,161,179,0.5) 0%, rgb(204,198,212,0.5) 100%);
    top: 0;
    left: 0;
    content: '';
    bottom: 0;
    position: absolute;
    z-index: 1;
}.pWX-footer-subscribe {
    z-index: 2;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 80px 0 40px;
    color: #ffffff;
}.pWX-footer-subscribe .container {
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}.pWX-footer-subscribe .company_holder {
    z-index: 3;
    grid-column: 1 / 5;
    position: relative;
}.pWX-footer-subscribe .company_holder h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    font-size: 37px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
}.pWX-footer-subscribe .company_holder h3::after {
    left: 0;
    background: rgb(204,198,212);
    content: '';
    width: 40px;
    position: absolute;
    bottom: 0;
    height: 4px;
    border-radius: 10px;
}.pWX-footer-subscribe .lVW-about-learn {
    margin-top: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    padding: 20px;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(204,198,212);
    background: rgba(255, 255, 255, 0.1);
    font-size: 16px;
    transform: translateZ(0);
    line-height: 1.6;
}.pWX-footer-subscribe .Ync-cert-display {
    grid-column: 5 / 13;
    position: relative;
}.pWX-footer-subscribe .Yxi-nav-teach {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}.pWX-footer-subscribe .BhX-site-start {
    position: relative;
}.pWX-footer-subscribe .BhX-site-start h5 {
    position: relative;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
}.pWX-footer-subscribe .BhX-site-start h5::before {
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    top: 50%;
    position: absolute;
    background: rgb(204,198,212);
    border-radius: 50%;
    content: '';
    left: -15px;
}.pWX-footer-subscribe .BhX-site-start .Yxi-nav-teach {
    display: flex;
    flex-direction: column;
    gap: 15px;
}.pWX-footer-subscribe .BhX-site-start .Yxi-nav-teach a {
    padding: 8px 15px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.05);
    z-index: 1;
    text-decoration: none;
    color: #ffffff;
    position: relative;
}.pWX-footer-subscribe .BhX-site-start .Yxi-nav-teach a::before {
    height: 100%;
    transition: all 0.3s ease;
    left: 0;
    content: '';
    top: 0;
    width: 3px;
    background: rgb(204,198,212);
    position: absolute;
    z-index: -1;
}.pWX-footer-subscribe .BhX-site-start .Yxi-nav-teach a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.pWX-footer-subscribe .BhX-site-start .Yxi-nav-teach a:hover::before {
    width: 100%;
    background: rgb(204,198,212,0.5);
}.dGg-footer-address {
    z-index: 2;
    padding: 20px 0;
    position: relative;
    margin-top: 60px;
    background: rgba(0, 0, 0, 0.3);
}.dGg-footer-address::before {
    right: 15%;
    height: 1px;
    content: '';
    left: 15%;
    top: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0.2;
    position: absolute;
}.dGg-footer-address .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.dGg-footer-address .Pch-compliance {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    opacity: 0.8;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    content: '';
    z-index: 1;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    left: 0;
    bottom: 0;
    right: 0;
}

@media (max-width: 992px) {.pWX-footer-subscribe .container {
    grid-template-columns: repeat(1, 1fr);
}.pWX-footer-subscribe .company_holder {
    margin-bottom: 40px;
    grid-column: 1 / -1;
}.pWX-footer-subscribe .Ync-cert-display {
    grid-column: 1 / -1;
}.pWX-footer-subscribe .Yxi-nav-teach {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.pWX-footer-subscribe {
    padding: 60px 0 30px;
}.pWX-footer-subscribe .Yxi-nav-teach {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}.pWX-footer-subscribe .BhX-site-start {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.pWX-footer-subscribe::before {
    background: linear-gradient(90deg, rgb(204,198,212), rgb(167,161,179), rgb(204,198,212));
    top: 0;
    position: absolute;
    content: '';
    background-size: 200% 200%;
    left: 0;
    animation: gradientShift 5s infinite;
    width: 100%;
    height: 5px;
}.pWX-footer-subscribe .company_holder::after {
    opacity: 0.4;
    height: 150px;
    background: rgb(204,198,212,0.5);
    position: absolute;
    right: -50px;
    filter: blur(60px);
    top: 40px;
    width: 150px;
    z-index: -1;
    border-radius: 50%;
    content: '';
}.pWX-footer-subscribe .company_holder::before {
    z-index: -1;
    position: absolute;
    filter: blur(40px);
    height: 100px;
    opacity: 0.3;
    background: rgb(167,161,179,0.5);
    content: '';
    border-radius: 50%;
    bottom: 0;
    width: 100px;
    left: -30px;
}.pWX-footer-subscribe .Ync-cert-display::after {
    filter: blur(50px);
    opacity: 0.2;
    height: 120px;
    content: '';
    z-index: -1;
    width: 120px;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: 100px;
    background: rgb(204,198,212,0.5);
}.pWX-footer-subscribe .Ync-cert-display::before {
    left: 80px;
    z-index: -1;
    height: 180px;
    opacity: 0.25;
    width: 180px;
    position: absolute;
    bottom: -50px;
    border-radius: 50%;
    background: rgb(167,161,179,0.5);
    filter: blur(70px);
    content: '';
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.pWX-footer-subscribe .BhX-site-start {
    animation: borderPulse 4s infinite;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}.pWX-footer-subscribe .BhX-site-start h5 {
    letter-spacing: 0.5px;
}.pWX-footer-subscribe .BhX-site-start h5::after {
    background: rgb(167,161,179);
    height: 2px;
    content: '';
    bottom: -5px;
    position: absolute;
    width: 30px;
    left: 0;
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.dGg-footer-address {
    animation: movingGradient 10s ease infinite;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    background-size: 200% 200%;
}