* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.container {
    margin: auto;
    width: 1270px;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-capsule-95108 {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}.head-main-07495 {
    flex: 1 0 auto;
}.story-spot-25043 {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.thanksField-75241 {
    position: relative;
    background: linear-gradient(135deg, rgb(199,163,199,0.5) 0%, rgb(213,199,214) 50%, rgb(138,106,169,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
}.thanksField-75241::before {
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(199,163,199,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(138,106,169,0.5) 0%, transparent 50%);
    pointer-events: none;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    content: "";
    width: 100%;
    opacity: 0.6;
}.thanksField-75241::after {
    position: absolute;
    height: 50%;
    filter: blur(80px);
    transform: rotate(-15deg);
    top: -10%;
    right: -10%;
    content: "";
    width: 50%;
    background: rgb(199,163,199,0.5);
    z-index: 0;
    animation: float 15s ease-in-out infinite alternate;
}.thanksField-75241 .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 2;
    position: relative;
}.thanksField-75241 .skill-learn-92364 {
    gap: 2.5rem;
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    display: flex;
    clip-path: polygon(
        0 5%, 
        5% 0, 
        95% 0, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0 95%
    );
    position: relative;
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    padding: 3.5rem;
}.thanksField-75241 .skill-learn-92364:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 
                0 15px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.25) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thanksField-75241 .skill-learn-92364 > div:first-child {
    padding-bottom: 1.5rem;
    animation-fill-mode: both;
    position: relative;
    transform: translateY(-20px);
    border-bottom: 2px solid rgb(199,163,199,0.5);
    animation: slideDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
}.thanksField-75241 .skill-learn-92364 > div:first-child::after {
    bottom: -2px;
    background: rgb(199,163,199);
    position: absolute;
    animation: expandWidth 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
    width: 35%;
    height: 2px;
    left: 0;
    content: "";
}.thanksField-75241 h5 {
    position: relative;
    line-height: 1.4;
    margin: 0;
    font-weight: 700;
    display: inline-block;
    font-size: 18px;
    color: #000000;
}.thanksField-75241 h5::before {
    background: rgb(199,163,199);
    top: 50%;
    content: "";
    left: -1.5rem;
    opacity: 0;
    animation: fadeIn 0.5s ease 1.2s forwards;
    position: absolute;
    width: 0.5rem;
    transform: translateY(-50%);
    height: 80%;
}.thanksField-75241 .skill-learn-92364 > div:last-child {
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    animation-fill-mode: both;
    opacity: 0;
    transform: translateY(20px);
}.thanksField-75241 a {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    background: linear-gradient(to right, 
                rgba(#ffffff, 0.4) 0%, 
                rgba(#ffffff, 0.8) 50%, 
                rgba(#ffffff, 0.4) 100%);
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
    display: block;
    padding: 1rem 1.5rem;
    border-radius: 10px;
}.thanksField-75241 a::before {
    top: 0;
    width: 100%;
    left: -100%;
    height: 100%;
    content: "";
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.7s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
}.thanksField-75241 a:hover::before {
    left: 100%;
}.thanksField-75241 a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.thanksField-75241 p {
    position: relative;
    z-index: 1;
    line-height: 1.8;
    font-size: 13px;
    color: #000000;
    margin: 0;
}

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

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 35%;
    }
}

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

@media (max-width: 992px) {.thanksField-75241 {
    padding: 5rem 0;
}.thanksField-75241 .skill-learn-92364 {
    padding: 2.5rem;
    gap: 2rem;
}.thanksField-75241 h5 {
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 768px) {.thanksField-75241 {
    padding: 4rem 0;
}.thanksField-75241 .skill-learn-92364 {
    gap: 1.8rem;
    clip-path: polygon(
            0 3%, 
            3% 0, 
            97% 0, 
            100% 3%, 
            100% 97%, 
            97% 100%, 
            3% 100%, 
            0 97%
        );
    padding: 2rem;
}.thanksField-75241 h5 {
    font-size: calc(18px * 0.85);
}.thanksField-75241 p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.thanksField-75241 {
    padding: 3rem 0;
}.thanksField-75241 .skill-learn-92364 {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
    gap: 1.5rem;
}.thanksField-75241 h5 {
    font-size: calc(18px * 0.8);
}.thanksField-75241 h5::before {
    left: -1rem;
    width: 0.3rem;
}.thanksField-75241 a {
    padding: 0.8rem 1rem;
}.thanksField-75241 p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}.connect-form-34579 {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(213,199,214);
}.connect-form-34579::before {
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    opacity: 0.07;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(199,163,199,0.5) 0,
        rgb(199,163,199,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    width: 100%;
}.connect-form-34579::after {
    content: "";
    left: 0;
    background-image: 
        linear-gradient(rgb(138,106,169,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(138,106,169,0.5) 1px, transparent 1px);
    z-index: 1;
    top: 0;
    height: 100%;
    opacity: 0.07;
    position: absolute;
    width: 100%;
    background-size: 30px 30px;
}.connect-form-34579 .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
}.connect-form-34579 h2 {
    display: inline-block;
    font-weight: 700;
    font-size: 38px;
    position: relative;
    margin-bottom: 20px;
    transform: translateX(-50%);
    left: 50%;
    text-align: center;
    color: #000000;
    padding-bottom: 20px;
}.connect-form-34579 h2::before {
    height: 4px;
    content: "";
    position: absolute;
    width: 80px;
    bottom: 0;
    background: rgb(199,163,199);
    left: calc(50% - 40px);
}.connect-form-34579 h2::after {
    bottom: 0;
    left: calc(50% - 15px);
    width: 30px;
    height: 4px;
    background: rgb(138,106,169);
    position: absolute;
    content: "";
}.connect-form-34579 .query-card-80146 {
    background: #ffffff;
    border-radius: 0;
    position: relative;
    display: flex;
    margin-top: 50px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}.connect-form-34579 .img-preview-28769 {
    min-height: 550px;
    flex: 0 0 45%;
    position: relative;
}.connect-form-34579 .img-preview-28769::before {
    background: linear-gradient(
        135deg, 
        rgba(rgb(199,163,199), 0.4), 
        rgba(rgb(138,106,169), 0.4)
    );
    position: absolute;
    content: "";
    inset: 0;
    z-index: 1;
}.connect-form-34579 .contact-message-45273 {
    padding: 60px;
    justify-content: center;
    position: relative;
    flex-direction: column;
    flex: 0 0 55%;
    display: flex;
}.connect-form-34579 .contact-message-45273::before {
    content: "";
    width: 150px;
    right: -75px;
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    height: 150px;
    top: -75px;
    border: 30px solid rgb(199,163,199,0.5);
}.connect-form-34579 .contact-message-45273::after {
    border-radius: 0;
    bottom: -50px;
    content: "";
    position: absolute;
    z-index: 0;
    left: -50px;
    background: rgb(138,106,169,0.5);
    width: 100px;
    height: 100px;
    transform: rotate(45deg);
}.connect-form-34579 form {
    z-index: 2;
    position: relative;
}.connect-form-34579 form h3 {
    display: inline-block;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
    color: #000000;
    font-size: 20px;
}.connect-form-34579 form h3::after {
    background: rgb(199,163,199);
    bottom: -15px;
    content: "";
    width: 50%;
    position: absolute;
    left: 0;
    height: 2px;
}.connect-form-34579 form input[type="text"] {
    border-bottom: 2px solid rgb(213,199,214);
    padding: 20px 25px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 13px;
    border: none;
    background: transparent;
    width: 100%;
}.connect-form-34579 form input[type="text"]:focus {
    border-bottom-color: rgb(199,163,199);
    outline: none;
}.connect-form-34579 form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.connect-form-34579 form input[type="text"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}.connect-form-34579 .support-block-26178 {
    margin-bottom: 40px;
    position: relative;
}.connect-form-34579 .support-block-26178 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect-form-34579 .support-block-26178 label {
    font-size: 12px;
    padding-left: 35px;
    line-height: 1.5;
    color: #000000;
    position: relative;
    cursor: pointer;
}.connect-form-34579 .support-block-26178 label::before {
    content: "";
    left: 0;
    position: absolute;
    border: 2px solid rgb(213,199,214);
    background: transparent;
    width: 22px;
    top: 0;
    height: 22px;
    transition: all 0.3s ease;
}.connect-form-34579 .support-block-26178 input[type="checkbox"]:checked + label::before {
    border-color: rgb(199,163,199);
    background: rgb(199,163,199);
}.connect-form-34579 .support-block-26178 input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    height: 12px;
    width: 6px;
    transform: rotate(45deg);
    border: solid #ffffff;
    position: absolute;
    content: "";
    left: 8px;
    top: 4px;
}.connect-form-34579 .support-block-26178 label a {
    color: rgb(199,163,199);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
}.connect-form-34579 .support-block-26178 label a::after {
    position: absolute;
    transform: scaleX(1);
    background: rgb(199,163,199);
    bottom: -1px;
    transform-origin: left;
    width: 100%;
    transition: transform 0.3s ease;
    content: "";
    left: 0;
    height: 1px;
}.connect-form-34579 .support-block-26178 label a:hover {
    color: rgb(138,106,169);
}.connect-form-34579 .support-block-26178 label a:hover::after {
    transform: scaleX(0);
    background: rgb(138,106,169);
}.connect-form-34579 .inquiry-list-61238 {
    color: #ffffff;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    z-index: 1;
    font-weight: 600;
    background: rgb(199,163,199);
    display: inline-block;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
    padding: 18px 40px;
    cursor: pointer;
    position: relative;
    width: auto;
    font-size: 18px;
}.connect-form-34579 .inquiry-list-61238::before {
    z-index: -1;
    background: rgb(138,106,169);
    left: -10px;
    height: 100%;
    top: 0;
    transform: skewX(-25deg);
    content: "";
    width: 0;
    position: absolute;
    transition: width 0.5s ease;
}.connect-form-34579 .inquiry-list-61238:hover::before {
    width: 150%;
}.connect-form-34579 svg {
    transition: all 0.3s ease;
    fill: none;
    height: 24px;
    stroke: rgb(199,163,199);
    width: 24px;
    stroke-width: 2;
}.connect-form-34579 svg path {
    transition: all 0.3s ease;
    fill: none;
    stroke: rgb(199,163,199);
}.connect-form-34579 svg:hover,
.connect-form-34579 svg:hover path {
    stroke: rgb(138,106,169);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.connect-form-34579 {
    padding: 80px 0;
}.connect-form-34579 .img-preview-28769 {
    min-height: 500px;
}.connect-form-34579 .contact-message-45273 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.connect-form-34579 {
    padding: 60px 0;
}.connect-form-34579 .query-card-80146 {
    flex-direction: column;
}.connect-form-34579 .img-preview-28769 {
    min-height: 300px;
    width: 100%;
}.connect-form-34579 .contact-message-45273 {
    width: 100%;
    padding: 40px 30px;
}.connect-form-34579 form h3 {
    margin-bottom: 30px;
}.connect-form-34579 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.connect-form-34579 .support-block-26178 {
    margin-bottom: 30px;
}.connect-form-34579 .inquiry-list-61238 {
    padding: 15px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.connect-form-34579 {
    padding: 50px 0;
}.connect-form-34579 h2 {
    font-size: calc(38px * 0.85);
}.connect-form-34579 .query-card-80146 {
    margin-top: 30px;
}.connect-form-34579 .img-preview-28769 {
    min-height: 200px;
}.connect-form-34579 .contact-message-45273 {
    padding: 30px 20px;
}.connect-form-34579 form h3 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.9);
}.connect-form-34579 form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.connect-form-34579 .support-block-26178 {
    margin-bottom: 25px;
}.connect-form-34579 .support-block-26178 label {
    font-size: calc(12px * 0.9);
}.connect-form-34579 .inquiry-list-61238 {
    padding: 12px 25px;
}}.client-testimonials-59184 {
    background: linear-gradient(135deg, 
        rgb(213,199,214) 0%, 
        rgb(138,106,169,0.5) 50%, 
        rgb(213,199,214) 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.client-testimonials-59184::before {
    z-index: 0;
    height: 100%;
    top: 0;
    position: absolute;
    content: '';
    background: radial-gradient(ellipse at top right, 
        rgb(138,106,169,0.5) 0%, 
        transparent 70%);
    width: 100%;
    left: 0;
}.client-testimonials-59184::after {
    height: 35%;
    z-index: 0;
    bottom: -5%;
    content: '';
    border-radius: 50%;
    right: -5%;
    position: absolute;
    width: 35%;
    background: radial-gradient(circle, 
        rgb(199,163,199,0.5) 0%, 
        transparent 70%);
}.client-testimonials-59184 h2.container {
    position: relative;
    color: #000000;
    margin-bottom: 4rem;
    text-align: center;
    z-index: 2;
    transform: perspective(1000px) translateZ(10px);
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.05em;
}.client-testimonials-59184 h2.container::after {
    left: 50%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(199,163,199), 
        transparent);
    bottom: -15px;
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    height: 3px;
    content: '';
}.client-testimonials-59184 .container.skill-learn-92364 {
    margin: 0 auto;
    position: relative;
    max-width: 95%;
    z-index: 2;
}.client-testimonials-59184 .learning-voices-62789 {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    perspective: 1000px;
}.client-testimonials-59184 .review-testimonials-72491 {
    padding: 2rem;
    position: relative;
    z-index: 1;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    transform: translateY(0);
}.client-testimonials-59184 .review-testimonials-72491::before {
    height: 100%;
    z-index: -1;
    width: 5px;
    content: '';
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(199,163,199), rgb(138,106,169));
    left: 0;
}.client-testimonials-59184 .review-testimonials-72491::after {
    right: 20px;
    font-size: 8rem;
    font-family: Arial, sans-serif;
    top: -20px;
    opacity: 0.15;
    color: rgb(138,106,169,0.5);
    z-index: -1;
    position: absolute;
    content: '"';
}.client-testimonials-59184 .review-testimonials-72491:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.client-testimonials-59184 .review-testimonials-72491 h3 {
    display: inline-block;
    color: #000000;
    font-size: calc(22px + 0.1rem);
    position: relative;
    margin-bottom: 1rem;
    font-weight: 600;
}.client-testimonials-59184 .review-testimonials-72491 h3::after {
    bottom: -5px;
    background: rgb(199,163,199);
    position: absolute;
    height: 2px;
    width: 0;
    left: 0;
    transition: width 0.3s ease;
    content: '';
}.client-testimonials-59184 .review-testimonials-72491:hover h3::after {
    width: 100%;
}.client-testimonials-59184 .review-testimonials-72491 .description {
    color: #000000;
    line-height: 1.6;
    position: relative;
    font-size: 13px;
    z-index: 1;
    margin-bottom: 1.5rem;
}.client-testimonials-59184 .review-testimonials-72491 div {
    align-self: flex-end;
    border: 3px solid #ffffff;
    margin-top: auto;
    overflow: hidden;
    transform: translateZ(5px);
    transition: transform 0.4s ease;
    width: 80px;
    height: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}.client-testimonials-59184 .review-testimonials-72491:hover div {
    transform: scale(1.05) translateZ(10px);
}.client-testimonials-59184 .review-testimonials-72491 div img {
    transition: transform 0.5s ease;
    width: 100%;
    object-fit: cover;
    height: 100%;
}.client-testimonials-59184 .review-testimonials-72491:hover div img {
    transform: scale(1.1);
}.client-testimonials-59184 .review-testimonials-72491:nth-child(odd) {
    animation-delay: calc(0.1s * var(--i, 0));
    animation: fadeInLeft 0.8s both;
}.client-testimonials-59184 .review-testimonials-72491:nth-child(even) {
    animation-delay: calc(0.1s * var(--i, 0));
    animation: fadeInRight 0.8s both;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes orbit {
    0% {
        transform: rotate(0deg) translateX(5px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(5px) rotate(-360deg);
    }
}

@media (max-width: 991px) {.client-testimonials-59184 {
    padding: 4rem 0;
}.client-testimonials-59184 h2.container {
    font-size: calc(32px - 0.15rem);
    margin-bottom: 3rem;
}.client-testimonials-59184 .learning-voices-62789 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}.client-testimonials-59184 .review-testimonials-72491 {
    padding: 1.75rem;
}
}

@media (max-width: 768px) {.client-testimonials-59184 {
    padding: 3.5rem 0;
}.client-testimonials-59184 h2.container {
    margin-bottom: 2.5rem;
    font-size: calc(32px - 0.25rem);
}.client-testimonials-59184 .learning-voices-62789 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.75rem;
}.client-testimonials-59184 .review-testimonials-72491 {
    padding: 1.5rem;
}.client-testimonials-59184 .review-testimonials-72491 div {
    height: 70px;
    width: 70px;
}
}

@media (max-width: 576px) {.client-testimonials-59184 {
    padding: 3rem 0;
}.client-testimonials-59184 h2.container {
    font-size: calc(32px - 0.35rem);
    margin-bottom: 2rem;
}.client-testimonials-59184 .learning-voices-62789 {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.client-testimonials-59184 .review-testimonials-72491 {
    padding: 1.25rem;
}.client-testimonials-59184 .review-testimonials-72491 h3 {
    font-size: 22px;
}.client-testimonials-59184 .review-testimonials-72491 div {
    width: 60px;
    height: 60px;
}}.take-a-spin-83159 {
    position: relative;
    background: linear-gradient(135deg, rgb(138,106,169) 0%, rgb(199,163,199) 100%);
    transform: perspective(1000px) rotateX(2deg);
    overflow: hidden;
    margin: 6rem 0;
    padding: 5rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.take-a-spin-83159::before {
    left: -50%;
    position: absolute;
    animation: pulse 15s infinite alternate ease-in-out;
    pointer-events: none;
    opacity: 0.1;
    height: 200%;
    content: "";
    width: 200%;
    top: -50%;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 5%, transparent 60%);
}.take-a-spin-83159::after {
    height: 30%;
    z-index: 1;
    width: 100%;
    position: absolute;
    content: "";
    transform-origin: bottom right;
    transform: skewY(-3deg);
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(138,106,169,0.5));
    opacity: 0.2;
}.take-a-spin-83159 .container {
    gap: 2.5rem;
    flex-direction: column;
    align-items: center;
    display: flex;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.take-a-spin-83159 h6 {
    color: #ffffff;
    line-height: 1.4;
    letter-spacing: 0.03em;
    font-family: Arial, sans-serif;
    font-size: clamp(1.25rem, 3vw, 2rem);
    transform: translateY(-5px);
    animation: floatText 5s infinite alternate ease-in-out;
    text-align: center;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    max-width: 800px;
}.take-a-spin-83159 div:not(.container) {
    justify-content: center;
    margin-top: 1rem;
    display: flex;
    position: relative;
}.take-a-spin-83159 span {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    display: inline-block;
    transform: perspective(800px) rotateX(2deg);
}.take-a-spin-83159 span:hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}.take-a-spin-83159 .inquiry-list-61238 {
    font-size: 20px;
    justify-content: center;
    background: #ffffff;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 1rem 2.5rem;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-flex;
    text-decoration: none;
    overflow: hidden;
    letter-spacing: 1px;
    position: relative;
    color: rgb(199,163,199);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 15px rgb(199,163,199,0.5);
    font-weight: 700;
}.take-a-spin-83159 .inquiry-list-61238::before {
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 80%);
    width: 100%;
    z-index: 1;
    content: "";
}.take-a-spin-83159 .inquiry-list-61238::after {
    z-index: 0;
    height: 200%;
    left: -50%;
    background: radial-gradient(circle, rgb(138,106,169,0.5) 0%, transparent 70%);
    width: 200%;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    position: absolute;
    top: -50%;
    opacity: 0;
    transform: scale(0.5);
    content: "";
}.take-a-spin-83159 .inquiry-list-61238:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 8px 25px rgb(199,163,199,0.5);
    transform: translateY(-2px);
    color: #000000;
}.take-a-spin-83159 .inquiry-list-61238:hover::after {
    opacity: 0.5;
    transform: scale(1);
}.take-a-spin-83159 .inquiry-list-61238 span {
    transform: none;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 2;
}.take-a-spin-83159 .inquiry-list-61238:hover span {
    transform: scale(1.05);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.1) rotate(5deg);
    }
}

