* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}.style-wrap-container {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}.style-head-info {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}html,body {
    color: #000000;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
}svg {
    height: 30px;
    width: 30px;
}.style-brainstorm {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1247px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.style-pricing-deck {
    padding: 120px 0;
    position: relative;
    background: rgb(220,215,226);
    overflow: hidden;
}.style-pricing-deck::before {
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgb(185,180,197,0.5) 0%, transparent 70%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
}.style-pricing-deck .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    max-width: 1320px;
}.style-pricing-deck .style-group-rates {
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
}.style-pricing-deck .style-fee-schemes {
    margin: 0 auto;
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(-10px);
    text-align: center;
}.style-pricing-deck .style-fee-schemes h2 {
    margin-bottom: 20px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    font-size: 38px;
    position: relative;
}.style-pricing-deck .style-fee-schemes h2::after {
    transform: translateX(-50%);
    position: absolute;
    content: "";
    bottom: -10px;
    height: 3px;
    width: 80px;
    left: 50%;
    background: rgb(185,180,197);
}.style-pricing-deck .style-fee-options {
    line-height: 1.7;
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 600px;
    word-break: break-word;
    font-size: 14px;
    overflow-wrap: break-word;
    color: #000000;
}.style-pricing-deck .style-program-rate {
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
    width: 100%;
}.style-pricing-deck .style-value-rates {
    text-decoration: none;
    animation-delay: calc(var(--index, 0) * 0.1s);
    transform: translateY(20px);
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    display: block;
    animation: fadeInUp 0.8s ease-out forwards;
}.style-pricing-deck .style-value-rates:nth-child(1) {
    --index: 1;
}.style-pricing-deck .style-value-rates:nth-child(2) {
    --index: 2;
}.style-pricing-deck .style-value-rates:nth-child(3) {
    --index: 3;
}.style-pricing-deck .style-value-rates:nth-child(4) {
    --index: 4;
}.style-pricing-deck .style-value-rates:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.02);
}.style-pricing-deck .style-discount-price {
    flex-direction: column;
    position: relative;
    display: flex;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    box-sizing: border-box;
    height: 100%;
}.style-pricing-deck .style-discount-price::before {
    height: 5px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(185,180,197), rgb(150,140,166));
    width: 100%;
    position: absolute;
    top: 0;
}.style-pricing-deck .style-value-pricing {
    flex: 1;
    padding: 40px 30px;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
}.style-pricing-deck .style-value-pricing h3 {
    font-weight: 700;
    position: relative;
    overflow-wrap: break-word;
    font-size: 23px;
    margin-bottom: 15px;
    color: #000000;
    margin-top: 0;
    word-break: break-word;
}.style-pricing-deck .style-value-pricing h3::after {
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 2px;
    width: 40px;
    content: "";
    background-color: rgb(185,180,197);
}.style-pricing-deck .style-value-rates:hover .style-value-pricing h3::after {
    width: 70px;
}.style-pricing-deck .style-rate-choice {
    padding: 8px 16px;
    font-weight: 700;
    position: relative;
    margin: 10px 0 20px;
    display: inline-block;
    color: rgb(185,180,197);
    border-radius: 10px;
    font-size: calc(23px * 1.2);
    overflow-wrap: break-word;
    word-break: break-word;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
}.style-pricing-deck .style-value-pricing p {
    margin-bottom: 0;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 14px;
    line-height: 1.7;
    color: #000000;
    flex-grow: 1;
}.style-pricing-deck .style-full-image {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    width: 100%;
    height: 200px;
}.style-pricing-deck .style-value-rates:hover .style-full-image {
    transform: scale(1.05);
    filter: brightness(1.05);
}

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

@media (min-width: 768px) {.style-pricing-deck .style-program-rate {
    grid-template-columns: repeat(2, 1fr);
}.style-pricing-deck .style-value-pricing {
    padding: 40px;
}.style-pricing-deck .style-full-image {
    height: 220px;
}
}

@media (min-width: 992px) {.style-pricing-deck .style-group-rates {
    flex-direction: row;
    gap: 50px;
    align-items: center;
}.style-pricing-deck .style-program-rate {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}.style-pricing-deck .style-fee-schemes {
    width: 35%;
    margin: 0;
    text-align: left;
}.style-pricing-deck .style-fee-schemes h2::after {
    transform: none;
    left: 0;
}.style-pricing-deck .style-fee-options {
    margin: 0;
}
}

