* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.M-license-cta {
    flex: 0 0 auto;
}.V-outer-container {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}header,footer {
    width: 100%;
}.container {
    width: 1204px;
    margin: auto;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}.r-nav-prime {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.g-course-beneficiaries {
    position: relative;
    padding: 120px 0;
    background: rgb(233,226,232);
    overflow: hidden;
}.g-course-beneficiaries::before {
    position: absolute;
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        rgb(206,183,202,0.5) 0,
        rgb(206,183,202,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
}.g-course-beneficiaries .q-fast-learning {
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
}.g-course-beneficiaries h3 {
    padding-bottom: 20px;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-bottom: 80px;
    font-size: 30px;
}.g-course-beneficiaries h3::after {
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    left: 50%;
    bottom: 0;
    width: 80px;
    background: linear-gradient(90deg, rgb(206,183,202), rgb(183,130,174));
    height: 5px;
    transform: translateX(-50%);
    content: "";
}.g-course-beneficiaries ul {
    gap: 60px 30px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    list-style: none;
}.g-course-beneficiaries ul li {
    background: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    transform: perspective(1000px) rotateX(5deg);
    padding: 25px 25px 25px 80px;
    max-width: 350px;
    flex: 0 0 calc(33.333% - 20px);
    z-index: 1;
    transition: all 0.4s ease;
    min-height: 100px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05);
    font-size: 14px;
}.g-course-beneficiaries ul li::before,
.g-course-beneficiaries ul li::after {
    position: absolute;
    content: "";
    transition: all 0.4s ease;
    background: #ffffff;
}.g-course-beneficiaries ul li::before {
    left: 5px;
    bottom: 5px;
    top: 5px;
    border: 1px solid rgb(183,130,174,0.5);
    right: 5px;
    transform: translateZ(-10px);
    z-index: -1;
}.g-course-beneficiaries ul li::after {
    z-index: -2;
    transform: translateZ(-20px);
    bottom: 0;
    background: rgb(206,183,202,0.5);
    right: 15px;
    top: 15px;
    opacity: 0.3;
    left: 15px;
}.g-course-beneficiaries ul li:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.g-course-beneficiaries ul li:hover::before {
    transform: translateZ(-15px);
}.g-course-beneficiaries ul li:hover::after {
    transform: translateZ(-30px);
}.g-course-beneficiaries ul li svg {
    z-index: 2;
    left: 25px;
    height: 40px;
    position: absolute;
    width: 40px;
    top: 50%;
    transition: all 0.4s ease;
    transform: translateY(-50%);
}.g-course-beneficiaries ul li:hover svg {
    transform: translateY(-50%) scale(1.1);
}.g-course-beneficiaries ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(206,183,202);
}.g-course-beneficiaries ul li:hover svg path {
    fill: rgb(183,130,174);
}.g-course-beneficiaries ul li:nth-child(3n+1) {
    transform: perspective(1000px) rotateX(5deg) rotateY(-2deg);
}.g-course-beneficiaries ul li:nth-child(3n+2) {
    transform: perspective(1000px) rotateX(5deg);
}.g-course-beneficiaries ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(5deg) rotateY(2deg);
}.g-course-beneficiaries ul li:nth-child(3n+1):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.g-course-beneficiaries ul li:nth-child(3n+2):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.g-course-beneficiaries ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}

@media (max-width: 992px) {.g-course-beneficiaries {
    padding: 100px 0;
}.g-course-beneficiaries h3 {
    margin-bottom: 60px;
    font-size: calc(30px * 0.9);
}.g-course-beneficiaries ul {
    gap: 40px 25px;
}.g-course-beneficiaries ul li {
    padding: 20px 20px 20px 70px;
    flex: 0 0 calc(50% - 20px);
}.g-course-beneficiaries ul li svg {
    height: 35px;
    left: 20px;
    width: 35px;
}
}

@media (max-width: 768px) {.g-course-beneficiaries {
    padding: 80px 0;
}.g-course-beneficiaries h3 {
    margin-bottom: 50px;
    font-size: calc(30px * 0.8);
}.g-course-beneficiaries ul {
    gap: 30px;
}.g-course-beneficiaries ul li {
    flex: 0 0 100%;
    max-width: 450px;
}.g-course-beneficiaries ul li,
    .g-course-beneficiaries ul li:nth-child(3n+1),
    .g-course-beneficiaries ul li:nth-child(3n+2),
    .g-course-beneficiaries ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(3deg);
}.g-course-beneficiaries ul li:hover,
    .g-course-beneficiaries ul li:nth-child(3n+1):hover,
    .g-course-beneficiaries ul li:nth-child(3n+2):hover,
    .g-course-beneficiaries ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-8px);
}
}

@media (max-width: 480px) {.g-course-beneficiaries {
    padding: 60px 0;
}.g-course-beneficiaries .q-fast-learning {
    padding: 0 20px;
}.g-course-beneficiaries h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 40px;
}.g-course-beneficiaries ul {
    gap: 25px;
}.g-course-beneficiaries ul li {
    padding: 18px 15px 18px 65px;
}.g-course-beneficiaries ul li svg {
    left: 18px;
    height: 30px;
    width: 30px;
}.g-course-beneficiaries ul li,
    .g-course-beneficiaries ul li:nth-child(3n+1),
    .g-course-beneficiaries ul li:nth-child(3n+2),
    .g-course-beneficiaries ul li:nth-child(3n) {
    transform: perspective(800px) rotateX(2deg);
}.g-course-beneficiaries ul li:hover,
    .g-course-beneficiaries ul li:nth-child(3n+1):hover,
    .g-course-beneficiaries ul li:nth-child(3n+2):hover,
    .g-course-beneficiaries ul li:nth-child(3n):hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}}.l-course-offering {
    position: relative;
    grid-template-columns: 1fr 1fr;
    background: rgb(233,226,232);
    min-height: 100vh;
    overflow: hidden;
    display: grid;
}.l-course-offering .E-study-path {
    grid-column: 1 / 3;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    grid-row: 1;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}.l-course-offering .E-study-path::before {
    height: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(233,226,232) 0%, transparent 40%);
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none;
    top: 0;
}.l-course-offering .C-skill-route {
    flex-direction: column;
    height: 100%;
    display: flex;
    animation: carousel-vertical 30s ease-in-out infinite;
}.l-course-offering .E-study-path:hover .C-skill-route {
    animation-play-state: paused;
}.l-course-offering .k-online-class {
    min-height: 33.33vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}.l-course-offering .k-online-class img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease-out;
    width: 100%;
    transform: scale(1.1);
    filter: brightness(1.05) contrast(1.05);
}.l-course-offering .k-online-class:hover img {
    transform: scale(1);
}.l-course-offering .container {
    align-items: center;
    z-index: 3;
    padding: 0 3rem;
    display: flex;
    grid-column: 1;
    grid-row: 1;
}.l-course-offering .q-fast-learning {
    width: 100%;
    max-width: 600px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.85);
    padding: 2.5rem;
    margin-right: auto;
}.l-course-offering .s-learn-business {
    position: relative;
    display: flex;
    flex-direction: column;
}.l-course-offering .s-learn-business::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    border-top: 2px solid rgb(206,183,202);
    height: 60px;
    width: 60px;
    border-radius: 10px 0 0 0;
    border-left: 2px solid rgb(206,183,202);
}.l-course-offering .s-learn-business::after {
    bottom: -15px;
    height: 60px;
    border-bottom: 2px solid rgb(206,183,202);
    content: "";
    position: absolute;
    width: 60px;
    border-radius: 0 0 10px 0;
    right: -15px;
    border-right: 2px solid rgb(206,183,202);
}.l-course-offering .s-learn-business h3 {
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1.5rem 0;
    position: relative;
    color: rgb(206,183,202);
    font-size: 36px;
}.l-course-offering .s-learn-business h3::after {
    left: 0;
    border-radius: 10px;
    content: "";
    background: rgb(206,183,202);
    height: 3px;
    bottom: -0.5rem;
    width: 80px;
    position: absolute;
}.l-course-offering .s-learn-business p {
    line-height: 1.8;
    color: #000000;
    margin-bottom: 2rem;
    font-size: 14px;
}.l-course-offering .s-learn-business .s-support-panel {
    font-weight: 600;
    font-size: 16px;
    position: relative;
    padding: 0.8rem 2.5rem;
    background: rgb(206,183,202);
    align-self: flex-start;
    transition: all 0.3s ease;
    border-radius: 22px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    overflow: hidden;
    color: #ffffff;
}.l-course-offering .s-learn-business .s-support-panel::before {
    top: 0;
    transition: transform 0.6s ease;
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    position: absolute;
    content: "";
}.l-course-offering .s-learn-business .s-support-panel:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.l-course-offering .s-learn-business .s-support-panel:hover::before {
    transform: translateX(100%);
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-33.33%);
    }
    40%, 56% {
        transform: translateY(-66.66%);
    }
    60%, 76% {
        transform: translateY(-100%);
    }
    80%, 96% {
        transform: translateY(-133.33%);
    }
    100% {
        transform: translateY(0);
    }
}