@keyframes floatText {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@media (max-width: 992px) {.take-a-spin-83159 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 4rem 1.5rem;
    margin: 4rem 0;
}.take-a-spin-83159 .container {
    gap: 2rem;
}.take-a-spin-83159 h6 {
    font-size: calc(22px * 1.1);
}.take-a-spin-83159 .inquiry-list-61238 {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 768px) {.take-a-spin-83159 {
    padding: 3.5rem 1.25rem;
    margin: 3rem 0;
    transform: none;
}.take-a-spin-83159 .container {
    gap: 1.75rem;
}.take-a-spin-83159 h6 {
    font-size: 22px;
    line-height: 1.5;
}.take-a-spin-83159 .inquiry-list-61238 {
    padding: 0.85rem 2rem;
    font-size: calc(20px * 0.95);
}
    
    @keyframes floatText {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-5px);
        }
    }
}

@media (max-width: 576px) {.take-a-spin-83159 {
    margin: 2.5rem 0;
    padding: 3rem 1rem;
}.take-a-spin-83159 .container {
    gap: 1.5rem;
}.take-a-spin-83159 h6 {
    letter-spacing: 0.02em;
    font-size: calc(22px * 0.95);
}.take-a-spin-83159 .inquiry-list-61238 {
    font-size: calc(20px * 0.9);
    padding: 0.8rem 1.8rem;
}}.statistical-details-59071 {
    background: linear-gradient(135deg, rgb(213,199,214) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
}.statistical-details-59071::before {
    z-index: 0;
    left: 0;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(199,163,199,0.5) 0%, transparent 60%);
    content: "";
    top: 0;
    width: 100%;
}.statistical-details-59071::after {
    background: linear-gradient(225deg, rgb(138,106,169) 0%, transparent 70%);
    opacity: 0.4;
    height: 200px;
    content: "";
    right: -20px;
    width: 200px;
    position: absolute;
    z-index: 0;
    bottom: -20px;
    filter: blur(40px);
}.statistical-details-59071 h3 {
    text-align: center;
    font-size: clamp(1.8rem, 5vw, 28px);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    margin-bottom: 3rem;
    letter-spacing: 0.05em;
    z-index: 2;
    font-weight: 700;
    transform: translateY(0);
    color: #000000;
    position: relative;
}.statistical-details-59071 h3::after {
    position: absolute;
    left: 50%;
    border-radius: 10px;
    bottom: -12px;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(199,163,199) 0%, rgb(138,106,169) 100%);
    transform: translateX(-50%);
    height: 4px;
}.statistical-details-59071 .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.statistical-details-59071 ul {
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    padding: 0;
    display: grid;
}.statistical-details-59071 .study-elevation-96538 {
    justify-content: space-between;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    height: 100%;
    padding: 1.8rem;
    overflow: hidden;
    border-radius: 29px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05),
              -5px -5px 20px rgba(255, 255, 255, 0.8);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
              box-shadow 0.4s ease;
    display: flex;
    position: relative;
    backdrop-filter: blur(10px);
    flex-direction: column;
    transform: translateZ(0);
}.statistical-details-59071 .study-elevation-96538::before {
    height: 6px;
    opacity: 0.8;
    left: -2px;
    top: -2px;
    transition: opacity 0.3s ease;
    background: linear-gradient(90deg, rgb(199,163,199), rgb(138,106,169));
    content: "";
    position: absolute;
    right: -2px;
}.statistical-details-59071 .study-elevation-96538:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.08),
              -8px -8px 25px rgba(255, 255, 255, 0.9);
}.statistical-details-59071 .study-elevation-96538:hover::before {
    opacity: 1;
}.statistical-details-59071 .study-elevation-96538 span {
    transition: transform 0.3s ease;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: calc(16px * 1.1);
    display: block;
    letter-spacing: 0.02em;
    color: #000000;
    position: relative;
}.statistical-details-59071 .study-elevation-96538:hover span {
    transform: translateX(5px);
}.statistical-details-59071 .study-elevation-96538 p {
    margin: 0;
    font-weight: 700;
    display: flex;
    line-height: 1;
    align-items: center;
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: rgb(199,163,199);
    position: relative;
}.statistical-details-59071 .study-elevation-96538 p::after {
    border-radius: 50%;
    width: 40px;
    margin-left: 10px;
    height: 40px;
    display: block;
    opacity: 0.8;
    transition: transform 0.4s ease;
    background: linear-gradient(135deg, rgb(138,106,169,0.5) 0%, transparent 70%);
    content: "";
}.statistical-details-59071 .study-elevation-96538:hover p::after {
    transform: scale(1.2);
}

