﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.style-edu-links {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1122px;
}::-webkit-scrollbar {
    width: 19px;
    background: rgb(218,183,198);
}::-webkit-scrollbar-track {
    border-radius: 14px;
    margin: 5px 0;
    box-shadow: inset -4px -1px 10px 7px rgba(0, 0, 0, 0.2);
    background: rgb(218,183,198);
}::-webkit-scrollbar-thumb {
    border-radius: 3.3vh;
    box-shadow: 4px -1px 12px 3px rgba(0, 0, 0, 0.4);
    background: linear-gradient(243deg, #ffffff 64%, rgb(200,146,168,0.5) 30%, rgb(218,183,198) 17%, rgb(218,183,198,0.5) 74%, rgb(236,219,226) 50%);
    transition: all, border-radius 2.4s linear;
}::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, rgb(255, 255, 255, 0.5) 25%, transparent 25%), linear-gradient(-45deg, rgb(255, 255, 255, 0.5) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgb(255, 255, 255, 0.5) 75%), linear-gradient(-45deg, transparent 75%, rgb(255, 255, 255, 0.5) 75%);
}::-webkit-scrollbar-thumb:active {
    background: rgb(218,183,198,0.5);
    box-shadow: inset -4px -1px 3px 4px rgba(0, 0, 0, 0.8);
}::-webkit-scrollbar-corner {
    background: rgb(200,146,168,0.5);
    border-radius: 8px;
    border: 1px dashed rgb(255, 255, 255, 0.5);
}* {
    scrollbar-color: rgb(218,183,198) rgb(200,146,168);
    scrollbar-width: none;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    width: 30px;
    height: 30px;
}.style-framework-wrap {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}.style-page-head {
    flex: 1 0 auto;
}html,body {
    color: #000000;
    height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    width: 100%;
    z-index: 100;
    padding: 1.5rem 3%;
    position: relative;
    background: linear-gradient(to right, rgb(218,183,198,0.5), rgb(200,146,168,0.5));
}header::before {
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    border-radius: 10px;
    z-index: 0;
    content: '';
    right: 0.5rem;
    bottom: 0.5rem;
    top: 0.5rem;
    pointer-events: none;
    left: 0.5rem;
}header::after {
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    z-index: 0;
    position: absolute;
    left: 0;
}header .container {
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
    max-width: 100%;
    margin: 0;
}header .style-nav-base {
    overflow: hidden;
    flex-direction: column;
    border-radius: 11px;
    align-items: center;
    display: flex;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 1.5rem;
}header .style-nav-base::before {
    left: 0;
    width: 5px;
    position: absolute;
    top: 0;
    content: '';
    background: linear-gradient(to bottom, rgb(218,183,198), rgb(200,146,168));
    height: 100%;
}header .style-nav-base::after {
    background: linear-gradient(to bottom, rgb(200,146,168), rgb(218,183,198));
    position: absolute;
    content: '';
    height: 100%;
    width: 5px;
    top: 0;
    right: 0;
}header .style-main-mentor {
    position: relative;
    padding: 0 0 1rem 0;
    justify-content: center;
    text-decoration: none;
    display: flex;
}header .style-main-mentor::after {
    bottom: 0;
    position: absolute;
    height: 1px;
    background: rgb(218,183,198,0.5);
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    content: '';
}header .style-main-mentor svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    transition: all 0.3s ease;
    width: 170px;
    height: auto;
}header .style-main-mentor:hover svg {
    transform: scale(1.03);
}header .style-top-info {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
    flex-wrap: wrap;
    max-width: 90%;
    gap: 0.7rem;
    width: 100%;
}header .style-top-head {
    font-size: 19px;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.03);
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 600;
    text-decoration: none;
    padding: 0.7rem 1.3rem;
    border-radius: 10px;
    z-index: 1;
    background: rgb(236,219,226);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}header .style-top-head::before {
    top: 0;
    transition: width 0.3s ease;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(218,183,198), rgb(200,146,168));
    width: 3px;
    border-radius: 10px 0 0 10px;
    content: '';
    z-index: -1;
}header .style-top-head:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .style-top-head:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .style-nav-base {
    padding: 1.2rem;
}header .style-main-mentor {
    padding: 0 0 0.8rem 0;
}header .style-main-mentor svg {
    width: 150px;
}header .style-top-info {
    padding-top: 0.8rem;
    gap: 0.6rem;
}header .style-top-head {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .style-nav-base {
    padding: 1rem;
}header .style-main-mentor {
    padding: 0 0 0.7rem 0;
}header .style-main-mentor svg {
    width: 130px;
}header .style-top-info {
    padding-top: 0.7rem;
    gap: 0.5rem;
    max-width: 95%;
}header .style-top-head {
    font-size: calc(19px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .style-nav-base {
    padding: 0.8rem 0.8rem 1rem;
}header .style-main-mentor {
    padding: 0 0 0.6rem 0;
}header .style-main-mentor svg {
    width: 120px;
}header .style-top-info {
    overflow-x: auto;
    padding-top: 0.6rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 0.3rem;
}header .style-top-info::-webkit-scrollbar {
    height: 3px;
}header .style-top-info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(218,183,198);
}header .style-top-head {
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 3px;
}}.style-thanksPage {
    background: linear-gradient(135deg, rgb(218,183,198,0.5), rgb(200,146,168,0.5));
    align-items: center;
    position: relative;
    display: flex;
    overflow: hidden;
    justify-content: center;
    min-height: 70vh;
    padding: 6rem 2rem;
}.style-thanksPage::before {
    background: radial-gradient(circle at 30% 70%, rgb(218,183,198,0.5) 0%, transparent 60%);
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    transform-origin: center;
    height: 100%;
    animation: pulse 15s ease-in-out infinite alternate;
    content: "";
}.style-thanksPage::after {
    z-index: 0;
    width: 50%;
    right: -5%;
    position: absolute;
    height: 50%;
    content: "";
    bottom: -5%;
    background: radial-gradient(circle, rgb(200,146,168,0.5) 0%, transparent 70%);
    animation: float 20s ease-in-out infinite;
}.style-thanksPage .container {
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}.style-thanksPage .style-learn-classes {
    gap: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    grid-template-columns: 1fr;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    padding: 3.5rem;
    position: relative;
    transform: translateZ(0);
    display: grid;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        95% 100%, 
        0 100%
    );
}.style-thanksPage .style-learn-classes:hover {
    transform: translateZ(30px) scale(1.02);
}.style-thanksPage .style-learn-classes > div:first-child {
    padding-left: 2.5rem;
    position: relative;
    border-left: 4px solid rgb(218,183,198);
}.style-thanksPage .style-learn-classes > div:first-child::before {
    position: absolute;
    top: 50%;
    width: 26px;
    background: rgb(218,183,198);
    height: 26px;
    content: "";
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(rgb(218,183,198), 0.5);
    left: -15px;
    animation: pulse 3s infinite alternate;
    transform: translateY(-50%);
}.style-thanksPage h5 {
    color: #000000;
    transform: translateX(0);
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    font-size: calc(23px * 1.2);
    font-weight: 700;
    opacity: 0;
    transition: transform 0.4s ease-out;
    margin: 0;
    line-height: 1.4;
}.style-thanksPage .style-learn-classes > div:nth-child(2) {
    transition: transform 0.3s ease;
    opacity: 0;
    animation: fadeIn 0.8s 0.4s ease-out forwards;
    position: relative;
}.style-thanksPage .style-learn-classes > div:nth-child(2)::before {
    left: 0;
    width: 70%;
    height: 1px;
    position: absolute;
    top: -10px;
    background: linear-gradient(90deg, rgb(218,183,198), transparent);
    content: "";
}.style-thanksPage a {
    display: block;
    transition: transform 0.4s ease-out;
    transform: translateY(0);
    text-decoration: none;
}.style-thanksPage a:hover {
    transform: translateY(-5px);
}.style-thanksPage p {
    color: #000000;
    font-size: 12px;
    line-height: 1.8;
    margin: 0;
    hyphens: auto;
    padding: 1rem 0;
    position: relative;
}.style-thanksPage p::after {
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(200,146,168));
    right: 0;
    transform-origin: right;
    position: absolute;
    height: 2px;
    width: 35%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    transform: scaleX(0);
}.style-thanksPage a:hover p::after {
    transform: scaleX(1);
}

@keyframes pulse {
    0% { opacity: 0.6; transform: translateY(-50%) scale(0.95); }
    100% { opacity: 1; transform: translateY(-50%) scale(1.05); }
}

@keyframes float {
    0% { transform: translateY(0) rotate(0); }
    50% { transform: translateY(-30px) rotate(5deg); }
    100% { transform: translateY(0) rotate(0); }
}

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

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

@media (min-width: 768px) {.style-thanksPage {
    padding: 8rem 3rem;
}.style-thanksPage .style-learn-classes {
    grid-template-columns: 1fr 1fr;
    padding: 4rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            95% 100%, 
            0 100%
        );
    gap: 3.5rem;
}.style-thanksPage h5 {
    font-size: calc(23px * 1.4);
}.style-thanksPage .style-learn-classes > div:first-child::after {
    content: "";
    position: absolute;
    height: 80%;
    right: -3.5rem;
    background: linear-gradient(to bottom, transparent, rgb(218,183,198,0.5), transparent);
    transform: translateY(-50%);
    width: 1px;
    top: 50%;
}.style-thanksPage .style-learn-classes > div:nth-child(2)::before {
    width: 40%;
}
}

