* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}svg {
    width: 30px;
    height: 30px;
}.wrap-structure-67 {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
}.container {
    width: 1220px;
    margin: auto;
    max-width: 100%;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
    width: 1rem;
}::-webkit-scrollbar-track {
    background: linear-gradient(147deg, rgb(255, 255, 255, 0.5) 41%, rgb(202,158,202) 75%, rgb(202,158,202,0.5) 77%);
    margin: 3px 0;
    box-shadow: inset -2px 3px 2px -2px rgba(0, 0, 0, 0.2);
    border-radius: 16%;
}::-webkit-scrollbar-track:active {
    background: rgb(242,228,242);
}::-webkit-scrollbar-thumb {
    background: #ffffff;
    transition: all, background, border-radius 3.8s ease;
    box-shadow: -2px 1px 4px 5px rgba(0, 0, 0, 0.7);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -5px 5px 3px 4px rgba(0, 0, 0, 0.2);
    background: rgb(225,195,225);
    transform: translateX(2px);
}a {
    color: inherit;
    text-decoration: none;
}.teach-supp-93 {
    flex: 0 0 auto;
}.header-primary-80 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact-panel-13 {
    overflow: hidden;
    padding: 90px 0;
    position: relative;
    background: linear-gradient(120deg, rgb(242,228,242) 0%, #1a1e2e 100%);
}.contact-panel-13::before {
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(225,195,225), 0.05) 100%);
    z-index: 0;
}.contact-panel-13::after {
    position: absolute;
    bottom: 0;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    width: 100%;
    height: 100px;
    z-index: 1;
    left: 0;
    content: "";
}.contact-panel-13 .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.contact-panel-13 h2 {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    font-size: 38px;
    margin-bottom: 70px;
}.contact-panel-13 h2::before {
    left: calc(50% - 50px);
    height: 2px;
    bottom: -20px;
    position: absolute;
    width: 30px;
    background: rgb(225,195,225);
    content: "";
}.contact-panel-13 h2::after {
    width: 70px;
    background: rgb(225,195,225);
    content: "";
    bottom: -20px;
    position: absolute;
    height: 2px;
    left: calc(50% - 10px);
}.contact-panel-13 .request-form-05 {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    grid-template-columns: 6fr 4fr;
    border-radius: 12px;
    display: grid;
}.contact-panel-13 .image-shadow-13 {
    position: relative;
    min-height: 100%;
}.contact-panel-13 .image-shadow-13::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    width: 100%;
}.contact-panel-13 .image-shadow-13::after {
    content: "";
    position: absolute;
    animation: scanLines 5s linear infinite;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 2;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(225,195,225), 0.1) 10px, rgba(rgb(225,195,225), 0.1) 11px);
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.contact-panel-13 .help-map-20 {
    padding: 50px;
    position: relative;
}.contact-panel-13 .help-map-20::before {
    content: "";
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    top: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}.contact-panel-13 #contact {
    gap: 25px;
    display: flex;
    flex-direction: column;
}.contact-panel-13 h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}.contact-panel-13 h3::after {
    content: "";
    background: rgb(225,195,225);
    position: absolute;
    width: 50px;
    left: 0;
    bottom: -10px;
    height: 2px;
}.contact-panel-13 input[type="text"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 16px 20px;
    font-size: 12px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
}.contact-panel-13 input[type="text"]:focus {
    outline: none;
    border-color: rgb(225,195,225);
    box-shadow: 0 0 15px rgba(rgb(225,195,225), 0.2);
    background: rgba(0, 0, 0, 0.3);
}.contact-panel-13 input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact-panel-13 .help-info-84 {
    gap: 12px;
    margin-top: 5px;
    display: flex;
    align-items: flex-start;
}.contact-panel-13 .help-info-84 input[type="checkbox"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    cursor: pointer;
    margin-top: 2px;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
}.contact-panel-13 .help-info-84 input[type="checkbox"]:checked {
    border-color: rgb(225,195,225);
    background: rgb(225,195,225);
}.contact-panel-13 .help-info-84 input[type="checkbox"]:checked::after {
    content: "";
    top: 6px;
    border-width: 0 2px 2px 0;
    height: 10px;
    border: solid #ffffff;
    transform: rotate(45deg);
    left: 9px;
    position: absolute;
    width: 6px;
}.contact-panel-13 .help-info-84 label {
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(12px - 2px);
    line-height: 1.5;
}.contact-panel-13 .help-info-84 a {
    position: relative;
    color: rgb(225,195,225);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact-panel-13 .help-info-84 a:hover {
    color: #ffffff;
}.contact-panel-13 .help-info-84 a::after {
    bottom: -2px;
    background: rgb(225,195,225);
    position: absolute;
    height: 1px;
    width: 100%;
    content: "";
    left: 0;
    transition: all 0.3s ease;
}.contact-panel-13 .help-info-84 a:hover::after {
    background: #ffffff;
}.contact-panel-13 .request-help-80 {
    transition: all 0.3s ease;
    margin-top: 10px;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 16px 35px;
    font-weight: 600;
    overflow: hidden;
    align-self: flex-start;
    background: rgb(225,195,225);
    border-radius: 10px;
    border: none;
}.contact-panel-13 .request-help-80::before {
    left: -100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    width: 100%;
    position: absolute;
    transition: all 0.5s ease;
}.contact-panel-13 .request-help-80:hover {
    background: rgb(202,158,202);
    transform: translateY(-3px);
}.contact-panel-13 .request-help-80:hover::before {
    left: 100%;
}.contact-panel-13 svg {
    width: 22px;
    transition: all 0.3s ease;
    fill: rgb(225,195,225);
    filter: drop-shadow(0 0 5px rgba(rgb(225,195,225), 0.5));
    height: 22px;
}.contact-panel-13 svg path {
    fill: rgb(225,195,225);
    transition: all 0.3s ease;
}.contact-panel-13 svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}.contact-panel-13 svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.contact-panel-13 {
    padding: 70px 0;
}.contact-panel-13 .request-form-05 {
    grid-template-columns: 1fr;
}.contact-panel-13 .image-shadow-13 {
    min-height: 300px;
}.contact-panel-13 .help-map-20 {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contact-panel-13 {
    padding: 50px 0;
}.contact-panel-13 h2 {
    margin-bottom: 50px;
    font-size: calc(38px - 4px);
}.contact-panel-13 .image-shadow-13 {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact-panel-13 {
    padding: 40px 0;
}.contact-panel-13 .container {
    padding: 0 15px;
}.contact-panel-13 h2 {
    margin-bottom: 40px;
    font-size: calc(38px - 6px);
}.contact-panel-13 h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.contact-panel-13 h2::after {
    width: 50px;
}.contact-panel-13 .help-map-20 {
    padding: 30px 20px 40px;
}.contact-panel-13 #contact {
    gap: 20px;
}.contact-panel-13 .request-help-80 {
    width: 100%;
}.contact-panel-13 .image-shadow-13 {
    min-height: 200px;
}}.tariff-card-97 {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0 140px;
}.tariff-card-97::before {
    content: "";
    background: linear-gradient(135deg, rgba(25, 35, 60, 0.92), rgba(35, 45, 85, 0.95));
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}.tariff-card-97 .container {
    position: relative;
    padding: 0 15px;
    z-index: 1;
    max-width: 1320px;
    margin: 0 auto;
}.tariff-card-97 .payment-option-67 {
    position: relative;
}.tariff-card-97 .payment-option-67::before {
    filter: blur(60px);
    top: -80px;
    border-radius: 50%;
    content: "";
    height: 200px;
    pointer-events: none;
    opacity: 0.4;
    width: 200px;
    position: absolute;
    background: linear-gradient(225deg, rgb(225,195,225,0.5), transparent);
    right: -80px;
}.tariff-card-97 h2 {
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.8));
    font-size: 29px;
    display: inline-block;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent;
    text-shadow: 0 2px 15px rgba(255, 255, 255, 0.15);
}.tariff-card-97 h2::after {
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scaleX(1);
    content: "";
    bottom: -8px;
    height: 3px;
    left: 0;
    transform-origin: left;
    width: 80px;
    background: rgb(225,195,225);
}.tariff-card-97 h2:hover::after {
    transform: scaleX(1.2);
}.tariff-card-97 .plan-details-96 {
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 50px;
    max-width: 700px;
    opacity: 0.9;
    font-size: calc(14px + 2px);
}.tariff-card-97 .promo-plans-58 {
    padding: 0;
    list-style: none;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
}.tariff-card-97 .promo-plans-58 li {
    height: 100%;
    perspective: 1000px;
}.tariff-card-97 .pricing-fees-52 {
    text-decoration: none;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 3px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform-style: preserve-3d;
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: block;
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    height: 100%;
    min-height: 400px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.tariff-card-97 .pricing-fees-52:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) rotateX(2deg) rotateY(2deg);
}.tariff-card-97 .pricing-fees-52::before {
    transition: transform 0.8s ease;
    position: absolute;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    content: "";
}.tariff-card-97 .pricing-fees-52:hover::before {
    transform: translateX(100%);
}.tariff-card-97 .pricing-fees-52::after {
    position: absolute;
    height: 10px;
    border-radius: 50%;
    box-shadow: 0 0 20px 5px rgb(225,195,225,0.5);
    content: "";
    left: -5px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 10px;
    background: rgb(225,195,225);
    opacity: 0.8;
    top: -5px;
}.tariff-card-97 .pricing-fees-52:hover::after {
    transform: scale(1.5);
}.tariff-card-97 .lesson-rates-86 {
    flex-direction: column;
    padding: 35px 25px;
    display: flex;
    overflow: hidden;
    position: relative;
    height: 100%;
}.tariff-card-97 .bundle-offer-65 {
    position: relative;
    z-index: 2;
}.tariff-card-97 .pricing-fees-52 h4 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    transition: transform 0.3s ease;
    padding-bottom: 15px;
    font-weight: 600;
}.tariff-card-97 .pricing-fees-52:hover h4 {
    transform: translateX(5px);
}.tariff-card-97 .pricing-fees-52 h4::after {
    bottom: 0;
    left: 0;
    content: "";
    background: rgb(225,195,225);
    width: 40px;
    transition: width 0.3s ease;
    height: 2px;
    position: absolute;
}.tariff-card-97 .pricing-fees-52:hover h4::after {
    width: 60px;
}.tariff-card-97 .pricing-fees-52 p {
    overflow-wrap: break-word;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    word-break: normal;
    margin-bottom: 30px;
    overflow-y: auto;
    padding-right: 10px;
    white-space: normal;
    line-height: 1.7;
    max-height: 200px;
}.tariff-card-97 .pricing-fees-52 p::-webkit-scrollbar {
    width: 4px;
}.tariff-card-97 .pricing-fees-52 p::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}.tariff-card-97 .pricing-fees-52 p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}.tariff-card-97 .deal-opts-63 {
    font-size: calc(18px + 4px);
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background: linear-gradient(135deg, rgb(225,195,225), rgb(202,158,202));
    border-radius: 10px;
    color: #ffffff;
    padding: 10px 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    font-weight: 700;
}.tariff-card-97 .pricing-fees-52:hover .deal-opts-63 {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}.tariff-card-97 .deal-opts-63::before {
    height: 100%;
    transform: skewX(-20deg) translateX(-100%);
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    width: 100%;
    left: 0;
    content: "";
    transition: transform 0.6s ease;
    position: absolute;
    top: 0;
}.tariff-card-97 .pricing-fees-52:hover .deal-opts-63::before {
    transform: skewX(-20deg) translateX(100%);
}