@media (max-width: 768px) {.statistical-details-59071 {
    padding: 4rem 1.5rem;
}.statistical-details-59071 ul {
    grid-template-columns: 1fr;
    gap: 1.2rem;
}.statistical-details-59071 .study-elevation-96538 {
    padding: 1.5rem;
}.statistical-details-59071 h3 {
    margin-bottom: 2rem;
}.statistical-details-59071 .study-elevation-96538 p {
    font-size: 2.2rem;
}.statistical-details-59071 .study-elevation-96538 p::after {
    width: 30px;
    height: 30px;
}
}

@media (min-width: 769px) and (max-width: 1024px) {.statistical-details-59071 ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1025px) {.statistical-details-59071 ul {
    grid-template-columns: repeat(3, 1fr);
}.statistical-details-59071 .study-elevation-96538 {
    transform: translateZ(0) scale(1);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.5s ease;
}.statistical-details-59071 .study-elevation-96538:hover {
    transform: translateY(-8px) scale(1.03);
}
}

@media (prefers-reduced-motion: reduce) {.statistical-details-59071 .study-elevation-96538,
  .statistical-details-59071 .study-elevation-96538:hover,
  .statistical-details-59071 h3,
  .statistical-details-59071 .study-elevation-96538 span,
  .statistical-details-59071 .study-elevation-96538 p::after {
    transform: none;
    transition: none;
}}header {
    background: rgb(199,163,199,0.5);
    left: 0;
    -webkit-backdrop-filter: blur(20px);
    position: fixed;
    top: 0;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    z-index: 1000;
}header:before {
    animation: shimmer 8s infinite linear;
    content: '';
    top: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    position: absolute;
    height: 100%;
    width: 100%;
    pointer-events: none;
    left: 0;
}header:after {
    filter: blur(1px);
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(138,106,169) 0%,
        rgb(199,163,199) 50%,
        rgb(138,106,169) 100%
    );
    left: 0;
    bottom: 0;
    height: 3px;
    opacity: 0.8;
    content: '';
    position: absolute;
}header .head-page-86741 {
    position: relative;
    overflow: hidden;
}header .head-page-86741:before {
    width: 100%;
    mix-blend-mode: overlay;
    height: 100%;
    pointer-events: none;
    background: 
        radial-gradient(circle at 10% 20%, rgb(199,163,199,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(138,106,169,0.5) 0%, transparent 40%);
    left: 0;
    position: absolute;
    opacity: 0.15;
    top: 0;
    content: '';
}header .container {
    margin: 0 auto;
    padding: 16px 25px;
    position: relative;
    max-width: 1200px;
}header .container:before {
    position: absolute;
    height: 1px;
    content: '';
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    bottom: -1px;
    left: 0;
    opacity: 0.5;
}header .top-lesson-62584 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}header .nav-header-19208 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 35px;
}header .nav-header-19208:before {
    content: '';
    height: 35px;
    opacity: 0;
    transition: all 0.4s ease;
    left: 0;
    width: 100%;
    top: 50%;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transform: translateY(-50%) scaleX(0.8);
    position: absolute;
}header .nav-header-19208:hover:before {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
}header .header-lesson-02748 {
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 5px 0;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    font-weight: 400;
}header .header-lesson-02748:before {
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    bottom: 0;
    height: 1px;
    content: '';
    left: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    transform: scaleX(0);
    width: 100%;
}header .header-lesson-02748:after {
    content: '';
    height: 100%;
    top: 0;
    transform: scaleY(0);
    background: linear-gradient(
        180deg,
        transparent,
        rgb(199,163,199,0.5),
        transparent
    );
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease;
}header .header-lesson-02748:hover {
    text-shadow: 0 0 5px #ffffff;
    color: #ffffff;
}header .header-lesson-02748:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}header .header-lesson-02748:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}header .page-nav-21967 {
    transition: all 0.4s ease;
    display: flex;
    padding: 5px;
    text-decoration: none;
    align-items: center;
    position: relative;
}header .page-nav-21967:before {
    width: calc(100% + 20px);
    transition: opacity 0.5s ease;
    content: '';
    height: calc(100% + 20px);
    z-index: -1;
    background: radial-gradient(
        circle,
        rgb(199,163,199,0.5) 0%,
        transparent 70%
    );
    position: absolute;
    opacity: 0;
    left: -10px;
    top: -10px;
}header .page-nav-21967:after {
    content: '';
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(199,163,199),
        transparent
    ) 1;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}header .page-nav-21967:hover:before {
    opacity: 0.15;
    animation: pulse 2s infinite;
}header .page-nav-21967:hover:after {
    opacity: 0.7;
}header .page-nav-21967 svg {
    width: auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 3px rgb(199,163,199,0.5));
    height: 45px;
}header .page-nav-21967:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(199,163,199));
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .nav-header-19208 {
    gap: 20px;
}header .page-nav-21967 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .nav-header-19208 {
    padding: 80px 30px 30px;
    flex-direction: column;
    background: linear-gradient(
            135deg,
            rgb(199,163,199) 0%,
            rgb(199,163,199,0.5) 100%
        );
    backdrop-filter: blur(15px);
    z-index: 1001;
    max-width: 320px;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100vh;
    gap: 20px;
    right: -100%;
    width: 80%;
    -webkit-backdrop-filter: blur(15px);
    position: fixed;
    background: rgb(199,163,199);
    top: 0;
}header .nav-header-19208:before {
    display: none;
}header .menu.active {
    right: 0;
}header .header-lesson-02748 {
    padding: 12px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}header .header-lesson-02748:last-child {
    border-bottom: none;
}header .page-nav-21967 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .page-nav-21967 svg {
    height: 35px;
}}.program-structure-26953 {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(213,199,214) 0%, rgba(249, 249, 249, 0.95) 100%);
    overflow: hidden;
}.program-structure-26953::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 15px,
        rgba(var(--primary-color-rgb, 0, 110, 255), 0.02) 15px,
        rgba(var(--primary-color-rgb, 0, 110, 255), 0.02) 30px
    );
    left: 0;
}.program-structure-26953 .container {
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.program-structure-26953 .next-skill-18653 {
    transform: perspective(1000px) rotateX(0deg);
    display: grid;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-columns: 1fr;
    gap: 2.5rem;
}.program-structure-26953 .next-skill-18653:hover {
    transform: perspective(1000px) rotateX(1deg);
}.program-structure-26953 .img-preview-28769 {
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    transform: translateZ(20px);
    height: 300px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
}.program-structure-26953 .img-preview-28769::after {
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(var(--primary-color-rgb, 0, 110, 255), 0.3) 100%
    );
    position: absolute;
    content: '';
    z-index: 1;
    inset: 0;
}.program-structure-26953 .img-preview-28769:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateZ(30px);
}.program-structure-26953 .text-info-box-45670 {
    transform: translateZ(10px);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    border-left: 4px solid rgb(199,163,199);
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.95) 100%
    );
    padding: 2.5rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
    position: relative;
}.program-structure-26953 .text-info-box-45670::before {
    left: 30px;
    content: '';
    position: absolute;
    z-index: -1;
    top: -15px;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    background-color: rgb(199,163,199);
}.program-structure-26953 .text-info-box-45670:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(15px);
}.program-structure-26953 h3 {
    position: relative;
    font-size: 20px;
    color: #000000;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0);
}.program-structure-26953 h3::after {
    bottom: 0;
    background: linear-gradient(
        to right,
        rgb(199,163,199) 0%,
        rgb(138,106,169) 100%
    );
    content: '';
    width: 50px;
    transition: width 0.4s ease;
    height: 3px;
    left: 0;
    position: absolute;
}.program-structure-26953 .text-info-box-45670:hover h3 {
    transform: translateY(-5px);
}.program-structure-26953 .text-info-box-45670:hover h3::after {
    width: 100px;
}.program-structure-26953 .description {
    line-height: 1.75;
    color: #000000;
    opacity: 0;
    margin-bottom: 1.5rem;
    font-size: 12px;
    animation: fadeInUp 0.8s forwards 0.2s;
    transform: translateY(20px);
}.program-structure-26953 span.description {
    display: none;
}

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