@media (min-width: 1200px) {.style-pricing-deck .style-program-rate {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.style-pricing-deck .style-value-pricing h3 {
    font-size: calc(23px * 1.1);
}.style-pricing-deck .style-rate-choice {
    font-size: calc(23px * 1.3);
}.style-pricing-deck .style-full-image {
    height: 240px;
}
}

@media (max-width: 767px) {.style-pricing-deck {
    padding: 80px 0;
}.style-pricing-deck .style-value-pricing {
    padding: 30px 20px;
}.style-pricing-deck .style-rate-choice {
    font-size: 23px;
    padding: 6px 12px;
}.style-pricing-deck .style-full-image {
    height: 180px;
}
}

@media (max-width: 480px) {.style-pricing-deck {
    padding: 60px 0;
}.style-pricing-deck .style-fee-schemes h2 {
    font-size: calc(38px * 0.85);
}.style-pricing-deck .style-value-pricing h3 {
    font-size: calc(23px * 0.95);
}.style-pricing-deck .style-full-image {
    height: 160px;
}}.style-training-structure {
    background: linear-gradient(130deg, rgb(220,215,226) 0%, rgb(150,140,166,0.5) 150%);
    padding: 170px 0 140px;
    overflow: visible;
    position: relative;
}.style-training-structure::before {
    z-index: 1;
    background-size: 100% 40px;
    width: 100%;
    left: 0;
    content: '';
    top: 0;
    height: 100%;
    opacity: 0.05;
    position: absolute;
    background-image: linear-gradient(rgb(185,180,197,0.5) 1px, transparent 1px);
}.style-training-structure .style-skill-learn {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.style-training-structure .style-reading-block {
    display: flex;
    padding: 0;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
}.style-training-structure .style-reading-block h2 {
    border-radius: 28px;
    z-index: 4;
    color: #ffffff;
    transform: translate(-60px, -40px);
    font-size: 31px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    margin: 0;
    width: 40%;
    font-weight: 700;
    background: linear-gradient(120deg, rgb(185,180,197,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    padding: 35px 40px;
    position: relative;
    backdrop-filter: blur(10px);
    align-self: flex-start;
}.style-training-structure .style-reading-block p {
    align-self: flex-end;
    z-index: 3;
    background: rgba(255, 255, 255, 0.05);
    font-size: 16px;
    position: relative;
    margin: 0;
    border-radius: 28px;
    color: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    padding: 40px 50px;
    line-height: 1.8;
    transform: translate(30px, 40px);
    backdrop-filter: blur(15px);
    width: 60%;
}.style-training-structure .style-reading-block::before {
    width: 80%;
    content: '';
    top: 15%;
    height: 65%;
    filter: blur(40px);
    border-radius: 28px;
    z-index: 1;
    background: linear-gradient(140deg, rgb(185,180,197,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.15;
    left: 10%;
}.style-training-structure .style-reading-block::after {
    left: 5%;
    top: 10%;
    content: '';
    border: 1px solid rgb(185,180,197,0.5);
    position: absolute;
    border-radius: 28px;
    opacity: 0.1;
    width: 90%;
    z-index: 2;
    height: 80%;
}.style-training-structure .style-reading-block h2::before {
    bottom: -60px;
    z-index: -1;
    content: '';
    width: 120px;
    height: 120px;
    filter: blur(30px);
    right: -60px;
    position: absolute;
    background: rgb(185,180,197);
    opacity: 0.05;
    border-radius: 50%;
}.style-training-structure .style-reading-block h2::after {
    height: 80px;
    bottom: -90px;
    position: absolute;
    opacity: 0.6;
    right: 40px;
    width: 3px;
    content: '';
    background: rgb(185,180,197);
    z-index: 5;
}.style-training-structure .style-reading-block p::before {
    left: 10%;
    position: absolute;
    content: '';
    opacity: 0.3;
    width: 80%;
    background: linear-gradient(90deg, transparent, rgb(185,180,197,0.5), transparent);
    height: 1px;
    top: 30px;
}.style-training-structure .style-reading-block p::after {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(150,140,166,0.5), transparent);
    opacity: 0.3;
    width: 60%;
    position: absolute;
    content: '';
    left: 20%;
    bottom: 30px;
}.style-training-structure::after {
    right: 10%;
    background: rgb(185,180,197,0.5);
    animation: float-morph 20s infinite alternate;
    bottom: -100px;
    width: 250px;
    content: '';
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    height: 250px;
    filter: blur(80px);
    position: absolute;
    z-index: 1;
    opacity: 0.05;
}.style-training-structure .style-skill-learn::before {
    top: -100px;
    width: 200px;
    left: 12%;
    opacity: 0.2;
    content: '';
    border: 1px solid rgb(150,140,166,0.5);
    animation: rotate-scale 25s infinite linear;
    height: 200px;
    position: absolute;
    transform-origin: center;
}.style-training-structure .style-skill-learn::after {
    left: 40%;
    opacity: 0.15;
    transform-origin: center;
    animation: rotate-scale 20s infinite linear reverse;
    bottom: -90px;
    position: absolute;
    border: 1px dashed rgb(185,180,197,0.5);
    content: '';
    width: 180px;
    height: 180px;
}@keyframes float-morph {
    0% {
        border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
        transform: translate(0, 0);
    }
    50% {
        border-radius: 50% 50% 70% 30% / 60% 40% 30% 70%;
        transform: translate(-30px, -20px);
    }
    100% {
        border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
        transform: translate(0, 0);
    }
}

@keyframes rotate-scale {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.style-training-structure .style-skill-learn::before {
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}.style-training-structure .style-skill-learn::after {
    clip-path: polygon(50% 0, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

@media screen and (max-width: 1200px) {.style-training-structure .style-reading-block h2 {
    width: 45%;
    transform: translate(-40px, -30px);
}.style-training-structure .style-reading-block p {
    transform: translate(20px, 30px);
    width: 65%;
}.style-training-structure .style-skill-learn::before,
    .style-training-structure .style-skill-learn::after {
    width: 160px;
    height: 160px;
}
}

@media screen and (max-width: 992px) {.style-training-structure {
    padding: 140px 0 120px;
}.style-training-structure .style-reading-block h2 {
    padding: 30px 35px;
    width: 50%;
    transform: translate(-30px, -25px);
}.style-training-structure .style-reading-block p {
    transform: translate(15px, 25px);
    width: 70%;
    padding: 35px 40px;
}.style-training-structure .style-reading-block h2::after {
    height: 60px;
    bottom: -70px;
}.style-training-structure .style-skill-learn::before {
    height: 140px;
    top: -70px;
    width: 140px;
}.style-training-structure .style-skill-learn::after {
    bottom: -70px;
    width: 140px;
    height: 140px;
}
}

@media screen and (max-width: 768px) {.style-training-structure {
    padding: 120px 0 100px;
    overflow: hidden;
}.style-training-structure .style-reading-block {
    flex-direction: column;
}.style-training-structure .style-reading-block h2 {
    transform: none;
    width: 100%;
    font-size: calc(31px * 0.9);
    margin-bottom: 40px;
    padding: 25px 30px;
}.style-training-structure .style-reading-block p {
    width: 100%;
    transform: none;
}.style-training-structure .style-reading-block::before,
    .style-training-structure .style-reading-block::after {
    display: none;
}.style-training-structure .style-reading-block h2::after {
    bottom: -50px;
    height: 40px;
    right: 50%;
}.style-training-structure .style-skill-learn::before,
    .style-training-structure .style-skill-learn::after,
    .style-training-structure::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.style-training-structure {
    padding: 100px 0 80px;
}.style-training-structure .style-reading-block h2 {
    margin-bottom: 30px;
    padding: 20px 25px;
    font-size: calc(31px * 0.8);
}.style-training-structure .style-reading-block p {
    font-size: calc(16px * 0.9);
    padding: 25px 30px;
}.style-training-structure .style-reading-block h2::after {
    height: 30px;
    bottom: -40px;
}}.style-course-rewards {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(145deg, #ecf0f3 0%, #e2e6ea 100%);
}.style-course-rewards::before {
    left: 0;
    content: "";
    height: 8px;
    background: linear-gradient(90deg, rgb(185,180,197) 0%, rgb(150,140,166) 100%);
    position: absolute;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    right: 0;
    top: 0;
}.style-course-rewards::after {
    content: "";
    background: linear-gradient(135deg, rgb(185,180,197,0.5) 0%, transparent 70%);
    bottom: -120px;
    position: absolute;
    filter: blur(40px);
    height: 300px;
    width: 300px;
    z-index: 0;
    right: -120px;
    border-radius: 50%;
}.style-course-rewards h5 {
    font-size: 18px;
    letter-spacing: 0.03em;
    transform: perspective(1000px) translateZ(10px);
    color: #000000;
    margin-bottom: 3rem;
    font-weight: 700;
    text-align: center;
    position: relative;
}.style-course-rewards h5::after {
    width: 80px;
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(185,180,197) 0%, rgb(150,140,166) 100%);
    content: "";
    border-radius: 2px;
    height: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}.style-course-rewards .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.style-course-rewards .style-skill-learn {
    padding: 3rem;
    display: grid;
    background: linear-gradient(145deg, #ffffff 0%, #f5f5f5 100%);
    gap: 3rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 20px;
    grid-template-columns: 1fr;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08),
                -8px -8px 20px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.3),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.style-course-rewards .style-skill-learn:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1),
                -10px -10px 25px rgba(255, 255, 255, 1),
                inset 2px 2px 5px rgba(255, 255, 255, 0.3),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.style-course-rewards .style-full-image {
    transform: translateZ(20px);
    border-radius: 15px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1),
                -8px -8px 16px rgba(255, 255, 255, 0.8);
    object-fit: cover;
    height: auto;
    width: 100%;
}.style-course-rewards .style-full-image:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.12),
                -10px -10px 20px rgba(255, 255, 255, 0.9);
    transform: translateZ(30px) scale(1.02);
}.style-course-rewards .style-reading-block {
    justify-content: center;
    flex-direction: column;
    display: flex;
}.style-course-rewards ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.style-course-rewards li {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 1rem 1.5rem;
    background: linear-gradient(145deg, #f5f5f5 0%, #ffffff 100%);
    border-radius: 12px;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.06),
                -6px -6px 12px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3);
}.style-course-rewards li:hover {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08),
                -8px -8px 16px rgba(255, 255, 255, 0.9),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3);
    transform: translateY(-3px) scale(1.01);
}.style-course-rewards li p {
    padding-left: 2.2rem;
    line-height: 1.6;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    color: #000000;
    margin: 0;
}.style-course-rewards li:nth-child(odd) {
    border-left: 3px solid rgb(185,180,197);
}.style-course-rewards li:nth-child(even) {
    border-left: 3px solid rgb(150,140,166);
}.style-course-rewards li svg {
    transition: transform 0.3s ease;
    position: absolute;
    top: 0;
    width: 24px;
    height: 24px;
    left: 0;
}.style-course-rewards li:hover svg {
    transform: rotate(5deg) scale(1.1);
}.style-course-rewards li svg path {
    fill: rgb(185,180,197);
    transition: fill 0.3s ease;
}.style-course-rewards li:hover svg path {
    fill: rgb(150,140,166);
}.style-course-rewards li:nth-child(even) svg path {
    fill: rgb(150,140,166);
}.style-course-rewards li:nth-child(even):hover svg path {
    fill: rgb(185,180,197);
}

@media (min-width: 768px) {.style-course-rewards {
    padding: 8rem 0;
}.style-course-rewards h5 {
    margin-bottom: 4rem;
    font-size: calc(18px * 1.1);
}.style-course-rewards .style-skill-learn {
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    padding: 4rem;
}.style-course-rewards ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.style-course-rewards li {
    padding: 1.2rem 1.8rem;
}
}

@media (min-width: 992px) {.style-course-rewards {
    padding: 10rem 0;
}.style-course-rewards h5 {
    font-size: calc(18px * 1.2);
}.style-course-rewards h5::after {
    width: 100px;
}.style-course-rewards .style-skill-learn {
    transform: perspective(1500px) rotateX(2deg);
}.style-course-rewards .style-full-image {
    object-position: center;
    height: 100%;
}.style-course-rewards li p {
    font-size: calc(17px * 1.05);
    line-height: 1.7;
}
}

@media (max-width: 767px) {.style-course-rewards {
    padding: 5rem 0;
}.style-course-rewards h5 {
    font-size: calc(18px * 0.9);
    padding: 0 1rem;
    margin-bottom: 2.5rem;
}.style-course-rewards .style-skill-learn {
    padding: 2rem;
    gap: 2rem;
}.style-course-rewards li {
    padding: 1rem;
}.style-course-rewards li p {
    font-size: calc(17px * 0.95);
    line-height: 1.5;
}
}

@media (max-width: 480px) {.style-course-rewards {
    padding: 4rem 0;
}.style-course-rewards h5 {
    font-size: calc(18px * 0.85);
    margin-bottom: 2rem;
}.style-course-rewards .style-skill-learn {
    gap: 1.5rem;
    padding: 1.5rem;
}.style-course-rewards ul {
    gap: 1rem;
}.style-course-rewards li {
    padding: 0.8rem;
}.style-course-rewards li p {
    font-size: calc(17px * 0.9);
    padding-left: 2rem;
}.style-course-rewards li svg {
    width: 20px;
    height: 20px;
}}.style-cookie-overlay-panel {
    width: 100%;
    z-index: 90;
    background: rgb(220,215,226);
    bottom: 0;
    border-top: 2px solid rgb(185,180,197);
    position: fixed;
}#style-cookieModalNotice {
    display: none;
}#style-cookieModalNotice:checked ~ .style-cookie-overlay-panel {
    visibility: hidden;
    opacity: 0;
}.style-cookie-screen {
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
}.style-cookie-overlay-panel h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.style-cookie-overlay-panel p {
    font-size: 18px;
}.style-manage-tracking {
    flex-shrink: 0;
    margin-right: 10px;
}.style-manage-tracking svg, .style-manage-tracking svg path, .style-manage-tracking img {
    height: 100px;
    width: 100px;
    fill: rgb(185,180,197);
}.style-track-edu {
    font-size: 24px;
    margin-left: 10px;
    cursor: pointer;
    border-bottom: 2px solid rgb(185,180,197);
    color: rgb(185,180,197);
    min-width: 120px;
    line-height: 35px;
    flex-shrink: 0;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}.style-cookie-overlay-panel p a {
    text-decoration: none;
    color: rgb(185,180,197);
}
@media only screen and (max-width: 1200px) {.style-cookie-overlay-panel {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.style-manage-tracking {
    display: none;
}.style-cookie-screen {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.style-cookie-overlay-panel h5 {
    text-align: center;
}.style-cookie-overlay-panel p {
    text-align: center;
}.style-cookies-terms {
    margin-bottom: 20px;
}body .style-wrap-container .style-track-edu {
    margin-left: 0;
    margin-bottom: 10px;
}}
.style-wrap-container .style-cookie-overlay-panel {
    box-shadow: rgb(150,140,166,0.5) 0px 0px 10px 10px;
    background: rgb(185,180,197);
}.style-wrap-container .style-cookie-screen {
    justify-content: space-between;
    padding: 40px 0;
}.style-wrap-container .style-track-edu {
    background: #ffffff;
    margin-left: 30px;
    color: rgb(185,180,197);
    font-size: 20px;
    padding: 10px;
    border: none;
}.style-wrap-container .style-cookies-terms {
    color: #ffffff;
    text-align: left;
}.style-wrap-container .style-cookies-terms h5 {
    font-weight: 700;
}.style-wrap-container .style-cookies-terms h5, .style-wrap-container .style-cookies-terms p {
    color: #ffffff;
}.style-wrap-container .style-cookie-overlay-panel p a {
    color: rgb(150,140,166);
    text-decoration: underline;
}.style-course-program-details {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(220,215,226) 0%, rgba(245, 247, 250, 0.95) 100%);
}.style-course-program-details::before {
    background: linear-gradient(225deg, rgb(185,180,197) 0%, rgb(185,180,197,0.5) 70%);
    height: 250px;
    opacity: 0.1;
    width: 250px;
    right: -5%;
    position: absolute;
    content: "";
    animation: float 12s ease-in-out infinite;
    top: -5%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: rotate(15deg);
    z-index: 0;
}.style-course-program-details::after {
    background: linear-gradient(135deg, rgb(150,140,166) 0%, rgb(150,140,166,0.5) 80%);
    width: 200px;
    bottom: -3%;
    transform: rotate(-15deg);
    z-index: 0;
    animation: float 15s ease-in-out infinite reverse;
    opacity: 0.1;
    height: 200px;
    left: -3%;
    content: "";
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    position: absolute;
}.style-course-program-details .container {
    position: relative;
    padding: 0 1.5rem;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}.style-course-program-details h2 {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-bottom: 3rem;
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
    text-align: center;
    font-size: 29px;
    position: relative;
    font-weight: 700;
}.style-course-program-details h2::after {
    width: 80px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(185,180,197) 0%, rgb(150,140,166) 100%);
    position: absolute;
    bottom: -0.75rem;
    height: 3px;
    content: "";
    left: 50%;
}.style-course-program-details h2:hover {
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}.style-course-program-details .style-knowledge-path {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    gap: 2.5rem;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    grid-template-columns: 1fr;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    transform: translateY(0);
    display: grid;
}.style-course-program-details .style-knowledge-path:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.style-course-program-details .style-full-image {
    height: 350px;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    overflow: hidden;
    transform: scale(1);
}.style-course-program-details .style-full-image::after {
    z-index: 1;
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
}.style-course-program-details .style-full-image:hover {
    transform: scale(1.03);
}.style-course-program-details .style-reading-block {
    position: relative;
    padding: 2rem 2.5rem 2.5rem;
}.style-course-program-details .style-reading-block::before {
    transform: translateX(-50%);
    content: "";
    height: 1px;
    position: absolute;
    width: 90%;
    background: linear-gradient(90deg, transparent, rgb(150,140,166,0.5), transparent);
    top: 0;
    left: 50%;
}.style-course-program-details .description {
    position: relative;
    max-height: 340px;
    line-height: 1.8;
    padding-right: 15px;
    overflow-y: auto;
    margin-bottom: 1.5rem;
    font-size: 16px;
    color: #000000;
}.style-course-program-details .description:last-child {
    margin-bottom: 0;
}.style-course-program-details .description::-webkit-scrollbar {
    width: 4px;
}.style-course-program-details .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(220,215,226);
}.style-course-program-details .description::-webkit-scrollbar-thumb {
    background: rgb(185,180,197,0.5);
    border-radius: 10px;
}.style-course-program-details .description::-webkit-scrollbar-thumb:hover {
    background: rgb(185,180,197);
}.style-course-program-details .description::first-letter {
    color: rgb(185,180,197);
    font-weight: 600;
    font-size: 1.5em;
}