@media (min-width: 992px) {.style-thanksPage .style-learn-classes {
    padding: 5rem;
    gap: 5rem;
}.style-thanksPage h5 {
    font-size: calc(23px * 1.5);
}.style-thanksPage .style-learn-classes > div:first-child {
    padding-left: 3rem;
    border-left-width: 5px;
}.style-thanksPage p {
    font-size: calc(12px * 1.1);
}.style-thanksPage .container {
    transform: perspective(1500px) rotateX(3deg);
}
}

@media (max-width: 767px) {.style-thanksPage {
    padding: 4rem 1.5rem;
}.style-thanksPage .style-learn-classes {
    padding: 2.5rem 2rem;
}.style-thanksPage h5 {
    font-size: 23px;
}.style-thanksPage p {
    font-size: calc(12px * 0.95);
}
}

@media (hover: hover) {.style-thanksPage .style-learn-classes:hover > div:first-child::before {
    animation-duration: 1.5s;
}
}

@media (prefers-reduced-motion) {.style-thanksPage .style-learn-classes,
    .style-thanksPage a,
    .style-thanksPage h5,
    .style-thanksPage::before,
    .style-thanksPage::after {
    animation: none;
    transition: none;
}.style-thanksPage .style-learn-classes > div:first-child::before {
    animation: none;
}.style-thanksPage .style-learn-classes > div:nth-child(2) {
    opacity: 1;
}.style-thanksPage h5 {
    opacity: 1;
}}.style-course-features {
    background: rgb(236,219,226);
    overflow: hidden;
    flex-direction: column;
    display: flex;
    min-height: 100vh;
    position: relative;
}.style-course-features .style-career-classes {
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
}.style-course-features .style-career-classes::after {
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(236,219,226) 90%
    );
    width: 100%;
    z-index: 2;
}.style-course-features .style-coding-class {
    width: 100%;
    animation: carousel-zoom 25s ease-in-out infinite;
    display: flex;
    height: 100%;
}.style-course-features .style-career-classes:hover .style-coding-class {
    animation-play-state: paused;
}.style-course-features .style-tech-classes {
    width: 100%;
    flex-shrink: 0;
    height: 100%;
    position: relative;
}.style-course-features .style-tech-classes img {
    height: 100%;
    filter: brightness(0.9) saturate(1.2);
    transform-origin: center;
    object-fit: cover;
    width: 100%;
}.style-course-features .container {
    width: 100%;
    position: relative;
    align-items: center;
    padding: 2rem;
    height: 100%;
    justify-content: center;
    z-index: 3;
    display: flex;
}.style-course-features .style-learn-classes {
    max-width: 800px;
    position: relative;
    width: 100%;
}.style-course-features .style-job-success {
    text-align: center;
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: rgba(255, 255, 255, 0.8);
    padding: 3rem;
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 
                0 5px 10px rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    position: relative;
}.style-course-features .style-job-success:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}.style-course-features .style-job-success::before {
    border-radius: 10px;
    pointer-events: none;
    top: 20px;
    left: 20px;
    opacity: 0.3;
    border: 1px solid rgb(218,183,198);
    right: 20px;
    position: absolute;
    content: "";
    bottom: 20px;
}.style-course-features .style-job-success h3 {
    margin-bottom: 0.5rem;
    font-size: 37px;
    color: rgb(218,183,198);
    position: relative;
    font-weight: 700;
    display: inline-block;
}.style-course-features .style-job-success h3::after {
    background: rgb(218,183,198);
    content: "";
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    height: 2px;
    position: absolute;
    bottom: -10px;
}.style-course-features .style-job-success p {
    color: #000000;
    margin: 0 auto 2rem;
    font-size: 17px;
    max-width: 90%;
    line-height: 1.7;
}.style-course-features .style-job-success .style-connect-map {
    padding: 0.9rem 2.5rem;
    border-radius: 24px;
    font-weight: 600;
    overflow: hidden;
    font-size: 19px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    position: relative;
    z-index: 1;
    display: inline-block;
    background: rgb(218,183,198);
}.style-course-features .style-job-success .style-connect-map::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: all 0.6s ease;
    content: "";
    width: 120%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg) translateX(-100%);
    height: 100%;
    z-index: -1;
    left: -10%;
}.style-course-features .style-job-success .style-connect-map:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.style-course-features .style-job-success .style-connect-map:hover::before {
    transform: skewX(-25deg) translateX(100%);
}

