﻿a {
    text-decoration: none;
    color: inherit;
}

.top-page-80 {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    padding: 0;
    background: linear-gradient(135deg, rgb(199,191,208,0.5), rgb(163,152,173,0.5));
    z-index: 100;
    width: 100%;
    position: relative;
}

.course-program-info-03::before {
    height: 100%;
    background-size: 40px 40px;
    top: 0;
    z-index: 0;
    position: absolute;
    content: "";
    left: 0;
    background-image: 
        linear-gradient(30deg, rgba(rgb(199,191,208,0.5), 0.03) 1px, transparent 1px),
        linear-gradient(120deg, rgba(rgb(199,191,208,0.5), 0.03) 1px, transparent 1px);
    width: 100%;
}

.course-program-info-03 .education-46 {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}

.course-program-info-03 .img-overlay-box-53 {
    height: 360px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(rgb(199,191,208,0.5), 0.15);
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.06),
        0 3px 10px rgba(rgba(0, 0, 0, 0.5), 0.03);
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
}

.course-program-info-03 .description:last-child {
    margin-bottom: 0;
}

.course-program-info-03 .description::before {
    position: absolute;
    width: 2px;
    content: "";
    background-color: rgb(199,191,208);
    animation: lineGrow 2.5s ease-out forwards;
    left: -2px;
    top: 0;
    height: 0;
}

.user-reviews-71::after {
    content: "";
    opacity: 0.3;
    left: -5%;
    height: 50%;
    z-index: 0;
    position: absolute;
    bottom: -10%;
    width: 30%;
    background: linear-gradient(45deg, rgb(163,152,173,0.5) 0%, rgb(199,191,208,0.5) 100%);
    transform: rotate(12deg);
    filter: blur(60px);
}

.user-reviews-71 .learn-reviews-46 {
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    gap: 2.5rem;
    padding: 0;
    display: grid;
}

.user-reviews-71 .review-track-81::before {
    line-height: 1;
    right: 20px;
    font-family: serif;
    color: rgb(163,152,173,0.5);
    opacity: 0.2;
    font-size: 6rem;
    content: "";
    top: 10px;
    z-index: -1;
    position: absolute;
}

.user-reviews-71 .review-track-81 img {
    height: 60px;
    transition: all 0.3s ease;
    object-fit: cover;
    border-radius: 50%;
    width: 60px;
    margin-right: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
}

.user-reviews-71 a::before {
    top: 0;
    z-index: -1;
    width: 100%;
    opacity: 0;
    height: 100%;
    transition: opacity 0.4s ease;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(163,152,173) 0%, rgb(199,191,208) 100%);
    left: 0;
}

.user-reviews-71 a:hover::before {
    opacity: 1;
}

.contacts-39::before {
    height: 100%;
    background: 
        radial-gradient(circle at 75% 25%, rgb(163,152,173,0.5) 0%, transparent 50%),
        linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.03) 50%, transparent 52%) rgb(229,225,233);
    content: "";
    background-size: 100% 100%, 30px 30px;
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    animation: backgroundPulse 15s infinite alternate;
}

.contacts-39 .edu-ask-50 {
    border-radius: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    padding: 0;
    background: rgba(255, 255, 255, 0.03);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
}

.contacts-39 .edu-ask-50 h2::after {
    left: 0;
    height: 4px;
    content: "";
    border-radius: 10px;
    width: 50px;
    background: rgb(199,191,208);
    bottom: 0;
    position: absolute;
}

.contacts-39 .edu-ask-50 p {
    gap: 1rem;
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
    display: flex;
    align-items: center;
}

.contacts-39 .contact-card-84 {
    border-radius: 10px;
    position: relative;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 2.5rem;
    border-left: 3px solid rgb(199,191,208);
}

.contacts-39 .contact-card-84 h3::before {
    height: 15px;
    display: inline-block;
    border: 2px solid rgb(199,191,208);
    margin-right: 10px;
    width: 15px;
    border-radius: 50%;
    content: "";
    animation: pulse 2s infinite;
}