@media (min-width: 768px) {.style-course-program-details {
    padding: 6rem 0;
}.style-course-program-details .style-knowledge-path {
    grid-template-columns: 1fr 1.5fr;
    gap: 0;
}.style-course-program-details .style-full-image {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    height: 100%;
}.style-course-program-details .style-reading-block {
    padding: 3rem 3.5rem;
}.style-course-program-details .style-reading-block::before {
    transform: translateY(-50%);
    width: 1px;
    height: 90%;
    left: 0;
    top: 50%;
    background: linear-gradient(180deg, transparent, rgb(150,140,166,0.5), transparent);
}.style-course-program-details h2 {
    margin-bottom: 4rem;
    font-size: calc(29px * 1.1);
}.style-course-program-details .description {
    column-gap: 2.5rem;
    max-height: 400px;
    columns: 2;
}
}

@media (min-width: 992px) {.style-course-program-details {
    padding: 7rem 0;
}.style-course-program-details h2 {
    font-size: calc(29px * 1.2);
}.style-course-program-details .style-knowledge-path {
    grid-template-columns: 1fr 2fr;
}.style-course-program-details .description {
    line-height: 1.85;
    max-height: 450px;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 1200px) {.style-course-program-details .description {
    columns: 2;
    column-gap: 3rem;
}
}

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

@media (prefers-reduced-motion: reduce) {.style-course-program-details::before,
    .style-course-program-details::after {
    animation: none;
}.style-course-program-details .style-knowledge-path:hover {
    transform: none;
}.style-course-program-details .style-full-image:hover {
    transform: none;
}.style-course-program-details h2:hover {
    transform: none;
}}.style-contact-form-box {
    background: rgb(220,215,226);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.style-contact-form-box::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    z-index: 1;
    position: absolute;
}.style-contact-form-box .style-full-image {
    top: 0;
    height: 50%;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 0;
}.style-contact-form-box .style-full-image::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgb(220,215,226) 100%);
    top: 0;
    left: 0;
    position: absolute;
    content: '';
}.style-contact-form-box .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.style-contact-form-box h3 {
    font-family: Arial, sans-serif;
    margin-bottom: 70px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    font-size: 38px;
    letter-spacing: 2px;
}.style-contact-form-box .style-support-feedback {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    display: flex;
}.style-contact-form-box .style-support-info {
    padding: 60px 50px;
    position: relative;
    flex: 2;
}.style-contact-form-box form h3 {
    text-shadow: none;
    letter-spacing: normal;
    text-transform: none;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
}.style-contact-form-box input[type="text"],
.style-contact-form-box textarea {
    border-bottom: 2px solid rgb(150,140,166,0.5);
    color: #000000;
    padding: 15px 0;
    border-radius: 0;
    font-size: 16px;
    border: none;
    background: #ffffff;
    font-family: Arial, sans-serif;
    width: 100%;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}.style-contact-form-box input[type="text"]::placeholder,
.style-contact-form-box textarea::placeholder {
    opacity: 0.7;
    color: #000000;
}.style-contact-form-box input[type="text"]:focus,
.style-contact-form-box textarea:focus {
    border-color: rgb(185,180,197);
    outline: none;
}.style-contact-form-box textarea {
    resize: none;
    height: 120px;
}.style-contact-form-box .style-message-support {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.style-contact-form-box .style-message-support input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.style-contact-form-box .style-message-support label {
    color: #000000;
    padding-left: 35px;
    font-size: 13px;
    cursor: pointer;
    position: relative;
    line-height: 1.5;
}.style-contact-form-box .style-message-support label::before {
    content: '';
    top: 0;
    height: 22px;
    border: 2px solid rgb(150,140,166);
    width: 22px;
    left: 0;
    background: #ffffff;
    position: absolute;
    transition: all 0.3s ease;
}.style-contact-form-box .style-message-support input[type="checkbox"]:checked + label::before {
    border-color: rgb(185,180,197);
    background: rgb(185,180,197);
}.style-contact-form-box .style-message-support input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    left: 8px;
    border: solid #ffffff;
    content: '';
    border-width: 0 2px 2px 0;
    top: 4px;
    position: absolute;
    width: 6px;
    height: 12px;
}.style-contact-form-box .style-message-support a {
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(185,180,197);
    text-decoration: none;
}.style-contact-form-box .style-message-support a:hover {
    color: #000000;
}.style-contact-form-box .style-help-links {
    font-weight: 700;
    transition: all 0.3s ease;
    padding: 16px 40px;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    font-family: Arial, sans-serif;
    background: rgb(185,180,197);
    font-size: 16px;
    border-radius: 50px;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
}.style-contact-form-box .style-help-links:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
    background: #000000;
}.style-contact-form-box .style-support-widget {
    display: flex;
    justify-content: center;
    background: #000000;
    flex: 1;
    position: relative;
    flex-direction: column;
    color: #ffffff;
    padding: 60px 40px;
}.style-contact-form-box .style-support-widget::before {
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 50%);
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}.style-contact-form-box .style-support-widget h4 {
    position: relative;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
}.style-contact-form-box .style-support-widget h4::after {
    content: '';
    width: 50px;
    left: 0;
    bottom: -15px;
    background: rgb(185,180,197);
    position: absolute;
    height: 3px;
}.style-contact-form-box .style-query-help {
    padding: 0;
    list-style: none;
    margin: 0;
}.style-contact-form-box .style-query-help li {
    margin-bottom: 30px;
    align-items: center;
    display: flex;
    transition: transform 0.3s ease;
}.style-contact-form-box .style-query-help li:last-child {
    margin-bottom: 0;
}.style-contact-form-box .style-query-help li:hover {
    transform: translateX(5px);
}.style-contact-form-box .style-query-help svg {
    transition: transform 0.3s ease;
    height: 24px;
    flex-shrink: 0;
    width: 24px;
    margin-right: 20px;
}.style-contact-form-box .style-query-help svg path {
    fill: rgb(185,180,197);
}.style-contact-form-box .style-query-help li:hover svg {
    transform: scale(1.2);
}.style-contact-form-box .style-query-help span {
    color: #ffffff;
    line-height: 1.6;
    font-size: 16px;
    font-family: Arial, sans-serif;
}.style-contact-form-box .style-query-help a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.style-contact-form-box .style-query-help a:hover {
    color: rgb(185,180,197);
}