@media (max-width: 991px) {.tariff-card-97 {
    padding: 80px 0 100px;
}.tariff-card-97 .promo-plans-58 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.tariff-card-97 .pricing-fees-52 {
    min-height: 450px;
}.tariff-card-97 .lesson-rates-86 {
    padding: 25px 20px;
}.tariff-card-97 h2 {
    font-size: calc(29px - 4px);
}.tariff-card-97 .plan-details-96 {
    margin-bottom: 40px;
    font-size: 14px;
}
}

@media (max-width: 767px) {.tariff-card-97 {
    padding: 60px 0 80px;
}.tariff-card-97 .promo-plans-58 {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
}.tariff-card-97 .pricing-fees-52 {
    min-height: auto;
}.tariff-card-97 h2 {
    font-size: calc(29px - 8px);
}.tariff-card-97 .plan-details-96 {
    font-size: calc(14px - 1px);
    margin-bottom: 30px;
}.tariff-card-97 .pricing-fees-52 p {
    max-height: 150px;
}
}

@media (max-width: 480px) {.tariff-card-97 {
    padding: 50px 0 70px;
}.tariff-card-97 .lesson-rates-86 {
    padding: 20px 15px;
}.tariff-card-97 h2 {
    font-size: calc(29px - 10px);
}.tariff-card-97 .deal-opts-63 {
    font-size: 18px;
    padding: 8px 20px;
}.tariff-card-97 .pricing-fees-52 h4 {
    font-size: calc(18px - 2px);
    margin-bottom: 15px;
}}.opening-page-26 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,228,242), rgb(202,158,202,0.5) 85%);
    justify-content: center;
    padding: 3rem 1rem;
    min-height: 100vh;
    position: relative;
    flex-direction: column;
    display: flex;
}.opening-page-26::before {
    content: "";
    background: radial-gradient(circle at 75% 25%, rgb(225,195,225,0.5) 5%, transparent 50%);
    z-index: 1;
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
}.opening-page-26::after {
    bottom: -50px;
    z-index: 0;
    background: rgb(202,158,202,0.5);
    filter: blur(60px);
    left: -50px;
    position: absolute;
    width: 200px;
    height: 200px;
    content: "";
}.opening-page-26 h1 {
    font-size: clamp(1.5rem, 4vw, 37px);
    text-align: center;
    letter-spacing: 0.05em;
    position: relative;
    animation: fadeSlideDown 0.8s ease-out 0.2s forwards;
    transform: translateY(-10px);
    opacity: 0;
    font-weight: 700;
    margin-bottom: 2rem;
    z-index: 2;
    color: #000000;
}.opening-page-26 h1::after {
    width: clamp(80px, 15vw, 150px);
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(225,195,225), transparent);
    bottom: -10px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    position: absolute;
}.opening-page-26 .teach-style-86 {
    flex-direction: column;
    display: flex;
    max-width: 1200px;
    z-index: 3;
    width: 100%;
    position: relative;
    margin: 0 auto;
}.opening-page-26 .text-frame-wrap-60 {
    flex: 1;
    z-index: 3;
    position: relative;
    padding: 2rem 1rem;
}.opening-page-26 ol {
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 2.5rem;
    padding: 0;
    list-style: none;
}.opening-page-26 ol li {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeSlideUp 0.8s ease-out forwards;
}.opening-page-26 ol li:nth-child(1) {
    animation-delay: 0.4s;
}.opening-page-26 ol li:nth-child(2) {
    animation-delay: 0.6s;
}.opening-page-26 .fast-skill-71 {
    align-items: center;
    gap: 1.5rem;
    flex-direction: column;
    text-align: center;
    display: flex;
}.opening-page-26 svg {
    animation: svgAppear 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: center;
    height: auto;
    filter: drop-shadow(0 10px 15px rgba(94, 170, 168, 0.2));
    width: clamp(100px, 25vw, 180px);
}.opening-page-26 svg path {
    fill: rgb(94, 170, 168);
    stroke-dasharray: 1000;
    stroke: rgb(225,195,225);
    animation: drawPath 3s ease-out forwards 0.5s;
    stroke-dashoffset: 1000;
    stroke-width: 1;
}.opening-page-26 svg text {
    opacity: 0;
    animation: fadeIn 1s ease-out forwards 1.5s;
}.opening-page-26 .fast-skill-71 p {
    max-width: 600px;
    font-size: clamp(17px, 3vw, calc(17px * 1.2));
    color: #000000;
    margin: 0 auto;
    letter-spacing: 0.02em;
    line-height: 1.6;
}.opening-page-26 .request-help-80 {
    font-size: 20px;
    overflow: hidden;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    transform: translateY(0);
    text-align: center;
    background: linear-gradient(135deg, rgb(225,195,225), rgb(94, 170, 168));
    transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    position: relative;
    padding: 0.9rem 2rem;
    color: #ffffff;
    box-shadow: 0 6px 15px rgba(94, 170, 168, 0.2);
    display: inline-block;
    border: none;
}.opening-page-26 .request-help-80::before {
    transition: all 0.5s ease;
    top: 0;
    content: "";
    left: -100%;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.opening-page-26 .request-help-80:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(94, 170, 168, 0.3);
}.opening-page-26 .request-help-80:hover::before {
    left: 100%;
    transition: all 0.5s ease;
}.opening-page-26 .request-help-80:active {
    transform: translateY(-2px);
}.opening-page-26 .image-shadow-13 {
    opacity: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    animation: photoAppear 1s cubic-bezier(0.33, 1, 0.68, 1) 0.8s forwards;
    border-radius: 24px;
    height: 300px;
    transform: translateY(30px) scale(0.95);
    margin-top: 2rem;
}.opening-page-26 .image-shadow-13::before {
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(to bottom, rgba(94, 170, 168, 0.2), transparent);
}