@keyframes carousel-zoom {
    0%, 20% {
        transform: scale(1);
    }
    25%, 45% {
        transform: scale(1.1) translateX(-5%);
    }
    50%, 70% {
        transform: scale(1) translateY(3%);
    }
    75%, 95% {
        transform: scale(1.05) translateX(5%);
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width: 768px) and (max-width: 991px) {.style-course-features .style-career-classes::after {
    background: radial-gradient(
            circle at center,
            transparent 20%,
            rgb(236,219,226) 85%
        );
}.style-course-features .style-coding-class {
    animation-duration: 20s;
}.style-course-features .style-learn-classes {
    max-width: 600px;
}.style-course-features .style-job-success {
    padding: 2.5rem;
}.style-course-features .style-job-success h3 {
    font-size: calc(37px * 0.9);
}.style-course-features .style-job-success p {
    max-width: 95%;
}
}

@media (max-width: 767px) {.style-course-features {
    min-height: auto;
    padding: 4rem 0;
}.style-course-features .style-career-classes {
    z-index: 0;
    position: fixed;
}.style-course-features .style-career-classes::after {
    background: radial-gradient(
            circle at center,
            transparent 0%,
            rgb(236,219,226) 70%
        );
}.style-course-features .style-coding-class {
    animation-duration: 15s;
}.style-course-features .style-learn-classes {
    max-width: 100%;
}.style-course-features .style-job-success {
    padding: 2rem 1.5rem;
}.style-course-features .style-job-success::before {
    bottom: 10px;
    left: 10px;
    top: 10px;
    right: 10px;
}.style-course-features .style-job-success h3 {
    font-size: 24px;
}.style-course-features .style-job-success h3::after {
    width: 60px;
}.style-course-features .style-job-success p {
    margin-bottom: 1.5rem;
    font-size: calc(17px * 0.9);
    max-width: 100%;
    line-height: 1.6;
}.style-course-features .style-job-success .style-connect-map {
    padding: 0.8rem 1.5rem;
    width: 100%;
}}.style-leadership-profile {
    overflow: hidden;
    position: relative;
    background: rgb(236,219,226);
    padding: 6rem 2rem;
}.style-leadership-profile::before {
    height: 1px;
    animation: lineExpand 5s ease-in-out infinite alternate;
    position: absolute;
    content: "";
    width: 40%;
    background: linear-gradient(to right, transparent, rgb(218,183,198,0.5), transparent);
    transform-origin: left center;
    left: 0;
    top: 40%;
}.style-leadership-profile::after {
    background: linear-gradient(to left, transparent, rgb(200,146,168,0.5), transparent);
    transform-origin: right center;
    height: 1px;
    right: 0;
    bottom: 40%;
    content: "";
    width: 40%;
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    position: absolute;
}.style-leadership-profile .style-client-ratings {
    grid-template-columns: 1fr 2fr;
    position: relative;
    margin: 0 auto;
    gap: 4rem;
    display: grid;
    max-width: 1100px;
    z-index: 1;
}.style-leadership-profile .style-img-spot {
    transform: scale(1);
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    filter: grayscale(100%);
    border-radius: 0;
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    height: 400px;
}.style-leadership-profile .style-img-spot::after {
    transition: all 0.7s ease;
    top: 0;
    mix-blend-mode: overlay;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(218,183,198,0.5) 0%, transparent 50%);
}.style-leadership-profile .style-job-wrap {
    justify-content: center;
    position: relative;
    opacity: 0.9;
    flex-direction: column;
    display: flex;
    transition: all 0.7s ease;
}.style-leadership-profile .style-job-wrap::before {
    content: "";
    width: 1px;
    top: 15%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
    left: -2rem;
    height: 70%;
    position: absolute;
}.style-leadership-profile .name {
    transition: all 0.5s ease;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: calc(48px * 1.2);
    transform: translateX(0);
    margin-bottom: 1rem;
}.style-leadership-profile .name::after {
    transform-origin: left;
    bottom: -0.5rem;
    left: 0;
    transition: transform 0.5s ease 0.2s;
    background: rgb(218,183,198);
    height: 2px;
    width: 50px;
    transform: scaleX(0);
    position: absolute;
    content: "";
}.style-leadership-profile .style-job-wrap div:nth-child(2) {
    font-size: 18px;
    color: rgb(200,146,168);
    transform: translateX(0);
    margin-bottom: 3rem;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.5s ease 0.1s;
}.style-leadership-profile .style-emp-block {
    font-size: 23px;
    padding-left: 2rem;
    transform: translateX(0);
    transition: all 0.5s ease 0.2s;
    color: #000000;
    position: relative;
    line-height: 1.8;
    font-weight: 300;
}.style-leadership-profile .style-emp-block::before {
    font-size: 4rem;
    content: "";
    line-height: 1;
    top: -1rem;
    left: 0;
    color: rgb(218,183,198,0.5);
    position: absolute;
    font-family: serif;
}.style-leadership-profile .style-client-ratings:hover .style-img-spot {
    transform: scale(1.05);
    filter: grayscale(0%);
}.style-leadership-profile .style-client-ratings:hover .style-img-spot::after {
    opacity: 0.3;
}.style-leadership-profile .style-client-ratings:hover .name {
    transform: translateX(10px);
}.style-leadership-profile .style-client-ratings:hover .name::after {
    transform: scaleX(1);
}.style-leadership-profile .style-client-ratings:hover .style-job-wrap div:nth-child(2) {
    transform: translateX(20px);
}.style-leadership-profile .style-client-ratings:hover .style-emp-block {
    transform: translateX(5px);
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {.style-leadership-profile .style-client-ratings {
    grid-template-columns: 1fr;
    gap: 3rem;
}.style-leadership-profile .style-img-spot {
    width: 80%;
    margin: 0 auto;
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    height: 350px;
}.style-leadership-profile .style-job-wrap::before {
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
    top: -1.5rem;
    left: 20%;
    height: 1px;
    width: 60%;
}.style-leadership-profile .style-client-ratings:hover .name,
    .style-leadership-profile .style-client-ratings:hover .style-job-wrap div:nth-child(2),
    .style-leadership-profile .style-client-ratings:hover .style-emp-block {
    transform: translateX(0);
}}.style-cookie-overlay-banner {
    z-index: 90;
    width: 100%;
    background: rgb(236,219,226);
    bottom: 0;
    position: fixed;
    border-top: 2px solid rgb(218,183,198);
}.style-data-agree {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 20px 0;
}#style-cookie-popup-alert {
    display: none;
}#style-cookie-popup-alert:checked ~ .style-cookie-overlay-banner {
    opacity: 0;
    visibility: hidden;
}.style-cookie-overlay-banner h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.style-cookie-overlay-banner p {
    font-size: 18px;
}.style-cookie-guide {
    margin-right: 10px;
    flex-shrink: 0;
}.style-cookie-guide svg, .style-cookie-guide svg path, .style-cookie-guide img {
    height: 100px;
    fill: rgb(218,183,198);
    width: 100px;
}.style-data-accept {
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(218,183,198);
    cursor: pointer;
    font-size: 24px;
    min-width: 120px;
    margin-left: 10px;
    line-height: 35px;
    color: rgb(218,183,198);
}.style-cookie-overlay-banner p a {
    color: rgb(218,183,198);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.style-cookie-overlay-banner {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.style-cookie-guide {
    display: none;
}.style-data-agree {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.style-cookie-overlay-banner h5 {
    text-align: center;
}.style-cookie-overlay-banner p {
    text-align: center;
}.style-track-toggle {
    margin-bottom: 20px;
}body .style-framework-wrap .style-data-accept {
    margin-left: 0;
    margin-bottom: 10px;
}}
.style-framework-wrap .style-cookie-overlay-banner {
    border: none;
    background: #ffffff;
    box-shadow: rgb(218,183,198,0.5) 0px 0px 40px 39px;
}.style-framework-wrap .style-data-accept {
    font-size: 20px;
    border: none;
    font-weight: 400;
    background: rgb(218,183,198);
    margin-left: 30px;
    color: #ffffff;
    padding: 10px;
}.style-framework-wrap .style-cookie-guide {
    width: 80px;
    background:rgb(218,183,198);
    justify-content: center;
    align-items: center;
    height: 80px;
    border-radius: 50%;
    display: flex;
}.style-framework-wrap .style-cookie-guide svg, .style-framework-wrap .style-cookie-guide svg path, .style-framework-wrap .style-cookie-guide img {
    width: 40px;
    height: 40px;
    fill:#000000;
}.style-framework-wrap .style-track-toggle h5, .style-framework-wrap .style-track-toggle p {
    color: #000000;
}
@media only screen and (max-width: 800px){.style-framework-wrap .style-cookie-guide {
    margin-bottom: 14px;
    margin: 0;
}}.style-plan-block {
    padding: 5rem 0;
    background: rgb(236,219,226);
    position: relative;
    overflow: hidden;
}.style-plan-block::before {
    z-index: 0;
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 300px;
    top: -50px;
    height: 300px;
    filter: blur(60px);
    right: -50px;
    background: linear-gradient(135deg, rgb(200,146,168,0.5), rgb(218,183,198,0.5));
}.style-plan-block::after {
    left: -50px;
    position: absolute;
    bottom: -50px;
    filter: blur(50px);
    background: linear-gradient(225deg, rgb(218,183,198,0.5), rgb(200,146,168,0.5));
    border-radius: 50%;
    height: 250px;
    content: "";
    width: 250px;
    z-index: 0;
}.style-plan-block .container {
    position: relative;
    z-index: 1;
}.style-plan-block .style-pro-fees {
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
}.style-plan-block .style-price-schemes {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
}.style-plan-block .style-price-schemes h2 {
    font-weight: 700;
    display: inline-block;
    font-size: calc(28px * 1.1);
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
}.style-plan-block .style-price-schemes h2::after {
    left: 50%;
    background: linear-gradient(90deg, rgb(218,183,198), rgb(200,146,168));
    width: 80px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    bottom: -10px;
}.style-plan-block .style-discount-tier {
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
    margin-bottom: 1rem;
}.style-plan-block .style-fee-choices {
    perspective: 1000px;
    gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
}.style-plan-block .style-fee-struct {
    display: block;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    position: relative;
    transform-style: preserve-3d;
}.style-plan-block .style-fee-struct:hover {
    transform: translateY(-10px);
}.style-plan-block .style-pay-options {
    justify-content: space-between;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    min-height: 430px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 10px;
    transition: all 0.4s ease;
    z-index: 1;
}.style-plan-block .style-fee-struct:hover .style-pay-options {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.style-plan-block .style-cost-table {
    flex: 1;
    padding: 2rem;
    z-index: 2;
    position: relative;
}.style-plan-block .style-fee-struct h3 {
    font-weight: 700;
    display: inline-block;
    font-size: calc(22px * 1.1);
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
}.style-plan-block .style-fee-struct h3::before {
    bottom: -5px;
    left: 0;
    background: rgb(218,183,198);
    width: 40px;
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
    content: "";
}.style-plan-block .style-fee-struct:hover h3::before {
    width: 100%;
}.style-plan-block .style-cost-summary {
    font-size: calc(22px * 1.4);
    color: rgb(200,146,168);
    display: block;
    position: relative;
    margin: 1.5rem 0;
    font-weight: 700;
}.style-plan-block .style-cost-summary::after {
    border-radius: 3px;
    content: "";
    background: rgb(218,183,198);
    left: -10px;
    width: 3px;
    height: 20px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}.style-plan-block .style-fee-struct p {
    color: #000000;
    margin-bottom: 1rem;
    overflow-wrap: break-word;
    hyphens: auto;
    line-height: 1.6;
    font-size: 18px;
    word-wrap: break-word;
}.style-plan-block .style-img-spot {
    height: 180px;
    position: relative;
}.style-plan-block .style-img-spot::before {
    content: "";
    z-index: 1;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    inset: 0;
}.style-plan-block .style-fee-struct:nth-child(1) .style-pay-options {
    border-top: 4px solid rgb(218,183,198);
}.style-plan-block .style-fee-struct:nth-child(2) .style-pay-options {
    border-top: 4px solid rgb(200,146,168);
}.style-plan-block .style-fee-struct:nth-child(3) .style-pay-options {
    border-top: 4px solid #6c5ce7;
}.style-plan-block .style-fee-struct:nth-child(4) .style-pay-options {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.style-plan-block .style-fee-choices {
    grid-template-columns: repeat(2, 1fr);
}.style-plan-block .style-pay-options {
    min-height: 480px;
}.style-plan-block .style-price-schemes {
    padding: 0 2rem;
}.style-plan-block .style-price-schemes h2 {
    font-size: calc(28px * 1.2);
}
}

@media (min-width: 992px) {.style-plan-block .style-pro-fees {
    gap: 4rem;
    flex-direction: row;
    align-items: center;
}.style-plan-block .style-fee-choices {
    flex: 2;
    grid-template-columns: repeat(2, 1fr);
}.style-plan-block .style-price-schemes {
    text-align: left;
    flex: 1;
    padding-right: 3rem;
}.style-plan-block .style-price-schemes h2::after {
    transform: none;
    left: 0;
}.style-plan-block .style-pay-options {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.style-plan-block .style-fee-choices {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.style-plan-block .style-fee-struct {
    transform: perspective(1000px) rotateY(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.style-plan-block .style-fee-struct:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.style-plan-block .style-pay-options {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    min-height: 520px;
}.style-plan-block .style-img-spot {
    height: 200px;
}.style-plan-block .style-cost-summary {
    font-size: calc(22px * 1.6);
}.style-plan-block .style-price-schemes h2 {
    font-size: calc(28px * 1.3);
}}.style-landing-page {
    width: 100%;
    position: relative;
    overflow: hidden;
}.style-landing-page .style-page-primary {
    min-height: 100vh;
    isolation: isolate;
    position: relative;
    padding: 6rem 4rem;
    display: flex;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center;
}.style-landing-page .style-page-primary::before {
    content: "";
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
    z-index: 1;
    background: linear-gradient(
    135deg,
    rgb(218,183,198,0.5),
    rgb(200,146,168,0.5),
    rgba(0, 0, 0, 0.65)
  );
    position: absolute;
    height: 100%;
    width: 100%;
}.style-landing-page .style-page-primary::after {
    top: 0;
    position: absolute;
    width: 110%;
    content: "";
    backdrop-filter: contrast(1.05) saturate(1.2);
    height: 100%;
    background: linear-gradient(
    170deg,
    transparent 35%,
    rgba(0, 0, 0, 0.5) 100%
  );
    z-index: 2;
    left: -5%;
}.style-landing-page .style-promise-block {
    transform: translateX(5%) perspective(1000px) rotateY(-3deg);
    animation: fadeSlideIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    z-index: 10;
    max-width: 70%;
    position: relative;
    border-left: 4px solid rgb(200,146,168);
    padding-left: 3rem;
}.style-landing-page .style-promise-block::before {
    top: -30px;
    transform: rotate(-15deg);
    border-radius: 10px;
    background: linear-gradient(
    45deg,
    rgb(218,183,198),
    rgb(200,146,168)
  );
    position: absolute;
    content: "";
    animation: floatElement 8s ease-in-out infinite;
    z-index: -1;
    left: -120px;
    height: 100px;
    width: 100px;
    opacity: 0.3;
}.style-landing-page .style-promise-block::after {
    animation: floatElement 10s ease-in-out infinite reverse;
    right: -80px;
    position: absolute;
    content: "";
    bottom: -40px;
    background: linear-gradient(
    -45deg,
    rgb(200,146,168),
    rgb(218,183,198)
  );
    z-index: -1;
    opacity: 0.2;
    height: 160px;
    border-radius: 10px;
    width: 160px;
    transform: rotate(10deg);
}.style-landing-page h1 {
    line-height: 1.1;
    color: #ffffff;
    position: relative;
    letter-spacing: -0.02em;
    font-weight: 700;
    margin: 0 0 1.5rem;
    font-size: clamp(2.5rem, 5vw, 48px);
    transform: translateY(5px);
}.style-landing-page h1::after {
    content: "";
    bottom: -0.5rem;
    width: 3rem;
    height: 4px;
    position: absolute;
    animation: expandLine 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    background: rgb(200,146,168);
    transform-origin: left;
    left: 0;
}.style-landing-page h3 {
    line-height: 1.4;
    font-size: clamp(1.2rem, 2.5vw, 23px);
    font-weight: 600;
    color: #ffffff;
    transform: translateX(0) translateY(0);
    margin: 0 0 2rem;
    position: relative;
    max-width: 95%;
    opacity: 0.92;
    animation: slideRight 1s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.4s;
}.style-landing-page p {
    background-clip: text !important;
    margin: 0;
    background: linear-gradient(
    90deg,
    #ffffff,
    rgba(255, 255, 255, 0.9)
  );
    letter-spacing: 0.02em;
    color: #ffffff;
    font-size: clamp(1rem, 1.5vw, 16px);
    animation: fadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    font-weight: 400;
    opacity: 0.85;
    transform: translateY(10px);
    -webkit-background-clip: text !important;
    line-height: 1.6;
    max-width: 80%;
}

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-2%) perspective(1000px) rotateY(-3deg);
  }
  100% {
    opacity: 1;
    transform: translateX(5%) perspective(1000px) rotateY(-3deg);
  }
}

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

@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0.92;
    transform: translateX(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 0.85;
    transform: translateY(0);
  }
}

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


@media screen and (max-width: 1200px) {.style-landing-page .style-promise-block {
    max-width: 80%;
    padding-left: 2.5rem;
}
}

@media screen and (max-width: 992px) {.style-landing-page .style-page-primary {
    padding: 5rem 3rem;
    align-items: center;
}.style-landing-page .style-promise-block {
    max-width: 90%;
    transform: translateX(0) perspective(1000px) rotateY(-2deg);
}.style-landing-page h1 {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
}
}

@media screen and (max-width: 768px) {.style-landing-page .style-page-primary {
    padding: 4rem 2rem;
}.style-landing-page .style-promise-block {
    padding-left: 1.5rem;
    max-width: 100%;
    transform: none;
}.style-landing-page .style-promise-block::before {
    width: 70px;
    height: 70px;
    top: -20px;
    left: -50px;
}.style-landing-page .style-promise-block::after {
    bottom: -30px;
    height: 100px;
    width: 100px;
    right: -40px;
}.style-landing-page h1 {
    font-size: clamp(1.8rem, 6vw, 2.8rem);
}.style-landing-page h3 {
    max-width: 100%;
    font-size: clamp(1.1rem, 3vw, 1.4rem);
}.style-landing-page p {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    max-width: 100%;
}
}

@media screen and (max-width: 576px) {.style-landing-page .style-page-primary {
    padding: 3rem 1.5rem;
    min-height: 80vh;
}.style-landing-page .style-promise-block {
    padding-left: 1rem;
    border-left-width: 3px;
}.style-landing-page h1 {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
    margin-bottom: 1rem;
}.style-landing-page h1::after {
    width: 2.5rem;
    height: 3px;
}.style-landing-page h3 {
    font-size: clamp(1rem, 4vw, 1.2rem);
    margin-bottom: 1.5rem;
}
}

@media (hover: hover) {.style-landing-page:hover .style-promise-block {
    transform: translateX(5%) perspective(1000px) rotateY(-1deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}}.style-contact-section {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}.style-contact-section::before {
    left: 0;
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: rgb(218,183,198,0.5);
}.style-contact-section .container {
    padding: 0 15px;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}.style-contact-section .style-query-info {
    position: relative;
    margin: 0 auto;
    border-radius: 18px;
    flex-direction: column;
    display: flex;
    overflow: hidden;
}.style-contact-section .style-feedback-widget {
    z-index: 2;
    position: relative;
    order: 1;
    border-radius: 18px 18px 0 0;
    background-color: #ffffff;
    padding: 50px 30px;
    width: 100%;
}.style-contact-section .style-feedback-widget h3 {
    display: inline-block;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    font-size: 20px;
}.style-contact-section .style-feedback-widget h3::after {
    position: absolute;
    background-color: rgb(200,146,168);
    content: '';
    width: 50%;
    bottom: -8px;
    height: 3px;
    left: 0;
}.style-contact-section .style-feedback-widget form {
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
}.style-contact-section .style-feedback-widget input[type="text"],
.style-contact-section .style-feedback-widget input[type="email"] {
    border: none;
    color: #000000;
    padding: 0 20px;
    background-color: rgb(236,219,226);
    height: 60px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    flex: 1 0 100%;
    font-size: 17px;
}.style-contact-section .style-feedback-widget input[type="text"]:focus,
.style-contact-section .style-feedback-widget input[type="email"]:focus {
    transform: translateY(-2px);
    outline: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 0 3px rgb(200,146,168,0.5);
}.style-contact-section .style-feedback-widget input::placeholder {
    opacity: 0.6;
    color: #000000;
}.style-contact-section .style-feedback-widget .style-reach-card {
    align-items: flex-start;
    flex: 1 0 100%;
    display: flex;
    margin-top: 10px;
}.style-contact-section .style-feedback-widget .style-reach-card input[type="checkbox"] {
    position: relative;
    border-radius: 10px;
    appearance: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-right: 10px;
    transition: background-color 0.3s ease;
    width: 24px;
    margin-top: 2px;
    flex-shrink: 0;
    -webkit-appearance: none;
    cursor: pointer;
    background-color: rgb(236,219,226);
    height: 24px;
}.style-contact-section .style-feedback-widget .style-reach-card input[type="checkbox"]:checked {
    background-color: rgb(200,146,168);
}.style-contact-section .style-feedback-widget .style-reach-card input[type="checkbox"]:checked::before {
    border-width: 0 2px 2px 0;
    top: 6px;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    left: 9px;
    position: absolute;
    content: '';
    transform: rotate(45deg);
}.style-contact-section .style-feedback-widget .style-reach-card label {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
}.style-contact-section .style-feedback-widget .style-reach-card label a {
    text-decoration: none;
    font-weight: 600;
    position: relative;
    color: rgb(218,183,198);
}.style-contact-section .style-feedback-widget .style-reach-card label a::after {
    content: '';
    bottom: -2px;
    transform-origin: right;
    width: 100%;
    transition: transform 0.3s ease;
    height: 1px;
    transform: scaleX(0);
    left: 0;
    background-color: rgb(218,183,198);
    position: absolute;
}.style-contact-section .style-feedback-widget .style-reach-card label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.style-contact-section .style-feedback-widget .style-connect-map {
    color: #ffffff;
    flex: 1 0 100%;
    height: 60px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgb(200,146,168,0.5);
    margin-top: 15px;
    background-color: rgb(200,146,168);
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 10px;
    z-index: 1;
    font-size: 16px;
    border: none;
    cursor: pointer;
}.style-contact-section .style-feedback-widget .style-connect-map::before {
    transform-origin: right;
    top: 0;
    transition: transform 0.5s ease;
    border-radius: 10px;
    left: 0;
    background: rgb(218,183,198);
    height: 100%;
    transform: scaleX(0);
    width: 100%;
    content: '';
    z-index: -1;
    position: absolute;
}.style-contact-section .style-feedback-widget .style-connect-map:hover {
    box-shadow: 0 6px 15px rgb(218,183,198,0.5);
}.style-contact-section .style-feedback-widget .style-connect-map:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.style-contact-section .style-connect-support {
    background-color: rgb(218,183,198);
    display: flex;
    flex-direction: column;
    order: 2;
    width: 100%;
    align-items: center;
    border-radius: 0 0 18px 18px;
    color: #ffffff;
    padding: 50px 30px;
    position: relative;
}.style-contact-section .style-connect-support::before {
    position: absolute;
    transform: translateY(-15px);
    content: '';
    left: 0;
    width: 100%;
    top: 0;
    height: 30px;
    background: rgb(218,183,198);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}.style-contact-section .style-connect-support h3 {
    position: relative;
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}.style-contact-section .style-connect-support h3::after {
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
    background-color: rgb(200,146,168);
    content: '';
    height: 3px;
    position: absolute;
    bottom: -15px;
}.style-contact-section .style-connect-support div {
    max-width: 400px;
    margin-bottom: 30px;
    display: flex;
    position: relative;
    padding: 0;
    width: 100%;
    align-items: center;
}.style-contact-section .style-connect-support div::before {
    bottom: -10px;
    height: 1px;
    width: 100%;
    content: '';
    opacity: 0.2;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    left: 0;
    position: absolute;
}.style-contact-section .style-connect-support div:last-child::before {
    display: none;
}.style-contact-section .style-connect-support div svg {
    height: 32px;
    padding: 6px;
    border-radius: 50%;
    background-color: rgb(200,146,168);
    width: 32px;
    box-shadow: 0 4px 10px rgb(200,146,168,0.5);
    margin-right: 20px;
}.style-contact-section .style-connect-support div svg path {
    fill: #ffffff;
}.style-contact-section .style-connect-support div span {
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
}.style-contact-section .style-connect-support div span a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
}.style-contact-section .style-connect-support div span a::after {
    height: 1px;
    left: 0;
    background-color: #ffffff;
    transform: scaleX(0);
    width: 100%;
    bottom: -2px;
    position: absolute;
    transition: transform 0.3s ease;
    content: '';
    transform-origin: right;
}.style-contact-section .style-connect-support div span a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@media screen and (min-width: 992px) {.style-contact-section .style-query-info {
    align-items: stretch;
    flex-direction: row;
}.style-contact-section .style-feedback-widget {
    padding: 60px;
    width: 60%;
    border-radius: 18px 0 0 18px;
    order: 1;
}.style-contact-section .style-connect-support {
    padding: 60px 40px;
    justify-content: center;
    width: 40%;
    order: 2;
    border-radius: 0 18px 18px 0;
}.style-contact-section .style-connect-support::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    left: 0;
    width: 30px;
    height: 100%;
    transform: translateX(-15px);
    top: 0;
}.style-contact-section .style-feedback-widget input#email {
    flex: 1 0 100%;
}
}

@media screen and (max-width: 991px) {.style-contact-section {
    padding: 80px 0;
}.style-contact-section .style-connect-support div {
    max-width: 100%;
}
}

@media screen and (max-width: 767px) {.style-contact-section {
    padding: 60px 0;
}.style-contact-section .style-feedback-widget,
    .style-contact-section .style-connect-support {
    padding: 40px 25px;
}.style-contact-section .style-feedback-widget h3,
    .style-contact-section .style-connect-support h3 {
    font-size: calc(20px + 2px);
}.style-contact-section .style-feedback-widget input[type="text"],
    .style-contact-section .style-feedback-widget input[type="email"],
    .style-contact-section .style-feedback-widget .style-connect-map {
    height: 55px;
}
}

@media screen and (max-width: 480px) {.style-contact-section {
    padding: 40px 0;
}.style-contact-section .style-feedback-widget,
    .style-contact-section .style-connect-support {
    padding: 30px 20px;
}.style-contact-section .style-connect-support div svg {
    margin-right: 15px;
    width: 28px;
    height: 28px;
}}.style-try-immediately {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(218,183,198) 0%, rgb(200,146,168) 100%);
}.style-try-immediately::before {
    z-index: -1;
    left: 0;
    height: 100%;
    content: "";
    transform: translateZ(-10px);
    top: 0;
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
}.style-try-immediately::after {
    z-index: -1;
    content: "";
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    animation: rotate 30s linear infinite;
    position: absolute;
    height: 200%;
    left: -50%;
    transform: translateZ(-5px);
    top: -50%;
    width: 200%;
}.style-try-immediately .container {
    grid-gap: 2.5rem;
    display: grid;
    transform-style: preserve-3d;
    perspective: 1000px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.style-try-immediately h6 {
    transform: translateZ(25px);
    color: #ffffff;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 0 1rem;
    font-weight: 600;
    font-size: calc(18px * 1.2);
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.5;
}.style-try-immediately h6::after {
    bottom: -15px;
    width: 80px;
    background: #ffffff;
    content: "";
    transform: translateX(-50%);
    border-radius: 10px;
    left: 50%;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
    height: 4px;
    position: absolute;
}.style-try-immediately div div {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    justify-content: center;
}.style-try-immediately div div span {
    position: relative;
    transition: transform 0.3s ease-out;
    display: block;
    transform: translateZ(40px);
}.style-try-immediately div div span:hover {
    transform: translateZ(50px) scale(1.05);
}.style-try-immediately .style-connect-map {
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    color: rgb(218,183,198);
    padding: 16px 32px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    letter-spacing: 1px;
    border: none;
    transform-style: preserve-3d;
    background: #ffffff;
    position: relative;
    outline: none;
    display: inline-block;
    font-size: 18px;
    box-shadow: 
        0 15px 25px -12px rgba(0, 0, 0, 0.3),
        0 5px 15px -5px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    text-transform: uppercase;
}.style-try-immediately .style-connect-map::before {
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    width: 100%;
    content: "";
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    z-index: 1;
    height: 100%;
    left: 0;
}.style-try-immediately .style-connect-map:hover {
    color: rgb(200,146,168);
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px -15px rgba(0, 0, 0, 0.35),
        0 10px 20px -10px rgba(0, 0, 0, 0.25);
}.style-try-immediately .style-connect-map:hover::before {
    transform: translateX(100%);
}.style-try-immediately .style-connect-map span {
    position: relative;
    display: block;
    transition: transform 0.3s ease;
    z-index: 2;
}.style-try-immediately .style-connect-map:hover span {
    transform: scale(1.05);
}.style-try-immediately .style-connect-map:active {
    transform: translateY(-2px);
    box-shadow: 
        0 10px 20px -10px rgba(0, 0, 0, 0.3),
        0 5px 10px -5px rgba(0, 0, 0, 0.2);
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {.style-try-immediately {
    padding: 7rem 3rem;
}.style-try-immediately .container {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.style-try-immediately h6 {
    text-align: left;
    font-size: calc(18px * 1.5);
    padding: 0;
}.style-try-immediately h6::after {
    transform: none;
    left: 0;
    width: 120px;
}.style-try-immediately div div {
    margin-top: 0;
    justify-content: flex-end;
}.style-try-immediately .style-connect-map {
    padding: 18px 40px;
}
}

@media (min-width: 992px) {.style-try-immediately {
    padding: 9rem 4rem;
}.style-try-immediately::before {
    background-size: 25px 25px;
}.style-try-immediately .container {
    grid-gap: 4rem;
}.style-try-immediately h6 {
    line-height: 1.4;
    font-size: calc(18px * 1.7);
}.style-try-immediately .style-connect-map {
    font-size: calc(18px * 1.1);
    padding: 20px 48px;
}
}

@media (max-width: 767px) {.style-try-immediately {
    padding: 4rem 1.5rem;
}.style-try-immediately h6 {
    font-size: 18px;
    line-height: 1.6;
}.style-try-immediately .style-connect-map {
    font-size: calc(18px * 0.9);
    padding: 14px 28px;
}
}

@media (max-width: 480px) {.style-try-immediately {
    padding: 3rem 1rem;
}.style-try-immediately h6 {
    font-size: calc(18px * 0.9);
}.style-try-immediately .style-connect-map {
    padding: 12px 24px;
    font-size: calc(18px * 0.85);
}}footer {
    width: 100%;
    position: relative;
}.style-edu-links {
    padding: 0 0 30px;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
}footer .style-encrypt-cta {
    position: relative;
    z-index: 1;
}footer .style-online-questions {
    justify-content: center;
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    color: #ffffff;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    padding: 40px 20px;
    gap: 20px;
    background-color: rgb(200,146,168);
}footer .style-online-questions::after {
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    height: 100%;
    pointer-events: none;
    content: "";
    left: 0;
    top: 0;
}footer .info_item {
    max-width: 300px;
    transition: all 0.3s ease;
    align-items: center;
    flex: 1 1 200px;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    border-radius: 10px;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}footer .info_item svg {
    width: 22px;
    fill: #ffffff;
    height: 22px;
    flex-shrink: 0;
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    position: relative;
    display: grid;
    gap: 40px;
    margin-top: -30px;
    grid-template-columns: 1fr;
}footer .text_main_holder::before {
    z-index: -1;
    content: "";
    top: 0;
    position: absolute;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    left: 0;
    width: 100%;
    background-color: #ffffff;
    height: 100%;
}footer .style-header-tutor {
    text-align: center;
    padding-top: 60px;
}footer .style-header-tutor svg {
    height: 45px;
    margin-bottom: 15px;
    width: auto;
}footer .style-med-guides {
    text-align: center;
    font-size: 16px;
    max-width: 350px;
    color: #000000;
    line-height: 1.6;
    margin: 0 auto;
}footer .style-top-info {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    margin: 0 20px;
    padding: 30px;
    background-color: rgb(236,219,226);
    position: relative;
}footer .style-top-info h5 {
    font-size: 19px;
    position: relative;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
    color: #000000;
}footer .style-top-info h5::after {
    bottom: -8px;
    width: 100%;
    background: linear-gradient(90deg, rgb(218,183,198), transparent);
    left: 0;
    height: 2px;
    position: absolute;
    content: "";
}footer .style-head-expert {
    flex-direction: column;
    display: flex;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 10px 30px;
}footer .style-head-expert a {
    color: #000000;
    padding: 8px 0;
    position: relative;
    flex: 1 0 calc(50% - 30px);
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s ease;
}footer .style-head-expert a::after {
    position: absolute;
    background-color: rgb(218,183,198);
    transition: width 0.3s ease;
    width: 0;
    height: 1px;
    left: 0;
    content: "";
    bottom: 0;
}footer .style-head-expert a:hover {
    padding-left: 5px;
    color: rgb(218,183,198);
}footer .style-head-expert a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    position: relative;
    color: #ffffff;
    background-color: rgb(218,183,198);
    padding: 30px;
    margin: 0 20px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}footer .subscribe_holder::before {
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    pointer-events: none;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
}footer .subscribe_holder h5 {
    font-weight: 600;
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}footer .input_holder {
    position: relative;
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    padding: 15px;
    font-size: 12px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    outline: none;
}footer .style-sub-col {
    border: none;
    font-size: 17px;
    transition: all 0.3s ease;
    background-color: #000000;
    border-radius: 10px;
    font-weight: 600;
    padding: 15px;
    color: #ffffff;
    cursor: pointer;
}footer .style-sub-col:hover {
    background-color: rgb(200,146,168);
}footer .style-peer-help {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    margin-top: 60px;
}footer .style-whatsapp-grp {
    color: #000000;
    text-align: center;
    font-size: 16px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .style-sub-col {
    white-space: nowrap;
}footer .style-header-tutor {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .style-online-questions {
    padding: 30px 15px 50px;
}footer .style-top-info, footer .subscribe_holder {
    margin: 0 10px;
    padding: 25px 20px;
}footer .style-peer-help {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .style-online-questions {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .style-top-info h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .style-head-expert a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .style-sub-col {
    padding: 12px;
}}.style-newsletter {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(200,146,168,0.5) 0%, rgb(218,183,198) 100%);
}.style-newsletter::before {
    left: 0;
    right: 0;
    background-size: 20px 20px;
    bottom: 0;
    transform: perspective(1000px) rotateX(10deg);
    background: linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.05) 25%, 
              rgba(255, 255, 255, 0.05) 50%, transparent 50%, transparent 75%, 
              rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05));
    z-index: -1;
    top: 0;
    position: absolute;
    opacity: 0.4;
    content: "";
}.style-newsletter::after {
    animation: pulseLight 12s infinite alternate ease-in-out;
    content: "";
    height: 200%;
    z-index: -1;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    left: -50%;
    position: absolute;
    top: -50%;
    width: 200%;
}.style-newsletter .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.style-newsletter .style-learn-classes {
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3rem;
    backdrop-filter: blur(10px);
    border-left: 4px solid #ffffff;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.07),
              inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.15);
}.style-newsletter .style-learn-classes:hover {
    transform: perspective(1000px) rotateY(0deg);
}.style-newsletter .style-learn-classes::before {
    position: absolute;
    top: 0;
    content: "";
    right: 0;
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0.3;
}.style-newsletter .style-learn-classes::after {
    position: absolute;
    content: "";
    left: 0;
    opacity: 0.3;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    bottom: 0;
    right: 0;
    height: 1px;
}.style-newsletter h3 {
    font-weight: 600;
    transform: translateZ(10px);
    color: #ffffff;
    line-height: 1.4;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 90%;
    margin-bottom: 2rem;
    font-size: calc(22px * 1.1);
}.style-newsletter h3::after {
    transform: scaleX(1);
    width: 4rem;
    opacity: 0.7;
    left: 0;
    bottom: -0.8rem;
    content: "";
    position: absolute;
    transform-origin: left;
    height: 3px;
    background: #ffffff;
    transition: transform 0.4s ease-out;
}.style-newsletter .style-learn-classes:hover h3::after {
    transform: scaleX(1.5);
}.style-newsletter .input_holder {
    position: relative;
    gap: 1rem;
    z-index: 3;
    flex-direction: row;
    align-items: stretch;
    display: flex;
}.style-newsletter .input_holder div {
    flex: 1;
    position: relative;
}.style-newsletter input[type="email"] {
    font-family: Arial, sans-serif;
    color: #000000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    width: 100%;
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    outline: none;
    border: none;
}.style-newsletter input[type="email"]:focus {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    background: #ffffff;
}.style-newsletter input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s;
}.style-newsletter input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.style-newsletter .style-sub-col {
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2), 
              inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border: none;
    padding: 1.2rem 2rem;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    background: rgb(218,183,198);
}.style-newsletter .style-sub-col:hover {
    background: rgb(200,146,168);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3), 
              inset 0 1px 0 rgba(255, 255, 255, 0.3);
}.style-newsletter .style-sub-col:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}.style-newsletter .style-sub-col::before {
    left: -100%;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
}.style-newsletter .style-sub-col:hover::before {
    left: 100%;
}