@media (min-width: 768px) and (max-width: 991px) {.l-course-offering {
    grid-template-columns: 1fr;
}.l-course-offering .E-study-path {
    clip-path: none;
    position: relative;
    grid-column: 1;
    width: 100%;
    grid-row: 1;
    height: 45%;
}.l-course-offering .E-study-path::before {
    background: linear-gradient(0deg, rgb(233,226,232) 0%, transparent 80%);
}.l-course-offering .C-skill-route {
    flex-direction: row;
    animation: carousel-horizontal-tablet 20s ease-in-out infinite;
}.l-course-offering .k-online-class {
    width: 50%;
    min-height: auto;
}.l-course-offering .container {
    padding: 2rem;
    grid-row: 2;
    grid-column: 1;
}.l-course-offering .q-fast-learning {
    max-width: 100%;
    margin: 0 auto;
}.l-course-offering .s-learn-business h3 {
    font-size: calc(36px * 1.1);
}

    @keyframes carousel-horizontal-tablet {
        0%, 16% {
            transform: translateX(0);
        }
        20%, 36% {
            transform: translateX(-50%);
        }
        40%, 56% {
            transform: translateX(-100%);
        }
        60%, 76% {
            transform: translateX(-150%);
        }
        80%, 96% {
            transform: translateX(-200%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 767px) {.l-course-offering {
    grid-template-columns: 1fr;
    min-height: auto;
}.l-course-offering .E-study-path {
    position: relative;
    width: 100%;
    height: 40vh;
    grid-row: 1;
    grid-column: 1;
    clip-path: none;
}.l-course-offering .E-study-path::before {
    background: linear-gradient(0deg, rgb(233,226,232) 0%, rgba(255,255,255,0.3) 100%);
}.l-course-offering .C-skill-route {
    flex-direction: row;
    animation: none;
}.l-course-offering .k-online-class {
    width: 100%;
    min-height: auto;
}.l-course-offering .container {
    grid-column: 1;
    padding: 2rem 1.5rem;
    grid-row: 2;
}.l-course-offering .q-fast-learning {
    padding: 1.5rem;
    max-width: 100%;
}.l-course-offering .s-learn-business::before,
    .l-course-offering .s-learn-business::after {
    height: 40px;
    width: 40px;
}.l-course-offering .s-learn-business h3 {
    margin-bottom: 1rem;
    font-size: 19px;
}.l-course-offering .s-learn-business h3::after {
    height: 2px;
    width: 50px;
}.l-course-offering .s-learn-business p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
    margin-bottom: 1.5rem;
}.l-course-offering .s-learn-business .s-support-panel {
    padding: 0.7rem 1.5rem;
    text-align: center;
    width: 100%;
}}.Z-leadership-experience {
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(150deg, rgb(233,226,232) 0%, #000000 100%);
    min-height: 700px;
}.Z-leadership-experience::before {
    top: 0;
    background-size: 150px 150px;
    z-index: 1;
    position: absolute;
    left: 0;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(206,183,202,0.5) 85%, rgb(206,183,202,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(183,130,174,0.5) 85%, rgb(183,130,174,0.5) 88%, transparent 88%);
    height: 100%;
    animation: gridFlow 20s linear infinite;
    content: "";
    width: 100%;
    opacity: 0.1;
}.Z-leadership-experience .container {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    max-width: 1300px;
    z-index: 2;
}.Z-leadership-experience .f-testimonials {
    grid-template-columns: 45% 1fr;
    display: grid;
    gap: 20px 30px;
    min-height: 580px;
    position: relative;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    background: transparent;
    grid-template-rows: auto auto 1fr;
}.Z-leadership-experience .f-testimonials::before {
    height: 90%;
    z-index: -1;
    content: "";
    opacity: 0.3;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    filter: blur(40px);
    right: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(206,183,202,0.5) 0%, transparent 50%);
    border-radius: 30px;
}.Z-leadership-experience .f-testimonials::after {
    content: "";
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    position: absolute;
    z-index: -2;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    top: 0;
}.Z-leadership-experience .W-image-shadow {
    filter: contrast(1.1) brightness(1.05);
    grid-area: photo;
    transform: scale(1);
    overflow: hidden;
    position: relative;
    height: 100%;
    z-index: 2;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 30px 0 0 30px;
}.Z-leadership-experience .f-testimonials:hover .W-image-shadow {
    transform: scale(1.02);
    filter: contrast(1.2) brightness(1.1);
}.Z-leadership-experience .W-image-shadow::before {
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0.7;
    background: rgb(206,183,202);
    z-index: 3;
    position: absolute;
    animation: pulseOpacity 3s ease-in-out infinite;
    width: 10px;
}.Z-leadership-experience .name {
    transform: translateX(0);
    color: #ffffff;
    grid-area: name;
    z-index: 3;
    font-size: 31px;
    align-self: end;
    padding-bottom: 10px;
    margin-top: 80px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 700;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}.Z-leadership-experience .f-testimonials:hover .name {
    transform: translateX(15px);
}.Z-leadership-experience .name::after {
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background: rgb(206,183,202);
    position: absolute;
    content: "";
    transition: width 0.5s ease;
}.Z-leadership-experience .f-testimonials:hover .name::after {
    width: 60%;
}.Z-leadership-experience .f-testimonials span:not(.name) {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    color: rgb(183,130,174);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 3;
    transform: translateX(0);
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    align-self: start;
    display: inline-block;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    padding: 0.6rem 1.2rem;
    grid-area: job;
    font-size: 19px;
    font-weight: 600;
}.Z-leadership-experience .f-testimonials:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(15px);
}.Z-leadership-experience .g-employee-info {
    color: #ffffff;
    grid-area: quote;
    line-height: 1.8;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    z-index: 2;
    transform: translateY(0);
    position: relative;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(183,130,174);
    font-size: 18px;
    width: 95%;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    padding: 2rem;
    align-self: start;
    margin-right: 0;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
}.Z-leadership-experience .f-testimonials:hover .g-employee-info {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateX(15px) translateY(-5px);
}.Z-leadership-experience .container::after {
    z-index: -1;
    content: "";
    height: 300px;
    background: radial-gradient(circle, rgb(183,130,174,0.5) 0%, transparent 70%);
    width: 300px;
    bottom: -150px;
    position: absolute;
    opacity: 0.3;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    filter: blur(70px);
    right: -150px;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.Z-leadership-experience .f-testimonials {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
            "W-image-shadow"
            "name"
            "A-exp-milestones"
            "g-employee-info";
    gap: 20px;
}.Z-leadership-experience .W-image-shadow {
    border-radius: 30px 30px 0 0;
    height: 350px;
}.Z-leadership-experience .W-image-shadow::before {
    width: 100%;
    height: 10px;
}.Z-leadership-experience .name {
    text-align: center;
    margin-top: 0;
}.Z-leadership-experience .name::after {
    transform: translateX(-50%);
    left: 50%;
}.Z-leadership-experience .f-testimonials:hover .name {
    transform: translateY(-5px);
}.Z-leadership-experience .f-testimonials span:not(.name) {
    margin: 0 auto;
}.Z-leadership-experience .f-testimonials:hover span:not(.name) {
    transform: translateY(-5px);
}.Z-leadership-experience .g-employee-info {
    border-left: none;
    width: 90%;
    border-top: 4px solid rgb(183,130,174);
    margin: 0 auto;
}.Z-leadership-experience .f-testimonials:hover .g-employee-info {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.Z-leadership-experience {
    padding: 5rem 0;
}.Z-leadership-experience .W-image-shadow {
    height: 250px;
}.Z-leadership-experience .name {
    font-size: 19px;
}.Z-leadership-experience .f-testimonials span:not(.name) {
    padding: 0.5rem 1rem;
    font-size: 18px;
}.Z-leadership-experience .g-employee-info {
    width: 95%;
    padding: 1.5rem;
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}}.t-connect-form {
    background: rgb(233,226,232);
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 100px 0;
}.t-connect-form::before {
    opacity: 0.3;
    height: 100%;
    left: 0;
    content: '';
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, transparent 48%, rgb(206,183,202,0.5) 49%, rgb(206,183,202,0.5) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgb(183,130,174,0.5) 49%, rgb(183,130,174,0.5) 51%, transparent 52%);
    background-size: 60px 60px;
    z-index: 0;
}.t-connect-form::after {
    background: 
        linear-gradient(90deg, rgb(233,226,232) 6px, transparent 6px),
        linear-gradient(0deg, rgb(233,226,232) 6px, transparent 6px);
    width: 100%;
    opacity: 0.2;
    z-index: 0;
    left: 0;
    height: 100%;
    content: '';
    background-size: 100px 100px;
    top: 0;
    position: absolute;
}.t-connect-form .W-image-shadow {
    left: 0;
    opacity: 0.15;
    position: absolute;
    width: 100%;
    filter: grayscale(0.7) hue-rotate(25deg);
    z-index: 0;
    top: 0;
    height: 100%;
}.t-connect-form .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.t-connect-form h3 {
    text-align: center;
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    font-size: 42px;
    letter-spacing: 4px;
    position: relative;
    transform: skew(-5deg);
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
}.t-connect-form h3::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    content: '';
    bottom: -15px;
    background: linear-gradient(90deg, rgb(206,183,202), rgb(183,130,174));
    width: 100px;
    height: 5px;
}.t-connect-form .o-feedback-info {
    z-index: 1;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}.t-connect-form .f-support-message {
    padding: 60px;
    background: #ffffff;
    transform: skew(-3deg);
    border-radius: 0;
    z-index: 2;
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    flex: 1 1 60%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.t-connect-form .f-support-message::before {
    bottom: 20px;
    content: '';
    top: 20px;
    right: 20px;
    position: absolute;
    border: 2px solid rgba(0, 0, 0, 0.05);
    pointer-events: none;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    left: 20px;
}.t-connect-form .f-support-message #contact {
    transform: skew(3deg);
}.t-connect-form .f-support-message h3 {
    margin-bottom: 40px;
    font-weight: 700;
    color: #000000;
    font-size: 21px;
    text-align: left;
    transform: skew(0);
}.t-connect-form .f-support-message h3::before {
    height: 3px;
    width: 60px;
    transform: none;
    clip-path: none;
    left: 0;
}.t-connect-form .f-support-message input[type="text"],
.t-connect-form .f-support-message textarea {
    font-size: 14px;
    border: 2px solid rgb(206,183,202);
    margin-bottom: 25px;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    padding: 20px;
    font-family: Arial, sans-serif;
    color: #000000;
    transition: all 0.3s ease;
    border-radius: 0;
}.t-connect-form .f-support-message input[type="text"]:focus,
.t-connect-form .f-support-message textarea:focus {
    background-color: rgba(0, 0, 0, 0.02);
    outline: none;
    box-shadow: 8px 8px 0 rgb(206,183,202,0.5);
    transform: translate(-3px, -3px);
}.t-connect-form .f-support-message textarea {
    height: 140px;
    resize: vertical;
}.t-connect-form .f-support-message .E-inquiry-widget {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.t-connect-form .f-support-message .E-inquiry-widget input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.t-connect-form .f-support-message .E-inquiry-widget label {
    cursor: pointer;
    position: relative;
    color: #000000;
    padding-left: 35px;
    line-height: 1.5;
    font-size: calc(14px - 2px);
}.t-connect-form .f-support-message .E-inquiry-widget label::before {
    left: 0;
    transition: all 0.3s ease;
    width: 24px;
    position: absolute;
    height: 24px;
    top: 0;
    content: '';
    background-color: #ffffff;
    border: 2px solid rgb(206,183,202);
}.t-connect-form .f-support-message .E-inquiry-widget input[type="checkbox"]:checked + label::before {
    background-color: rgb(206,183,202);
}.t-connect-form .f-support-message .E-inquiry-widget input[type="checkbox"]:checked + label::after {
    content: '';
    transform: rotate(45deg);
    top: 5px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    width: 6px;
    position: absolute;
    left: 9px;
    height: 12px;
}.t-connect-form .f-support-message .E-inquiry-widget a {
    color: rgb(206,183,202);
    text-decoration: none;
    position: relative;
    font-weight: 600;
    transition: color 0.3s ease;
}.t-connect-form .f-support-message .E-inquiry-widget a::after {
    transition: transform 0.3s ease;
    background-color: rgb(206,183,202);
    content: '';
    position: absolute;
    height: 2px;
    transform: scaleX(0);
    left: 0;
    bottom: -2px;
    width: 100%;
    transform-origin: left;
}.t-connect-form .f-support-message .E-inquiry-widget a:hover {
    color: rgb(183,130,174);
}.t-connect-form .f-support-message .E-inquiry-widget a:hover::after {
    transform: scaleX(1);
    background-color: rgb(183,130,174);
}.t-connect-form .f-support-message .s-support-panel {
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    font-weight: 700;
    background: rgb(206,183,202);
    display: inline-block;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease;
    padding: 18px 40px;
    letter-spacing: 2px;
    border: none;
}.t-connect-form .f-support-message .s-support-panel:hover {
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
    background: rgb(183,130,174);
    transform: translate(-3px, -3px);
}.t-connect-form .C-reach-info {
    position: relative;
    padding: 60px 60px 60px 80px;
    background: rgb(233,226,232);
    margin-left: -40px;
    z-index: 1;
    flex: 1 1 40%;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    color: #ffffff;
}.t-connect-form .C-reach-info::before {
    z-index: -1;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    content: '';
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
}.t-connect-form .C-reach-info::after {
    border: 2px solid rgba(255, 255, 255, 0.1);
    right: 20px;
    top: 20px;
    position: absolute;
    pointer-events: none;
    left: 20px;
    bottom: 20px;
    content: '';
}.t-connect-form .C-reach-info h4 {
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 40px;
    color: #000000;
    font-weight: 700;
    font-size: 21px;
    text-transform: uppercase;
}.t-connect-form .C-reach-info h4::after {
    bottom: -15px;
    background: rgb(206,183,202);
    content: '';
    height: 3px;
    position: absolute;
    left: 0;
    width: 60px;
}.t-connect-form .C-reach-info .y-feedback-reach {
    list-style: none;
    margin: 0;
    padding: 0;
}.t-connect-form .C-reach-info .y-feedback-reach li {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
    display: flex;
}.t-connect-form .C-reach-info .y-feedback-reach li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}.t-connect-form .C-reach-info .y-feedback-reach li svg {
    margin-right: 20px;
    width: 24px;
    flex-shrink: 0;
    height: 24px;
}.t-connect-form .C-reach-info .y-feedback-reach li svg path {
    fill: rgb(206,183,202);
}.t-connect-form .C-reach-info .y-feedback-reach li:hover svg path {
    fill: rgb(183,130,174);
    transition: fill 0.3s ease;
}.t-connect-form .C-reach-info .y-feedback-reach li span {
    line-height: 1.5;
    color: #000000;
    font-size: 14px;
}.t-connect-form .C-reach-info .y-feedback-reach li a {
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
}.t-connect-form .C-reach-info .y-feedback-reach li a:hover {
    color: rgb(206,183,202);
}

