﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.head-study {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    width: 15px;
}::-webkit-scrollbar-track {
    box-shadow: inset 2px 2px 3px 7px rgba(0, 0, 0, 0.5);
    margin: 1px 0;
    background: rgb(174,152,173);
}::-webkit-scrollbar-thumb {
    min-height: 38px;
    background: rgb(255, 255, 255, 0.5);
    border-radius: 10.2rem;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(174,152,173);
}::-webkit-scrollbar-corner {
    background: rgb(208,191,208);
}html {
    scrollbar-color: rgb(174,152,173) rgb(174,152,173);
}.container {
    margin: auto;
    max-width: 100%;
    width: 1133px;
}html,body {
    height: 100%;
    color: #000000;
    scroll-behavior: smooth;
    min-height: 100%;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}.trophy-case {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.layer-container {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.thanks-box {
    padding: 6rem 1.5rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,225,233) 0%, rgb(208,191,208,0.5) 100%);
    position: relative;
}.thanks-box::before {
    top: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
}.thanks-box::after {
    z-index: 0;
    content: "";
    background: linear-gradient(225deg, rgb(208,191,208) 0%, transparent 70%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 20rem;
    height: 20rem;
    animation: float 15s ease-in-out infinite;
    transform: rotate(15deg);
    right: -5rem;
    bottom: -5rem;
    opacity: 0.15;
    position: absolute;
}.thanks-box .container {
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;
    z-index: 2;
    gap: 3rem;
    display: flex;
    position: relative;
}.thanks-box h2 {
    line-height: 1.3;
    color: rgb(208,191,208);
    font-family: Arial, sans-serif;
    animation: slideIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    position: relative;
    transform: translateY(-10px);
    font-size: 32px;
    margin: 0;
    opacity: 0;
    max-width: 90%;
    font-weight: 700;
}.thanks-box h2::after {
    animation: lineExpand 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s forwards;
    bottom: -1rem;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(208,191,208) 0%, rgb(174,152,173) 100%);
    width: 6rem;
    transform: scaleX(0);
    height: 3px;
    left: 0;
    content: "";
    position: absolute;
}.thanks-box .training-space {
    transform: translateY(20px);
    opacity: 0;
    background: #ffffff;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 1.5rem), 
        calc(100% - 1.5rem) 100%, 
        0 100%
    );
    animation: popUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    position: relative;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07), 
                0 1px 8px rgba(0, 0, 0, 0.04);
}.thanks-box .training-space::before {
    width: 100%;
    top: 0;
    z-index: -1;
    opacity: 0.04;
    background: linear-gradient(135deg, transparent 0%, rgb(208,191,208,0.5) 300%);
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
}.thanks-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.thanks-box li {
    padding-left: 2.5rem;
    position: relative;
}.thanks-box li::before {
    animation: pulse 4s ease-in-out infinite;
    position: absolute;
    opacity: 0.2;
    content: "";
    border-radius: 10px;
    left: 0;
    top: 0.5rem;
    transform: rotate(45deg);
    background: rgb(208,191,208,0.5);
    height: 1.5rem;
    width: 1.5rem;
}.thanks-box li::after {
    font-weight: 700;
    left: 0.45rem;
    position: absolute;
    font-size: 1rem;
    color: rgb(208,191,208);
    content: "✓";
    top: 0.4rem;
}.thanks-box span {
    font-family: Arial, sans-serif;
    display: block;
    line-height: 1.8;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
}

