﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}svg {
    width: 30px;
    height: 30px;
}.level-up {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.wrap-container {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}header,footer {
    width: 100%;
}.main-mentor {
    flex: 1 0 auto;
}.container {
    width: 1248px;
    max-width: 100%;
    margin: auto;
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
}::-webkit-scrollbar {
}::-webkit-scrollbar-track {
    background: rgb(181,149,171);
    box-shadow: inset 2px -5px 2px 3px rgba(0, 0, 0, 0.3);
    border-radius: 12.2rem;
}::-webkit-scrollbar-thumb {
    transition: background, box-shadow 2.8s linear;
    box-shadow: 1px 3px 3px 6px rgba(0, 0, 0, 0.7);
    background: rgb(181,149,171);
    border-radius: 3px;
}::-webkit-scrollbar-corner {
    background: rgb(208,185,200,0.5);
    border-radius: 5px;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.pricing-card-list {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.pricing-card-list::before {
    left: 0;
    bottom: 0;
    content: "";
    top: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.85) 100%);
    z-index: 1;
}.pricing-card-list .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.pricing-card-list .fee-package {
    position: relative;
}.pricing-card-list h2 {
    font-weight: 700;
    text-shadow: 0 5px 15px rgba(0,0,0,0.3);
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    transform: perspective(1000px) translateZ(30px);
    font-size: 34px;
    position: relative;
}.pricing-card-list h2::after {
    width: 80px;
    height: 4px;
    bottom: -15px;
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(208,185,200,0.5), rgb(208,185,200), rgb(208,185,200,0.5));
    content: "";
    transform: translateX(-50%);
}.pricing-card-list .price-deals {
    max-width: 800px;
    text-align: center;
    line-height: 1.6;
    margin: 0 auto 50px;
    font-size: calc(15px * 1.1);
    transform: perspective(1000px) translateZ(20px);
    font-weight: 300;
    color: #ffffff;
    opacity: 0.9;
}.pricing-card-list .cert-fees {
    gap: 30px;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    perspective: 1000px;
    margin: 0;
    display: grid;
}.pricing-card-list .cert-fees li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
}.pricing-card-list .price-panel {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
    transform-style: preserve-3d;
    position: relative;
    height: 100%;
    display: block;
}.pricing-card-list .skill-pricing {
    padding: 40px 30px;
    height: 100%;
    transform-style: preserve-3d;
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.1);
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 100%);
}.pricing-card-list .skill-pricing::before {
    transition: transform 0.5s ease, opacity 0.5s ease;
    background: linear-gradient(90deg, rgb(208,185,200), rgb(181,149,171));
    height: 5px;
    transform: scaleX(0.8);
    left: 0;
    content: "";
    position: absolute;
    opacity: 0.8;
    width: 100%;
    top: 0;
}.pricing-card-list .skill-pricing::after {
    border-radius: 50%;
    height: 150px;
    opacity: 0.2;
    transform: translate(30%, 30%);
    transition: all 0.6s ease;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    width: 150px;
    background: radial-gradient(circle, rgb(208,185,200,0.5) 0%, transparent 70%);
    content: "";
}.pricing-card-list .lesson-rates {
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.5s ease;
}.pricing-card-list .lesson-rates h4 {
    font-weight: 600;
    font-size: calc(19px * 1.2);
    position: relative;
    padding-bottom: 15px;
    color: #ffffff;
    margin: 0 0 25px;
    transform: translateZ(10px);
}.pricing-card-list .lesson-rates h4::after {
    transition: width 0.4s ease;
    background: rgb(181,149,171);
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    bottom: 0;
    left: 0;
}.pricing-card-list .lesson-rates p {
    line-height: 1.7;
    overflow-wrap: break-word;
    margin: 0 0 30px;
    transform: translateZ(5px);
    overflow-y: auto;
    word-break: break-word;
    padding-right: 5px;
    font-weight: 300;
    opacity: 0.8;
    font-size: 15px;
    max-height: 250px;
    color: #ffffff;
}.pricing-card-list .lesson-rates p::-webkit-scrollbar {
    width: 4px;
}.pricing-card-list .lesson-rates p::-webkit-scrollbar-thumb {
    background: rgb(208,185,200,0.5);
    border-radius: 10px;
}.pricing-card-list .lesson-rates p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
}.pricing-card-list .access-plans {
    position: relative;
    font-weight: 700;
    transition: all 0.4s ease;
    padding: 10px 5px;
    display: inline-block;
    transform: translateZ(15px);
    color: #ffffff;
    font-size: calc(19px * 1.5);
}.pricing-card-list .access-plans::before {
    opacity: 0.6;
    transform-origin: center;
    transform: scaleX(0.5);
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(181,149,171), transparent);
    left: 0;
    bottom: 5px;
    position: absolute;
    transition: transform 0.5s ease, opacity 0.5s ease;
    content: "";
}.pricing-card-list .price-panel:hover .skill-pricing {
    transform: translateY(-10px) translateZ(20px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.15);
}.pricing-card-list .price-panel:hover .skill-pricing::before {
    opacity: 1;
    transform: scaleX(1);
}.pricing-card-list .price-panel:hover .skill-pricing::after {
    transform: translate(20%, 20%) scale(1.2);
    opacity: 0.4;
}.pricing-card-list .price-panel:hover .lesson-rates h4::after {
    width: 80px;
}.pricing-card-list .price-panel:hover .access-plans {
    transform: translateZ(25px) scale(1.05);
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
}.pricing-card-list .price-panel:hover .access-plans::before {
    transform: scaleX(0.8);
    opacity: 1;
}