@media (max-width: 992px) {.t-connect-form {
    padding: 70px 0;
}.t-connect-form .o-feedback-info {
    flex-direction: column;
}.t-connect-form .f-support-message {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    flex: 1 1 100%;
    padding: 40px;
}.t-connect-form .C-reach-info {
    margin-left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    padding: 40px;
    flex: 1 1 100%;
    margin-top: -20px;
}
}

@media (max-width: 768px) {.t-connect-form {
    padding: 50px 0;
}.t-connect-form h3 {
    font-size: calc(29px);
    letter-spacing: 2px;
    margin-bottom: 40px;
}.t-connect-form .f-support-message h3,
    .t-connect-form .C-reach-info h4 {
    font-size: calc(21px - 2px);
    margin-bottom: 30px;
}.t-connect-form .f-support-message input[type="text"],
    .t-connect-form .f-support-message textarea {
    margin-bottom: 20px;
    padding: 15px;
}.t-connect-form .f-support-message textarea {
    height: 120px;
}.t-connect-form .f-support-message .s-support-panel {
    padding: 15px 30px;
}.t-connect-form .C-reach-info .y-feedback-reach li {
    margin-bottom: 20px;
    padding-bottom: 15px;
}.t-connect-form .C-reach-info .y-feedback-reach li svg {
    height: 20px;
    width: 20px;
    margin-right: 15px;
}
}

@media (max-width: 576px) {.t-connect-form {
    padding: 40px 0;
}.t-connect-form .f-support-message,
    .t-connect-form .C-reach-info {
    box-shadow: none;
    padding: 30px 20px;
    transform: skew(0);
    clip-path: none;
}.t-connect-form .f-support-message #contact {
    transform: skew(0);
}.t-connect-form .f-support-message::before,
    .t-connect-form .C-reach-info::after {
    clip-path: none;
}.t-connect-form .C-reach-info {
    margin-top: 0;
}.t-connect-form h3 {
    font-size: calc(29px - 6px);
    transform: skew(0);
}.t-connect-form .f-support-message .E-inquiry-widget label {
    font-size: calc(14px - 3px);
}.t-connect-form .f-support-message .s-support-panel {
    clip-path: none;
}}.A-title-portal {
    justify-content: center;
    background: linear-gradient(135deg, rgb(233,226,232) 0%, rgba(0, 0, 0, 0.5) 100%);
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
    display: flex;
    align-items: center;
}.A-title-portal::before {
    left: 0;
    background: radial-gradient(circle at 30% 40%, rgb(206,183,202,0.5) 0%, transparent 60%);
    z-index: 1;
    top: 0;
    content: "";
    bottom: 0;
    right: 0;
    position: absolute;
    opacity: 0.15;
}.A-title-portal::after {
    z-index: 1;
    transform: rotate(15deg);
    background: linear-gradient(45deg, rgb(183,130,174,0.5) 0%, transparent 70%);
    height: 200%;
    top: -50%;
    width: 80%;
    position: absolute;
    content: "";
    right: -25%;
    opacity: 0.1;
}.A-title-portal .T-skill-quick {
    animation: fadeInUp 1.2s ease-out forwards;
    z-index: 2;
    width: 100%;
    position: relative;
    display: grid;
    max-width: 1200px;
    grid-template-columns: 1fr;
    transform: translateY(0);
    gap: 3rem;
}@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.A-title-portal .T-skill-quick > div:first-child {
    transform: translateX(0);
    position: relative;
    animation: slideInLeft 1s ease-out 0.3s both;
    padding: 2rem;
    border-left: 3px solid rgb(206,183,202);
}@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.A-title-portal .T-skill-quick > div:first-child::before {
    position: absolute;
    height: 1px;
    background: linear-gradient(to right, rgb(206,183,202) 0%, transparent 100%);
    width: 30%;
    top: 0;
    left: 0;
    content: "";
}.A-title-portal .T-skill-quick > div:first-child::after {
    width: 50%;
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(206,183,202) 0%, transparent 100%);
    height: 1px;
}.A-title-portal .T-skill-quick > div:first-child p {
    animation: fadeIn 1.4s ease-out 0.5s both;
    color: #000000;
    font-size: calc(15px * 1.25);
    margin: 0;
    font-family: Arial, sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    line-height: 1.6;
    transform: translateY(0);
    letter-spacing: 0.03em;
}@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.A-title-portal .t-our-journey {
    transform: translateY(0) scale(1);
    transition: transform 0.4s ease-out;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 15px 25px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    animation: revealUp 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s both;
}@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.A-title-portal .t-our-journey:hover {
    transform: translateY(-5px) scale(1.01);
}.A-title-portal .t-our-journey > div {
    flex-direction: column;
    min-height: 400px;
    display: flex;
    position: relative;
    justify-content: flex-end;
    padding: 3rem;
}.A-title-portal .t-our-journey > div::before {
    z-index: 1;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 40%, transparent 80%);
    position: absolute;
    right: 0;
    bottom: 0;
}.A-title-portal .t-our-journey > div::after {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scaleX(0);
    transform-origin: left;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(206,183,202) 0%, rgb(183,130,174) 100%);
    left: 0;
    height: 5px;
}.A-title-portal .t-our-journey:hover > div::after {
    transform: scaleX(1);
}.A-title-portal .t-our-journey h3 {
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 400;
    transform: translateY(20px);
    animation: fadeSlideUp 1s ease-out 0.9s forwards;
    z-index: 2;
    opacity: 0;
    line-height: 1.5;
    color: #ffffff;
    font-size: calc(19px * 1.1);
}@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.A-title-portal .t-our-journey > div > div {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    padding-top: 1.5rem;
    z-index: 2;
    transform: translateY(20px);
    animation: fadeSlideUp 1s ease-out 1.2s forwards;
    opacity: 0;
}.A-title-portal .t-our-journey .title_style_header {
    line-height: 1.2;
    margin: 0;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    font-size: calc(47px * 1.2);
    letter-spacing: -0.01em;
    position: relative;
}.A-title-portal .t-our-journey .title_style_header::before {
    width: 3px;
    left: -10px;
    content: "";
    transform-origin: top;
    animation: growDown 0.6s ease-out 1.5s forwards;
    top: 50%;
    transform: translateY(-50%) scaleY(0);
    height: 70%;
    background: rgb(206,183,202);
    position: absolute;
}