.contacts-39 .help-form-26 span:hover {
    background: rgb(199,191,208,0.5);
    color: #ffffff;
    transform: translateX(5px);
}

.contacts-39 .edu-ask-50 .img-overlay-box-53::after {
    z-index: 2;
    height: 100%;
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 5px, transparent 5px, transparent 10px);
    top: 0;
    content: "";
    left: 0;
}

.contacts-39 .online-contact-38 a::after {
    top: 0;
    z-index: -1;
    width: 0;
    left: 0;
    opacity: 0.1;
    position: absolute;
    background: linear-gradient(90deg, rgb(199,191,208,0.5) 0%, transparent 100%);
    content: "";
    transition: width 0.3s ease;
    height: 100%;
}

.contacts-39 .online-contact-38 a span::before {
    background: rgb(199,191,208);
    width: 10px;
    top: 50%;
    position: absolute;
    height: 2px;
    content: "";
    transform: translateY(-50%);
    left: 0;
}

.contacts-39 .online-contact-38 a:hover svg {
    transform: rotate(10deg) scale(1.2);
}

.data-opt-14 {
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 20px 0;
}

.cookieWarningContainer-14 p {
    font-size: 18px;
}

.accept-cookies-06 {
    border-bottom: 2px solid rgb(199,191,208);
    text-decoration: none;
    font-size: 24px;
    color: rgb(199,191,208);
    white-space: nowrap;
    margin-left: 10px;
    line-height: 35px;
    text-align: center;
    min-width: 120px;
    cursor: pointer;
    flex-shrink: 0;
}

.thxWrapper-36::before {
    width: 45%;
    right: -5%;
    z-index: -1;
    background: linear-gradient(225deg, rgb(199,191,208) 0%, transparent 70%);
    transform: rotate(-15deg) translateZ(0);
    position: absolute;
    animation: float 15s ease-in-out infinite alternate;
    height: 45%;
    opacity: 0.15;
    top: -5%;
    filter: blur(20px);
    content: "";
}

.thxWrapper-36 .learn-learn-63:hover {
    transform: perspective(1000px) rotateX(0deg) translateZ(0) translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
                0 -10px 40px -10px rgba(rgb(199,191,208,0.5), 0.1);
}

.thxWrapper-36 h5 {
    transform: translateY(20px);
    margin: 0;
    line-height: 1.4;
    color: #000000;
    font-size: clamp(calc(19px * 0.8), 4vw, 19px);
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    letter-spacing: -0.01em;
    opacity: 0;
    font-weight: 700;
}

.thxWrapper-36 .learn-learn-63 > div:last-child {
    opacity: 0;
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    position: relative;
}

.thxWrapper-36 a {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0.5rem 0;
    text-decoration: none;
}

.thxWrapper-36 a:hover p {
    color: rgb(199,191,208);
}

.education-framework-47 {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 7rem 0;
    background: rgb(229,225,233);
}

.education-framework-47::after {
    width: 100%;
    z-index: 1;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(to top, 
        rgb(229,225,233), 
        transparent
    );
    bottom: 0;
    height: 40%;
}

.education-framework-47 h3 {
    width: 100%;
    font-size: 31px;
    text-align: center;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(199,191,208), rgb(163,152,173));
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 75%, 
        50% 100%, 
        0 75%
    );
    padding-bottom: 4rem;
    padding: 2.5rem;
    margin: 0;
    position: relative;
    color: #ffffff;
}

.education-framework-47 span {
    width: 100%;
    font-size: 18px;
    margin-top: -30px;
    padding: 3rem 2.5rem 2.5rem;
    border-radius: 0 0 15px 15px;
    position: relative;
    z-index: 1;
    line-height: 1.8;
    box-sizing: border-box;
    background: #ffffff;
    color: #000000;
}