@media (max-width: 992px) {.style-contact-form-box .style-full-image {
    height: 30%;
}.style-contact-form-box h3 {
    margin-bottom: 50px;
}.style-contact-form-box .style-support-feedback {
    margin: 0 auto;
    max-width: 700px;
    flex-direction: column;
}.style-contact-form-box .style-support-info,
    .style-contact-form-box .style-support-widget {
    padding: 40px;
    width: 100%;
}
}

@media (max-width: 768px) {.style-contact-form-box {
    padding: 80px 0;
}.style-contact-form-box .style-full-image {
    height: 25%;
}.style-contact-form-box h3 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.8);
}.style-contact-form-box .style-support-info,
    .style-contact-form-box .style-support-widget {
    padding: 30px;
}.style-contact-form-box form h3,
    .style-contact-form-box .style-support-widget h4 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.style-contact-form-box .style-help-links {
    padding: 14px 30px;
}
}

@media (max-width: 576px) {.style-contact-form-box {
    padding: 60px 0;
}.style-contact-form-box .style-full-image {
    height: 20%;
}.style-contact-form-box h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 30px;
}.style-contact-form-box .style-support-info,
    .style-contact-form-box .style-support-widget {
    padding: 25px 20px;
}.style-contact-form-box input[type="text"],
    .style-contact-form-box textarea {
    padding: 12px 0;
    margin-bottom: 20px;
}.style-contact-form-box .style-help-links {
    width: 100%;
    padding: 14px 20px;
}.style-contact-form-box .style-query-help li {
    margin-bottom: 20px;
}.style-contact-form-box .style-query-help svg {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}}.style-join-our-mailing-list {
    overflow: hidden;
    perspective: 1000px;
    padding: 5rem 2rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgb(220,215,226) 100%);
    position: relative;
}.style-join-our-mailing-list::before {
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(150,140,166,0.5) 10px,
        rgb(150,140,166,0.5) 11px
    );
    content: "";
    opacity: 0.05;
    position: absolute;
    animation: grid-move 20s linear infinite;
    width: 200%;
    left: -50%;
    top: -50%;
}@keyframes grid-move {
    0% {
        transform: translateZ(-100px) rotate(0deg);
    }
    100% {
        transform: translateZ(-100px) rotate(360deg);
    }
}

.style-join-our-mailing-list .style-skill-learn {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.style-join-our-mailing-list .style-request-grid {
    margin: 0 auto;
    transition: transform 0.5s ease;
    transform: rotateY(-5deg);
    box-shadow: 
        0 0 20px rgb(185,180,197,0.5),
        0 0 40px rgb(150,140,166,0.5);
    border-radius: 22px;
    padding: 3rem;
    max-width: 650px;
    background: rgb(220,215,226);
    position: relative;
    border: 1px solid rgb(185,180,197,0.5);
}.style-join-our-mailing-list .style-request-grid:hover {
    transform: rotateY(0deg);
}.style-join-our-mailing-list .style-request-grid::before {
    content: "";
    background: 
        linear-gradient(90deg, transparent 50%, rgb(185,180,197,0.5) 50%),
        linear-gradient(0deg, transparent 50%, rgb(150,140,166,0.5) 50%);
    background-repeat: repeat-y, repeat-x;
    left: 0;
    position: absolute;
    pointer-events: none;
    border-radius: 22px;
    animation: border-pulse 3s infinite alternate;
    background-position: 0 0, 0 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 2px 100%, 100% 2px;
    opacity: 0.5;
}@keyframes border-pulse {
    0% {
        opacity: 0.3;
        filter: hue-rotate(0deg);
    }
    100% {
        opacity: 0.7;
        filter: hue-rotate(90deg);
    }
}

.style-join-our-mailing-list h3 {
    font-size: 23px;
    border-bottom: 2px solid rgb(150,140,166);
    text-shadow: 0 0 10px rgb(185,180,197,0.5);
    display: inline-block;
    color: rgb(185,180,197);
    transform: translateX(-50%);
    left: 50%;
    margin-bottom: 2rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 0.5rem;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
}.style-join-our-mailing-list .input_holder {
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}.style-join-our-mailing-list input[type="email"] {
    border: 1px solid rgb(150,140,166,0.5);
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 12px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    flex: 1;
    min-width: 250px;
    background: rgba(0, 0, 0, 0.5);
}.style-join-our-mailing-list input[type="email"]:focus {
    box-shadow: 
        inset 0 0 10px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(185,180,197,0.5);
    outline: none;
    border-color: rgb(185,180,197);
}.style-join-our-mailing-list input[type="email"]::placeholder {
    opacity: 0.7;
    color: #ffffff;
}.style-join-our-mailing-list input[type="submit"] {
    overflow: hidden;
    border-radius: 10px;
    padding: 1rem 2rem;
    z-index: 1;
    color: #ffffff;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    background: rgb(185,180,197);
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 18px;
}.style-join-our-mailing-list input[type="submit"]:hover {
    box-shadow: 0 0 20px rgb(185,180,197);
}.style-join-our-mailing-list input[type="submit"]::before {
    width: 200%;
    height: 200%;
    transform: rotate(45deg);
    top: -50%;
    position: absolute;
    transition: opacity 0.3s ease;
    left: -50%;
    background: linear-gradient(45deg, rgb(185,180,197), rgb(150,140,166), rgb(185,180,197));
    opacity: 0;
    content: "";
    z-index: -1;
}.style-join-our-mailing-list input[type="submit"]:hover::before {
    animation: rotate-bg 2s linear infinite;
    opacity: 1;
}

@keyframes rotate-bg {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 768px) {.style-join-our-mailing-list {
    padding: 3rem 1.5rem;
}.style-join-our-mailing-list .style-request-grid {
    padding: 2rem;
    transform: none;
}.style-join-our-mailing-list h3 {
    font-size: calc(23px * 0.9);
}.style-join-our-mailing-list .input_holder {
    flex-direction: column;
}.style-join-our-mailing-list input[type="email"],
    .style-join-our-mailing-list input[type="submit"] {
    width: 100%;
}
}

@media (max-width: 480px) {.style-join-our-mailing-list {
    padding: 2rem 1rem;
}.style-join-our-mailing-list .style-request-grid {
    padding: 1.5rem;
}.style-join-our-mailing-list h3 {
    letter-spacing: 1px;
    font-size: calc(23px * 0.8);
}.style-join-our-mailing-list input[type="email"] {
    padding: 0.8rem 1rem;
}.style-join-our-mailing-list input[type="submit"] {
    padding: 0.8rem 1.5rem;
}}.style-mentorship-experience {
    padding: 5rem 2rem;
    background: rgb(220,215,226);
    overflow: hidden;
    position: relative;
}.style-mentorship-experience::before {
    background: linear-gradient(120deg, rgb(185,180,197,0.5) 0%, transparent 70%);
    content: "";
    z-index: 0;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}.style-mentorship-experience::after {
    height: 70%;
    right: 0;
    position: absolute;
    background: linear-gradient(210deg, rgb(150,140,166,0.5) 0%, transparent 70%);
    width: 70%;
    z-index: 0;
    bottom: 0;
    content: "";
}.style-mentorship-experience .style-rating-spot {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.style-mentorship-experience .style-full-image {
    position: relative;
    z-index: 2;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    height: 400px;
    border-radius: 26px;
    margin: 0 auto;
    transform: translateY(0);
    width: 80%;
}.style-mentorship-experience .style-full-image::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
}.style-mentorship-experience .style-full-image::after {
    height: 300%;
    width: 300%;
    content: "";
    mix-blend-mode: overlay;
    top: -100%;
    animation: shiftGradient 10s infinite alternate;
    transition: all 0.8s ease;
    position: absolute;
    opacity: 0.3;
    left: -100%;
    background: linear-gradient(45deg, rgb(185,180,197,0.5) 0%, transparent 40%, transparent 60%, rgb(150,140,166,0.5) 100%);
}.style-mentorship-experience .style-job-timeline {
    border-radius: 26px;
    transform: translateY(0);
    padding: 2.5rem 2rem 2rem;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    position: relative;
    width: 90%;
    background: #ffffff;
    margin: -80px auto 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    z-index: 3;
}.style-mentorship-experience .style-job-timeline::before {
    z-index: 4;
    background: #ffffff;
    top: 0;
    width: 70px;
    left: 50%;
    height: 70px;
    content: "";
    border: 5px solid rgb(220,215,226);
    position: absolute;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}.style-mentorship-experience .name {
    margin-bottom: 0.5rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    color: rgb(185,180,197);
    font-size: 36px;
}.style-mentorship-experience .style-job-timeline div:nth-child(2) {
    font-weight: 600;
    position: relative;
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 22px;
    color: rgb(150,140,166);
}.style-mentorship-experience .style-job-timeline div:nth-child(2)::after {
    display: block;
    content: "";
    margin: 1rem auto 0;
    background: rgb(185,180,197,0.5);
    width: 40px;
    height: 3px;
}.style-mentorship-experience .style-employee-view {
    padding: 0 1rem;
    font-style: italic;
    font-size: 14px;
    color: #000000;
    line-height: 1.7;
    text-align: center;
    position: relative;
}.style-mentorship-experience .style-employee-view::before,
.style-mentorship-experience .style-employee-view::after {
    font-family: serif;
    position: absolute;
    color: rgb(185,180,197,0.5);
    content: "";
    font-size: 3rem;
    line-height: 0;
}.style-mentorship-experience .style-employee-view::before {
    left: 0;
    top: 0.5rem;
    transform: rotate(180deg);
}.style-mentorship-experience .style-employee-view::after {
    right: 0;
    bottom: -0.5rem;
}.style-mentorship-experience .style-rating-spot:hover .style-full-image {
    transform: translateY(-20px);
}.style-mentorship-experience .style-rating-spot:hover .style-job-timeline {
    transform: translateY(20px);
}

@keyframes shiftGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 767px) {.style-mentorship-experience .style-full-image {
    width: 90%;
    height: 320px;
}.style-mentorship-experience .style-job-timeline {
    margin-top: -60px;
    width: 95%;
    padding: 2rem 1.5rem 1.5rem;
}.style-mentorship-experience .style-job-timeline::before {
    width: 60px;
    height: 60px;
}}.style-register-now {
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(220,215,226) 100%);
    overflow: hidden;
    padding: 130px 0;
}.style-register-now::before {
    height: 300px;
    border-radius: 50%;
    right: -150px;
    content: '';
    width: 300px;
    opacity: 0.1;
    z-index: 1;
    border: 30px solid rgb(185,180,197,0.5);
    top: -150px;
    position: absolute;
}.style-register-now::after {
    opacity: 0.1;
    bottom: -200px;
    width: 400px;
    border-radius: 50%;
    content: '';
    left: -200px;
    z-index: 1;
    position: absolute;
    height: 400px;
    border: 40px solid rgb(150,140,166,0.5);
}.style-register-now .style-skill-learn {
    z-index: 10;
    flex-direction: column;
    display: flex;
    position: relative;
}.style-register-now .container {
    padding: 60px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
    max-width: 900px;
    position: relative;
    z-index: 2;
    background: #ffffff;
}.style-register-now .container::before {
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    right: 0;
    height: 80px;
    top: 0;
    width: 80px;
    z-index: 1;
    background: rgb(185,180,197);
    content: '';
}.style-register-now .container::after {
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    content: '';
    left: 0;
    background: rgb(150,140,166);
    width: 80px;
    z-index: 1;
    position: absolute;
    height: 80px;
    bottom: 0;
}.style-register-now .container p {
    text-align: center;
    font-size: 38px;
    margin: 0 0 40px 0;
    position: relative;
    z-index: 5;
    font-weight: 700;
    color: #000000;
    line-height: 1.4;
}.style-register-now .style-help-links {
    width: 220px;
    text-decoration: none;
    height: 60px;
    position: relative;
    font-weight: 600;
    margin: 0 auto;
    z-index: 5;
    display: block;
    background: transparent;
    text-align: center;
    line-height: 60px;
    transition: all 0.4s ease;
    border: 2px solid rgb(185,180,197);
    color: rgb(185,180,197);
    font-size: 16px;
}.style-register-now .style-help-links::before {
    background: rgb(185,180,197);
    left: -2px;
    width: calc(100% + 4px);
    content: '';
    height: calc(100% + 4px);
    transition: transform 0.4s ease;
    top: -2px;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
}.style-register-now .style-help-links:hover {
    color: #ffffff;
}.style-register-now .style-help-links:hover::before {
    transform: scaleX(1);
}.style-register-now .style-skill-learn::before {
    z-index: 1;
    position: absolute;
    left: 3%;
    width: 94%;
    border: 1px dashed rgb(185,180,197,0.5);
    height: 94%;
    content: '';
    top: 3%;
}.style-register-now .style-skill-learn::after {
    width: 88%;
    z-index: 1;
    left: 6%;
    content: '';
    top: 6%;
    border: 1px dashed rgb(150,140,166,0.5);
    position: absolute;
    height: 88%;
}