@keyframes slideIn {
    0% {
        transform: translateY(-10px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

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

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

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

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

@media (max-width: 992px) {.thanks-box {
    padding: 5rem 1.25rem;
}.thanks-box h2 {
    max-width: 100%;
    font-size: calc(32px - 0.25rem);
}.thanks-box .training-space {
    padding: 2rem;
}
}

@media (max-width: 768px) {.thanks-box {
    padding: 4rem 1.25rem;
}.thanks-box h2 {
    font-size: calc(32px - 0.5rem);
}.thanks-box .training-space {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 1rem), 
            calc(100% - 1rem) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.thanks-box li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.thanks-box {
    padding: 3rem 1rem;
}.thanks-box h2 {
    font-size: calc(32px - 0.75rem);
}.thanks-box .training-space {
    padding: 1.5rem;
}.thanks-box h2::after {
    width: 4rem;
}.thanks-box li::before {
    height: 1.25rem;
    width: 1.25rem;
    top: 0.3rem;
}.thanks-box li::after {
    left: 0.35rem;
    top: 0.25rem;
    font-size: 0.9rem;
}.thanks-box span {
    font-size: calc(12px - 0.1rem);
}}.user-reviews {
    overflow: hidden;
    position: relative;
    padding: 100px 0 120px;
    background: linear-gradient(to right, rgb(233,225,233), #ffffff);
}.user-reviews::before {
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(208,191,208,0.5) 0,
        rgb(208,191,208,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    opacity: 0.2;
    z-index: 0;
}.user-reviews .training-space {
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 1;
}.user-reviews h4 {
    transform: skewY(0);
    position: relative;
    font-weight: 700;
    display: block;
    color: #000000;
    text-align: center;
    font-size: 44px;
    margin-bottom: 60px;
}.user-reviews h4::after {
    transform: skewX(0);
    height: 10px;
    left: -10%;
    background: rgb(208,191,208);
    bottom: -20px;
    width: 120%;
    content: "";
    position: absolute;
}.user-reviews .feedback-stories {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}.user-reviews .success-feedback {
    flex-direction: column;
    display: flex;
    padding: 30px 0;
    margin: 0 20px 40px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: calc(33.333% - 40px);
    transform: translateY(0);
    position: relative;
}.user-reviews .success-feedback:hover {
    transform: translateY(-15px);
}.user-reviews .success-feedback::before {
    left: 0;
    top: 0;
    background: rgb(208,191,208);
    height: 0;
    content: "";
    width: 2px;
    position: absolute;
    transition: height 0.5s ease;
}.user-reviews .success-feedback:hover::before {
    height: 100%;
}.user-reviews .success-feedback::after {
    bottom: 0;
    content: "";
    background: rgb(208,191,208);
    transition: width 0.5s ease 0.2s;
    width: 0;
    height: 2px;
    left: 0;
    position: absolute;
}.user-reviews .success-feedback:hover::after {
    width: 100%;
}.user-reviews .content-image {
    position: relative;
    overflow: hidden;
    height: 80px;
    width: 80px;
    box-shadow: 5px 5px 0 rgb(174,152,173,0.5);
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border-radius: 26px;
    transform: rotate(-3deg);
}.user-reviews .success-feedback:hover .content-image {
    box-shadow: 10px 10px 0 rgb(174,152,173,0.5);
    transform: rotate(0deg);
}.user-reviews .success-feedback span {
    transition: transform 0.3s ease;
    padding-left: 15px;
    font-weight: 600;
    color: #000000;
    margin: 10px 0;
    font-size: calc(15px * 1.1);
    position: relative;
    transform: translateX(0);
}.user-reviews .success-feedback:hover span {
    transform: translateX(10px);
    color: rgb(208,191,208);
}.user-reviews .success-feedback p {
    line-height: 1.7;
    padding-left: 15px;
    transition: border-left-color 0.3s ease;
    color: #000000;
    position: relative;
    border-left: 1px dashed rgb(174,152,173,0.5);
    margin-top: 15px;
    font-size: 15px;
}.user-reviews .success-feedback:hover p {
    border-left-color: rgb(208,191,208);
}.user-reviews .success-feedback:nth-child(3n+1) {
    transform: translateY(20px);
}.user-reviews .success-feedback:nth-child(3n+2) {
    transform: translateY(40px);
}.user-reviews .success-feedback:nth-child(3n+1):hover {
    transform: translateY(5px);
}.user-reviews .success-feedback:nth-child(3n+2):hover {
    transform: translateY(25px);
}

@media (max-width: 1024px) {.user-reviews .success-feedback {
    width: calc(50% - 40px);
}.user-reviews .success-feedback:nth-child(2n+1) {
    transform: translateY(20px);
}.user-reviews .success-feedback:nth-child(2n+2) {
    transform: translateY(40px);
}.user-reviews .success-feedback:nth-child(2n+1):hover {
    transform: translateY(5px);
}.user-reviews .success-feedback:nth-child(2n+2):hover {
    transform: translateY(25px);
}.user-reviews h4 {
    font-size: calc(44px * 0.9);
}
}

@media (max-width: 768px) {.user-reviews {
    padding: 70px 0 90px;
}.user-reviews .success-feedback {
    transform: translateY(0) !important;
    margin: 0 0 50px;
    width: 100%;
}.user-reviews .success-feedback:hover {
    transform: translateY(-10px) !important;
}.user-reviews h4 {
    font-size: calc(44px * 0.8);
}.user-reviews h4::after {
    width: 80%;
    left: 10%;
    transform: skewX(0);
}}.training-structure {
    padding: 180px 0 150px;
    background: linear-gradient(155deg, rgb(233,225,233) 0%, rgb(208,191,208,0.5) 100%);
    position: relative;
    overflow: visible;
}.training-structure::before {
    height: 100%;
    content: '';
    opacity: 0.1;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(45deg, rgb(208,191,208,0.5) 0%, transparent 60%);
    top: 0;
}.training-structure .training-space {
    display: flex;
    justify-content: flex-start;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.training-structure .word-wrapper {
    flex-direction: column;
    margin-left: 5%;
    display: flex;
    position: relative;
    width: 55%;
}.training-structure .word-wrapper h2 {
    font-size: 37px;
    transform: translateX(-80px) translateY(20px);
    margin-bottom: 0;
    font-weight: 700;
    align-self: flex-start;
    backdrop-filter: blur(10px);
    background: linear-gradient(120deg, rgb(208,191,208,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    color: #ffffff;
    z-index: 4;
    position: relative;
    padding: 40px;
    border-radius: 0 25px 25px 0;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
}.training-structure .word-wrapper p {
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 3;
    backdrop-filter: blur(15px);
    align-self: flex-end;
    position: relative;
    border-radius: 25px 0 0 25px;
    margin-top: -30px;
    font-size: 16px;
    transform: translateX(60px);
    padding: 45px;
    color: #ffffff;
}.training-structure .word-wrapper::before {
    position: absolute;
    transform: rotate(25deg);
    animation: rotate-float 40s infinite linear;
    opacity: 0.1;
    border: 2px solid rgb(208,191,208,0.5);
    content: '';
    height: 300px;
    z-index: 1;
    top: -130px;
    width: 300px;
    right: -200px;
}.training-structure .word-wrapper::after {
    width: 250px;
    content: '';
    height: 250px;
    position: absolute;
    border: 2px solid rgb(174,152,173,0.5);
    bottom: -100px;
    left: -150px;
    z-index: 0;
    opacity: 0.1;
    animation: rotate-float 30s infinite linear reverse;
    transform: rotate(15deg);
}.training-structure .word-wrapper h2::before {
    height: 80px;
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    content: '';
    top: -25px;
    left: -25px;
    width: 80px;
    background: rgb(208,191,208);
    transform: rotate(45deg);
}.training-structure .word-wrapper h2::after {
    width: 100%;
    left: 0;
    height: 3px;
    opacity: 0.6;
    background: linear-gradient(90deg, rgb(208,191,208) 0%, transparent 100%);
    content: '';
    position: absolute;
    bottom: 0;
}.training-structure .word-wrapper p::before {
    content: '';
    opacity: 0.3;
    background: rgb(174,152,173,0.5);
    right: 0;
    position: absolute;
    width: 15px;
    height: 70%;
    top: 15%;
}.training-structure .word-wrapper p::after {
    position: absolute;
    bottom: 20px;
    width: 170px;
    transform-origin: right center;
    right: 30px;
    background: linear-gradient(90deg, transparent 0%, rgb(208,191,208) 100%);
    opacity: 0.3;
    height: 3px;
    content: '';
    animation: pulse-width 5s infinite ease-in-out;
}.training-structure::after {
    opacity: 0.3;
    height: 2px;
    position: absolute;
    width: 35%;
    bottom: 50px;
    content: '';
    background: linear-gradient(90deg, transparent 0%, rgb(208,191,208) 60%, rgb(208,191,208) 100%);
    z-index: 1;
    right: 0;
}.training-structure .training-space::before {
    background: rgb(208,191,208);
    content: '';
    top: -125px;
    position: absolute;
    opacity: 0.05;
    height: 250px;
    left: -125px;
    animation: pulse-subtle 15s infinite alternate;
    width: 250px;
    border-radius: 50%;
    filter: blur(80px);
}.training-structure .training-space::after {
    z-index: 0;
    content: '';
    top: -25%;
    background: linear-gradient(to bottom, transparent, rgb(208,191,208,0.5), transparent);
    width: 1px;
    position: absolute;
    opacity: 0.2;
    height: 150%;
    left: 30%;
}

@keyframes rotate-float {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-width {
    0%, 100% {
        width: 170px;
        opacity: 0.3;
    }
    50% {
        width: 120px;
        opacity: 0.5;
    }
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 1200px) {.training-structure .word-wrapper {
    width: 65%;
}.training-structure .word-wrapper h2 {
    transform: translateX(-60px) translateY(20px);
}.training-structure .word-wrapper p {
    transform: translateX(40px);
}.training-structure .word-wrapper::before {
    height: 250px;
    right: -150px;
    width: 250px;
}.training-structure .word-wrapper::after {
    width: 200px;
    left: -100px;
    height: 200px;
}
}

@media screen and (max-width: 992px) {.training-structure {
    padding: 150px 0 120px;
}.training-structure .word-wrapper {
    width: 75%;
}.training-structure .word-wrapper h2 {
    transform: translateX(-40px) translateY(15px);
    padding: 35px;
}.training-structure .word-wrapper p {
    transform: translateX(30px);
    padding: 35px;
}.training-structure .word-wrapper::before {
    height: 200px;
    width: 200px;
    right: -100px;
    top: -100px;
}.training-structure .word-wrapper::after {
    width: 150px;
    height: 150px;
    bottom: -75px;
    left: -75px;
}.training-structure .training-space::after {
    left: 20%;
}
}

@media screen and (max-width: 768px) {.training-structure {
    padding: 120px 0 100px;
    overflow: hidden;
}.training-structure .training-space {
    justify-content: center;
}.training-structure .word-wrapper {
    width: 90%;
    margin-left: 0;
}.training-structure .word-wrapper h2 {
    border-radius: 25px;
    transform: translateX(0) translateY(0);
    padding: 30px;
    margin-bottom: 20px;
    font-size: calc(37px * 0.9);
    align-self: center;
}.training-structure .word-wrapper p {
    margin-top: 0;
    border-radius: 25px;
    transform: translateX(0);
    padding: 30px;
    align-self: center;
}.training-structure .word-wrapper::before,
    .training-structure .word-wrapper::after,
    .training-structure::after,
    .training-structure .training-space::before,
    .training-structure .training-space::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.training-structure {
    padding: 100px 0 80px;
}.training-structure .word-wrapper {
    width: 100%;
}.training-structure .word-wrapper h2 {
    padding: 25px;
    font-size: calc(37px * 0.8);
}.training-structure .word-wrapper p {
    font-size: calc(16px * 0.9);
    padding: 25px;
}}header {
    z-index: 100;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 0;
    padding: 0;
    background: rgb(233,225,233);
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}header::before {
    left: 0;
    top: 0;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(208,191,208), 0.03) 25%, 
        rgba(rgb(208,191,208), 0.05) 50%,
        rgba(rgb(208,191,208), 0.03) 75%,
        transparent 100%
    );
    content: '';
    width: 100%;
    pointer-events: none;
    position: absolute;
    height: 100%;
}header .top-pagewrap {
    padding: 1.2rem 2rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}header .nav-wrap {
    flex: 0 0 auto;
    margin-right: 2rem;
    max-width: 180px;
    position: relative;
}header .head-site {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    display: block;
}header .head-site:hover {
    transform: translateY(-3px);
}header .head-site img {
    height: auto;
    display: block;
    max-width: 100%;
    filter: brightness(1.03);
}header .head-site::before {
    opacity: 0;
    transform: scaleX(0.7);
    height: 10px;
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    border-radius: 10px;
    left: 0;
    bottom: -15px;
    background: rgb(208,191,208);
    content: '';
}header .head-site:hover::before {
    transform: scaleX(1);
    opacity: 0.7;
}header .top-sitebar {
    list-style: none;
    flex-wrap: nowrap;
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
}header .top-sitebar::after {
    content: '';
    bottom: -15px;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(208,191,208,0.5), 
        transparent
    );
    left: 0;
    width: 100%;
}header .main-bar {
    position: relative;
    margin: 0;
}header .main-bar a {
    color: #000000;
    padding: 1rem 1.2rem;
    display: block;
    font-size: 12px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    font-weight: 600;
}header .main-bar a::before {
    left: 0;
    height: 3px;
    content: '';
    transition: transform 0.3s ease;
    position: absolute;
    background: rgb(208,191,208);
    transform: translateX(-100%);
    bottom: 0;
    width: 100%;
}header .main-bar a:hover {
    color: rgb(208,191,208);
}header .main-bar a:hover::before {
    transform: translateX(0);
}header .main-bar a::after {
    top: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
    border-radius: 10px;
    transform: scale(0.8);
    left: 0;
    transition: all 0.3s ease;
    background: rgb(208,191,208,0.5);
    z-index: -1;
    opacity: 0;
    height: 100%;
    content: '';
}header .main-bar a:hover::after {
    transform: scale(1);
    opacity: 0.15;
}header .top-pagewrap::before {
    width: 30%;
    z-index: -1;
    background: linear-gradient(-90deg, rgb(233,225,233), transparent);
    top: 0;
    right: 0;
    height: 100%;
    content: '';
    position: absolute;
}header .top-pagewrap::after {
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(90deg, rgb(233,225,233), transparent);
    z-index: -1;
    width: 30%;
    top: 0;
    content: '';
}header .head-study {
    background: #ffffff;
    position: relative;
    padding-top: 2rem;
    z-index: 1;
}

@media (min-width: 1400px) {header .top-pagewrap {
    max-width: 1300px;
    margin: 0 auto;
}header .main-bar a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .top-pagewrap {
    justify-content: space-between;
    padding: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
}header .nav-wrap {
    margin-bottom: 0;
    margin-right: 0;
}header .top-sitebar {
    flex-basis: 100%;
    margin-top: 0;
    flex-wrap: wrap;
    padding-top: 1rem;
    justify-content: flex-end;
}header .main-bar {
    margin-bottom: 0.5rem;
}header .main-bar a {
    font-size: calc(12px - 1px);
    padding: 0.7rem 1rem;
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .top-pagewrap {
    padding: 1rem 1.5rem;
}header .nav-wrap {
    flex: 0 0 auto;
    max-width: 150px;
}header .top-sitebar {
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    margin-top: 0.5rem;
    flex-wrap: nowrap;
    padding: 0.5rem 0;
    scrollbar-width: thin;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}header .top-sitebar::-webkit-scrollbar {
    height: 3px;
}header .top-sitebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(208,191,208,0.5);
}header .main-bar {
    flex: 0 0 auto;
}header .main-bar a {
    white-space: nowrap;
    font-size: calc(12px - 2px);
    padding: 0.6rem 0.8rem;
}header .top-sitebar::after {
    bottom: 0;
}header .head-site::before {
    display: none;
}}.price-item-element {
    padding: 120px 0;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}.price-item-element::before {
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(208,191,208,0.5), rgba(0, 0, 0, 0.5) 70%);
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
}.price-item-element::after {
    background: linear-gradient(225deg, rgb(174,152,173,0.5) 10%, transparent 65%);
    right: 0;
    top: 0;
    width: 45%;
    height: 100%;
    z-index: -1;
    content: "";
    pointer-events: none;
    position: absolute;
}.price-item-element .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
}.price-item-element .learning-rates {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
}.price-item-element h2 {
    color: #ffffff;
    z-index: 2;
    font-size: 33px;
    text-align: center;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
}.price-item-element h2::after {
    transform: translateY(2px);
    content: "";
    display: block;
    width: 80px;
    border-radius: 2px;
    background: rgb(208,191,208);
    height: 4px;
    margin: 16px auto 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}.price-item-element .cost-breakdown {
    margin: 0 auto 50px;
    font-weight: 400;
    opacity: 0.9;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.3px;
    line-height: 1.6;
    max-width: 700px;
    font-size: calc(16px + 2px);
}.price-item-element .package-pricing {
    gap: 30px;
    z-index: 2;
    display: grid;
    position: relative;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 100%;
    margin: 0;
    list-style: none;
}.price-item-element .package-pricing li {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.price-item-element .package-pricing li:hover {
    transform: translateY(-8px);
}.price-item-element .plan-deals {
    border-radius: 12px;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
    width: 100%;
    overflow: hidden;
    display: flex;
    height: 100%;
}.price-item-element .plan-deals:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1);
}.price-item-element .pricing-options {
    border-radius: 12px;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
}.price-item-element .pricing-options::before {
    z-index: -1;
    width: 100%;
    left: 0;
    background: linear-gradient(145deg, rgba(rgb(208,191,208), 0.03), rgba(rgb(174,152,173), 0.05));
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
}.price-item-element .pricing-options::after {
    right: 0;
    opacity: 0.1;
    top: 0;
    border-radius: 0 0 0 180px;
    height: 180px;
    content: "";
    transform: translate(50%, -50%);
    background: linear-gradient(225deg, rgb(208,191,208,0.5) 10%, transparent 70%);
    transition: all 0.5s ease;
    width: 180px;
    position: absolute;
    z-index: -1;
}.price-item-element .plan-deals:hover .pricing-options::after {
    transform: translate(40%, -40%) scale(1.1);
    opacity: 0.2;
}.price-item-element .pricing-catalog {
    z-index: 2;
    padding: 35px 25px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    position: relative;
}.price-item-element .pricing-catalog::before {
    position: absolute;
    z-index: -1;
    height: 40%;
    background: linear-gradient(to top, rgba(rgb(208,191,208), 0.03), transparent);
    width: 100%;
    content: "";
    bottom: 0;
    left: 0;
}.price-item-element .pricing-catalog h4 {
    position: relative;
    font-weight: 600;
    color: #000000;
    margin: 0 0 20px;
    font-size: calc(24px + 2px);
    display: inline-block;
}.price-item-element .pricing-catalog h4::after {
    left: 0;
    background: rgb(208,191,208);
    content: "";
    border-radius: 2px;
    height: 3px;
    position: absolute;
    bottom: -8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 40px;
}.price-item-element .pricing-catalog p {
    margin: 0 0 30px;
    word-break: break-word;
    color: #000000;
    flex-grow: 1;
    line-height: 1.6;
    font-size: 16px;
    overflow-wrap: break-word;
    hyphens: auto;
}.price-item-element .learning-cost {
    padding: 10px 20px;
    backdrop-filter: blur(4px);
    font-size: calc(24px + 6px);
    position: relative;
    margin-top: auto;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.05),
        -6px -6px 12px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    font-weight: 700;
    border-radius: 8px;
    align-self: flex-start;
    display: inline-block;
    transition: all 0.3s ease;
    color: rgb(208,191,208);
}.price-item-element .plan-deals:hover .learning-cost {
    transform: scale(1.05);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.07),
        -8px -8px 16px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
}

@media (max-width: 1200px) {.price-item-element {
    padding: 100px 0;
}.price-item-element .package-pricing {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.price-item-element h2 {
    font-size: calc(33px - 2px);
}.price-item-element .cost-breakdown {
    font-size: 16px;
    margin-bottom: 40px;
}
}

@media (max-width: 992px) {.price-item-element {
    padding: 80px 0;
}.price-item-element .package-pricing {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.price-item-element .pricing-catalog {
    padding: 30px 20px;
}.price-item-element .learning-cost {
    padding: 8px 16px;
    font-size: calc(24px + 2px);
}
}

@media (max-width: 768px) {.price-item-element {
    padding: 60px 0;
}.price-item-element .package-pricing {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 500px;
}.price-item-element h2 {
    font-size: calc(33px - 4px);
}.price-item-element .pricing-catalog h4 {
    font-size: 24px;
}.price-item-element .pricing-catalog p {
    font-size: calc(16px - 1px);
}
}

@media (max-width: 576px) {.price-item-element {
    padding: 50px 0;
}.price-item-element h2 {
    font-size: calc(33px - 6px);
}.price-item-element .cost-breakdown {
    margin-bottom: 30px;
    font-size: calc(16px - 1px);
}.price-item-element .pricing-catalog {
    padding: 25px 18px;
}.price-item-element .learning-cost {
    font-size: 24px;
    padding: 6px 12px;
}}.our-mission {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.our-mission::before {
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(208,191,208,0.5), rgba(0, 0, 0, 0.5) 75%);
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    pointer-events: none;
    position: absolute;
}.our-mission::after {
    position: absolute;
    right: -5%;
    animation: floatElement 20s infinite alternate ease-in-out;
    background: rgb(174,152,173);
    top: -10%;
    transform: rotate(-25deg);
    height: 200%;
    width: 45%;
    opacity: 0.15;
    content: "";
    z-index: 0;
}.our-mission .container {
    z-index: 2;
    position: relative;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}.our-mission h2 {
    position: relative;
    transform: translateX(-5px);
    display: inline-block;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 38px;
    color: #ffffff;
}.our-mission h2::after {
    background: linear-gradient(90deg, rgb(174,152,173), transparent);
    width: 80px;
    transform-origin: left;
    content: "";
    left: 0;
    height: 3px;
    position: absolute;
    bottom: -10px;
    animation: expandWidth 0.7s ease-out forwards;
}.our-mission .word-wrapper {
    gap: 30px;
    backdrop-filter: blur(10px);
    transform: translateY(0);
    padding: 40px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    grid-template-columns: 1fr;
    display: grid;
    background: rgba(255, 255, 255, 0.92);
    z-index: 3;
}.our-mission .word-wrapper::before {
    content: "";
    top: 0;
    height: 0;
    width: 6px;
    animation: growVertical 1s 0.3s ease-out forwards;
    background: rgb(208,191,208);
    left: 0;
    position: absolute;
}.our-mission .word-wrapper > div {
    position: relative;
}.our-mission .word-wrapper p {
    position: relative;
    padding-left: 15px;
    font-size: calc(15px * 1.5);
    font-weight: 600;
    transform: translateX(0);
    color: rgb(208,191,208);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}.our-mission .word-wrapper p::before {
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    position: absolute;
    content: "";
    height: 8px;
    top: 50%;
    background: rgb(174,152,173);
    width: 8px;
}.our-mission .word-wrapper div > div {
    column-count: 1;
    line-height: 1.8;
    padding-left: 15px;
    column-gap: 40px;
    font-size: 15px;
    color: #000000;
    position: relative;
}.our-mission .word-wrapper:hover {
    transform: translateY(-5px);
}.our-mission .word-wrapper:hover p {
    transform: translateX(5px);
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 80px; }
}

@keyframes growVertical {
    from { height: 0; }
    to { height: 100%; }
}

@keyframes floatElement {
    0% { transform: rotate(-25deg) translateY(0); }
    50% { transform: rotate(-22deg) translateY(-15px); }
    100% { transform: rotate(-25deg) translateY(0); }
}

@media (min-width: 768px) {.our-mission {
    padding: 150px 0;
}.our-mission h2 {
    font-size: calc(38px * 1.2);
    margin-bottom: 60px;
}.our-mission h2::after {
    width: 120px;
}.our-mission .word-wrapper {
    margin-left: 40px;
    width: calc(100% - 40px);
    padding: 60px;
}.our-mission .word-wrapper div > div {
    column-count: 2;
}
    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 120px; }
    }
}