.tariff-wrapper-05 {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.tariff-wrapper-05::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    right: 0;
    z-index: 1;
}

.tariff-wrapper-05 .learn-price-92::before {
    opacity: 0.2;
    top: -50px;
    position: absolute;
    pointer-events: none;
    left: -150px;
    content: "";
    height: 300px;
    background: radial-gradient(circle, rgb(199,191,208,0.5) 0%, transparent 70%);
    border-radius: 50%;
    width: 300px;
}

.tariff-wrapper-05 .indv-sub-30 {
    transform: translateX(-3%);
    font-size: calc(15px * 1.1);
    max-width: 80%;
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 50px;
}

.tariff-wrapper-05 .package-deal-16 {
    text-decoration: none;
    position: relative;
    display: block;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    color: #ffffff;
}

.tariff-wrapper-05 .package-deal-16:hover .price-deals-84::before {
    opacity: 0.15;
}

.tariff-wrapper-05 .pricing-fees-16 {
    z-index: 1;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.tariff-wrapper-05 .pricing-fees-16 h4::after {
    height: 70%;
    opacity: 0.8;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    top: 50%;
    background: linear-gradient(to bottom, rgb(199,191,208), rgb(163,152,173));
    width: 5px;
    transition: all 0.3s ease;
    left: -15px;
}

.tariff-wrapper-05 .package-deal-16:hover .learning-packages-27 {
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    transform: scale(1.05);
}

.contact-information-59 {
    overflow: hidden;
    background: rgb(229,225,233);
    position: relative;
    padding: 100px 0;
}

.contact-information-59::after {
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    animation: backgroundMove 30s infinite linear;
    height: 100%;
    content: "";
    opacity: 0.2;
    top: 0;
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-image: 
        repeating-linear-gradient(45deg, rgb(199,191,208,0.5) 0, rgb(199,191,208,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(163,152,173,0.5) 0, rgb(163,152,173,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(199,191,208,0.5), transparent 70%),
        linear-gradient(180deg, rgb(163,152,173,0.5), transparent 70%);
}

.contact-information-59 .img-overlay-box-53::before {
    z-index: 1;
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.contact-information-59 .help-block-19::before {
    position: absolute;
    right: -100px;
    background: rgb(199,191,208,0.5);
    z-index: 0;
    height: 200px;
    opacity: 0.3;
    filter: blur(100px);
    top: -100px;
    content: "";
    width: 200px;
}

.contact-information-59 form h3::after {
    width: 40px;
    bottom: -15px;
    background: rgb(199,191,208);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    box-shadow: 
        0 0 5px rgb(199,191,208,0.5),
        0 0 10px rgb(199,191,208,0.5);
}

.contact-information-59 form input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.contact-information-59 .help-links-67 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-information-59 .help-links-67 input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 5px rgb(199,191,208,0.5);
    background: rgb(199,191,208);
    border-color: rgb(199,191,208);
}

.contact-information-59 .help-links-67 label a {
    position: relative;
    font-weight: 600;
    color: rgb(199,191,208);
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact-information-59 .inquiry-section-13 {
    padding: 18px 30px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 19px;
    border-radius: 8px;
    letter-spacing: 1px;
    overflow: hidden;
    border: none;
    box-shadow: 
        0 5px 15px rgb(199,191,208,0.5),
        0 0 0 1px rgb(199,191,208);
    background: rgb(199,191,208);
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.contact-information-59 svg:hover,
.contact-information-59 svg:hover path {
    filter: drop-shadow(0 0 3px rgb(163,152,173,0.5));
    fill: rgb(163,152,173);
    transform: translateY(-2px);
}

.join-our-mailing-list-39 .learn-learn-63 {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.join-our-mailing-list-39 .feedback-box-17::after {
    right: -10px;
    transform: skewX(15deg);
    position: absolute;
    top: -10px;
    background: rgb(163,152,173);
    height: 10px;
    width: 60%;
    content: "";
}

.join-our-mailing-list-39 h3 {
    position: relative;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 21px;
    padding-left: 1rem;
    transform: skewX(10deg);
}

.join-our-mailing-list-39 input[type="email"] {
    width: 100%;
    border-radius: 10px;
    padding: 0.8rem 1.5rem;
    transition: all 0.3s ease;
    border: 2px solid rgb(163,152,173,0.5);
    background: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 13px;
    transform: translateX(-10px);
    color: #000000;
}

.leadership-profile-15 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(229,225,233) 0%, rgb(199,191,208,0.5) 100%);
    min-height: 400px;
    padding: 60px 30px;
    position: relative;
}

.leadership-profile-15 .review-track-81 {
    flex-direction: row;
    display: flex;
    z-index: 1;
    gap: 30px;
    transform: rotate(-3deg);
    flex-wrap: wrap;
    transition: all 0.5s ease;
    position: relative;
}

.leadership-profile-15 .review-track-81:hover .img-overlay-box-53 {
    transform: translateY(0);
    box-shadow: 20px 20px 0 rgb(163,152,173);
}

.leadership-profile-15 .review-track-81:hover .work-projects-02 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(0) rotate(0deg);
}

.leadership-profile-15 .name::after {
    height: 4px;
    border-radius: 2px;
    left: 0;
    content: "";
    position: absolute;
    width: 60px;
    background: linear-gradient(90deg, rgb(163,152,173) 0%, transparent 100%);
    bottom: 0;
}

.leadership-profile-15 .experience-data-13::before {
    font-size: 80px;
    left: -15px;
    content: "";
    top: -20px;
    color: rgb(199,191,208);
    opacity: 0.1;
    font-family: Arial, sans-serif;
    position: absolute;
}

.take-a-spin-93::after {
    top: -30%;
    opacity: 0.15;
    content: "";
    height: 50vw;
    width: 50vw;
    animation: floatGlow 15s infinite alternate ease-in-out;
    right: -10%;
    background: radial-gradient(circle, rgb(163,152,173) 0%, transparent 70%);
    z-index: -1;
    position: absolute;
}

.take-a-spin-93 h6::after {
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
    background: #ffffff;
    left: 50%;
    width: 70px;
    height: 3px;
    opacity: 0.7;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    position: absolute;
}

.take-a-spin-93 .inquiry-section-13 {
    font-size: 15px;
    border-radius: 10px;
    display: inline-flex;
    overflow: hidden;
    color: rgb(199,191,208);
    align-items: center;
    font-weight: 700;
    background: #ffffff;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 0.9rem 2.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    justify-content: center;
    z-index: 2;
    transform: translateY(0);
}

.take-a-spin-93 .inquiry-section-13:hover::before {
    opacity: 0.1;
}

.take-a-spin-93 .inquiry-section-13:hover::after {
    left: 100%;
    transition: all 0.7s ease;
}

.take-a-spin-93 div div span:hover::before {
    opacity: 0.25;
    transform: translateZ(-5px) scale(1.05);
}

.title-screen-01::before {
    z-index: 0;
    position: absolute;
    content: "";
    opacity: 0.15;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(163,152,173,0.5) 0%, transparent 60%),
    radial-gradient(circle at 80% 70%, rgb(199,191,208,0.5) 0%, transparent 40%);
}

.title-screen-01 p {
    color: #000000;
    max-width: 90%;
    font-size: calc(17px * 1.2);
    opacity: 0;
    line-height: 1.6;
    transform: translateY(1rem);
    animation: fade-up 0.8s 0.3s ease-out forwards;
}

.title-screen-01 .learning-studio-83 {
    height: 350px;
    overflow: hidden;
    width: 100%;
    position: relative;
    transition: all 0.5s ease;
}

.title-screen-01 .learning-studio-83:hover span {
    transform: translateY(-10px);
}

.title-screen-01 .learning-studio-83 h3 {
    line-height: 1.5;
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.secure-sanctuary-49 h1 {
    color: #000000;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    font-size: calc(18px * 1.2);
}

.secure-sanctuary-49 h3, .secure-sanctuary-49 h4, .secure-sanctuary-49 h5, .secure-sanctuary-49 h6 {
    margin: 1rem 0;
}

.secure-sanctuary-49 li {
    line-height: 1.6;
    padding-left: 20px;
    color: #000000;
    font-size: 18px;
    font-family: Arial, sans-serif;
    position: relative;
}



.digital-res-58 .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2rem;
}

.digital-res-58 .company_holder::before {
    height: 60px;
    border-top: 2px solid rgb(199,191,208);
    top: -20px;
    border-left: 2px solid rgb(199,191,208);
    content: "";
    left: -20px;
    width: 60px;
    position: absolute;
    opacity: 0.7;
}

.digital-res-58 .company_holder h3 {
    background: linear-gradient(90deg, #ffffff, rgb(199,191,208));
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
    font-size: 30px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    font-weight: 700;
}

.digital-res-58 .top-start-05 {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 1.5rem;
    backdrop-filter: blur(4px);
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.digital-res-58 .top-start-05 .first-lesson-67 {
    display: flex;
    gap: 0.7rem;
    flex-direction: column;
}

.digital-res-58 .top-start-05 .first-lesson-67 a {
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    z-index: 1;
    opacity: 0.7;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 0.4rem 1rem;
}

.enroll-info-79 {
    grid-column: 1 / 13;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    grid-row: 2;
    margin-top: 4rem;
}

.company-info-82 {
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
    z-index: 1;
}

.company-info-82::after {
    transform: rotate(45deg);
    width: 200px;
    z-index: -1;
    background: rgb(163,152,173);
    animation: float 15s ease-in-out infinite;
    top: -50px;
    opacity: 0.15;
    position: absolute;
    height: 200px;
    right: -50px;
    content: "";
}

.company-info-82 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.company-info-82 .editorial-wrap-84 h6 {
    position: relative;
    color: rgb(199,191,208);
    padding-bottom: 15px;
    font-size: calc(23px * 1.2);
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-weight: 700;
}

.company-info-82 .editorial-wrap-84 div {
    position: relative;
}

.company-info-82 .editorial-wrap-84 span {
    column-count: 1;
    position: relative;
    display: block;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    line-height: 1.8;
    column-gap: 40px;
}

header .top-core-49 {
    flex-direction: column;
    display: flex;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 1.5rem 0;
    margin: 1rem 0;
    align-items: center;
    border-radius: 26px;
}

header .main-start-08 {
    justify-content: center;
    position: relative;
    text-decoration: none;
    padding: 0 0 1rem 0;
    display: flex;
}

header .main-start-08:hover svg {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}

header .main-master-93 {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    z-index: 1;
    font-family: Arial, sans-serif;
    background: linear-gradient(to bottom, #ffffff, rgb(229,225,233));
    padding: 0.7rem 1.3rem;
    position: relative;
    border-radius: 10px;
    color: #000000;
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-size: 17px;
}



@media (min-width: 768px) {.course-program-info-03 {
    padding: 150px 0 100px;
}.course-program-info-03 .education-46 {
    gap: 60px;
    grid-template-columns: 1fr 1.2fr;
}.course-program-info-03 h2 {
    max-width: 70%;
    margin-bottom: 60px;
    font-size: calc(37px * 1.1);
}.course-program-info-03 .img-overlay-box-53 {
    height: 450px;
}.course-program-info-03 .editorial-wrap-84 {
    max-height: 450px;
    padding: 30px;
}
}



@media (min-width: 1200px) {.course-program-info-03 .container {
    padding: 0 40px;
}.course-program-info-03 .education-46 {
    gap: 100px;
}.course-program-info-03 .img-overlay-box-53 {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
}.course-program-info-03 .img-overlay-box-53:hover {
    transform: perspective(1200px) rotateY(0deg) translateZ(10px);
}.course-program-info-03 .editorial-wrap-84 {
    transform: translateY(-10px);
}
}



@media (max-width: 480px) {.user-reviews-71 {
    padding: 2.5rem 0;
}.user-reviews-71 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.7);
}.user-reviews-71 .review-track-81 {
    padding: 1.2rem;
}.user-reviews-71 .review-track-81 img {
    width: 50px;
    height: 50px;
}.user-reviews-71 a {
    width: 100%;
    padding: 0.6rem 1.5rem;
}
}



@media (max-width: 1024px) {.contacts-39 {
    padding: 6rem 0;
}.contacts-39 .edu-input-34 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
            "info info"
            "photo details";
    grid-template-rows: auto auto;
}.contacts-39 .edu-ask-50:first-child {
    border-radius: 20px 20px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
}.contacts-39 .edu-ask-50:nth-child(2) {
    border-radius: 0 0 0 20px;
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
}.contacts-39 .contact_tile.online-contact-38 {
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
    border-radius: 0 0 20px 0;
}
}


@media only screen and (max-width: 1200px) {.cookieWarningContainer-14 {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.cookie-check-08 {
    display: none;
}.data-opt-14 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookieWarningContainer-14 h5 {
    text-align: center;
}.cookieWarningContainer-14 p {
    text-align: center;
}.consent-edu-52 {
    margin-bottom: 20px;
}body .wrapper-segment-34 .accept-cookies-06 {
    margin-left: 0;
}}



@media (max-width: 480px) {.thxWrapper-36 {
    padding: 4rem 0;
}.thxWrapper-36 .learn-learn-63 {
    padding: 2rem 1.5rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 1rem),
            calc(100% - 1rem) 100%,
            0 100%
        );
}.thxWrapper-36 h5 {
    font-size: calc(19px * 0.75);
}.thxWrapper-36 p {
    font-size: calc(15px * 0.9);
}
}



@media (max-width: 992px) {.education-framework-47 {
    padding: 5rem 1.5rem;
}.education-framework-47::before {
    background-position: 0 0, 25px 25px;
    background-size: 50px 50px;
}.education-framework-47 h3 {
    font-size: calc(31px * 0.9);
    padding: 2rem;
    padding-bottom: 3.5rem;
}.education-framework-47 span {
    padding: 2.5rem 2rem 2rem;
}
}



@media (max-width: 992px) {.tariff-wrapper-05 {
    padding: 80px 0;
}.tariff-wrapper-05 .price-panel-31 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.tariff-wrapper-05 .pricing-fees-16 {
    padding: 25px 20px;
}.tariff-wrapper-05 .pricing-fees-16 p {
    max-height: 180px;
    font-size: calc(15px * 0.95);
}.tariff-wrapper-05 .learning-packages-27 {
    font-size: calc(22px * 1.2);
}
}



@media (max-width: 576px) {.tariff-wrapper-05 {
    padding: 60px 0;
}.tariff-wrapper-05 .price-panel-31 {
    grid-template-columns: 1fr;
}.tariff-wrapper-05 h2 {
    text-align: center;
    font-size: calc(29px * 0.8);
    display: block;
}.tariff-wrapper-05 h2::after {
    width: 60%;
    left: 20%;
}.tariff-wrapper-05 .indv-sub-30 {
    margin-bottom: 30px;
    text-align: center;
}.tariff-wrapper-05 .pricing-fees-16 h4 {
    font-size: calc(22px * 1.1);
}.tariff-wrapper-05 .pricing-fees-16 p {
    max-height: 150px;
}.tariff-wrapper-05 .learning-packages-27 {
    font-size: calc(22px * 1.1);
}}



@media (max-width: 768px) {.join-our-mailing-list-39 {
    padding: 3rem 1rem;
}.join-our-mailing-list-39 .feedback-box-17 {
    padding: 2rem;
    transform: skewX(-5deg);
    max-width: 100%;
}.join-our-mailing-list-39 h3 {
    font-size: calc(21px * 0.9);
    transform: skewX(5deg);
}.join-our-mailing-list-39 .input_holder {
    transform: skewX(5deg);
}.join-our-mailing-list-39 input[type="email"] {
    padding: 0.7rem 1rem;
}.join-our-mailing-list-39 input[type="submit"] {
    padding: 0.7rem 1.5rem;
    align-self: center;
}
}



@media (max-width: 767px) {.leadership-profile-15 {
    padding: 30px 15px;
}.leadership-profile-15 .img-overlay-box-53 {
    height: 220px;
    width: 180px;
}.leadership-profile-15 .work-projects-02 {
    padding: 20px;
}.leadership-profile-15 .name {
    font-size: calc(37px - 4px);
}.leadership-profile-15 .experience-data-13 {
    font-size: 13px;
}}



@media (max-width: 768px) {.take-a-spin-93 {
    padding: 4rem 0;
    transform: skewY(-1deg);
}.take-a-spin-93 .container {
    padding: 0 1.5rem;
    transform: skewY(1deg);
}.take-a-spin-93 h6 {
    margin-bottom: 1.8rem;
    font-size: 16px;
}.take-a-spin-93 h6::after {
    width: 50px;
    bottom: -12px;
}
}



@media (min-width: 992px) {.title-screen-01 > div {
    gap: 6rem;
}.title-screen-01 h1.start-page-74 {
    font-size: calc(39px * 1.4);
}.title-screen-01 p {
    font-size: calc(17px * 1.3);
    max-width: 80%;
}.title-screen-01 .learning-studio-83 {
    height: 450px;
    transition: all 0.6s ease;
    transform: perspective(1000px) rotateY(-3deg);
}.title-screen-01 .learning-studio-83:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}
}



