* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.header-base {
    flex: 1 0 auto;
}.grid-container {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    width: 1251px;
    max-width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    auto
    scroll-behavior: auto;
    scroll-snap-type: none;
    auto
contain
touch-action: none;
    color: #000000;
}.reward-sys {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course-summary {
    overflow: hidden;
    background: rgb(230,225,233);
    padding: 120px 0;
    position: relative;
}.course-summary::before {
    left: 0;
    opacity: 0.15;
    z-index: 1;
    background: 
        linear-gradient(0deg, transparent 95%, rgb(202,191,208,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(202,191,208,0.5) 100%);
    background-size: 20px 20px;
    animation: gridMove 40s linear infinite;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
}.course-summary::after {
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(202,191,208,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(166,152,173,0.5) 0%, transparent 40%);
    z-index: 1;
    left: 0;
    height: 100%;
    position: absolute;
    opacity: 0.2;
    content: "";
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

.course-summary .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    display: flex;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
}.course-summary .new-study {
    gap: 60px;
    position: relative;
    align-items: center;
    justify-content: center;
    max-width: 900px;
    flex-direction: column;
    width: 100%;
    display: flex;
}.course-summary .text-article {
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.02);
    width: 100%;
    border-radius: 11px;
    backdrop-filter: blur(10px);
    z-index: 3;
}.course-summary .text-article::before {
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.3;
    position: absolute;
    border-radius: 11px;
    pointer-events: none;
    border: 1px solid rgb(202,191,208,0.5);
    width: 100%;
}.course-summary .text-article::after {
    background: linear-gradient(to right, rgb(202,191,208), rgb(166,152,173));
    position: absolute;
    top: -15px;
    content: "";
    left: calc(50% - 30px);
    width: 60px;
    height: 3px;
}.course-summary .text-article h2 {
    position: relative;
    margin-bottom: 25px;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    font-size: 35px;
}.course-summary .text-article h2::after {
    position: absolute;
    left: calc(50% - 40px);
    height: 2px;
    background: rgb(202,191,208,0.5);
    content: "";
    bottom: -10px;
    width: 80px;
}.course-summary .text-article .description {
    font-size: 17px;
    margin-right: auto;
    color: #000000;
    margin-left: auto;
    line-height: 1.7;
    max-width: 800px;
    margin-bottom: 20px;
}.course-summary .text-article .description:last-child {
    margin-bottom: 0;
}.course-summary .img-effect {
    width: 100%;
    position: relative;
    border-radius: 11px;
    z-index: 2;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    height: 450px;
}.course-summary .container::before {
    background-size: 50px 50px, 50px 50px, 200px 200px, 200px 200px, 200px 200px;
    height: 100%;
    animation: circuitPulse 8s infinite alternate;
    left: 0;
    background-image: 
        linear-gradient(to right, rgb(202,191,208,0.5) 0.5px, transparent 1px),
        linear-gradient(to bottom, rgb(202,191,208,0.5) 0.5px, transparent 1px),
        radial-gradient(circle at 50px 50px, rgb(202,191,208,0.5) 2px, transparent 2px),
        radial-gradient(circle at 150px 150px, rgb(166,152,173,0.5) 2px, transparent 2px),
        radial-gradient(circle at 250px 250px, rgb(202,191,208,0.5) 2px, transparent 2px);
    z-index: 0;
    top: 0;
    position: absolute;
    opacity: 0.05;
    width: 100%;
    content: "";
}@keyframes circuitPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.07;
    }
}

.course-summary .new-study::before {
    opacity: 0.2;
    top: -100px;
    background-image: 
        radial-gradient(circle at 100px 100px, rgb(202,191,208,0.5) 1px, transparent 1px),
        radial-gradient(circle at 200px 200px, rgb(166,152,173,0.5) 1px, transparent 1px),
        radial-gradient(circle at 300px 300px, rgb(202,191,208,0.5) 1px, transparent 1px),
        radial-gradient(circle at 400px 100px, rgb(166,152,173,0.5) 1px, transparent 1px),
        radial-gradient(circle at 500px 200px, rgb(202,191,208,0.5) 1px, transparent 1px);
    background-size: 600px 600px;
    height: calc(100% + 200px);
    content: "";
    position: absolute;
    left: -100px;
    z-index: 0;
    width: calc(100% + 200px);
    animation: floatParticles 40s linear infinite;
}@keyframes floatParticles {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 600px 600px;
    }
}

.course-summary .new-study::after {
    left: calc(50% - 50px);
    height: 2px;
    background: linear-gradient(to right, transparent, rgb(166,152,173,0.5), transparent);
    width: 100px;
    content: "";
    position: absolute;
    bottom: -30px;
}.course-summary .container::after {
    animation: hexMove 60s linear infinite;
    top: 0;
    position: absolute;
    content: "";
    background-size: 50px 86.6px;
    left: 0;
    width: 100%;
    z-index: 0;
    background-image: 
        repeating-linear-gradient(60deg, rgb(202,191,208,0.5) 0, rgb(202,191,208,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(120deg, rgb(202,191,208,0.5) 0, rgb(202,191,208,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(180deg, rgb(202,191,208,0.5) 0, rgb(202,191,208,0.5) 1px, transparent 1px, transparent 30px);
    opacity: 0.03;
    height: 100%;
}@keyframes hexMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 86.6px;
    }
}

@keyframes techPulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.course-summary .img-effect::after {
    animation: borderGlow 4s infinite alternate;
}@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.course-summary .text-article h2 {
    animation: reveal 0.8s forwards;
}.course-summary .text-article .description:nth-child(2) {
    animation: reveal 0.8s 0.2s forwards;
}.course-summary .text-article .description:nth-child(3) {
    animation: reveal 0.8s 0.4s forwards;
}

@keyframes scanLines {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 0 450px;
    }
}

@media (min-width: 992px) {.course-summary .new-study {
    display: grid;
    grid-template-rows: auto auto;
    gap: 40px;
    grid-template-columns: 1fr;
}.course-summary .text-article {
    grid-row: 2;
    margin-top: -80px;
    z-index: 4;
}.course-summary .img-effect {
    height: 500px;
    grid-row: 1;
}
}

@media (max-width: 991px) {.course-summary {
    padding: 80px 0;
}.course-summary .new-study {
    gap: 40px;
}.course-summary .text-article {
    padding: 30px;
}.course-summary .img-effect {
    height: 400px;
}
}

@media (max-width: 768px) {.course-summary {
    padding: 60px 0;
}.course-summary .text-article {
    padding: 25px;
}.course-summary .img-effect {
    height: 350px;
}.course-summary .text-article h2 {
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 576px) {.course-summary {
    padding: 50px 0;
}.course-summary .text-article {
    padding: 20px;
}.course-summary .img-effect {
    height: 300px;
}.course-summary .text-article h2 {
    font-size: calc(35px * 0.8);
}.course-summary .text-article .description {
    font-size: calc(17px * 0.95);
}
}

@media (min-width: 992px) {.course-summary .text-article:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}.course-summary .text-article:hover::before {
    transition: all 0.3s ease;
    opacity: 0.5;
    border-color: rgb(202,191,208);
}.course-summary .img-effect:hover::after {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}}
.our-mission {
    background: rgb(230,225,233);
    padding: 110px 0;
    overflow: hidden;
    position: relative;
}.our-mission::before {
    background: 
        linear-gradient(120deg, rgba(255, 255, 255, 0.9) 0%, transparent 70%),
        linear-gradient(240deg, rgba(255, 255, 255, 0.8) 10%, transparent 80%),
        linear-gradient(0deg, #ffffff 0%, transparent 25%);
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
}.our-mission::after {
    width: 100%;
    height: 100%;
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 15px,
            rgba(rgb(202,191,208,0.5), 0.03) 15px,
            rgba(rgb(202,191,208,0.5), 0.03) 16px
        );
    top: 0;
    position: absolute;
    content: "";
    z-index: 2;
}.our-mission .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
    padding: 0 20px;
}.our-mission h2 {
    font-size: 31px;
    color: rgb(202,191,208);
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
}.our-mission h2::before {
    position: absolute;
    height: 5px;
    width: 120px;
    left: 50%;
    border-radius: 10px;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, rgb(202,191,208), rgb(166,152,173));
    bottom: -20px;
}.our-mission h2::after {
    border-radius: 50%;
    bottom: -23px;
    position: absolute;
    width: 12px;
    background: #ffffff;
    border: 3px solid rgb(202,191,208);
    animation: moveDot 4s infinite alternate;
    height: 12px;
    content: "";
    left: calc(50% - 60px - 6px);
}@keyframes moveDot {
    0% {
        left: calc(50% - 60px - 6px);
    }
    100% {
        left: calc(50% + 60px - 6px);
    }
}