@media (max-width: 1200px) {.pricing-card-list {
    padding: 80px 0;
}.pricing-card-list .cert-fees {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 991px) {.pricing-card-list {
    padding: 70px 0;
}.pricing-card-list h2 {
    font-size: calc(34px * 0.9);
}.pricing-card-list .price-deals {
    margin-bottom: 40px;
    font-size: 15px;
}.pricing-card-list .cert-fees {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.pricing-card-list .skill-pricing {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.pricing-card-list {
    padding: 60px 0;
}.pricing-card-list h2 {
    margin-bottom: 15px;
    font-size: calc(34px * 0.8);
}.pricing-card-list .price-deals {
    margin-bottom: 30px;
}.pricing-card-list .cert-fees {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.pricing-card-list .lesson-rates h4 {
    font-size: 19px;
}.pricing-card-list .access-plans {
    font-size: calc(19px * 1.3);
}
}

@media (max-width: 480px) {.pricing-card-list {
    padding: 50px 0;
}.pricing-card-list .skill-pricing {
    padding: 25px 20px;
}.pricing-card-list .lesson-rates p {
    line-height: 1.6;
    max-height: 200px;
    font-size: calc(15px * 0.95);
}.pricing-card-list .access-plans {
    font-size: calc(19px * 1.2);
}
}

@media (hover: none) {.pricing-card-list .skill-pricing {
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.1) !important;
}.pricing-card-list .skill-pricing::before {
    transform: scaleX(0.9);
    opacity: 0.9;
}.pricing-card-list .lesson-rates h4::after {
    width: 60px;
}}.reach-out-info {
    position: relative;
    background: rgb(231,219,227);
    overflow: hidden;
    isolation: isolate;
    padding: 120px 0;
}.reach-out-info::before {
    width: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    left: 0;
    top: 0;
    background: 
        repeating-linear-gradient(
            -45deg,
            rgb(208,185,200,0.5) 0,
            rgb(208,185,200,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            45deg,
            rgb(181,149,171,0.5) 0,
            rgb(181,149,171,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    content: '';
    height: 100%;
}.reach-out-info::after {
    filter: blur(60px);
    top: -50%;
    animation: floatGlow 15s infinite alternate ease-in-out;
    right: -50%;
    position: absolute;
    opacity: 0.05;
    content: '';
    z-index: -1;
    background: radial-gradient(
        circle at center,
        rgb(208,185,200) 0%,
        transparent 70%
    );
    height: 100%;
    width: 100%;
}.reach-out-info .container {
    position: relative;
}.reach-out-info .submit-request {
    grid-template-columns: 1.5fr 1fr;
    display: grid;
    gap: 2rem;
    grid-template-rows: auto auto;
    position: relative;
}.reach-out-info .talk-answer {
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.reach-out-info .talk-answer:nth-child(1) {
    z-index: 2;
    border-radius: 25px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(208,185,200);
    background: linear-gradient(135deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.07) 100%);
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    backdrop-filter: blur(10px);
    padding: 3rem;
}.reach-out-info .talk-answer:nth-child(1)::before {
    width: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    border-radius: 25px;
    background: linear-gradient(90deg, rgb(208,185,200,0.5) 0%, transparent 20%);
    left: 0;
    opacity: 0.2;
    content: '';
    height: 100%;
}.reach-out-info .talk-answer:nth-child(2) {
    border-radius: 25px;
    aspect-ratio: 4/3;
    transform: perspective(1000px) rotateY(-5deg);
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
}.reach-out-info .talk-answer:nth-child(2):hover {
    transform: perspective(1000px) rotateY(0deg);
}.reach-out-info .talk-answer .img-thumbnail {
    width: 100%;
    overflow: hidden;
    transition: transform 0.5s ease;
    position: relative;
    height: 100%;
    transform: scale(1.05);
}.reach-out-info .talk-answer .img-thumbnail::after {
    mix-blend-mode: overlay;
    content: '';
    inset: 0;
    position: absolute;
    background: linear-gradient(
        to bottom right,
        rgb(208,185,200) 0%,
        transparent 100%
    );
    opacity: 0.3;
}.reach-out-info .talk-answer .img-thumbnail::before {
    content: '';
    z-index: 1;
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%
    );
}.reach-out-info .talk-answer:nth-child(3) {
    border-radius: 25px;
    grid-column: 2 / 3;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background: rgb(208,185,200);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(5deg);
    background-position: 100% 0%, 0% 0%;
    grid-row: 2 / 3;
    background-image: 
        radial-gradient(circle at top right, rgb(181,149,171) 0%, transparent 80%),
        linear-gradient(135deg, rgb(208,185,200) 0%, rgb(208,185,200) 100%);
    background-size: 150% 150%, 100% 100%;
    animation: backgroundShift 15s infinite alternate ease-in-out;
}.reach-out-info .talk-answer:nth-child(3):hover {
    transform: perspective(1000px) rotateY(0deg);
}.reach-out-info .talk-answer h2 {
    font-size: 31px;
    padding-bottom: 1rem;
    position: relative;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-bottom: 2rem;
    font-weight: 700;
}.reach-out-info .talk-answer h2::after {
    left: 0;
    border-radius: 2px;
    position: absolute;
    height: 4px;
    bottom: 0;
    content: '';
    background: rgb(181,149,171);
    width: 60px;
}.reach-out-info .edu-guide {
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: rgb(181,149,171);
    font-size: calc(16px * 1.2);
}.reach-out-info .contact-widget {
    font-weight: 300;
    margin-bottom: 2rem;
    line-height: 1.7;
    color: #000000;
}.reach-out-info .talk-answer > p {
    color: #000000;
    margin-bottom: 1.25rem;
    display: flex;
    position: relative;
    align-items: center;
}.reach-out-info .talk-answer > p svg {
    width: 1.25rem;
    fill: rgb(181,149,171);
    height: 1.25rem;
    color: rgb(181,149,171);
}.reach-out-info .talk-answer > p svg path {
    fill: rgb(181,149,171);
}.reach-out-info .talk-answer > p span {
    margin-left: 0.5rem;
    font-weight: 600;
}.reach-out-info .learn-talk {
    backdrop-filter: blur(5px);
    border-radius: 10px;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    margin-top: 2.5rem;
    padding: 1.5rem;
}.reach-out-info .learn-talk::before {
    top: 0;
    left: 0;
    border-radius: 10px 0 0 10px;
    height: 100%;
    background: rgb(181,149,171);
    width: 4px;
    content: '';
    position: absolute;
}.reach-out-info .learn-talk h3 {
    font-weight: 600;
    margin-bottom: 1rem;
    color: rgb(181,149,171);
    font-size: 18px;
    letter-spacing: 0.5px;
}.reach-out-info .edu-askus {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 0.75rem;
    display: grid;
}.reach-out-info .edu-askus span {
    border-radius: 10px;
    font-size: calc(16px * 0.9);
    transition: all 0.3s ease;
    color: #000000;
    text-align: center;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    padding: 0.75rem 1rem;
}.reach-out-info .edu-askus span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(181,149,171,0.5);
    transform: translateY(-3px);
}.reach-out-info .reach-out {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}.reach-out-info .reach-out a {
    text-decoration: none;
    margin-bottom: 1.5rem;
    flex-direction: column;
    display: flex;
    transition: transform 0.3s ease;
    position: relative;
    padding-left: 2.5rem;
}.reach-out-info .reach-out a:last-child {
    margin-bottom: 0;
}.reach-out-info .reach-out a:hover {
    transform: translateX(5px);
}.reach-out-info .reach-out svg {
    width: 1.5rem;
    position: absolute;
    left: 0;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.2));
    top: 0.25rem;
    height: 1.5rem;
}.reach-out-info .reach-out svg path {
    fill: #ffffff;
}.reach-out-info .reach-out a span {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.25rem;
    letter-spacing: 1px;
    font-size: calc(16px * 0.85);
    text-transform: uppercase;
}.reach-out-info .reach-out a p {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: #ffffff;
}.reach-out-info .reach-out a p::after {
    width: 0;
    content: '';
    height: 1px;
    transition: width 0.3s ease;
    background: #ffffff;
    bottom: -5px;
    position: absolute;
    left: 0;
}.reach-out-info .reach-out a:hover p::after {
    width: 100%;
}

@keyframes floatGlow {
    0% {
        transform: translate(0, 0);
        opacity: 0.03;
    }
    50% {
        transform: translate(-10%, -10%);
        opacity: 0.05;
    }
    100% {
        transform: translate(-5%, 5%);
        opacity: 0.03;
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 100% 0%, 0% 0%;
    }
    50% {
        background-position: 0% 100%, 0% 0%;
    }
    100% {
        background-position: 100% 0%, 0% 0%;
    }
}

@media (max-width: 1200px) {.reach-out-info {
    padding: 80px 0;
}.reach-out-info .submit-request {
    gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
}.reach-out-info .talk-answer:nth-child(1) {
    padding: 2.5rem;
}
}

@media (max-width: 992px) {.reach-out-info .submit-request {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
}.reach-out-info .talk-answer:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}.reach-out-info .talk-answer:nth-child(2) {
    transform: perspective(1000px) rotateY(0);
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}.reach-out-info .talk-answer:nth-child(3) {
    grid-row: 3 / 4;
    transform: perspective(1000px) rotateY(0);
    grid-column: 1 / 2;
}
}

@media (max-width: 768px) {.reach-out-info {
    padding: 60px 0;
}.reach-out-info .talk-answer:nth-child(1) {
    padding: 2rem;
}.reach-out-info .talk-answer .img-thumbnail {
    aspect-ratio: 16/9;
}.reach-out-info .edu-askus {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}
}

@media (max-width: 576px) {.reach-out-info {
    padding: 40px 0;
}.reach-out-info .talk-answer:nth-child(1) {
    padding: 1.5rem;
}.reach-out-info .talk-answer h2 {
    font-size: calc(31px * 0.9);
}.reach-out-info .learn-talk {
    padding: 1.25rem;
}.reach-out-info .edu-askus {
    grid-template-columns: 1fr 1fr;
}.reach-out-info .reach-out a {
    padding-left: 2rem;
}.reach-out-info .reach-out svg {
    width: 1.25rem;
    height: 1.25rem;
}}.contact-form-box {
    overflow: hidden;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(231,219,227) 0%, rgb(208,185,200,0.5) 100%);
    position: relative;
}.contact-form-box::before {
    animation: gradientMove 20s linear infinite;
    opacity: 0.05;
    width: 100%;
    position: absolute;
    background-size: 60px 60px;
    background: linear-gradient(45deg, 
        rgb(208,185,200,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(208,185,200,0.5) 50%, 
        rgb(208,185,200,0.5) 75%, 
        transparent 75%, 
        transparent);
    height: 100%;
    top: 0;
    left: 0;
    content: "";
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.contact-form-box .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.contact-form-box h2 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: rgb(208,185,200);
}.contact-form-box h2::after {
    position: absolute;
    bottom: -15px;
    content: "";
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
    height: 4px;
    background: rgb(208,185,200);
}.contact-form-box .message-box {
    gap: 0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    max-width: 1000px;
    position: relative;
    display: grid;
}.contact-form-box .img-thumbnail {
    order: 2;
    position: relative;
    height: 100%;
    min-height: 600px;
}.contact-form-box .feedback-reach {
    order: 1;
    padding: 60px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    position: relative;
    justify-content: center;
}.contact-form-box .feedback-reach::before {
    width: 10px;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(208,185,200), rgb(181,149,171));
    right: 0;
    height: 100%;
    content: "";
}.contact-form-box form {
    position: relative;
    width: 100%;
}.contact-form-box form h3 {
    font-size: 21px;
    border-bottom: 2px solid rgb(181,149,171,0.5);
    color: #000000;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
}.contact-form-box form input[type="text"] {
    transition: all 0.3s ease;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 10px;
    background: rgb(231,219,227);
    border: none;
    color: #000000;
    font-size: 16px;
    padding: 16px 20px 16px 50px;
    font-family: Arial, sans-serif;
    position: relative;
}.contact-form-box form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(208,185,200);
    background: #ffffff;
}.contact-form-box form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact-form-box form input#name {
    position: relative;
}.contact-form-box form input#name::before {
    top: 50%;
    width: 20px;
    left: 20px;
    position: absolute;
    content: "";
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgb(208,185,200);
    height: 20px;
}.contact-form-box .help-panel {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.contact-form-box .help-panel input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-form-box .help-panel label {
    position: relative;
    line-height: 1.5;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    padding-left: 35px;
}.contact-form-box .help-panel label::before {
    top: 0;
    content: "";
    height: 24px;
    transition: all 0.3s ease;
    background: rgb(231,219,227);
    left: 0;
    width: 24px;
    position: absolute;
    border-radius: 10px;
}.contact-form-box .help-panel input[type="checkbox"]:checked + label::before {
    background: rgb(208,185,200);
}.contact-form-box .help-panel input[type="checkbox"]:checked + label::after {
    position: absolute;
    width: 8px;
    content: "";
    transform: rotate(45deg);
    height: 14px;
    border-bottom: 2px solid #ffffff;
    top: 4px;
    left: 8px;
    border-right: 2px solid #ffffff;
}.contact-form-box .help-panel label a {
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    color: rgb(208,185,200);
    font-weight: 600;
}.contact-form-box .help-panel label a::after {
    background: rgb(208,185,200);
    height: 1px;
    bottom: -2px;
    width: 0;
    position: absolute;
    content: "";
    left: 0;
    transition: width 0.3s ease;
}.contact-form-box .help-panel label a:hover::after {
    width: 100%;
}.contact-form-box form .message-message {
    transition: all 0.3s ease;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    font-family: Arial, sans-serif;
    background: rgb(208,185,200);
    font-size: 15px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    border: none;
    padding: 16px 40px;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
}.contact-form-box form .message-message::before {
    left: 0;
    content: "";
    background: rgb(181,149,171);
    height: 100%;
    position: absolute;
    transition: width 0.3s ease;
    z-index: -1;
    width: 0;
    top: 0;
}.contact-form-box form .message-message:hover::before {
    width: 100%;
}.contact-form-box form .message-message:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -10px rgb(208,185,200);
}.contact-form-box svg {
    left: 20px;
    width: 20px;
    top: 50%;
    position: absolute;
    fill: rgb(208,185,200);
    height: 20px;
    transform: translateY(-50%);
}.contact-form-box svg path {
    fill: rgb(208,185,200);
    transition: fill 0.3s ease;
}.contact-form-box form #name,
.contact-form-box form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.contact-form-box .message-box {
    max-width: 800px;
}.contact-form-box .feedback-reach {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.contact-form-box {
    padding: 80px 0 60px;
}.contact-form-box .message-box {
    grid-template-columns: 1fr;
}.contact-form-box .img-thumbnail {
    order: 1;
    clip-path: none;
    min-height: 300px;
}.contact-form-box .feedback-reach {
    order: 2;
    padding: 40px 30px;
}.contact-form-box .feedback-reach::before {
    top: 0;
    right: 0;
    background: linear-gradient(to right, rgb(208,185,200), rgb(181,149,171));
    height: 6px;
    width: 100%;
}.contact-form-box h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.contact-form-box {
    padding: 60px 0 40px;
}.contact-form-box h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
}.contact-form-box .img-thumbnail {
    min-height: 200px;
}.contact-form-box .feedback-reach {
    padding: 30px 20px;
}.contact-form-box form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 30px;
}.contact-form-box form .message-message {
    padding: 14px 20px;
    width: 100%;
}}header .top_plank {
    background: rgb(208,185,200);
    color:  #ffffff;
}header .top_plank .header-sec div svg, header .top_plank .header-sec div svg path {
    fill: #ffffff;
}header .top_plank .header-sec div span {
    color: #ffffff;
}header .top_plank .header-sec {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    display: flex;
    line-height: 21px;
    font-size: 14px;
    padding: 15px 0 10px 0;
    align-items: center;
}header .top_plank .header-sec div {
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
}header .top_plank .header-sec div img, header .top_plank .header-sec div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.company-overview {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(208,185,200);
}.company-overview::before {
    background: 
        linear-gradient(0deg, rgb(208,185,200) 30%, transparent 70%),
        linear-gradient(90deg, rgb(208,185,200) 0%, transparent 50%, rgb(208,185,200) 100%),
        repeating-linear-gradient(90deg, transparent, transparent 20px, rgba(255, 255, 255, 0.03) 20px, rgba(255, 255, 255, 0.03) 40px);
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
}.company-overview::after {
    left: 0;
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    content: "";
}.company-overview .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.company-overview .learn-legacy {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 60px;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    position: relative;
    gap: 40px;
    display: grid;
    grid-template-areas: 
        "text photo"
        "logo photo";
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    background: rgb(231,219,227);
}.company-overview .learn-legacy::before {
    left: 50%;
    content: "";
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgb(208,185,200,0.5), transparent);
    top: 0;
    position: absolute;
}.company-overview .learn-legacy::after {
    height: 4px;
    content: "";
    background: linear-gradient(90deg, rgb(208,185,200), rgb(181,149,171), rgb(208,185,200));
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}.company-overview .study-tracks {
    padding-left: 40px;
    align-items: center;
    grid-area: photo;
    flex-direction: column;
    display: flex;
    justify-content: center;
}.company-overview .study-tracks .img-thumbnail {
    height: 350px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: 5px solid rgb(208,185,200);
    width: 280px;
}.company-overview .learn-learn {
    max-width: 280px;
    width: 100%;
    text-align: center;
    background: rgb(181,149,171);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px 30px;
}.company-overview .heritage-tl {
    color: #ffffff;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
}.company-overview .academy-team {
    font-size: 14px;
    opacity: 0.9;
    color: #ffffff;
    margin: 0;
    font-weight: 300;
}.company-overview .text-box-item {
    display: flex;
    justify-content: center;
    grid-area: text;
    flex-direction: column;
}.company-overview h2 {
    text-transform: uppercase;
    font-size: 33px;
    font-weight: 700;
    margin: 0 0 25px 0;
    color: #000000;
    letter-spacing: 1px;
    position: relative;
}.company-overview h2::after {
    background: rgb(208,185,200);
    bottom: -10px;
    left: 0;
    position: absolute;
    height: 3px;
    content: "";
    width: 80px;
}.company-overview p {
    margin: 0;
    line-height: 1.8;
    font-size: 14px;
    color: #000000;
}.company-overview .team-culture {
    grid-area: logo;
    display: flex;
    margin-bottom: 20px;
    border-top: 1px solid rgba(rgb(208,185,200), 0.1);
    padding-top: 20px;
    align-items: center;
}.company-overview .team-culture svg {
    margin-right: 20px;
    height: 60px;
    fill: rgb(208,185,200);
    width: 60px;
}.company-overview .team-culture svg path {
    fill: rgb(208,185,200);
}