@keyframes fadeSlideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@keyframes svgAppear {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

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

@keyframes photoAppear {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (min-width: 768px) {.opening-page-26 {
    padding: 5rem 2rem;
}.opening-page-26 .teach-style-86 {
    align-items: center;
    flex-direction: row;
    gap: 3rem;
}.opening-page-26 .text-frame-wrap-60 {
    flex: 1.2;
    padding: 2rem;
}.opening-page-26 .image-shadow-13 {
    margin-top: 0;
    flex: 1;
    height: 450px;
}.opening-page-26 ol {
    align-items: flex-start;
}.opening-page-26 .fast-skill-71 {
    text-align: left;
    align-items: flex-start;
}.opening-page-26 svg {
    margin-left: -10px;
}.opening-page-26 .fast-skill-71 p {
    margin: 0;
}
}

@media (min-width: 992px) {.opening-page-26 {
    padding: 6rem 3rem;
}.opening-page-26 .teach-style-86 {
    gap: 5rem;
}.opening-page-26 .text-frame-wrap-60 {
    flex: 1.4;
}.opening-page-26 .image-shadow-13 {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    height: 550px;
    flex: 1;
}.opening-page-26 .image-shadow-13:hover {
    transform: perspective(1000px) rotateY(0deg);
}.opening-page-26 h1 {
    text-align: left;
    padding-left: 5%;
}.opening-page-26 h1::after {
    transform: translateX(0);
    left: 5%;
}.opening-page-26 ol {
    gap: 3.5rem;
}
}

@media (min-width: 1200px) {.opening-page-26 {
    padding: 7rem 4rem;
}.opening-page-26 .teach-style-86 {
    max-width: 1400px;
}.opening-page-26 .image-shadow-13 {
    height: 600px;
}.opening-page-26 svg {
    width: 200px;
}.opening-page-26 .fast-skill-71 p {
    font-size: calc(17px * 1.3);
}
}

@media (prefers-reduced-motion) {.opening-page-26 h1,
    .opening-page-26 ol li,
    .opening-page-26 .image-shadow-13,
    .opening-page-26 svg,
    .opening-page-26 svg path,
    .opening-page-26 svg text {
    opacity: 1;
    animation: none;
    stroke-dashoffset: 0;
    stroke-dasharray: none;
    transform: none;
}}.mentorship-profile-07 {
    background: linear-gradient(135deg, rgb(242,228,242) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.mentorship-profile-07::before {
    top: 0;
    animation: rotateBg 30s linear infinite;
    content: "";
    width: 100%;
    left: 0;
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(225,195,225,0.5) 90deg, transparent 180deg, rgb(202,158,202,0.5) 270deg, transparent 360deg);
    height: 100%;
    position: absolute;
    opacity: 0.2;
}@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.mentorship-profile-07 .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
}.mentorship-profile-07 .success-testimonials-62 {
    grid-template-columns: minmax(250px, 35%) 1fr;
    background-color: rgba(0, 0, 0, 0.5);
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    grid-gap: 1.5rem;
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    border-radius: 10px;
    display: grid;
}.mentorship-profile-07 .success-testimonials-62:hover {
    transform: perspective(1000px) rotateX(0);
}.mentorship-profile-07 .image-shadow-13 {
    transform: translateZ(20px);
    border-radius: 10px;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    height: 100%;
    grid-area: photo;
    min-height: 350px;
    transition: transform 0.3s ease;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
}.mentorship-profile-07 .success-testimonials-62:hover .image-shadow-13 {
    transform: translateZ(30px);
}.mentorship-profile-07 .name {
    font-size: 36px;
    grid-area: name;
    transform: translateZ(10px);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 0.5rem;
    color: #ffffff;
    font-weight: 700;
}.mentorship-profile-07 .success-testimonials-62 span:not(.name) {
    grid-area: job;
    font-size: 17px;
    font-weight: 600;
    transform: translateZ(5px);
    margin-bottom: 1rem;
    color: rgb(202,158,202);
}.mentorship-profile-07 .career-box-24 {
    transform: translateZ(15px);
    padding: 1.5rem;
    font-size: 16px;
    border-radius: 10px;
    line-height: 1.6;
    position: relative;
    grid-area: quote;
    border-left: 4px solid rgb(225,195,225);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    color: #ffffff;
}.mentorship-profile-07 .career-box-24::before {
    top: 0;
    background: linear-gradient(90deg, rgb(225,195,225,0.5) 0%, transparent 100%);
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0.1;
    content: "";
    height: 100%;
    mix-blend-mode: overlay;
    border-radius: 10px;
}

@media (max-width: 991px) {.mentorship-profile-07 .success-testimonials-62 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
}.mentorship-profile-07 .image-shadow-13 {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
}
}

@media (max-width: 767px) {.mentorship-profile-07 {
    padding: 3rem 0;
}.mentorship-profile-07 .success-testimonials-62 {
    grid-template-columns: 1fr;
    grid-template-areas:
            "image-shadow-13"
            "name"
            "exp-view-70"
            "career-box-24";
    padding: 2rem;
}.mentorship-profile-07 .image-shadow-13 {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    min-height: 250px;
}}.course-program-47 {
    min-height: 100vh;
    overflow: hidden;
    background: rgb(225,195,225);
    padding: 100px 0;
    position: relative;
    perspective: 1500px;
    display: flex;
    align-items: center;
}.course-program-47::before {
    position: absolute;
    z-index: 1;
    background: 
        linear-gradient(90deg, transparent 49.9%, rgb(225,195,225,0.5) 50%, rgb(225,195,225,0.5) 50.1%, transparent 50.2%) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 49.9%, rgb(225,195,225,0.5) 50%, rgb(225,195,225,0.5) 50.1%, transparent 50.2%) 0 0 / 100% 100px;
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0.08;
    content: "";
    width: 100%;
    animation: gridPulse 8s linear infinite;
}.course-program-47::after {
    left: 0;
    opacity: 0.2;
    top: 0;
    content: "";
    background: 
        radial-gradient(circle at 30% 20%, rgb(225,195,225,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgb(202,158,202,0.5) 0%, transparent 50%);
    z-index: 2;
    position: absolute;
    height: 100%;
    width: 100%;
    mix-blend-mode: screen;
}.course-program-47 .container {
    max-width: 1600px;
    margin: 0 auto;
    z-index: 5;
    padding: 0 30px;
    width: 100%;
    position: relative;
}.course-program-47 .master-it-32 {
    grid-template-columns: 2fr 3fr;
    grid-gap: 0;
    transform-style: preserve-3d;
    position: relative;
    display: grid;
}.course-program-47 .text-frame-wrap-60 {
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(225,195,225,0.5);
    z-index: 15;
    border-radius: 0;
    border-left: 3px solid rgb(225,195,225);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    transform: translateZ(50px);
    position: relative;
    padding: 60px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(20px);
}.course-program-47 .text-frame-wrap-60::before {
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(225,195,225,0.5) 50%, rgb(225,195,225,0.5) 50.1%, transparent 50.2%) 0 0 / 30px 30px;
    top: 0;
    height: 100%;
    z-index: -1;
    content: "";
    opacity: 0.05;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    left: 0;
}.course-program-47 .text-frame-wrap-60::after {
    bottom: 0;
    height: 150px;
    opacity: 0.2;
    width: 150px;
    background: 
        conic-gradient(from 0deg, rgb(225,195,225,0.5) 0deg, transparent 120deg);
    right: 0;
    transform: translate(50%, 50%);
    animation: rotateConic 10s linear infinite;
    position: absolute;
    content: "";
    border-radius: 50%;
}.course-program-47 .text-frame-wrap-60 h2 {
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 700;
    position: relative;
    text-shadow: 0 0 15px rgb(225,195,225,0.5);
    margin-bottom: 40px;
    letter-spacing: 2px;
    color: #ffffff;
    font-size: 42px;
}.course-program-47 .text-frame-wrap-60 h2::after {
    bottom: 0;
    content: "";
    height: 3px;
    width: 100px;
    background: rgb(225,195,225);
    left: 0;
    position: absolute;
    box-shadow: 0 0 15px rgb(225,195,225);
}.course-program-47 .text-frame-wrap-60 .description {
    color: #ffffff;
    position: relative;
    line-height: 1.9;
    margin-bottom: 30px;
    font-size: 18px;
    opacity: 0.9;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    padding-left: 20px;
}.course-program-47 .text-frame-wrap-60 .description::before {
    color: rgb(202,158,202);
    left: 0;
    content: ">";
    opacity: 0.7;
    position: absolute;
}.course-program-47 .text-frame-wrap-60 .description:last-child {
    margin-bottom: 0;
}.course-program-47 .hud-element {
    opacity: 0.2;
    z-index: 5;
    border: 1px solid rgb(225,195,225,0.5);
    position: absolute;
}.course-program-47 .image-shadow-13 {
    transform-origin: right center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    width: 100%;
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.4);
    border-radius: 0;
    z-index: 10;
    overflow: hidden;
    position: relative;
    height: 650px;
    transform: translateZ(0) rotateY(-10deg);
}.course-program-47 .image-shadow-13::before {
    z-index: 1;
    height: 100%;
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to right, #000000 0%, transparent 20%);
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
}.course-program-47 .image-shadow-13::after {
    mix-blend-mode: overlay;
    animation: scanlines 8s linear infinite;
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    opacity: 0.1;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(rgb(225,195,225), 0.1) 2px, rgba(rgb(225,195,225), 0.1) 4px);
    z-index: 2;
    position: absolute;
    left: 0;
}

@keyframes gridPulse {
    0% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
    50% {
        opacity: 0.1;
        background-size: 110px 110%, 110% 110px;
    }
    100% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
}