@keyframes pulseLight {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.05);
  }
}

@media (max-width: 768px) {.style-newsletter {
    padding: 3rem 1.5rem;
}.style-newsletter .style-learn-classes {
    padding: 2rem 1.5rem;
    transform: perspective(1000px) rotateY(0deg);
}.style-newsletter h3 {
    margin-bottom: 1.5rem;
    max-width: 100%;
    font-size: 22px;
}.style-newsletter .input_holder {
    gap: 1rem;
    flex-direction: column;
}.style-newsletter input[type="email"] {
    padding: 1rem;
}.style-newsletter .style-sub-col {
    width: 100%;
    padding: 1rem;
}
}

@media (max-width: 480px) {.style-newsletter {
    padding: 2.5rem 1rem;
}.style-newsletter .style-learn-classes {
    padding: 1.5rem 1rem;
}.style-newsletter h3 {
    line-height: 1.5;
    font-size: calc(22px * 1.1);
}.style-newsletter h3::after {
    width: 3rem;
}
}

@media (min-width: 1200px) {.style-newsletter .style-learn-classes {
    margin: 0 auto;
    max-width: 90%;
}.style-newsletter h3 {
    max-width: 80%;
    font-size: calc(22px * 1.2);
}}.style-program-assets {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(236,219,226), #ffffff 95%);
    position: relative;
}.style-program-assets::before {
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(218,183,198,0.5),
        transparent 2px,
        transparent 10px,
        rgb(218,183,198,0.5) 12px
    );
    left: 0;
    opacity: 0.05;
    top: 0;
    content: "";
    width: 100%;
    z-index: 1;
}.style-program-assets::after {
    position: absolute;
    width: 80%;
    bottom: 0;
    transform: translateY(-2rem);
    background: linear-gradient(90deg, transparent, rgb(218,183,198) 50%, transparent);
    height: 1px;
    content: "";
    left: 10%;
}.style-program-assets .container {
    padding: 0 1.5rem;
    flex-direction: column;
    max-width: 1200px;
    position: relative;
    display: flex;
    margin: 0 auto;
    z-index: 2;
}.style-program-assets .style-img-spot {
    margin-bottom: 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
    object-fit: cover;
    height: auto;
    clip-path: polygon(0 0, 100% 4%, 98% 100%, 2% 96%);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg);
}.style-program-assets .style-img-spot:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.style-program-assets .style-learn-classes {
    background: #ffffff;
    padding: 2.5rem;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(-30px);
}.style-program-assets .style-text-holder-item {
    position: relative;
}.style-program-assets .style-text-holder-item::before {
    top: -15px;
    height: 4px;
    transition: transform 0.4s ease;
    content: "";
    width: 40px;
    left: 0;
    background: rgb(218,183,198);
    position: absolute;
    transform: scaleX(0.8);
}.style-program-assets .style-learn-classes:hover .style-text-holder-item::before {
    transform: scaleX(1.2);
}.style-program-assets h1 {
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    color: #000000;
    padding-bottom: 0.5rem;
    font-size: 33px;
    margin-bottom: 2rem;
}.style-program-assets ul {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    margin: 0;
    gap: 1.5rem;
    display: grid;
    list-style: none;
}.style-program-assets li {
    padding-left: 2.5rem;
    transition: transform 0.3s ease-out;
    position: relative;
}.style-program-assets li:hover {
    transform: translateX(5px);
}.style-program-assets li p {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin: 0;
}.style-program-assets svg {
    left: 0;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    width: 24px;
    position: absolute;
    height: 24px;
    top: 0;
    transform: translateY(2px);
}.style-program-assets li:hover svg {
    transform: translateY(0) scale(1.1);
}.style-program-assets svg path {
    fill: rgb(218,183,198);
    transition: fill 0.3s ease;
}.style-program-assets li:hover svg path {
    fill: rgb(200,146,168);
}