@media (max-width: 991px) {.style-register-now {
    padding: 110px 0;
}.style-register-now .container {
    padding: 50px;
}.style-register-now .container p {
    font-size: calc(23px * 1.2);
    margin-bottom: 35px;
}.style-register-now .container::before,
    .style-register-now .container::after {
    height: 70px;
    width: 70px;
}.style-register-now .style-help-links {
    width: 200px;
    height: 55px;
    line-height: 55px;
}
}

@media (max-width: 767px) {.style-register-now {
    padding: 90px 0;
}.style-register-now .container {
    padding: 40px;
}.style-register-now .container p {
    font-size: 23px;
    margin-bottom: 30px;
}.style-register-now .container::before,
    .style-register-now .container::after {
    width: 60px;
    height: 60px;
}.style-register-now .style-help-links {
    width: 180px;
    height: 50px;
    line-height: 50px;
}
}

@media (max-width: 480px) {.style-register-now {
    padding: 70px 0;
}.style-register-now .container {
    padding: 30px;
}.style-register-now .container p {
    font-size: calc(18px * 1.2);
    margin-bottom: 25px;
}.style-register-now .container::before,
    .style-register-now .container::after {
    width: 50px;
    height: 50px;
}.style-register-now .style-help-links {
    height: 45px;
    width: 160px;
    font-size: calc(16px * 0.9);
    line-height: 45px;
}}header .top_plank {
    background: rgb(185,180,197);
    color:  #ffffff;
}header .top_plank .style-prime-track div svg, header .top_plank .style-prime-track div svg path {
    fill: #ffffff;
}header .top_plank .style-prime-track div span {
    color: #ffffff;
}header .top_plank .style-prime-track {
    display: flex;
    align-items: center;
    padding: 15px 0 10px 0;
    line-height: 21px;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    font-size: 15px;
}header .top_plank .style-prime-track div {
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
    display: flex;
}header .top_plank .style-prime-track div img, header .top_plank .style-prime-track div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.style-title-intro {
    position: relative;
    background: linear-gradient(135deg, rgb(220,215,226), rgba(255, 255, 255, 0.95));
    min-height: 100vh;
    overflow: hidden;
}.style-title-intro::before {
    position: absolute;
    opacity: 0.15;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: 0;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 30% 70%, rgb(185,180,197,0.5), transparent 30%),
        radial-gradient(circle at 70% 20%, rgb(150,140,166,0.5), transparent 35%);
}.style-title-intro::after {
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(185,180,197,0.5) 0,
        rgb(185,180,197,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    pointer-events: none;
    left: -50%;
    top: -50%;
    width: 200%;
    content: "";
    animation: patternMove 120s linear infinite;
    opacity: 0.05;
    height: 200%;
}.style-title-intro .style-skill-learn {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    z-index: 1;
    display: grid;
    height: 100%;
    padding: 6rem 2rem;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
}.style-title-intro h1 {
    opacity: 0;
    margin-bottom: 2rem;
    position: relative;
    animation: slideInTitle 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.2s;
    color: #000000;
    grid-column: 1 / -1;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 45px);
    transform: translateX(-1rem);
}.style-title-intro h1::after {
    content: "";
    transform-origin: left;
    bottom: -1rem;
    background: linear-gradient(90deg, rgb(185,180,197), rgb(150,140,166));
    transform: scaleX(0);
    position: absolute;
    height: 0.3rem;
    animation: scaleWidth 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    left: 0;
    width: 8rem;
}.style-title-intro .style-reading-block {
    position: relative;
    z-index: 2;
    animation: fadeUpIn 1s ease-out forwards 0.6s;
    flex-direction: column;
    opacity: 0;
    justify-content: center;
    transform: translateY(2rem);
    display: flex;
}.style-title-intro .style-edu-open {
    padding: 3rem;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(-2deg);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}.style-title-intro .style-edu-open:hover {
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.12),
        0 15px 25px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateY(0deg);
}.style-title-intro .style-edu-open::before {
    background: linear-gradient(90deg, rgb(185,180,197), rgb(150,140,166));
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 0.3rem;
}.style-title-intro .style-edu-open p {
    position: relative;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: #000000;
}.style-title-intro .style-edu-open p::first-letter {
    font-weight: 700;
    font-size: 150%;
    color: rgb(185,180,197);
}.style-title-intro svg {
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center;
    display: block;
    filter: drop-shadow(0 10px 15px rgba(94, 170, 168, 0.2));
    margin: 1rem auto 2.5rem;
    height: 120px;
    width: 120px;
}.style-title-intro svg:hover {
    transform: scale(1.05) rotate(2deg);
}.style-title-intro svg path {
    transition: fill 0.3s ease;
}.style-title-intro svg:hover path {
    fill: rgb(185,180,197);
}.style-title-intro svg text {
    transition: all 0.3s ease;
}.style-title-intro svg:hover text {
    fill: #000000;
}.style-title-intro .style-help-links {
    overflow: hidden;
    font-size: 17px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(185,180,197), rgb(150,140,166));
    padding: 1rem 2.5rem;
    display: inline-block;
    color: #ffffff;
    position: relative;
    text-align: center;
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.3);
    text-decoration: none;
    z-index: 1;
}.style-title-intro .style-help-links::before {
    background: linear-gradient(135deg, rgb(150,140,166), rgb(185,180,197));
    opacity: 0;
    position: absolute;
    width: 100%;
    transition: opacity 0.3s ease;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    content: "";
}.style-title-intro .style-help-links:hover {
    box-shadow: 0 12px 30px rgba(94, 170, 168, 0.4);
    transform: translateY(-5px);
}.style-title-intro .style-help-links:hover::before {
    opacity: 1;
}.style-title-intro .style-help-links:active {
    transform: translateY(-2px);
}.style-title-intro .style-full-image {
    border-radius: 10px;
    animation: fadePhotoIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.8s;
    opacity: 0;
    position: relative;
    transform: perspective(1000px) rotateY(2deg) translateY(2rem);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.5s ease;
}.style-title-intro .style-full-image::after {
    mix-blend-mode: overlay;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(
        to bottom right,
        rgba(var(--primary-color-rgb), 0.2),
        rgba(var(--secondary-color-rgb), 0.2)
    );
    width: 100%;
}.style-title-intro .style-full-image:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(0);
}