@keyframes rotateConic {
    0% {
        transform: translate(50%, 50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, 50%) rotate(360deg);
    }
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes dataFlow {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
@media screen and (max-width: 1200px) {.course-program-47 {
    padding: 80px 0;
}.course-program-47 .text-frame-wrap-60 {
    padding: 40px;
}.course-program-47 .image-shadow-13 {
    height: 550px;
}
}

@media screen and (max-width: 991px) {.course-program-47 {
    padding: 60px 0;
    min-height: auto;
}.course-program-47 .master-it-32 {
    grid-gap: 40px;
    grid-template-columns: 1fr;
}.course-program-47 .text-frame-wrap-60 {
    padding: 30px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    transform: translateZ(0);
}.course-program-47 .image-shadow-13 {
    transform: translateZ(0) rotateY(0);
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
}
}

@media screen and (max-width: 767px) {.course-program-47 {
    padding: 50px 0;
}.course-program-47 .container {
    padding: 0 20px;
}.course-program-47 .text-frame-wrap-60 {
    padding: 25px;
}.course-program-47 .text-frame-wrap-60 h2 {
    font-size: calc(42px * 0.8);
    margin-bottom: 30px;
    padding-bottom: 15px;
}.course-program-47 .text-frame-wrap-60 .description {
    font-size: calc(18px * 0.95);
    margin-bottom: 20px;
    padding-left: 15px;
}.course-program-47 .image-shadow-13 {
    height: 350px;
}
}

@media screen and (max-width: 480px) {.course-program-47 {
    padding: 40px 0;
}.course-program-47 .container {
    padding: 0 15px;
}.course-program-47 .text-frame-wrap-60 {
    padding: 20px;
}.course-program-47 .text-frame-wrap-60 h2 {
    margin-bottom: 20px;
    font-size: calc(42px * 0.7);
}.course-program-47 .text-frame-wrap-60 h2::before {
    top: -20px;
    font-size: 14px;
}.course-program-47 .image-shadow-13 {
    height: 280px;
}}.meet-us-54 {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(225,195,225);
    z-index: 1;
}.meet-us-54::before {
    left: 0;
    content: "";
    position: absolute;
    background: 
        linear-gradient(0deg, rgb(225,195,225) 30%, transparent 70%),
        linear-gradient(90deg, rgb(225,195,225) 0%, transparent 50%, rgb(225,195,225) 100%),
        repeating-linear-gradient(90deg, transparent, transparent 20px, rgba(255, 255, 255, 0.03) 20px, rgba(255, 255, 255, 0.03) 40px);
    width: 100%;
    z-index: -1;
    top: 0;
    height: 100%;
}.meet-us-54::after {
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
}.meet-us-54 .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.meet-us-54 .teach-style-86 {
    padding: 60px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    display: grid;
    gap: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    grid-template-areas: 
        "text photo"
        "logo photo";
    background: rgb(242,228,242);
    grid-template-columns: 1fr 1fr;
    border-radius: 10px;
}.meet-us-54 .teach-style-86::before {
    top: 0;
    height: 100%;
    left: 50%;
    width: 1px;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(225,195,225,0.5), transparent);
}.meet-us-54 .teach-style-86::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(225,195,225), rgb(202,158,202), rgb(225,195,225));
    left: 0;
    bottom: 0;
}.meet-us-54 .expert-zone-52 {
    display: flex;
    padding-left: 40px;
    justify-content: center;
    flex-direction: column;
    grid-area: photo;
    align-items: center;
}.meet-us-54 .expert-zone-52 .image-shadow-13 {
    border-radius: 10px;
    margin-bottom: 40px;
    height: 350px;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 280px;
    border: 5px solid rgb(225,195,225);
}.meet-us-54 .class-space-71 {
    max-width: 280px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 100%;
    padding: 20px 30px;
    background: rgb(202,158,202);
    text-align: center;
}.meet-us-54 .path-edu-06 {
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 20px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 700;
}.meet-us-54 .learning-space-07 {
    margin: 0;
    opacity: 0.9;
    font-weight: 300;
    font-size: 13px;
    color: #ffffff;
}.meet-us-54 .text-frame-wrap-60 {
    justify-content: center;
    grid-area: text;
    display: flex;
    flex-direction: column;
}.meet-us-54 h2 {
    position: relative;
    letter-spacing: 1px;
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}.meet-us-54 h2::after {
    position: absolute;
    background: rgb(225,195,225);
    bottom: -10px;
    height: 3px;
    width: 80px;
    content: "";
    left: 0;
}.meet-us-54 p {
    line-height: 1.8;
    margin: 0;
    color: #000000;
    font-size: 13px;
}.meet-us-54 .knowledge-zone-61 {
    grid-area: logo;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-top: 1px solid rgba(rgb(225,195,225), 0.1);
    padding-top: 20px;
}.meet-us-54 .knowledge-zone-61 svg {
    margin-right: 20px;
    fill: rgb(225,195,225);
    height: 60px;
    width: 60px;
}.meet-us-54 .knowledge-zone-61 svg path {
    fill: rgb(225,195,225);
}

@media screen and (max-width: 992px) {.meet-us-54 {
    padding: 80px 0;
}.meet-us-54 .teach-style-86 {
    gap: 30px;
    grid-template-columns: 1fr;
    padding: 40px 30px;
    grid-template-areas: 
            "image-shadow-13"
            "text"
            "logo";
}.meet-us-54 .teach-style-86::before {
    height: 1px;
    top: 50%;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, transparent, rgb(225,195,225,0.5), transparent);
}.meet-us-54 .expert-zone-52 {
    padding-bottom: 30px;
    padding-left: 0;
    border-bottom: 1px solid rgba(rgb(225,195,225), 0.1);
}.meet-us-54 .text-frame-wrap-60 {
    text-align: center;
}.meet-us-54 h2::after {
    transform: translateX(-50%);
    left: 50%;
}.meet-us-54 .knowledge-zone-61 {
    justify-content: center;
    padding-top: 0;
    border-top: none;
}
}

@media screen and (max-width: 767px) {.meet-us-54 {
    padding: 60px 0;
}.meet-us-54 .teach-style-86 {
    padding: 30px 20px;
    gap: 25px;
}.meet-us-54 .expert-zone-52 .image-shadow-13 {
    margin-bottom: 30px;
    height: 280px;
    width: 220px;
}.meet-us-54 .class-space-71 {
    padding: 15px 20px;
    max-width: 220px;
}.meet-us-54 h2 {
    font-size: calc(35px * 0.85);
}
}

@media screen and (max-width: 480px) {.meet-us-54 {
    padding: 40px 0;
}.meet-us-54 .teach-style-86 {
    gap: 20px;
    padding: 25px 15px;
}.meet-us-54 .expert-zone-52 .image-shadow-13 {
    height: 230px;
    width: 180px;
    margin-bottom: 25px;
    border-width: 3px;
}.meet-us-54 .class-space-71 {
    padding: 12px 15px;
    max-width: 180px;
}.meet-us-54 .path-edu-06 {
    font-size: calc(20px * 0.9);
}.meet-us-54 .learning-space-07 {
    font-size: calc(13px * 0.9);
}.meet-us-54 .knowledge-zone-61 svg {
    height: 45px;
    margin-right: 15px;
    width: 45px;
}.meet-us-54 h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 20px;
}.meet-us-54 p {
    font-size: calc(13px * 0.9);
}}.gratSection-56 {
    background: linear-gradient(135deg, rgb(242,228,242) 0%, rgb(225,195,225,0.5) 100%);
    padding: 4rem 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}.gratSection-56::before {
    top: -10%;
    background: linear-gradient(225deg, rgb(225,195,225) 0%, transparent 70%);
    z-index: 1;
    right: -5%;
    filter: blur(8px);
    transform: rotate(-15deg);
    opacity: 0.07;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    position: absolute;
    height: 25rem;
    width: 25rem;
    content: "";
}.gratSection-56::after {
    bottom: -5%;
    z-index: 1;
    width: 20rem;
    content: "";
    background: linear-gradient(45deg, rgb(202,158,202) 0%, transparent 70%);
    transform: rotate(15deg);
    left: -5%;
    height: 20rem;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.09;
    position: absolute;
    filter: blur(8px);
}.gratSection-56 .container {
    z-index: 2;
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.gratSection-56 .teach-style-86 {
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.95));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3rem;
    position: relative;
    display: flex;
    border-left: 4px solid rgb(225,195,225);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    flex-direction: column;
    transform-origin: center bottom;
}.gratSection-56 .teach-style-86:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 20px rgba(0, 0, 0, 0.05);
}.gratSection-56 .teach-style-86 > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.gratSection-56 .teach-style-86 > div:first-child::after {
    transition: width 0.4s ease-out;
    left: 0;
    background: linear-gradient(to right, rgb(225,195,225), rgb(202,158,202));
    transform-origin: left center;
    bottom: -0.75rem;
    position: absolute;
    height: 3px;
    width: 4rem;
    content: "";
}.gratSection-56 .teach-style-86:hover > div:first-child::after {
    width: 8rem;
}.gratSection-56 h5 {
    line-height: 1.4;
    position: relative;
    font-weight: 700;
    color: #000000;
    transform: translateZ(0);
    margin: 0;
    font-size: 22px;
}.gratSection-56 a {
    text-decoration: none;
    transition: transform 0.3s ease;
    position: relative;
    display: block;
    overflow: hidden;
}.gratSection-56 a:hover {
    transform: translateY(-3px);
}.gratSection-56 a::before {
    position: absolute;
    opacity: 0;
    width: 100%;
    background: linear-gradient(to top left, rgb(225,195,225,0.5) 0%, transparent 100%);
    right: 0;
    content: "";
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    z-index: 0;
    height: 100%;
    bottom: 0;
    transform: translateY(100%);
}.gratSection-56 a:hover::before {
    transform: translateY(0);
    opacity: 0.05;
}.gratSection-56 p {
    font-size: 18px;
    color: #000000;
    line-height: 1.8;
    position: relative;
    z-index: 1;
    margin: 0;
}

@media (min-width: 768px) {.gratSection-56 {
    padding: 6rem 0;
}.gratSection-56 .teach-style-86 {
    border-left: 6px solid rgb(225,195,225);
    padding: 4rem;
}.gratSection-56 .teach-style-86 > div:first-child {
    margin-bottom: 2rem;
}.gratSection-56 .teach-style-86 > div:first-child::after {
    height: 4px;
    width: 6rem;
}.gratSection-56 .teach-style-86:hover > div:first-child::after {
    width: 12rem;
}
}