@keyframes growDown {
  from {
    transform: translateY(-50%) scaleY(0);
  }
  to {
    transform: translateY(-50%) scaleY(1);
  }
}

@media (min-width: 768px) {.A-title-portal {
    padding: 5rem 3rem;
}.A-title-portal .T-skill-quick {
    grid-template-columns: 0.4fr 0.6fr;
    gap: 4rem;
}.A-title-portal .T-skill-quick > div:first-child {
    align-items: center;
    border-left: 4px solid rgb(206,183,202);
    padding: 2.5rem;
    display: flex;
}.A-title-portal .t-our-journey > div {
    min-height: 500px;
    padding: 4rem;
}.A-title-portal .t-our-journey h3 {
    font-size: calc(19px * 1.2);
    max-width: 90%;
}.A-title-portal .t-our-journey .title_style_header {
    font-size: calc(47px * 1.4);
}
}

@media (min-width: 1200px) {.A-title-portal {
    padding: 6rem 4rem;
}.A-title-portal .T-skill-quick {
    gap: 5rem;
    grid-template-columns: 0.35fr 0.65fr;
}.A-title-portal .T-skill-quick > div:first-child p {
    font-size: calc(15px * 1.4);
}.A-title-portal .t-our-journey > div {
    min-height: 550px;
    padding: 5rem;
}.A-title-portal .t-our-journey h3 {
    max-width: 80%;
    font-size: calc(19px * 1.3);
}.A-title-portal .t-our-journey .title_style_header {
    font-size: calc(47px * 1.5);
}
}