@keyframes slideInTitle {
    from {
        transform: translateX(-1rem);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes scaleWidth {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes fadeUpIn {
    from {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadePhotoIn {
    from {
        transform: perspective(1000px) rotateY(2deg) translateY(2rem);
        opacity: 0;
    }
    to {
        transform: perspective(1000px) rotateY(2deg) translateY(0);
        opacity: 1;
    }
}

@keyframes patternMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50%, 50%);
    }
}

@media (max-width: 992px) {.style-title-intro .style-skill-learn {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    padding: 4rem 1.5rem;
}.style-title-intro h1 {
    text-align: center;
    font-size: 2.5rem;
}.style-title-intro h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}@keyframes scaleWidth {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .style-title-intro .style-edu-open {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0);
}.style-title-intro .style-help-links {
    display: block;
    width: 100%;
}.style-title-intro .style-full-image {
    order: -1;
    height: 300px;
    transform: perspective(1000px) rotateY(0) translateY(1rem);
}.style-title-intro svg {
    width: 100px;
    margin: 0.5rem auto 2rem;
    height: 100px;
}
}

@media (max-width: 576px) {.style-title-intro .style-skill-learn {
    padding: 3rem 1rem;
}.style-title-intro h1 {
    font-size: 2rem;
}.style-title-intro .style-edu-open {
    padding: 1.5rem;
}.style-title-intro .style-edu-open p {
    font-size: 1rem;
}.style-title-intro .style-full-image {
    height: 200px;
}.style-title-intro .style-help-links {
    padding: 0.8rem 1.5rem;
}.style-title-intro svg {
    height: 80px;
    width: 80px;
}}.style-secure-pantry {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(220,215,226), #ffffff);
}.style-secure-pantry::before {
    width: 100%;
    pointer-events: none;
    left: 0;
    background: 
        radial-gradient(circle at 10% 90%, rgb(150,140,166,0.5), transparent 40%),
        radial-gradient(circle at 90% 10%, rgb(185,180,197,0.5), transparent 45%);
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    opacity: 0.15;
    z-index: 0;
}.style-secure-pantry .container {
    z-index: 1;
    animation: fadeIn 0.8s ease-out forwards;
    max-width: 1140px;
    margin: 0 auto;
    opacity: 0;
    position: relative;
}.style-secure-pantry h1 {
    animation: slideUp 0.7s ease-out forwards 0.2s;
    position: relative;
    color: #000000;
    opacity: 0;
    font-size: 46px;
    font-weight: 700;
    transform: translateY(10px);
    display: inline-block;
    margin-bottom: 2rem;
}.style-secure-pantry h1::after {
    height: 3px;
    width: 3.5rem;
    left: 0;
    transform: scaleX(0);
    content: "";
    position: absolute;
    transform-origin: left;
    animation: expandLine 0.7s ease-out forwards 0.7s;
    bottom: -0.5rem;
    background: rgb(185,180,197);
}.style-secure-pantry h2 {
    opacity: 0;
    transform: translateY(10px);
    animation: slideUp 0.7s ease-out forwards 0.3s;
    position: relative;
    font-size: 36px;
    padding-left: 1rem;
    color: #000000;
    margin: 2.5rem 0 1.5rem;
    font-weight: 600;
}.style-secure-pantry h2::before {
    content: "";
    border-radius: 2px;
    background: rgb(150,140,166);
    top: 0.25rem;
    left: 0;
    height: 85%;
    position: absolute;
    width: 4px;
}.style-secure-pantry h3 {
    padding-left: 0.8rem;
    opacity: 0;
    color: #000000;
    transform: translateY(10px);
    font-weight: 600;
    margin: 2.2rem 0 1.2rem;
    animation: slideUp 0.7s ease-out forwards 0.4s;
    position: relative;
    font-size: calc(36px * 0.85);
}.style-secure-pantry h3::before {
    content: "";
    border-radius: 1.5px;
    height: 80%;
    left: 0;
    width: 3px;
    position: absolute;
    opacity: 0.8;
    background: rgb(150,140,166);
    top: 0.25rem;
}.style-secure-pantry h4 {
    margin: 2rem 0 1rem;
    color: #000000;
    position: relative;
    animation: slideUp 0.7s ease-out forwards 0.5s;
    font-size: calc(36px * 0.75);
    font-weight: 600;
    opacity: 0;
    padding-left: 0.7rem;
    transform: translateY(10px);
}.style-secure-pantry h4::before {
    left: 0;
    top: 0.25rem;
    content: "";
    width: 2px;
    position: absolute;
    opacity: 0.7;
    background: rgb(150,140,166);
    height: 75%;
    border-radius: 1px;
}.style-secure-pantry p {
    animation: slideUp 0.7s ease-out forwards 0.4s;
    margin-bottom: 1.5rem;
    line-height: 1.75;
    opacity: 0;
    font-size: 17px;
    max-width: 90ch;
    transform: translateY(10px);
    color: #000000;
}.style-secure-pantry ul {
    margin-bottom: 2rem;
    padding-left: 2rem;
    opacity: 0;
    max-width: 85ch;
    animation: fadeIn 0.8s ease-out forwards 0.6s;
}.style-secure-pantry li {
    font-size: 17px;
    margin-bottom: 1rem;
    color: #000000;
    padding-left: 0.5rem;
    position: relative;
    line-height: 1.75;
}.style-secure-pantry li::marker {
    font-size: 1.2em;
    color: rgb(185,180,197);
}.style-secure-pantry span {
    color: #000000;
    border-left: 1px solid rgb(150,140,166,0.5);
    padding-left: 1rem;
    display: block;
    transform: translateY(10px);
    line-height: 1.75;
    margin-bottom: 1.5rem;
    opacity: 0;
    font-size: 17px;
    max-width: 90ch;
    animation: slideUp 0.7s ease-out forwards 0.5s;
}.style-secure-pantry strong {
    color: #000000;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

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

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

@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@media (min-width: 768px) {.style-secure-pantry {
    padding: 6rem 3rem;
}.style-secure-pantry .container {
    padding: 0 2rem;
}.style-secure-pantry h1 {
    margin-bottom: 3rem;
    font-size: calc(46px * 1.1);
}.style-secure-pantry h1::after {
    width: 4.5rem;
}.style-secure-pantry h2 {
    padding-left: 1.2rem;
    font-size: calc(36px * 1.05);
    margin: 3rem 0 1.8rem;
}.style-secure-pantry h2::before {
    width: 5px;
}.style-secure-pantry p, 
    .style-secure-pantry li,
    .style-secure-pantry span {
    line-height: 1.8;
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 992px) {.style-secure-pantry {
    background: linear-gradient(165deg, rgb(220,215,226), #ffffff);
    padding: 7rem 4rem;
}.style-secure-pantry .container {
    padding: 0 3rem;
}.style-secure-pantry h1 {
    margin-bottom: 3.5rem;
    font-size: calc(46px * 1.2);
}.style-secure-pantry h1::after {
    width: 5rem;
    height: 4px;
}.style-secure-pantry p {
    margin-bottom: 2rem;
}.style-secure-pantry h2::before {
    background: linear-gradient(to bottom, rgb(185,180,197), rgb(150,140,166));
}.style-secure-pantry li {
    margin-bottom: 1.2rem;
}.style-secure-pantry span {
    border-left: 2px solid rgb(150,140,166,0.5);
    padding-left: 1.5rem;
}
}

@media (min-width: 1200px) {.style-secure-pantry {
    padding: 8rem 5rem;
}.style-secure-pantry::before {
    background: 
            radial-gradient(circle at 5% 95%, rgb(150,140,166,0.5), transparent 40%),
            radial-gradient(circle at 95% 5%, rgb(185,180,197,0.5), transparent 45%);
}.style-secure-pantry .container {
    padding: 0 4rem;
}.style-secure-pantry h1 {
    font-size: calc(46px * 1.3);
}.style-secure-pantry h1::after {
    width: 5.5rem;
    height: 5px;
    bottom: -0.7rem;
}.style-secure-pantry ul {
    padding-left: 2.5rem;
}
}

@media (hover: hover) {.style-secure-pantry li:hover::marker {
    color: rgb(150,140,166);
}.style-secure-pantry strong:hover {
    color: rgb(185,180,197);
    transition: color 0.3s ease;
}
}

@media (max-width: 767px) {.style-secure-pantry {
    padding: 3rem 1.5rem;
}.style-secure-pantry h1 {
    margin-bottom: 1.8rem;
    font-size: calc(46px * 0.9);
}.style-secure-pantry h2 {
    font-size: calc(36px * 0.95);
    margin: 2rem 0 1.2rem;
}.style-secure-pantry p, 
    .style-secure-pantry li,
    .style-secure-pantry span {
    line-height: 1.7;
    font-size: calc(17px * 0.98);
}.style-secure-pantry ul {
    padding-left: 1.5rem;
}
}

@media (prefers-reduced-motion: reduce) {.style-secure-pantry .container,
    .style-secure-pantry h1,
    .style-secure-pantry h2,
    .style-secure-pantry h3,
    .style-secure-pantry h4,
    .style-secure-pantry p,
    .style-secure-pantry ul,
    .style-secure-pantry span {
    transform: none;
    animation: none;
    opacity: 1;
}.style-secure-pantry h1::after {
    transform: scaleX(1);
    animation: none;
}}.style-meet-us {
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
}.style-meet-us::before {
    bottom: 0;
    z-index: 1;
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(25, 28, 41, 0.92), rgba(16, 19, 34, 0.95));
    left: 0;
}.style-meet-us::after {
    animation: pulseGlow 15s infinite alternate ease-in-out;
    z-index: 2;
    content: "";
    width: 100%;
    background: radial-gradient(circle at center, rgb(185,180,197,0.5), transparent 70%);
    height: 100%;
    top: -50%;
    right: -50%;
    position: absolute;
    opacity: 0.12;
}.style-meet-us .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
    justify-content: center;
    padding: 0 20px;
    display: flex;
}.style-meet-us h4 {
    position: relative;
    font-weight: 700;
    z-index: 5;
    margin: 0 0 60px;
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}.style-meet-us h4::before {
    position: absolute;
    bottom: -15px;
    height: 3px;
    transform: translateX(-50%);
    width: 60px;
    background: rgb(185,180,197);
    content: "";
    left: 50%;
}.style-meet-us h4::after {
    background: rgb(150,140,166);
    animation: slideRight 3s infinite alternate ease-in-out;
    content: "";
    width: 10px;
    bottom: -15px;
    position: absolute;
    height: 3px;
    transform: translateX(-50%) translateX(45px);
    left: 50%;
}.style-meet-us .style-reading-block {
    transition: transform 0.5s ease;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    max-width: 800px;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    padding: 40px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.08);
}.style-meet-us .style-reading-block:hover {
    transform: perspective(1000px) rotateX(0deg);
}.style-meet-us .style-reading-block::before {
    z-index: -1;
    position: absolute;
    opacity: 0.4;
    content: "";
    right: -5px;
    background: linear-gradient(45deg, transparent 40%, rgb(185,180,197,0.5) 45%, rgb(185,180,197,0.5) 50%, transparent 55%);
    left: -5px;
    bottom: -5px;
    top: -5px;
    animation: borderShine 8s infinite linear;
}.style-meet-us h6 {
    color: rgb(185,180,197);
    margin: 0 0 25px;
    font-weight: 700;
    font-size: calc(22px * 1.2);
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}.style-meet-us h6::after {
    height: 2px;
    bottom: -8px;
    position: absolute;
    content: "";
    left: 0;
    width: 30%;
    background: rgb(150,140,166);
}.style-meet-us span {
    font-size: 13px;
    line-height: 1.8;
    text-align: justify;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    column-gap: 30px;
    display: block;
    column-count: 1;
}.style-meet-us .style-reading-block div {
    position: relative;
}.style-meet-us .style-reading-block div::before {
    opacity: 0.6;
    position: absolute;
    left: -40px;
    top: 0;
    height: 20px;
    border-top: 2px solid rgb(185,180,197,0.5);
    border-left: 2px solid rgb(185,180,197,0.5);
    width: 20px;
    content: "";
}.style-meet-us .style-reading-block div::after {
    bottom: 0;
    position: absolute;
    opacity: 0.6;
    width: 20px;
    content: "";
    border-right: 2px solid rgb(185,180,197,0.5);
    right: -40px;
    height: 20px;
    border-bottom: 2px solid rgb(185,180,197,0.5);
}

@keyframes pulseGlow {
    0% {
        opacity: 0.08;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.08;
        transform: scale(1);
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(-50%) translateX(45px);
    }
    100% {
        transform: translateX(-50%) translateX(60px);
    }
}

@keyframes borderShine {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 400% 0%;
    }
}