@media (min-width: 992px) {.gratSection-56 .teach-style-86 {
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
    padding: 5rem;
}.gratSection-56 .teach-style-86:hover {
    transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}.gratSection-56 h5 {
    font-size: calc(22px * 1.1);
}.gratSection-56 p {
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.gratSection-56 {
    padding: 3rem 0;
}.gratSection-56 .teach-style-86 {
    padding: 2rem;
    transform: perspective(800px) rotateX(1deg);
}.gratSection-56 h5 {
    font-size: calc(22px * 0.9);
}.gratSection-56 p {
    font-size: calc(18px * 0.95);
}.gratSection-56 .teach-style-86 > div:first-child::after {
    width: 3rem;
}.gratSection-56 .teach-style-86:hover > div:first-child::after {
    width: 6rem;
}
}

@media (max-width: 480px) {.gratSection-56 {
    padding: 2.5rem 0;
}.gratSection-56 .teach-style-86 {
    padding: 1.5rem;
    transform: perspective(600px) rotateX(1deg);
}.gratSection-56 h5 {
    font-size: calc(22px * 0.85);
}.gratSection-56 p {
    font-size: calc(18px * 0.9);
}}.sign-up-65 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(225,195,225,0.5) 0%, rgb(242,228,242) 100%);
    padding: 4rem 2rem;
}.sign-up-65::before {
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, transparent 45%, rgb(202,158,202,0.5) 45%, rgb(202,158,202,0.5) 55%, transparent 55%);
    transform: scale(1.5);
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    content: "";
}.sign-up-65 .teach-style-86 {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.sign-up-65 .query-widget-10 {
    max-width: 600px;
    flex-direction: column;
    margin-left: auto;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    padding: 3rem;
    transform: skewX(-10deg);
    border-radius: 24px;
    background: linear-gradient(110deg, #ffffff 0%, rgb(242,228,242) 100%);
    position: relative;
}.sign-up-65 .query-widget-10::after {
    position: absolute;
    width: 60%;
    transform: skewX(15deg);
    content: "";
    right: -10px;
    top: -10px;
    background: rgb(202,158,202);
    height: 10px;
}.sign-up-65 .query-widget-10::before {
    bottom: -10px;
    transform: skewX(15deg);
    position: absolute;
    height: 10px;
    background: rgb(225,195,225);
    left: -10px;
    width: 60%;
    content: "";
}.sign-up-65 h3 {
    transform: skewX(10deg);
    position: relative;
    font-weight: 700;
    font-size: 21px;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    color: #000000;
}.sign-up-65 h3::before {
    transform: skewY(45deg);
    position: absolute;
    width: 5px;
    left: 0;
    height: 100%;
    content: "";
    background: rgb(225,195,225);
    top: 0;
}.sign-up-65 .input_holder {
    display: flex;
    gap: 1.2rem;
    transform: skewX(10deg);
    flex-direction: column;
}.sign-up-65 input[type="email"] {
    font-family: Arial, sans-serif;
    border-radius: 10px;
    color: #000000;
    padding: 0.8rem 1.5rem;
    font-size: 12px;
    transition: all 0.3s ease;
    transform: translateX(-10px);
    border: 2px solid rgb(202,158,202,0.5);
    width: 100%;
    background: #ffffff;
}.sign-up-65 input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgb(225,195,225,0.5);
    border-color: rgb(225,195,225);
    transform: translateX(0);
}.sign-up-65 input[type="submit"] {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    padding: 0.8rem 2rem;
    transition: all 0.3s ease;
    align-self: flex-end;
    border: none;
    transform: translateY(0);
    background: linear-gradient(90deg, rgb(225,195,225) 0%, rgb(202,158,202) 100%);
    cursor: pointer;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}.sign-up-65 input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    background: linear-gradient(90deg, rgb(202,158,202) 0%, rgb(225,195,225) 100%);
    transform: translateY(-5px);
}

@media (max-width: 768px) {.sign-up-65 {
    padding: 3rem 1rem;
}.sign-up-65 .query-widget-10 {
    transform: skewX(-5deg);
    max-width: 100%;
    padding: 2rem;
}.sign-up-65 h3 {
    transform: skewX(5deg);
    font-size: calc(21px * 0.9);
}.sign-up-65 .input_holder {
    transform: skewX(5deg);
}.sign-up-65 input[type="email"] {
    padding: 0.7rem 1rem;
}.sign-up-65 input[type="submit"] {
    padding: 0.7rem 1.5rem;
    align-self: center;
}
}

@media (max-width: 480px) {.sign-up-65 {
    padding: 2rem 0.8rem;
}.sign-up-65 .query-widget-10 {
    padding: 1.5rem;
    transform: none;
}.sign-up-65 h3 {
    padding-left: 0;
    transform: none;
    text-align: center;
    font-size: calc(21px * 0.8);
}.sign-up-65 h3::before {
    top: -10px;
    left: 50%;
    width: 50px;
    transform: translateX(-50%);
    height: 5px;
}.sign-up-65 .input_holder {
    transform: none;
}.sign-up-65 input[type="email"] {
    transform: none;
}}.training-structure-80 {
    background: rgb(242,228,242);
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 100px 20px;
}.training-structure-80::before {
    content: "";
    z-index: -1;
    top: 0;
    opacity: 0.3;
    left: 0;
    background: repeating-linear-gradient(
        120deg,
        rgb(225,195,225,0.5) 0%,
        transparent 10%,
        rgb(202,158,202,0.5) 20%,
        transparent 30%,
        rgb(225,195,225,0.5) 40%
    );
    position: absolute;
    height: 100%;
    animation: bg-shift 20s linear infinite;
    width: 100%;
}.training-structure-80::after {
    filter: blur(60px);
    width: 100%;
    background: radial-gradient(
        circle at 30% 50%,
        rgb(202,158,202,0.5) 0%,
        transparent 60%
    );
    position: absolute;
    animation: glow-pulse 8s ease-in-out infinite alternate;
    top: 0;
    z-index: -1;
    left: 0;
    height: 100%;
    content: "";
}.training-structure-80 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.training-structure-80 .teach-style-86 {
    position: relative;
    padding: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    transform-style: preserve-3d;
    flex-direction: column;
    perspective: 1000px;
}.training-structure-80 .teach-style-86::before {
    background: linear-gradient(
        45deg,
        transparent 40%,
        rgb(225,195,225,0.5) 45%,
        rgb(202,158,202) 50%,
        rgb(225,195,225,0.5) 55%,
        transparent 60%
    );
    position: absolute;
    animation: border-flow 6s linear infinite;
    z-index: -1;
    left: -5px;
    filter: blur(2px);
    content: "";
    bottom: -5px;
    background-size: 300% 300%;
    right: -5px;
    top: -5px;
    border-radius: 21px;
}.training-structure-80 .teach-style-86::after {
    border-radius: 21px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 40%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.05) 60%,
        rgba(255, 255, 255, 0.1) 100%
    );
    inset: 0;
    animation: holographic-shimmer 4s ease-in-out infinite alternate;
    content: "";
    z-index: -1;
    position: absolute;
    backdrop-filter: blur(10px);
}.training-structure-80 h3 {
    animation: title-float 5s ease-in-out infinite alternate;
    transform: translateZ(30px);
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    z-index: 2;
    text-transform: uppercase;
    color: #000000;
}.training-structure-80 h3::before {
    border-radius: 10px;
    position: absolute;
    width: 60px;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(225,195,225) 0%,
        rgb(202,158,202) 100%
    );
    animation: underline-pulse 3s ease-in-out infinite;
    top: 110%;
    opacity: 0.8;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
}.training-structure-80 h3::after {
    opacity: 0.7;
    left: 0;
    content: attr(data-text);
    top: 0;
    animation: text-glow 3s ease-in-out infinite alternate;
    filter: blur(4px);
    z-index: -1;
    position: absolute;
    color: rgb(225,195,225);
}.training-structure-80 span {
    animation: text-float 7s ease-in-out infinite alternate;
    line-height: 1.8;
    text-align: center;
    z-index: 2;
    max-width: 800px;
    position: relative;
    transform: translateZ(10px);
    color: #000000;
    font-size: 12px;
}.training-structure-80 span::before {
    opacity: 0.2;
    position: absolute;
    animation: shadow-dance 8s ease-in-out infinite alternate;
    filter: blur(20px);
    top: 10px;
    width: 100%;
    content: "";
    z-index: -1;
    background: rgb(225,195,225,0.5);
    height: 100%;
    left: 10px;
}