@media screen and (max-width: 992px) {.company-overview {
    padding: 80px 0;
}.company-overview .learn-legacy {
    grid-template-areas: 
            "img-thumbnail"
            "text"
            "logo";
    grid-template-columns: 1fr;
    padding: 40px 30px;
    gap: 30px;
}.company-overview .learn-legacy::before {
    width: 100%;
    left: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(208,185,200,0.5), transparent);
    top: 50%;
}.company-overview .study-tracks {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(rgb(208,185,200), 0.1);
    padding-left: 0;
}.company-overview .text-box-item {
    text-align: center;
}.company-overview h2::after {
    left: 50%;
    transform: translateX(-50%);
}.company-overview .team-culture {
    border-top: none;
    padding-top: 0;
    justify-content: center;
}
}

@media screen and (max-width: 767px) {.company-overview {
    padding: 60px 0;
}.company-overview .learn-legacy {
    padding: 30px 20px;
    gap: 25px;
}.company-overview .study-tracks .img-thumbnail {
    width: 220px;
    height: 280px;
    margin-bottom: 30px;
}.company-overview .learn-learn {
    padding: 15px 20px;
    max-width: 220px;
}.company-overview h2 {
    font-size: calc(33px * 0.85);
}
}

@media screen and (max-width: 480px) {.company-overview {
    padding: 40px 0;
}.company-overview .learn-legacy {
    padding: 25px 15px;
    gap: 20px;
}.company-overview .study-tracks .img-thumbnail {
    border-width: 3px;
    width: 180px;
    margin-bottom: 25px;
    height: 230px;
}.company-overview .learn-learn {
    padding: 12px 15px;
    max-width: 180px;
}.company-overview .heritage-tl {
    font-size: calc(20px * 0.9);
}.company-overview .academy-team {
    font-size: calc(14px * 0.9);
}.company-overview .team-culture svg {
    margin-right: 15px;
    width: 45px;
    height: 45px;
}.company-overview h2 {
    margin-bottom: 20px;
    font-size: calc(33px * 0.7);
}.company-overview p {
    font-size: calc(14px * 0.9);
}}.ty-block {
    position: relative;
    background: linear-gradient(135deg, rgb(231,219,227) 0%, rgb(208,185,200,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
}.ty-block::before {
    opacity: 0.1;
    width: 40%;
    height: 60%;
    transform: rotate(-15deg) skew(10deg);
    pointer-events: none;
    position: absolute;
    background: linear-gradient(225deg, rgb(181,149,171) 0%, transparent 70%);
    z-index: 1;
    top: -5%;
    content: "";
    right: -10%;
}.ty-block::after {
    opacity: 0.1;
    height: 65%;
    width: 45%;
    z-index: 1;
    pointer-events: none;
    left: -10%;
    bottom: -5%;
    content: "";
    background: linear-gradient(45deg, rgb(208,185,200) 0%, transparent 80%);
    transform: rotate(12deg) skew(-5deg);
    position: absolute;
}.ty-block .container {
    position: relative;
    padding: 0 20px;
    transform: perspective(1000px) rotateX(2deg);
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
}.ty-block h2 {
    font-size: 31px;
    line-height: 1.3;
    position: relative;
    color: rgb(208,185,200);
    max-width: 90%;
    transform: translateX(-5%);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 35px;
    font-weight: 700;
}.ty-block h2::after {
    position: absolute;
    left: 0;
    background: rgb(181,149,171);
    width: 85px;
    content: "";
    transform: scaleX(1);
    height: 3px;
    bottom: -12px;
    transform-origin: left center;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.ty-block .learn-legacy {
    background-color: #ffffff;
    padding: 50px 40px 50px 60px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.1);
    transform: translateX(5%);
}.ty-block .learn-legacy::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(208,185,200) 0%, rgb(181,149,171) 100%);
    content: "";
    top: 0;
    left: 0;
    width: 6px;
}.ty-block .learn-legacy::after {
    position: absolute;
    height: 100px;
    right: 20px;
    width: 100px;
    background: radial-gradient(circle, rgb(181,149,171,0.5) 0%, transparent 70%);
    border-radius: 50%;
    top: 20px;
    content: "";
    opacity: 0.3;
    z-index: -1;
}.ty-block ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.ty-block li {
    position: relative;
    z-index: 2;
}.ty-block li::before {
    position: absolute;
    font-family: serif;
    opacity: 0.1;
    top: -40px;
    left: -20px;
    color: rgb(208,185,200);
    font-size: 120px;
    line-height: 1;
    content: "";
    z-index: -1;
}.ty-block li span {
    display: block;
    font-weight: 400;
    max-width: 95%;
    line-height: 1.7;
    position: relative;
    font-size: calc(13px + 0.1rem);
    color: #000000;
}.ty-block:hover .learn-legacy {
    transform: translateX(5%) translateY(-5px);
}.ty-block:hover h2::after {
    transform: scaleX(1.3);
}

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

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