@media (min-width: 768px) {.program-structure-26953 {
    padding: 7rem 0;
}.program-structure-26953 .next-skill-18653 {
    align-items: center;
    gap: 3.5rem;
    grid-template-columns: 40% 1fr;
}.program-structure-26953 .img-preview-28769 {
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    height: 450px;
}.program-structure-26953 h3 {
    font-size: calc(20px * 1.2);
}.program-structure-26953 .description {
    column-gap: 2.5rem;
    column-count: 2;
}
}

@media (min-width: 992px) {.program-structure-26953 {
    padding: 8rem 0;
}.program-structure-26953 .next-skill-18653 {
    grid-template-columns: 45% 1fr;
    gap: 4rem;
}.program-structure-26953 .img-preview-28769 {
    height: 550px;
}.program-structure-26953 .text-info-box-45670 {
    padding: 3.5rem;
}.program-structure-26953 h3 {
    font-size: calc(20px * 1.4);
    margin-bottom: 2rem;
}
}

@media (max-width: 767px) {.program-structure-26953 .container {
    padding: 0 15px;
}.program-structure-26953 .img-preview-28769 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}.program-structure-26953 .text-info-box-45670 {
    padding: 1.5rem;
}.program-structure-26953 h3 {
    font-size: calc(20px * 0.9);
}.program-structure-26953 .description {
    font-size: calc(12px * 0.95);
}}.opening-board-87649 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(213,199,214) 0%, rgba(94,170,168,0.1) 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
}.opening-board-87649::before {
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    background: radial-gradient(circle at 30% 70%, rgba(94,170,168,0.1) 0%, transparent 70%);
    pointer-events: none;
    width: 100%;
    position: absolute;
}.opening-board-87649::after {
    background: linear-gradient(225deg, rgb(199,163,199) 0%, rgb(138,106,169) 100%);
    opacity: 0.1;
    height: 300px;
    position: absolute;
    bottom: -5%;
    z-index: 0;
    filter: blur(60px);
    width: 300px;
    border-radius: 50% 30% 70% 40%;
    right: -5%;
    animation: float 15s infinite alternate ease-in-out;
    content: "";
}.opening-board-87649 .skill-learn-92364 {
    width: 100%;
    padding: 2rem;
    display: grid;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 1200px;
}.opening-board-87649 .text-info-box-45670 {
    animation: fadeUp 0.8s forwards ease-out 0.2s;
    position: relative;
    padding: 2rem;
    z-index: 2;
    opacity: 0;
    transform: translateY(20px);
}.opening-board-87649 h1 {
    font-weight: 700;
    transform: translateY(0);
    line-height: 1.2;
    font-size: 40px;
    position: relative;
    transition: transform 0.3s ease;
    color: #000000;
    margin-bottom: 1.5rem;
}.opening-board-87649 h1::after {
    bottom: -0.5rem;
    left: 0;
    transform: scaleX(0);
    content: "";
    animation: lineGrow 1s forwards ease-out 0.8s;
    width: 80px;
    transform-origin: left;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(199,163,199), rgb(138,106,169));
}.opening-board-87649 .edu-hero-20836 {
    transform: translateY(20px);
    display: flex;
    position: relative;
    animation: fadeUp 0.8s forwards ease-out 0.4s;
    align-items: flex-start;
    margin-bottom: 2rem;
    flex-direction: column;
    opacity: 0;
}.opening-board-87649 .edu-hero-20836 p {
    margin-top: 1.5rem;
    color: #000000;
    font-size: calc(14px * 1.1);
    position: relative;
    max-width: 90%;
    line-height: 1.6;
}.opening-board-87649 svg {
    height: 80px;
    margin-bottom: 1rem;
    width: 80px;
    transform: translateY(0) rotate(0);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.opening-board-87649 .text-info-box-45670:hover svg {
    transform: translateY(-5px) rotate(5deg);
}.opening-board-87649 svg path {
    fill: rgb(138,106,169);
    transition: fill 0.3s ease;
}.opening-board-87649 svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.opening-board-87649 svg:hover path {
    fill: rgb(199,163,199);
}.opening-board-87649 svg:hover text {
    fill: rgb(199,163,199);
}.opening-board-87649 ul {
    list-style: none;
    transform: translateY(20px);
    margin: 2rem 0 0 0;
    animation: fadeUp 0.8s forwards ease-out 0.6s;
    padding: 0;
    opacity: 0;
}.opening-board-87649 .inquiry-list-61238 {
    border-radius: 10px;
    z-index: 1;
    font-weight: 600;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, rgb(199,163,199) 0%, rgb(138,106,169) 100%);
    display: inline-block;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(94,170,168,0.2);
    overflow: hidden;
}.opening-board-87649 .inquiry-list-61238::before {
    opacity: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(138,106,169) 0%, rgb(199,163,199) 100%);
    z-index: -1;
    content: "";
    top: 0;
    position: absolute;
}.opening-board-87649 .inquiry-list-61238:hover {
    box-shadow: 0 8px 20px rgba(94,170,168,0.3);
    transform: translateY(-3px);
}.opening-board-87649 .inquiry-list-61238:hover::before {
    opacity: 1;
}.opening-board-87649 .inquiry-list-61238:active {
    box-shadow: 0 4px 8px rgba(94,170,168,0.2);
    transform: translateY(0);
}.opening-board-87649 .img-preview-28769 {
    border-radius: 10px 70px 10px 50px;
    overflow: hidden;
    opacity: 0;
    animation: fadeRotate 1s forwards ease-out 0.8s;
    transform: translateY(20px) rotate(0deg);
    display: none;
    height: 100%;
    min-height: 300px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    position: relative;
}.opening-board-87649 .img-preview-28769::before {
    transition: opacity 0.5s ease;
    content: "";
    width: 100%;
    z-index: 1;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    background: linear-gradient(135deg, rgba(94,170,168,0.7) 0%, rgba(94,170,168,0) 100%);
    top: 0;
    left: 0;
}.opening-board-87649 .img-preview-28769:hover::before {
    opacity: 0.3;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeRotate {
    to {
        opacity: 1;
        transform: translateY(0) rotate(2deg);
    }
}

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

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

@media (min-width: 768px) {.opening-board-87649 .skill-learn-92364 {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 3rem;
}.opening-board-87649 .text-info-box-45670 {
    padding: 0 2rem 0 0;
}.opening-board-87649 h1 {
    font-size: calc(40px * 1.2);
}.opening-board-87649 .img-preview-28769 {
    display: block;
}.opening-board-87649 .edu-hero-20836 p {
    max-width: 95%;
}.opening-board-87649 svg {
    width: 90px;
    height: 90px;
}
}

@media (min-width: 992px) {.opening-board-87649 .skill-learn-92364 {
    grid-template-columns: 55% 45%;
    gap: 3rem;
}.opening-board-87649 .text-info-box-45670 {
    padding: 0 3rem 0 0;
}.opening-board-87649 h1 {
    margin-bottom: 2rem;
    font-size: calc(40px * 1.4);
}.opening-board-87649 h1::after {
    width: 100px;
}.opening-board-87649 .edu-hero-20836 p {
    font-size: calc(14px * 1.2);
}.opening-board-87649 svg {
    height: 100px;
    width: 100px;
}.opening-board-87649 .img-preview-28769 {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 500px;
    border-radius: 20px 100px 20px 80px;
    transform-origin: center;
}.opening-board-87649 .img-preview-28769:hover {
    transform: scale(1.02) rotate(1deg);
}
}

@media (min-width: 1200px) {.opening-board-87649 .skill-learn-92364 {
    gap: 4rem;
    padding: 4rem;
}.opening-board-87649 h1 {
    font-size: calc(40px * 1.5);
}.opening-board-87649 .edu-hero-20836 p {
    font-size: calc(14px * 1.3);
    max-width: 90%;
}.opening-board-87649 svg {
    width: 110px;
    height: 110px;
}.opening-board-87649 .img-preview-28769 {
    height: 550px;
}
}

@media (max-width: 767px) {.opening-board-87649 {
    padding: 4rem 0;
    min-height: auto;
}.opening-board-87649 h1 {
    font-size: calc(40px * 1.1);
}.opening-board-87649 .edu-hero-20836 p {
    max-width: 100%;
}.opening-board-87649 .inquiry-list-61238 {
    width: 100%;
    text-align: center;
}}.privacy-depot-09637 {
    padding: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: rgb(213,199,214);
}.privacy-depot-09637 h1 {
    font-size: 44px;
    color: rgb(199,163,199);
    margin-bottom: 20px;
    font-weight: 700;
}.privacy-depot-09637 h2 {
    font-weight: 600;
    color: rgb(138,106,169);
    font-size: 32px;
    margin-bottom: 15px;
}.privacy-depot-09637 h3, .privacy-depot-09637 h4, .privacy-depot-09637 h5, .privacy-depot-09637 h6 {
    margin: 1rem 0;
}.privacy-depot-09637 ul {
    list-style-type: none;
    padding: 0;
}.privacy-depot-09637 li {
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 12px;
}.privacy-depot-09637 p {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.6;
}.privacy-depot-09637 div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.privacy-depot-09637 {
    padding: 30px;
}.privacy-depot-09637 h1 {
    font-size: calc(18px * 0.8);
}.privacy-depot-09637 h2 {
    font-size: calc(18px * 0.9);
}}.privacyPolicyOverlay-02631 {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    padding: 20px 0;
    animation: slideUp 0.5s forwards;
    z-index: 90;
    bottom: 0;
    transform: translateY(100%);
    border-top: 3px solid rgb(138,106,169);
    transition: transform 0.5s ease-in-out;
    background: rgb(138,106,169);
    width: 100%;
    position: fixed;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.cookie-data-05132 {
    gap: 20px;
    display: flex;
    padding: 20px 5%;
    justify-content: space-between;
    align-items: center;
}.privacyPolicyOverlay-02631 h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 1px;
}.privacyPolicyOverlay-02631 p {
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
}.data-policy-97350 {
    flex-shrink: 0;
    display: flex;
    margin-right: 15px;
    align-items: center;
    filter: drop-shadow(0 0 10px rgb(199,163,199));
    justify-content: center;
}.data-policy-97350 svg {
    height: 80px;
    width: 80px;
    fill: rgb(199,163,199);
    transition: transform 0.3s ease-in-out;
}.data-policy-97350:hover svg {
    transform: scale(1.1);
}.data-opt-75291 {
    text-decoration: none;
    margin-left: 10px;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: 140px;
    font-size: 17px;
    line-height: 40px;
    color: #000000;
    box-shadow: 0 0 15px rgb(199,163,199);
    padding: 10px 20px;
    border-radius: 24px;
    text-align: center;
    background: linear-gradient(90deg, rgb(199,163,199), rgb(138,106,169));
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}.data-opt-75291:hover {
    box-shadow: 0 0 20px rgb(138,106,169);
}.cookie_button.cookie-reset-27149:hover {
    box-shadow: 0 0 15px rgb(138,106,169);
}.privacyPolicyOverlay-02631 p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(199,163,199);
}.privacyPolicyOverlay-02631 p a:hover {
    color: rgb(138,106,169);
}#cookieMessageAlert-87194 {
    display: none;
}#cookieMessageAlert-87194:checked ~ .privacyPolicyOverlay-02631 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.privacyPolicyOverlay-02631 {
    padding: 15px 0;
}.cookie-data-05132 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.data-policy-97350 {
    display: none;
}.cookie-data-05132 {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.privacyPolicyOverlay-02631 h5 {
    margin-bottom: 5px;
    font-size: 19px;
}.cookie-protect-80293 {
    margin-bottom: 15px;
}.data-opt-75291 {
    min-width: 100%;
    margin: 10px 0;
}}
.help-center-93518 {
    position: relative;
    overflow: hidden;
    background: rgb(213,199,214);
    padding: 80px 0;
}.help-center-93518::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(199,163,199,0.5) 0%, transparent 100%);
    left: 0;
    content: '';
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}.help-center-93518::after {
    z-index: 1;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(138,106,169,0.5) 0%, transparent 70%);
    position: absolute;
}.help-center-93518 .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 15px;
}.help-center-93518 .query-form-30851 {
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 40px;
    border: 1px solid rgb(138,106,169,0.5);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: stretch;
}.help-center-93518 .query-form-30851:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}.help-center-93518 .message-panel-56108 {
    padding-bottom: 15px;
    color: rgb(199,163,199);
    position: relative;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
}.help-center-93518 .img-preview-28769 {
    height: 280px;
    transition: transform 0.5s ease;
    margin-bottom: 30px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
}.help-center-93518 .img-preview-28769::before {
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    width: 100%;
    content: '';
    z-index: 1;
    left: 0;
    position: absolute;
    height: 100%;
}.help-center-93518 .img-preview-28769::after {
    width: 200%;
    height: 200%;
    animation: shine 6s infinite linear;
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    position: absolute;
    content: '';
    top: -50%;
    transform: rotate(30deg);
    z-index: 2;
    left: -50%;
}@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(30deg);
    }
    100% {
        transform: translateX(100%) rotate(30deg);
    }
}