@keyframes bg-shift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes glow-pulse {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes border-flow {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes holographic-shimmer {
    0% {
        opacity: 0.5;
        transform: rotate(0deg) scale(1);
    }
    100% {
        opacity: 0.8;
        transform: rotate(0.5deg) scale(1.02);
    }
}

@keyframes title-float {
    0%, 100% {
        transform: translateZ(30px) rotateX(0deg);
    }
    50% {
        transform: translateZ(40px) rotateX(2deg);
    }
}

@keyframes text-float {
    0%, 100% {
        transform: translateZ(10px) translateY(0);
    }
    50% {
        transform: translateZ(20px) translateY(-5px);
    }
}

@keyframes underline-pulse {
    0%, 100% {
        width: 60px;
        opacity: 0.8;
    }
    50% {
        width: 120px;
        opacity: 1;
    }
}

@keyframes text-glow {
    0% {
        filter: blur(4px);
        opacity: 0.5;
        transform: translateX(-3px) translateY(-3px);
    }
    100% {
        filter: blur(7px);
        opacity: 0.8;
        transform: translateX(3px) translateY(3px);
    }
}

@keyframes shadow-dance {
    0% {
        top: 10px;
        left: 10px;
        filter: blur(20px);
    }
    100% {
        top: -10px;
        left: -10px;
        filter: blur(15px);
    }
}

@media (max-width: 991px) {.training-structure-80 {
    padding: 80px 15px;
}.training-structure-80 h3 {
    font-size: calc(32px - 4px);
    margin-bottom: 30px;
}.training-structure-80 span {
    font-size: calc(12px - 1px);
}.training-structure-80 .teach-style-86 {
    padding: 30px;
}
}

@media (max-width: 767px) {.training-structure-80 {
    padding: 60px 15px;
}.training-structure-80 h3 {
    font-size: calc(32px - 6px);
    margin-bottom: 25px;
}.training-structure-80 span {
    line-height: 1.6;
}.training-structure-80 .teach-style-86 {
    padding: 25px 20px;
}.training-structure-80 h3::before {
    width: 50px;
}
    
    @keyframes underline-pulse {
        0%, 100% {
            width: 50px;
        }
        50% {
            width: 80px;
        }
    }
}

@media (max-width: 479px) {.training-structure-80 {
    padding: 40px 10px;
}.training-structure-80 h3 {
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: calc(32px - 8px);
}.training-structure-80 span {
    font-size: calc(12px - 2px);
}.training-structure-80 .teach-style-86 {
    padding: 20px 15px;
}.training-structure-80 h3::before {
    width: 40px;
    height: 2px;
}@keyframes underline-pulse {
        0%, 100% {
            width: 40px;
        }
        50% {
            width: 60px;
        }
    }
}footer {
    position: relative;
}footer::before {
    top: 0;
    z-index: 1;
    content: '';
    bottom: 0;
    right: 0;
    opacity: 0.92;
    background: linear-gradient(210deg, #000000 0%, rgb(225,195,225) 100%);
    position: absolute;
    left: 0;
}.teach-supp-93 {
    position: relative;
    padding: 90px 0 50px;
    color: #ffffff;
    z-index: 2;
    font-family: Arial, sans-serif;
}.teach-supp-93::before {
    height: 1px;
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    top: 0;
    opacity: 0.1;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
}.teach-supp-93 .container {
    flex-direction: column;
    display: flex;
}.teach-supp-93 .company_holder {
    order: 2;
    padding: 30px;
    backdrop-filter: blur(10px);
    border-radius: 22px;
    background-size: 200% 200%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    animation: shiftGradient 15s ease infinite;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    margin-top: 70px;
}.teach-supp-93 .company_holder h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-size: 33px;
    text-align: center;
    position: relative;
    font-weight: 700;
    color: #ffffff;
}.teach-supp-93 .company_holder h3::after {
    margin: 15px auto 0;
    display: block;
    width: 60px;
    border-radius: 3px;
    height: 3px;
    background: rgb(225,195,225);
    content: '';
}.teach-supp-93 .science-ref-21 {
    max-width: 80%;
    font-size: 13px;
    line-height: 1.6;
    position: relative;
    margin: 0 auto;
    padding-top: 15px;
    text-align: center;
}.teach-supp-93 .transcript-81 {
    position: relative;
    order: 1;
}.teach-supp-93 .header-top-69 {
    width: 100%;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
    display: flex;
}.teach-supp-93 .head-learn-39 {
    overflow: hidden;
    max-width: calc(50% - 30px);
    transition: transform 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    transform: translateZ(0);
    padding: 20px;
    min-width: 250px;
    position: relative;
    flex: 1;
}.teach-supp-93 .head-learn-39:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.teach-supp-93 .head-learn-39:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.teach-supp-93 .head-learn-39:hover {
    transform: perspective(1000px) rotateY(0);
}.teach-supp-93 .head-learn-39::before {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    position: absolute;
    content: '';
    border-radius: 10px;
    inset: 0;
    z-index: -1;
}.teach-supp-93 .head-learn-39 h5 {
    word-wrap: break-word;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    position: relative;
    font-size: 23px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 15px;
}.teach-supp-93 .head-learn-39 h5::before {
    width: 50px;
    bottom: -1px;
    left: 0;
    background: rgb(202,158,202);
    position: absolute;
    content: '';
    height: 1px;
}.teach-supp-93 .head-learn-39 .header-top-69 {
    flex-direction: column;
    display: flex;
    padding: 0 10px;
    gap: 12px;
    margin: 0;
}.teach-supp-93 .head-learn-39 .header-top-69 a {
    word-break: break-word;
    align-items: center;
    text-decoration: none;
    display: flex;
    opacity: 0.8;
    transition: all 0.3s ease;
    font-size: 13px;
    white-space: normal;
    color: #ffffff;
}.teach-supp-93 .head-learn-39 .header-top-69 a::before {
    content: '';
    transform: scale(0);
    min-width: 6px;
    border-radius: 50%;
    flex-shrink: 0;
    background: rgb(202,158,202);
    opacity: 0;
    margin-right: 10px;
    transition: all 0.3s ease;
    height: 6px;
}.teach-supp-93 .head-learn-39 .header-top-69 a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: #ffffff;
}.teach-supp-93 .head-learn-39 .header-top-69 a:hover::before {
    transform: scale(1);
    opacity: 1;
}.honor-cta-30 {
    margin-top: 40px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.2);
    padding: 25px 0;
    position: relative;
}.honor-cta-30::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(202,158,202,0.5), transparent);
    left: 0;
}.honor-cta-30 .container {
    text-align: center;
}.honor-cta-30 .footer-subscribe-92 {
    color: #ffffff;
    font-size: 15px;
    opacity: 0.7;
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.teach-supp-93 .transcript-81::before {
    height: 250px;
    left: -5%;
    width: 250px;
    position: absolute;
    opacity: 0.1;
    border-radius: 50%;
    background: rgb(202,158,202);
    animation: pulse 10s infinite ease-in-out reverse;
    filter: blur(100px);
    z-index: -1;
    bottom: -10%;
    content: '';
}footer::after {
    right: 0;
    z-index: 1;
    content: '';
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
}

@media (max-width: 992px) {.teach-supp-93 {
    padding: 70px 0 40px;
}.teach-supp-93 .header-top-69 {
    gap: 40px;
}.teach-supp-93 .company_holder {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.teach-supp-93 {
    padding: 50px 0 30px;
}.teach-supp-93 .header-top-69 {
    gap: 30px;
    flex-direction: column;
}.teach-supp-93 .head-learn-39 {
    max-width: 100%;
    min-width: 100%;
}.teach-supp-93 .company_holder {
    padding: 20px;
}.teach-supp-93 .science-ref-21 {
    max-width: 100%;
}
}

@media (max-width: 576px) {.teach-supp-93 {
    padding: 40px 0 20px;
}.teach-supp-93 .company_holder h3 {
    font-size: calc(33px * 0.8);
}.teach-supp-93 .head-learn-39 h5 {
    font-size: calc(23px * 0.9);
}}.join-now-29 {
    overflow: hidden;
    position: relative;
    padding: 150px 0;
    background: rgb(242,228,242);
}.join-now-29::before {
    background: radial-gradient(ellipse at center, transparent 0%, rgb(242,228,242) 80%);
    height: 100%;
    content: '';
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
}.join-now-29 .teach-style-86 {
    perspective: 1000px;
    position: relative;
    z-index: 10;
    padding: 0;
}.join-now-29 .container {
    transform-style: preserve-3d;
    perspective: 1000px;
}.join-now-29 .container p {
    line-height: 1.4;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    font-size: 37px;
    color: #000000;
    background: #ffffff;
    padding: 50px;
    text-align: center;
    transform: translateZ(50px);
    z-index: 5;
    font-weight: 700;
    margin: 0 auto 80px;
    max-width: 800px;
    position: relative;
}.join-now-29 .container p::before {
    position: absolute;
    width: 95%;
    opacity: 0.3;
    top: 15px;
    z-index: -1;
    left: 2.5%;
    content: '';
    background: rgb(225,195,225,0.5);
    border-radius: 10px;
    height: 100%;
    filter: blur(20px);
}.join-now-29 .request-help-80 {
    transform: translateZ(30px);
    font-weight: 600;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    text-align: center;
    width: 250px;
    position: relative;
    font-size: 15px;
    color: #ffffff;
    margin: 0 auto;
    text-decoration: none;
    background: rgb(225,195,225);
    height: 60px;
    z-index: 5;
    border-radius: 30px;
    display: block;
    overflow: hidden;
    line-height: 60px;
    transition: all 0.4s ease;
}.join-now-29 .request-help-80::before {
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: transform 0.6s ease;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    content: '';
    top: 0;
    transform: translateX(-100%);
}.join-now-29 .request-help-80:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateZ(40px);
}.join-now-29 .request-help-80:hover::before {
    transform: translateX(100%);
}.join-now-29 .container p::after {
    background: rgb(225,195,225);
    z-index: -1;
    position: absolute;
    left: 50%;
    content: '';
    width: 30px;
    bottom: -15px;
    height: 30px;
    transform: translateX(-50%) rotate(45deg);
}.join-now-29::after {
    z-index: 1;
    opacity: 0.1;
    top: 0;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(225,195,225,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(202,158,202,0.5) 0%, transparent 40%);
    position: absolute;
    left: 0;
    content: '';
}.join-now-29 .teach-style-86::after {
    opacity: 0.1;
    left: 5%;
    position: absolute;
    border-radius: 50%;
    content: '';
    filter: blur(15px);
    background: rgba(0, 0, 0, 0.5);
    width: 90%;
    z-index: -1;
    transform: rotateX(70deg);
    bottom: -30px;
    height: 20px;
}

@media (max-width: 991px) {.join-now-29 {
    padding: 120px 0;
}.join-now-29 .container p {
    margin-bottom: 70px;
    font-size: calc(20px * 1.2);
    padding: 40px;
}.join-now-29 .request-help-80 {
    line-height: 55px;
    height: 55px;
    width: 220px;
}
}

@media (max-width: 767px) {.join-now-29 {
    padding: 100px 0;
}.join-now-29 .container p {
    margin-bottom: 60px;
    font-size: 20px;
    padding: 30px;
    transform: translateZ(30px);
}.join-now-29 .request-help-80 {
    line-height: 50px;
    width: 200px;
    height: 50px;
    transform: translateZ(20px);
}.join-now-29 .request-help-80:hover {
    transform: translateZ(25px);
}.join-now-29 .container p::after {
    width: 25px;
    height: 25px;
    bottom: -12px;
}
}

@media (max-width: 480px) {.join-now-29 {
    padding: 80px 0;
}.join-now-29 .container p {
    margin-bottom: 50px;
    font-size: calc(17px * 1.2);
    padding: 25px;
    transform: translateZ(20px);
}.join-now-29 .request-help-80 {
    font-size: calc(15px * 0.9);
    width: 180px;
    line-height: 45px;
    height: 45px;
    transform: translateZ(15px);
}.join-now-29 .request-help-80:hover {
    transform: translateZ(18px);
}.join-now-29 .container p::before {
    top: 10px;
}.join-now-29 .container p::after {
    bottom: -10px;
    height: 20px;
    width: 20px;
}}.help-center-42 {
    padding: 80px 20px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(242,228,242) 0%, #ffffff 100%);
    font-family: Arial, sans-serif;
}.help-center-42::before {
    height: 70%;
    transform: rotate(-15deg) skewX(15deg);
    filter: blur(20px);
    content: "";
    background: linear-gradient(145deg, rgb(225,195,225,0.5) 0%, rgb(202,158,202,0.5) 100%);
    position: absolute;
    width: 40%;
    right: -5%;
    opacity: 0.6;
    top: -10%;
    z-index: 0;
}.help-center-42::after {
    transform: rotate(25deg) skewX(-15deg);
    width: 35%;
    content: "";
    position: absolute;
    left: -10%;
    bottom: -5%;
    filter: blur(25px);
    z-index: 0;
    opacity: 0.5;
    height: 60%;
    background: linear-gradient(215deg, rgb(202,158,202,0.5) 0%, rgb(225,195,225,0.5) 100%);
}.help-center-42 h1 {
    font-size: 47px;
    z-index: 5;
    transition: transform 0.5s ease-out;
    font-weight: 700;
    transform: perspective(500px) translateZ(0);
    margin-bottom: 40px;
    color: #000000;
    text-align: center;
    position: relative;
}.help-center-42 h1:hover {
    transform: perspective(500px) translateZ(20px);
}.help-center-42 h1::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(225,195,225) 0%, rgb(202,158,202) 100%);
    left: 50%;
    position: absolute;
    border-radius: 10px;
    content: "";
    height: 4px;
    bottom: -10px;
    width: 80px;
}.help-center-42 .container {
    z-index: 5;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.help-center-42 .connect-experts-78 {
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(5px);
    position: relative;
}.help-center-42 .connect-experts-78 > div {
    padding: 20px;
    transition: all 0.3s ease;
    background: linear-gradient(to right, #ffffff 90%, rgba(rgb(225,195,225,0.5), 0.05) 100%);
    position: relative;
    border-left: 4px solid rgb(225,195,225);
}.help-center-42 .connect-experts-78 > div:hover {
    transform: translateX(5px);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.05);
}.help-center-42 .connect-experts-78 > div > div {
    line-height: 1.6;
    color: #000000;
    font-size: 17px;
}.help-center-42 h6 {
    display: flex;
    font-size: 21px;
    align-items: center;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #000000;
}.help-center-42 h6 svg {
    transition: transform 0.3s ease;
    margin-left: 10px;
}.help-center-42 h6:hover svg {
    transform: scale(1.1) rotate(5deg);
}.help-center-42 span {
    color: #000000;
    display: block;
    margin-left: 30px;
    position: relative;
    font-size: 17px;
}.help-center-42 span::before {
    background: rgb(202,158,202);
    position: absolute;
    height: 6px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    left: -15px;
    width: 6px;
    top: 50%;
}.help-center-42 .reach-out-08 {
    flex-direction: column;
    gap: 15px;
    display: flex;
}.help-center-42 .reach-out-08 > div {
    transition: transform 0.3s ease;
}.help-center-42 .reach-out-08 > div:hover {
    transform: translateX(5px);
}.help-center-42 .get-help-01 {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 5px;
    transition: color 0.3s ease;
    color: #000000;
    font-weight: 400;
    font-size: 17px;
    text-decoration: none;
}.help-center-42 .get-help-01:hover {
    color: rgb(225,195,225);
}.help-center-42 .get-help-01::before {
    bottom: -2px;
    position: absolute;
    background: rgb(225,195,225);
    transition: width 0.3s ease;
    content: "";
    left: 5px;
    width: 0;
    height: 2px;
}.help-center-42 .get-help-01:hover::before {
    width: calc(100% - 34px);
}.help-center-42 .get-help-01 svg {
    transition: all 0.3s ease;
    margin-left: 10px;
}.help-center-42 .get-help-01:hover svg {
    transform: translateY(-3px);
}.help-center-42 svg {
    width: 24px;
    transition: all 0.3s ease;
    height: 24px;
}.help-center-42 svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.help-center-42 .get-help-01:hover svg path {
    fill: rgb(225,195,225);
}

@media (min-width: 768px) {.help-center-42 {
    padding: 100px 30px;
}.help-center-42 .connect-experts-78 {
    padding: 50px;
    gap: 40px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    grid-template-columns: 2fr 1fr 1fr;
}.help-center-42 h1 {
    font-size: calc(47px * 1.2);
    margin-bottom: 60px;
}.help-center-42 h1::after {
    width: 100px;
    height: 5px;
}
}

@media (max-width: 767px) {.help-center-42 .connect-experts-78 {
    padding: 30px 20px;
}.help-center-42 .connect-experts-78 > div {
    padding: 15px;
}.help-center-42 h1 {
    font-size: calc(47px * 0.9);
}.help-center-42 span {
    margin-left: 20px;
}
}

@media (hover: hover) {.help-center-42 .connect-experts-78 > div {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0);
}.help-center-42 .connect-experts-78 > div:hover {
    transform: translateY(-5px) translateX(5px);
}.help-center-42 .get-help-01 svg {
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}.help-center-42 .get-help-01:hover svg {
    transform: translateY(-3px) rotate(5deg);
}
}