@media (max-width: 575px) {.ty-block {
    padding: 60px 0;
}.ty-block .container {
    transform: perspective(1000px) rotateX(1deg);
}.ty-block h2 {
    font-size: calc(31px - 0.5rem);
    margin-bottom: 25px;
}.ty-block h2::after {
    height: 2px;
    width: 60px;
}.ty-block .learn-legacy {
    padding: 25px 20px 25px 25px;
}.ty-block .learn-legacy::before {
    width: 4px;
}.ty-block li::before {
    font-size: 70px;
    top: -20px;
    left: -10px;
}.ty-block li span {
    line-height: 1.6;
    font-size: calc(13px - 0.1rem);
}}.cookie-warning-alert {
    padding: 20px 0;
    border-top: 3px solid rgb(208,185,200);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    bottom: 0;
    z-index: 100;
    background: rgb(231,219,227);
    justify-content: center;
    position: fixed;
    width: 100%;
}.user-safety {
    background: rgba(0, 0, 0, 0.5);
    justify-content: space-between;
    padding: 20px;
    width: 90%;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    display: flex;
    border: 2px solid rgb(208,185,200);
    border-radius: 23px;
}.consent-learn {
    margin-right: 20px;
    flex-shrink: 0;
}.consent-learn svg {
    height: 50px;
    fill: rgb(208,185,200);
    width: 50px;
}.cookie-window {
    flex-grow: 1;
    color: #ffffff;
    text-align: left;
}.cookie-window h5 {
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 23px;
    color: rgb(208,185,200);
    text-transform: uppercase;
}.cookie-window p {
    line-height: 1.5;
    font-size: 12px;
    margin: 0;
    color: #ffffff;
}.cookie-window p a {
    color: rgb(208,185,200);
    text-decoration: underline;
}.privacy-opt {
    background: rgb(208,185,200);
    text-decoration: none;
    flex-shrink: 0;
    color: #ffffff;
    min-width: 120px;
    text-align: center;
    cursor: pointer;
    padding: 10px 20px;
    border: none;
    font-size: 15px;
    border-radius: 10px;
}.cookie_button.cookie-verify {
    margin-right: 10px;
}#cookie-panel-popup {
    display: none;
}#cookie-panel-popup:checked ~ .cookie-warning-alert {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.user-safety {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.consent-learn {
    margin-right: 0;
    margin-bottom: 20px;
}.privacy-opt {
    width: 100%;
    margin: 10px 0;
    max-width: 250px;
}}
.program-structure {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    background: rgb(231,219,227);
    z-index: 1;
}.program-structure::before {
    opacity: 0.25;
    height: 100%;
    left: 0;
    content: "";
    background: 
        linear-gradient(135deg, rgb(208,185,200,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(181,149,171,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
}.program-structure::after {
    top: 0;
    z-index: -1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(208,185,200,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(181,149,171,0.5) 0%, transparent 40%);
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.2;
}.program-structure .container {
    max-width: 1000px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.program-structure .learn-legacy {
    display: flex;
    gap: 40px;
    flex-direction: column;
    position: relative;
}.program-structure .img-thumbnail {
    height: 450px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s;
    z-index: 1;
    position: relative;
    transform: translateZ(0);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.program-structure .img-thumbnail:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
}.program-structure .img-thumbnail::before {
    opacity: 0.7;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(to bottom, 
                transparent 70%, 
                rgb(208,185,200,0.5) 100%);
    position: absolute;
}.program-structure .img-thumbnail::after {
    opacity: 0.05;
    inset: 0;
    background: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 20px, 
            rgb(208,185,200,0.5) 20px, 
            rgb(208,185,200,0.5) 21px
        );
    content: "";
    position: absolute;
    z-index: 1;
}.program-structure .lesson-path {
    border-radius: 10px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 40px;
    position: relative;
    z-index: 1;
}.program-structure .lesson-path:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.program-structure .lesson-path::before {
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    border-radius: 10px 10px 0 0;
    height: 5px;
    top: 0;
    background: linear-gradient(90deg, 
                rgb(208,185,200), 
                rgb(181,149,171));
}.program-structure .lesson-path::after {
    height: 10px;
    bottom: -5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 90%;
    content: "";
    border-radius: 0 0 50% 50%;
    position: absolute;
    background: #ffffff;
    z-index: -1;
    left: 5%;
}.program-structure .top-sitebar {
    background: rgb(231,219,227);
    justify-content: center;
    padding: 15px;
    align-items: center;
    position: relative;
    margin-bottom: 25px;
    display: inline-flex;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.program-structure .top-sitebar:hover {
    transform: translateY(-3px) rotate(5deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}.program-structure .top-sitebar::after {
    inset: 0;
    position: absolute;
    content: "";
    opacity: 0.5;
    border-radius: 10px;
    border: 1px dashed rgb(208,185,200,0.5);
}.program-structure .top-sitebar svg {
    width: 80px;
    height: auto;
    transition: transform 0.3s ease;
}.program-structure .top-sitebar:hover svg {
    transform: scale(1.05);
}.program-structure .top-sitebar svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,185,200);
}.program-structure .top-sitebar:hover svg path {
    fill: rgb(181,149,171);
}.program-structure .lesson-path h3 {
    font-family: Arial, sans-serif;
    padding-bottom: 15px;
    font-size: 34px;
    margin-bottom: 20px;
    position: relative;
    color: #000000;
    font-weight: 700;
}.program-structure .lesson-path h3::after {
    background: rgb(208,185,200);
    height: 3px;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 50px;
    content: "";
    transition: width 0.4s ease;
}.program-structure .lesson-path:hover h3::after {
    width: 100px;
}.program-structure .lesson-path p {
    margin-bottom: 0;
    font-size: 18px;
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 400;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes shine {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.program-structure {
    padding: 80px 0;
}.program-structure .img-thumbnail {
    height: 400px;
}.program-structure .lesson-path {
    padding: 35px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.program-structure {
    padding: 70px 0;
}.program-structure .img-thumbnail {
    height: 350px;
}.program-structure .lesson-path {
    padding: 30px;
}.program-structure .top-sitebar {
    padding: 12px;
}.program-structure .top-sitebar svg {
    width: 70px;
}
}

@media (max-width: 767px) {.program-structure {
    padding: 60px 0;
}.program-structure .learn-legacy {
    gap: 30px;
}.program-structure .img-thumbnail {
    height: 300px;
}.program-structure .lesson-path {
    padding: 25px;
}.program-structure .top-sitebar {
    margin-bottom: 20px;
    padding: 10px;
}.program-structure .top-sitebar svg {
    width: 60px;
}.program-structure .lesson-path h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 15px;
    padding-bottom: 12px;
}
}

@media (max-width: 576px) {.program-structure {
    padding: 50px 0;
}.program-structure .learn-legacy {
    gap: 25px;
}.program-structure .img-thumbnail {
    height: 250px;
}.program-structure .lesson-path {
    padding: 20px;
}.program-structure .top-sitebar {
    margin-bottom: 15px;
    padding: 8px;
}.program-structure .top-sitebar svg {
    width: 50px;
}.program-structure .lesson-path h3 {
    margin-bottom: 12px;
    font-size: calc(34px * 0.8);
    padding-bottom: 10px;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    right: 0;
    opacity: 0.75;
    bottom: 0;
    content: "";
    animation: gradientFlow 20s ease infinite;
    left: 0;
    top: 0;
    background-size: 300% 300%;
    position: absolute;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(208,185,200,0.5) 35%, rgb(181,149,171,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    z-index: -1;
}footer::after {
    z-index: -1;
    right: 0;
    position: absolute;
    opacity: 0.15;
    content: "";
    top: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(208,185,200,0.5) 25%, rgb(208,185,200,0.5) 26%, transparent 27%, transparent 74%, rgb(181,149,171,0.5) 75%, rgb(181,149,171,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(208,185,200,0.5) 25%, rgb(208,185,200,0.5) 26%, transparent 27%, transparent 74%, rgb(181,149,171,0.5) 75%, rgb(181,149,171,0.5) 76%, transparent 77%, transparent);
    background-size: 50px 50px;
    left: 0;
    bottom: 0;
}.level-up {
    position: relative;
    color: #ffffff;
    padding: 4rem 0 2.5rem;
}.level-up::before {
    left: 0;
    width: 100%;
    box-shadow: 0 0 20px rgb(208,185,200,0.5);
    content: "";
    opacity: 0.8;
    position: absolute;
    height: 2px;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(208,185,200), rgb(181,149,171), transparent);
}.level-up .container {
    position: relative;
    gap: 3rem;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}.level-up .company_holder {
    border-radius: 10px;
    flex: 1 1 350px;
    transition: all 0.4s ease;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    padding: 2rem;
    backdrop-filter: blur(8px);
}.level-up .company_holder::before {
    width: 200%;
    transform: translateY(-1px);
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(208,185,200), transparent);
    left: -50%;
    content: "";
    top: 0;
}.level-up .company_holder::after {
    transform: translateY(1px);
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(181,149,171), transparent);
    bottom: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
}.level-up .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(208,185,200,0.5);
}.level-up .company_holder h3 {
    position: relative;
    text-shadow: 0 0 15px rgb(208,185,200,0.5);
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-size: 38px;
    letter-spacing: 1px;
    display: inline-block;
}.level-up .company_holder h3::after {
    left: 0;
    content: "";
    width: 50px;
    position: absolute;
    box-shadow: 0 0 10px rgb(208,185,200);
    bottom: -8px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(208,185,200), rgb(181,149,171));
    transition: width 0.3s ease-out;
    height: 3px;
}.level-up .company_holder:hover h3::after {
    width: 100%;
}.level-up .access-help {
    color: #ffffff;
    text-shadow: 0 0 10px #000000;
    opacity: 0.85;
    font-size: 17px;
    max-width: 100%;
    line-height: 1.6;
}.level-up .contest-info {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.level-up .top-header {
    gap: 2.5rem;
    flex-wrap: wrap;
    display: flex;
}.level-up .top-master {
    backdrop-filter: blur(8px);
    min-width: 250px;
    overflow: hidden;
    flex: 1 1 calc(50% - 1.25rem);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 2rem;
}.level-up .top-master::before {
    transform: translateY(-1px);
    position: absolute;
    left: -50%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(181,149,171), transparent);
    content: "";
    top: 0;
    width: 200%;
}.level-up .top-master::after {
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(208,185,200), transparent);
    left: 0;
    width: 100%;
    transform: translateY(1px);
    position: absolute;
    content: "";
    height: 1px;
}.level-up .top-master:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(181,149,171,0.5);
}.level-up .top-master h5 {
    font-weight: 600;
    margin: 0 0 1.5rem;
    font-size: 22px;
    display: inline-block;
    color: #ffffff;
    text-shadow: 0 0 15px rgb(181,149,171,0.5);
    letter-spacing: 0.5px;
    position: relative;
}.level-up .top-master h5::after {
    position: absolute;
    box-shadow: 0 0 10px rgb(181,149,171);
    transition: width 0.3s ease-out;
    content: "";
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, rgb(181,149,171), rgb(208,185,200));
    bottom: -8px;
    left: 0;
    border-radius: 10px;
}.level-up .top-master:hover h5::after {
    width: 100%;
}.level-up .top-master .top-header {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}.level-up .top-master .top-header a {
    text-decoration: none;
    text-shadow: 0 0 5px #000000;
    font-size: 17px;
    z-index: 1;
    display: block;
    padding: 0.5rem 1rem;
    opacity: 0.8;
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    border-radius: 10px;
}.level-up .top-master .top-header a::before {
    width: 3px;
    position: absolute;
    opacity: 0.5;
    left: 0;
    content: "";
    border-radius: 10px;
    background: linear-gradient(180deg, rgb(208,185,200), rgb(181,149,171));
    transition: all 0.3s ease;
    top: 0;
    height: 100%;
    z-index: -1;
}.level-up .top-master .top-header a::after {
    width: 0;
    position: absolute;
    opacity: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    transition: all 0.3s ease;
    content: "";
    z-index: -1;
    left: 0;
    height: 100%;
    top: 0;
}.level-up .top-master .top-header a:hover {
    text-shadow: 0 0 10px rgb(181,149,171,0.5);
    color: #ffffff;
    opacity: 1;
    padding-left: 1.5rem;
}.level-up .top-master .top-header a:hover::before {
    box-shadow: 0 0 10px rgb(208,185,200);
    width: 5px;
    opacity: 1;
}.level-up .top-master .top-header a:hover::after {
    opacity: 0.2;
    width: 100%;
}.forum-link {
    margin-top: 2rem;
    padding: 2rem 0;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}.forum-link::before {
    left: 0;
    height: 1px;
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.5;
    background: linear-gradient(90deg, transparent, rgb(208,185,200), rgb(181,149,171), transparent);
    content: "";
}.forum-link .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.forum-link .music-edu {
    text-align: center;
    opacity: 0.7;
    position: relative;
    font-size: 15px;
    text-shadow: 0 0 5px #000000;
    transition: all 0.3s ease;
    color: #ffffff;
    letter-spacing: 0.5px;
}.forum-link .music-edu:hover {
    text-shadow: 0 0 8px rgb(181,149,171,0.5);
    opacity: 1;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.level-up .container {
    gap: 2rem;
}.level-up .company_holder {
    flex: 1 1 320px;
}.level-up .contest-info {
    flex: 1 1 calc(100% - 370px);
    min-width: 320px;
}
}