.help-center-93518 .edu-input-20358 {
    padding: 30px;
    background: rgb(213,199,214);
    border: 1px solid rgb(138,106,169,0.5);
    border-radius: 18px;
    position: relative;
}.help-center-93518 .edu-input-20358::before {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    border-radius: 18px;
    content: '';
    background: linear-gradient(135deg, rgb(199,163,199,0.5) 0%, transparent 100%);
    opacity: 0.05;
}.help-center-93518 .edu-input-20358 p {
    padding-left: 30px;
    display: flex;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    font-size: 17px;
    align-items: flex-start;
}.help-center-93518 .edu-input-20358 p::before {
    border-radius: 50%;
    position: absolute;
    left: -3px;
    background: rgb(199,163,199,0.5);
    display: flex;
    top: 0px;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background 0.3s ease;
    height: 24px;
    content: '';
    width: 24px;
}.help-center-93518 .edu-input-20358 p:hover::before {
    transform: scale(1.2);
    background-color: rgb(199,163,199);
}.help-center-93518 .edu-input-20358 p span {
    display: inline-block;
    padding-bottom: 2px;
    position: relative;
}.help-center-93518 .edu-input-20358 p span::after {
    height: 1px;
    content: '';
    transition: width 0.3s ease;
    left: 0;
    width: 0;
    bottom: 0;
    background: rgb(199,163,199);
    position: absolute;
}.help-center-93518 .edu-input-20358 p:hover span::after {
    width: 100%;
}.help-center-93518 .edu-input-20358 p span a {
    color: rgb(138,106,169);
    text-decoration: none;
    transition: color 0.3s ease;
}.help-center-93518 .edu-input-20358 p span a:hover {
    color: rgb(199,163,199);
}.help-center-93518 .edu-input-20358 p svg {
    position: absolute;
    top: 3px;
    fill: rgb(199,163,199);
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease, fill 0.3s ease;
    left: 0;
}.help-center-93518 .edu-input-20358 p:hover svg {
    fill: rgb(138,106,169);
    transform: scale(1.2);
}.help-center-93518 .edu-input-20358 p svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}.help-center-93518 .get-support-28439 {
    border-top: 1px solid rgb(138,106,169,0.5);
    margin-top: 30px;
    padding-top: 20px;
}.help-center-93518 .get-answers-12493 {
    padding-left: 30px;
    font-weight: 600;
    font-size: 18px;
    color: rgb(199,163,199);
    position: relative;
    margin-bottom: 20px;
}.help-center-93518 .get-answers-12493::before {
    left: 0;
    position: absolute;
    border-radius: 50%;
    background: rgb(199,163,199,0.5);
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    content: '';
    width: 20px;
    transition: transform 0.3s ease;
}.help-center-93518 .get-answers-12493:hover::before {
    transform: translateY(-50%) scale(1.2);
}.help-center-93518 .get-answers-12493 svg {
    fill: rgb(199,163,199);
    height: 20px;
    left: 0;
    width: 20px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    transition: transform 0.3s ease, fill 0.3s ease;
}.help-center-93518 .get-answers-12493:hover svg {
    transform: translateY(-50%) scale(1.2);
    fill: rgb(138,106,169);
}.help-center-93518 .get-answers-12493 svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}.help-center-93518 .get-contactblock-61935 {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}.help-center-93518 .support-now-38601 {
    padding: 10px 15px;
    position: relative;
    overflow: hidden;
    color: #000000;
    border-radius: 10px;
    transition: transform 0.3s ease, background 0.3s ease;
    font-size: 17px;
    background: rgb(138,106,169,0.5);
}.help-center-93518 .support-now-38601::before {
    content: '';
    transition: width 0.3s ease;
    background: rgb(199,163,199);
    top: 0;
    height: 100%;
    width: 4px;
    position: absolute;
    left: 0;
}.help-center-93518 .support-now-38601:hover {
    background: rgb(138,106,169);
    transform: translateX(5px);
}.help-center-93518 .support-now-38601:hover::before {
    width: 8px;
}.help-center-93518 .support-now-38601 svg {
    width: 14px;
    vertical-align: middle;
    height: 14px;
    margin-right: 5px;
    transition: transform 0.3s ease, fill 0.3s ease;
    fill: rgb(199,163,199);
}.help-center-93518 .support-now-38601:hover svg {
    fill: #ffffff;
    transform: rotate(15deg);
}.help-center-93518 .support-now-38601 svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