.our-mission .mentor-approach {
    display: flex;
    position: relative;
    gap: 40px;
}.our-mission .knowledge-studio {
    transition: all 0.4s ease;
    overflow: hidden;
    flex: 1;
    position: relative;
    border-left: 5px solid rgb(202,191,208);
    border-radius: 0 24px 24px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 40px 35px;
    background: #ffffff;
}.our-mission .knowledge-studio:nth-child(2) {
    border-left-color: rgb(166,152,173);
}.our-mission .knowledge-studio::before {
    width: 100px;
    content: "";
    top: 0;
    background: linear-gradient(
        135deg,
        transparent 70%,
        rgba(rgb(202,191,208,0.5), 0.1) 70%
    );
    position: absolute;
    right: 0;
    height: 100px;
}.our-mission .knowledge-studio:nth-child(2)::before {
    background: linear-gradient(
        135deg,
        transparent 70%,
        rgba(rgb(166,152,173,0.5), 0.1) 70%
    );
}.our-mission .knowledge-studio:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.our-mission .knowledge-studio h3 {
    margin-bottom: 20px;
    transition: padding-left 0.3s ease;
    font-weight: 600;
    font-size: 23px;
    padding-left: 0;
    position: relative;
    color: #000000;
}.our-mission .knowledge-studio:hover h3 {
    padding-left: 15px;
}.our-mission .knowledge-studio h3::before {
    height: 2px;
    width: 0;
    bottom: -8px;
    content: "";
    position: absolute;
    transition: width 0.3s ease;
    background: rgb(202,191,208);
    left: 0;
}.our-mission .knowledge-studio:nth-child(2) h3::before {
    background: rgb(166,152,173);
}.our-mission .knowledge-studio:hover h3::before {
    width: 50px;
}.our-mission .knowledge-studio p {
    color: #000000;
    z-index: 1;
    position: relative;
    line-height: 1.8;
    font-size: 18px;
}.our-mission .knowledge-studio::after {
    width: 40%;
    position: absolute;
    bottom: 0;
    content: "";
    z-index: 0;
    height: 3px;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(202,191,208,0.5) 100%
    );
    right: 0;
}.our-mission .knowledge-studio:nth-child(2)::after {
    background: linear-gradient(
        90deg,
        transparent,
        rgb(166,152,173,0.5) 100%
    );
}.our-mission .mentor-approach::after {
    position: absolute;
    width: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 2;
    border-radius: 50%;
    background: #ffffff;
    height: 40px;
}.our-mission .mentor-approach::before {
    width: 70px;
    content: "";
    border-radius: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1;
    animation: rotate 15s linear infinite;
    border: 2px dashed rgb(202,191,208,0.5);
    height: 70px;
    left: 50%;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media screen and (min-width: 992px) {.our-mission .knowledge-studio:hover {
    transform: translateY(-8px) scale(1.03);
}
}

@media screen and (max-width: 991px) {.our-mission {
    padding: 90px 0;
}.our-mission h2 {
    margin-bottom: 50px;
}.our-mission .mentor-approach {
    gap: 30px;
}.our-mission .knowledge-studio {
    padding: 35px 30px;
}
}

@media screen and (max-width: 768px) {.our-mission {
    padding: 70px 0;
}.our-mission h2 {
    margin-bottom: 45px;
}.our-mission .mentor-approach {
    flex-direction: column;
    gap: 40px;
}.our-mission .mentor-approach::after,
    .our-mission .mentor-approach::before {
    display: none;
}.our-mission .knowledge-studio {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.our-mission {
    padding: 60px 0;
}.our-mission .container {
    padding: 0 15px;
}.our-mission h2 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.9);
}.our-mission h2::before {
    bottom: -15px;
    width: 100px;
    height: 4px;
}@keyframes moveDot {
        0% {
            left: calc(50% - 50px - 6px);
        }
        100% {
            left: calc(50% + 50px - 6px);
        }
    }

    .our-mission .knowledge-studio {
    padding: 30px 25px;
}.our-mission .knowledge-studio h3 {
    margin-bottom: 15px;
    font-size: calc(23px * 0.9);
}.our-mission .knowledge-studio p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}}.reward-sys {
    color: #ffffff;
    z-index: 1;
    padding: 5rem 0 3rem;
    position: relative;
}.reward-sys::before {
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(202,191,208,0.5) 100%);
    height: 100%;
    z-index: -1;
    position: absolute;
}.reward-sys .container {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap: 3rem;
    position: relative;
}.reward-sys .company_holder {
    position: relative;
    padding-left: 2rem;
    animation: borderPulse 4s infinite alternate;
    border-left: 2px solid rgb(202,191,208);
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(202,191,208);
    }
    50% {
        border-left-color: rgb(166,152,173);
    }
    100% {
        border-left-color: rgb(202,191,208);
    }
}

.reward-sys .company_holder h3 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    -webkit-background-clip: text !important;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    font-size: calc(38px * 1.2);
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #ffffff, rgb(166,152,173));
}.reward-sys .grant-info {
    color: #ffffff;
    line-height: 1.6;
    font-size: 14px;
    opacity: 0.8;
    margin-top: 1rem;
}.reward-sys .comm-guide {
    display: flex;
    justify-content: flex-end;
}.reward-sys .top-header {
    gap: 4rem;
    display: flex;
}.reward-sys .main-pagebar {
    position: relative;
}.reward-sys .main-pagebar::before {
    top: -10px;
    position: absolute;
    height: 40px;
    left: -20px;
    opacity: 0.4;
    content: "";
    border-left: 1px solid rgb(202,191,208);
    width: 40px;
    border-top: 1px solid rgb(202,191,208);
}.reward-sys .main-pagebar::after {
    width: 40px;
    position: absolute;
    border-bottom: 1px solid rgb(202,191,208);
    content: "";
    border-right: 1px solid rgb(202,191,208);
    height: 40px;
    opacity: 0.4;
    bottom: -10px;
    right: -20px;
}.reward-sys .main-pagebar h5 {
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: rgb(166,152,173);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 19px;
}.reward-sys .main-pagebar .top-header {
    flex-direction: column;
    gap: 0.8rem;
    display: flex;
}.reward-sys .main-pagebar .top-header a {
    opacity: 0.8;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 14px;
    padding-left: 1rem;
}.reward-sys .main-pagebar .top-header a::before {
    transform: translateY(-50%);
    position: absolute;
    background-color: rgb(202,191,208);
    transition: all 0.3s ease;
    top: 50%;
    height: 5px;
    content: "";
    width: 5px;
    left: 0;
    border-radius: 50%;
}.reward-sys .main-pagebar .top-header a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(202,191,208);
}.reward-sys .main-pagebar .top-header a:hover::before {
    width: 7px;
    background-color: rgb(166,152,173);
    height: 7px;
}.music-edu {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 2rem;
}.music-edu::before {
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    height: 1px;
    top: 0;
    opacity: 0.5;
    background: linear-gradient(to right, transparent, rgb(202,191,208), transparent);
}.music-edu .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.music-edu .ar-tools {
    color: #ffffff;
    font-size: 14px;
    opacity: 0.7;
    text-align: center;
}