@media (max-width: 992px) {.level-up {
    padding: 3.5rem 0 2rem;
}.level-up .container {
    gap: 2rem;
    flex-direction: column;
}.level-up .company_holder,
    .level-up .contest-info {
    min-width: 100%;
    flex: 1 1 100%;
}.level-up .top-master {
    flex: 0 1 calc(50% - 1.25rem);
    min-width: 220px;
}
}

@media (max-width: 768px) {.level-up {
    padding: 3rem 0 1.5rem;
}.level-up .company_holder,
    .level-up .top-master {
    padding: 1.5rem;
}.level-up .top-header {
    gap: 1.5rem;
}.level-up .company_holder h3 {
    font-size: calc(38px - 2px);
}.level-up .top-master h5 {
    font-size: calc(22px - 1px);
}.level-up .company_holder:hover,
    .level-up .top-master:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.level-up {
    padding: 2.5rem 0 1rem;
}.level-up .top-header {
    gap: 1rem;
}.level-up .top-master {
    flex: 1 1 100%;
    min-width: 100%;
}.level-up .top-master .top-header a {
    padding: 0.4rem 0.8rem;
}.level-up .top-master .top-header a:hover {
    padding-left: 1.2rem;
}.forum-link {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.level-up .company_holder:hover,
    .level-up .top-master:hover {
    transform: translateY(-2px);
}}.testimonials {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(231,219,227) 100%);
}.testimonials::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    content: "";
    right: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(208,185,200,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(181,149,171,0.5) 0%, transparent 40%);
    top: 0;
}.testimonials::after {
    left: 50%;
    position: absolute;
    top: 50%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(208,185,200,0.5) 20%, 
        rgb(208,185,200) 50%, 
        rgb(208,185,200,0.5) 80%, 
        transparent 100%);
    opacity: 0.5;
    animation: pulse 3s infinite;
    content: "";
    height: 1px;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 100%;
}@keyframes pulse {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 0.7; }
}