.help-center-93518 .container::before {
    top: -100px;
    z-index: -1;
    background-image: linear-gradient(
        45deg,
        rgb(138,106,169,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(138,106,169,0.5) 50%,
        rgb(138,106,169,0.5) 75%,
        transparent 75%,
        transparent
    );
    content: '';
    animation: pulse 10s infinite linear;
    width: 300px;
    height: 300px;
    position: absolute;
    right: -100px;
    border-radius: 50%;
    opacity: 0.2;
    background-size: 15px 15px;
}.help-center-93518 .container::after {
    bottom: -50px;
    background-size: 10px 10px;
    opacity: 0.1;
    animation: pulse 15s infinite linear;
    z-index: -1;
    height: 200px;
    background-image: linear-gradient(
        45deg,
        rgb(199,163,199,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(199,163,199,0.5) 50%,
        rgb(199,163,199,0.5) 75%,
        transparent 75%,
        transparent
    );
    content: '';
    left: -50px;
    width: 200px;
    position: absolute;
    border-radius: 50%;
}

@keyframes moveGradient {
    0% {
        background-position: 0% 0%, 100% 100%;
    }
    50% {
        background-position: 100% 0%, 0% 100%;
    }
    100% {
        background-position: 0% 0%, 100% 100%;
    }
}

@media (min-width: 992px) {.help-center-93518 .query-form-30851 {
    gap: 40px;
    flex-direction: row;
}.help-center-93518 .img-preview-28769 {
    flex: 0 0 350px;
    margin-bottom: 0;
    height: 350px;
}.help-center-93518 .edu-input-20358 {
    flex: 1;
}.help-center-93518 .get-contactblock-61935 {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 768px) and (max-width: 991px) {.help-center-93518 {
    padding: 60px 0;
}.help-center-93518 .query-form-30851 {
    padding: 30px;
}.help-center-93518 .message-panel-56108 {
    font-size: 18px;
    margin-bottom: 25px;
}.help-center-93518 .img-preview-28769 {
    height: 240px;
}.help-center-93518 .edu-input-20358 {
    padding: 25px;
}.help-center-93518 .get-contactblock-61935 {
    grid-template-columns: repeat(2, 1fr);
}.help-center-93518 .edu-input-20358 p svg {
    height: 16px;
    width: 16px;
}.help-center-93518 .get-answers-12493 svg {
    height: 18px;
    width: 18px;
}
}

@media (max-width: 767px) {.help-center-93518 {
    padding: 40px 0;
}.help-center-93518 .query-form-30851 {
    padding: 20px;
}.help-center-93518 .message-panel-56108 {
    font-size: 20px;
    margin-bottom: 20px;
}.help-center-93518 .img-preview-28769 {
    height: 200px;
}.help-center-93518 .edu-input-20358 {
    padding: 20px;
}.help-center-93518 .edu-input-20358 p {
    font-size: 17px;
    margin-bottom: 15px;
}.help-center-93518 .get-answers-12493 {
    font-size: 20px;
}.help-center-93518 .get-contactblock-61935 {
    grid-template-columns: 1fr;
}.help-center-93518 .edu-input-20358 p svg {
    width: 15px;
    height: 15px;
    top: 4px;
}.help-center-93518 .get-answers-12493 svg {
    height: 16px;
    width: 16px;
}.help-center-93518 .support-now-38601 svg {
    height: 12px;
    width: 12px;
}}.company-overview-64305 {
    background-color: rgb(213,199,214);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.company-overview-64305::before {
    background-size: 20px 100%, 20px 100%, 20px 100%;
    width: 100%;
    content: "";
    opacity: 0.05;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    background: 
        linear-gradient(90deg, rgb(213,199,214) 10px, transparent 10px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 10px, transparent 10px),
        linear-gradient(90deg, transparent 9px, rgba(0, 0, 0, 0.5) 1px, transparent 10px);
}.company-overview-64305::after {
    width: 100%;
    z-index: 1;
    top: 0;
    background-size: 100% 20px, 100% 20px, 100% 20px;
    height: 100%;
    background:
        linear-gradient(0deg, rgb(213,199,214) 10px, transparent 10px),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 10px, transparent 10px),
        linear-gradient(0deg, transparent 9px, rgba(0, 0, 0, 0.5) 1px, transparent 10px);
    position: absolute;
    opacity: 0.05;
    left: 0;
    content: "";
}.company-overview-64305 .container {
    position: relative;
    z-index: 5;
}.company-overview-64305 h2 {
    font-size: 28px;
    position: relative;
    margin-bottom: 60px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}.company-overview-64305 h2::before {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    height: 2px;
    background-color: rgb(199,163,199);
    bottom: -10px;
    width: 50px;
    content: "";
}.company-overview-64305 .learning-track-16239 {
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 30px;
}.company-overview-64305 .skill-program-31054 {
    z-index: 2;
    position: relative;
    padding: 40px;
    background-color: #ffffff;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 21px;
    border-top: 3px solid transparent;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.company-overview-64305 .skill-program-31054:first-child {
    border-top-color: rgb(199,163,199);
}.company-overview-64305 .skill-program-31054:last-child {
    border-top-color: rgb(138,106,169);
}.company-overview-64305 .skill-program-31054:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.company-overview-64305 .skill-program-31054 h3 {
    font-size: 22px;
    color: #000000;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
}.company-overview-64305 .skill-program-31054:first-child h3 {
    color: rgb(199,163,199);
}.company-overview-64305 .skill-program-31054:last-child h3 {
    color: rgb(138,106,169);
}.company-overview-64305 .skill-program-31054 h3::after {
    width: 0;
    background-color: currentColor;
    left: 0;
    content: "";
    position: absolute;
    transition: width 0.3s ease;
    bottom: -5px;
    height: 2px;
}.company-overview-64305 .skill-program-31054:hover h3::after {
    width: 100%;
}.company-overview-64305 .skill-program-31054 p {
    line-height: 1.8;
    color: #000000;
    font-size: 16px;
    margin: 0;
}.company-overview-64305 .skill-program-31054::before {
    opacity: 0;
    content: "";
    top: -5px;
    border-left: 2px solid rgb(199,163,199);
    width: 10px;
    left: -5px;
    position: absolute;
    transition: all 0.3s ease;
    border-top: 2px solid rgb(199,163,199);
    height: 10px;
}.company-overview-64305 .skill-program-31054::after {
    opacity: 0;
    transition: all 0.3s ease;
    height: 10px;
    position: absolute;
    border-bottom: 2px solid rgb(199,163,199);
    bottom: -5px;
    border-right: 2px solid rgb(199,163,199);
    right: -5px;
    width: 10px;
    content: "";
}.company-overview-64305 .skill-program-31054:last-child::before,
.company-overview-64305 .skill-program-31054:last-child::after {
    border-color: rgb(138,106,169);
}.company-overview-64305 .skill-program-31054:hover::before,
.company-overview-64305 .skill-program-31054:hover::after {
    opacity: 1;
    height: 25px;
    width: 25px;
}.company-overview-64305 .container::before {
    border: 15px solid rgb(199,163,199,0.5);
    position: absolute;
    opacity: 0.2;
    content: "";
    height: 100px;
    left: -50px;
    z-index: 0;
    top: -50px;
    width: 100px;
    border-radius: 50%;
}.company-overview-64305 .container::after {
    width: 140px;
    opacity: 0.2;
    position: absolute;
    height: 140px;
    right: -70px;
    border: 15px solid rgb(138,106,169,0.5);
    bottom: -70px;
    border-radius: 50%;
    z-index: 0;
    content: "";
}

@media screen and (max-width: 992px) {.company-overview-64305 {
    padding: 80px 0;
}.company-overview-64305 .learning-track-16239 {
    grid-template-columns: 1fr;
    gap: 30px;
}.company-overview-64305 h2 {
    margin-bottom: 40px;
}.company-overview-64305 .container::before {
    height: 60px;
    top: -30px;
    width: 60px;
    border-width: 10px;
    left: -30px;
}.company-overview-64305 .container::after {
    width: 100px;
    border-width: 10px;
    height: 100px;
    bottom: -50px;
    right: -50px;
}
}

@media screen and (max-width: 768px) {.company-overview-64305 {
    padding: 60px 0;
}.company-overview-64305 h2 {
    font-size: calc(28px * 0.9);
}.company-overview-64305 .skill-program-31054 {
    padding: 30px;
}.company-overview-64305 .skill-program-31054 h3 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
}
}

@media screen and (max-width: 576px) {.company-overview-64305 {
    padding: 50px 0;
}.company-overview-64305 h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.company-overview-64305 h2::before {
    width: 40px;
}.company-overview-64305 .skill-program-31054 {
    padding: 25px;
}.company-overview-64305 .skill-program-31054 h3 {
    margin-bottom: 12px;
    font-size: calc(22px * 0.85);
}.company-overview-64305 .skill-program-31054 p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.company-overview-64305 .skill-program-31054:hover::before,
    .company-overview-64305 .skill-program-31054:hover::after {
    height: 20px;
    width: 20px;
}.company-overview-64305 .container::before,
    .company-overview-64305 .container::after {
    display: none;
}}.instructor-profile-53897 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(213,199,214) 0%, #ffffff 100%);
}.instructor-profile-53897::before {
    position: absolute;
    right: -100px;
    filter: blur(120px);
    height: 400px;
    width: 400px;
    z-index: 0;
    background: rgb(199,163,199,0.5);
    content: "";
    top: -100px;
}.instructor-profile-53897::after {
    content: "";
    width: 300px;
    height: 300px;
    filter: blur(100px);
    left: -50px;
    bottom: -50px;
    z-index: 0;
    background: rgb(138,106,169,0.5);
    position: absolute;
}.instructor-profile-53897 .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.instructor-profile-53897 .review-testimonials-72491 {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    display: grid;
    gap: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 4px 8px rgba(0, 0, 0, 0.04);
    padding: 40px;
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform-style: preserve-3d;
    position: relative;
    grid-template-columns: 1fr;
}.instructor-profile-53897 .review-testimonials-72491:hover {
    transform: perspective(1000px) rotateY(0deg);
}.instructor-profile-53897 .review-testimonials-72491 > div:first-child {
    justify-content: center;
    display: flex;
    align-items: center;
}.instructor-profile-53897 .review-testimonials-72491 .img-preview-28769 {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 180px;
    width: 180px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    position: relative;
}.instructor-profile-53897 .review-testimonials-72491:hover .img-preview-28769 {
    transform: translateZ(20px) scale(1.05);
}.instructor-profile-53897 .review-testimonials-72491 .img-preview-28769::before {
    background: linear-gradient(
    45deg,
    transparent 60%,
    rgb(199,163,199,0.5) 100%
  );
    inset: 0;
    z-index: 1;
    content: "";
    position: absolute;
}.instructor-profile-53897 .review-testimonials-72491 > div:nth-child(2) {
    text-align: center;
    transform: translateZ(10px);
}.instructor-profile-53897 .review-testimonials-72491 .name {
    margin-bottom: 10px;
    position: relative;
    color: rgb(199,163,199);
    font-weight: 700;
    display: inline-block;
    font-size: calc(21px * 1.1);
}.instructor-profile-53897 .review-testimonials-72491 .name::after {
    content: "";
    bottom: -8px;
    background: rgb(138,106,169);
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    left: 50%;
    position: absolute;
}.instructor-profile-53897 .review-testimonials-72491 > div:nth-child(2) > div {
    font-weight: 600;
    color: #000000;
    font-style: italic;
    margin-top: 15px;
    font-size: calc(12px * 0.95);
}.instructor-profile-53897 .review-testimonials-72491 > div:nth-child(3) {
    position: relative;
}.instructor-profile-53897 .review-testimonials-72491 .exp-table-69185 {
    margin: 0;
    padding: 20px 0;
    position: relative;
    transform: translateZ(5px);
    color: #000000;
    line-height: 1.7;
    font-size: 12px;
}.instructor-profile-53897 .review-testimonials-72491 .exp-table-69185::before,
.instructor-profile-53897 .review-testimonials-72491 .exp-table-69185::after {
    content: "";
    position: absolute;
    font-size: 80px;
    font-family: Georgia, serif;
    color: rgb(199,163,199,0.5);
    line-height: 1;
}.instructor-profile-53897 .review-testimonials-72491 .exp-table-69185::before {
    top: -20px;
    left: -15px;
}.instructor-profile-53897 .review-testimonials-72491 .exp-table-69185::after {
    content: "";
    bottom: -60px;
    right: -15px;
}

@media (min-width: 768px) {.instructor-profile-53897 .review-testimonials-72491 {
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
    gap: 30px 40px;
    padding: 50px;
}.instructor-profile-53897 .review-testimonials-72491 > div:first-child {
    grid-row: span 2;
}.instructor-profile-53897 .review-testimonials-72491 > div:nth-child(2) {
    text-align: left;
    align-self: end;
}.instructor-profile-53897 .review-testimonials-72491 .name::after {
    left: 0;
    transform: none;
}.instructor-profile-53897 .review-testimonials-72491 .exp-table-69185 {
    padding: 10px 0 10px 30px;
    border-left: 3px solid rgb(138,106,169,0.5);
}
}

@media (min-width: 992px) {.instructor-profile-53897 {
    padding: 140px 0;
}.instructor-profile-53897 .review-testimonials-72491 {
    padding: 60px;
    grid-template-columns: 260px 1fr;
    gap: 40px 60px;
}.instructor-profile-53897 .review-testimonials-72491 .img-preview-28769 {
    width: 220px;
    height: 220px;
}.instructor-profile-53897 .review-testimonials-72491 .name {
    font-size: calc(21px * 1.2);
}.instructor-profile-53897 .review-testimonials-72491 .exp-table-69185 {
    font-size: calc(12px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.instructor-profile-53897 {
    padding: 80px 0;
}.instructor-profile-53897 .review-testimonials-72491 {
    padding: 30px 25px;
}.instructor-profile-53897 .review-testimonials-72491 .img-preview-28769 {
    width: 150px;
    height: 150px;
}.instructor-profile-53897 .review-testimonials-72491 .exp-table-69185 {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}.instructor-profile-53897 .review-testimonials-72491 .exp-table-69185::before,
  .instructor-profile-53897 .review-testimonials-72491 .exp-table-69185::after {
    font-size: 60px;
}
}

@media (max-width: 480px) {.instructor-profile-53897 {
    padding: 60px 0;
}.instructor-profile-53897 .review-testimonials-72491 {
    padding: 25px 20px;
    gap: 20px;
}.instructor-profile-53897 .review-testimonials-72491 .img-preview-28769 {
    width: 120px;
    height: 120px;
}.instructor-profile-53897 .review-testimonials-72491 .name {
    font-size: 21px;
}.instructor-profile-53897 .review-testimonials-72491 > div:nth-child(2) > div {
    font-size: calc(12px * 0.9);
}}header .top_plank {
    background: rgb(199,163,199);
    color:  #ffffff;
}header .top_plank .skill-high-86201 div svg, header .top_plank .skill-high-86201 div svg path {
    fill: #ffffff;
}header .top_plank .skill-high-86201 div span {
    color: #ffffff;
}header .top_plank .skill-high-86201 {
    flex-wrap: wrap;
    line-height: 21px;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    font-size: 12px;
    align-items: center;
    display: flex;
    width: 100%;
}header .top_plank .skill-high-86201 div {
    margin-right: 24px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}header .top_plank .skill-high-86201 div img, header .top_plank .skill-high-86201 div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}footer {
    position: relative;
}footer::before {
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, #000000 0%, rgb(199,163,199) 150%);
    z-index: 1;
    content: '';
    left: 0;
    opacity: 0.92;
    top: 0;
    right: 0;
}.story-spot-25043 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 70px 0;
    z-index: 2;
    position: relative;
}.story-spot-25043 .container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}.story-spot-25043 .company_holder {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px 0 12px 0;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 30px;
}.story-spot-25043 .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.story-spot-25043 .company_holder::before {
    position: absolute;
    left: 0;
    width: 100%;
    background: rgb(199,163,199);
    content: '';
    top: 0;
    height: 5px;
}.story-spot-25043 .company_holder h3 {
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
}.story-spot-25043 .company_holder h3::after {
    width: 60px;
    height: 3px;
    bottom: -8px;
    background: rgb(138,106,169);
    position: absolute;
    content: '';
    left: 0;
}.story-spot-25043 .sample-docs-65213 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    line-height: 1.6;
    font-size: 14px;
}.story-spot-25043 .gift-card-85137 {
    position: relative;
}.story-spot-25043 .main-train-60827 {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    gap: 30px;
}.story-spot-25043 .nav-header-19208 {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}.story-spot-25043 .nav-header-19208 h5 {
    color: #ffffff;
    border-left: 3px solid rgb(199,163,199);
    font-size: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding-left: 15px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
}.story-spot-25043 .nav-header-19208 .main-train-60827 {
    flex-direction: column;
    gap: 12px;
    display: flex;
}.story-spot-25043 .nav-header-19208 .main-train-60827 a {
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 4px;
    padding: 8px 15px;
    z-index: 1;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}.story-spot-25043 .nav-header-19208 .main-train-60827 a::before {
    position: absolute;
    z-index: -1;
    background: rgb(199,163,199,0.5);
    content: '';
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    transition: width 0.3s ease;
}.story-spot-25043 .nav-header-19208 .main-train-60827 a:hover {
    transform: translateX(5px);
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}.story-spot-25043 .nav-header-19208 .main-train-60827 a:hover::before {
    width: 100%;
}.trophy-case-19587 {
    position: relative;
    padding: 20px 0;
    z-index: 2;
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.4);
}.trophy-case-19587 .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.trophy-case-19587 .res-connect-95371 {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.5px;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    left: 0;
    z-index: 1;
    right: 0;
    background-size: 40px 40px;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
}