@media screen and (max-width: 992px) {.reward-sys .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.reward-sys .company_holder {
    margin-bottom: 2rem;
    padding-left: 1rem;
}.reward-sys .comm-guide {
    justify-content: flex-start;
}.reward-sys .top-header {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.reward-sys {
    padding: 3rem 0 2rem;
}.reward-sys .top-header {
    gap: 2rem;
    flex-direction: column;
}.reward-sys .main-pagebar::before,
    .reward-sys .main-pagebar::after {
    display: none;
}.reward-sys .main-pagebar {
    margin-bottom: 1.5rem;
}.music-edu {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.reward-sys .company_holder h3 {
    font-size: 38px;
}.reward-sys .main-pagebar h5 {
    font-size: calc(21px * 1.1);
}.reward-sys .main-pagebar .top-header a {
    font-size: calc(14px * 0.9);
}}.offer-selection {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(230,225,233) 0%, rgb(166,152,173,0.5) 100%);
}.offer-selection::before {
    position: absolute;
    width: 100%;
    pointer-events: none;
    top: 0;
    height: 100%;
    z-index: 1;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(202,191,208), 0.03) 40px, rgba(rgb(202,191,208), 0.03) 80px);
    content: "";
    left: 0;
}.offer-selection .container {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 1.5rem;
}.offer-selection .learning-price {
    gap: 2.5rem;
    display: flex;
    flex-direction: column-reverse;
}.offer-selection .skill-offers {
    transform: translateY(0);
    z-index: 3;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 2rem;
    position: relative;
    max-width: 600px;
    background: rgba(#ffffff, 0.9);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}.offer-selection .skill-offers:hover {
    transform: translateY(-5px);
}.offer-selection .skill-offers h2 {
    color: #000000;
    line-height: 1.3;
    margin-bottom: 1rem;
    font-size: 34px;
    font-weight: 700;
    position: relative;
}.offer-selection .skill-offers h2::after {
    content: "";
    width: 80px;
    background: rgb(202,191,208);
    transition: transform 0.5s ease;
    bottom: -10px;
    height: 3px;
    position: absolute;
    transform: scaleX(1);
    transform-origin: left;
    left: 0;
}.offer-selection .skill-offers:hover h2::after {
    transform: scaleX(1.5);
}.offer-selection .annual-plan {
    max-width: 100%;
    font-size: 13px;
    margin-top: 1.5rem;
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
    color: #000000;
}.offer-selection .learning-fee {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 30px;
}.offer-selection .learn-pricing {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
}.offer-selection .learn-pricing:hover {
    transform: translateY(-8px);
}.offer-selection .price-grid {
    position: relative;
    transition: box-shadow 0.4s ease;
    border-radius: 8px;
    height: 100%;
    flex-direction: column;
    display: flex;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}.offer-selection .learn-pricing:hover .price-grid {
    box-shadow: 0 15px 35px rgba(rgb(202,191,208,0.5), 0.15);
}.offer-selection .cost-schemes {
    display: flex;
    padding: 2rem;
    flex-grow: 1;
    min-height: 280px;
    flex-direction: column;
}.offer-selection .cost-schemes h3 {
    margin-bottom: 1rem;
    line-height: 1.3;
    font-size: calc(18px + 0.1rem);
    color: #000000;
    font-weight: 600;
    position: relative;
}.offer-selection .access-cost {
    display: block;
    margin: 0.5rem 0 1.25rem;
    position: relative;
    color: rgb(202,191,208);
    font-size: calc(18px + 0.3rem);
    font-weight: 700;
}.offer-selection .access-cost::before {
    height: 2px;
    bottom: -10px;
    background: rgb(166,152,173);
    width: 40px;
    left: 0;
    content: "";
    position: absolute;
}.offer-selection .cost-schemes p {
    font-size: 13px;
    flex-grow: 1;
    margin-top: 1.5rem;
    word-break: break-word;
    color: #000000;
    overflow-wrap: break-word;
    line-height: 1.6;
}.offer-selection .img-effect {
    transform: scale(1);
    transition: transform 0.6s ease-out;
    position: relative;
    width: 100%;
    height: 220px;
}.offer-selection .img-effect::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    z-index: 1;
}.offer-selection .learn-pricing:hover .img-effect {
    transform: scale(1.05);
}

@media (min-width: 768px) {.offer-selection .learning-fee {
    grid-template-columns: repeat(2, 1fr);
}.offer-selection .skill-offers {
    padding: 3rem;
}
}

@media (min-width: 992px) {.offer-selection .learning-price {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
}.offer-selection .skill-offers {
    margin: 0;
    width: 35%;
}.offer-selection .learning-fee {
    width: 65%;
}
}

@media (min-width: 1200px) {.offer-selection .learning-fee {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.offer-selection .cost-schemes {
    padding: 2.5rem;
}.offer-selection .skill-offers h2 {
    font-size: calc(34px + 0.2rem);
}.offer-selection .img-effect {
    height: 250px;
}
}

@media (max-width: 767px) {.offer-selection {
    padding: 4rem 0;
}.offer-selection .cost-schemes {
    min-height: 240px;
    padding: 1.5rem;
}.offer-selection .img-effect {
    height: 180px;
}.offer-selection .skill-offers {
    padding: 1.5rem;
}.offer-selection .skill-offers h2 {
    font-size: calc(34px - 0.2rem);
}.offer-selection .annual-plan {
    font-size: calc(13px - 0.1rem);
}}.contactb16 {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(230,225,233) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}.contactb16::before {
    opacity: 0.2;
    background: radial-gradient(circle, rgb(202,191,208,0.5) 0%, transparent 70%);
    position: absolute;
    height: 25rem;
    z-index: 1;
    top: -5%;
    content: "";
    transform: rotate(-15deg);
    right: -5%;
    width: 25rem;
}.contactb16::after {
    height: 20rem;
    opacity: 0.15;
    width: 20rem;
    left: -5%;
    background: radial-gradient(circle, rgb(166,152,173,0.5) 0%, transparent 70%);
    bottom: -10%;
    position: absolute;
    z-index: 1;
    content: "";
}.contactb16 .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.contactb16 .connect-now {
    transform: translateY(0);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3rem;
    display: grid;
    background: #ffffff;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
}.contactb16 .connect-now:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}.contactb16 h3 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: rgb(202,191,208);
    font-size: 29px;
    margin-bottom: 0.5rem;
}.contactb16 h3::after {
    bottom: -8px;
    width: 60%;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(202,191,208) 0%, transparent 100%);
    height: 3px;
}.contactb16 p {
    font-size: 18px;
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #000000;
}.contactb16 h5 {
    font-weight: 600;
    font-size: 24px;
    display: flex;
    color: #000000;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    align-items: center;
}.contactb16 .get-contactbox {
    display: flex;
    list-style: none;
    gap: 1rem;
    margin: 1.5rem 0 0 0;
    flex-direction: column;
    padding: 0;
}.contactb16 .msg-block {
    align-items: center;
    position: relative;
    padding-bottom: 0.25rem;
    gap: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease, transform 0.3s ease;
    display: flex;
}.contactb16 .msg-block::after {
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
    width: 0;
    background: rgb(202,191,208);
}.contactb16 .msg-block:hover {
    transform: translateX(5px);
    color: rgb(202,191,208);
}.contactb16 .msg-block:hover::after {
    width: 100%;
}.contactb16 svg {
    transition: transform 0.3s ease;
    height: 20px;
    width: 20px;
}.contactb16 .msg-block:hover svg {
    transform: scale(1.15);
}.contactb16 svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.contactb16 .msg-block:hover svg path {
    fill: rgb(202,191,208);
}.contactb16 li {
    transition: transform 0.3s ease;
    transform: translateX(0);
}.contactb16 li:hover {
    transform: translateX(5px);
}