@media (max-width: 480px) {.title-screen-01 {
    padding: 4rem 1rem;
}.title-screen-01 h1.start-page-74 {
    font-size: calc(39px * 0.8);
}.title-screen-01 .learning-studio-83 h3 {
    font-size: calc(24px * 0.9);
}}



@media screen and (max-width: 768px) {.digital-res-58 {
    padding: 4rem 0 3rem;
}.digital-res-58 .first-lesson-67 {
    gap: 2rem;
    grid-template-columns: 1fr;
}.digital-res-58 .top-start-05 {
    padding: 1.2rem;
}.digital-res-58 .top-start-05 h5 {
    font-size: calc(21px * 0.9);
}.digital-res-58 .company_holder::before,
    .digital-res-58 .company_holder::after {
    width: 40px;
    height: 40px;
}
}



@media screen and (max-width: 767px) {.company-info-82 {
    padding: 80px 0 60px;
}.company-info-82 h4 {
    margin-bottom: 30px;
    font-size: 34px;
}.company-info-82 .editorial-wrap-84 {
    padding: 30px 25px;
}.company-info-82 .editorial-wrap-84 h6 {
    font-size: 23px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}.company-info-82 .editorial-wrap-84 span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}}



@media (max-width: 991px) {header .top-core-49 {
    padding: 1.2rem 0;
    margin: 0.8rem 0;
}header .main-start-08 {
    padding: 0 0 0.8rem 0;
}header .main-start-08 svg {
    width: 160px;
}header .top-start-05 {
    padding: 0.8rem 1.5rem 0;
    gap: 0.6rem;
}header .main-master-93 {
    padding: 0.6rem 1.1rem;
}
}



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

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(199,191,208,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}



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



@keyframes pulse {
    0%, 100% {
        transform: scale(1) translateZ(0);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.2) translateZ(0);
        opacity: 0.3;
    }
}



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



@keyframes pulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.8;
    }
}



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



@keyframes line-grow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



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