@media (prefers-reduced-motion: reduce) {.help-center-42 .connect-experts-78,
    .help-center-42 .connect-experts-78 > div,
    .help-center-42 h1,
    .help-center-42 .get-help-01::before,
    .help-center-42 svg {
    transition: none;
    transform: none;
}.help-center-42 .connect-experts-78 > div:hover,
    .help-center-42 .reach-out-08 > div:hover,
    .help-center-42 h1:hover,
    .help-center-42 .get-help-01:hover svg {
    transform: none;
}}header {
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background: #000000;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(225,195,225,0.5) 100%);
    top: 0;
    position: fixed;
    width: 100%;
}header::before {
    height: 100%;
    width: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(202,158,202,0.5) 10px,
            rgb(202,158,202,0.5) 11px
        );
    opacity: 0.03;
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}header::after {
    content: "";
    background-size: 200% 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(225,195,225),
        rgb(202,158,202),
        rgb(225,195,225));
    height: 5px;
    position: absolute;
    top: 0;
    z-index: 5;
    animation: gradient-shift 8s linear infinite;
}header .container {
    padding: 0;
    flex-direction: column;
    display: flex;
    position: relative;
    align-items: center;
}header .header-learn-96 {
    display: flex;
    align-items: center;
    z-index: 2;
    width: 100%;
    position: relative;
    flex-direction: column;
    padding-top: 1.5rem;
}header .nav-mentor-01 {
    z-index: 3;
    padding: 0.5rem 2rem;
    justify-content: center;
    position: relative;
    display: flex;
    text-decoration: none;
    margin-bottom: 2rem;
}header .nav-mentor-01::before {
    content: "";
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(202,158,202,0.5) 20%,
        rgb(202,158,202) 50%,
        rgb(202,158,202,0.5) 80%,
        transparent 100%);
    width: 160%;
    left: -30%;
    height: 1px;
    bottom: -10px;
    position: absolute;
}header .nav-mentor-01::after {
    border-radius: 50%;
    opacity: 0.5;
    animation: orb-float 5s ease-in-out infinite alternate;
    z-index: -1;
    filter: blur(20px);
    width: 40px;
    position: absolute;
    background: rgb(225,195,225,0.5);
    content: "";
    height: 40px;
}header .nav-mentor-01 svg {
    width: auto;
    height: 48px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    position: relative;
    filter: drop-shadow(0 0 8px rgb(225,195,225,0.5));
}header .nav-mentor-01:hover svg {
    filter: drop-shadow(0 0 12px rgb(225,195,225));
    transform: scale(1.08);
}header .head-learn-39 {
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    gap: 1rem;
    width: 100vw;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    scrollbar-width: none;
    padding: 1rem 0;
    justify-content: center;
    position: relative;
    overflow-x: auto;
    display: flex;
}header .head-learn-39::-webkit-scrollbar {
    display: none;
}header .head-learn-39::before {
    content: "";
    background: rgb(225,195,225,0.5);
    top: 0;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
}header .main-pagewrap-29 {
    transition: all 0.3s ease;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #ffffff;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    border-radius: 17px;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 0.5px;
    font-weight: 400;
    padding: 0.6rem 1.8rem;
    text-decoration: none;
    border: 1px solid rgb(225,195,225,0.5);
}header .main-pagewrap-29::before {
    opacity: 0.5;
    transition: left 0.5s ease;
    left: -100%;
    background: linear-gradient(90deg,
        transparent,
        rgb(202,158,202,0.5),
        transparent);
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
}header .main-pagewrap-29::after {
    transform: translateY(-50%) scale(0);
    transition: transform 0.3s ease;
    height: 8px;
    top: 50%;
    background: rgb(202,158,202);
    right: 12px;
    width: 8px;
    box-shadow: 0 0 10px rgb(202,158,202);
    content: "";
    border-radius: 50%;
    position: absolute;
}header .main-pagewrap-29:hover {
    box-shadow: 0 0 15px rgb(225,195,225,0.5),
                inset 0 0 10px rgb(225,195,225,0.5);
    border-color: rgb(202,158,202);
    color: rgb(202,158,202);
    transform: translateY(-2px);
}header .main-pagewrap-29:hover::before {
    left: 100%;
}header .main-pagewrap-29:hover::after {
    transform: translateY(-50%) scale(1);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@media (max-width: 991px) {header .nav-mentor-01 {
    margin-bottom: 1.5rem;
}header .nav-mentor-01 svg {
    height: 42px;
}header .main-pagewrap-29 {
    padding: 0.5rem 1.5rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header .header-learn-96 {
    padding-top: 1rem;
}header .nav-mentor-01 {
    margin-bottom: 1rem;
}header .nav-mentor-01 svg {
    height: 36px;
}header .head-learn-39 {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .main-pagewrap-29 {
    padding: 0.4rem 1.2rem;
    margin: 0 0.2rem;
    font-size: calc(15px - 2px);
}header .main-pagewrap-29:first-child {
    margin-left: 1rem;
}header .main-pagewrap-29:last-child {
    margin-right: 1rem;
}header .main-pagewrap-29::after {
    right: 8px;
    width: 6px;
    height: 6px;
}}.overlayConsentSettings-14 {
    padding: 20px 0;
    z-index: 100;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 3px solid rgb(225,195,225);
    justify-content: center;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    background: rgb(242,228,242);
    display: flex;
}.cookie-expand-01 {
    align-items: center;
    width: 90%;
    margin: auto;
    justify-content: space-between;
    max-width: 1200px;
    padding: 20px;
    border: 2px solid rgb(225,195,225);
    border-radius: 30px;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
}.user-dialog-07 {
    margin-right: 20px;
    flex-shrink: 0;
}.user-dialog-07 svg {
    width: 50px;
    fill: rgb(225,195,225);
    height: 50px;
}.cookie-frame-53 {
    flex-grow: 1;
    color: #ffffff;
    text-align: left;
}.cookie-frame-53 h5 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: rgb(225,195,225);
}.cookie-frame-53 p {
    line-height: 1.5;
    margin: 0;
    font-size: 18px;
    color: #ffffff;
}.cookie-frame-53 p a {
    color: rgb(225,195,225);
    text-decoration: underline;
}.cookie-disclaimer-04 {
    background: rgb(225,195,225);
    border: none;
    flex-shrink: 0;
    text-align: center;
    padding: 10px 20px;
    min-width: 120px;
    color: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}.cookie_button.data-agree-80 {
    margin-right: 10px;
}#cookieNoticePopup-80 {
    display: none;
}#cookieNoticePopup-80:checked ~ .overlayConsentSettings-14 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie-expand-01 {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.user-dialog-07 {
    margin-right: 0;
    margin-bottom: 20px;
}.cookie-disclaimer-04 {
    max-width: 250px;
    margin: 10px 0;
    width: 100%;
}}
.confidential-asylum-93 {
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background: rgb(225,195,225,0.5);
    overflow: hidden;
    color: #000000;
    width: 100%;
    padding: 40px;
}.confidential-asylum-93 h1 {
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 700;
    color: #000000;
    font-size: 47px;
    text-transform: uppercase;
}.confidential-asylum-93 h2 {
    color: rgb(202,158,202);
    font-size: 31px;
    font-weight: 600;
    padding-bottom: 5px;
    margin-top: 25px;
    border-bottom: 2px solid rgb(202,158,202,0.5);
    margin-bottom: 15px;
}.confidential-asylum-93 ul, .confidential-asylum-93 ol {
    list-style-type: disc;
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
}.confidential-asylum-93 li {
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 10px;
}.confidential-asylum-93 div {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    line-height: 1.8;
    background: #ffffff;
}