@media (min-width: 768px) {.contactb16 {
    padding: 6rem 0;
}.contactb16 .connect-now {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    border-radius: 8px;
}.contactb16 h3 {
    font-size: calc(29px * 1.2);
    grid-column: 1 / -1;
}.contactb16 .get-contactbox {
    align-self: start;
    grid-column: 2;
    margin-top: 0;
    grid-row: 2 / 4;
}
}

@media (min-width: 992px) {.contactb16 .connect-now {
    gap: 4rem;
    grid-template-columns: 2fr 1fr;
    padding: 4rem;
}.contactb16 .connect-now > div:nth-child(2) {
    grid-column: 1;
}.contactb16 .connect-now > div:nth-child(3) {
    grid-column: 1;
}.contactb16 h3 {
    margin-bottom: 1.5rem;
    transform: translateX(-10px);
}.contactb16 h3::after {
    height: 4px;
    width: 40%;
}.contactb16 .get-contactbox {
    padding-left: 2rem;
    position: relative;
}.contactb16 .get-contactbox::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(202,191,208,0.5), transparent);
    content: "";
    position: absolute;
    top: 0;
    width: 3px;
    height: 100%;
}
}

@media (max-width: 767px) {.contactb16 {
    padding: 3rem 0;
}.contactb16 .connect-now {
    padding: 2rem;
}.contactb16 h3 {
    font-size: 29px;
}.contactb16 svg {
    height: 18px;
    width: 18px;
}.contactb16 .msg-block {
    font-size: 0.95em;
}
}