@media (min-width: 768px) {.style-meet-us {
    padding: 160px 0 120px;
}.style-meet-us span {
    column-count: 2;
}.style-meet-us .style-reading-block {
    padding: 50px 60px;
}.style-meet-us h4 {
    font-size: calc(22px * 1.2);
    margin-bottom: 80px;
}.style-meet-us h6 {
    font-size: calc(22px * 1.4);
    margin-bottom: 35px;
}.style-meet-us .style-reading-block::after {
    opacity: 0.2;
    height: 60px;
    width: 60px;
    right: 20px;
    top: 20px;
    filter: blur(10px);
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(185,180,197,0.5), transparent);
    content: "";
    position: absolute;
}
}

@media (min-width: 992px) {.style-meet-us {
    padding: 180px 0 140px;
}.style-meet-us .style-reading-block {
    transform: perspective(1200px) rotateX(2deg) translateY(-10px);
    padding: 60px 70px;
}.style-meet-us .style-reading-block:hover {
    transform: perspective(1200px) rotateX(0deg) translateY(0);
}.style-meet-us::before {
    background: linear-gradient(135deg, rgba(25, 28, 41, 0.88), rgba(16, 19, 34, 0.92));
}.style-meet-us h4::before {
    width: 80px;
}.style-meet-us h4::after {
    transform: translateX(-50%) translateX(65px);
}
    
    @keyframes slideRight {
        0% {
            transform: translateX(-50%) translateX(65px);
        }
        100% {
            transform: translateX(-50%) translateX(90px);
        }
    }
}

@media (max-width: 767px) {.style-meet-us {
    padding: 80px 0 60px;
}.style-meet-us .style-reading-block {
    transform: perspective(800px) rotateX(1deg);
    padding: 30px;
}.style-meet-us h4 {
    margin-bottom: 40px;
    font-size: calc(22px * 0.9);
}.style-meet-us h6 {
    font-size: 22px;
    margin-bottom: 20px;
}.style-meet-us span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.style-meet-us {
    padding: 60px 0 40px;
}.style-meet-us .style-reading-block {
    padding: 25px 20px;
    transform: none;
}.style-meet-us h4 {
    margin-bottom: 30px;
}.style-meet-us h6::after {
    width: 25%;
}.style-meet-us span {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}.style-meet-us .style-reading-block div::before,
    .style-meet-us .style-reading-block div::after {
    display: none;
}}footer {
    position: relative;
    width: 100%;
}.style-brainstorm {
    position: relative;
    background-color: #ffffff;
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    color: #000000;
}.style-brainstorm::before {
    width: 100%;
    content: "";
    bottom: 0;
    position: absolute;
    background-image: repeating-linear-gradient(
        to right,
        rgb(185,180,197),
        rgb(185,180,197) 10px,
        transparent 10px,
        transparent 20px
    );
    height: 1px;
    left: 0;
}footer .style-skill-test {
    position: relative;
    z-index: 1;
}footer .style-talk-contact {
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    height: 100px;
    margin-bottom: 70px;
    flex-wrap: wrap;
    display: flex;
}footer .info_item {
    flex: 1;
    overflow: hidden;
    align-items: center;
    transition: all 0.5s ease;
    background-color: rgb(150,140,166);
    margin-right: 1px;
    height: 100px;
    padding: 0 25px;
    min-width: 250px;
    position: relative;
    cursor: pointer;
    display: flex;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item:hover {
    background-color: rgb(185,180,197);
    flex: 1.5;
}footer .info_item::after {
    top: 0;
    width: 1px;
    right: 0;
    position: absolute;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
}footer .info_item:last-child::after {
    display: none;
}footer .info_item svg {
    flex-shrink: 0;
    fill: #ffffff;
    height: 24px;
    margin-right: 15px;
    width: 24px;
    position: relative;
    z-index: 2;
}footer .info_item p,
footer .info_item a {
    white-space: nowrap;
    text-decoration: none;
    max-width: 100%;
    text-overflow: ellipsis;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    font-size: 12px;
    z-index: 2;
}footer .info_item::before {
    opacity: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    left: 0;
    transition: opacity 0.5s ease;
}footer .info_item:hover::before {
    opacity: 1;
}footer .text_main_holder {
    padding: 0 20px;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    margin: 0 -20px;
    flex-wrap: nowrap;
    scrollbar-width: none;
    gap: 0;
    display: flex;
    overflow-x: auto;
}footer .text_main_holder::-webkit-scrollbar {
    display: none;
}footer .style-top-lesson, footer .style-top-nav, footer .subscribe_holder {
    position: relative;
    flex: 0 0 100%;
    border-radius: 22px;
    height: 450px;
    max-width: 500px;
    scroll-snap-align: start;
    transition: all 0.4s ease;
    margin-right: 30px;
    padding: 30px;
    min-width: 280px;
}footer .style-top-lesson {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: rgb(220,215,226);
}footer .style-top-lesson svg {
    height: 50px;
    width: auto;
    margin-bottom: 30px;
}footer .style-career-help {
    font-size: 16px;
    max-width: 300px;
    color: #000000;
    line-height: 1.6;
}footer .style-top-nav {
    color: #ffffff;
    display: flex;
    position: relative;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(150,140,166,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(185,180,197,0.5) 0%, transparent 40%);
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background-color: rgb(150,140,166);
}footer .style-top-nav::after {
    content: "";
    background-size: 30px 30px;
    left: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    right: 0;
    opacity: 0.3;
    top: 0;
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
}footer .style-top-nav h5 {
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    display: inline-block;
}footer .style-top-nav h5::after {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 30px;
    content: "";
    height: 2px;
    background-color: rgb(185,180,197);
}footer .style-main-navbar {
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
    position: relative;
    max-height: 280px;
}footer .style-main-navbar a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 12px;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    padding: 10px 0;
}footer .style-main-navbar a:hover {
    border-bottom-color: rgb(185,180,197);
    padding-left: 10px;
    color: #ffffff;
}footer .subscribe_holder {
    color: #ffffff;
    background-color: rgb(185,180,197);
    justify-content: center;
    display: flex;
    flex-direction: column;
}footer .subscribe_holder h5 {
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 19px;
    margin-bottom: 20px;
}footer .subscribe_holder p {
    font-size: 12px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 12px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .style-new-beginnings {
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 19px;
    color: #ffffff;
    background-color: rgb(150,140,166);
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    padding: 15px;
}footer .style-new-beginnings:hover {
    background-color: rgb(150,140,166,0.5);
}footer .style-footer-address {
    margin-top: 40px;
    padding-top: 20px;
    position: relative;
}footer .style-footer-address::before {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    content: "";
    left: 20%;
    top: 0;
    right: 20%;
}footer .style-badge-case {
    font-size: 16px;
    color: #000000;
    text-align: center;
}

@media (min-width: 992px) {footer .text_main_holder {
    scroll-snap-type: none;
    flex-wrap: wrap;
    overflow-x: visible;
    gap: 30px;
    margin: 0;
    padding: 0;
}footer .style-top-lesson, footer .style-top-nav, footer .subscribe_holder {
    height: 500px;
    min-width: 0;
    flex: 1;
    margin-right: 0;
}
}

@media (max-width: 991px) {footer .info_item {
    min-width: 200px;
}footer .style-top-lesson::before,
    footer .style-top-nav::before,
    footer .subscribe_holder::before {
    font-size: 3rem;
}
}

@media (max-width: 767px) {footer .style-brainstorm {
    padding: 60px 0 30px;
}footer .style-talk-contact {
    height: auto;
    margin-bottom: 40px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
    margin-bottom: 1px;
    margin-right: 0;
}footer .info_item:hover {
    flex: 1;
    padding-left: 35px;
}footer .style-top-lesson, footer .style-top-nav, footer .subscribe_holder {
    padding: 25px 20px;
    min-height: 350px;
    height: auto;
}
}

@media (max-width: 576px) {footer .style-brainstorm {
    padding: 50px 0 20px;
}footer .style-top-lesson::before,
    footer .style-top-nav::before,
    footer .subscribe_holder::before {
    top: 15px;
    font-size: 2rem;
    left: 15px;
}footer .style-main-navbar {
    height: auto;
    max-height: 220px;
}footer .style-top-lesson, footer .style-top-nav, footer .subscribe_holder {
    min-height: 300px;
    padding: 20px 15px;
}footer .style-top-nav h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 20px;
}footer .input_holder input[type="email"],
    footer .style-new-beginnings {
    padding: 12px;
}}.style-thanksFrame {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(185,180,197,0.5), rgb(150,140,166) 120%);
}.style-thanksFrame::before {
    content: "";
    width: 50%;
    transform: rotate(-15deg);
    height: 60%;
    position: absolute;
    pointer-events: none;
    top: -10%;
    background: rgb(255, 255, 255, 0.5);
    opacity: 0.05;
    right: -10%;
}.style-thanksFrame::after {
    bottom: -5%;
    transform: rotate(10deg);
    width: 40%;
    position: absolute;
    content: "";
    left: -5%;
    pointer-events: none;
    height: 30%;
    background: rgb(185,180,197);
    opacity: 0.1;
}.style-thanksFrame .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.style-thanksFrame .style-skill-learn {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08), 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transform: translateY(0);
    flex-direction: column;
    background: #ffffff;
    padding: 60px 50px;
    gap: 40px;
    display: flex;
}.style-thanksFrame .style-skill-learn:hover {
    transform: translateY(-5px);
}.style-thanksFrame .style-skill-learn::before {
    content: "";
    background: linear-gradient(to bottom, rgb(185,180,197), rgb(150,140,166));
    height: 100%;
    width: 4px;
    top: 0;
    left: 0;
    position: absolute;
}.style-thanksFrame .style-skill-learn div:first-child {
    padding-bottom: 25px;
    position: relative;
}.style-thanksFrame .style-skill-learn div:first-child::after {
    left: 0;
    bottom: 0;
    position: absolute;
    height: 2px;
    content: "";
    width: 80px;
    background: rgb(185,180,197,0.5);
}.style-thanksFrame .style-skill-learn h5 {
    font-weight: 700;
    transition: transform 0.4s ease-out;
    line-height: 1.4;
    color: #000000;
    font-size: 22px;
    margin: 0;
    transform: translateX(0);
}.style-thanksFrame .style-skill-learn:hover h5 {
    transform: translateX(8px);
}.style-thanksFrame .style-skill-learn div:last-child {
    position: relative;
}.style-thanksFrame .style-skill-learn a {
    transition: all 0.4s ease;
    text-decoration: none;
    display: block;
}.style-thanksFrame .style-skill-learn p {
    color: #000000;
    font-family: Arial, sans-serif;
    margin: 0;
    position: relative;
    font-size: 18px;
    line-height: 1.8;
    z-index: 1;
    transition: color 0.3s ease;
}.style-thanksFrame .style-skill-learn a:hover p {
    color: rgb(185,180,197);
}.style-thanksFrame .style-skill-learn a::before {
    width: 40%;
    bottom: -10px;
    background: linear-gradient(135deg, transparent, rgb(150,140,166,0.5) 60%);
    content: "";
    opacity: 0;
    position: absolute;
    right: -10px;
    transition: opacity 0.5s ease;
    z-index: 0;
    height: 40%;
}.style-thanksFrame .style-skill-learn a:hover::before {
    opacity: 0.1;
}