@media (min-width: 992px) {.our-mission {
    padding: 180px 0;
}.our-mission::after {
    right: -10%;
    width: 60%;
    top: -20%;
}.our-mission h2 {
    transform: translateX(-10px);
}.our-mission .word-wrapper {
    margin-left: 80px;
    width: calc(100% - 80px);
    padding: 80px;
}.our-mission .word-wrapper::before {
    width: 8px;
}.our-mission .word-wrapper div > div {
    column-count: 2;
}
}

@media (min-width: 1200px) {.our-mission h2 {
    margin-bottom: 80px;
}.our-mission .word-wrapper {
    margin-left: 120px;
    padding: 100px;
    width: calc(100% - 120px);
}.our-mission .word-wrapper::before {
    width: 10px;
}
}

@media (max-width: 767px) {.our-mission {
    padding: 80px 0;
}.our-mission h2 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.9);
}.our-mission .word-wrapper {
    padding: 30px 20px;
}.our-mission .word-wrapper p {
    font-size: calc(15px * 1.2);
    margin-bottom: 15px;
}.our-mission .word-wrapper div > div {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}}.privacy-sanctum {
    width: 100%;
    color: #000000;
    padding: 3rem;
    background-color: rgb(233,225,233);
    flex-direction: column;
    font-family: Arial, sans-serif;
    display: flex;
}.privacy-sanctum h1 {
    padding-bottom: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    border-bottom: 3px solid rgb(208,191,208);
    color: rgb(208,191,208);
    margin-bottom: 2rem;
    font-size: 48px;
}.privacy-sanctum h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-top: 2rem;
    letter-spacing: 0.08rem;
    padding-left: 1rem;
    font-weight: 600;
    border-left: 4px solid rgb(174,152,173);
    color: rgb(174,152,173);
}.privacy-sanctum h3,.privacy-sanctum h4,.privacy-sanctum h5, .privacy-sanctum h6 {
    margin: 1rem 0;
    font-size: 18px;
}.privacy-sanctum ul,
.privacy-sanctum ol {
    list-style-type: none;
    list-style-position: inside;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
    padding-left: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}.privacy-sanctum li {
    position: relative;
    font-size: 16px;
    margin-bottom: 1rem;
    line-height: 1.8;
}.privacy-sanctum li::before {
    color: rgb(208,191,208);
    content: "▹";
    margin-right: 0.5rem;
}.privacy-sanctum p {
    color: #000000;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 1.5rem;
}.privacy-sanctum span {
    color: rgb(174,152,173);
    font-weight: 700;
}.privacy-sanctum > div {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    margin-bottom: 2rem;
    padding: 1rem;
    border-radius: 10px;
}
@media only screen and (max-width: 800px) {.privacy-sanctum {
    padding: 1.5rem;
    gap: 1.5rem;
}.privacy-sanctum h1 {
    font-size: calc(18px - 0.5rem);
}.privacy-sanctum h2 {
    font-size: calc(18px - 0.5rem);
}.privacy-sanctum p,
    .privacy-sanctum li {
    font-size: calc(16px - 0.2rem);
}.privacy-sanctum > div {
    padding: 0.5rem;
}}
.take-a-spin {
    padding: 140px 0;
    overflow: hidden;
    background: linear-gradient(110deg, rgb(208,191,208) 0%, rgb(174,152,173) 100%);
    z-index: 1;
    position: relative;
}.take-a-spin::before {
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.5;
    background: 
        linear-gradient(
            135deg,
            transparent 25%,
            rgba(255, 255, 255, 0.05) 25%,
            rgba(255, 255, 255, 0.05) 50%,
            transparent 50%,
            transparent 75%,
            rgba(255, 255, 255, 0.05) 75%
        );
    background-size: 30px 30px;
    z-index: -1;
    content: '';
    height: 100%;
    position: absolute;
    animation: patternMove 15s linear infinite;
}.take-a-spin::after {
    content: '';
    z-index: -1;
    top: -50%;
    width: 200%;
    animation: rotateConic 30s linear infinite;
    position: absolute;
    left: -50%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgba(255, 255, 255, 0) 0deg,
        rgba(255, 255, 255, 0.03) 90deg,
        rgba(255, 255, 255, 0) 180deg,
        rgba(255, 255, 255, 0.03) 270deg,
        rgba(255, 255, 255, 0) 360deg
    );
    height: 200%;
}.take-a-spin .training-space {
    display: flex;
    max-width: 900px;
    align-items: center;
    padding: 0;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    flex-direction: column;
    z-index: 2;
}.take-a-spin .training-space::before {
    top: 0;
    left: -20%;
    z-index: -1;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    width: 140%;
    background: rgba(255, 255, 255, 0.05);
    transform: skewX(-15deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    content: '';
    position: absolute;
}.take-a-spin .training-space::after {
    width: 100px;
    position: absolute;
    border-radius: 50%;
    filter: blur(20px);
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    content: '';
    animation: floatBubble 10s ease-in-out infinite alternate;
    height: 100px;
    z-index: -1;
    right: -30px;
    top: -30px;
}.take-a-spin h3 {
    font-size: 35px;
    text-align: center;
    color: #ffffff;
    font-family: Arial, sans-serif;
    transform-style: preserve-3d;
    position: relative;
    text-transform: uppercase;
    margin: 60px 0;
    font-weight: 700;
    letter-spacing: 2px;
    perspective: 1000px;
    padding: 0 20px;
    transform: rotateX(5deg);
    transition: all 0.5s ease;
}.take-a-spin h3::before {
    top: -30px;
    height: 1px;
    width: 80%;
    left: 10%;
    content: '';
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
}.take-a-spin h3::after {
    height: 1px;
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    width: 60%;
    left: 20%;
    content: '';
    bottom: -30px;
}.take-a-spin h3:hover {
    transform: rotateX(0deg);
}.take-a-spin .help-form {
    z-index: 1;
    font-size: 14px;
    border-radius: 10px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    color: rgb(208,191,208);
    overflow: hidden;
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
    transition: all 0.4s ease;
    transform-origin: bottom center;
    transform: perspective(1000px) rotateX(10deg);
    font-weight: 600;
    padding: 20px 50px;
}.take-a-spin .help-form::before {
    z-index: -1;
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.4s ease;
    background: linear-gradient(
        145deg,
        rgb(208,191,208) 0%,
        rgb(174,152,173) 100%
    );
    content: '';
    top: 0;
}.take-a-spin .help-form::after {
    left: 0;
    position: absolute;
    z-index: -1;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05),
        transparent
    );
    content: '';
    width: 100%;
    height: 20px;
    top: 0;
}.take-a-spin .help-form:hover {
    color: #ffffff;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 10px 20px rgba(0, 0, 0, 0.1);
}.take-a-spin .help-form:hover::before {
    opacity: 1;
}

