﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}svg {
    width: 30px;
    height: 30px;
}.Jqw-wrapper-section {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}.TDm-head-pro {
    flex: 1 0 auto;
}.container {
    width: 1277px;
    margin: auto;
    max-width: 100%;
}.ZGE-abuse-ctrl {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    scroll-behavior: auto;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.doB-about-this {
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0 90px;
    position: relative;
}.doB-about-this::before {
    right: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.92) 0%,
        rgba(0, 0, 0, 0.85) 35%,
        rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
    left: 0;
    bottom: 0;
    content: "";
}.doB-about-this::after {
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(45deg, 
        rgb(180,180,207,0.5) 0%,
        transparent 50%);
    z-index: 2;
    right: -50%;
    height: 200%;
    transform: rotate(-15deg);
    opacity: 0.1;
    top: -50%;
}.doB-about-this .container {
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    z-index: 5;
    margin: 0 auto;
}.doB-about-this h4 {
    font-weight: 700;
    font-size: calc(37px * 1.15);
    padding-left: 2rem;
    transform: translateX(-1rem);
    margin-bottom: 60px;
    letter-spacing: 2px;
    z-index: 5;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
}.doB-about-this h4::before {
    background: rgb(144,138,177);
    top: 50%;
    content: "";
    left: 0;
    position: absolute;
    height: 3px;
    transform: translateY(-50%);
    width: 35px;
}.doB-about-this h4::after {
    background: rgb(180,180,207);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: left;
    transform: scaleX(1);
    content: "";
    left: 2rem;
    bottom: -10px;
    width: 60px;
    height: 2px;
    position: absolute;
}.doB-about-this:hover h4::after {
    transform: scaleX(1.5);
}.doB-about-this .uCq-text-box-content {
    backdrop-filter: blur(8px);
    position: relative;
    padding: 40px 45px;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(20, 20, 20, 0.75);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-left: 4px solid rgb(144,138,177);
    border-radius: 0 10px 10px 0;
}.doB-about-this .uCq-text-box-content:hover {
    transform: translateY(-5px);
}.doB-about-this .uCq-text-box-content::before {
    position: absolute;
    height: 1px;
    left: 0;
    background: linear-gradient(to right, 
        rgb(144,138,177) 0%, 
        transparent 70%);
    top: 0;
    content: "";
    right: 0;
}.doB-about-this .uCq-text-box-content::after {
    width: 70%;
    right: 0;
    background: linear-gradient(to left, 
        rgb(144,138,177,0.5) 0%, 
        transparent 100%);
    height: 1px;
    position: absolute;
    bottom: 0;
    content: "";
}.doB-about-this h6 {
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: calc(23px * 1.1);
    color: rgb(144,138,177);
    letter-spacing: 1px;
}.doB-about-this h6::after {
    height: 2px;
    background: linear-gradient(to right, 
        rgb(144,138,177) 0%, 
        transparent 90%);
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    bottom: -8px;
}.doB-about-this .uCq-text-box-content div {
    position: relative;
    overflow: hidden;
}.doB-about-this .uCq-text-box-content span {
    font-size: 18px;
    text-align: justify;
    line-height: 1.8;
    opacity: 0.95;
    display: block;
    transform: translateY(0);
    transition: transform 0.3s ease-out;
    font-weight: 300;
    color: #ffffff;
}.doB-about-this .uCq-text-box-content:hover span {
    transform: translateY(-5px);
}.doB-about-this .uCq-text-box-content span::first-letter {
    font-size: 1.5em;
    color: rgb(144,138,177);
    font-weight: 600;
}

@media (max-width: 992px) {.doB-about-this {
    padding: 80px 0 60px;
}.doB-about-this h4 {
    padding-left: 1.5rem;
    font-size: calc(37px * 0.9);
    margin-bottom: 40px;
}.doB-about-this .uCq-text-box-content {
    padding: 30px 35px;
}.doB-about-this h6 {
    font-size: 23px;
}
}