@media (min-width: 768px) {.style-program-assets {
    padding: 8rem 0;
}.style-program-assets .container {
    flex-direction: row;
    align-items: center;
}.style-program-assets .style-img-spot {
    margin-bottom: 0;
    width: 45%;
    clip-path: polygon(0 4%, 100% 0, 96% 96%, 4% 100%);
}.style-program-assets .style-learn-classes {
    margin-left: -5%;
    transform: translateY(0);
    width: 60%;
    z-index: 3;
}.style-program-assets h1 {
    font-size: 48px;
}.style-program-assets ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.style-program-assets .container {
    gap: 2rem;
}.style-program-assets .style-img-spot {
    width: 50%;
}.style-program-assets .style-learn-classes {
    width: 55%;
}.style-program-assets h1 {
    margin-bottom: 2.5rem;
}.style-program-assets li {
    padding-left: 3rem;
}.style-program-assets svg {
    transform: scale(1.15) translateY(2px);
}
}

@media (max-width: 767px) {.style-program-assets {
    padding: 4rem 0;
}.style-program-assets h1 {
    font-size: calc(33px * 0.9);
}.style-program-assets ul {
    gap: 1.2rem;
    grid-template-columns: 1fr;
}.style-program-assets .style-learn-classes {
    padding: 1.5rem;
}
}