@media (max-width: 767px) {.A-title-portal {
    padding: 3rem 1.5rem;
}.A-title-portal .T-skill-quick > div:first-child {
    padding: 1.5rem;
}.A-title-portal .T-skill-quick > div:first-child p {
    font-size: 15px;
}.A-title-portal .t-our-journey > div {
    padding: 2rem;
    min-height: 350px;
}.A-title-portal .t-our-journey h3 {
    font-size: 19px;
}.A-title-portal .t-our-journey .title_style_header {
    font-size: 37px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    content: "";
    left: 0;
    right: 0;
    background: linear-gradient(120deg, rgb(206,183,202) 0%, rgb(183,130,174) 100%);
    opacity: 0.85;
    top: 0;
    bottom: 0;
    z-index: -2;
    position: absolute;
}footer::after {
    top: 0;
    left: 0;
    bottom: 0;
    background-size: 20px 20px;
    right: 0;
    z-index: -1;
    content: "";
    position: absolute;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
}.M-license-cta {
    color: #ffffff;
    padding: 4rem 0 2.5rem;
    position: relative;
}.M-license-cta::before {
    width: 100%;
    height: 10px;
    opacity: 0.2;
    left: 0;
    position: absolute;
    content: "";
    background: #ffffff;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    top: 0;
}.M-license-cta .container {
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
}.M-license-cta .company_holder {
    position: relative;
    flex: 1 1 400px;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.M-license-cta .company_holder h3 {
    display: inline-block;
    margin: 0 0 1.5rem;
    text-transform: uppercase;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    background: rgba(255, 255, 255, 0.15);
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 34px;
    padding: 0.5rem 2rem;
    color: #ffffff;
}.M-license-cta .D-exam-prep {
    margin: 0 1rem;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    padding: 1.5rem;
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.15);
}.M-license-cta .c-terms-legal {
    gap: 2rem;
    min-width: 400px;
    flex-direction: column;
    flex: 1 1 calc(100% - 480px);
    display: flex;
}.M-license-cta .T-head-expert {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}.M-license-cta .F-top-sitebar {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
    position: relative;
}.M-license-cta .F-top-sitebar h5 {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.5rem 1.5rem;
    margin: 0 0 1.5rem;
    font-size: 19px;
    position: relative;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    font-weight: 600;
    color: #ffffff;
}.M-license-cta .F-top-sitebar .T-head-expert {
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    padding: 1.5rem;
    gap: 0.8rem;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.15);
}.M-license-cta .F-top-sitebar .T-head-expert a {
    padding: 0.6rem 1rem;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    text-decoration: none;
    display: block;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}.M-license-cta .F-top-sitebar .T-head-expert a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}.M-license-cta .F-top-sitebar .T-head-expert a::before {
    width: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    height: 100%;
    content: "";
    transition: all 0.3s ease;
    opacity: 0;
}.M-license-cta .F-top-sitebar .T-head-expert a:hover::before {
    opacity: 0.7;
}.u-ssl-info {
    margin-top: 3rem;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    padding: 2rem 0;
}.u-ssl-info .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.u-ssl-info .s-qna-board {
    color: #ffffff;
    position: relative;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    font-size: 16px;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.7rem 2rem;
    text-align: center;
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.M-license-cta .container {
    gap: 2rem;
}.M-license-cta .company_holder {
    flex: 1 1 380px;
}.M-license-cta .c-terms-legal {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}

@media (max-width: 992px) {.M-license-cta {
    padding: 3.5rem 0 2rem;
}.M-license-cta .container {
    flex-direction: column;
    gap: 2.5rem;
}.M-license-cta .company_holder,
    .M-license-cta .c-terms-legal {
    flex: 1 1 100%;
    min-width: 100%;
}.M-license-cta .F-top-sitebar {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.M-license-cta {
    padding: 3rem 0 1.5rem;
}.M-license-cta .company_holder {
    padding: 2rem;
}.M-license-cta .company_holder h3 {
    font-size: calc(34px - 2px);
}.M-license-cta .T-head-expert {
    gap: 1.5rem;
}.u-ssl-info {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.M-license-cta {
    padding: 2.5rem 0 1rem;
}.M-license-cta .F-top-sitebar {
    min-width: 100%;
    flex: 1 1 100%;
}.M-license-cta .T-head-expert {
    gap: 1rem;
}.u-ssl-info {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
}.M-license-cta::before {
    height: 5px;
}
}

@media (max-width: 420px) {.M-license-cta .company_holder {
    padding: 1.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
}.M-license-cta .company_holder h3 {
    padding: 0.4rem 1rem;
}.M-license-cta .F-top-sitebar h5 {
    padding: 0.4rem 1rem;
}.M-license-cta .F-top-sitebar .T-head-expert {
    padding: 1rem;
}.M-license-cta .F-top-sitebar .T-head-expert a:hover {
    transform: translateX(3px);
}.u-ssl-info .s-qna-board {
    width: 90%;
    padding: 0.6rem 1.5rem;
}}header {
    overflow: visible;
    z-index: 99;
    background: rgb(233,226,232);
    width: 100%;
    position: relative;
}header::before {
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(206,183,202,0.5) 0%, transparent 50%, rgb(206,183,202,0.5) 100%);
    position: absolute;
    content: "";
    height: 100%;
    opacity: 0.15;
    z-index: -1;
    left: 0;
}header .O-top-sitewrap {
    display: grid;
    grid-template-rows: auto auto;
    gap: 15px;
    grid-template-columns: 1fr;
    padding: 20px;
    position: relative;
}header .O-top-sitewrap::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(206,183,202,0.5), transparent);
    left: 0;
    width: 100%;
    content: "";
    height: 1px;
    top: 50%;
}header .O-top-sitewrap .g-main-pro {
    justify-self: center;
    z-index: 10;
    position: relative;
    padding: 5px 20px 15px;
}header .O-top-sitewrap .g-main-pro::before,
header .O-top-sitewrap .g-main-pro::after {
    height: 90%;
    position: absolute;
    content: "";
    border-radius: 26px;
    width: 90%;
}header .O-top-sitewrap .g-main-pro::before {
    border-left: 2px solid rgb(206,183,202);
    transform: scale(0);
    transform-origin: top left;
    top: -5px;
    border-top: 2px solid rgb(206,183,202);
    left: -5px;
    transition: transform 0.3s ease;
}header .O-top-sitewrap .g-main-pro::after {
    border-right: 2px solid rgb(183,130,174);
    transform-origin: bottom right;
    bottom: -5px;
    transform: scale(0);
    right: -5px;
    transition: transform 0.3s ease;
    border-bottom: 2px solid rgb(183,130,174);
}header .O-top-sitewrap .g-main-pro:hover::before,
header .O-top-sitewrap .g-main-pro:hover::after {
    transform: scale(1);
}header .O-top-sitewrap .g-main-pro .I-header-know {
    transition: transform 0.3s ease;
    display: block;
}header .O-top-sitewrap .g-main-pro .I-header-know svg {
    width: auto;
    height: 60px;
}header .O-top-sitewrap .F-top-sitebar {
    flex-wrap: wrap;
    position: relative;
    background: linear-gradient(180deg, transparent, rgb(183,130,174) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 20px 0 10px;
}header .O-top-sitewrap .F-top-sitebar::before,
header .O-top-sitewrap .F-top-sitebar::after {
    position: absolute;
    width: 2px;
    height: 70%;
    content: "";
    top: 15%;
    background: rgb(206,183,202,0.5);
}header .O-top-sitewrap .F-top-sitebar::before {
    left: 0;
}header .O-top-sitewrap .F-top-sitebar::after {
    right: 0;
}header .O-top-sitewrap .F-top-sitebar .z-head-tutor {
    padding: 0 15px;
    position: relative;
    margin: 0;
    transition: transform 0.3s ease;
}header .O-top-sitewrap .F-top-sitebar .z-head-tutor:not(:last-child)::after {
    height: 60%;
    right: 0;
    position: absolute;
    content: "";
    width: 1px;
    top: 20%;
    background: rgb(183,130,174,0.5);
}header .O-top-sitewrap .F-top-sitebar .z-head-tutor:hover {
    transform: translateY(-3px);
}header .O-top-sitewrap .F-top-sitebar .z-head-tutor a {
    font-family: Arial, sans-serif;
    padding: 10px 5px;
    position: relative;
    text-decoration: none;
    text-align: center;
    color: #000000;
    transition: color 0.3s ease;
    display: block;
    font-size: 13px;
    font-weight: 600;
}header .O-top-sitewrap .F-top-sitebar .z-head-tutor a:hover {
    color: rgb(206,183,202);
}header .O-top-sitewrap .F-top-sitebar .z-head-tutor a::before {
    bottom: 5px;
    width: 100%;
    left: 0;
    height: 2px;
    content: "";
    position: absolute;
    background: rgb(183,130,174);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}header .O-top-sitewrap .F-top-sitebar .z-head-tutor a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .O-top-sitewrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 15px 30px;
}header .O-top-sitewrap .F-top-sitebar {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .O-top-sitewrap {
    gap: 10px;
    grid-template-rows: auto auto;
    padding: 15px;
}header .O-top-sitewrap .g-main-pro {
    padding: 5px 10px;
}header .O-top-sitewrap .g-main-pro .I-header-know svg {
    height: 45px;
}header .O-top-sitewrap .F-top-sitebar {
    padding: 15px 0 10px;
}header .O-top-sitewrap .F-top-sitebar .z-head-tutor {
    padding: 0 10px;
}header .O-top-sitewrap .F-top-sitebar .z-head-tutor a {
    padding: 8px 3px;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header .O-top-sitewrap .F-top-sitebar {
    justify-content: center;
    flex-wrap: wrap;
}header .O-top-sitewrap .F-top-sitebar .z-head-tutor {
    margin: 3px 0;
}header .O-top-sitewrap .F-top-sitebar .z-head-tutor:not(:last-child)::after {
    display: none;
}}.d-meet-us {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}.d-meet-us::before {
    background: radial-gradient(circle at 10% 10%, rgb(206,183,202,0.5) 0%, transparent 50%);
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    left: 0;
    z-index: 1;
}.d-meet-us::after {
    bottom: 0;
    width: 100%;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: radial-gradient(circle at 90% 90%, rgb(183,130,174,0.5) 0%, transparent 50%);
    content: "";
    right: 0;
}.d-meet-us .container {
    z-index: 5;
    position: relative;
}.d-meet-us h2 {
    position: relative;
    font-weight: 700;
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
    display: inline-block;
    font-size: 42px;
    width: 100%;
}.d-meet-us h2::after {
    content: "";
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(to right, rgb(206,183,202), rgb(183,130,174));
    bottom: -15px;
    height: 4px;
    border-radius: 10px;
    width: 100px;
    left: 50%;
}.d-meet-us .L-study-learn {
    flex-direction: column;
    gap: 50px;
    position: relative;
    align-items: center;
    display: flex;
}.d-meet-us .r-expert-sessions {
    position: relative;
    align-items: flex-start;
    max-width: 800px;
    padding: 0;
    display: flex;
    width: 100%;
    gap: 40px;
}.d-meet-us .r-expert-sessions:first-child {
    flex-direction: row;
}.d-meet-us .r-expert-sessions:last-child {
    flex-direction: row-reverse;
}.d-meet-us .r-expert-sessions h3 {
    font-weight: 700;
    min-width: 200px;
    font-size: 23px;
    border-radius: 19px;
    margin: 0;
    padding: 20px;
    position: relative;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 2;
    transition: all 0.3s ease;
}.d-meet-us .r-expert-sessions:first-child h3 {
    background: rgb(206,183,202);
}.d-meet-us .r-expert-sessions:last-child h3 {
    background: rgb(183,130,174);
}.d-meet-us .r-expert-sessions h3::after {
    top: 50%;
    width: 20px;
    height: 20px;
    z-index: -1;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    background: inherit;
}.d-meet-us .r-expert-sessions:first-child h3::after {
    right: -10px;
}.d-meet-us .r-expert-sessions:last-child h3::after {
    left: -10px;
}.d-meet-us .r-expert-sessions p {
    z-index: 1;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 19px;
    flex: 1;
    padding: 30px;
    font-size: 18px;
    color: #000000;
    line-height: 1.8;
    position: relative;
    background: #ffffff;
}.d-meet-us .r-expert-sessions:hover h3 {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.d-meet-us .r-expert-sessions:hover p {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.d-meet-us .L-study-learn::before {
    width: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0.3;
    background: linear-gradient(to bottom, rgb(206,183,202,0.5), rgb(183,130,174,0.5));
    z-index: 0;
    height: 100%;
    content: "";
}

@media screen and (max-width: 992px) {.d-meet-us {
    padding: 80px 0;
}.d-meet-us h2 {
    margin-bottom: 50px;
    font-size: calc(42px * 0.9);
}.d-meet-us .L-study-learn {
    gap: 40px;
}
}

@media screen and (max-width: 768px) {.d-meet-us {
    padding: 60px 0;
}.d-meet-us h2 {
    font-size: calc(42px * 0.8);
    margin-bottom: 40px;
}.d-meet-us h2::after {
    height: 3px;
    width: 80px;
}.d-meet-us .r-expert-sessions {
    gap: 20px;
    align-items: center;
    flex-direction: column !important;
}.d-meet-us .r-expert-sessions h3 {
    min-width: 0;
    width: 100%;
    max-width: 100%;
}.d-meet-us .r-expert-sessions h3::after {
    display: none;
}.d-meet-us .r-expert-sessions p {
    width: 100%;
    padding: 25px;
}.d-meet-us .L-study-learn::before {
    display: none;
}
}

@media screen and (max-width: 576px) {.d-meet-us {
    padding: 50px 0;
}.d-meet-us h2 {
    font-size: calc(42px * 0.7);
    margin-bottom: 30px;
}.d-meet-us h2::after {
    height: 3px;
    width: 60px;
    bottom: -10px;
}.d-meet-us .L-study-learn {
    gap: 30px;
}.d-meet-us .r-expert-sessions h3 {
    padding: 15px;
    font-size: calc(23px * 0.9);
}.d-meet-us .r-expert-sessions p {
    padding: 20px;
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}}.F-cookie-message-popup {
    border-top: 1px solid rgb(206,183,202);
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    animation: fadeInUp 0.5s ease-out;
    z-index: 1000;
    background-color: rgb(233,226,232);
}.F-cookie-message-popup .H-cookie-data {
    flex-shrink: 0;
    margin-right: 20px;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    transform-origin: center;
}.F-cookie-message-popup .H-cookie-data svg {
    width: 60px;
    height: 60px;
    fill: rgb(206,183,202);
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.F-cookie-message-popup .c-track-manage {
    flex-grow: 1;
}.F-cookie-message-popup .c-track-manage h5 {
    margin-bottom: 6px;
    font-size: 20px;
    color: rgb(206,183,202);
}.F-cookie-message-popup .c-track-manage p {
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}.F-cookie-message-popup .E-edu-consent {
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    color: #ffffff;
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 10px 20px;
    margin-right: 15px;
    margin-top: 20px;
    background-color: rgb(206,183,202);
    font-size: 14px;
}.F-cookie-message-popup .E-edu-consent:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}.F-cookie-message-popup .E-edu-consent:active {
    transform: translateY(1px);
    box-shadow: none;
}
@media (max-width: 768px) {.F-cookie-message-popup .H-cookie-data {
    margin-bottom: 15px;
    margin-right: 0;
}.F-cookie-message-popup .E-edu-consent {
    margin-left: 0;
    text-align: center;
    width: 48%;
}}
#u-cookieConsentDialog {
    display: none;
}#u-cookieConsentDialog:checked ~ .F-cookie-message-popup {
    visibility: hidden;
    opacity: 0;
}.e-training-method {
    padding: 8rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,226,232) 0%, rgba(245, 245, 248, 0.9) 100%);
    overflow: hidden;
}.e-training-method::before {
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(206,183,202,0.5), 0.03) 0px,
        rgba(rgb(206,183,202,0.5), 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    z-index: 1;
    width: 100%;
    left: 0;
}.e-training-method::after {
    position: absolute;
    background: linear-gradient(135deg, rgb(206,183,202) 0%, rgb(183,130,174) 100%);
    clip-path: polygon(0 0, 100% 15%, 85% 100%, 0 85%);
    width: 70%;
    height: 200%;
    opacity: 0.04;
    right: -30%;
    top: -50%;
    z-index: 0;
    transform: rotate(-15deg);
    content: "";
}.e-training-method .q-fast-learning {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    transform: translateZ(0);
    position: relative;
}.e-training-method h2 {
    margin-bottom: 3rem;
    color: #000000;
    opacity: 0;
    animation: fadeSlideUp 0.8s ease-out forwards;
    font-weight: 700;
    transform: translateY(0);
    position: relative;
    font-size: 34px;
}.e-training-method h2::after {
    transform-origin: left;
    bottom: -15px;
    animation: expandWidth 1s ease-out 0.4s forwards;
    content: "";
    height: 4px;
    transform: scaleX(0);
    position: absolute;
    background: linear-gradient(90deg, rgb(206,183,202) 0%, rgb(183,130,174) 100%);
    left: 0;
    width: 80px;
}.e-training-method .W-note-frame {
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 3rem;
    transform: translateY(20px);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    position: relative;
    opacity: 0;
}.e-training-method .W-note-frame::before {
    z-index: -1;
    content: "";
    height: 100%;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgba(rgb(206,183,202,0.5), 0.02) 0%, rgba(rgb(183,130,174,0.5), 0.04) 100%);
    position: absolute;
    width: 100%;
    left: 0;
}.e-training-method .W-note-frame:hover {
    transform: translateY(10px) translateZ(0);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.e-training-method .W-note-frame:hover::before {
    opacity: 1;
}.e-training-method p {
    line-height: 1.8;
    color: #000000;
    font-size: 12px;
    margin: 0;
    z-index: 2;
    position: relative;
}.e-training-method .W-note-frame::after {
    position: absolute;
    top: 0;
    transition: height 0.5s ease;
    content: "";
    width: 4px;
    height: 0;
    background: linear-gradient(180deg, rgb(206,183,202) 0%, rgb(183,130,174) 100%);
    left: 0;
}.e-training-method .W-note-frame:hover::after {
    height: 100%;
}

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

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

@media (max-width: 991px) {.e-training-method {
    padding: 6rem 0;
}.e-training-method h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2rem;
}.e-training-method .W-note-frame {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.e-training-method {
    padding: 5rem 0;
}.e-training-method::after {
    top: -30%;
    width: 100%;
    right: -50%;
}.e-training-method h2 {
    margin-bottom: 1.5rem;
    font-size: calc(34px * 0.8);
}.e-training-method h2::after {
    height: 3px;
    width: 60px;
}.e-training-method .W-note-frame {
    padding: 2rem;
}.e-training-method p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.e-training-method {
    padding: 4rem 0;
}.e-training-method .q-fast-learning {
    padding: 0 1.5rem;
}.e-training-method h2 {
    font-size: calc(34px * 0.7);
}.e-training-method .W-note-frame {
    padding: 1.5rem;
}.e-training-method p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}}.h-confidential-refuge {
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    padding: 60px;
}.h-confidential-refuge h1 {
    grid-column: span 2;
    font-size: 40px;
    color: rgb(206,183,202);
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    z-index: 2;
}.h-confidential-refuge h2 {
    border-left: 5px solid rgb(206,183,202);
    z-index: 2;
    position: relative;
    margin: 20px 0;
    padding-left: 10px;
    color: rgb(183,130,174);
    font-weight: 600;
    font-size: 36px;
}.h-confidential-refuge ul,
.h-confidential-refuge ol {
    margin: 20px 0;
    padding: 0 0 0 20px;
    z-index: 2;
    position: relative;
}.h-confidential-refuge ul {
    list-style-type: disc;
}.h-confidential-refuge ol {
    list-style-type: decimal;
}.h-confidential-refuge li {
    font-size: 13px;
    color: #000000;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px dashed rgb(183,130,174,0.5);
}.h-confidential-refuge p {
    font-size: 13px;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    line-height: 1.6;
    z-index: 2;
}.h-confidential-refuge > div {
    background-color: rgb(233,226,232);
    border: 1px solid rgb(206,183,202,0.5);
    border-radius: 10px;
    z-index: 2;
    position: relative;
    padding: 30px;
}.h-confidential-refuge span {
    color: rgb(183,130,174);
    padding: 5px;
    position: relative;
    background: rgb(206,183,202,0.5);
    border-radius: 10px;
    z-index: 2;
    font-weight: 600;
}.h-confidential-refuge::before,
.h-confidential-refuge::after {
    position: absolute;
    background: rgb(206,183,202,0.5);
    border-radius: 50%;
    display: block;
    content: "";
    z-index: 1;
}.h-confidential-refuge::before {
    height: 200px;
    left: -100px;
    width: 200px;
    top: -100px;
}.h-confidential-refuge::after {
    height: 300px;
    width: 300px;
    right: -150px;
    bottom: -150px;
}