@media only screen and (max-width: 800px) {.confidential-asylum-93 {
    box-shadow: none;
    padding: 20px;
}.confidential-asylum-93 h1 {
    font-size: calc(20px - 10px);
}.confidential-asylum-93 h2 {
    font-size: calc(20px - 5px);
}}

.confidential-asylum-93 h3, .confidential-asylum-93 h4, .confidential-asylum-93 h5, .confidential-asylum-93 h6 {
    color: rgb(225,195,225);
    margin-top: 20px;
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: 600;
}.confidential-asylum-93 p, .confidential-asylum-93 span {
    color: #000000;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
}.confidential-asylum-93 a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(202,158,202);
    font-weight: 400;
}.confidential-asylum-93 a:hover {
    text-decoration: underline;
    color: rgb(225,195,225);
}.confidential-asylum-93 button {
    cursor: pointer;
    padding: 10px 20px;
    background: rgb(202,158,202);
    border: none;
    font-size: 20px;
    border-radius: 10px;
    transition: background 0.3s ease;
    color: #ffffff;
}.confidential-asylum-93 button:hover {
    background: rgb(225,195,225);
}.testimonials-89 {
    background: linear-gradient(135deg, rgb(242,228,242) 0%, rgba(rgb(225,195,225,0.5), 0.05) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.testimonials-89::before {
    left: 0;
    height: 1px;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(225,195,225), transparent);
    position: absolute;
    content: "";
    opacity: 0.3;
    right: 0;
}.testimonials-89::after {
    left: -50%;
    content: "";
    z-index: 1;
    position: absolute;
    width: 200%;
    background: radial-gradient(ellipse at center, rgba(rgb(225,195,225,0.5), 0.03) 0%, transparent 70%);
    height: 400px;
    bottom: 0;
    transform: translateY(50%);
}.testimonials-89 h2 {
    position: relative;
    margin-bottom: 3.5rem;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    transform: translateZ(0);
    color: #000000;
}.testimonials-89 h2::after {
    left: 50%;
    height: 3px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
    width: 80px;
    background: linear-gradient(90deg, transparent, rgb(225,195,225), transparent);
}.testimonials-89 .container.teach-style-86 {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.testimonials-89 .success-voices-09 {
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
}.testimonials-89 .success-testimonials-62 {
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    will-change: transform, box-shadow;
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.02);
    transform: translateZ(0) scale(1);
    overflow: hidden;
    position: relative;
    display: flex;
    padding: 2rem;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
                box-shadow 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 3px;
    flex-direction: column;
    border: 1px solid rgba(rgb(225,195,225,0.5), 0.08);
}.testimonials-89 .success-testimonials-62::before {
    top: 0;
    width: 100%;
    transition: transform 0.5s ease-out;
    left: 0;
    transform-origin: left;
    opacity: 0.8;
    position: absolute;
    transform: scaleX(0.85);
    background: linear-gradient(90deg, rgb(225,195,225), rgb(202,158,202));
    content: "";
    height: 5px;
}.testimonials-89 .success-testimonials-62:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.04);
    transform: translateY(-5px) scale(1.01);
}.testimonials-89 .success-testimonials-62:hover::before {
    transform: scaleX(1);
}.testimonials-89 .success-testimonials-62 h3 {
    font-size: calc(24px - 2px);
    padding-left: 1.2rem;
    color: #000000;
    margin-bottom: 0.8rem;
    position: relative;
    font-weight: 600;
}.testimonials-89 .success-testimonials-62 h3::before {
    width: 6px;
    content: "";
    position: absolute;
    background-color: rgb(225,195,225);
    height: 6px;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}.testimonials-89 .success-testimonials-62 .description {
    color: #000000;
    padding-left: 1.2rem;
    font-weight: 400;
    flex-grow: 1;
    font-size: 17px;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    position: relative;
}.testimonials-89 .success-testimonials-62 .description::first-letter {
    font-size: 1.2em;
    color: rgb(225,195,225);
    font-weight: 600;
}.testimonials-89 .success-testimonials-62 div {
    align-self: flex-end;
    height: 60px;
    position: relative;
    border-radius: 50%;
    margin-top: 0.5rem;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.15);
    width: 60px;
}.testimonials-89 .success-testimonials-62 div::after {
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(rgb(225,195,225,0.5), 0.2), transparent);
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
}.testimonials-89 .success-testimonials-62 div img {
    transform: scale(1);
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.3, 0.7, 0.4, 1);
}.testimonials-89 .success-testimonials-62:hover div img {
    transform: scale(1.1);
}

@media (max-width: 991px) {.testimonials-89 {
    padding: 4rem 0;
}.testimonials-89 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(30px - 0.2rem);
}.testimonials-89 .success-voices-09 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.testimonials-89 {
    padding: 3rem 0;
}.testimonials-89 h2 {
    font-size: calc(30px - 0.3rem);
    margin-bottom: 2rem;
}.testimonials-89 h2::after {
    bottom: -12px;
    width: 60px;
}.testimonials-89 .success-voices-09 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.testimonials-89 .success-testimonials-62 {
    padding: 1.75rem;
}
}

@media (max-width: 480px) {.testimonials-89 {
    padding: 2.5rem 0;
}.testimonials-89 h2 {
    font-size: calc(30px - 0.4rem);
}.testimonials-89 .success-testimonials-62 {
    padding: 1.5rem;
}.testimonials-89 .success-testimonials-62 h3 {
    font-size: calc(24px - 3px);
}.testimonials-89 .success-testimonials-62 .description {
    font-size: calc(17px - 1px);
}.testimonials-89 .success-testimonials-62 div {
    width: 50px;
    height: 50px;
}
}