@media (max-width: 992px) {.story-spot-25043 .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.story-spot-25043 {
    padding: 50px 0;
}.story-spot-25043 .nav-header-19208 {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.story-spot-25043 {
    padding: 40px 0;
}.story-spot-25043 .company_holder h3 {
    font-size: calc(32px * 0.8);
}.story-spot-25043 .nav-header-19208 h5 {
    font-size: calc(20px * 0.9);
}.story-spot-25043 .nav-header-19208 .main-train-60827 a,
    .story-spot-25043 .footer_agreement {
    font-size: calc(14px * 0.95);
}}

.trophy-case-19587::before {
    width: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 0;
    top: 0;
    position: absolute;
    height: 1px;
    opacity: 0.2;
}.plan-box-68540 {
    background: linear-gradient(135deg, rgb(213,199,214) 0%, rgba(245, 247, 252, 1) 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.plan-box-68540::before {
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    top: 0;
    position: absolute;
    pointer-events: none;
    left: 0;
}.plan-box-68540 .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.plan-box-68540 .premium-plan-04125 {
    flex-direction: column-reverse;
    display: flex;
}.plan-box-68540 .learning-fees-21094 {
    margin-bottom: 50px;
    text-align: center;
    transition: transform 0.5s ease-out;
}.plan-box-68540 .learning-fees-21094 h2 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
    position: relative;
    display: inline-block;
    font-size: 29px;
}.plan-box-68540 .learning-fees-21094 h2::after {
    position: absolute;
    transform: translateX(-50%);
    bottom: -10px;
    left: 50%;
    width: 80px;
    content: "";
    height: 3px;
    background: rgb(199,163,199);
}.plan-box-68540 .value-fees-91843 {
    color: #000000;
    overflow-wrap: break-word;
    white-space: normal;
    font-size: 16px;
    margin: 0 auto;
    word-break: break-word;
    max-width: 700px;
    line-height: 1.6;
}.plan-box-68540 .plan-fees-17638 {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}.plan-box-68540 .pricing-options-04792 {
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    color: #000000;
    position: relative;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    border-radius: 8px;
}.plan-box-68540 .pricing-options-04792:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.plan-box-68540 .annual-fee-43208 {
    display: flex;
    overflow: hidden;
    min-height: 450px;
    flex-direction: column;
    background-color: #ffffff;
    position: relative;
}.plan-box-68540 .annual-plan-29406 {
    word-break: break-word;
    flex: 1;
    flex-direction: column;
    position: relative;
    overflow-wrap: break-word;
    z-index: 2;
    white-space: normal;
    padding: 30px;
    display: flex;
}.plan-box-68540 .annual-plan-29406 h3 {
    margin-bottom: 8px;
    font-size: calc(18px + 2px);
    transform: translateX(0);
    transition: transform 0.3s ease;
    position: relative;
    color: #000000;
    font-weight: 600;
}.plan-box-68540 .pricing-options-04792:hover .annual-plan-29406 h3 {
    transform: translateX(5px);
}.plan-box-68540 .learn-deals-03421 {
    font-size: calc(18px + 4px);
    position: relative;
    color: rgb(199,163,199);
    display: inline-block;
    margin: 15px 0;
    font-weight: 700;
}.plan-box-68540 .learn-deals-03421::before {
    content: "";
    width: 10px;
    top: 50%;
    height: 2px;
    opacity: 0;
    position: absolute;
    left: -20px;
    transform: translateX(-10px);
    background: rgb(199,163,199);
    transition: all 0.3s ease;
}.plan-box-68540 .pricing-options-04792:hover .learn-deals-03421::before {
    opacity: 1;
    transform: translateX(0);
}.plan-box-68540 .annual-plan-29406 p {
    font-size: 16px;
    color: #000000;
    overflow-wrap: break-word;
    line-height: 1.6;
    white-space: normal;
    margin-top: 15px;
    flex: 1;
    word-break: break-word;
}.plan-box-68540 .img-preview-28769 {
    transition: transform 0.6s ease;
    height: 200px;
    position: relative;
    width: 100%;
    overflow: hidden;
}.plan-box-68540 .img-preview-28769::after {
    content: "";
    background: linear-gradient(0deg, rgba(rgb(199,163,199,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
}.plan-box-68540 .pricing-options-04792:hover .img-preview-28769 {
    transform: scale(1.05);
}.plan-box-68540 .pricing-options-04792:nth-child(odd) .annual-fee-43208 {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}.plan-box-68540 .pricing-options-04792:nth-child(even) .annual-fee-43208 {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}.plan-box-68540 .pricing-options-04792:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.plan-box-68540 .pricing-options-04792:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.plan-box-68540 .pricing-options-04792:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.plan-box-68540 .pricing-options-04792:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

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

@media (min-width: 768px) {.plan-box-68540 .plan-fees-17638 {
    grid-template-columns: repeat(2, 1fr);
}.plan-box-68540 .learning-fees-21094 {
    margin-bottom: 60px;
}.plan-box-68540 .annual-plan-29406 h3 {
    font-size: 18px;
}.plan-box-68540 .learn-deals-03421 {
    font-size: calc(18px + 2px);
}.plan-box-68540 .annual-plan-29406 p {
    font-size: calc(16px - 1px);
}
}

@media (min-width: 992px) {.plan-box-68540 .premium-plan-04125 {
    align-items: center;
    flex-direction: row;
    gap: 50px;
}.plan-box-68540 .learning-fees-21094 {
    margin-bottom: 0;
    text-align: left;
    flex: 0 0 30%;
}.plan-box-68540 .learning-fees-21094 h2::after {
    transform: none;
    left: 0;
}.plan-box-68540 .plan-fees-17638 {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}.plan-box-68540 .annual-plan-29406 {
    padding: 35px;
}
}

@media (min-width: 1200px) {.plan-box-68540 .plan-fees-17638 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.plan-box-68540 .annual-fee-43208 {
    min-height: 500px;
}.plan-box-68540 .img-preview-28769 {
    height: 220px;
}.plan-box-68540 .annual-plan-29406 h3 {
    font-size: calc(18px + 2px);
}.plan-box-68540 .learn-deals-03421 {
    font-size: calc(18px + 6px);
}
}