.testimonials .container {
    position: relative;
    z-index: 2;
}.testimonials h2 {
    margin-bottom: 4rem;
    text-align: center;
    padding: 0.5rem 1rem;
    transform: translateX(-50%);
    left: 50%;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: 29px;
    color: #000000;
}.testimonials h2::before {
    animation: borderGlow 4s infinite alternate;
    bottom: 0;
    left: 0;
    content: "";
    border: 2px solid transparent;
    right: 0;
    position: absolute;
    opacity: 0.7;
    border-image: linear-gradient(45deg, rgb(208,185,200), rgb(181,149,171));
    border-image-slice: 1;
    top: 0;
}@keyframes borderGlow {
    from { 
        filter: drop-shadow(0 0 2px rgb(208,185,200,0.5)) 
                drop-shadow(0 0 5px rgb(208,185,200,0.5)); 
    }
    to { 
        filter: drop-shadow(0 0 5px rgb(181,149,171,0.5)) 
                drop-shadow(0 0 10px rgb(181,149,171,0.5)); 
    }
}

.testimonials .testimonials-pro {
    perspective: 1000px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 3rem;
}.testimonials .rating-views {
    padding: 2rem;
    flex-direction: column;
    backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: calc(33% - 3rem);
    transform-style: preserve-3d;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    align-items: center;
    border-radius: 10px;
}.testimonials .rating-views::before {
    border: 1px solid transparent;
    content: "";
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    background: linear-gradient(135deg, rgb(208,185,200), rgb(181,149,171)) border-box;
    z-index: -1;
    inset: 0;
    position: absolute;
    border-radius: 10px;
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    opacity: 0.7;
}.testimonials .rating-views::after {
    height: 200%;
    animation: scanline 6s linear infinite;
    z-index: -1;
    transform: rotate(45deg);
    background: linear-gradient(
        0deg,
        transparent,
        rgb(208,185,200,0.5),
        rgb(208,185,200,0.5),
        transparent
    );
    top: -50%;
    left: -50%;
    position: absolute;
    width: 200%;
    content: "";
}@keyframes scanline {
    0% { transform: rotate(45deg) translateY(-80%); }
    100% { transform: rotate(45deg) translateY(80%); }
}

.testimonials .rating-views:hover {
    transform: translateZ(20px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 10px rgb(208,185,200,0.5), 
        0 0 20px rgb(181,149,171,0.5);
}.testimonials .rating-views img {
    box-shadow: 
        0 0 0 1px rgb(208,185,200,0.5),
        0 0 10px rgb(208,185,200,0.5);
    border: 3px solid #ffffff;
    filter: grayscale(50%);
    height: 90px;
    object-fit: cover;
    transition: all 0.5s ease;
    margin-bottom: 1.5rem;
    width: 90px;
    border-radius: 50%;
}.testimonials .rating-views:hover img {
    transform: scale(1.1);
    filter: grayscale(0%);
    box-shadow: 
        0 0 0 2px rgb(208,185,200),
        0 0 15px rgb(208,185,200,0.5),
        0 0 30px rgb(208,185,200,0.5);
}.testimonials .rating-views p {
    margin-bottom: 0.5rem;
    font-size: calc(15px * 1.1);
    font-weight: 600;
    text-align: center;
    color: #000000;
}.testimonials .rating-views .description {
    margin: 0 auto;
    color: #000000;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    max-width: 90%;
    line-height: 1.6;
}.testimonials .rating-views:nth-child(3n+1) {
    transform: translateY(-10px) rotate(-1deg);
}.testimonials .rating-views:nth-child(3n+2) {
    transform: translateY(10px) rotate(1deg);
}.testimonials .rating-views:nth-child(3n+3) {
    transform: translateY(0) rotate(0);
}.testimonials .rating-views:hover {
    transform: translateZ(30px) rotate(0);
}

@media (max-width: 992px) {.testimonials .rating-views {
    width: calc(50% - 2rem);
}
}

@media (max-width: 768px) {.testimonials {
    padding: 4rem 0;
}.testimonials h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 3rem;
}.testimonials .testimonials-pro {
    flex-direction: column;
    gap: 2rem;
}.testimonials .rating-views {
    transform: none !important;
    width: 100%;
}.testimonials .rating-views:hover {
    transform: translateZ(10px) !important;
}.testimonials::after {
    height: 100%;
    width: 1px;
}}.program-assets {
    background: linear-gradient(135deg, rgb(231,219,227) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.program-assets::before {
    z-index: 1;
    left: -10%;
    position: absolute;
    content: "";
    height: 200px;
    transform: rotate(-15deg) translateX(5%);
    width: 80%;
    top: -100px;
    background: linear-gradient(90deg, rgb(208,185,200,0.5) 0%, transparent 100%);
    filter: blur(40px);
}.program-assets::after {
    background: radial-gradient(circle, rgb(181,149,171,0.5) 0%, transparent 70%);
    z-index: 1;
    position: absolute;
    width: 50%;
    right: -10%;
    height: 50%;
    opacity: 0.4;
    bottom: -20%;
    content: "";
}.program-assets .container {
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
}.program-assets .learn-legacy {
    grid-template-columns: 1fr;
    align-items: center;
    display: grid;
    gap: 3rem;
}.program-assets .text-box-item {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(-10px);
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.program-assets .text-box-item:hover {
    transform: translateY(0);
}.program-assets h4 {
    font-weight: 700;
    color: #000000;
    padding-bottom: 1rem;
    line-height: 1.4;
    font-size: calc(18px * 1.1);
    margin-bottom: 2rem;
    position: relative;
}.program-assets h4::after {
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(208,185,200) 0%, rgb(181,149,171) 100%);
    position: absolute;
    height: 3px;
    transition: width 0.3s ease;
    width: 80px;
    content: "";
}.program-assets .text-box-item:hover h4::after {
    width: 120px;
}.program-assets .text-box-item > div {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}.program-assets ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.program-assets li {
    margin-bottom: 1.25rem;
    transition: transform 0.3s ease;
    position: relative;
}.program-assets li:hover {
    transform: translateX(8px);
}.program-assets li p {
    display: flex;
    color: #000000;
    align-items: flex-start;
    margin: 0;
    gap: 1rem;
    line-height: 1.6;
    font-size: 16px;
}.program-assets li p span:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}.program-assets li p span:last-child {
    padding-top: 0.15rem;
    flex: 1;
}.program-assets svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
}.program-assets li:hover svg {
    transform: rotate(10deg);
}.program-assets svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,185,200);
}.program-assets li:hover svg path {
    fill: rgb(181,149,171);
}.program-assets .img-thumbnail {
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    height: auto;
    width: 100%;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
}.program-assets .img-thumbnail:hover {
    transform: perspective(1000px) rotateY(0deg);
}