@media (max-width: 480px) {.style-program-assets {
    padding: 3rem 0;
}.style-program-assets h1 {
    font-size: calc(33px * 0.8);
}.style-program-assets .style-img-spot {
    clip-path: polygon(0 0, 100% 2%, 98% 98%, 2% 100%);
}.style-program-assets .style-learn-classes {
    transform: translateY(-15px);
    padding: 1.25rem;
}.style-program-assets li {
    padding-left: 2.2rem;
}.style-program-assets li p {
    font-size: calc(17px * 0.95);
}}.style-privacy-arsenal {
    padding: 2rem;
    flex-direction: column;
    font-family: Arial, sans-serif;
    display: flex;
    border: 1px solid rgb(218,183,198);
    background-color: #ffffff;
    color: #000000;
    gap: 1.5rem;
}.style-privacy-arsenal h1, .style-privacy-arsenal h2 {
    color: rgb(218,183,198);
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}.style-privacy-arsenal h1 {
    padding-left: 0.5rem;
    font-weight: 700;
    border-left: 4px solid rgb(200,146,168);
    font-size: 41px;
}.style-privacy-arsenal h2 {
    border-left: 3px solid rgb(200,146,168,0.5);
    font-weight: 600;
    padding-left: 0.5rem;
    font-size: 34px;
}.style-privacy-arsenal ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0;
}.style-privacy-arsenal ul li {
    border-radius: 10px;
    align-items: center;
    display: flex;
    font-weight: 400;
    background-color: rgb(200,146,168,0.5);
    font-size: 17px;
    padding: 0.5rem;
}.style-privacy-arsenal ul li::before {
    border-radius: 50%;
    content: '';
    background-color: rgb(218,183,198);
    height: 10px;
    margin-right: 0.75rem;
    width: 10px;
}.style-privacy-arsenal p, .style-privacy-arsenal span {
    color: #000000;
    line-height: 1.5;
    font-size: 17px;
    margin-bottom: 1rem;
}.style-privacy-arsenal div {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.style-privacy-arsenal section {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}
@media only screen and (max-width: 800px) {.style-privacy-arsenal {
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 10px;
}.style-privacy-arsenal h1 {
    font-size: calc(20px * 0.9);
}.style-privacy-arsenal h2 {
    font-size: calc(20px * 0.9);
}.style-privacy-arsenal ul {
    gap: 0.75rem;
}.style-privacy-arsenal ul li {
    padding: 0.75rem;
}.style-privacy-arsenal ul li::before {
    width: 8px;
    height: 8px;
}}.style-customer-experience {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236,219,226) 0%, rgb(218,183,198,0.5) 100%);
    position: relative;
    padding: 5rem 1rem;
}.style-customer-experience::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(255, 255, 255, 0.5) 0px,
        rgb(255, 255, 255, 0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    width: 100%;
    left: 0;
    opacity: 0.05;
    height: 100%;
    top: 0;
    pointer-events: none;
    content: "";
    position: absolute;
}.style-customer-experience h2 {
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: 32px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(0);
    margin-bottom: 3rem;
    text-align: center;
}.style-customer-experience h2::after {
    left: 50%;
    transition: transform 0.4s ease-out;
    width: 80px;
    position: absolute;
    bottom: -15px;
    height: 3px;
    transform: translateX(-50%) scaleX(0.8);
    background: linear-gradient(90deg, rgb(218,183,198), rgb(200,146,168));
    content: "";
}.style-customer-experience h2:hover::after {
    transform: translateX(-50%) scaleX(1);
}.style-customer-experience .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.style-customer-experience .style-learn-classes {
    position: relative;
}.style-customer-experience .style-review-voices {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
    gap: 2rem;
}.style-customer-experience .style-client-ratings {
    padding: 2rem;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    z-index: 1;
    transform: translateY(0);
    background: #ffffff;
}.style-customer-experience .style-client-ratings::before {
    transition: height 0.5s ease;
    position: absolute;
    background: linear-gradient(to bottom, rgb(218,183,198), rgb(200,146,168));
    top: 0;
    left: 0;
    height: 0;
    content: "";
    width: 5px;
}.style-customer-experience .style-client-ratings:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1), 
                0 15px 25px rgba(0, 0, 0, 0.08);
}.style-customer-experience .style-client-ratings:hover::before {
    height: 100%;
}.style-customer-experience .style-client-ratings::after {
    font-size: 150px;
    top: -25px;
    position: absolute;
    color: rgb(200,146,168,0.5);
    content: "";
    font-family: Georgia, serif;
    pointer-events: none;
    right: 20px;
    opacity: 0.15;
}.style-customer-experience .style-client-ratings h3 {
    margin-bottom: 1rem;
    position: relative;
    color: #000000;
    padding-left: 1rem;
    transition: all 0.3s ease;
    font-size: calc(19px * 1.1);
    font-weight: 600;
}.style-customer-experience .style-client-ratings:hover h3 {
    color: rgb(218,183,198);
    padding-left: 1.5rem;
}.style-customer-experience .style-client-ratings .description {
    font-size: 18px;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    color: #000000;
    position: relative;
}.style-customer-experience .style-client-ratings:hover .description {
    padding-left: 0.5rem;
}.style-customer-experience .style-client-ratings div {
    width: 60px;
    transform: translateX(0) rotate(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 60px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-top: 1rem;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}.style-customer-experience .style-client-ratings:hover div {
    transform: translateX(10px) rotate(5deg);
}.style-customer-experience .style-client-ratings div::before {
    position: absolute;
    content: "";
    left: 0;
    z-index: 1;
    background: linear-gradient(45deg, rgb(218,183,198,0.5), transparent);
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: opacity 0.4s ease;
    top: 0;
}.style-customer-experience .style-client-ratings:hover div::before {
    opacity: 0.3;
}.style-customer-experience .style-client-ratings img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}.style-customer-experience .style-client-ratings:hover img {
    transform: scale(1.1);
}