@media screen and (max-width: 992px) {.take-a-spin {
    padding: 120px 0;
}.take-a-spin .training-space::before {
    width: 130%;
    left: -15%;
}.take-a-spin h3 {
    font-size: calc(35px * 0.9);
    margin: 50px 0;
}.take-a-spin .help-form {
    font-size: calc(14px * 0.95);
    margin-bottom: 50px;
    padding: 18px 45px;
}
}

@media screen and (max-width: 768px) {.take-a-spin {
    padding: 100px 0;
}.take-a-spin .training-space::before {
    left: -10%;
    width: 120%;
    transform: skewX(-10deg);
}.take-a-spin h3 {
    font-size: calc(35px * 0.8);
    transform: none;
    margin: 40px 0;
}.take-a-spin h3::before {
    top: -25px;
}.take-a-spin h3::after {
    bottom: -25px;
}.take-a-spin .help-form {
    font-size: calc(14px * 0.9);
    padding: 15px 40px;
    margin-bottom: 40px;
    transform: none;
}.take-a-spin .help-form:hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.take-a-spin {
    padding: 80px 0;
}.take-a-spin .training-space::before {
    left: -5%;
    width: 110%;
    transform: skewX(-5deg);
}.take-a-spin h3 {
    font-size: calc(35px * 0.7);
    margin: 35px 0;
    letter-spacing: 1px;
}.take-a-spin h3::before {
    top: -20px;
}.take-a-spin h3::after {
    bottom: -20px;
}.take-a-spin .help-form {
    font-size: calc(14px * 0.85);
    padding: 12px 35px;
    margin-bottom: 35px;
    letter-spacing: 1px;
}}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    50% {
        transform: translate(-20px, 20px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
}.connect {
    font-family: Arial, sans-serif;
    background: linear-gradient(
        135deg, 
        rgba(rgb(208,191,208), 0.05) 0%, 
        rgba(rgb(174,152,173), 0.03) 50%, 
        #ffffff 100%
    );
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.connect::before {
    left: -50%;
    background: radial-gradient(
        circle at center, 
        rgba(rgb(208,191,208), 0.05) 0%, 
        transparent 70%
    );
    position: absolute;
    top: -50%;
    content: '';
    animation: techPulse 10s infinite alternate;
    z-index: 1;
    width: 200%;
    height: 200%;
}.connect .container {
    max-width: 1400px;
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.connect .msg-details {
    gap: 2rem;
    grid-template-rows: auto auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    position: relative;
}.connect .message-page:first-child {
    display: flex;
    justify-content: center;
    flex-direction: column;
    grid-row: span 2;
}.connect .message-page:first-child p {
    display: flex;
    align-items: center;
}.connect .message-page {
    border-radius: 10px;
    padding: 2.5rem;
    transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1);
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(rgb(208,191,208), 0.1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(15px);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.1),
        0 10px 20px rgba(0,0,0,0.05);
}.connect .message-page h2 {
    color: rgb(208,191,208);
    line-height: 1.2;
    max-width: 80%;
    font-size: 36px;
    display: inline-block;
    position: relative;
    margin-bottom: 0.75rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}.connect .message-page h2::before {
    height: 3px;
    content: '';
    transition: transform 0.4s ease;
    bottom: -0.5rem;
    position: absolute;
    transform: scaleX(0);
    left: 0;
    transform-origin: right;
    width: 3rem;
    background: rgb(208,191,208);
}.connect .message-page:hover h2::before {
    transform: scaleX(1);
    transform-origin: left;
}.connect .contact-query {
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.8;
    color: rgb(174,152,173);
    margin-bottom: 0.5rem;
    font-size: 15px;
    letter-spacing: 0.05em;
}.connect .contact-card {
    max-width: 90%;
    margin-bottom: 0.75rem;
    font-size: calc(15px * 0.9);
    color: #000000;
    line-height: 1.5;
}.connect .message-page .content-image {
    border-radius: 10px;
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.15),
        0 10px 25px rgba(0,0,0,0.1);
    height: 300px;
    overflow: hidden;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.connect .message-page .content-image::before {
    height: 100%;
    content: '';
    background: linear-gradient(
        135deg, 
        rgba(rgb(208,191,208), 0.1) 0%, 
        rgba(rgb(174,152,173), 0.1) 100%
    );
    transition: opacity 0.4s ease;
    opacity: 0;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}.connect .message-page:hover .content-image {
    box-shadow: 
        0 35px 60px rgba(0,0,0,0.2),
        0 15px 35px rgba(0,0,0,0.15);
    transform: scale(1.05);
}.connect .message-page:hover .content-image::before {
    opacity: 1;
}.connect .request-info {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(rgb(208,191,208), 0.05);
    margin-top: 1rem;
    padding: 0.75rem;
    border-radius: 10px;
}.connect .request-info h3 {
    margin-bottom: 0.5rem;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: rgb(174,152,173);
    text-transform: uppercase;
}.connect .learn-faq {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}.connect .learn-faq span {
    border: 1px solid rgba(rgb(208,191,208), 0.1);
    background: rgba(255,255,255,0.05);
    color: #000000;
    padding: 0.3rem 0.6rem;
    border-radius: 10px;
    transition: background 0.3s ease;
    font-size: 15px;
}.connect .learn-faq span:hover {
    background: rgba(255,255,255,0.1);
}.connect .reach-experts {
    flex-direction: column;
    display: flex;
    gap: 1rem;
    z-index: 3;
    position: relative;
}.connect .reach-experts a {
    transition: all 0.3s ease;
    flex-direction: column;
    display: flex;
    position: relative;
    text-decoration: none;
    padding: 0.75rem;
    border-radius: 10px;
}.connect .reach-experts a::before {
    background: linear-gradient(
        135deg, 
        rgba(rgb(208,191,208), 0.05) 0%, 
        rgba(rgb(174,152,173), 0.05) 100%
    );
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    left: 0;
    content: '';
    transition: opacity 0.3s ease;
    top: 0;
}.connect .reach-experts a:hover::before {
    opacity: 1;
}.connect .reach-experts a span {
    z-index: 2;
    position: relative;
    margin-bottom: 0.25rem;
    color: rgb(174,152,173);
    font-size: 20px;
    opacity: 0.7;
}.connect .reach-experts a p {
    color: #000000;
    margin: 0;
    z-index: 2;
    font-size: 15px;
    position: relative;
}.connect svg,
.connect svg path {
    fill: rgb(208,191,208);
    margin-right: 8px;
    transition: fill 0.3s ease, transform 0.3s ease;
}.connect .reach-experts a:hover svg,
.connect .reach-experts a:hover svg path {
    transform: scale(1.1);
    fill: rgb(174,152,173);
}

@keyframes techPulse {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.5;
    }
    100% {
        transform: scale(1.1) rotate(5deg);
        opacity: 0.7;
    }
}

@media screen and (max-width: 1200px) {.connect .msg-details {
    grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 768px) {.connect .msg-details {
    grid-template-columns: 1fr;
}.connect .message-page {
    padding: 1.5rem;
}.connect .message-page .content-image {
    height: 250px;
}
}

@media screen and (max-width: 480px) {.connect {
    padding: 2rem 0;
}.connect .message-page {
    padding: 1rem;
}.connect .message-page .content-image {
    height: 200px;
}}.landing-page {
    height: 100vh;
    width: 100%;
    min-height: 600px;
    background: linear-gradient(45deg, #000000 0%, rgb(174,152,173,0.5) 100%);
    overflow: hidden;
    position: relative;
}.landing-page .training-space {
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    width: 100%;
}.landing-page .start-welcome {
    right: 0;
    z-index: 1;
    width: 60%;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 100%;
    top: 0;
    position: absolute;
}.landing-page .start-welcome::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(
        to left,
        transparent 30%,
        rgba(0, 0, 0, 0.5) 100%
    );
    left: 0;
    content: '';
    z-index: 2;
    top: 0;
    height: 100%;
}.landing-page .start-hero {
    animation: staggered-carousel 25s ease-in-out infinite;
    display: flex;
    width: 500%;
    height: 100%;
}.landing-page .start-front {
    overflow: hidden;
    width: 20%;
    height: 100%;
    position: relative;
}.landing-page .start-front::before {
    background: rgb(208,191,208,0.5);
    inset: 0;
    opacity: 0.3;
    mix-blend-mode: color;
    z-index: 2;
    content: '';
    position: absolute;
}.landing-page .start-front::after {
    inset: 0;
    content: '';
    z-index: 2;
    position: absolute;
    opacity: 0.1;
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 2px,
        rgb(208,191,208,0.5) 2px,
        rgb(208,191,208,0.5) 4px
    );
}.landing-page .start-front img {
    transform: scale(1);
    transition: transform 1s ease;
    object-fit: cover;
    width: 100%;
    filter: brightness(0.9) contrast(1.1);
    height: 100%;
}.landing-page .start-front:hover img {
    transform: scale(1.05);
}.landing-page .word-wrapper {
    align-self: center;
    z-index: 10;
    padding: 0;
    grid-column: 1;
    width: 80%;
    justify-self: center;
    max-width: 500px;
    position: relative;
}.landing-page .word-wrapper::before {
    position: absolute;
    content: '';
    opacity: 0.8;
    border-left: 4px solid rgb(208,191,208);
    border-top: 4px solid rgb(208,191,208);
    height: 70px;
    left: -20px;
    top: -20px;
    width: 70px;
}.landing-page .word-wrapper::after {
    right: -20px;
    border-bottom: 4px solid rgb(208,191,208);
    border-right: 4px solid rgb(208,191,208);
    width: 70px;
    height: 70px;
    opacity: 0.8;
    content: '';
    bottom: -20px;
    position: absolute;
}.landing-page .word-wrapper h1 {
    color: #ffffff;
    line-height: 1.3;
    position: relative;
    padding-bottom: 15px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    font-size: 45px;
    font-weight: 700;
}.landing-page .word-wrapper h1::after {
    animation: heading-line 3s ease infinite;
    position: absolute;
    bottom: 0;
    background: rgb(208,191,208);
    height: 4px;
    width: 80px;
    content: '';
    left: 0;
}.landing-page .word-wrapper p {
    font-size: 13px;
    opacity: 0.9;
    margin-bottom: 2.5rem;
    color: #ffffff;
    line-height: 1.7;
}.landing-page .word-wrapper .feedback-box {
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    font-size: 18px;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    border: none;
    transition: all 0.3s ease;
    font-weight: 600;
    background: linear-gradient(
        to right,
        rgb(208,191,208) 0%,
        rgb(174,152,173) 100%
    );
    display: inline-block;
    color: #ffffff;
    padding: 14px 35px;
    border-radius: 27px;
}.landing-page .word-wrapper .feedback-box::before {
    content: '';
    opacity: 0;
    left: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(174,152,173) 0%,
        rgb(208,191,208) 100%
    );
    top: 0;
    height: 100%;
    z-index: -1;
}.landing-page .word-wrapper .feedback-box:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}.landing-page .word-wrapper .feedback-box:hover::before {
    opacity: 1;
}