@media (max-width: 480px) {.contactb16 .connect-now {
    padding: 1.5rem;
}.contactb16 h3 {
    font-size: calc(29px * 0.85);
}.contactb16 p {
    font-size: calc(18px * 0.95);
}.contactb16 .get-contactbox {
    margin-top: 1rem;
}}.modalCookieAgreement {
    position: fixed;
    z-index: 90;
    border-top: 3px solid rgb(166,152,173);
    bottom: 0;
    transition: transform 0.5s ease-in-out;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    padding: 20px 0;
    width: 100%;
    animation: slideUp 0.5s forwards;
    background: rgb(166,152,173);
    transform: translateY(100%);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.cookie-screen {
    padding: 20px 5%;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}.modalCookieAgreement h5 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
}.modalCookieAgreement p {
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
    font-size: 15px;
}.cookie-confirm {
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgb(202,191,208));
    display: flex;
    align-items: center;
}.cookie-confirm svg {
    width: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(202,191,208);
    height: 80px;
}.cookie-confirm:hover svg {
    transform: scale(1.1);
}.cookies-overview {
    cursor: pointer;
    text-align: center;
    flex-shrink: 0;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    white-space: nowrap;
    box-shadow: 0 0 15px rgb(202,191,208);
    background: linear-gradient(90deg, rgb(202,191,208), rgb(166,152,173));
    font-size: 19px;
    border-radius: 14px;
    padding: 10px 20px;
    text-decoration: none;
    min-width: 140px;
    line-height: 40px;
    margin-left: 10px;
}.cookies-overview:hover {
    box-shadow: 0 0 20px rgb(166,152,173);
}.cookie_button.consent-box:hover {
    box-shadow: 0 0 15px rgb(166,152,173);
}.modalCookieAgreement p a {
    color: rgb(202,191,208);
    text-decoration: none;
    transition: color 0.3s ease;
}.modalCookieAgreement p a:hover {
    color: rgb(166,152,173);
}#cookieMessageWindow {
    display: none;
}#cookieMessageWindow:checked ~ .modalCookieAgreement {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.modalCookieAgreement {
    padding: 15px 0;
}.cookie-screen {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookie-confirm {
    display: none;
}.cookie-screen {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.modalCookieAgreement h5 {
    font-size: 16px;
    margin-bottom: 5px;
}.privacy-learn {
    margin-bottom: 15px;
}.cookies-overview {
    margin: 10px 0;
    min-width: 100%;
}}
.training-structure {
    background: linear-gradient(110deg, rgb(230,225,233) 0%, rgb(166,152,173,0.5) 120%);
    padding: 150px 0;
    position: relative;
    overflow: visible;
}.training-structure::before {
    z-index: 1;
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    opacity: 0.1;
    background-image: radial-gradient(rgb(202,191,208,0.5) 1px, transparent 1px);
    background-size: 40px 40px;
    left: 0;
}.training-structure .legacy-story {
    display: flex;
    padding: 0 20px;
    position: relative;
    justify-content: space-between;
    max-width: 1200px;
    align-items: stretch;
    z-index: 2;
    margin: 0 auto;
}.training-structure .text-article {
    position: relative;
    width: 100%;
    flex-direction: column;
    display: flex;
}.training-structure .text-article h2 {
    padding: 35px 50px;
    width: 50%;
    font-size: 29px;
    z-index: 3;
    transform: translateX(-50px);
    margin-bottom: 0;
    align-self: flex-start;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    font-weight: 700;
    color: #ffffff;
    backdrop-filter: blur(10px);
    position: relative;
    background: linear-gradient(120deg, rgb(202,191,208,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 14px;
}.training-structure .text-article p {
    border-radius: 14px;
    width: 65%;
    z-index: 2;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    margin-top: -15px;
    padding: 40px 50px;
    backdrop-filter: blur(15px);
    align-self: flex-end;
    font-size: 18px;
    transform: translateX(50px);
    background: rgba(255, 255, 255, 0.05);
    line-height: 1.8;
}.training-structure .text-article h2::before {
    left: -80px;
    filter: blur(30px);
    background: rgb(202,191,208);
    z-index: -1;
    width: 120px;
    border-radius: 50%;
    opacity: 0.1;
    top: -60px;
    content: '';
    position: absolute;
    height: 120px;
}.training-structure .text-article h2::after {
    position: absolute;
    z-index: 4;
    animation: float-small 8s infinite ease-in-out;
    height: 40px;
    bottom: -20px;
    background: rgb(202,191,208);
    content: '';
    border-radius: 50%;
    width: 40px;
    right: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.training-structure .text-article p::before {
    opacity: 0.6;
    position: absolute;
    top: 20px;
    background: linear-gradient(90deg, transparent, rgb(202,191,208,0.5), transparent);
    content: '';
    width: 85%;
    height: 1px;
    left: 7.5%;
}.training-structure .text-article p::after {
    position: absolute;
    height: 1px;
    width: 70%;
    bottom: 20px;
    background: linear-gradient(90deg, transparent, rgb(166,152,173,0.5), transparent);
    left: 15%;
    opacity: 0.6;
    content: '';
}.training-structure::after {
    border: 2px solid rgb(202,191,208,0.5);
    content: '';
    bottom: -100px;
    animation: rotate-slow 30s linear infinite;
    width: 200px;
    opacity: 0.2;
    position: absolute;
    transform: rotate(45deg);
    left: 10%;
    height: 200px;
}.training-structure .legacy-story::before {
    position: absolute;
    width: 150px;
    animation: pulse-ring 10s infinite ease-in-out;
    top: -75px;
    content: '';
    height: 150px;
    right: 15%;
    opacity: 0.2;
    border: 3px solid rgb(166,152,173,0.5);
    border-radius: 50%;
}.training-structure .legacy-story::after {
    position: absolute;
    filter: blur(20px);
    height: 80px;
    top: 40%;
    animation: pulse-fade 8s infinite alternate;
    content: '';
    right: -40px;
    opacity: 0.1;
    background: rgb(202,191,208);
    width: 80px;
    border-radius: 10px;
}@keyframes float-small {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes rotate-slow {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@keyframes pulse-ring {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes pulse-fade {
    0% {
        opacity: 0.1;
        transform: scale(1) rotate(0);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) rotate(0);
    }
}

.training-structure .text-article h2 span {
    position: relative;
    display: inline-block;
    z-index: 2;
}.training-structure .text-article h2 span::after {
    width: 100%;
    bottom: 2px;
    opacity: 0.3;
    left: 0;
    position: absolute;
    height: 4px;
    background: rgb(202,191,208);
    content: '';
    z-index: -1;
}.training-structure .text-article p strong {
    color: rgb(202,191,208);
    font-weight: 600;
}

@media screen and (max-width: 1200px) {.training-structure .text-article h2 {
    transform: translateX(-30px);
    width: 55%;
}.training-structure .text-article p {
    width: 70%;
    transform: translateX(30px);
}
}

@media screen and (max-width: 992px) {.training-structure {
    padding: 120px 0;
}.training-structure .text-article h2 {
    width: 60%;
    transform: translateX(-20px);
    padding: 30px 40px;
}.training-structure .text-article p {
    transform: translateX(20px);
    padding: 35px 40px;
    width: 75%;
}.training-structure .text-article h2::before {
    width: 100px;
    height: 100px;
    left: -60px;
    top: -50px;
}.training-structure .text-article h2::after {
    height: 30px;
    width: 30px;
    bottom: -15px;
}.training-structure::after {
    height: 150px;
    bottom: -75px;
    width: 150px;
}.training-structure .legacy-story::before {
    width: 120px;
    height: 120px;
    top: -60px;
}.training-structure .legacy-story::after {
    right: -30px;
    width: 60px;
    height: 60px;
}
}

@media screen and (max-width: 768px) {.training-structure {
    padding: 100px 0;
    overflow: hidden;
}.training-structure .text-article h2 {
    width: 100%;
    padding: 25px 30px;
    font-size: calc(29px * 0.9);
    align-self: center;
    transform: none;
    margin-bottom: 20px;
}.training-structure .text-article p {
    transform: none;
    align-self: center;
    margin-top: 0;
    padding: 30px;
    width: 100%;
}.training-structure .text-article h2::before,
    .training-structure .text-article h2::after,
    .training-structure::after,
    .training-structure .legacy-story::before,
    .training-structure .legacy-story::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.training-structure {
    padding: 80px 0;
}.training-structure .text-article h2 {
    padding: 20px 25px;
    font-size: calc(29px * 0.8);
}.training-structure .text-article p {
    font-size: calc(18px * 0.9);
    padding: 25px;
}}.education-history {
    overflow: hidden;
    background: rgb(230,225,233);
    padding: 120px 0;
    position: relative;
}.education-history::before {
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(202,191,208,0.5) 0,
        rgb(202,191,208,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
    content: "";
    opacity: 0.05;
    top: 0;
}.education-history .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
}.education-history .learner-review {
    margin: 0 auto;
    display: grid;
    border-radius: 14px;
    max-width: 1000px;
    gap: 50px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #ffffff;
    grid-template-columns: 350px 1fr;
    overflow: hidden;
}.education-history .img-effect {
    position: relative;
    border-radius: 0;
    min-height: 400px;
    width: 100%;
    overflow: hidden;
    height: 100%;
}.education-history .img-effect::before {
    bottom: 0;
    content: "";
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    height: 50%;
    left: 0;
    position: absolute;
    z-index: 1;
}.education-history .img-effect::after {
    left: 0;
    opacity: 0.15;
    transition: opacity 0.4s ease;
    top: 0;
    background: rgb(202,191,208);
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
}.education-history .img-effect:hover::after {
    opacity: 0;
}.education-history .name {
    z-index: 2;
    transition: transform 0.3s ease;
    color: #ffffff;
    padding-bottom: 0;
    font-family: Arial, sans-serif;
    font-weight: 700;
    left: 30px;
    position: absolute;
    bottom: 60px;
    font-size: 24px;
    margin: 0;
}.education-history .learner-review span:not(.name) {
    opacity: 0.85;
    bottom: 30px;
    position: absolute;
    z-index: 2;
    color: #ffffff;
    font-size: 12px;
    left: 30px;
    font-weight: 400;
    transition: transform 0.3s ease;
    font-family: Arial, sans-serif;
    margin: 0;
}.education-history .img-effect:hover ~ .name,
.education-history .img-effect:hover ~ span:not(.name) {
    transform: translateX(5px);
}.education-history .work-insights {
    display: flex;
    position: relative;
    color: #000000;
    font-size: 12px;
    flex-direction: column;
    margin: 0;
    font-weight: 400;
    justify-content: center;
    line-height: 1.8;
    padding: 50px 40px;
    font-family: Arial, sans-serif;
}.education-history .work-insights::before {
    opacity: 0.2;
    height: 30px;
    background: linear-gradient(to right bottom, 
        rgb(202,191,208) 0%, 
        rgb(202,191,208) 50%, 
        transparent 50%, 
        transparent 100%);
    top: 40px;
    content: "";
    left: 40px;
    width: 40px;
    position: absolute;
}.education-history .work-insights::after {
    right: 40px;
    position: absolute;
    opacity: 0.2;
    height: 30px;
    width: 40px;
    background: linear-gradient(to left top, 
        rgb(166,152,173) 0%, 
        rgb(166,152,173) 50%, 
        transparent 50%, 
        transparent 100%);
    bottom: 40px;
    content: "";
}

@media (max-width: 992px) {.education-history {
    padding: 100px 0;
}.education-history .learner-review {
    gap: 40px;
    grid-template-columns: 300px 1fr;
}.education-history .img-effect {
    min-height: 350px;
}.education-history .work-insights {
    padding: 40px 30px;
}.education-history .work-insights::before {
    height: 24px;
    top: 30px;
    width: 30px;
    left: 30px;
}.education-history .work-insights::after {
    height: 24px;
    width: 30px;
    bottom: 30px;
    right: 30px;
}
}

@media (max-width: 768px) {.education-history {
    padding: 80px 0;
}.education-history .container {
    padding: 0 20px;
}.education-history .learner-review {
    grid-template-columns: 1fr;
    gap: 0;
}.education-history .img-effect {
    height: 300px;
    min-height: 300px;
}.education-history .work-insights {
    padding: 35px 25px;
}.education-history .name {
    bottom: 50px;
    left: 25px;
    font-size: calc(24px * 0.9);
}.education-history .learner-review span:not(.name) {
    font-size: calc(12px * 0.95);
    left: 25px;
    bottom: 25px;
}.education-history .work-insights::before {
    height: 20px;
    left: 25px;
    width: 24px;
    top: 25px;
}.education-history .work-insights::after {
    height: 20px;
    right: 25px;
    bottom: 25px;
    width: 24px;
}
}

@media (max-width: 480px) {.education-history {
    padding: 60px 0;
}.education-history .img-effect {
    height: 250px;
    min-height: 250px;
}.education-history .work-insights {
    font-size: calc(12px * 0.9);
    padding: 30px 20px;
}.education-history .name {
    bottom: 45px;
    left: 20px;
    font-size: calc(24px * 0.85);
}.education-history .learner-review span:not(.name) {
    bottom: 20px;
    font-size: calc(12px * 0.9);
    left: 20px;
}.education-history .work-insights::before,
    .education-history .work-insights::after {
    width: 20px;
    height: 16px;
}}.thanks-page {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(230,225,233) 0%, rgb(202,191,208,0.5) 100%);
    position: relative;
    padding: 120px 0;
}.thanks-page::before {
    top: -5%;
    transform: rotate(-15deg) skew(10deg);
    width: 40%;
    background: linear-gradient(225deg, rgb(166,152,173) 0%, transparent 70%);
    right: -10%;
    z-index: 1;
    pointer-events: none;
    content: "";
    position: absolute;
    height: 60%;
    opacity: 0.1;
}.thanks-page::after {
    bottom: -5%;
    pointer-events: none;
    background: linear-gradient(45deg, rgb(202,191,208) 0%, transparent 80%);
    height: 65%;
    transform: rotate(12deg) skew(-5deg);
    left: -10%;
    content: "";
    opacity: 0.1;
    z-index: 1;
    width: 45%;
    position: absolute;
}.thanks-page .container {
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 5;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.thanks-page h2 {
    font-weight: 700;
    margin-bottom: 35px;
    transform: translateX(-5%);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    color: rgb(202,191,208);
    line-height: 1.3;
    max-width: 90%;
    font-size: 35px;
    position: relative;
}.thanks-page h2::after {
    transform-origin: left center;
    bottom: -12px;
    background: rgb(166,152,173);
    content: "";
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 85px;
    height: 3px;
    left: 0;
    position: absolute;
    transform: scaleX(1);
}.thanks-page .legacy-story {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    padding: 50px 40px 50px 60px;
    transform: translateX(5%);
}.thanks-page .legacy-story::before {
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgb(202,191,208) 0%, rgb(166,152,173) 100%);
    width: 6px;
    content: "";
    top: 0;
}.thanks-page .legacy-story::after {
    right: 20px;
    opacity: 0.3;
    top: 20px;
    width: 100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(166,152,173,0.5) 0%, transparent 70%);
    position: absolute;
    height: 100px;
    z-index: -1;
    content: "";
}.thanks-page ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.thanks-page li {
    z-index: 2;
    position: relative;
}.thanks-page li::before {
    position: absolute;
    opacity: 0.1;
    font-family: serif;
    color: rgb(202,191,208);
    left: -20px;
    z-index: -1;
    line-height: 1;
    top: -40px;
    font-size: 120px;
    content: "";
}.thanks-page li span {
    font-size: calc(15px + 0.1rem);
    max-width: 95%;
    display: block;
    position: relative;
    color: #000000;
    line-height: 1.7;
    font-weight: 400;
}.thanks-page:hover .legacy-story {
    transform: translateX(5%) translateY(-5px);
}.thanks-page:hover h2::after {
    transform: scaleX(1.3);
}

@media (max-width: 991px) {.thanks-page {
    padding: 90px 0;
}.thanks-page h2 {
    max-width: 100%;
    transform: translateX(0);
    font-size: calc(35px - 0.2rem);
}.thanks-page .legacy-story {
    padding: 40px 30px 40px 45px;
    transform: translateX(0);
}.thanks-page:hover .legacy-story {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 767px) {.thanks-page {
    padding: 70px 0;
}.thanks-page::before,
    .thanks-page::after {
    width: 70%;
    height: 50%;
}.thanks-page h2 {
    font-size: calc(35px - 0.4rem);
    line-height: 1.35;
    margin-bottom: 30px;
}.thanks-page .legacy-story {
    padding: 35px 25px 35px 35px;
}.thanks-page li::before {
    top: -25px;
    font-size: 90px;
    left: -15px;
}.thanks-page li span {
    font-size: 15px;
}
}

@media (max-width: 575px) {.thanks-page {
    padding: 60px 0;
}.thanks-page .container {
    transform: perspective(1000px) rotateX(1deg);
}.thanks-page h2 {
    margin-bottom: 25px;
    font-size: calc(35px - 0.5rem);
}.thanks-page h2::after {
    width: 60px;
    height: 2px;
}.thanks-page .legacy-story {
    padding: 25px 20px 25px 25px;
}.thanks-page .legacy-story::before {
    width: 4px;
}.thanks-page li::before {
    left: -10px;
    font-size: 70px;
    top: -20px;
}.thanks-page li span {
    font-size: calc(15px - 0.1rem);
    line-height: 1.6;
}}header {
    overflow: visible;
    margin-top: 0;
    background: linear-gradient(90deg, rgb(166,152,173) 0%, rgb(202,191,208) 100%);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 0;
    z-index: 100;
}header::before {
    z-index: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    content: '';
    height: 100%;
    left: 0;
}header .top-pro {
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
    z-index: 5;
    padding: 1.2rem 2.5rem;
}header .head-learn {
    flex: 0 0 auto;
    position: relative;
    overflow: visible;
    padding: 0.5rem;
    margin-right: 2rem;
}header .head-learn::before {
    opacity: 0.1;
    top: -5px;
    z-index: -1;
    right: -5px;
    bottom: -5px;
    left: -5px;
    content: '';
    position: absolute;
    transform: skew(-5deg);
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
}header .head-learn::after {
    z-index: -1;
    left: -5px;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    right: -5px;
    border: 2px solid #ffffff;
    bottom: -5px;
    transform: skew(-5deg);
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    top: -5px;
    content: '';
}header .head-learn:hover::before {
    opacity: 0;
}header .head-learn:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .head-pro {
    display: block;
    transition: all 0.3s ease;
    position: relative;
}header .head-pro:hover {
    transform: scale(1.05);
}header .head-pro img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .main-pagebar {
    position: relative;
    z-index: 2;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}header .main-page {
    position: relative;
    margin: 0 0.4rem;
}header .main-page a {
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 1;
    text-shadow: 0 0 5px #ffffff;
    display: flex;
    font-weight: 600;
    overflow: hidden;
    font-size: 13px;
    letter-spacing: 0.5px;
    justify-content: center;
    transition: all 0.3s ease;
    align-items: center;
    height: 40px;
    color: #ffffff;
    padding: 0 1.2rem;
    background: rgba(255, 255, 255, 0.1);
}header .main-page a::before {
    bottom: -2px;
    position: absolute;
    left: -2px;
    opacity: 0;
    transition: opacity 0.3s ease;
    transform: scale(0.9);
    z-index: -1;
    content: '';
    background: #ffffff;
    right: -2px;
    top: -2px;
}header .main-page a:hover {
    border-color: #ffffff;
    color: rgb(202,191,208);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
    text-shadow: none;
}header .main-page a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .main-page::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    bottom: -10px;
    filter: blur(3px);
    width: 80%;
    transition: all 0.3s ease;
    opacity: 0;
    left: 10%;
    content: '';
    height: 5px;
}header .main-page:hover::after {
    opacity: 0.5;
    bottom: -5px;
}header .top-pro::before {
    width: 100%;
    top: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    content: '';
    position: absolute;
}header .top-pro::after {
    content: '';
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    bottom: 0;
    height: 1px;
    position: absolute;
    width: 100%;
}header .header-base {
    padding-top: 2rem;
    position: relative;
    background: rgb(230,225,233);
    z-index: 1;
}

@media (min-width: 1400px) {header .top-pro {
    max-width: 1320px;
    margin: 0 auto;
}header .main-page {
    margin: 0 0.6rem;
}header .main-page a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .top-pro {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .head-learn {
    margin-bottom: 0;
    margin-right: 0;
}header .main-pagebar {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .main-page a {
    height: 36px;
    padding: 0 1rem;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top-pro {
    padding: 0.8rem 1.5rem;
}header .head-learn {
    max-width: 140px;
}header .head-learn::before, 
    header .head-learn::after {
    bottom: -3px;
    right: -3px;
    top: -3px;
    left: -3px;
}header .head-pro img {
    max-height: 35px;
}header .main-pagebar {
    scrollbar-width: thin;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
}header .main-pagebar::-webkit-scrollbar {
    height: 3px;
}header .main-pagebar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .main-page {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .main-page a {
    height: 32px;
    padding: 0 0.8rem;
    white-space: nowrap;
    font-size: calc(13px - 2px);
}header .main-page::after {
    display: none;
}
}

@media (max-width: 479px) {header .top-pro {
    padding: 0.7rem 1.2rem;
}header .head-learn {
    max-width: 120px;
}header .main-page a {
    height: 30px;
    padding: 0 0.6rem;
    font-size: calc(13px - 3px);
}}.opening-page {
    padding: 2rem;
    display: flex;
    overflow: hidden;
    width: 100%;
    justify-content: center;
    position: relative;
    background: linear-gradient(135deg, rgb(202,191,208,0.5), rgb(230,225,233));
    min-height: 100vh;
    align-items: center;
}.opening-page > div {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    width: 100%;
}.opening-page .story-info {
    transform: translateY(0);
    animation: fadeSlideUp 0.8s ease-out;
    margin-bottom: 2rem;
    position: relative;
    opacity: 1;
}.opening-page .main-entry {
    display: inline-block;
    color: #000000;
    font-weight: 700;
    overflow: hidden;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    position: relative;
    font-size: 44px;
}.opening-page .main-entry::after {
    bottom: 0;
    background: linear-gradient(90deg, rgb(202,191,208), rgb(166,152,173));
    transform: translateX(-100%);
    left: 0;
    width: 100%;
    content: '';
    position: absolute;
    animation: slideRight 1.2s 0.5s forwards;
    height: 4px;
}.opening-page .start-entry {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    animation: fadeSlideUp 0.8s 0.3s ease-out both;
    border-radius: 18px;
    position: relative;
    transform: translateY(0);
}.opening-page .start-entry::before {
    bottom: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
}.opening-page .start-entry > div {
    position: relative;
    color: #ffffff;
    max-width: 80%;
    padding: 3rem;
    z-index: 2;
}.opening-page .start-entry p {
    line-height: 1.6;
    animation: fadeSlideUp 0.8s 0.6s forwards;
    opacity: 0;
    margin-bottom: 2rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    transform: translateY(20px);
    font-size: calc(14px * 1.2);
}.opening-page .start-entry h3 {
    font-size: 22px;
    background: rgba(var(--primary-color-rgb, 0, 102, 204), 0.2);
    line-height: 1.4;
    border-left: 4px solid rgb(202,191,208);
    animation: fadeSlideUp 0.8s 0.9s forwards;
    margin-top: 1.5rem;
    font-weight: 600;
    padding: 1.2rem;
    backdrop-filter: blur(10px);
    transform: translateY(20px);
    opacity: 0;
}@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideRight {
  to {
    transform: translateX(0);
  }
}

.opening-page::after {
    height: 40%;
    animation: floatGradient 15s infinite alternate ease-in-out;
    top: -10%;
    width: 40%;
    position: absolute;
    background: radial-gradient(circle, rgb(166,152,173,0.5), transparent 70%);
    right: -10%;
    content: '';
    z-index: 1;
}.opening-page::before {
    z-index: 1;
    position: absolute;
    background: radial-gradient(circle, rgb(202,191,208,0.5), transparent 70%);
    left: -10%;
    bottom: -10%;
    animation: floatGradient 20s infinite alternate-reverse ease-in-out;
    width: 50%;
    height: 50%;
    content: '';
}@keyframes floatGradient {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5%, 5%);
  }
  100% {
    transform: translate(0%, 10%);
  }
}

.opening-page .start-entry:hover {
    transition: all 0.5s ease;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

@media (max-width: 992px) {.opening-page {
    padding: 1.5rem;
}.opening-page .main-entry {
    font-size: calc(44px * 0.85);
}.opening-page .start-entry > div {
    padding: 2rem;
    max-width: 90%;
}.opening-page .start-entry p {
    font-size: 14px;
}.opening-page .start-entry h3 {
    font-size: calc(22px * 0.9);
    padding: 1rem;
}
}

@media (max-width: 768px) {.opening-page {
    min-height: auto;
    padding: 3rem 1rem;
}.opening-page .story-info {
    margin-bottom: 1.5rem;
}.opening-page .main-entry {
    margin-bottom: 1rem;
    font-size: calc(44px * 0.7);
}.opening-page .start-entry > div {
    max-width: 100%;
    padding: 1.5rem;
}.opening-page .start-entry p {
    margin-bottom: 1rem;
    font-size: calc(14px * 0.9);
}.opening-page .start-entry h3 {
    font-size: calc(22px * 0.8);
    padding: 0.8rem;
}
}

@media (max-width: 576px) {.opening-page {
    padding: 2rem 0.75rem;
}.opening-page .main-entry {
    font-size: calc(44px * 0.6);
}.opening-page .start-entry > div {
    padding: 1.2rem;
}.opening-page .start-entry p {
    font-size: calc(14px * 0.85);
}.opening-page .start-entry h3 {
    padding: 0.7rem;
    font-size: calc(22px * 0.7);
}}.contactvl3 {
    position: relative;
    background: linear-gradient(120deg, rgb(230,225,233), rgba(rgb(202,191,208), 0.03));
    overflow: hidden;
    padding: 100px 0;
}.contactvl3::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(202,191,208), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(166,152,173), 0.05) 0%, transparent 50%);
}.contactvl3::after {
    width: 100%;
    content: "";
    background-image: 
        linear-gradient(90deg, rgba(rgb(202,191,208), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(202,191,208), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(166,152,173), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(202,191,208), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(166,152,173), 0.04) 0%, transparent 30%);
    z-index: 1;
    left: 0;
    height: 100%;
    top: 0;
    background-position: center center;
    position: absolute;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    animation: backgroundShift 30s linear infinite;
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.contactvl3 .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
}.contactvl3 h2 {
    transform: translateX(-50%);
    margin-bottom: 15px;
    perspective: 1000px;
    position: relative;
    font-size: 35px;
    color: #000000;
    font-weight: 700;
    left: 50%;
    text-align: center;
    display: inline-block;
    letter-spacing: 1px;
}.contactvl3 h2::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(202,191,208), transparent);
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    width: 100%;
}.contactvl3 .query-form {
    margin-top: 60px;
    background: #ffffff;
    border-radius: 16px;
    transform-style: preserve-3d;
    display: flex;
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}.contactvl3 .query-form::before {
    height: 5px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(202,191,208), rgb(166,152,173));
    width: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}.contactvl3 .img-effect {
    overflow: hidden;
    position: relative;
    flex: 0 0 45%;
    transform: translateZ(0);
    min-height: 500px;
}.contactvl3 .img-effect::before {
    content: "";
    background: linear-gradient(210deg, rgba(rgb(202,191,208), 0.5), rgba(rgb(166,152,173), 0.5));
    mix-blend-mode: multiply;
    z-index: 1;
    position: absolute;
    inset: 0;
}.contactvl3 .img-effect::after {
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    top: -100%;
    animation: shine 6s infinite ease-in-out;
    left: -100%;
    width: 300%;
    height: 300%;
    position: absolute;
    z-index: 2;
    content: "";
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.contactvl3 .request-links {
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    padding: 60px 50px;
    flex: 0 0 55%;
    position: relative;
}.contactvl3 .request-links::before {
    content: "";
    opacity: 0.5;
    height: 500px;
    background: 
        radial-gradient(circle, rgba(rgb(202,191,208), 0.03) 0%, transparent 70%);
    position: absolute;
    border-radius: 50%;
    right: 0;
    z-index: 0;
    width: 500px;
    top: 0;
}.contactvl3 form {
    position: relative;
    z-index: 3;
}.contactvl3 form h3 {
    font-weight: 600;
    color: #000000;
    position: relative;
    letter-spacing: 0.5px;
    font-size: 19px;
    margin-bottom: 35px;
}.contactvl3 form h3::after {
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -15px;
    background: rgb(202,191,208);
}.contactvl3 form input[type="text"] {
    padding: 18px 25px;
    transition: all 0.3s ease;
    background: rgba(rgb(230,225,233), 0.5);
    margin-bottom: 25px;
    border: 1px solid rgba(rgb(202,191,208), 0.1);
    width: 100%;
    backdrop-filter: blur(5px);
    font-size: 13px;
    color: #000000;
    border-radius: 8px;
}.contactvl3 form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(rgb(202,191,208), 0.1);
    border-color: rgb(202,191,208);
    background: rgba(#ffffff, 0.9);
}.contactvl3 form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contactvl3 form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}.contactvl3 .query-grid {
    margin-bottom: 30px;
    display: flex;
    position: relative;
}.contactvl3 .query-grid input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contactvl3 .query-grid label {
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
}.contactvl3 .query-grid label::before {
    border: 1px solid rgba(rgb(202,191,208), 0.3);
    top: 0;
    content: "";
    height: 22px;
    background: rgba(#ffffff, 0.6);
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    border-radius: 4px;
    width: 22px;
}.contactvl3 .query-grid input[type="checkbox"]:checked + label::before {
    background: rgb(202,191,208);
    border-color: rgb(202,191,208);
}.contactvl3 .query-grid input[type="checkbox"]:checked + label::after {
    content: "";
    border-width: 0 2px 2px 0;
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
    width: 6px;
    height: 12px;
    border: solid #ffffff;
    position: absolute;
}.contactvl3 .query-grid label a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(202,191,208);
    transition: all 0.3s ease;
    position: relative;
}.contactvl3 .query-grid label a::after {
    width: 100%;
    height: 1px;
    left: 0;
    background: rgb(202,191,208);
    bottom: -2px;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
    content: "";
}.contactvl3 .query-grid label a:hover {
    color: rgb(166,152,173);
}.contactvl3 .query-grid label a:hover::after {
    background: rgb(166,152,173);
    transform-origin: left;
    transform: scaleX(1);
}.contactvl3 .request-section {
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border: none;
    background: rgb(202,191,208);
    color: #ffffff;
    border-radius: 8px;
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 16px 40px;
    transition: all 0.3s ease;
}.contactvl3 .request-section::before {
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(45deg, rgb(202,191,208), rgb(166,152,173));
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    transition: opacity 0.3s ease;
    height: 100%;
}.contactvl3 .request-section:hover::before {
    opacity: 1;
}.contactvl3 .request-section::after {
    width: 50px;
    border-radius: 50%;
    content: "";
    transition: all 0.5s ease;
    position: absolute;
    z-index: -1;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    left: -10px;
    transform: scale(0);
    top: -50%;
}.contactvl3 .request-section:hover::after {
    transform: scale(4);
    opacity: 0;
}.contactvl3 svg {
    fill: none;
    stroke-width: 2;
    transition: all 0.3s ease;
    width: 22px;
    filter: drop-shadow(0 2px 2px rgba(rgb(202,191,208), 0.3));
    height: 22px;
    stroke: rgb(202,191,208);
}.contactvl3 svg path {
    stroke: rgb(202,191,208);
    transition: all 0.3s ease;
    stroke-width: 2;
}.contactvl3 svg:hover,
.contactvl3 svg:hover path {
    stroke: rgb(166,152,173);
    transform: translateY(-2px);
}.contactvl3 form input {
    border: 1px solid rgb(202,191,208);
}

@media (max-width: 1024px) {.contactvl3 {
    padding: 80px 0;
}.contactvl3 .query-form {
    margin-top: 50px;
}.contactvl3 .img-effect {
    min-height: 450px;
}.contactvl3 .request-links {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contactvl3 {
    padding: 60px 0;
}.contactvl3 .query-form {
    margin-top: 40px;
    flex-direction: column;
}.contactvl3 .img-effect {
    min-height: 300px;
    width: 100%;
}.contactvl3 .request-links {
    padding: 40px 30px;
    width: 100%;
}.contactvl3 form h3 {
    margin-bottom: 30px;
}.contactvl3 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contactvl3 .query-grid {
    margin-bottom: 25px;
}.contactvl3 .request-section {
    padding: 14px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.contactvl3 {
    padding: 50px 0;
}.contactvl3 h2 {
    font-size: calc(35px * 0.85);
}.contactvl3 .query-form {
    margin-top: 30px;
    border-radius: 12px;
}.contactvl3 .img-effect {
    min-height: 220px;
}.contactvl3 .request-links {
    padding: 30px 20px;
}.contactvl3 form h3 {
    margin-bottom: 25px;
    font-size: calc(19px * 0.9);
}.contactvl3 form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contactvl3 .query-grid {
    margin-bottom: 20px;
}.contactvl3 .query-grid label {
    font-size: calc(12px * 0.9);
}.contactvl3 .request-section {
    padding: 12px 20px;
}}.privacy-cabinet {
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 50px;
    background: #ffffff;
    overflow: hidden;
}.privacy-cabinet h1 {
    padding-bottom: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    font-family: Arial, sans-serif;
    border-bottom: 3px solid rgb(202,191,208);
    color: #000000;
    margin-bottom: 30px;
    margin-top: 0;
}.privacy-cabinet h2 {
    color: rgb(166,152,173);
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 28px;
    font-family: Arial, sans-serif;
    margin-top: 40px;
    border-bottom: 2px solid rgb(166,152,173);
    text-align: left;
    padding-bottom: 8px;
}.privacy-cabinet h3, .privacy-cabinet h4, .privacy-cabinet h5, .privacy-cabinet h6 {
    color: #000000;
    margin-bottom: 15px;
    margin-top: 30px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-size: 24px;
    font-family: Arial, sans-serif;
}.privacy-cabinet ul, .privacy-cabinet ol {
    list-style: none;
    padding: 20px 0;
    margin: 0;
    padding-left: 0;
}.privacy-cabinet li {
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    padding: 10px 0;
    font-size: 13px;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    line-height: 1.8;
}.privacy-cabinet section {
    background: #ffffff;
}.privacy-cabinet p, .privacy-cabinet span, .privacy-cabinet div {
    padding-bottom: 10px;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.8;
    color: #000000;
}

@media only screen and (max-width: 800px) {.privacy-cabinet {
    border: none;
    box-shadow: none;
    padding: 20px;
}.privacy-cabinet h1, .privacy-cabinet h2 {
    border-bottom-width: 1px;
    text-align: left;
    font-size: calc(24px - 10px);
}.privacy-cabinet ul, .privacy-cabinet ol {
    padding: 10px 0;
    border-top-width: 0;
    border-bottom-width: 0;
}.privacy-cabinet li {
    border-bottom-width: 0;
    padding: 5px 0;
}.privacy-cabinet p, .privacy-cabinet span, .privacy-cabinet div {
    border-bottom-width: 0;
    padding-bottom: 5px;
}
}