@media (min-width: 768px) {.program-assets {
    padding: 8rem 0;
}.program-assets .learn-legacy {
    gap: 4rem;
    grid-template-columns: 1.3fr 1fr;
}.program-assets .text-box-item {
    padding: 3rem;
}.program-assets .text-box-item > div {
    flex-direction: row;
}.program-assets h4 {
    font-size: 34px;
    margin-bottom: 2.5rem;
}
}

@media (max-width: 767px) {.program-assets {
    padding: 4rem 0;
}.program-assets .container {
    padding: 0 1.5rem;
}.program-assets .text-box-item {
    padding: 2rem 1.5rem;
}.program-assets h4 {
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    font-size: calc(16px * 1.2);
}.program-assets li p {
    font-size: calc(16px * 0.95);
}.program-assets svg {
    height: 20px;
    width: 20px;
}
}

@media (prefers-reduced-motion: reduce) {.program-assets .text-box-item,
    .program-assets li,
    .program-assets svg,
    .program-assets .img-thumbnail,
    .program-assets h4::after {
    transition: none;
}.program-assets .text-box-item:hover,
    .program-assets li:hover,
    .program-assets li:hover svg,
    .program-assets .img-thumbnail:hover {
    transform: none;
}
}

@media (hover: hover) {.program-assets li {
    position: relative;
    overflow: hidden;
}.program-assets li::before {
    bottom: 0;
    width: 0;
    height: 1px;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(208,185,200) 0%, rgb(181,149,171) 100%);
    content: '';
    position: absolute;
    left: 0;
}.program-assets li:hover::before {
    width: 100%;
}}.education-experience {
    background: rgb(231,219,227);
    perspective: 1000px;
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
}.education-experience::before {
    z-index: 1;
    left: 0;
    width: 100%;
    filter: blur(60px);
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(181,149,171,0.5) 0deg,
        rgb(208,185,200,0.5) 90deg,
        rgb(231,219,227) 180deg,
        rgb(208,185,200,0.5) 270deg,
        rgb(181,149,171,0.5) 360deg
    );
    opacity: 0.4;
}.education-experience .rating-views {
    flex-direction: row;
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: space-between;
}.education-experience .img-thumbnail {
    transform: rotateY(10deg) translateZ(50px);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: saturate(0.8);
    height: 400px;
    position: relative;
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    border-radius: 11px;
    width: 40%;
}.education-experience .img-thumbnail::after {
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(208,185,200,0.5) 100%
    );
    opacity: 0.4;
    transition: opacity 0.6s ease;
    position: absolute;
    border-radius: 11px;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}.education-experience .img-thumbnail:hover {
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
    filter: saturate(1.2);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.education-experience .img-thumbnail:hover::after {
    opacity: 0;
}.education-experience .career-record {
    overflow: hidden;
    border-radius: 11px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    transform: rotateY(-5deg) translateZ(30px);
    width: 60%;
    background: #ffffff;
    padding: 2.5rem;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
}.education-experience .career-record::before {
    transition: transform 0.8s ease;
    opacity: 0.1;
    content: "";
    position: absolute;
    transform: scale(0);
    background: radial-gradient(
        circle at center,
        rgb(181,149,171,0.5) 0%,
        transparent 70%
    );
    width: 200%;
    height: 200%;
    left: -50%;
    top: -50%;
}.education-experience .career-record:hover {
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(50px);
}.education-experience .career-record:hover::before {
    transform: scale(1);
}.education-experience .name {
    font-weight: 700;
    position: relative;
    margin-bottom: 0.5rem;
    color: rgb(208,185,200);
    font-size: 33px;
    display: inline-block;
}.education-experience .name::after {
    width: 0;
    height: 3px;
    background: rgb(181,149,171);
    left: 0;
    content: "";
    transition: width 0.4s ease-in-out;
    position: absolute;
    bottom: -5px;
}.education-experience .career-record:hover .name::after {
    width: 100%;
}.education-experience .career-record > div:nth-child(2) {
    font-size: 18px;
    font-weight: 600;
    opacity: 0.9;
    color: rgb(181,149,171);
    margin-bottom: 2rem;
    letter-spacing: 1px;
}.education-experience .career-details {
    padding-left: 2rem;
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    border-left: 3px solid rgb(208,185,200,0.5);
    position: relative;
    line-height: 1.7;
    color: #000000;
}.education-experience .career-details::before {
    opacity: 0.3;
    font-family: serif;
    left: -10px;
    position: absolute;
    content: "";
    top: -20px;
    font-size: 5rem;
    color: rgb(181,149,171,0.5);
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(208,185,200,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.education-experience .img-thumbnail:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.education-experience .rating-views {
    flex-direction: column;
}.education-experience .img-thumbnail,
    .education-experience .career-record {
    transform: none;
    width: 100%;
}.education-experience .img-thumbnail {
    height: 300px;
    margin-bottom: 2rem;
}.education-experience .img-thumbnail:hover,
    .education-experience .career-record:hover {
    transform: translateY(-10px);
}}.title-greeting {
    overflow: hidden;
    position: relative;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background: linear-gradient(135deg, #000000, rgb(208,185,200,0.5));
}.title-greeting .img-thumbnail {
    width: 100%;
    left: 0;
    transform: scale(1.05);
    filter: contrast(1.2) saturate(0.8);
    z-index: 1;
    opacity: 0.25;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    height: 100%;
}.title-greeting:hover .img-thumbnail {
    transform: scale(1.1);
}.title-greeting .learn-legacy {
    justify-content: center;
    margin: auto;
    position: relative;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
    display: flex;
    z-index: 2;
    padding: 3rem 2rem;
    max-width: 1200px;
}.title-greeting h1 {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: relative;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: clamp(2rem, 5vw, 46px);
    line-height: 1.2;
    color: #ffffff;
    transform: translateY(20px);
    opacity: 0;
    max-width: 800px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.1);
}.title-greeting h1::after {
    background: rgb(181,149,171);
    animation: scaleIn 1s 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: scaleX(0);
    left: 0;
    bottom: -0.5rem;
    position: absolute;
    width: 80px;
    height: 4px;
    content: "";
    transform-origin: left;
}.title-greeting .text-box-item {
    max-width: 600px;
    animation: fadeInUp 0.8s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    gap: 2rem;
    flex-direction: column;
    transform: translateY(20px);
    opacity: 0;
    display: flex;
}.title-greeting p {
    color: #ffffff;
    line-height: 1.6;
    position: relative;
    font-size: clamp(1rem, 2vw, 12px);
    margin-bottom: 1rem;
}.title-greeting .main-hero {
    animation: fadeInUp 0.8s 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
    transform: translateY(20px);
    display: flex;
    margin: 2rem 0;
    align-items: center;
    justify-content: center;
}.title-greeting svg {
    height: 120px;
    filter: drop-shadow(0 5px 15px rgba(94, 170, 168, 0.3));
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    width: 120px;
}.title-greeting svg:hover {
    filter: drop-shadow(0 10px 20px rgba(94, 170, 168, 0.5));
    transform: translateY(-5px) scale(1.05);
}.title-greeting svg path {
    transition: fill 0.5s ease;
    fill: rgb(94, 170, 168);
}.title-greeting svg:hover path {
    fill: rgb(181,149,171);
}.title-greeting svg text {
    transition: fill 0.5s ease;
    font-family: Arial, sans-serif;
}.title-greeting svg:hover text {
    fill: #ffffff;
}.title-greeting h6 {
    animation: fadeInUp 0.8s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
    margin-top: 1rem;
    transform: translateY(20px);
}.title-greeting .message-message {
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(94, 170, 168, 0.3);
    z-index: 1;
    font-size: 16px;
    position: relative;
    color: #ffffff;
    padding: 0.8rem 1.8rem;
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(135deg, rgb(181,149,171), rgb(94, 170, 168));
    text-decoration: none;
    overflow: hidden;
    border-radius: 10px;
}.title-greeting .message-message::before {
    background: linear-gradient(135deg, rgb(94, 170, 168), rgb(181,149,171));
    top: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: -1;
    left: 0;
    content: "";
}.title-greeting .message-message:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.5);
}.title-greeting .message-message:hover::before {
    opacity: 1;
}.title-greeting .message-message:active {
    box-shadow: 0 2px 10px rgba(94, 170, 168, 0.3);
    transform: translateY(1px);
}

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

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