@keyframes staggered-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes heading-line {
    0%, 100% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
}

@media (max-width: 1200px) {.landing-page .start-welcome {
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 65%;
}.landing-page .word-wrapper {
    width: 85%;
    max-width: 450px;
}
}

@media (max-width: 992px) {.landing-page .training-space {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
}.landing-page .start-welcome {
    width: 100%;
    position: absolute;
    clip-path: none;
    height: 100%;
}.landing-page .start-welcome::before {
    background: linear-gradient(
            to bottom,
            #000000 0%,
            transparent 30%,
            transparent 70%,
            #000000 100%
        );
}.landing-page .word-wrapper {
    margin: 0 auto;
    padding: 2.5rem;
    backdrop-filter: blur(8px);
    max-width: 550px;
    width: 90%;
    border-radius: 27px;
    grid-column: 1;
    background: linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0.4) 100%
        );
}
}

@media (max-width: 768px) {.landing-page {
    min-height: 500px;
}.landing-page .word-wrapper {
    padding: 2rem;
}.landing-page .word-wrapper h1 {
    font-size: calc(45px * 0.9);
}.landing-page .word-wrapper p {
    font-size: calc(13px * 0.95);
}.landing-page .word-wrapper::before,
    .landing-page .word-wrapper::after {
    height: 50px;
    width: 50px;
}
}