@media (max-width: 768px) {.doB-about-this {
    padding: 60px 0 40px;
}.doB-about-this h4 {
    font-size: 37px;
    margin-bottom: 30px;
    transform: translateX(0);
    text-align: center;
    padding-left: 0;
}.doB-about-this h4::before {
    width: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
}.doB-about-this h4::after {
    transform: translateX(-50%);
    width: 40px;
    left: 50%;
}.doB-about-this:hover h4::after {
    transform: translateX(-50%) scaleX(1.5);
}.doB-about-this .uCq-text-box-content {
    border-left: 3px solid rgb(144,138,177);
    padding: 25px 20px;
}.doB-about-this h6 {
    margin-bottom: 1rem;
    font-size: calc(21px * 1.1);
}.doB-about-this .uCq-text-box-content span {
    font-size: calc(18px * 0.9);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.doB-about-this {
    padding: 50px 0 30px;
}.doB-about-this h4 {
    font-size: calc(37px * 0.8);
    margin-bottom: 25px;
}.doB-about-this .uCq-text-box-content {
    padding: 20px 15px;
    border-radius: 0 10px 10px 0;
}.doB-about-this h6 {
    font-size: 21px;
    letter-spacing: 0.5px;
}.doB-about-this .uCq-text-box-content span {
    font-size: calc(18px * 0.85);
    line-height: 1.6;
}}.omu-program-assets {
    background: linear-gradient(135deg, rgb(217,217,231) 0%, rgba(255,255,255,0.97) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.omu-program-assets::before {
    position: absolute;
    top: 0;
    height: 100%;
    background-image: 
    radial-gradient(circle at 20% 30%, rgba(rgb(180,180,207,0.5), 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(144,138,177,0.5), 0.07) 0%, transparent 50%);
    width: 100%;
    content: "";
    z-index: 0;
    left: 0;
}.omu-program-assets::after {
    transform: scaleX(0.97);
    width: 100%;
    background: linear-gradient(90deg, rgb(180,180,207) 0%, rgb(144,138,177) 100%);
    left: 0;
    bottom: -2px;
    content: "";
    height: 6px;
    z-index: 1;
    transform-origin: left;
    position: absolute;
}.omu-program-assets h5 {
    z-index: 2;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    transform: translateZ(0);
    font-size: 22px;
    position: relative;
}.omu-program-assets h5::after {
    left: 50%;
    width: 60px;
    content: "";
    position: absolute;
    height: 3px;
    bottom: -12px;
    transform: translateX(-50%);
    background: rgb(180,180,207);
}.omu-program-assets .container {
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.omu-program-assets .aft-master-track {
    display: flex;
    transform: translateY(0);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    flex-direction: column;
    background-color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}.omu-program-assets .aft-master-track:hover {
    transform: translateY(-5px);
}.omu-program-assets .qhW-img-container {
    height: 300px;
    width: 100%;
    transform: scale(1);
    object-fit: cover;
    display: block;
    transition: transform 1.2s ease-out;
    object-position: center;
}.omu-program-assets .aft-master-track:hover .qhW-img-container {
    transform: scale(1.05);
}.omu-program-assets .uCq-text-box-content {
    position: relative;
    padding: 2.5rem 2rem;
}.omu-program-assets .uCq-text-box-content::before {
    transition: height 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    height: 0;
    width: 3px;
    background: linear-gradient(to bottom, rgb(180,180,207), rgb(144,138,177));
}.omu-program-assets .aft-master-track:hover .uCq-text-box-content::before {
    height: 100%;
}.omu-program-assets ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.omu-program-assets li {
    transition: transform 0.3s ease;
    margin-bottom: 1.2rem;
    padding-left: 38px;
    transform: translateX(0);
    position: relative;
}.omu-program-assets li:hover {
    transform: translateX(5px);
}.omu-program-assets li p {
    font-weight: 400;
    margin: 0;
    align-items: flex-start;
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    display: flex;
}.omu-program-assets li svg {
    width: 26px;
    margin-right: 12px;
    top: 2px;
    left: 0;
    height: 26px;
    position: absolute;
    transition: transform 0.3s ease;
}.omu-program-assets li:hover svg {
    transform: rotate(10deg);
}.omu-program-assets svg path {
    transition: fill 0.3s ease;
    fill: rgb(180,180,207);
}.omu-program-assets li:hover svg path {
    fill: rgb(144,138,177);
}

@media (min-width: 768px) {.omu-program-assets .aft-master-track {
    align-items: stretch;
    flex-direction: row;
}.omu-program-assets .aft-master-track > div:first-child {
    flex: 0 0 45%;
    overflow: hidden;
}.omu-program-assets .qhW-img-container {
    height: 100%;
}.omu-program-assets .uCq-text-box-content {
    flex: 0 0 55%;
    padding: 3rem;
}.omu-program-assets ul {
    columns: 1;
}
}

@media (min-width: 992px) {.omu-program-assets {
    padding: 8rem 0;
}.omu-program-assets h5 {
    margin-bottom: 4rem;
    font-size: calc(22px * 1.1);
}.omu-program-assets .uCq-text-box-content {
    padding: 3.5rem;
}.omu-program-assets ul {
    column-gap: 2rem;
    columns: 2;
}.omu-program-assets li {
    break-inside: avoid;
}
}

@media (max-width: 767px) {.omu-program-assets {
    padding: 4rem 0;
}.omu-program-assets h5 {
    line-height: 1.4;
    font-size: calc(22px * 0.9);
    padding: 0 15px;
}.omu-program-assets .qhW-img-container {
    height: 220px;
}.omu-program-assets .uCq-text-box-content {
    padding: 1.8rem 1.5rem;
}.omu-program-assets li {
    margin-bottom: 1rem;
}
}

@media (max-width: 480px) {.omu-program-assets h5 {
    font-size: calc(22px * 0.8);
}.omu-program-assets .qhW-img-container {
    height: 180px;
}.omu-program-assets .uCq-text-box-content {
    padding: 1.5rem 1.2rem;
}.omu-program-assets li {
    padding-left: 34px;
}.omu-program-assets li svg {
    height: 22px;
    width: 22px;
}
}

@media (hover: none) {.omu-program-assets .aft-master-track,
  .omu-program-assets .aft-master-track:hover {
    transform: translateY(0);
}.omu-program-assets .qhW-img-container,
  .omu-program-assets .aft-master-track:hover .qhW-img-container {
    transform: scale(1);
}.omu-program-assets li:hover {
    transform: translateX(0);
}}.dbY-course-program-info {
    position: relative;
    background: linear-gradient(45deg, rgb(144,138,177,0.5) 0%, rgb(217,217,231) 50%, rgb(180,180,207,0.5) 100%);
    overflow: hidden;
    padding: 8rem 2rem;
}.dbY-course-program-info::before {
    width: 200%;
    animation: rotate 60s linear infinite;
    background: 
        radial-gradient(ellipse at center, transparent 0%, transparent 65%, rgb(144,138,177,0.5) 100%);
    top: -50%;
    content: "";
    height: 200%;
    z-index: 1;
    left: -50%;
    position: absolute;
}.dbY-course-program-info::after {
    left: 0;
    background: linear-gradient(
        rgb(144,138,177,0.5),
        transparent 20%,
        transparent 80%,
        rgb(180,180,207,0.5)
    );
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
}.dbY-course-program-info .container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}.dbY-course-program-info .lzR-lesson-path {
    flex-direction: column;
    margin-bottom: 2rem;
    position: relative;
    display: flex;
}.dbY-course-program-info .uCq-text-box-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 4rem;
    max-width: 800px;
}.dbY-course-program-info h2 {
    color: #000000;
    font-size: 43px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 3rem;
    letter-spacing: 2px;
    position: relative;
}.dbY-course-program-info h2::before,
.dbY-course-program-info h2::after {
    width: 150%;
    position: absolute;
    left: -25%;
    height: 3px;
    background: linear-gradient(to right, transparent, rgb(180,180,207), transparent);
    content: "";
}.dbY-course-program-info h2::before {
    top: -15px;
}.dbY-course-program-info h2::after {
    bottom: -15px;
}.dbY-course-program-info .description {
    animation-delay: 0.2s;
    font-size: calc(12px * 1.1);
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
    transform: translateY(30px);
    animation: slideUp 0.8s forwards;
    line-height: 1.8;
    opacity: 0;
}.dbY-course-program-info .description:nth-of-type(2) {
    animation-delay: 0.5s;
}.dbY-course-program-info .qhW-img-container {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    transform: scale(0.95);
    border-radius: 15px;
    margin-top: 2rem;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    height: 500px;
}.dbY-course-program-info .qhW-img-container::before {
    opacity: 0.7;
    position: absolute;
    transition: opacity 0.5s ease;
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(
        to bottom,
        rgb(180,180,207,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(144,138,177,0.5) 100%
    );
    z-index: 1;
    content: "";
    left: 0;
}.dbY-course-program-info .qhW-img-container:hover {
    transform: scale(1);
}.dbY-course-program-info .qhW-img-container:hover::before {
    opacity: 0.4;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 992px) {.dbY-course-program-info {
    padding: 5rem 1.5rem;
}.dbY-course-program-info .uCq-text-box-content {
    margin-bottom: 3rem;
}.dbY-course-program-info h2 {
    font-size: calc(43px * 0.85);
}.dbY-course-program-info .qhW-img-container {
    height: 400px;
}
}

@media screen and (max-width: 768px) {.dbY-course-program-info {
    padding: 4rem 1rem;
}.dbY-course-program-info .uCq-text-box-content {
    margin-bottom: 2rem;
}.dbY-course-program-info h2 {
    font-size: calc(43px * 0.7);
}.dbY-course-program-info h2::before,
    .dbY-course-program-info h2::after {
    left: -10%;
    width: 120%;
}.dbY-course-program-info .description {
    font-size: 12px;
}.dbY-course-program-info .qhW-img-container {
    height: 300px;
}}.mtn-reach-out {
    background: rgb(217,217,231);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.mtn-reach-out::before {
    background: rgb(217,217,231);
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(180,180,207,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(144,138,177,0.5) 0%, transparent 30%);
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
}.mtn-reach-out::after {
    animation: backgroundMove 30s infinite linear;
    opacity: 0.2;
    content: "";
    position: absolute;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    z-index: 1;
    background-image: 
        repeating-linear-gradient(45deg, rgb(180,180,207,0.5) 0, rgb(180,180,207,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(144,138,177,0.5) 0, rgb(144,138,177,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(180,180,207,0.5), transparent 70%),
        linear-gradient(180deg, rgb(144,138,177,0.5), transparent 70%);
    left: 0;
    height: 100%;
    top: 0;
    background-position: 0 0, 0 0, 0 0, 0 0;
    width: 100%;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.mtn-reach-out .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 30px;
    margin: 0 auto;
}.mtn-reach-out h2 {
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    margin-bottom: 50px;
    font-size: 46px;
    font-weight: 700;
}.mtn-reach-out h2::before {
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: -15px;
    content: "";
    left: calc(50% - 50px);
    background: rgb(180,180,207);
    box-shadow: 
        0 0 5px rgb(180,180,207),
        0 0 10px rgb(180,180,207),
        0 0 15px rgb(180,180,207);
}.mtn-reach-out .ZeD-support-widget {
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(180,180,207,0.5);
    display: flex;
    border-radius: 12px;
}.mtn-reach-out .ZeD-support-widget::before {
    pointer-events: none;
    border: 1px solid rgb(180,180,207);
    content: "";
    inset: 0;
    opacity: 0.2;
    border-radius: 12px;
    position: absolute;
    z-index: 3;
}.mtn-reach-out .qhW-img-container {
    min-height: 550px;
    position: relative;
    overflow: hidden;
    flex: 0 0 45%;
}.mtn-reach-out .qhW-img-container::before {
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: "";
    inset: 0;
}.mtn-reach-out .qhW-img-container::after {
    background: 
        linear-gradient(135deg, transparent 0%, rgb(180,180,207,0.5) 100%);
    opacity: 0.7;
    content: "";
    inset: 0;
    z-index: 2;
    position: absolute;
}.mtn-reach-out .gct-request-support {
    padding: 60px;
    position: relative;
    flex: 0 0 55%;
    background: #ffffff;
}.mtn-reach-out .gct-request-support::before {
    top: -100px;
    position: absolute;
    width: 200px;
    height: 200px;
    z-index: 0;
    filter: blur(100px);
    opacity: 0.3;
    background: rgb(180,180,207,0.5);
    content: "";
    right: -100px;
}.mtn-reach-out .gct-request-support::after {
    bottom: -75px;
    z-index: 0;
    left: -75px;
    width: 150px;
    height: 150px;
    filter: blur(80px);
    position: absolute;
    opacity: 0.3;
    content: "";
    background: rgb(144,138,177,0.5);
}.mtn-reach-out form {
    z-index: 2;
    position: relative;
}.mtn-reach-out form h3 {
    color: #000000;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 23px;
}.mtn-reach-out form h3::after {
    height: 2px;
    content: "";
    background: rgb(180,180,207);
    bottom: -15px;
    box-shadow: 
        0 0 5px rgb(180,180,207,0.5),
        0 0 10px rgb(180,180,207,0.5);
    width: 40px;
    left: 0;
    position: absolute;
}.mtn-reach-out form input[type="text"] {
    font-size: 18px;
    width: 100%;
    border: 1px solid rgb(180,180,207,0.5);
    padding: 18px 25px;
    color: #000000;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    border-radius: 8px;
    background: rgb(217,217,231);
}.mtn-reach-out form input[type="text"]:focus {
    border-color: rgb(180,180,207);
    outline: none;
    box-shadow: 
        0 0 0 1px rgb(180,180,207),
        0 0 5px rgb(180,180,207,0.5);
}.mtn-reach-out form input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.mtn-reach-out .XKN-connect-grid {
    position: relative;
    margin-bottom: 35px;
}.mtn-reach-out .XKN-connect-grid input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.mtn-reach-out .XKN-connect-grid label {
    cursor: pointer;
    position: relative;
    line-height: 1.5;
    padding-left: 35px;
    font-size: 14px;
    color: #000000;
}.mtn-reach-out .XKN-connect-grid label::before {
    position: absolute;
    left: 0;
    border: 1px solid rgb(180,180,207,0.5);
    height: 22px;
    width: 22px;
    border-radius: 4px;
    background: rgb(217,217,231);
    top: 0;
    content: "";
    transition: all 0.3s ease;
}.mtn-reach-out .XKN-connect-grid input[type="checkbox"]:checked + label::before {
    border-color: rgb(180,180,207);
    box-shadow: 0 0 5px rgb(180,180,207,0.5);
    background: rgb(180,180,207);
}.mtn-reach-out .XKN-connect-grid input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    width: 6px;
    left: 8px;
    height: 12px;
    border: solid #ffffff;
    top: 4px;
    content: "";
    position: absolute;
}.mtn-reach-out .XKN-connect-grid label a {
    position: relative;
    transition: all 0.3s ease;
    color: rgb(180,180,207);
    text-decoration: none;
    font-weight: 600;
}.mtn-reach-out .XKN-connect-grid label a::after {
    left: 0;
    transition: transform 0.3s ease;
    content: "";
    width: 100%;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    bottom: -1px;
    background: rgb(180,180,207);
    height: 1px;
}.mtn-reach-out .XKN-connect-grid label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.mtn-reach-out .wWO-query-info {
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 18px 30px;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    border: none;
    box-shadow: 
        0 5px 15px rgb(180,180,207,0.5),
        0 0 0 1px rgb(180,180,207);
    position: relative;
    transition: all 0.3s ease;
    background: rgb(180,180,207);
}.mtn-reach-out .wWO-query-info::before {
    left: 0;
    transform-origin: right;
    height: 100%;
    position: absolute;
    z-index: -1;
    transition: transform 0.5s ease;
    transform: scaleX(0);
    background: rgb(144,138,177);
    width: 100%;
    top: 0;
    content: "";
}.mtn-reach-out .wWO-query-info:hover {
    box-shadow: 
        0 5px 20px rgb(144,138,177,0.5),
        0 0 0 1px rgb(144,138,177);
}.mtn-reach-out .wWO-query-info:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.mtn-reach-out svg {
    fill: rgb(180,180,207);
    height: 22px;
    width: 22px;
    filter: drop-shadow(0 0 2px rgb(180,180,207,0.5));
    transition: all 0.3s ease;
}.mtn-reach-out svg path {
    transition: all 0.3s ease;
    fill: rgb(180,180,207);
}.mtn-reach-out svg:hover,
.mtn-reach-out svg:hover path {
    filter: drop-shadow(0 0 3px rgb(144,138,177,0.5));
    transform: translateY(-2px);
    fill: rgb(144,138,177);
}

@media (max-width: 1024px) {.mtn-reach-out {
    padding: 80px 0;
}.mtn-reach-out .qhW-img-container {
    min-height: 500px;
}.mtn-reach-out .gct-request-support {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.mtn-reach-out {
    padding: 60px 0;
}.mtn-reach-out h2 {
    font-size: calc(46px * 0.8);
    margin-bottom: 40px;
}.mtn-reach-out .ZeD-support-widget {
    flex-direction: column;
}.mtn-reach-out .qhW-img-container {
    width: 100%;
    min-height: 300px;
}.mtn-reach-out .gct-request-support {
    width: 100%;
    padding: 40px 30px;
}.mtn-reach-out form h3 {
    margin-bottom: 30px;
}.mtn-reach-out form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.mtn-reach-out .XKN-connect-grid {
    margin-bottom: 25px;
}.mtn-reach-out .wWO-query-info {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.mtn-reach-out {
    padding: 50px 0;
}.mtn-reach-out h2 {
    font-size: calc(46px * 0.7);
    margin-bottom: 30px;
}.mtn-reach-out .qhW-img-container {
    min-height: 200px;
}.mtn-reach-out .gct-request-support {
    padding: 30px 20px;
}.mtn-reach-out form h3 {
    margin-bottom: 25px;
    font-size: calc(23px * 0.9);
}.mtn-reach-out form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.mtn-reach-out .XKN-connect-grid {
    margin-bottom: 20px;
}.mtn-reach-out .XKN-connect-grid label {
    font-size: calc(14px * 0.9);
}.mtn-reach-out .wWO-query-info {
    padding: 12px 20px;
}}.pqG-find-contact {
    padding: 4rem 0;
    overflow: hidden;
    backdrop-filter: blur(15px);
    background: linear-gradient(
        -45deg, 
        rgb(180,180,207,0.5) 0%, 
        rgb(144,138,177,0.5) 20%, 
        transparent 80%
    );
    position: relative;
}.pqG-find-contact::before {
    left: 0;
    right: 0;
    z-index: 1;
    top: 0;
    background: 
        radial-gradient(circle at 30% 100%, rgba(255,255,255,0.03) 0%, transparent 50%),
        linear-gradient(135deg, transparent 20%, rgb(217,217,231) 20%, rgb(217,217,231) 40%, transparent 40%),
        linear-gradient(225deg, transparent 20%, rgb(217,217,231) 20%, rgb(217,217,231) 40%, transparent 40%);
    content: '';
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    bottom: 0;
}.pqG-find-contact .container {
    z-index: 2;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1400px;
}.pqG-find-contact .uwo-reach-out {
    grid-template-columns: 2fr 1fr 1fr;
    align-items: stretch;
    gap: 1.5rem;
    display: grid;
    position: relative;
}.pqG-find-contact .zhV-instant-contact {
    overflow: hidden;
    flex-direction: column;
    display: flex;
    border-radius: 19px;
    position: relative;
    background: linear-gradient(
        160deg, 
        #ffffff 0%, 
        rgb(217,217,231) 100%
    );
    justify-content: space-between;
    padding: 2rem;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.pqG-find-contact .zhV-instant-contact:hover::after {
    opacity: 1;
}.pqG-find-contact .zhV-instant-contact:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}.pqG-find-contact .zhV-instant-contact:nth-child(1) p {
    align-items: center;
    display: flex;
}.pqG-find-contact .zhV-instant-contact:nth-child(2) {
    height: 300px;
    grid-column: span 2;
    grid-row: 1 / 2;
}.pqG-find-contact .zhV-instant-contact:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 4;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
}.pqG-find-contact .zhV-instant-contact h2 {
    margin-bottom: 1rem;
    font-size: 45px;
    position: relative;
    color: rgb(180,180,207);
    display: inline-block;
    font-weight: 700;
}.pqG-find-contact .zhV-instant-contact h2::before {
    position: absolute;
    transition: transform 0.4s ease;
    height: 3px;
    background: linear-gradient(
        to right, 
        rgb(180,180,207), 
        rgb(144,138,177)
    );
    width: 100%;
    left: 0;
    bottom: -0.5rem;
    transform-origin: right;
    transform: scaleX(0);
    content: '';
}.pqG-find-contact .zhV-instant-contact:hover h2::before {
    transform: scaleX(1);
    transform-origin: left;
}.pqG-find-contact .qhW-img-container {
    height: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    border-radius: 19px;
    transform: perspective(1000px) rotateX(5deg);
    position: relative;
}.pqG-find-contact .qhW-img-container:hover {
    transform: perspective(1000px) rotateX(0);
}.pqG-find-contact .qhW-img-container::before {
    width: 100%;
    content: '';
    transition: opacity 0.4s ease;
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(
        45deg, 
        rgb(180,180,207,0.5) 0%, 
        rgb(144,138,177,0.5) 100%
    );
    opacity: 0;
    top: 0;
}.pqG-find-contact .qhW-img-container:hover::before {
    opacity: 0.3;
}.pqG-find-contact .AmG-course-faq {
    display: contents;
}.pqG-find-contact .AmG-course-faq a {
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    display: flex;
    padding: 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
}.pqG-find-contact .AmG-course-faq a::before {
    z-index: 1;
    height: 100%;
    background: linear-gradient(
        to right, 
        rgb(180,180,207,0.5), 
        rgb(144,138,177,0.5)
    );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
    content: '';
}.pqG-find-contact .AmG-course-faq a:hover::before {
    opacity: 0.1;
}.pqG-find-contact .AmG-course-faq a span {
    color: rgb(180,180,207);
    position: relative;
    opacity: 0.7;
    font-size: 13px;
    margin-bottom: 0.5rem;
    z-index: 2;
}.pqG-find-contact .AmG-course-faq a p {
    z-index: 2;
    font-size: 17px;
    margin: 0;
    position: relative;
    color: rgb(180,180,207);
    font-weight: 600;
}.pqG-find-contact .Aed-quick-answers {
    display: flex;
    grid-column: 1 / -1;
    border-radius: 10px;
    align-items: center;
    background: rgb(217,217,231);
    margin-top: 1rem;
    padding: 1rem;
}.pqG-find-contact .Aed-quick-answers h3 {
    letter-spacing: 1px;
    font-size: 16px;
    color: rgb(180,180,207);
    text-transform: uppercase;
    margin-right: 1rem;
}.pqG-find-contact .PsW-quick-help {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}.pqG-find-contact .PsW-quick-help span {
    border-radius: 10px;
    padding: 0.3rem 0.7rem;
    font-size: 13px;
    background: #ffffff;
    color: rgb(180,180,207);
}.pqG-find-contact svg,
.pqG-find-contact svg path {
    transition: all 0.3s ease;
    fill: rgb(180,180,207);
    margin-right: 10px;
}.pqG-find-contact .AmG-course-faq a:hover svg,
.pqG-find-contact .AmG-course-faq a:hover svg path {
    transform: scale(1.1);
    fill: rgb(144,138,177);
}

@media screen and (max-width: 1200px) {.pqG-find-contact .uwo-reach-out {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}.pqG-find-contact .zhV-instant-contact:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}.pqG-find-contact .zhV-instant-contact:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}.pqG-find-contact .zhV-instant-contact:nth-child(3) {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 768px) {.pqG-find-contact .uwo-reach-out {
    grid-template-columns: 1fr;
}.pqG-find-contact .zhV-instant-contact:nth-child(1),
    .pqG-find-contact .zhV-instant-contact:nth-child(2),
    .pqG-find-contact .zhV-instant-contact:nth-child(3) {
    grid-row: auto;
    grid-column: 1;
}.pqG-find-contact .zhV-instant-contact:nth-child(3) {
    grid-template-columns: 1fr;
}.pqG-find-contact .qhW-img-container {
    height: 250px;
}
}

@media screen and (max-width: 480px) {.pqG-find-contact .zhV-instant-contact:nth-child(3) {
    display: flex;
    flex-direction: column;
}}.wki-pricing-group {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(217,217,231) 0%, #ffffff 100%);
    padding: 6rem 0;
}.wki-pricing-group::before {
    height: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(180,180,207,0.5) 0%, transparent 40%);
}.wki-pricing-group .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.wki-pricing-group .SLm-skill-plans {
    display: flex;
    flex-direction: column;
}.wki-pricing-group .Cko-discount-price {
    margin-left: auto;
    max-width: 800px;
    margin-bottom: 3rem;
    text-align: center;
    margin-right: auto;
    order: 1;
}.wki-pricing-group .Cko-discount-price h2 {
    position: relative;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    font-size: 33px;
}.wki-pricing-group .Cko-discount-price h2::after {
    background: rgb(180,180,207);
    transform: translateX(-50%);
    content: "";
    width: 80px;
    height: 3px;
    left: 50%;
    bottom: -10px;
    position: absolute;
}.wki-pricing-group .FTO-sub-options {
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 600px;
    margin: 0 auto;
}.wki-pricing-group .rUI-member-fees {
    display: grid;
    order: 2;
    margin-top: 2rem;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.wki-pricing-group .pgW-cost-rates {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    display: block;
    text-decoration: none;
    position: relative;
    background: #ffffff;
}.wki-pricing-group .pgW-cost-rates:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) scale(1.02);
}.wki-pricing-group .lrA-fee-struct {
    height: 100%;
    flex-direction: column;
    display: flex;
}.wki-pricing-group .KdW-price-opts {
    position: relative;
    z-index: 1;
    flex-direction: column;
    word-break: break-word;
    padding: 2rem;
    display: flex;
    overflow-wrap: break-word;
    flex-grow: 1;
}.wki-pricing-group .KdW-price-opts::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    top: 0;
}.wki-pricing-group .KdW-price-opts h3 {
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: calc(23px * 1.2);
    font-weight: 700;
    padding-bottom: 0.5rem;
}.wki-pricing-group .KdW-price-opts h3::after {
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    transition: width 0.3s ease;
    position: absolute;
    width: 40px;
    background: rgb(144,138,177);
}.wki-pricing-group .pgW-cost-rates:hover .KdW-price-opts h3::after {
    width: 80px;
}.wki-pricing-group .lOb-access-cost {
    position: relative;
    font-size: calc(23px * 1.5);
    color: rgb(180,180,207);
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: inline-block;
}.wki-pricing-group .lOb-access-cost::before {
    width: 0;
    left: 0;
    background: rgb(180,180,207);
    content: "";
    height: 2px;
    transition: width 0.3s ease;
    position: absolute;
    bottom: -5px;
}.wki-pricing-group .pgW-cost-rates:hover .lOb-access-cost::before {
    width: 100%;
}.wki-pricing-group .KdW-price-opts p {
    word-break: break-word;
    margin-top: auto;
    color: #000000;
    font-size: 18px;
    overflow-wrap: break-word;
    line-height: 1.6;
}.wki-pricing-group .qhW-img-container {
    position: relative;
    overflow: hidden;
    height: 200px;
    transition: transform 0.5s ease;
}.wki-pricing-group .qhW-img-container::after {
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
}.wki-pricing-group .pgW-cost-rates:hover .qhW-img-container {
    transform: scale(1.05);
}.wki-pricing-group .pgW-cost-rates:nth-child(odd) .lrA-fee-struct {
    flex-direction: column-reverse;
}.wki-pricing-group .pgW-cost-rates:nth-child(3n+1) {
    border-top: 3px solid rgb(180,180,207);
}.wki-pricing-group .pgW-cost-rates:nth-child(3n+2) {
    border-top: 3px solid rgb(144,138,177);
}.wki-pricing-group .pgW-cost-rates:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.wki-pricing-group .SLm-skill-plans {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
}.wki-pricing-group .Cko-discount-price {
    margin-bottom: 0;
    flex: 0 0 30%;
    text-align: left;
    order: 2;
}.wki-pricing-group .Cko-discount-price h2 {
    text-align: left;
}.wki-pricing-group .Cko-discount-price h2::after {
    left: 0;
    transform: none;
}.wki-pricing-group .FTO-sub-options {
    text-align: left;
    margin: 0;
}.wki-pricing-group .rUI-member-fees {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
    flex: 0 0 65%;
}
}

@media (min-width: 992px) {.wki-pricing-group .rUI-member-fees {
    grid-template-columns: repeat(2, 1fr);
}.wki-pricing-group .pgW-cost-rates:nth-child(4n+1) {
    transform: translateY(20px);
}.wki-pricing-group .pgW-cost-rates:nth-child(4n+3) {
    transform: translateY(-20px);
}.wki-pricing-group .pgW-cost-rates:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.wki-pricing-group {
    padding: 4rem 0;
}.wki-pricing-group .KdW-price-opts {
    padding: 1.5rem;
}.wki-pricing-group .KdW-price-opts h3 {
    font-size: 23px;
}.wki-pricing-group .lOb-access-cost {
    font-size: 23px;
}.wki-pricing-group .KdW-price-opts p {
    overflow-y: auto;
    max-height: 150px;
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}.wki-pricing-group .qhW-img-container {
    height: 150px;
}
}

@media (max-width: 480px) {.wki-pricing-group .rUI-member-fees {
    grid-template-columns: 1fr;
}.wki-pricing-group .Cko-discount-price h2 {
    font-size: calc(33px * 0.8);
}.wki-pricing-group .FTO-sub-options {
    font-size: calc(18px * 0.9);
}.wki-pricing-group .KdW-price-opts p {
    max-height: 120px;
}}.BXv-confidential-refuge {
    position: relative;
    background: rgb(217,217,231);
    overflow: hidden;
    padding: 4rem 0;
    font-family: Arial, sans-serif;
}.BXv-confidential-refuge::before {
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: '';
    background: linear-gradient(135deg, 
        rgba(rgb(144,138,177,0.5), 0.04) 0%,
        rgba(rgb(144,138,177,0.5), 0.01) 100%);
    position: absolute;
}.BXv-confidential-refuge::after {
    background: linear-gradient(160deg, 
        rgba(rgb(180,180,207,0.5), 0.03) 0%,
        rgba(rgb(144,138,177,0.5), 0.05) 50%,
        rgba(rgb(180,180,207,0.5), 0.02) 100%);
    height: 200%;
    top: -50%;
    z-index: 0;
    transform: rotate(-15deg);
    position: absolute;
    width: 80%;
    right: -20%;
    content: '';
}.BXv-confidential-refuge .container {
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.03);
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(144,138,177);
    padding: 3rem;
    margin: 0 auto;
    background: rgba(rgb(255, 255, 255, 0.5), 0.98);
    transform: translateZ(0);
    max-width: 1140px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}.BXv-confidential-refuge h1 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 41px;
    padding-bottom: 1rem;
    color: #000000;
    transform: translateX(-0.5rem);
    position: relative;
}.BXv-confidential-refuge h1::after {
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(144,138,177) 0%,
        rgb(180,180,207) 100%);
    height: 3px;
    content: '';
    width: 6rem;
    bottom: 0;
    left: 0;
}.BXv-confidential-refuge h2 {
    margin: 2.5rem 0 1rem;
    font-size: 28px;
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 600;
}.BXv-confidential-refuge h2::before {
    left: 0;
    content: '';
    transform-origin: left;
    background: linear-gradient(90deg, 
        rgb(144,138,177) 0%,
        transparent 100%);
    transition: transform 0.4s ease-out;
    bottom: -5px;
    position: absolute;
    width: 100%;
    height: 1px;
    transform: scaleX(0.3);
}.BXv-confidential-refuge h2:hover::before {
    transform: scaleX(1);
}.BXv-confidential-refuge h3 {
    padding-left: 1rem;
    color: #000000;
    position: relative;
    font-size: calc(28px * 0.85);
    font-weight: 600;
    margin: 2rem 0 1rem;
}.BXv-confidential-refuge h3::before {
    left: 0;
    position: absolute;
    opacity: 0.7;
    top: 0;
    background: rgb(144,138,177);
    height: 100%;
    content: '';
    width: 3px;
}.BXv-confidential-refuge h4 {
    display: inline-block;
    margin: 1.5rem 0 0.8rem;
    position: relative;
    font-weight: 600;
    color: #000000;
    font-size: calc(28px * 0.7);
}.BXv-confidential-refuge h4::after {
    opacity: 0.5;
    bottom: -4px;
    content: '';
    position: absolute;
    left: 0;
    background: rgb(144,138,177);
    height: 2px;
    width: 2rem;
}.BXv-confidential-refuge p {
    color: #000000;
    line-height: 1.7;
    z-index: 2;
    margin-bottom: 1.5rem;
    font-size: 14px;
    position: relative;
}.BXv-confidential-refuge p strong {
    font-weight: 600;
    color: #000000;
    display: inline-block;
    padding-right: 0.5rem;
    position: relative;
}.BXv-confidential-refuge span {
    color: #000000;
    padding-left: 1rem;
    display: block;
    border-left: 1px dashed rgba(rgb(144,138,177,0.5), 0.3);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 14px;
    position: relative;
}.BXv-confidential-refuge ul {
    padding: 0.5rem 0 1rem 1.2rem;
    position: relative;
    margin: 1rem 0 2rem;
    list-style: none;
}.BXv-confidential-refuge ul::before {
    left: 0;
    background: linear-gradient(to bottom,
        rgba(rgb(144,138,177,0.5), 0.1),
        rgba(rgb(144,138,177,0.5), 0.4),
        rgba(rgb(144,138,177,0.5), 0.1));
    content: '';
    position: absolute;
    width: 1px;
    top: 0;
    height: 100%;
}.BXv-confidential-refuge li {
    line-height: 1.6;
    transition: transform 0.3s ease;
    margin-bottom: 0.5rem;
    padding: 0.7rem 0 0.7rem 1.5rem;
    font-size: 14px;
    color: #000000;
    position: relative;
}.BXv-confidential-refuge li:hover {
    transform: translateX(5px);
}.BXv-confidential-refuge li::before {
    transform: rotate(45deg);
    height: 8px;
    left: 0;
    top: 1.2rem;
    opacity: 0.7;
    content: '';
    background: rgb(144,138,177);
    width: 8px;
    position: absolute;
}