@media (min-width: 768px) {.title-greeting .learn-legacy {
    padding: 4rem;
    align-items: flex-start;
}.title-greeting h1 {
    max-width: 70%;
}.title-greeting .text-box-item {
    max-width: 60%;
}.title-greeting svg {
    height: 150px;
    width: 150px;
}.title-greeting .img-thumbnail {
    opacity: 0.3;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
}

@media (min-width: 992px) {.title-greeting .learn-legacy {
    padding: 5rem;
}.title-greeting h1 {
    max-width: 60%;
}.title-greeting .text-box-item {
    max-width: 50%;
}.title-greeting svg {
    height: 180px;
    width: 180px;
}.title-greeting .img-thumbnail {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 20% 100%);
    opacity: 0.35;
}
}

@media (max-width: 767px) {.title-greeting .learn-legacy {
    align-items: center;
    padding: 3rem 1.5rem;
    text-align: center;
}.title-greeting h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}@keyframes scaleIn {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .title-greeting .text-box-item {
    align-items: center;
}}header .header-start {
    z-index: 100;
    position: relative;
    background: linear-gradient(120deg, rgb(231,219,227) 0%, rgb(208,185,200,0.5) 100%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}header .header-start::before {
    position: absolute;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(181,149,171,0.5) 10px,
        rgb(181,149,171,0.5) 11px
    );
    opacity: 0.1;
    content: "";
    width: 100%;
    animation: slidePattern 25s linear infinite;
    top: 0;
    left: 0;
}header .header-start::after {
    top: -50px;
    position: absolute;
    height: 100px;
    content: "";
    opacity: 0.1;
    transform: rotate(-2deg);
    width: 150%;
    z-index: -2;
    left: -25%;
    background: rgb(208,185,200);
}header .container {
    position: relative;
    padding: 1.5rem 2rem;
}header .head-nav {
    grid-template-columns: auto 1fr;
    gap: 2rem;
    align-items: center;
    display: grid;
}header .top-sitebar {
    z-index: 2;
    position: relative;
}header .header-pagewrap {
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 0 rgb(208,185,200,0.5);
    transform: rotate(-3deg);
    display: block;
    border-radius: 10px;
    padding: 15px;
    background: #ffffff;
}header .header-pagewrap::before {
    opacity: 0;
    border: 2px dashed rgb(208,185,200,0.5);
    border-radius: 10px;
    bottom: -5px;
    transition: all 0.3s ease;
    top: -5px;
    position: absolute;
    left: -5px;
    right: -5px;
    content: "";
}header .header-pagewrap:hover {
    transform: rotate(0deg) translateY(-5px);
    box-shadow: 8px 8px 0 rgb(208,185,200);
}header .header-pagewrap:hover::before {
    top: -8px;
    left: -8px;
    opacity: 1;
    right: -8px;
    bottom: -8px;
}header .header-pagewrap svg {
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
    height: 45px;
    width: auto;
}header .top-master {
    padding: 0;
    list-style: none;
    position: relative;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    align-items: center;
}header .top-master::before {
    width: 85%;
    bottom: 0;
    z-index: -1;
    opacity: 0.15;
    border-radius: 0 11px 11px 0;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(181,149,171,0.5) 100%);
    transition: width 0.3s ease;
    content: "";
    right: 0;
}header .top-master:hover::before {
    width: 100%;
}header .top-mainwrap {
    margin: 5px 3px;
    position: relative;
}header .top-mainwrap:nth-child(odd) {
    transform: translateY(-3px);
}header .top-mainwrap:nth-child(even) {
    transform: translateY(3px);
}header .top-mainwrap a {
    padding: 8px 16px;
    border-left: 3px solid transparent;
    display: block;
    background: #ffffff;
    font-weight: 600;
    border-radius: 0 10px 0 10px;
    color: #000000;
    font-size: 13px;
    font-family: Arial, sans-serif;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    overflow: hidden;
}header .top-mainwrap a::before {
    position: absolute;
    transform: scaleY(0);
    width: 5px;
    transition: transform 0.3s ease;
    height: 100%;
    top: 0;
    transform-origin: top;
    right: 0;
    background: rgb(208,185,200);
    content: "";
}header .top-mainwrap a::after {
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    background: linear-gradient(90deg, rgb(208,185,200) 0%, rgb(181,149,171) 100%);
    transition: transform 0.3s ease 0.1s;
    height: 2px;
    bottom: 0;
    width: 100%;
    content: "";
    left: 0;
}header .top-mainwrap a:hover {
    border-left-color: rgb(208,185,200);
    transform: translateX(5px);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    color: rgb(208,185,200);
}header .top-mainwrap a:hover::before {
    transform: scaleY(1);
}header .top-mainwrap a:hover::after {
    transform: scaleX(1);
}

@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 991px) {header .head-nav {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    grid-template-rows: auto auto;
}header .top-sitebar {
    justify-self: center;
}header .top-master {
    justify-content: center;
}header .top-master::before {
    width: 100%;
    background: rgb(181,149,171,0.5);
    opacity: 0.1;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .top-master {
    width: 100%;
    flex-direction: column;
}header .top-mainwrap {
    width: 100%;
    transform: none !important;
    margin: 3px 0;
}header .top-mainwrap a {
    text-align: center;
    border-bottom: 3px solid transparent;
    border-radius: 10px;
    border-left: none;
}header .top-mainwrap a:hover {
    border-bottom-color: rgb(208,185,200);
    transform: translateY(-3px);
    border-left-color: transparent;
}header .top-mainwrap a::before {
    height: 5px;
    bottom: 0;
    right: auto;
    top: auto;
    width: 100%;
    left: 0;
    transform: scaleX(0);
}header .top-mainwrap a:hover::before {
    transform: scaleX(1);
}
}

@media (max-width: 480px) {header .header-pagewrap {
    padding: 10px;
    transform: none;
}header .header-pagewrap svg {
    height: 40px;
}header .header-pagewrap:hover {
    transform: translateY(-3px);
}}.privacy-repository {
    background-color: rgb(231,219,227);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    color: #000000;
    padding: 40px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}.privacy-repository:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}.privacy-repository h1 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 41px;
    color: rgb(208,185,200);
}.privacy-repository h2 {
    margin-bottom: 15px;
    color: rgb(181,149,171);
    font-weight: 600;
    font-size: 37px;
}.privacy-repository h3, .privacy-repository h4, .privacy-repository h5, .privacy-repository h6 {
    margin-bottom: 10px;
    font-weight: 400;
    color: #000000;
}.privacy-repository h5 {
    font-size: 23px;
}.privacy-repository h6 {
    font-size: 21px;
}.privacy-repository ul, .privacy-repository ol {
    margin-bottom: 20px;
    margin-left: 20px;
}.privacy-repository li {
    padding-left: 10px;
    font-size: 13px;
    position: relative;
    margin-bottom: 10px;
}.privacy-repository li::before {
    color: rgb(208,185,200);
    content: '•';
    top: 0;
    position: absolute;
    left: 0;
}.privacy-repository p, .privacy-repository span {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.6;
}.privacy-repository p {
    text-align: justify;
}.privacy-repository .container {
    max-width: 1200px;
    margin: 0 auto;
}.privacy-repository .container div {
    margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {.privacy-repository {
    padding: 20px;
    border-radius: 10px;
}.privacy-repository h1 {
    font-size: calc(23px - 10px);
}.privacy-repository h2 {
    font-size: calc(23px - 8px);
}.privacy-repository p, .privacy-repository span {
    font-size: calc(13px - 2px);
}}
.privacy-repository a {
    text-decoration: none;
    color: rgb(208,185,200);
    transition: all 0.3s ease;
    border-bottom: 1px solid rgb(208,185,200,0.5);
}.privacy-repository a:hover {
    color: rgb(181,149,171);
    border-bottom: 1px solid rgb(181,149,171);
}.privacy-repository button {
    background-color: rgb(208,185,200);
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 17px;
    border-radius: 10px;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}.privacy-repository button:hover {
    background-color: rgb(181,149,171);
}