@media (max-width: 576px) {.landing-page {
    min-height: 450px;
}.landing-page .word-wrapper {
    padding: 1.5rem;
}.landing-page .word-wrapper h1 {
    font-size: calc(45px * 0.8);
}.landing-page .word-wrapper p {
    font-size: calc(13px * 0.9);
    margin-bottom: 2rem;
}.landing-page .word-wrapper .feedback-box {
    text-align: center;
    padding: 12px 25px;
    width: 100%;
}.landing-page .word-wrapper::before,
    .landing-page .word-wrapper::after {
    left: -10px;
    top: -10px;
    width: 40px;
    height: 40px;
}.landing-page .word-wrapper::after {
    right: -10px;
    bottom: -10px;
}
}

@media (orientation: landscape) and (max-height: 600px) {.landing-page {
    min-height: 450px;
    height: auto;
}.landing-page .training-space {
    min-height: 450px;
}.landing-page .word-wrapper {
    padding: 1.5rem;
}.landing-page .word-wrapper h1 {
    margin-bottom: 1rem;
}.landing-page .word-wrapper p {
    margin-bottom: 1.5rem;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    background: linear-gradient(135deg, rgb(208,191,208,0.5) 0%, rgb(174,152,173,0.5) 100%);
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 0;
    top: 0;
    right: 0;
    opacity: 0.92;
    content: "";
}footer {
    background-size: cover !important;
    background-position: center !important;
}.trophy-case {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2rem;
}.trophy-case::before {
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    background: rgb(208,191,208);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    top: 0;
    height: 15px;
}.trophy-case .container {
    gap: 0;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}.trophy-case .company_holder {
    flex: 0 0 40%;
    margin-bottom: 2rem;
    padding: 0 3rem 2rem 0;
    position: relative;
}.trophy-case .company_holder::after {
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, #ffffff, transparent);
    width: 1px;
    height: 100%;
    content: "";
    opacity: 0.3;
    right: 1.5rem;
}.trophy-case .company_holder h3 {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 1.5rem;
    transform: skewX(-10deg);
    position: relative;
    padding-bottom: 1rem;
    color: #ffffff;
}.trophy-case .company_holder h3::after {
    box-shadow: 0 0 10px rgb(208,191,208);
    left: 0;
    position: absolute;
    content: "";
    background: rgb(208,191,208);
    bottom: 0;
    width: 80px;
    height: 3px;
}.trophy-case .lang-learn {
    font-size: 18px;
    transform: skewX(-5deg);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(208,191,208);
    transform-origin: left top;
    line-height: 1.6;
    padding: 1.5rem;
}.trophy-case .idea-pool {
    flex: 0 0 60%;
    flex-wrap: wrap;
    display: flex;
    gap: 0;
}.trophy-case .header-mainbar {
    gap: 0;
    flex-wrap: wrap;
    display: flex;
    flex: 1;
}.trophy-case .top-sitebar {
    position: relative;
    padding: 0 1rem 2rem 1rem;
    flex: 0 0 50%;
}.trophy-case .top-sitebar h5 {
    margin: 0 0 1.5rem;
    padding-left: 1rem;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
    transform: skewX(-5deg);
}.trophy-case .top-sitebar h5::before {
    transform: skewX(5deg);
    content: "";
    left: 0;
    position: absolute;
    width: 3px;
    bottom: 0;
    top: 0;
    background: rgb(208,191,208);
}.trophy-case .top-sitebar .header-mainbar {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}.trophy-case .top-sitebar .header-mainbar a {
    transform: skewX(-5deg);
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.05);
    display: block;
    padding: 0.7rem 1rem;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}.trophy-case .top-sitebar .header-mainbar a::before {
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    left: -100%;
    content: "";
}.trophy-case .top-sitebar .header-mainbar a:hover {
    transform: skewX(-5deg) translateX(5px);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding-left: 1.5rem;
}.trophy-case .top-sitebar .header-mainbar a:hover::before {
    left: 100%;
}.donate-btn {
    padding: 1.5rem 0;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    margin-top: 2rem;
    background: rgba(0, 0, 0, 0.15);
    position: relative;
}.donate-btn .container {
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}.donate-btn .footer-disclaimer {
    transform: skewX(-5deg);
    color: #ffffff;
    text-align: center;
    width: 100%;
    font-size: 13px;
}

@media (max-width: 1200px) {.trophy-case .company_holder {
    flex: 0 0 35%;
    padding-right: 2rem;
}.trophy-case .idea-pool {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.trophy-case {
    padding: 4rem 0 2rem;
}.trophy-case .container {
    flex-direction: column;
}.trophy-case .company_holder {
    padding-right: 0;
    flex: 0 0 100%;
    margin-bottom: 3rem;
}.trophy-case .company_holder::after {
    display: none;
}.trophy-case .idea-pool {
    flex: 0 0 100%;
}.trophy-case .top-sitebar {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.trophy-case {
    padding: 3.5rem 0 1.5rem;
}.trophy-case::before {
    height: 10px;
}.trophy-case .company_holder h3 {
    font-size: calc(38px - 2px);
}.trophy-case .lang-learn {
    transform: skewX(-3deg);
    padding: 1.2rem;
}.trophy-case .top-sitebar h5, 
    .trophy-case .top-sitebar .header-mainbar a {
    transform: skewX(-3deg);
}.trophy-case .top-sitebar .header-mainbar a:hover {
    transform: skewX(-3deg) translateX(5px);
}.donate-btn {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.donate-btn .footer-disclaimer {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.trophy-case {
    padding: 3rem 0 1rem;
}.trophy-case::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.trophy-case .top-sitebar {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.trophy-case .company_holder {
    margin-bottom: 2rem;
}.trophy-case .top-sitebar .header-mainbar a {
    padding: 0.6rem 0.8rem;
}.trophy-case .top-sitebar .header-mainbar a:hover {
    padding-left: 1.2rem;
}.donate-btn {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 1rem;
}
}

@media (max-width: 420px) {.trophy-case .company_holder h3 {
    transform: skewX(-5deg);
}.trophy-case .company_holder h3::after {
    width: 60px;
}.trophy-case .lang-learn {
    transform: none;
}.trophy-case .top-sitebar h5 {
    transform: none;
}.trophy-case .top-sitebar h5::before {
    transform: none;
}.trophy-case .top-sitebar .header-mainbar a,
    .trophy-case .top-sitebar .header-mainbar a:hover,
    .donate-btn .footer-disclaimer {
    transform: none;
}}.contact {
    background: rgb(233,225,233);
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}.contact::before {
    content: "";
    position: absolute;
    top: -150px;
    background: linear-gradient(45deg, rgb(208,191,208,0.5), rgb(174,152,173,0.5));
    height: 400px;
    filter: blur(70px);
    right: -150px;
    z-index: 1;
    border-radius: 50%;
    width: 400px;
}.contact::after {
    left: -100px;
    width: 300px;
    content: "";
    filter: blur(60px);
    background: linear-gradient(225deg, rgb(174,152,173,0.5), rgb(208,191,208,0.5));
    border-radius: 50%;
    z-index: 1;
    height: 300px;
    position: absolute;
    bottom: -100px;
}.contact .container {
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.contact h2 {
    margin-bottom: 60px;
    font-weight: 700;
    color: #000000;
    position: relative;
    text-align: center;
    font-size: 31px;
}.contact h2::before {
    width: 50px;
    z-index: -1;
    content: "";
    position: absolute;
    left: calc(50% - 120px);
    border-radius: 50%;
    height: 50px;
    top: -25px;
    background: rgb(208,191,208,0.5);
}.contact h2::after {
    border-radius: 50%;
    background: rgb(174,152,173,0.5);
    position: absolute;
    content: "";
    z-index: -1;
    width: 30px;
    height: 30px;
    right: calc(50% - 100px);
    bottom: -15px;
}.contact .help-card {
    position: relative;
    overflow: hidden;
    display: flex;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background: #ffffff;
}.contact .help-card::before {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    inset: 0;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(208,191,208,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(174,152,173,0.5) 99%
    );
    content: "";
}.contact .content-image {
    position: relative;
    transition: transform 0.5s ease;
    min-height: 500px;
    flex: 0 0 45%;
}.contact .content-image::before {
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    content: "";
    inset: 0;
    position: absolute;
}.contact .content-image::after {
    right: 20px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.3);
    content: "";
    bottom: 20px;
    position: absolute;
    left: 20px;
    top: 20px;
    pointer-events: none;
}.contact .help-grid {
    justify-content: center;
    flex: 0 0 55%;
    flex-direction: column;
    display: flex;
    position: relative;
    padding: 60px;
}.contact form {
    z-index: 3;
    position: relative;
}.contact form h3 {
    font-size: 21px;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 600;
}.contact form input[type="text"] {
    font-size: 13px;
    border: none;
    border-radius: 12px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    width: 100%;
    padding: 18px 25px;
    color: #000000;
    background: rgb(233,225,233);
}.contact form input[type="text"]:focus {
    border: 1px solid transparent;
    outline: none;
    box-shadow: 0 5px 15px rgba(rgb(208,191,208), 0.1);
    background: linear-gradient(rgb(233,225,233), rgb(233,225,233)) padding-box,
                linear-gradient(to right, rgb(208,191,208), rgb(174,152,173)) border-box;
}.contact form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.contact .inquiry-widget {
    position: relative;
    margin-bottom: 30px;
}.contact .inquiry-widget input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact .inquiry-widget label {
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    color: #000000;
    padding-left: 35px;
    cursor: pointer;
}.contact .inquiry-widget label::before {
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
    border-radius: 6px;
    content: "";
    left: 0;
    top: 0;
    background: rgb(233,225,233);
    position: absolute;
}.contact .inquiry-widget input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(208,191,208), rgb(174,152,173));
}.contact .inquiry-widget input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    width: 6px;
    position: absolute;
    content: "";
    left: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    height: 12px;
    top: 4px;
}.contact .inquiry-widget label a {
    font-weight: 600;
    color: rgb(208,191,208);
    text-decoration: none;
    transition: color 0.3s ease;
}.contact .inquiry-widget label a:hover {
    color: rgb(174,152,173);
}.contact .feedback-box {
    position: relative;
    border-radius: 12px;
    border: none;
    z-index: 1;
    font-size: 18px;
    padding: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(208,191,208), rgb(174,152,173));
    width: 100%;
    cursor: pointer;
    transition: all 0.5s ease;
    font-weight: 600;
    color: #ffffff;
}.contact .feedback-box::before {
    left: 0;
    z-index: -1;
    transform-origin: right;
    content: "";
    background: linear-gradient(135deg, rgb(174,152,173), rgb(208,191,208));
    height: 100%;
    top: 0;
    position: absolute;
    transition: transform 0.5s ease;
    transform: scaleX(0);
    width: 100%;
}.contact .feedback-box:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact svg {
    fill: none;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
    margin-right: 12px;
    stroke: rgb(208,191,208);
}.contact svg path {
    fill: none;
    stroke: rgb(208,191,208);
    transition: all 0.3s ease;
    stroke-width: 2;
}.contact svg:hover,
.contact svg:hover path {
    stroke: rgb(174,152,173);
}

@media (max-width: 1024px) {.contact {
    padding: 70px 0;
}.contact .help-grid {
    padding: 45px;
}.contact .content-image {
    min-height: 450px;
}
}

@media (max-width: 768px) {.contact {
    padding: 60px 0;
}.contact h2 {
    margin-bottom: 40px;
}.contact .help-card {
    flex-direction: column;
}.contact .content-image {
    width: 100%;
    min-height: 300px;
    flex: 0 0 300px;
}.contact .help-grid {
    padding: 40px 30px;
    flex: 0 0 auto;
}.contact form h3 {
    margin-bottom: 25px;
}.contact form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}
}