@media (max-width: 1200px) {.style-customer-experience {
    padding: 4rem 1rem;
}.style-customer-experience .style-review-voices {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.style-customer-experience h2 {
    font-size: calc(32px * 0.9);
}.style-customer-experience .style-review-voices {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.style-customer-experience .style-client-ratings {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.style-customer-experience {
    padding: 3rem 1rem;
}.style-customer-experience h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 2rem;
}.style-customer-experience .style-review-voices {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
}

@media (max-width: 576px) {.style-customer-experience {
    padding: 2.5rem 1rem;
}.style-customer-experience h2 {
    font-size: calc(32px * 0.7);
}.style-customer-experience .style-review-voices {
    gap: 1rem;
    grid-template-columns: 1fr;
}.style-customer-experience .style-client-ratings {
    padding: 1.25rem;
}.style-customer-experience .style-client-ratings h3 {
    font-size: 19px;
}.style-customer-experience .style-client-ratings div {
    height: 50px;
    width: 50px;
}}.style-data-overview {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236,219,226) 0%, rgba(0, 0, 0, 0.5) 100%);
}.style-data-overview::before {
    left: 0;
    top: 0;
    opacity: 0.05;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(218,183,198,0.5) 0px,
        rgb(218,183,198,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    pointer-events: none;
}.style-data-overview .container {
    z-index: 1;
    position: relative;
    padding: 0 1rem;
    margin: 0 auto;
    max-width: 1320px;
}.style-data-overview h4 {
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
    opacity: 1;
    font-size: 21px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: translateY(0);
    margin-bottom: 0;
    position: relative;
    margin-top: 3rem;
    text-align: center;
}.style-data-overview h4::after {
    content: "";
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgb(218,183,198);
    width: 60px;
    transform: scaleX(1);
    display: block;
    height: 3px;
    margin: 1rem auto 0;
}.style-data-overview:hover h4::after {
    transform: scaleX(1.5);
}.style-data-overview ul {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    list-style: none;
    padding: 0;
    gap: 2rem;
    margin: 0;
    display: grid;
}.style-data-overview .style-statistics-gain {
    transform: translateY(0);
    position: relative;
    padding: 2rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    justify-content: center;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    align-items: center;
    background: #ffffff;
    z-index: 1;
}.style-data-overview .style-statistics-gain:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.style-data-overview .style-statistics-gain::before {
    height: 100%;
    z-index: -1;
    position: absolute;
    content: "";
    background: linear-gradient(
        45deg,
        rgb(218,183,198,0.5) 0%,
        rgb(200,146,168,0.5) 100%
    );
    transition: opacity 0.4s ease;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}.style-data-overview .style-statistics-gain:hover::before {
    opacity: 0.05;
}.style-data-overview .style-statistics-gain div {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}.style-data-overview .style-statistics-gain p {
    transition: transform 0.5s ease, color 0.3s ease;
    font-weight: 700;
    line-height: 1;
    font-size: 3rem;
    position: relative;
    color: rgb(218,183,198);
    margin: 0 0 0.5rem;
    transform: perspective(400px) rotateX(0);
}.style-data-overview .style-statistics-gain:hover p {
    color: rgb(200,146,168);
    transform: perspective(400px) rotateX(10deg);
}.style-data-overview .style-statistics-gain p::after {
    background: rgb(218,183,198,0.5);
    left: 50%;
    height: 2px;
    transform: translateX(-50%) scaleX(0.5);
    bottom: -8px;
    transition: transform 0.4s ease, background 0.3s ease;
    position: absolute;
    content: "";
    width: 40px;
}.style-data-overview .style-statistics-gain:hover p::after {
    background: rgb(200,146,168);
    transform: translateX(-50%) scaleX(1);
}.style-data-overview .style-statistics-gain span {
    line-height: 1.4;
    font-size: 17px;
    display: block;
    font-weight: var(--font-weight-medium);
    color: #000000;
    transition: color 0.3s ease, transform 0.3s ease;
    margin-top: 0.5rem;
    max-width: 180px;
}.style-data-overview .style-statistics-gain:hover span {
    color: #000000;
    transform: translateY(3px);
}.style-data-overview .style-statistics-gain:nth-child(odd) {
    transform: translateY(10px);
}.style-data-overview .style-statistics-gain:nth-child(odd):hover {
    transform: translateY(0);
}.style-data-overview .style-statistics-gain:nth-child(3n+1)::after {
    background: rgb(218,183,198);
    right: -8px;
    content: "";
    height: 16px;
    transform: scale(0);
    width: 16px;
    position: absolute;
    top: -8px;
    transition: transform 0.3s ease 0.1s;
}.style-data-overview .style-statistics-gain:nth-child(3n+1):hover::after {
    transform: scale(1);
}

@media (min-width: 768px) {.style-data-overview {
    padding: 7rem 0;
}.style-data-overview ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 2.5rem;
}.style-data-overview .style-statistics-gain {
    height: 220px;
}.style-data-overview h4 {
    font-size: calc(21px * 1.2);
    margin-top: 4rem;
}
}

@media (min-width: 992px) {.style-data-overview ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}.style-data-overview h4::after {
    width: 80px;
}.style-data-overview .style-statistics-gain p {
    font-size: 3.5rem;
}
}