@media (min-width: 768px) {.style-thanksFrame .style-skill-learn {
    padding: 70px 80px;
}.style-thanksFrame .style-skill-learn::before {
    width: 6px;
}.style-thanksFrame .style-skill-learn div:first-child::after {
    width: 120px;
}
}

@media (max-width: 767px) {.style-thanksFrame {
    padding: 60px 0;
}.style-thanksFrame .style-skill-learn {
    gap: 25px;
    padding: 40px 30px;
}.style-thanksFrame .style-skill-learn h5 {
    font-size: calc(22px - 2px);
}.style-thanksFrame .style-skill-learn p {
    font-size: calc(18px - 1px);
}.style-thanksFrame .style-skill-learn div:first-child {
    padding-bottom: 20px;
}.style-thanksFrame .style-skill-learn div:first-child::after {
    width: 60px;
}
}

@media (max-width: 480px) {.style-thanksFrame {
    padding: 40px 0;
}.style-thanksFrame .style-skill-learn {
    gap: 20px;
    padding: 30px 20px;
}.style-thanksFrame .style-skill-learn h5 {
    font-size: calc(22px - 4px);
}
}

@media (prefers-reduced-motion: reduce) {.style-thanksFrame .style-skill-learn,
    .style-thanksFrame .style-skill-learn h5,
    .style-thanksFrame .style-skill-learn a::before,
    .style-thanksFrame .style-skill-learn a p {
    transition: none;
}.style-thanksFrame .style-skill-learn:hover,
    .style-thanksFrame .style-skill-learn:hover h5 {
    transform: none;
}}header .style-nav-core {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    background: rgb(220,215,226);
    position: relative;
    z-index: 100;
    overflow: hidden;
}header .style-nav-core::before {
    z-index: -1;
    background: 
        radial-gradient(circle at 10% 20%, rgb(185,180,197,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(150,140,166,0.5) 0%, transparent 30%);
    width: 100%;
    content: "";
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    height: 100%;
}header .style-nav-core::after {
    z-index: -1;
    top: 0;
    height: 100%;
    width: 40%;
    position: absolute;
    right: 0;
    opacity: 0.1;
    background: linear-gradient(135deg, transparent 25%, rgb(185,180,197,0.5) 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: "";
}header .container {
    padding: 1.8rem 2rem;
    position: relative;
}header .style-nav-pagewrap {
    gap: 3rem;
    grid-template-columns: auto 1fr;
    display: grid;
    align-items: center;
}header .style-top-lesson {
    z-index: 2;
    position: relative;
}header .style-head-expert {
    display: block;
    z-index: 2;
    position: relative;
}header .style-head-expert::before,
header .style-head-expert::after {
    border-radius: 50%;
    transition: all 0.5s ease;
    z-index: -1;
    position: absolute;
    content: "";
    opacity: 0;
    background: rgb(185,180,197,0.5);
}header .style-head-expert::before {
    top: -15px;
    left: -15px;
    height: 50px;
    width: 50px;
}header .style-head-expert::after {
    background: rgb(150,140,166,0.5);
    width: 25px;
    bottom: -5px;
    right: -10px;
    height: 25px;
}header .style-head-expert:hover::before,
header .style-head-expert:hover::after {
    transform: scale(1.2);
    opacity: 0.6;
}header .style-head-expert svg {
    width: auto;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    transition: all 0.3s ease;
    height: 50px;
}header .style-head-expert:hover svg {
    transform: rotate(-5deg);
}header .style-top-nav {
    position: relative;
    margin: 0;
    padding: 10px 20px;
    flex-wrap: wrap;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    border-radius: 0 22px 22px 0;
    justify-content: flex-end;
    background: linear-gradient(to right, transparent, #ffffff);
    display: flex;
    list-style: none;
}header .style-top-nav::after {
    background-image: 
        linear-gradient(45deg, rgb(185,180,197,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(185,180,197,0.5) 50%, rgb(185,180,197,0.5) 75%, transparent 75%, transparent);
    position: absolute;
    left: 0;
    opacity: 0.05;
    content: "";
    width: 100%;
    animation: moveStripes 20s linear infinite;
    top: 0;
    z-index: -1;
    background-size: 10px 10px;
    height: 100%;
}header .style-nav-page {
    position: relative;
    perspective: 800px;
    margin: 5px 8px;
}header .style-nav-page::before {
    opacity: 0;
    top: 50%;
    height: 0;
    left: -10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    content: "";
    width: 0;
    border-left: 5px solid rgb(185,180,197);
    transform: translateY(-50%) scale(0);
    transition: all 0.3s ease;
}header .style-nav-page:hover::before {
    left: -15px;
    transform: translateY(-50%) scale(1);
    opacity: 1;
}header .style-nav-page a {
    transform-style: preserve-3d;
    text-decoration: none;
    overflow: hidden;
    border-radius: 10px;
    display: block;
    font-size: 17px;
    border: 1px solid transparent;
    position: relative;
    background: transparent;
    transition: all 0.3s ease;
    color: #000000;
    padding: 10px 18px;
    font-weight: 600;
    font-family: Arial, sans-serif;
}header .style-nav-page a::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    transform: translateZ(-1px);
    left: 0;
    content: "";
    top: 0;
}header .style-nav-page a::after {
    transition: width 0.3s ease;
    left: 50%;
    background: rgb(185,180,197);
    transform: translateX(-50%);
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    content: "";
}header .style-nav-page a:hover {
    border-color: rgb(185,180,197,0.5);
    transform: translateZ(20px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: rgb(185,180,197);
}header .style-nav-page a:hover::after {
    width: 80%;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 991px) {header .style-nav-pagewrap {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 2rem;
}header .style-top-nav {
    clip-path: none;
    background: #ffffff;
    width: 100%;
    justify-content: center;
    border-radius: 22px;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .style-nav-page {
    margin: 3px 5px;
}header .style-nav-page a {
    font-size: calc(17px - 1px);
    padding: 8px 15px;
}
}

@media (max-width: 480px) {header .style-top-nav {
    align-items: center;
    padding: 15px;
    flex-direction: column;
}header .style-nav-page {
    width: 100%;
    margin: 3px 0;
}header .style-nav-page a {
    width: 100%;
    text-align: center;
}header .style-nav-page::before {
    display: none;
}header .style-head-expert svg {
    height: 40px;
}
}