@media (max-width: 480px) {.contact {
    padding: 50px 0;
}.contact h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.9);
}.contact .content-image {
    min-height: 220px;
}.contact .help-grid {
    padding: 30px 20px;
}.contact form h3 {
    margin-bottom: 20px;
    font-size: calc(21px * 0.9);
}.contact form input[type="text"] {
    margin-bottom: 16px;
    font-size: calc(13px * 0.95);
    padding: 14px 16px;
}.contact .feedback-box {
    padding: 16px;
}.contact .inquiry-widget label {
    font-size: calc(14px * 0.95);
}}.mentorship-profile {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,225,233) 0%, #f5f7fa 100%);
    padding: 90px 0;
    position: relative;
}.mentorship-profile::before {
    z-index: 0;
    position: absolute;
    width: 300px;
    right: -5%;
    animation: float 15s ease-in-out infinite alternate;
    top: -10%;
    height: 300px;
    filter: blur(60px);
    opacity: 0.4;
    background: linear-gradient(45deg, rgb(208,191,208,0.5), rgb(174,152,173,0.5));
    content: "";
}.mentorship-profile::after {
    left: -5%;
    position: absolute;
    animation: float 18s ease-in-out infinite alternate-reverse;
    height: 250px;
    background: linear-gradient(225deg, rgb(174,152,173,0.5), rgb(208,191,208,0.5));
    z-index: 0;
    width: 250px;
    opacity: 0.3;
    bottom: -5%;
    content: "";
    filter: blur(50px);
}.mentorship-profile .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}.mentorship-profile .success-feedback {
    background: #ffffff;
    grid-template-columns: 1fr;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(2deg);
    padding: 40px;
    position: relative;
    display: grid;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    grid-gap: 30px;
}.mentorship-profile .success-feedback:hover {
    transform: perspective(1000px) rotateY(0deg);
}.mentorship-profile .success-feedback > div:first-child {
    margin-bottom: 10px;
    position: relative;
}.mentorship-profile .content-image {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    width: 120px;
    border: 3px solid #ffffff;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    height: 120px;
}.mentorship-profile .success-feedback:hover .content-image {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: scale(1.05) translateY(-5px);
}.mentorship-profile .name {
    font-weight: 700;
    color: rgb(208,191,208);
    font-size: 23px;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}.mentorship-profile .name::after {
    transition: width 0.3s ease-in-out;
    width: 0;
    content: "";
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(208,191,208), rgb(174,152,173));
    left: 0;
    bottom: -4px;
}.mentorship-profile .success-feedback:hover .name::after {
    width: 100%;
}.mentorship-profile .success-feedback > div:nth-child(2) > div {
    font-size: calc(14px - 1px);
    color: rgb(174,152,173);
    margin-bottom: 15px;
    position: relative;
    font-weight: 600;
    transition: padding-left 0.3s ease;
    padding-left: 0;
}.mentorship-profile .success-feedback:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.mentorship-profile .past-jobs {
    padding: 20px;
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), rgba(245, 247, 250, 0));
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    line-height: 1.7;
    font-size: 14px;
    border-left: 3px solid rgb(208,191,208);
    margin: 0;
}.mentorship-profile .past-jobs::before {
    color: rgb(208,191,208,0.5);
    opacity: 0.3;
    font-size: 60px;
    top: -15px;
    position: absolute;
    line-height: 1;
    font-family: serif;
    content: "";
    left: 10px;
}

@media (min-width: 768px) {.mentorship-profile {
    padding: 120px 0;
}.mentorship-profile .success-feedback {
    padding: 50px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 150px 1fr;
}.mentorship-profile .success-feedback > div:first-child {
    grid-row: 1 / span 2;
    margin-bottom: 0;
}.mentorship-profile .content-image {
    height: 150px;
    width: 150px;
}.mentorship-profile .success-feedback > div:nth-child(2) {
    align-self: end;
}.mentorship-profile .success-feedback > div:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
}
}

@media (min-width: 992px) {.mentorship-profile .success-feedback {
    padding: 60px;
    grid-template-columns: 180px 1fr;
    grid-gap: 40px;
}.mentorship-profile .content-image {
    height: 180px;
    width: 180px;
}.mentorship-profile .name {
    font-size: calc(23px + 2px);
}.mentorship-profile .past-jobs {
    font-size: calc(14px + 1px);
    padding: 25px;
}
}