@media (max-width: 767px) {.style-data-overview {
    padding: 4rem 0;
}.style-data-overview ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.style-data-overview .style-statistics-gain {
    padding: 1.5rem;
}.style-data-overview .style-statistics-gain p {
    font-size: 2.5rem;
}.style-data-overview h4 {
    margin-top: 2rem;
    font-size: 16px;
}.style-data-overview h4::after {
    width: 50px;
    margin-top: 0.75rem;
}
}

@media (max-width: 480px) {.style-data-overview ul {
    gap: 1.25rem;
    grid-template-columns: 1fr;
}.style-data-overview .style-statistics-gain {
    height: auto;
    padding: 1.25rem;
}.style-data-overview .style-statistics-gain:nth-child(odd) {
    transform: translateY(0);
}}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.style-data-overview .style-statistics-gain:nth-child(3n+2):hover p {
    animation: pulse 2s infinite ease-in-out;
}.style-about-this {
    padding: 100px 0;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(90deg, #000000 0%, rgb(218,183,198) 100%);
    position: relative;
}.style-about-this::before {
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: 
        linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%),
        repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(255, 255, 255, 0.03) 40px, rgba(255, 255, 255, 0.03) 80px);
}.style-about-this::after {
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 40px, rgba(255, 255, 255, 0.02) 40px, rgba(255, 255, 255, 0.02) 80px);
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    z-index: -1;
    height: 100%;
}.style-about-this .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1000px;
}.style-about-this .style-learn-classes {
    overflow: hidden;
    border-radius: 0;
    display: grid;
    grid-template-areas: 
        "director"
        "logo"
        "text";
    background: #ffffff;
    padding: 60px;
    text-align: center;
    grid-template-columns: 1fr;
    position: relative;
    animation: fadeIn 1s ease-in-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    grid-template-rows: auto auto auto;
    gap: 40px;
}.style-about-this .style-learn-classes::before {
    left: 0;
    width: 100%;
    top: 0;
    height: 5px;
    content: "";
    background: rgb(218,183,198);
    position: absolute;
}.style-about-this .style-learn-growth {
    border-bottom: 1px solid rgba(rgb(218,183,198), 0.1);
    grid-area: director;
    transition: transform 0.5s ease;
    flex-direction: column;
    align-items: center;
    display: flex;
    gap: 30px;
    transform: translateY(0);
    padding-bottom: 30px;
}.style-about-this .style-learn-growth:hover {
    transform: translateY(-5px);
}.style-about-this .style-learn-growth .style-img-spot {
    overflow: hidden;
    margin: 0 auto;
    border: 4px solid #ffffff;
    width: 220px;
    border-radius: 0;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 270px;
    outline: 1px solid rgba(rgb(218,183,198), 0.2);
    transition: all 0.4s ease;
}.style-about-this .style-expert-team {
    background: rgb(236,219,226);
    padding: 15px;
    margin: 0 auto;
    text-align: center;
    border-left: 4px solid rgb(218,183,198);
    max-width: 300px;
}.style-about-this .style-study-lab {
    display: inline-block;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    letter-spacing: 1px;
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: 700;
    margin: 0 0 10px 0;
}.style-about-this .style-study-lab::after {
    transform: translateX(-50%);
    height: 2px;
    width: 50px;
    left: 50%;
    background: rgb(218,183,198);
    bottom: 0;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
}.style-about-this .style-study-expert {
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
}.style-about-this .style-learn-academy {
    gap: 20px;
    justify-content: center;
    padding-bottom: 20px;
    grid-area: logo;
    position: relative;
    background: rgb(236,219,226);
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid rgba(rgb(218,183,198), 0.1);
}.style-about-this .style-learn-academy::before {
    top: 0;
    height: 100%;
    content: "";
    background: rgb(218,183,198);
    left: 0;
    position: absolute;
    width: 4px;
}.style-about-this .style-learn-academy svg {
    height: 60px;
    fill: rgb(218,183,198);
    transition: transform 0.4s ease;
    width: 60px;
}.style-about-this .style-learn-academy svg path {
    fill: rgb(218,183,198);
}.style-about-this .style-text-holder-item {
    animation: slideUp 0.8s ease-out forwards;
    max-width: 700px;
    grid-area: text;
    margin: 0 auto;
    position: relative;
    opacity: 0;
    border: 1px solid rgba(rgb(218,183,198), 0.1);
    transform: translateY(20px);
    padding: 30px;
    animation-delay: 0.3s;
}.style-about-this .style-text-holder-item::before {
    height: 4px;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    background: rgb(218,183,198);
}.style-about-this h2 {
    color: #000000;
    font-size: 34px;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 20px;
}.style-about-this h2::after {
    transform: translateX(-50%);
    background: rgb(218,183,198);
    content: "";
    width: 80px;
    animation: pulseWidth 3s ease-in-out infinite;
    bottom: 0;
    left: 50%;
    height: 3px;
    position: absolute;
}.style-about-this p {
    line-height: 1.8;
    margin: 0;
    font-size: 15px;
    color: #000000;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseWidth {
    0%, 100% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
}

@media screen and (max-width: 992px) {.style-about-this {
    padding: 80px 0;
}.style-about-this .style-learn-classes {
    padding: 50px 40px;
    gap: 35px;
}
}

@media screen and (max-width: 767px) {.style-about-this {
    padding: 60px 0;
}.style-about-this .style-learn-classes {
    gap: 30px;
    padding: 40px 30px;
}.style-about-this .style-learn-growth .style-img-spot {
    height: 220px;
    width: 180px;
}.style-about-this h2 {
    font-size: calc(34px * 0.85);
}
}

@media screen and (max-width: 480px) {.style-about-this {
    padding: 40px 0;
}.style-about-this .style-learn-classes {
    padding: 30px 20px;
    gap: 25px;
}.style-about-this .style-learn-growth .style-img-spot {
    width: 150px;
    height: 180px;
}.style-about-this .style-study-lab {
    font-size: calc(20px * 0.9);
}.style-about-this .style-study-expert {
    font-size: calc(15px * 0.9);
}.style-about-this .style-learn-academy svg {
    height: 50px;
    width: 50px;
}.style-about-this h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 20px;
}.style-about-this p {
    font-size: calc(15px * 0.9);
}
}