@media (max-width: 992px) {.BXv-confidential-refuge {
    padding: 3rem 0;
}.BXv-confidential-refuge .container {
    padding: 2rem;
}.BXv-confidential-refuge h1 {
    font-size: calc(41px * 0.9);
}.BXv-confidential-refuge h2 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 768px) {.BXv-confidential-refuge {
    padding: 2rem 0;
}.BXv-confidential-refuge .container {
    padding: 1.5rem;
    margin: 0 1rem;
}.BXv-confidential-refuge h1 {
    font-size: calc(41px * 0.8);
    padding-bottom: 0.8rem;
}.BXv-confidential-refuge h1::after {
    width: 5rem;
}.BXv-confidential-refuge h2 {
    margin: 2rem 0 0.8rem;
    font-size: calc(28px * 0.8);
}.BXv-confidential-refuge h3 {
    font-size: calc(28px * 0.7);
}.BXv-confidential-refuge h4 {
    font-size: calc(28px * 0.6);
}.BXv-confidential-refuge p, 
    .BXv-confidential-refuge span, 
    .BXv-confidential-refuge li {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.BXv-confidential-refuge {
    padding: 1.5rem 0;
}.BXv-confidential-refuge .container {
    border-left-width: 2px;
    margin: 0 0.8rem;
    padding: 1.2rem;
}.BXv-confidential-refuge h1 {
    font-size: calc(41px * 0.7);
}.BXv-confidential-refuge h2 {
    font-size: calc(28px * 0.7);
    margin: 1.8rem 0 0.7rem;
}.BXv-confidential-refuge h3 {
    font-size: calc(28px * 0.6);
    padding-left: 0.8rem;
}.BXv-confidential-refuge h4 {
    font-size: calc(28px * 0.5);
}.BXv-confidential-refuge p, 
    .BXv-confidential-refuge span, 
    .BXv-confidential-refuge li {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.BXv-confidential-refuge ul {
    padding-left: 0.8rem;
}.BXv-confidential-refuge li {
    padding: 0.6rem 0 0.6rem 1.2rem;
}.BXv-confidential-refuge li::before {
    width: 6px;
    height: 6px;
}}.BWZ-training-structure {
    background: linear-gradient(135deg, rgb(217,217,231) 0%, rgb(144,138,177,0.5) 100%);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}.BWZ-training-structure::before {
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 50%, rgb(180,180,207,0.5) 0%, transparent 60%);
    z-index: 1;
    animation: pulse 8s infinite alternate;
}.BWZ-training-structure::after {
    filter: blur(70px);
    z-index: 0;
    width: 300px;
    height: 300px;
    content: "";
    border-radius: 50%;
    position: absolute;
    right: -50px;
    bottom: -50px;
    background: rgb(144,138,177,0.5);
    animation: float 15s infinite ease-in-out;
}.BWZ-training-structure .aft-master-track {
    transform: perspective(1000px) rotateX(2deg);
    align-items: center;
    position: relative;
    max-width: 900px;
    border-radius: 13px;
    padding: 3rem;
    display: flex;
    animation: appearIn 1s ease-out forwards;
    backdrop-filter: blur(10px);
    z-index: 2;
    background: rgba(255, 255, 255, 0.08);
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.BWZ-training-structure .aft-master-track::before {
    background: linear-gradient(45deg, rgb(180,180,207) 0%, transparent 30%, transparent 70%, rgb(144,138,177) 100%);
    z-index: -1;
    content: "";
    bottom: -2px;
    position: absolute;
    border-radius: 13px;
    right: -2px;
    left: -2px;
    top: -2px;
}.BWZ-training-structure h3 {
    font-size: 29px;
    padding-bottom: 1rem;
    font-weight: 700;
    text-align: center;
    animation: slideUp 0.8s ease-out forwards;
    position: relative;
    margin-bottom: 1.5rem;
    color: #ffffff;
}.BWZ-training-structure h3::after {
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(180,180,207) 0%, rgb(144,138,177) 100%);
    content: "";
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 3px;
}.BWZ-training-structure span {
    opacity: 0;
    font-size: 16px;
    max-width: 700px;
    color: #ffffff;
    animation: fadeIn 1s 0.3s ease-out forwards;
    line-height: 1.8;
    text-align: center;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

@keyframes appearIn {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(10deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 992px) {.BWZ-training-structure {
    padding: 3rem 0;
}.BWZ-training-structure .aft-master-track {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.BWZ-training-structure h3 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 768px) {.BWZ-training-structure {
    padding: 2rem 0;
}.BWZ-training-structure .aft-master-track {
    transform: none;
    padding: 1.5rem;
}.BWZ-training-structure h3 {
    font-size: calc(29px * 0.8);
}.BWZ-training-structure span {
    font-size: calc(16px * 0.95);
}}.ZGE-abuse-ctrl {
    color: #ffffff;
    z-index: 1;
    position: relative;
    background-attachment: fixed;
    padding: 6rem 0 3rem;
}.ZGE-abuse-ctrl::before {
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(180,180,207,0.5) 100%);
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}.ZGE-abuse-ctrl::after {
    top: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    left: 0;
    pointer-events: none;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    content: "";
    width: 100%;
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.ZGE-abuse-ctrl .container {
    position: relative;
    flex-direction: column;
    display: flex;
}.ZGE-abuse-ctrl .company_holder {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}.ZGE-abuse-ctrl .company_holder::before,
.ZGE-abuse-ctrl .company_holder::after {
    animation: slide 3s infinite alternate;
    content: "";
    width: 20%;
    height: 2px;
    bottom: -1px;
    background: linear-gradient(90deg, transparent, rgb(144,138,177), transparent);
    position: absolute;
}.ZGE-abuse-ctrl .company_holder::before {
    left: 0;
    animation-delay: 0s;
}.ZGE-abuse-ctrl .company_holder::after {
    animation-delay: 1.5s;
    right: 0;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.ZGE-abuse-ctrl .company_holder h3 {
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(34px * 1.3);
    font-weight: 700;
    display: inline-block;
}.ZGE-abuse-ctrl .company_holder h3::after {
    width: 60px;
    content: "";
    height: 3px;
    position: absolute;
    bottom: -10px;
    background: rgb(144,138,177);
    transform: translateX(-50%);
    left: 50%;
}.ZGE-abuse-ctrl .CHo-learn-nav {
    line-height: 1.7;
    color: #ffffff;
    margin: 1.5rem auto 0;
    font-size: 12px;
    opacity: 0.8;
    max-width: 600px;
}.ZGE-abuse-ctrl .zgn-tech-stack {
    display: flex;
    justify-content: center;
}.ZGE-abuse-ctrl .XFM-site-prime {
    gap: 6rem;
    position: relative;
    display: flex;
}.ZGE-abuse-ctrl .XFM-site-prime::before {
    width: 1px;
    position: absolute;
    content: "";
    height: 20px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(180,180,207);
}.ZGE-abuse-ctrl .PxY-top-teach {
    padding: 1rem 1.5rem;
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}.ZGE-abuse-ctrl .PxY-top-teach:hover {
    background: rgba(rgb(180,180,207,0.5), 0.1);
    transform: translateY(-5px);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
}.ZGE-abuse-ctrl .PxY-top-teach h5 {
    font-size: 22px;
    letter-spacing: 1.5px;
    padding-bottom: 0.8rem;
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    color: rgb(144,138,177);
}.ZGE-abuse-ctrl .PxY-top-teach .XFM-site-prime {
    gap: 0.8rem;
    position: static;
    flex-direction: column;
    display: flex;
}.ZGE-abuse-ctrl .PxY-top-teach .XFM-site-prime a {
    opacity: 0.75;
    transition: all 0.3s ease;
    text-decoration: none;
    z-index: 1;
    text-align: center;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 0.4rem 0;
}.ZGE-abuse-ctrl .PxY-top-teach .XFM-site-prime a::before {
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, rgb(180,180,207), transparent);
    height: 1px;
    position: absolute;
    left: 0;
    width: 100%;
    transform-origin: center;
    content: "";
    bottom: 0;
    z-index: -1;
    transition: transform 0.4s ease;
}.ZGE-abuse-ctrl .PxY-top-teach .XFM-site-prime a:hover {
    opacity: 1;
    color: rgb(144,138,177);
}.ZGE-abuse-ctrl .PxY-top-teach .XFM-site-prime a:hover::before {
    transform: scaleX(1);
}.rhd-flag-content {
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    margin-top: 4rem;
    position: relative;
    padding: 1.2rem 0;
}.rhd-flag-content::before {
    animation: bgMove 20s linear infinite;
    top: 0;
    position: absolute;
    content: "";
    opacity: 0.3;
    height: 100%;
    background-size: 4px 4px;
    width: 100%;
    background-image: linear-gradient(45deg, rgba(rgb(180,180,207,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(180,180,207,0.5), 0.05) 50%, rgba(rgb(180,180,207,0.5), 0.05) 75%, transparent 75%, transparent);
    left: 0;
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.rhd-flag-content .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.rhd-flag-content .DCM-trophy-case {
    text-align: center;
    color: #ffffff;
    opacity: 0.8;
    font-size: 13px;
    position: relative;
    letter-spacing: 0.5px;
}.rhd-flag-content .DCM-trophy-case::before,
.rhd-flag-content .DCM-trophy-case::after {
    content: "•";
    color: rgb(180,180,207);
    margin: 0 0.6rem;
}

@media screen and (max-width: 992px) {.ZGE-abuse-ctrl {
    padding: 4rem 0 2rem;
}.ZGE-abuse-ctrl .company_holder {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}.ZGE-abuse-ctrl .company_holder h3 {
    font-size: 34px;
}.ZGE-abuse-ctrl .XFM-site-prime {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.ZGE-abuse-ctrl .zgn-tech-stack {
    align-items: center;
    flex-direction: column;
}.ZGE-abuse-ctrl .XFM-site-prime {
    flex-direction: column;
    width: 100%;
    max-width: 450px;
    gap: 2rem;
}.ZGE-abuse-ctrl .PxY-top-teach {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.ZGE-abuse-ctrl {
    padding: 3rem 0 1.5rem;
}.ZGE-abuse-ctrl .company_holder h3 {
    font-size: calc(34px * 0.9);
}.ZGE-abuse-ctrl .CHo-learn-nav {
    font-size: calc(12px * 0.9);
}.ZGE-abuse-ctrl .PxY-top-teach {
    padding: 1rem;
}.ZGE-abuse-ctrl .PxY-top-teach h5 {
    font-size: calc(22px * 0.9);
}.rhd-flag-content {
    margin-top: 2rem;
    padding: 1rem 0;
}.rhd-flag-content .DCM-trophy-case {
    font-size: calc(13px * 0.9);
}.rhd-flag-content .DCM-trophy-case::before,
    .rhd-flag-content .DCM-trophy-case::after {
    display: none;
}}.lnU-cookie-warning-overlay {
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 20px;
    position: fixed;
    background: rgb(217,217,231);
    z-index: 1050;
    bottom: 0;
    width: 100%;
    border-top: 3px solid rgb(180,180,207);
}.piC-privacy-ack {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}.qem-data-comply {
    margin-right: 20px;
    flex-shrink: 0;
}#oWd-cookieWarningPrompt {
    display: none;
}#oWd-cookieWarningPrompt:checked ~ .lnU-cookie-warning-overlay {
    visibility: hidden;
    opacity: 0;
}.qem-data-comply svg {
    transition: fill 0.3s ease-in-out;
    width: 60px;
    fill: rgb(180,180,207);
    height: 60px;
}.mgY-cookie-check {
    margin-right: 20px;
    flex-grow: 1;
}.mgY-cookie-check h5 {
    color: rgb(180,180,207);
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 5px;
}.mgY-cookie-check p {
    margin-bottom: 0;
    color: #000000;
    font-size: 13px;
}.OVI-cookie-panel {
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 17px;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}.OVI-cookie-panel {
    background-color: rgb(180,180,207);
    color: #ffffff;
    border: 1px solid rgb(180,180,207);
}.OVI-cookie-panel:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.lnU-cookie-warning-overlay p a {
    color: rgb(180,180,207);
    text-decoration: underline;
}.lnU-cookie-warning-overlay p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.mgY-cookie-check h5 {
    font-size: calc(24px - 2px);
}.mgY-cookie-check p {
    font-size: calc(13px - 2px);
}.OVI-cookie-panel {
    font-size: calc(17px - 2px);
    padding: 8px 16px;
}
}
@media (max-width: 800px) {.piC-privacy-ack {
    flex-direction: column;
    align-items: center;
}.qem-data-comply {
    margin-bottom: 15px;
}.mgY-cookie-check {
    text-align: center;
    margin-bottom: 20px;
}.OVI-cookie-panel {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}
.Aol-user-testimonials {
    background: linear-gradient(135deg, rgb(217,217,231), rgba(0, 0, 0, 0.5) 120%);
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
}.Aol-user-testimonials::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(180,180,207,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(144,138,177,0.5) 0%, transparent 35%);
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
}.Aol-user-testimonials .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.Aol-user-testimonials h2 {
    transition: transform 0.5s ease-out;
    margin-bottom: 3.5rem;
    color: #000000;
    font-size: 37px;
    font-weight: 700;
    text-align: center;
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
}.Aol-user-testimonials h2::after {
    height: 0.25rem;
    transform: translateX(-50%);
    content: "";
    width: 4rem;
    left: 50%;
    transition: width 0.3s ease-out;
    bottom: -1rem;
    background: linear-gradient(90deg, rgb(180,180,207), rgb(144,138,177));
    position: absolute;
}.Aol-user-testimonials h2:hover::after {
    width: 6rem;
}.Aol-user-testimonials .IXp-rating-spot {
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
    list-style: none;
    display: grid;
    padding: 0;
}.Aol-user-testimonials .YHa-review-glow {
    transform: translateY(0);
    border: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 2.5rem 2rem;
}.Aol-user-testimonials .YHa-review-glow::before {
    z-index: -1;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
}.Aol-user-testimonials .YHa-review-glow:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.Aol-user-testimonials .YHa-review-glow:nth-child(odd)::after {
    color: rgb(180,180,207,0.5);
    font-size: 5rem;
    opacity: 0.2;
    font-family: Georgia, serif;
    right: 1.5rem;
    content: "";
    top: 1rem;
    position: absolute;
    line-height: 1;
}.Aol-user-testimonials .YHa-review-glow:nth-child(even)::after {
    line-height: 1;
    content: "";
    font-family: Georgia, serif;
    font-size: 5rem;
    position: absolute;
    color: rgb(144,138,177,0.5);
    top: 1rem;
    right: 1.5rem;
    opacity: 0.2;
}.Aol-user-testimonials .YHa-review-glow div {
    display: flex;
    margin-bottom: 1.25rem;
    align-items: center;
}.Aol-user-testimonials .YHa-review-glow img {
    margin-right: 1rem;
    width: 60px;
    border: 3px solid #ffffff;
    height: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    border-radius: 50%;
}.Aol-user-testimonials .YHa-review-glow h4 {
    font-weight: 600;
    font-size: 19px;
    margin: 0;
    color: #000000;
}.Aol-user-testimonials .YHa-review-glow .description {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    padding-top: 0.5rem;
    position: relative;
    color: #000000;
}.Aol-user-testimonials .YHa-review-glow .description::before {
    content: "";
    position: absolute;
    top: 0;
    background-color: rgb(180,180,207,0.5);
    width: 3rem;
    height: 2px;
    left: 0;
}.Aol-user-testimonials a {
    margin-top: 3rem;
    margin-right: auto;
    display: inline-block;
    color: #ffffff;
    padding: 0.85rem 2rem;
    margin-left: auto;
    border-radius: 10px;
    z-index: 1;
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 15px;
    transform: translateZ(0);
    font-weight: 600;
    background: linear-gradient(135deg, rgb(180,180,207), rgb(144,138,177));
    position: relative;
    text-decoration: none;
    text-align: center;
}.Aol-user-testimonials a:hover {
    box-shadow: 0 7px 20px rgba(var(--primary-color-rgb), 0.3);
    transform: translateY(-3px);
}.Aol-user-testimonials a::before {
    height: 100%;
    top: 0;
    content: "";
    z-index: -1;
    transition: left 0.7s ease;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
}.Aol-user-testimonials a:hover::before {
    left: 100%;
}

@media (max-width: 991px) {.Aol-user-testimonials {
    padding: 5rem 2rem;
}.Aol-user-testimonials h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 2.5rem;
}.Aol-user-testimonials .IXp-rating-spot {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 767px) {.Aol-user-testimonials {
    padding: 4rem 1.5rem;
}.Aol-user-testimonials h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 2rem;
}.Aol-user-testimonials .IXp-rating-spot {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.Aol-user-testimonials .YHa-review-glow {
    padding: 2rem 1.5rem;
}
}

@media (max-width: 480px) {.Aol-user-testimonials {
    padding: 3rem 1rem;
}.Aol-user-testimonials h2 {
    font-size: calc(37px * 0.7);
}.Aol-user-testimonials .YHa-review-glow {
    padding: 1.75rem 1.25rem;
}.Aol-user-testimonials .YHa-review-glow img {
    height: 50px;
    width: 50px;
}.Aol-user-testimonials a {
    font-size: calc(15px * 0.9);
    padding: 0.75rem 1.5rem;
}
}

@media (hover: none) {.Aol-user-testimonials .YHa-review-glow:hover {
    transform: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.Aol-user-testimonials a:hover {
    transform: none;
}}.hqE-landing-page {
    position: relative;
    width: 100%;
    padding: 0;
    justify-content: center;
    background: linear-gradient(135deg, rgb(217,217,231), rgba(0, 0, 0, 0.5));
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
}.hqE-landing-page .bCm-learn-skillspro {
    margin: 0 auto;
    position: relative;
    padding: 2rem;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
}.hqE-landing-page .bCm-learn-skillspro > div {
    gap: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
}.hqE-landing-page .bCm-learn-skillspro > div > div:first-child {
    transform: translateX(-100%);
    opacity: 0;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
}.hqE-landing-page .bCm-learn-skillspro h3 {
    font-weight: 600;
    backdrop-filter: blur(5px);
    line-height: 1.6;
    color: #ffffff;
    letter-spacing: 0.02em;
    background: linear-gradient(120deg, rgb(180,180,207), rgb(144,138,177));
    padding: 1.5rem 2rem;
    transform: perspective(1000px) rotateX(2deg);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin: 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    font-size: calc(22px * 1.1);
}.hqE-landing-page .kyW-learn-experts {
    height: 70vh;
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    position: relative;
    animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    transform: translateX(100%);
    overflow: hidden;
    max-height: 600px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}.hqE-landing-page .kyW-learn-experts::before {
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(0, 0, 0, 0.5) 100%
  );
    content: "";
    z-index: 1;
    top: 0;
    width: 100%;
}.hqE-landing-page .kyW-learn-experts::after {
    mix-blend-mode: overlay;
    height: 200%;
    background: radial-gradient(
    circle at center,
    rgb(180,180,207,0.5) 0%,
    transparent 70%
  );
    top: -50%;
    content: "";
    animation: pulse 15s infinite alternate;
    opacity: 0.6;
    position: absolute;
    width: 200%;
    left: -50%;
    z-index: 2;
}.hqE-landing-page .kyW-learn-experts > div {
    animation: floatUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
    padding: 3rem;
    position: absolute;
    left: 0;
    z-index: 3;
    transform: translateY(20px);
    bottom: 0;
    width: 100%;
}.hqE-landing-page .kyW-learn-experts p {
    color: #ffffff;
    font-size: calc(17px * 1.1);
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.6s ease 1.2s forwards;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    padding-left: 2rem;
    font-weight: 400;
}.hqE-landing-page .kyW-learn-experts p::before {
    position: absolute;
    height: 2px;
    top: 50%;
    content: "";
    background: rgb(144,138,177);
    width: 1.2rem;
    left: 0;
    transform: translateY(-50%);
}.hqE-landing-page .title_style_header {
    line-height: 1.2;
    opacity: 0;
    color: #ffffff;
    animation: fadeUp 0.6s ease 1.4s forwards;
    position: relative;
    font-weight: 700;
    transform: translateY(20px);
    letter-spacing: 0.05em;
    font-size: 41px;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}.hqE-landing-page .title_style_header::after {
    bottom: -0.8rem;
    content: "";
    animation: lineGrow 1s ease 1.6s forwards;
    left: 0;
    background: linear-gradient(90deg, rgb(144,138,177), transparent);
    height: 3px;
    width: 0;
    position: absolute;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes floatUp {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}

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

@keyframes lineGrow {
  0% {
    width: 0;
  }
  100% {
    width: 8rem;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 0.6;
  }
}

@media (min-width: 768px) {.hqE-landing-page .bCm-learn-skillspro {
    padding: 3rem;
}.hqE-landing-page .bCm-learn-skillspro > div {
    grid-template-columns: 0.4fr 0.6fr;
    gap: 3rem;
}.hqE-landing-page .bCm-learn-skillspro > div > div:first-child {
    display: flex;
    align-items: center;
}.hqE-landing-page h3 {
    font-size: calc(22px * 1.2);
}.hqE-landing-page .kyW-learn-experts {
    height: 80vh;
}.hqE-landing-page .kyW-learn-experts > div {
    padding: 4rem;
}.hqE-landing-page .title_style_header {
    font-size: calc(41px * 1.2);
}
}

@media (min-width: 1024px) {.hqE-landing-page .bCm-learn-skillspro {
    padding: 4rem;
}.hqE-landing-page .bCm-learn-skillspro > div {
    grid-template-columns: 0.35fr 0.65fr;
    gap: 4rem;
}.hqE-landing-page h3 {
    transition: transform 0.4s ease;
    transform: perspective(1000px) rotateX(2deg) translateZ(20px);
    font-size: calc(22px * 1.3);
}.hqE-landing-page h3:hover {
    transform: perspective(1000px) rotateX(0) translateZ(30px);
}.hqE-landing-page .kyW-learn-experts {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.hqE-landing-page .kyW-learn-experts:hover {
    transform: scale(1.02);
}.hqE-landing-page .kyW-learn-experts p {
    font-size: calc(17px * 1.2);
}.hqE-landing-page .title_style_header {
    font-size: calc(41px * 1.4);
}.hqE-landing-page .title_style_header::after {
    height: 4px;
}
}

@media (min-width: 1440px) {.hqE-landing-page .bCm-learn-skillspro {
    max-width: 1400px;
}.hqE-landing-page .bCm-learn-skillspro > div {
    grid-template-columns: 0.3fr 0.7fr;
    gap: 5rem;
}.hqE-landing-page h3 {
    font-size: calc(22px * 1.4);
    padding: 2rem 2.5rem;
}.hqE-landing-page .kyW-learn-experts > div {
    padding: 5rem;
}.hqE-landing-page .kyW-learn-experts p {
    font-size: calc(17px * 1.3);
    padding-left: 2.5rem;
}.hqE-landing-page .kyW-learn-experts p::before {
    width: 1.8rem;
}.hqE-landing-page .title_style_header {
    font-size: calc(41px * 1.6);
}.hqE-landing-page .title_style_header::after {
    height: 5px;
    bottom: -1rem;
}
}

@media (max-width: 767px) {.hqE-landing-page {
    min-height: auto;
    padding: 4rem 0;
}.hqE-landing-page .bCm-learn-skillspro {
    padding: 1.5rem;
}.hqE-landing-page h3 {
    padding: 1.2rem 1.5rem;
    font-size: 22px;
}.hqE-landing-page .kyW-learn-experts {
    height: 60vh;
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
}.hqE-landing-page .kyW-learn-experts > div {
    padding: 2rem;
}.hqE-landing-page .kyW-learn-experts p {
    font-size: 17px;
    padding-left: 1.5rem;
}.hqE-landing-page .kyW-learn-experts p::before {
    width: 1rem;
}.hqE-landing-page .title_style_header {
    font-size: calc(29px * 1.1);
}}.HaE-gratitudeBox {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(217,217,231) 0%, rgba(rgb(180,180,207), 0.05) 100%);
}.HaE-gratitudeBox::before {
    opacity: 0.8;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(180,180,207), 0.07) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(144,138,177), 0.05) 0%, transparent 60%);
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 0;
    content: "";
    position: absolute;
    left: 0;
}.HaE-gratitudeBox::after {
    right: -5%;
    background: linear-gradient(45deg, rgba(rgb(180,180,207), 0.03) 0%, rgba(rgb(144,138,177), 0.05) 100%);
    z-index: 0;
    top: -10%;
    transform: rotate(-15deg);
    animation: float 15s infinite ease-in-out;
    width: 40%;
    position: absolute;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 80%);
    height: 70%;
    content: "";
}.HaE-gratitudeBox .container {
    z-index: 1;
    perspective: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    padding: 0 2rem;
}.HaE-gratitudeBox h2 {
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 15px rgba(#000000, 0.05);
    font-size: 38px;
    max-width: 90%;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: rgb(180,180,207);
    transform: translateZ(10px);
    position: relative;
    margin-bottom: 2.5rem;
    font-weight: 700;
}.HaE-gratitudeBox h2::after {
    position: absolute;
    transform-origin: left center;
    content: "";
    background: linear-gradient(90deg, rgb(180,180,207) 0%, rgb(144,138,177) 100%);
    border-radius: 2px;
    left: 0;
    height: 4px;
    width: 5rem;
    animation: expandWidth 0.8s ease-out forwards;
    bottom: -0.8rem;
}.HaE-gratitudeBox .aft-master-track {
    transform: translateZ(5px);
    position: relative;
    overflow: hidden;
    padding: 3rem;
    background: #ffffff;
    border-radius: 17px;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 
        0 15px 35px rgba(#000000, 0.05),
        0 5px 15px rgba(#000000, 0.03);
}.HaE-gratitudeBox .aft-master-track::before {
    height: 6px;
    background: linear-gradient(90deg, rgb(180,180,207) 0%, rgb(144,138,177) 100%);
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
}.HaE-gratitudeBox .aft-master-track::after {
    content: "";
    bottom: 0;
    opacity: 0.5;
    width: 40%;
    z-index: -1;
    right: 0;
    background-size: 12px 12px;
    height: 30%;
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgba(rgb(180,180,207), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(180,180,207), 0.03) 25%, transparent 25%);
}.HaE-gratitudeBox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.HaE-gratitudeBox li {
    transform: translateY(20px);
    position: relative;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    padding-left: 0;
}.HaE-gratitudeBox li::before {
    width: 8px;
    box-shadow: 0 0 0 3px rgba(rgb(144,138,177), 0.1);
    height: 8px;
    position: absolute;
    top: 0.5rem;
    background: rgb(144,138,177);
    left: -1.5rem;
    border-radius: 50%;
    content: "";
}.HaE-gratitudeBox span {
    font-weight: 400;
    color: #000000;
    display: block;
    letter-spacing: 0.01em;
    font-size: calc(14px * 1.05);
    font-family: Arial, sans-serif;
    line-height: 1.7;
}

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 5rem;
    }
}

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

@media (hover: hover) {.HaE-gratitudeBox .aft-master-track:hover {
    transform: translateZ(10px) scale(1.01);
    box-shadow: 
            0 20px 45px rgba(#000000, 0.07),
            0 5px 20px rgba(#000000, 0.05);
}
}

@media (max-width: 992px) {.HaE-gratitudeBox {
    padding: 5rem 0;
}.HaE-gratitudeBox h2 {
    max-width: 100%;
    font-size: calc(38px * 0.9);
}.HaE-gratitudeBox .aft-master-track {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.HaE-gratitudeBox {
    padding: 4rem 0;
}.HaE-gratitudeBox h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2rem;
}.HaE-gratitudeBox .aft-master-track {
    padding: 2rem;
}.HaE-gratitudeBox span {
    font-size: 14px;
    line-height: 1.6;
}
}

@media (max-width: 576px) {.HaE-gratitudeBox {
    padding: 3rem 0;
}.HaE-gratitudeBox .container {
    padding: 0 1.5rem;
}.HaE-gratitudeBox h2 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.7);
}.HaE-gratitudeBox .aft-master-track {
    padding: 1.5rem;
}.HaE-gratitudeBox li::before {
    left: -1.2rem;
    width: 6px;
    height: 6px;
}}.uKS-course-instructor {
    overflow: hidden;
    min-height: 400px;
    position: relative;
    padding: 60px 30px;
    background: linear-gradient(135deg, rgb(217,217,231) 0%, rgb(180,180,207,0.5) 100%);
}.uKS-course-instructor::before {
    content: "";
    z-index: 0;
    position: absolute;
    border-radius: 50%;
    width: 200px;
    right: -50px;
    animation: float 8s ease-in-out infinite;
    height: 200px;
    filter: blur(40px);
    top: -50px;
    background: rgb(144,138,177,0.5);
}.uKS-course-instructor::after {
    animation: float 6s ease-in-out infinite reverse;
    border-radius: 50%;
    z-index: 0;
    width: 150px;
    left: -30px;
    filter: blur(30px);
    background: rgb(180,180,207,0.5);
    bottom: -30px;
    position: absolute;
    height: 150px;
    content: "";
}.uKS-course-instructor .YHa-review-glow {
    transform: rotate(-3deg);
    gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    z-index: 1;
    transition: all 0.5s ease;
    position: relative;
}.uKS-course-instructor .YHa-review-glow:hover {
    transform: rotate(0deg) scale(1.02);
}.uKS-course-instructor .qhW-img-container {
    box-shadow: 15px 15px 0 rgb(144,138,177,0.5);
    transform: translateY(20px);
    clip-path: polygon(0 0, 100% 10%, 85% 100%, 0% 90%);
    transition: all 0.4s ease;
    width: 280px;
    position: relative;
    border-radius: 29px;
    height: 350px;
}.uKS-course-instructor .YHa-review-glow:hover .qhW-img-container {
    box-shadow: 20px 20px 0 rgb(144,138,177);
    transform: translateY(0);
}.uKS-course-instructor .NUt-career-area {
    background: #ffffff;
    position: relative;
    min-width: 280px;
    flex: 1;
    transition: all 0.4s ease;
    border-radius: 29px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    transform: translateX(-30px) rotate(3deg);
}.uKS-course-instructor .YHa-review-glow:hover .NUt-career-area {
    transform: translateX(0) rotate(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.uKS-course-instructor .name {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    color: rgb(180,180,207);
    margin-bottom: 10px;
}.uKS-course-instructor .name::after {
    width: 60px;
    bottom: 0;
    border-radius: 2px;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(144,138,177) 0%, transparent 100%);
    position: absolute;
    content: "";
}.uKS-course-instructor .NUt-career-area > div:nth-child(2) {
    font-weight: 600;
    color: #000000;
    opacity: 0.8;
    font-size: 13px;
    margin-bottom: 20px;
}.uKS-course-instructor .sTF-experiencep-wrap {
    position: relative;
    color: #000000;
    border-left: 3px solid rgb(144,138,177,0.5);
    font-style: italic;
    line-height: 1.6;
    padding-left: 20px;
    font-size: calc(13px + 2px);
}.uKS-course-instructor .sTF-experiencep-wrap::before {
    left: -15px;
    position: absolute;
    font-size: 80px;
    font-family: Arial, sans-serif;
    content: "";
    top: -20px;
    color: rgb(180,180,207);
    opacity: 0.1;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@media (max-width: 991px) {.uKS-course-instructor {
    padding: 40px 20px;
}.uKS-course-instructor .YHa-review-glow {
    gap: 20px;
    flex-direction: column;
}.uKS-course-instructor .qhW-img-container {
    height: 280px;
    width: 220px;
    transform: translateY(0) rotate(-3deg);
    margin: 0 auto;
}.uKS-course-instructor .NUt-career-area {
    transform: translateX(0) rotate(0);
    margin-top: -30px;
}.uKS-course-instructor .YHa-review-glow:hover .qhW-img-container {
    transform: translateY(-10px) rotate(0);
}
}

@media (max-width: 767px) {.uKS-course-instructor {
    padding: 30px 15px;
}.uKS-course-instructor .qhW-img-container {
    width: 180px;
    height: 220px;
}.uKS-course-instructor .NUt-career-area {
    padding: 20px;
}.uKS-course-instructor .name {
    font-size: calc(32px - 4px);
}.uKS-course-instructor .sTF-experiencep-wrap {
    font-size: 13px;
}}header {
    overflow: visible;
    margin-top: 0;
    position: relative;
    z-index: 100;
    padding: 0;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
}header::before {
    z-index: 0;
    width: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    top: 0;
    background-size: 20px 20px;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
}header::after {
    bottom: 0;
    width: 100%;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, 
        rgb(180,180,207) 0%,
        rgb(144,138,177) 50%,
        rgb(180,180,207) 100%
    );
    position: absolute;
    animation: gradientSlide 5s linear infinite;
    background-size: 200% auto;
    content: '';
}@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

header .bFR-nav-expert {
    position: relative;
    align-items: center;
    display: flex;
    padding: 1.3rem 2rem;
    z-index: 5;
    justify-content: space-between;
}header .sZd-top-study {
    position: relative;
    flex: 0 0 auto;
    z-index: 5;
}header .EqD-header-learn {
    z-index: 2;
    display: flex;
    text-decoration: none;
    padding: 0.5rem;
    transition: all 0.3s ease;
    align-items: center;
    position: relative;
}header .EqD-header-learn:hover {
    transform: translateY(-3px) scale(1.02);
}header .EqD-header-learn img {
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    max-height: 40px;
}header .sZd-top-study::before {
    transform: skew(-3deg);
    opacity: 0.3;
    position: absolute;
    bottom: -8px;
    left: -8px;
    transition: all 0.3s ease;
    content: '';
    top: -8px;
    border-radius: 10px;
    border: 1px solid rgb(180,180,207);
    right: -8px;
}header .sZd-top-study:hover::before {
    opacity: 0.7;
    box-shadow: 0 0 15px rgb(180,180,207,0.5);
    transform: skew(-5deg) scale(1.05);
}header .PxY-top-teach {
    display: flex;
    margin: 0;
    z-index: 5;
    padding: 0;
    list-style: none;
    position: relative;
}header .jOp-header-main {
    position: relative;
    perspective: 800px;
    margin: 0 0.3rem;
}header .jOp-header-main a {
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.4s ease;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    z-index: 1;
    padding: 0.8rem 1.2rem;
    border: 1px solid transparent;
    display: block;
    font-size: 14px;
}header .jOp-header-main a::before {
    position: absolute;
    transform: scaleX(0);
    background: rgb(180,180,207);
    transition: transform 0.3s ease;
    content: '';
    opacity: 0.7;
    width: 80%;
    height: 1px;
    bottom: 5px;
    left: 10%;
}header .jOp-header-main a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: rgb(180,180,207);
    transform: translateZ(10px);
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
}header .jOp-header-main a:hover::before {
    transform: scaleX(1);
}header .jOp-header-main::after {
    pointer-events: none;
    opacity: 0;
    content: '';
    top: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    left: 0;
    width: 100%;
    background: radial-gradient(circle at center, rgb(180,180,207,0.5) 0%, transparent 70%);
    z-index: -1;
    position: absolute;
}header .jOp-header-main:hover::after {
    opacity: 0.4;
}header .bFR-nav-expert::before {
    content: '';
    top: 0;
    height: 1px;
    left: 35%;
    background: linear-gradient(90deg, transparent, rgb(180,180,207), transparent);
    width: 30%;
    position: absolute;
}header .bFR-nav-expert::after {
    left: 20%;
    height: 1px;
    width: 60%;
    bottom: 0;
    opacity: 0.1;
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
}.TDm-head-pro {
    padding-top: 2rem;
    position: relative;
    margin-top: 0;
    z-index: 1;
    background: rgb(217,217,231);
}

@media (min-width: 1400px) {header .bFR-nav-expert {
    max-width: 1300px;
    margin: 0 auto;
}header .jOp-header-main {
    margin: 0 0.5rem;
}header .jOp-header-main a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    padding: 0;
}header .bFR-nav-expert {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem 1.5rem;
}header .sZd-top-study {
    margin-bottom: 0;
}header .PxY-top-teach {
    justify-content: center;
    margin-top: 1rem;
    flex: 1 0 100%;
}header .jOp-header-main {
    margin: 0 0.2rem;
}header .jOp-header-main a {
    padding: 0.6rem 0.8rem;
    font-size: calc(14px - 1px);
}header .sZd-top-study::before {
    left: -5px;
    right: -5px;
    bottom: -5px;
    top: -5px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .bFR-nav-expert {
    padding: 0.8rem 1.2rem;
}header .sZd-top-study {
    max-width: 130px;
}header .sZd-top-study::before {
    display: none;
}header .PxY-top-teach {
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
}header .PxY-top-teach::-webkit-scrollbar {
    height: 2px;
}header .PxY-top-teach::-webkit-scrollbar-thumb {
    background: rgb(180,180,207);
    border-radius: 10px;
}header .jOp-header-main {
    margin: 0 0.1rem;
    flex: 0 0 auto;
}header .jOp-header-main a {
    padding: 0.5rem 0.7rem;
    font-size: calc(14px - 2px);
    letter-spacing: 0;
    white-space: nowrap;
}header .jOp-header-main a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@media (max-width: 479px) {header .bFR-nav-expert {
    padding: 0.7rem 1rem;
}header .sZd-top-study {
    max-width: 110px;
}header .jOp-header-main a {
    font-size: calc(14px - 3px);
    padding: 0.4rem 0.6rem;
}
}