@media only screen and (max-width: 800px) {.h-confidential-refuge {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px;
}.h-confidential-refuge h1 {
    grid-column: span 1;
    font-size: calc(18px * 0.8);
}.h-confidential-refuge h2 {
    font-size: calc(18px * 0.8);
}.h-confidential-refuge ul,
    .h-confidential-refuge ol {
    padding-left: 15px;
}.h-confidential-refuge > div {
    padding: 20px;
}.h-confidential-refuge::before {
    top: -50px;
    left: -50px;
    height: 100px;
    width: 100px;
}.h-confidential-refuge::after {
    height: 150px;
    bottom: -75px;
    right: -75px;
    width: 150px;
}}.I-join-our-mailing-list {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #ffffff 0%, rgb(233,226,232) 100%);
    position: relative;
    transform: perspective(1000px) rotateX(5deg);
    overflow: hidden;
    transform-origin: center bottom;
}.I-join-our-mailing-list::before {
    z-index: 0;
    position: absolute;
    animation: gridMove 30s linear infinite;
    height: 200%;
    content: "";
    width: 200%;
    top: -50%;
    left: -50%;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.03;
}.I-join-our-mailing-list::after {
    position: absolute;
    background: rgb(206,183,202,0.5);
    transform: translate(30%, 30%) rotate(30deg) skewX(-30deg) scale(1, 0.866);
    content: "";
    z-index: 0;
    height: 50%;
    width: 50%;
    opacity: 0.05;
    bottom: 0;
    right: 0;
}.I-join-our-mailing-list .container {
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.I-join-our-mailing-list .q-fast-learning {
    display: grid;
    position: relative;
    transform-style: preserve-3d;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.I-join-our-mailing-list .q-fast-learning::before {
    opacity: 0.1;
    top: 20%;
    position: absolute;
    content: "";
    background: rgb(183,130,174);
    width: 50%;
    height: 100%;
    filter: blur(20px);
    transform: skewY(30deg) rotate(10deg) translateZ(-50px);
    left: -10%;
}.I-join-our-mailing-list .q-fast-learning::after {
    right: 10%;
    filter: blur(15px);
    transform: skewY(-20deg) rotate(-10deg) translateZ(-30px);
    position: absolute;
    top: -20%;
    width: 40%;
    opacity: 0.1;
    content: "";
    height: 40%;
    background: rgb(206,183,202);
}.I-join-our-mailing-list p {
    color: #000000;
    transform-style: preserve-3d;
    margin: 0;
    font-size: 34px;
    transform: translateZ(20px);
    line-height: 1.3;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.I-join-our-mailing-list p::before {
    left: -30px;
    position: absolute;
    transform: translateZ(-10px) rotate(45deg);
    z-index: -1;
    height: 80px;
    top: -30px;
    width: 80px;
    background: rgb(206,183,202);
    opacity: 0.1;
    content: "";
}.I-join-our-mailing-list p::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(206,183,202) 0%, transparent 100%);
    bottom: -15px;
    height: 2px;
    width: 60%;
    left: 0;
}.I-join-our-mailing-list .input_holder {
    transform-style: preserve-3d;
    gap: 0;
    flex-direction: column;
    position: relative;
    transform: translateZ(40px) translateX(20px) rotate(-2deg);
    display: flex;
}.I-join-our-mailing-list .input_holder::before {
    top: 10px;
    width: 100%;
    background: #000000;
    transform: translateZ(-10px);
    position: absolute;
    content: "";
    left: -10px;
    z-index: -1;
    height: 100%;
    opacity: 0.03;
}.I-join-our-mailing-list .z-news-block {
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #ffffff;
    transition: all 0.3s ease;
    border-bottom: none;
    transform: translateZ(10px);
    font-family: Arial, sans-serif;
    padding: 1.5rem;
    position: relative;
    font-size: 16px;
    outline: none;
    color: #000000;
}.I-join-our-mailing-list .z-news-block:focus {
    box-shadow: 0 0 0 2px rgb(206,183,202,0.5);
    border-color: rgb(206,183,202);
}.I-join-our-mailing-list .s-support-panel {
    font-weight: 600;
    font-size: 18px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 1.5rem;
    transform: translateZ(20px);
    background: #000000;
    color: #ffffff;
}.I-join-our-mailing-list .s-support-panel::before {
    position: absolute;
    z-index: -1;
    transition: transform 0.3s ease;
    top: 0;
    height: 100%;
    content: "";
    background: rgb(206,183,202);
    left: 0;
    width: 100%;
    transform: translateY(100%);
}.I-join-our-mailing-list .s-support-panel:hover {
    color: #ffffff;
}.I-join-our-mailing-list .s-support-panel:hover::before {
    transform: translateY(0);
}.I-join-our-mailing-list .input_holder:hover {
    transform: translateZ(40px) translateX(20px) rotate(0deg);
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (max-width: 992px) {.I-join-our-mailing-list {
    padding: 5rem 1.5rem;
    transform: perspective(1000px) rotateX(3deg);
}.I-join-our-mailing-list .q-fast-learning {
    grid-template-columns: 1fr;
    gap: 3rem;
}.I-join-our-mailing-list .input_holder {
    transform: translateZ(30px) translateX(0) rotate(-2deg);
}.I-join-our-mailing-list .input_holder:hover {
    transform: translateZ(30px) translateX(0) rotate(0deg);
}.I-join-our-mailing-list p::before {
    height: 60px;
    top: -20px;
    width: 60px;
    left: -20px;
}
}

@media (max-width: 768px) {.I-join-our-mailing-list {
    transform: perspective(1000px) rotateX(2deg);
    padding: 4rem 1.5rem;
}.I-join-our-mailing-list p {
    font-size: calc(34px * 0.8);
}.I-join-our-mailing-list .input_holder {
    transform: translateZ(20px) translateX(0) rotate(-1deg);
}.I-join-our-mailing-list .input_holder:hover {
    transform: translateZ(20px) translateX(0) rotate(0deg);
}
}

@media (max-width: 576px) {.I-join-our-mailing-list {
    margin: 4rem 0;
    padding: 3rem 1rem;
    transform: none;
}.I-join-our-mailing-list p {
    transform: none;
    font-size: 20px;
}.I-join-our-mailing-list .input_holder {
    transform: none;
}.I-join-our-mailing-list .input_holder:hover {
    transform: none;
}.I-join-our-mailing-list .z-news-block,
    .I-join-our-mailing-list .s-support-panel {
    transform: none;
    padding: 1.2rem 1rem;
}.I-join-our-mailing-list p::before,
    .I-join-our-mailing-list .q-fast-learning::before,
    .I-join-our-mailing-list .q-fast-learning::after {
    display: none;
}}.H-learning-profits {
    position: relative;
    background: linear-gradient(135deg, rgb(233,226,232) 0%, rgba(rgb(206,183,202,0.5), 0.05) 100%);
    margin: 40px 0;
    padding: 80px 0;
    overflow: hidden;
}.H-learning-profits::before {
    z-index: 0;
    width: 100%;
    opacity: 0.08;
    left: 0;
    content: '';
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(206,183,202,0.5) 0%, transparent 70%),
        radial-gradient(circle at 90% 80%, rgb(183,130,174,0.5) 0%, transparent 70%);
    position: absolute;
}.H-learning-profits::after {
    content: '';
    background: linear-gradient(45deg, transparent 45%, rgb(206,183,202,0.5) 100%);
    right: -50%;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    transform: rotate(45deg);
    top: -50%;
    position: absolute;
}.H-learning-profits .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    gap: 40px;
    max-width: 1200px;
    z-index: 1;
    display: flex;
    flex-direction: column;
}.H-learning-profits .W-image-shadow {
    max-height: 400px;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15);
    width: 100%;
    transform: perspective(1000px) rotateY(-2deg);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.H-learning-profits .W-image-shadow:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.H-learning-profits .q-fast-learning {
    position: relative;
    background: #ffffff;
    padding: 30px;
    transform: translateY(-20px);
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.H-learning-profits .q-fast-learning::before {
    content: '';
    background: linear-gradient(to bottom, rgb(206,183,202), rgb(183,130,174));
    height: 100%;
    width: 5px;
    position: absolute;
    top: 0;
    left: 0;
}.H-learning-profits .W-note-frame {
    position: relative;
}.H-learning-profits h1 {
    font-size: 28px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
}.H-learning-profits h1::after {
    animation: expand 0.8s ease-out forwards;
    content: '';
    left: 0;
    background: rgb(206,183,202);
    bottom: -10px;
    width: 80px;
    transform-origin: left;
    height: 3px;
    position: absolute;
}.H-learning-profits ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    gap: 20px;
}.H-learning-profits li {
    transform: translateX(0);
    padding: 10px 0;
    transition: transform 0.3s ease;
    position: relative;
}.H-learning-profits li:hover {
    transform: translateX(5px);
}.H-learning-profits li p {
    line-height: 1.6;
    color: #000000;
    gap: 15px;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    margin: 0;
}.H-learning-profits li svg {
    transform: scale(1);
    width: 24px;
    transition: transform 0.3s ease;
    height: 24px;
    flex-shrink: 0;
    margin-top: 3px;
}.H-learning-profits li:hover svg {
    transform: scale(1.15);
}.H-learning-profits svg path {
    fill: rgb(206,183,202);
    transition: fill 0.3s ease;
}.H-learning-profits li:hover svg path {
    fill: rgb(183,130,174);
}

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