@media (max-width: 767px) {.mentorship-profile {
    padding: 60px 0;
}.mentorship-profile .success-feedback {
    text-align: center;
    padding: 30px;
}.mentorship-profile .content-image {
    margin: 0 auto 20px;
}.mentorship-profile .name::after {
    transform: translateX(-50%);
    left: 50%;
}.mentorship-profile .success-feedback:hover > div:nth-child(2) > div {
    padding-left: 0;
}.mentorship-profile .past-jobs {
    text-align: left;
    padding: 15px;
}}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, 10px) rotate(-5deg);
    }
}.trackingPolicyPanel {
    background: rgb(233,225,233);
    border-top: 2px solid rgb(208,191,208);
    width: 100%;
    position: fixed;
    z-index: 90;
    bottom: 0;
}#cookie-info-notice {
    display: none;
}#cookie-info-notice:checked ~ .trackingPolicyPanel {
    visibility: hidden;
    opacity: 0;
}.privacy-switch {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}.trackingPolicyPanel h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.trackingPolicyPanel p {
    font-size: 18px;
}.cookies-consent {
    flex-shrink: 0;
    margin-right: 10px;
}.cookies-consent svg, .cookies-consent svg path, .cookies-consent img {
    width: 100px;
    height: 100px;
    fill: rgb(208,191,208);
}.cookie-ack {
    cursor: pointer;
    flex-shrink: 0;
    line-height: 35px;
    border-bottom: 2px solid rgb(208,191,208);
    min-width: 120px;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    margin-left: 10px;
    white-space: nowrap;
    color: rgb(208,191,208);
}.trackingPolicyPanel p a {
    color: rgb(208,191,208);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.trackingPolicyPanel {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookies-consent {
    display: none;
}.privacy-switch {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.trackingPolicyPanel h5 {
    text-align: center;
}.trackingPolicyPanel p {
    text-align: center;
}.cookie-view {
    margin-bottom: 20px;
}body .layer-container .cookie-ack {
    margin-left: 0;
    margin-bottom: 10px;
}}
.layer-container .trackingPolicyPanel {
    box-shadow: rgb(174,152,173,0.5) 0px 0px 10px 10px;
    background: rgb(208,191,208);
}.layer-container .privacy-switch {
    justify-content: space-between;
    padding: 40px 0;
}.layer-container .cookie-ack {
    padding: 10px;
    margin-left: 30px;
    color: rgb(208,191,208);
    font-size: 20px;
    border: none;
    background: #ffffff;
}.layer-container .cookie-view {
    text-align: left;
    color: #ffffff;
}.layer-container .cookie-view h5 {
    font-weight: 700;
}.layer-container .cookie-view h5, .layer-container .cookie-view p {
    color: #ffffff;
}.layer-container .trackingPolicyPanel p a {
    color: rgb(174,152,173);
    text-decoration: underline;
}.program-overview {
    position: relative;
    padding: 120px 0 100px;
    z-index: 1;
    background: linear-gradient(145deg, rgb(233,225,233) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
}.program-overview::before {
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
    transform: skewX(-15deg) translateX(10%);
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(208,191,208,0.5), 0.05) 100%);
    height: 100%;
    content: "";
    width: 60%;
}.program-overview::after {
    background: linear-gradient(225deg, rgb(208,191,208) 0%, rgb(174,152,173) 100%);
    height: 200px;
    transform: rotate(15deg);
    left: -50px;
    bottom: -50px;
    z-index: -1;
    opacity: 0.05;
    position: absolute;
    width: 200px;
    content: "";
}.program-overview .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.program-overview h2 {
    transform-origin: left center;
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 50px;
    color: #000000;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.program-overview h2::after {
    bottom: -10px;
    transform: scaleX(1);
    width: 80px;
    transform-origin: left;
    left: 0;
    content: "";
    position: absolute;
    height: this;
    transition: transform 0.4s ease-out;
    background: rgb(208,191,208);
}.program-overview h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.program-overview h2:hover::after {
    transform: scaleX(1.5);
}.program-overview .career-classes {
    position: relative;
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
    transform-style: preserve-3d;
}.program-overview .content-image {
    border: none;
    height: 350px;
    overflow: hidden;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
}.program-overview .content-image::before {
    content: "";
    bottom: 0;
    right: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(rgba(0, 0, 0, 0.5), 0.1) 100%
    );
    position: absolute;
    left: 0;
    z-index: 1;
    transition: opacity 0.3s ease;
    top: 0;
}.program-overview .content-image:hover {
    box-shadow: 0 30px 50px -15px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
}.program-overview .word-wrapper {
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(2deg) translateZ(5px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 10px;
    background-color: #ffffff;
}.program-overview .word-wrapper::before {
    position: absolute;
    top: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to bottom, rgb(208,191,208), rgb(174,152,173));
    left: 0;
    height: 0;
    width: 5px;
    content: "";
}.program-overview .word-wrapper:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.program-overview .word-wrapper:hover::before {
    height: 100%;
}.program-overview .description {
    transform: translateZ(0);
    transition: transform 0.4s ease;
    position: relative;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 15px;
    color: #000000;
}.program-overview .description:last-child {
    margin-bottom: 0;
}.program-overview .description::first-letter {
    font-size: 1.2em;
    font-weight: 600;
    color: rgb(208,191,208);
}.program-overview .description:nth-child(1) {
    animation: fadeText 0.8s ease forwards;
}.program-overview .description:nth-child(2) {
    opacity: 0;
    animation: fadeText 0.8s 0.3s ease forwards;
}@keyframes fadeText {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.program-overview .career-classes:hover .content-image {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.program-overview .career-classes:hover .word-wrapper {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}


@media (min-width: 768px) {.program-overview {
    padding: 150px 0 130px;
}.program-overview .career-classes {
    align-items: center;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
}.program-overview h2 {
    font-size: calc(34px * 1.1);
    max-width: 80%;
}.program-overview .content-image {
    height: 500px;
}.program-overview .word-wrapper {
    padding: 50px 40px;
}
}

@media (min-width: 992px) {.program-overview {
    padding: 180px 0 160px;
}.program-overview h2 {
    margin-bottom: 70px;
}.program-overview .career-classes {
    gap: 80px;
}.program-overview .content-image {
    height: 600px;
}.program-overview .word-wrapper {
    padding: 60px 50px;
}
}

@media (max-width: 767px) {.program-overview {
    padding: 80px 0 70px;
}.program-overview h2 {
    font-size: calc(34px * 0.85);
    margin-bottom: 30px;
}.program-overview .content-image {
    height: 250px;
}.program-overview .word-wrapper {
    padding: 30px 20px;
}.program-overview .description {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.program-overview {
    padding: 60px 0 50px;
}.program-overview h2 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.75);
}.program-overview .content-image {
    height: 200px;
}.program-overview .word-wrapper {
    padding: 25px 15px;
}.program-overview .description {
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}}.program-results {
    padding: 8rem 0;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}.program-results::before {
    left: 0;
    background: linear-gradient(135deg, rgb(233,225,233) 0%, rgb(233,225,233) 50%, transparent 50.1%);
    z-index: 1;
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
    width: 100%;
}.program-results .training-space {
    z-index: 5;
    position: relative;
    grid-gap: 0;
    max-width: 1400px;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    margin: 0 auto;
}.program-results .content-image {
    grid-row: 1;
    z-index: 2;
    margin-right: -5vw;
    position: relative;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    grid-column: 7 / span 6;
    height: 550px;
}.program-results .content-image::after {
    z-index: 1;
    position: absolute;
    background: linear-gradient(to right, rgb(208,191,208,0.5) 0%, transparent 100%);
    inset: 0;
    content: '';
}.program-results .content-image::before {
    opacity: 0.3;
    height: 120%;
    left: -10%;
    content: '';
    transform: translateX(5%) translateY(5%);
    background: 
        repeating-linear-gradient(45deg, rgb(208,191,208,0.5) 0px, rgb(208,191,208,0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgb(208,191,208,0.5) 0px, rgb(208,191,208,0.5) 1px, transparent 1px, transparent 10px);
    width: 120%;
    position: absolute;
    animation: patternMove 20s linear infinite alternate;
    z-index: -1;
    top: -10%;
}.program-results .word-wrapper {
    padding: 2rem;
    grid-row: 1;
    flex-direction: column;
    grid-column: 1 / span 6;
    justify-content: center;
    display: flex;
    z-index: 3;
}.program-results h2 {
    margin-bottom: 3rem;
    font-size: 36px;
    color: #000000;
    max-width: 80%;
    font-weight: 700;
    position: relative;
}.program-results h2::after {
    position: absolute;
    bottom: -15px;
    left: 0;
    background: rgb(208,191,208);
    width: 70px;
    height: 4px;
    border-radius: 10px;
    content: '';
}.program-results .text_main_holder {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.program-results .text_main_holder > div {
    border-radius: 29px;
    display: flex;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 1.5rem;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
}.program-results .text_main_holder > div::before {
    z-index: -1;
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    transition: height 0.4s ease;
    height: 0;
    background: linear-gradient(to top, rgb(208,191,208,0.5), transparent);
}.program-results .text_main_holder > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.program-results .text_main_holder > div:hover::before {
    height: 100%;
}.program-results .text_main_holder svg {
    transition: all 0.3s ease;
    margin-bottom: 1.2rem;
    width: 3.5rem;
    height: 3.5rem;
}.program-results .text_main_holder > div:hover svg {
    transform: scale(1.1);
}.program-results .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,191,208);
}.program-results .text_main_holder > div:hover svg path {
    fill: rgb(174,152,173);
}.program-results .text_main_holder p {
    font-size: 17px;
    color: #000000;
    margin: 0;
    line-height: 1.6;
}

@keyframes patternMove {
    0% {
        transform: translateX(5%) translateY(5%);
    }
    100% {
        transform: translateX(0%) translateY(0%);
    }
}

@media (max-width: 1200px) {.program-results .content-image {
    margin-right: -3vw;
}.program-results h2 {
    max-width: 90%;
}
}

@media (max-width: 992px) {.program-results {
    padding: 6rem 0;
}.program-results::before {
    background: linear-gradient(135deg, rgb(233,225,233) 0%, rgb(233,225,233) 70%, transparent 70.1%);
}.program-results .training-space {
    grid-template-columns: 1fr;
    max-width: 90%;
    gap: 3rem;
}.program-results .content-image {
    grid-column: 1;
    height: 400px;
    grid-row: 2;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    margin: 0;
}.program-results .word-wrapper {
    grid-row: 1;
    grid-column: 1;
    padding: 0;
}.program-results h2 {
    max-width: 100%;
}.program-results .text_main_holder {
    gap: 1.5rem;
}
}

@media (max-width: 768px) {.program-results {
    padding: 5rem 0;
}.program-results .content-image {
    height: 350px;
}.program-results h2 {
    margin-bottom: 2.5rem;
    font-size: calc(36px * 0.9);
}.program-results .text_main_holder {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
}

@media (max-width: 576px) {.program-results {
    padding: 4rem 0;
}.program-results .training-space {
    max-width: 95%;
}.program-results .content-image {
    height: 250px;
}.program-results .text_main_holder > div {
    padding: 1.2rem;
}.program-results .text_main_holder svg {
    height: 3rem;
    width: 3rem;
    margin-bottom: 1rem;
}
}