@media (min-width: 768px) {.H-learning-profits .container {
    align-items: center;
    flex-direction: row;
}.H-learning-profits .W-image-shadow {
    width: 45%;
    transform: perspective(1000px) rotateY(-5deg);
    max-height: 500px;
}.H-learning-profits .q-fast-learning {
    transform: translateY(0);
    margin-left: -50px;
    width: 55%;
    z-index: 2;
}.H-learning-profits h1 {
    font-size: 43px;
}
}

@media (min-width: 992px) {.H-learning-profits {
    padding: 120px 0;
}.H-learning-profits .W-image-shadow {
    transform: perspective(1200px) rotateY(-8deg);
}.H-learning-profits .q-fast-learning {
    margin-left: -80px;
    padding: 40px 50px;
}.H-learning-profits ul {
    grid-template-columns: repeat(2, 1fr);
}.H-learning-profits h1::after {
    width: 100px;
}
    
    @keyframes expand {
        0% { width: 0; }
        100% { width: 100px; }
    }
}

@media (max-width: 767px) {.H-learning-profits {
    padding: 60px 0;
}.H-learning-profits .q-fast-learning {
    padding: 25px 20px;
}.H-learning-profits h1 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.9);
}.H-learning-profits ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.H-learning-profits li p {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.H-learning-profits {
    padding: 40px 0;
}.H-learning-profits .W-image-shadow {
    max-height: 300px;
}.H-learning-profits .q-fast-learning {
    padding: 20px 15px;
}.H-learning-profits h1 {
    font-size: calc(28px * 0.85);
    margin-bottom: 20px;
}.H-learning-profits li svg {
    width: 20px;
    height: 20px;
}}.a-appDiv {
    position: relative;
    background: linear-gradient(135deg, rgb(233,226,232) 0%, rgba(255,255,255,0.95) 100%);
    padding: 120px 0;
    overflow: hidden;
}.a-appDiv::before {
    z-index: 0;
    background-image: radial-gradient(circle at 20% 30%, rgb(206,183,202,0.5) 0%, transparent 40%),
                      radial-gradient(circle at 80% 70%, rgb(183,130,174,0.5) 0%, transparent 40%);
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.07;
    width: 100%;
}.a-appDiv::after {
    opacity: 0.1;
    height: 300px;
    right: -5%;
    position: absolute;
    background: linear-gradient(225deg, rgb(206,183,202,0.5) 0%, transparent 70%);
    top: -10%;
    width: 300px;
    z-index: 0;
    transform: rotate(15deg);
    content: "";
    filter: blur(80px);
}.a-appDiv .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.a-appDiv .q-fast-learning {
    transform-style: preserve-3d;
    box-shadow: 0 20px 40px rgba(0,0,0,0.04), 
                0 5px 15px rgba(0,0,0,0.03),
                0 0 0 1px rgba(0,0,0,0.02);
    padding: 60px 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    position: relative;
    gap: 40px;
    perspective: 1000px;
    grid-template-columns: 1fr;
    display: grid;
}.a-appDiv .q-fast-learning::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(206,183,202), rgb(183,130,174));
    width: 3px;
    animation: borderGrow 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: absolute;
    height: 0%;
    animation-delay: 0.5s;
    content: "";
    top: 0;
}.a-appDiv .q-fast-learning::after {
    width: 80px;
    position: absolute;
    transform: rotate(5deg);
    opacity: 0.1;
    height: 80px;
    right: -10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    background: linear-gradient(135deg, rgb(206,183,202) 0%, rgb(183,130,174) 100%);
    z-index: -1;
    top: -10px;
    content: "";
}.a-appDiv .q-fast-learning > div:first-child {
    transform: translateZ(20px);
    position: relative;
    padding-left: 20px;
    transition: transform 0.5s ease;
}.a-appDiv .q-fast-learning > div:first-child::before {
    content: "";
    background: rgb(206,183,202);
    width: 8px;
    height: 8px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    left: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}.a-appDiv .q-fast-learning > div:last-child {
    transform: translateZ(10px);
    transition: transform 0.5s ease;
    position: relative;
}.a-appDiv h5 {
    margin-bottom: 10px;
    font-size: 24px;
    position: relative;
    opacity: 0;
    animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    color: #000000;
    display: inline-block;
    line-height: 1.4;
    font-weight: 700;
    transform: translateY(20px);
}.a-appDiv h5::after {
    transform-origin: left;
    width: 60px;
    background: linear-gradient(to right, rgb(206,183,202), transparent);
    transform: scaleX(0);
    content: "";
    position: absolute;
    animation: lineGrow 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    height: 2px;
    left: 0;
    bottom: -8px;
    animation-delay: 0.8s;
}.a-appDiv a {
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.a-appDiv a:hover {
    transform: translateY(-5px);
}.a-appDiv p {
    transition: border-left 0.3s ease, background 0.3s ease;
    border-left: 1px solid rgba(rgb(206,183,202,0.5), 0.2);
    line-height: 1.8;
    background: rgba(245, 245, 250, 0.7);
    animation-delay: 0.3s;
    transform: translateY(20px);
    color: #000000;
    padding: 25px 30px;
    font-size: 17px;
    margin: 0;
    animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    position: relative;
    opacity: 0;
}.a-appDiv a:hover p {
    background: rgba(245, 245, 250, 0.9);
    border-left: 3px solid rgb(206,183,202);
}.a-appDiv p::before {
    top: 10px;
    font-family: serif;
    opacity: 0.2;
    color: rgb(206,183,202,0.5);
    line-height: 1;
    content: "";
    font-size: 60px;
    left: 10px;
    position: absolute;
}.a-appDiv p::after {
    position: absolute;
    font-family: serif;
    opacity: 0.2;
    content: "";
    right: 10px;
    font-size: 60px;
    bottom: -20px;
    line-height: 1;
    color: rgb(183,130,174,0.5);
}

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

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

@keyframes borderGrow {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}

@media (min-width: 768px) {.a-appDiv {
    padding: 150px 0;
}.a-appDiv .q-fast-learning {
    padding: 80px 60px;
    grid-template-columns: 1fr 1fr;
}.a-appDiv .q-fast-learning > div:first-child {
    display: flex;
    align-items: center;
}.a-appDiv h5 {
    font-size: calc(24px * 1.2);
    margin-bottom: 0;
}.a-appDiv p {
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 992px) {.a-appDiv .q-fast-learning {
    padding: 100px 80px;
    gap: 60px;
}.a-appDiv .q-fast-learning:hover {
    transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 30px 60px rgba(0,0,0,0.07), 
                    0 12px 25px rgba(0,0,0,0.05),
                    0 0 0 1px rgba(0,0,0,0.02);
}.a-appDiv .q-fast-learning:hover > div:first-child {
    transform: translateZ(35px);
}.a-appDiv .q-fast-learning:hover > div:last-child {
    transform: translateZ(25px);
}.a-appDiv h5 {
    font-size: calc(24px * 1.3);
}.a-appDiv p {
    font-size: calc(17px * 1.1);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.a-appDiv {
    padding: 80px 0;
}.a-appDiv .q-fast-learning {
    padding: 40px 30px;
}.a-appDiv h5 {
    font-size: calc(24px * 0.9);
}.a-appDiv p {
    padding: 20px 25px;
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.a-appDiv {
    padding: 60px 0;
}.a-appDiv .q-fast-learning {
    padding: 30px 20px;
}.a-appDiv h5 {
    font-size: calc(24px * 0.85);
}.a-appDiv p {
    font-size: calc(17px * 0.9);
    padding: 15px 20px;
}}.E-price-plan {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.E-price-plan::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    content: "";
    bottom: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    right: 0;
    left: 0;
}.E-price-plan .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.E-price-plan .O-fee-schemes {
    perspective: 1000px;
}.E-price-plan h2 {
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    margin-bottom: 25px;
    position: relative;
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    transform: translateZ(50px);
}.E-price-plan h2::after {
    content: "";
    transform: translateX(-50%);
    box-shadow: 0 0 15px rgb(206,183,202,0.5);
    left: 50%;
    bottom: -10px;
    background: rgb(206,183,202);
    width: 80px;
    height: 3px;
    position: absolute;
}.E-price-plan .e-edu-rates {
    text-align: center;
    font-size: 12px;
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
    margin: 0 auto 60px;
    max-width: 800px;
}.E-price-plan .P-payment-pricing {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    gap: 30px;
    padding: 0;
}.E-price-plan .o-basic-cost {
    will-change: transform;
    display: block;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-style: preserve-3d;
    text-decoration: none;
    height: 100%;
}.E-price-plan .N-skill-pricing {
    height: 100%;
    backdrop-filter: blur(10px);
    padding: 8px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.3),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}.E-price-plan .N-skill-pricing::before {
    background-size: 200% 200%;
    transition: opacity 0.4s ease;
    animation: shimmer 3s infinite linear;
    position: absolute;
    content: "";
    opacity: 0;
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 55%, transparent 60%);
    bottom: -5px;
    left: -5px;
    top: -5px;
    right: -5px;
    z-index: -1;
}.E-price-plan .H-rate-choice {
    border: 1px solid rgba(255,255,255,0.05);
    flex-direction: column;
    border-radius: 4px;
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    padding: 35px 25px;
    display: flex;
}.E-price-plan .H-rate-choice h4 {
    font-size: 20px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 20px;
}.E-price-plan .H-rate-choice h4::after {
    height: 2px;
    position: absolute;
    bottom: 0;
    background: rgb(206,183,202);
    width: 40px;
    transition: width 0.3s ease;
    left: 0;
    content: "";
}.E-price-plan .H-rate-choice p {
    font-size: calc(12px - 2px);
    margin-bottom: 25px;
    flex-grow: 1;
    line-height: 1.6;
    opacity: 0.8;
    color: #ffffff;
}.E-price-plan .o-tuition-table {
    overflow: hidden;
    position: relative;
    padding: 12px 25px;
    background: linear-gradient(135deg, rgb(206,183,202) 0%, rgb(183,130,174) 100%);
    border-radius: 30px;
    font-weight: 700;
    align-self: flex-start;
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    display: inline-block;
    font-size: calc(20px + 4px);
    color: #ffffff;
}.E-price-plan .o-tuition-table::before {
    position: absolute;
    left: -100%;
    content: "";
    width: 100%;
    transition: 0.5s;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
}.E-price-plan .o-basic-cost:hover {
    transform: translateY(-10px) rotateX(5deg);
}.E-price-plan .o-basic-cost:hover .N-skill-pricing {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.4),
        -20px -20px 40px rgba(255, 255, 255, 0.03),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}.E-price-plan .o-basic-cost:hover .N-skill-pricing::before {
    opacity: 1;
}.E-price-plan .o-basic-cost:hover .H-rate-choice h4::after {
    width: 80px;
}.E-price-plan .o-basic-cost:hover .o-tuition-table::before {
    left: 100%;
}.E-price-plan .o-basic-cost:hover .H-rate-choice {
    transform: translateZ(20px);
    border-color: rgba(255,255,255,0.1);
}

@keyframes shimmer {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}

@media (max-width: 1200px) {.E-price-plan {
    padding: 100px 0;
}.E-price-plan .P-payment-pricing {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.E-price-plan .H-rate-choice {
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.E-price-plan {
    padding: 80px 0;
}.E-price-plan h2 {
    font-size: calc(30px - 4px);
}.E-price-plan .e-edu-rates {
    margin-bottom: 40px;
}.E-price-plan .P-payment-pricing {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.E-price-plan .H-rate-choice h4 {
    font-size: calc(20px - 1px);
}.E-price-plan .o-tuition-table {
    font-size: calc(20px + 2px);
    padding: 10px 20px;
}
}

@media (max-width: 480px) {.E-price-plan {
    padding: 60px 0;
}.E-price-plan h2 {
    font-size: calc(30px - 6px);
}.E-price-plan .e-edu-rates {
    font-size: calc(12px - 1px);
    margin-bottom: 30px;
}.E-price-plan .H-rate-choice {
    padding: 25px 15px;
}.E-price-plan .H-rate-choice p {
    margin-bottom: 20px;
    font-size: calc(12px - 3px);
}.E-price-plan .o-tuition-table {
    font-size: calc(20px + 0px);
    padding: 8px 15px;
}
}

@media (hover: none) {.E-price-plan .o-basic-cost:hover {
    transform: none;
}.E-price-plan .N-skill-pricing {
    box-shadow: 
            5px 5px 15px rgba(0, 0, 0, 0.2),
            -5px -5px 15px rgba(255, 255, 255, 0.02);
}.E-price-plan .o-basic-cost:active {
    transform: scale(0.98);
}
}