﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: smooth;
    height: 100%;
    min-height: 100%;
}.head-lesson-197 {
    flex: 1 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1165px;
}svg {
    height: 30px;
    width: 30px;
}.framework-wrap-538 {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}.footer-clients-398 {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 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;
}}
.gratWrap-923 {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(234,224,210) 0%, rgb(213,189,167,0.5) 100%);
}.gratWrap-923::before {
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(189,157,122,0.5) 0%, transparent 60%);
    content: "";
    opacity: 0.4;
    position: absolute;
    animation: pulse 15s infinite alternate ease-in-out;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
}.gratWrap-923::after {
    filter: blur(20px);
    width: 40%;
    content: "";
    transform: rotate(-5deg);
    right: -10px;
    height: 40%;
    opacity: 0.05;
    position: absolute;
    bottom: -10px;
    background: linear-gradient(225deg, rgb(213,189,167) 0%, transparent 80%);
    z-index: 0;
}.gratWrap-923 .container {
    z-index: 2;
    padding: 0 2rem;
    animation: slideUp 0.8s forwards 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    opacity: 0;
    transform: translateY(20px);
}.gratWrap-923 h2 {
    font-weight: 700;
    margin-right: auto;
    margin-bottom: 3rem;
    font-size: 31px;
    margin-left: auto;
    color: #000000;
    line-height: 1.3;
    letter-spacing: -0.02em;
    text-align: center;
    position: relative;
    max-width: 900px;
}.gratWrap-923 h2::after {
    height: 3px;
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(213,189,167), rgb(189,157,122));
    border-radius: 10px;
    content: "";
    width: 80px;
    left: 50%;
}.gratWrap-923 .pedagogy-info-084 {
    padding: 3rem;
    position: relative;
    transform: translateY(0);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 
                0 5px 10px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    background: #ffffff;
    border-radius: 12px;
}.gratWrap-923 .pedagogy-info-084::before {
    width: 6px;
    background: linear-gradient(to bottom, rgb(213,189,167), rgb(189,157,122));
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}.gratWrap-923 .pedagogy-info-084::after {
    position: absolute;
    height: 120px;
    right: 10px;
    opacity: 0.2;
    content: "";
    width: 120px;
    z-index: 0;
    border-radius: 50%;
    top: 10px;
    background: radial-gradient(circle, rgb(213,189,167,0.5) 0%, transparent 70%);
}.gratWrap-923 .pedagogy-info-084:hover {
    transform: translateY(-5px);
}.gratWrap-923 ul {
    margin: 0;
    z-index: 1;
    list-style: none;
    padding: 0;
    position: relative;
}.gratWrap-923 li {
    padding-left: 2rem;
    position: relative;
}.gratWrap-923 li::before {
    transform: scale(0);
    animation: appearDot 0.4s forwards 1s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    border-radius: 50%;
    width: 8px;
    height: 8px;
    opacity: 0;
    background: rgb(213,189,167);
    position: absolute;
    top: 8px;
    left: 0;
}.gratWrap-923 li span {
    color: #000000;
    display: block;
    font-family: Arial, sans-serif;
    position: relative;
    transform: translateY(10px);
    line-height: 1.8;
    opacity: 0;
    font-size: 12px;
    animation: fadeIn 0.8s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

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

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

@keyframes appearDot {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

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

@media (max-width: 991px) {.gratWrap-923 {
    padding: 4rem 0;
}.gratWrap-923 h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2.5rem;
}.gratWrap-923 .pedagogy-info-084 {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.gratWrap-923 {
    padding: 3rem 0;
}.gratWrap-923 h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 2rem;
    line-height: 1.4;
}.gratWrap-923 h2::after {
    width: 60px;
    bottom: -12px;
}.gratWrap-923 .pedagogy-info-084 {
    padding: 2rem 1.5rem;
}.gratWrap-923 .pedagogy-info-084::after {
    height: 80px;
    width: 80px;
}.gratWrap-923 li {
    padding-left: 1.5rem;
}
}

@media (max-width: 480px) {.gratWrap-923 {
    padding: 2.5rem 0;
}.gratWrap-923 .container {
    padding: 0 1.25rem;
}.gratWrap-923 h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 1.5rem;
}.gratWrap-923 h2::after {
    bottom: -10px;
    width: 50px;
    height: 2px;
}.gratWrap-923 .pedagogy-info-084 {
    padding: 1.5rem 1.25rem;
}.gratWrap-923 li span {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}}.program-results-492 {
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(234,224,210) 0%, rgba(240, 240, 255, 0.9) 100%);
}.program-results-492::before {
    opacity: 0.2;
    height: 500px;
    width: 500px;
    content: "";
    z-index: 0;
    position: absolute;
    top: -10%;
    right: -10%;
    background: radial-gradient(circle, rgb(213,189,167,0.5) 0%, transparent 70%);
}.program-results-492::after {
    bottom: -10%;
    left: -10%;
    width: 400px;
    background: radial-gradient(circle, rgb(189,157,122,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    height: 400px;
    opacity: 0.2;
    z-index: 0;
}.program-results-492 .container {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 40px;
    z-index: 1;
}.program-results-492 .img-fit-390 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    object-fit: cover;
    max-height: 500px;
    height: auto;
    transform: perspective(1000px) rotateY(-2deg);
}.program-results-492 .img-fit-390:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.program-results-492 .pedagogy-info-084 {
    padding: 40px 0;
    position: relative;
}.program-results-492 .note-frame-276 {
    position: relative;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 30px;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
}.program-results-492 .note-frame-276:hover {
    transform: translateY(-5px);
}.program-results-492 h1 {
    font-size: 48px;
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3;
}.program-results-492 h1::after {
    bottom: -10px;
    position: absolute;
    content: "";
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(213,189,167) 0%, rgb(189,157,122) 100%);
    width: 80px;
}.program-results-492 ul {
    grid-template-columns: 1fr;
    display: grid;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}.program-results-492 li {
    transform: translateX(0);
    display: flex;
    align-items: flex-start;
    border-left: 3px solid rgb(213,189,167);
    padding: 16px 20px;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%);
}.program-results-492 li:hover {
    transform: translateX(5px);
    border-left-color: rgb(189,157,122);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%);
}.program-results-492 li p {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    align-items: center;
    display: flex;
    margin: 0;
}.program-results-492 svg {
    width: 24px;
    margin-right: 15px;
    transition: transform 0.3s ease;
    height: 24px;
    transform: scale(1);
    flex-shrink: 0;
}.program-results-492 li:hover svg {
    transform: scale(1.1);
}.program-results-492 svg path {
    transition: fill 0.3s ease;
    fill: rgb(213,189,167);
}.program-results-492 li:hover svg path {
    fill: rgb(189,157,122);
}.program-results-492 li:nth-child(odd) {
    transform: translateX(-5px);
}.program-results-492 li:nth-child(odd):hover {
    transform: translateX(0);
}.program-results-492 li:nth-child(even) {
    border-left-color: rgb(189,157,122);
}.program-results-492 li:nth-child(even):hover {
    border-left-color: rgb(213,189,167);
}

@media (min-width: 992px) {.program-results-492 {
    padding: 150px 0;
}.program-results-492 .container {
    grid-template-columns: 45% 55%;
    align-items: center;
}.program-results-492 .img-fit-390 {
    order: 2;
    clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
    transform: perspective(1000px) rotateY(-5deg);
    height: 100%;
}.program-results-492 .img-fit-390:hover {
    transform: perspective(1000px) rotateY(-2deg) translateY(-10px);
}.program-results-492 .pedagogy-info-084 {
    order: 1;
    padding: 0;
}.program-results-492 .note-frame-276 {
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    padding: 50px;
    z-index: 2;
    margin-right: -100px;
}.program-results-492 h1 {
    font-size: calc(48px * 1.1);
}.program-results-492 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
}

@media (max-width: 991px) {.program-results-492 {
    padding: 80px 0;
}.program-results-492 .note-frame-276 {
    margin-top: -60px;
    z-index: 2;
}.program-results-492 h1 {
    font-size: calc(48px * 0.9);
}
}

@media (max-width: 767px) {.program-results-492 {
    padding: 60px 0;
}.program-results-492 .img-fit-390 {
    max-height: 350px;
}.program-results-492 .note-frame-276 {
    padding: 25px 20px;
}.program-results-492 h1 {
    margin-bottom: 25px;
    font-size: calc(48px * 0.8);
}.program-results-492 li {
    padding: 12px 15px;
}.program-results-492 svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}
}

@media (max-width: 576px) {.program-results-492 {
    padding: 50px 0;
}.program-results-492 .img-fit-390 {
    max-height: 250px;
}.program-results-492 h1 {
    font-size: calc(48px * 0.7);
}.program-results-492 li p {
    font-size: calc(14px * 0.9);
}}footer {
    position: relative;
}footer::before {
    left: 0;
    opacity: 0.92;
    background: linear-gradient(210deg, #000000 0%, rgb(213,189,167) 100%);
    z-index: 1;
    right: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    content: '';
}.footer-clients-398 {
    position: relative;
    font-family: Arial, sans-serif;
    padding: 90px 0 50px;
    color: #ffffff;
    z-index: 2;
}.footer-clients-398::before {
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    position: absolute;
    opacity: 0.1;
    height: 1px;
    top: 0;
    content: '';
}.footer-clients-398 .container {
    display: flex;
    flex-direction: column;
}.footer-clients-398 .company_holder {
    animation: shiftGradient 15s ease infinite;
    border: 1px solid rgba(255, 255, 255, 0.05);
    order: 2;
    border-radius: 29px;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    backdrop-filter: blur(10px);
    background-size: 200% 200%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin-top: 70px;
    padding: 30px;
    transform: perspective(1000px) rotateX(2deg);
}.footer-clients-398 .company_holder h3 {
    text-align: center;
    font-size: 35px;
    position: relative;
    letter-spacing: 3px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
}.footer-clients-398 .company_holder h3::after {
    border-radius: 3px;
    background: rgb(213,189,167);
    display: block;
    height: 3px;
    margin: 15px auto 0;
    content: '';
    width: 60px;
}.footer-clients-398 .trial-offer-567 {
    line-height: 1.6;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding-top: 15px;
}.footer-clients-398 .sample-docs-032 {
    position: relative;
    order: 1;
}.footer-clients-398 .main-teach-678 {
    justify-content: space-between;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 30px;
}.footer-clients-398 .nav-start-160 {
    flex: 1;
    min-width: 250px;
    background: rgba(255, 255, 255, 0.03);
    padding: 20px;
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
    transition: transform 0.3s ease;
    max-width: calc(50% - 30px);
    border-radius: 10px;
}.footer-clients-398 .nav-start-160:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.footer-clients-398 .nav-start-160:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.footer-clients-398 .nav-start-160:hover {
    transform: perspective(1000px) rotateY(0);
}.footer-clients-398 .nav-start-160::before {
    z-index: -1;
    inset: 0;
    position: absolute;
    content: '';
    border-radius: 10px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
}.footer-clients-398 .nav-start-160 h5 {
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 22px;
    position: relative;
    word-wrap: break-word;
    color: #ffffff;
    font-weight: 600;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}.footer-clients-398 .nav-start-160 h5::before {
    background: rgb(189,157,122);
    width: 50px;
    bottom: -1px;
    position: absolute;
    height: 1px;
    left: 0;
    content: '';
}.footer-clients-398 .nav-start-160 .main-teach-678 {
    padding: 0 10px;
    flex-direction: column;
    margin: 0;
    display: flex;
    gap: 12px;
}.footer-clients-398 .nav-start-160 .main-teach-678 a {
    font-size: 17px;
    word-break: break-word;
    white-space: normal;
    align-items: center;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s ease;
    color: #ffffff;
    display: flex;
}.footer-clients-398 .nav-start-160 .main-teach-678 a::before {
    margin-right: 10px;
    height: 6px;
    opacity: 0;
    background: rgb(189,157,122);
    min-width: 6px;
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: scale(0);
    flex-shrink: 0;
    content: '';
}.footer-clients-398 .nav-start-160 .main-teach-678 a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: #ffffff;
}.footer-clients-398 .nav-start-160 .main-teach-678 a:hover::before {
    opacity: 1;
    transform: scale(1);
}.badge-case-523 {
    margin-top: 40px;
    z-index: 2;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    padding: 25px 0;
}.badge-case-523::before {
    left: 0;
    height: 1px;
    position: absolute;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(189,157,122,0.5), transparent);
    top: 0;
}.badge-case-523 .container {
    text-align: center;
}.badge-case-523 .leaderboard-796 {
    font-size: 14px;
    opacity: 0.7;
    color: #ffffff;
}@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%;
    }
}

.footer-clients-398 .sample-docs-032::before {
    left: -5%;
    width: 250px;
    position: absolute;
    bottom: -10%;
    opacity: 0.1;
    z-index: -1;
    filter: blur(100px);
    border-radius: 50%;
    content: '';
    animation: pulse 10s infinite ease-in-out reverse;
    background: rgb(189,157,122);
    height: 250px;
}footer::after {
    bottom: 0;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    right: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    content: '';
    z-index: 1;
    top: 0;
}

@media (max-width: 992px) {.footer-clients-398 {
    padding: 70px 0 40px;
}.footer-clients-398 .main-teach-678 {
    gap: 40px;
}.footer-clients-398 .company_holder {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.footer-clients-398 {
    padding: 50px 0 30px;
}.footer-clients-398 .main-teach-678 {
    gap: 30px;
    flex-direction: column;
}.footer-clients-398 .nav-start-160 {
    max-width: 100%;
    min-width: 100%;
}.footer-clients-398 .company_holder {
    padding: 20px;
}.footer-clients-398 .trial-offer-567 {
    max-width: 100%;
}
}

@media (max-width: 576px) {.footer-clients-398 {
    padding: 40px 0 20px;
}.footer-clients-398 .company_holder h3 {
    font-size: calc(35px * 0.8);
}.footer-clients-398 .nav-start-160 h5 {
    font-size: calc(22px * 0.9);
}}header .top_plank {
    background: rgb(213,189,167);
    color:  #ffffff;
}header .top_plank .prime-skill-862 div svg, header .top_plank .prime-skill-862 div svg path {
    fill: #ffffff;
}header .top_plank .prime-skill-862 div span {
    color: #ffffff;
}header .top_plank .prime-skill-862 {
    width: 100%;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    align-items: center;
    line-height: 21px;
    font-size: 15px;
    display: flex;
}header .top_plank .prime-skill-862 div {
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}header .top_plank .prime-skill-862 div img, header .top_plank .prime-skill-862 div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}header {
    position: relative;
    overflow: visible;
    background: linear-gradient(to right, rgb(189,157,122,0.5), rgb(213,189,167));
    padding: 1.5rem 0;
    z-index: 1000;
}header::before {
    left: 0;
    position: absolute;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    opacity: 0.1;
}header .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
}header .site-nav-948 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
    gap: 1.5rem;
}header .head-info-958 {
    display: flex;
    align-items: center;
    padding: 1rem;
    text-decoration: none;
    position: relative;
    z-index: 2;
    justify-content: center;
}header .head-info-958::after {
    position: absolute;
    transition: width 0.3s ease, opacity 0.3s ease;
    content: '';
    height: 2px;
    transform: translateX(-50%);
    bottom: 0;
    width: 50%;
    background: #ffffff;
    opacity: 0.6;
    left: 50%;
}header .head-info-958:hover::after {
    opacity: 1;
    width: 80%;
}header .head-info-958 svg {
    width: 220px;
    height: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 8px rgb(213,189,167,0.5));
}header .head-info-958:hover svg {
    transform: translateY(-5px);
}header .nav-start-160 {
    flex-wrap: wrap;
    backdrop-filter: blur(5px);
    position: relative;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 0.8rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.6rem 1rem;
    max-width: 800px;
}header .nav-start-160::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 13px;
    height: 100%;
    width: 100%;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    content: '';
}header .nav-expert-198 {
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    border-radius: 10px;
    letter-spacing: 0.5px;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 0.7rem 1.2rem;
}header .nav-expert-198::before {
    transition: opacity 0.3s ease;
    z-index: -1;
    transform: translateY(100%) scale(0.8);
    width: 100%;
    content: '';
    opacity: 0;
    background: #ffffff;
    position: absolute;
    border-radius: 10px;
    height: 100%;
    left: 0;
    top: 0;
}header .nav-expert-198:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    color: rgb(213,189,167);
}header .nav-expert-198:hover::before {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .site-nav-948 {
    gap: 1.2rem;
}header .head-info-958 svg {
    width: 180px;
}header .nav-start-160 {
    padding: 0.5rem;
    gap: 0.6rem;
}header .nav-expert-198 {
    padding: 0.6rem 1rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .site-nav-948 {
    gap: 1rem;
}header .head-info-958 svg {
    width: 150px;
}header .nav-start-160 {
    padding: 0.4rem;
    gap: 0.4rem;
}header .nav-expert-198 {
    font-size: calc(14px - 2px);
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .site-nav-948 {
    gap: 0.8rem;
}header .head-info-958 svg {
    width: 140px;
}header .nav-start-160 {
    padding: 0.4rem 0.6rem;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .nav-start-160::-webkit-scrollbar {
    height: 3px;
}header .nav-start-160::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
}header .nav-expert-198 {
    padding: 0.4rem 0.7rem;
    font-size: calc(14px - 3px);
    white-space: nowrap;
}}.our-info-957 {
    background: rgb(234,224,210);
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}.our-info-957::before {
    height: 100%;
    content: "";
    position: absolute;
    opacity: 0.2;
    left: 0;
    background: linear-gradient(120deg, rgb(213,189,167,0.5) 0%, transparent 30%);
    width: 100%;
    top: 0;
}.our-info-957 .container {
    z-index: 1;
    position: relative;
}.our-info-957 .team-contact-379 {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
}.our-info-957 .team-contact-379::before {
    content: "";
    top: 0;
    height: 8px;
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(213,189,167), rgb(189,157,122));
}.our-info-957 .team-contact-379 h2 {
    margin: 0;
    padding: 40px 40px 20px;
    color: #000000;
    font-weight: 700;
    font-size: 38px;
    border-bottom: 1px solid rgb(234,224,210);
}.our-info-957 .team-contact-379 > p {
    line-height: 1.6;
    border-bottom: 1px solid rgb(234,224,210);
    font-size: 16px;
    padding: 20px 40px;
    color: #000000;
    margin: 0;
}.our-info-957 .team-contact-379 > p:last-of-type {
    font-weight: 600;
    border-bottom: none;
    align-items: center;
    display: flex;
    padding: 20px 40px;
    background: rgb(234,224,210);
    color: #000000;
}.our-info-957 .team-contact-379 > p:last-of-type svg {
    margin-right: 12px;
    width: 18px;
    height: 18px;
}.our-info-957 .team-contact-379 > p:last-of-type svg path {
    fill: rgb(213,189,167);
}.our-info-957 .write-form-763 {
    padding: 0;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(3, 1fr);
}.our-info-957 .help-question-256 {
    display: flex;
    transition: all 0.3s ease;
    border-right: 1px solid rgb(234,224,210);
    position: relative;
    align-items: center;
    text-decoration: none;
    padding: 25px;
    justify-content: center;
}.our-info-957 .help-question-256:last-child {
    border-right: none;
}.our-info-957 .help-question-256::before {
    height: 3px;
    transform-origin: center;
    transform: scaleX(0);
    content: "";
    left: 0;
    bottom: 0;
    transition: transform 0.3s ease;
    background: rgb(213,189,167);
    width: 100%;
    position: absolute;
}.our-info-957 .help-question-256:hover::before {
    transform: scaleX(1);
}.our-info-957 .help-question-256 svg {
    width: 32px;
    height: 32px;
    transition: all 0.3s ease;
}.our-info-957 .help-question-256 svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.our-info-957 .help-question-256:hover svg {
    transform: translateY(-5px);
}.our-info-957 .help-question-256:hover svg path {
    fill: rgb(213,189,167);
}.our-info-957 .help-question-256::after {
    font-size: 14px;
    transform: translateX(-50%) translateY(10px);
    left: 50%;
    bottom: 10px;
    position: absolute;
    opacity: 0;
    font-weight: 600;
    content: attr(title);
    color: #000000;
    transition: all 0.3s ease;
}.our-info-957 .help-question-256:hover::after {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.our-info-957 .team-contact-379::after {
    filter: blur(30px);
    right: -100px;
    content: "";
    bottom: -100px;
    width: 200px;
    border-radius: 50%;
    height: 200px;
    background: rgb(189,157,122,0.5);
    position: absolute;
    opacity: 0.1;
}

@media (max-width: 992px) {.our-info-957 .team-contact-379 h2 {
    padding: 30px 30px 15px;
    font-size: calc(38px - 4px);
}.our-info-957 .team-contact-379 > p {
    padding: 15px 30px;
}.our-info-957 .team-contact-379 > p:last-of-type {
    padding: 15px 30px;
}.our-info-957 .help-question-256 {
    padding: 20px;
}.our-info-957 .help-question-256 svg {
    width: 28px;
    height: 28px;
}
}

@media (max-width: 768px) {.our-info-957 {
    padding: 60px 0;
}.our-info-957 .team-contact-379 h2 {
    font-size: calc(38px - 6px);
    padding: 25px 20px 15px;
}.our-info-957 .team-contact-379 > p {
    padding: 15px 20px;
}.our-info-957 .team-contact-379 > p:last-of-type {
    padding: 15px 20px;
}.our-info-957 .write-form-763 {
    grid-template-columns: 1fr;
}.our-info-957 .help-question-256 {
    padding: 20px;
    border-bottom: 1px solid rgb(234,224,210);
    border-right: none;
}.our-info-957 .help-question-256:last-child {
    border-bottom: none;
}.our-info-957 .help-question-256 svg {
    width: 28px;
    height: 28px;
}.our-info-957 .help-question-256::after {
    position: static;
    transform: translateX(-50%) translateY(0);
    margin-top: 8px;
    opacity: 1;
    font-size: 14px;
    display: block;
}
}

@media (max-width: 576px) {.our-info-957 {
    padding: 40px 0;
}.our-info-957 .team-contact-379 h2 {
    padding: 20px 15px 10px;
    font-size: calc(38px - 8px);
}.our-info-957 .team-contact-379 > p {
    padding: 10px 15px;
    font-size: calc(16px - 1px);
}.our-info-957 .team-contact-379 > p:last-of-type {
    padding: 10px 15px;
}.our-info-957 .help-question-256 {
    padding: 15px;
}.our-info-957 .help-question-256 svg {
    width: 24px;
    height: 24px;
}
}

@media (prefers-reduced-motion) {.our-info-957 .help-question-256:hover svg {
    transform: none;
}.our-info-957 .team-contact-379::after {
    animation: none;
}}.start-now-829 {
    z-index: 1;
    padding: 120px 0;
    background: linear-gradient(130deg, rgb(213,189,167) 0%, rgb(189,157,122) 50%, rgb(213,189,167) 100%);
    position: relative;
    animation: gradientFlow 15s ease infinite;
    background-size: 200% 200%;
    overflow: hidden;
}.start-now-829::before {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    height: 100%;
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            transparent 10deg,
            rgba(255, 255, 255, 0.03) 10deg,
            rgba(255, 255, 255, 0.03) 20deg
        );
    top: 0;
    animation: rotateQuantum 30s linear infinite;
    z-index: -1;
}.start-now-829::after {
    width: 200%;
    z-index: -1;
    position: absolute;
    animation: pulseRadial 10s ease-in-out infinite alternate;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    opacity: 0.1;
    content: '';
    height: 200%;
    top: -50%;
    left: -50%;
}.start-now-829 .pedagogy-info-084 {
    justify-content: center;
    backdrop-filter: blur(10px);
    z-index: 2;
    padding: 60px 40px;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    position: relative;
    border-radius: 28px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
}.start-now-829 .pedagogy-info-084::before {
    width: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    background-size: 40px 40px;
    opacity: 0.3;
    height: 100%;
    position: absolute;
    animation: pulseGrid 4s linear infinite alternate;
    content: '';
    background: 
        linear-gradient(90deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%),
        linear-gradient(0deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%);
}.start-now-829 .pedagogy-info-084::after {
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(213,189,167,0.5) 0deg,
        rgb(189,157,122,0.5) 120deg,
        rgb(213,189,167,0.5) 240deg,
        rgb(189,157,122,0.5) 360deg
    );
    top: -50%;
    left: -50%;
    animation: rotateQuantumGradient 20s linear infinite;
    height: 200%;
    content: '';
    opacity: 0.1;
    z-index: -1;
    position: absolute;
    width: 200%;
}.start-now-829 h3 {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    font-size: 29px;
    text-align: center;
    position: relative;
    letter-spacing: 3px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 60px;
    animation: floatTitle 6s ease-in-out infinite;
}.start-now-829 h3::before {
    width: 80px;
    bottom: -20px;
    height: 1px;
    left: 50%;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    content: '';
    box-shadow: 0 0 10px #ffffff;
    position: absolute;
    transform: translateX(-50%);
}.start-now-829 h3::after {
    position: absolute;
    animation: titleScan 3s ease-in-out infinite;
    top: 0;
    height: 100%;
    opacity: 0;
    width: 100%;
    content: '';
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    left: 0;
}.start-now-829 .help-question-256 {
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), 0 0 10px rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    background: transparent;
    font-weight: 600;
    font-size: 17px;
    transition: all 0.4s ease;
    letter-spacing: 2px;
    z-index: 1;
    color: #ffffff;
    padding: 18px 45px;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.5);
}.start-now-829 .help-question-256::before {
    left: 0;
    z-index: -1;
    top: 0;
    width: 100%;
    content: '';
    background: linear-gradient(
        170deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    opacity: 0;
    height: 100%;
    transition: opacity 0.4s ease;
    position: absolute;
}.start-now-829 .help-question-256::after {
    transform: rotate(35deg);
    z-index: 2;
    transition: all 0.6s ease;
    width: 20px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    top: -50%;
    position: absolute;
    height: 200%;
    content: '';
    left: -100px;
}.start-now-829 .help-question-256:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
    border-color: transparent;
    color: rgb(213,189,167);
}.start-now-829 .help-question-256:hover::before {
    opacity: 1;
}.start-now-829 .help-question-256:hover::after {
    left: 120%;
}

@media screen and (max-width: 992px) {.start-now-829 {
    padding: 100px 0;
}.start-now-829 .pedagogy-info-084 {
    padding: 50px 30px;
    max-width: 90%;
}.start-now-829 h3 {
    margin-bottom: 50px;
    letter-spacing: 2.5px;
    font-size: calc(29px * 0.9);
}.start-now-829 h3::before {
    width: 70px;
    bottom: -18px;
}.start-now-829 .help-question-256 {
    padding: 16px 40px;
    font-size: calc(17px * 0.95);
}
}

@media screen and (max-width: 768px) {.start-now-829 {
    padding: 80px 0;
}.start-now-829 .pedagogy-info-084 {
    padding: 40px 25px;
}.start-now-829 h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 45px;
    letter-spacing: 2px;
}.start-now-829 h3::before {
    width: 60px;
    bottom: -15px;
}.start-now-829 .help-question-256 {
    padding: 14px 35px;
    letter-spacing: 1.5px;
    font-size: calc(17px * 0.9);
}
}

@media screen and (max-width: 576px) {.start-now-829 {
    padding: 60px 0;
}.start-now-829 .pedagogy-info-084 {
    padding: 30px 20px;
}.start-now-829 h3 {
    font-size: calc(29px * 0.7);
    letter-spacing: 1.5px;
    margin-bottom: 40px;
}.start-now-829 h3::before {
    width: 50px;
    bottom: -12px;
}.start-now-829 .help-question-256 {
    font-size: calc(17px * 0.85);
    letter-spacing: 1px;
    padding: 12px 30px;
}}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes rotateQuantum {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes pulseGrid {
    0% {
        opacity: 0.2;
        background-size: 40px 40px;
    }
    100% {
        opacity: 0.3;
        background-size: 45px 45px;
    }
}

@keyframes rotateQuantumGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes floatTitle {
    0%, 100% {
        transform: translateY(0);
        text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    }
    50% {
        transform: translateY(-10px);
        text-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
    }
}

@keyframes titleScan {
    0%, 100% {
        opacity: 0;
        transform: translateX(-100%);
    }
    50% {
        opacity: 0.5;
        transform: translateX(100%);
    }
}.course-highlights-932 {
    position: relative;
    background-color: rgb(234,224,210);
    padding: 100px 0;
    overflow: hidden;
}.course-highlights-932::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100%;
    background: 
        linear-gradient(135deg, rgb(213,189,167,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(189,157,122,0.5) 0%, transparent 40%);
    left: 0;
    content: "";
}.course-highlights-932::after {
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    background-size: 120px 120px, 120px 120px;
    width: 100%;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(213,189,167,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(189,157,122,0.5) 0%, transparent 8%);
    left: 0;
}.course-highlights-932 .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 3;
    margin: 0 auto;
}.course-highlights-932 .education-map-790 {
    flex-direction: column;
    display: flex;
}.course-highlights-932 .note-frame-276 {
    z-index: 4;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid rgb(189,157,122);
    margin-bottom: 60px;
    backdrop-filter: blur(5px);
    border-top: 3px solid rgb(213,189,167);
    padding: 50px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
}.course-highlights-932 .note-frame-276::before {
    top: 0;
    left: 0;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(213,189,167,0.5) 49%, rgb(213,189,167,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(135deg, transparent 48%, rgb(189,157,122,0.5) 49%, rgb(189,157,122,0.5) 51%, transparent 52%) 0 0 / 20px 20px;
    content: "";
    position: absolute;
    opacity: 0.1;
    height: 100%;
    z-index: -1;
}.course-highlights-932 .note-frame-276 h2 {
    color: #ffffff;
    font-size: 37px;
    border-radius: 10px;
    display: inline-block;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    padding: 10px 25px;
    background: rgba(0, 0, 0, 0.5);
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}.course-highlights-932 .note-frame-276 h2::after {
    background: linear-gradient(90deg, rgb(213,189,167) 0%, rgb(189,157,122) 100%);
    content: "";
    width: 80px;
    border-radius: 10px;
    height: 3px;
    bottom: 0;
    position: absolute;
    left: 0;
}.course-highlights-932 .note-frame-276 .description {
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
    font-size: 17px;
    margin-bottom: 25px;
    backdrop-filter: blur(3px);
    font-weight: 600;
    padding: 15px 20px;
    color: #000000;
    position: relative;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.6);
    border-left: 2px solid rgb(213,189,167);
    border-radius: 10px;
}.course-highlights-932 .note-frame-276 .description:last-child {
    border-left: 2px solid rgb(189,157,122);
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
}.course-highlights-932 .img-fit-390 {
    width: 100%;
    left: 0;
    z-index: 2;
    height: 100%;
    transform: scale(1.05);
    top: 0;
    position: absolute;
}.course-highlights-932 .img-fit-390::before {
    left: 0;
    z-index: 2;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.4) 100%);
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
}.course-highlights-932 .img-fit-390::after {
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.05) 20px, rgba(255, 255, 255, 0.05) 40px);
    height: 100%;
    z-index: 3;
    position: absolute;
}

@keyframes gridAnimation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 992px) {.course-highlights-932 {
    padding: 80px 0;
}.course-highlights-932 .note-frame-276 {
    padding: 40px;
    margin-bottom: 40px;
}.course-highlights-932 .img-fit-390 {
    height: 60%;
}
}

@media (max-width: 768px) {.course-highlights-932 {
    padding: 60px 0;
}.course-highlights-932 .note-frame-276 {
    margin-bottom: 30px;
    padding: 30px;
}.course-highlights-932 .note-frame-276 h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 20px;
}.course-highlights-932 .img-fit-390 {
    clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0% 100%);
    height: 50%;
}
}

@media (max-width: 576px) {.course-highlights-932 {
    padding: 50px 0;
}.course-highlights-932 .note-frame-276 {
    padding: 25px 20px;
    margin-bottom: 20px;
}.course-highlights-932 .note-frame-276 h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.course-highlights-932 .note-frame-276 .description {
    font-size: calc(17px * 0.95);
    padding-left: 15px;
    line-height: 1.7;
}.course-highlights-932 .img-fit-390 {
    clip-path: polygon(0 15%, 100% 5%, 100% 100%, 0% 100%);
    height: 40%;
}}

.course-highlights-932::before,
.course-highlights-932::after,
.course-highlights-932 .note-frame-276::before,
.course-highlights-932 .container::before,
.course-highlights-932 .container::after {
    pointer-events: none;
}.course-highlights-932 .education-map-790::after {
    background-size: 30px 30px;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.3;
    content: "";
    z-index: 1;
    top: 0;
    position: absolute;
    pointer-events: none;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(213,189,167,0.5) 0%, transparent 1%),
        radial-gradient(circle at 90% 90%, rgb(189,157,122,0.5) 0%, transparent 1%);
}.audience-profile-918 {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,224,210) 0%, rgb(189,157,122,0.5) 100%);
}.audience-profile-918::before {
    background: 
        linear-gradient(45deg, transparent 45%, rgb(213,189,167,0.5) 46%, rgb(213,189,167,0.5) 54%, transparent 55%),
        linear-gradient(135deg, transparent 45%, rgb(189,157,122,0.5) 46%, rgb(189,157,122,0.5) 54%, transparent 55%);
    background-size: 50px 50px;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    opacity: 0.1;
}.audience-profile-918::after {
    content: '';
    height: 100%;
    background-size: 180px 180px;
    z-index: 1;
    left: 0;
    position: absolute;
    background-image: radial-gradient(circle at 50% 50%, rgb(213,189,167,0.5) 0%, transparent 2%),
        radial-gradient(circle at 20% 20%, rgb(213,189,167,0.5) 0%, transparent 2%),
        radial-gradient(circle at 30% 70%, rgb(213,189,167,0.5) 0%, transparent 2%),
        radial-gradient(circle at 70% 40%, rgb(213,189,167,0.5) 0%, transparent 2%),
        radial-gradient(circle at 80% 30%, rgb(213,189,167,0.5) 0%, transparent 2%),
        radial-gradient(circle at 90% 80%, rgb(213,189,167,0.5) 0%, transparent 2%),
        radial-gradient(circle at 10% 90%, rgb(213,189,167,0.5) 0%, transparent 2%),
        radial-gradient(circle at 60% 10%, rgb(213,189,167,0.5) 0%, transparent 2%),
        radial-gradient(circle at 40% 60%, rgb(213,189,167,0.5) 0%, transparent 2%),
        radial-gradient(circle at 95% 40%, rgb(213,189,167,0.5) 0%, transparent 2%);
    width: 100%;
    opacity: 0.4;
    animation: pulseDots 10s infinite alternate;
    top: 0;
}.audience-profile-918 .pedagogy-info-084 {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
}.audience-profile-918 h3 {
    font-weight: 700;
    color: rgb(189,157,122);
    box-shadow: -5px 0 15px rgb(213,189,167,0.5);
    padding-left: 1.5rem;
    text-align: left;
    border-left: 4px solid rgb(213,189,167);
    position: relative;
    font-size: 34px;
    margin-bottom: 3rem;
}.audience-profile-918 ul {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
    gap: 2rem;
    padding: 0;
}.audience-profile-918 li {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    align-items: center;
    padding: 1.8rem;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: flex;
    position: relative;
    overflow: hidden;
}.audience-profile-918 li::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    pointer-events: none;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
    top: 0;
}.audience-profile-918 li::after {
    position: absolute;
    left: 0;
    height: 100%;
    width: 5px;
    opacity: 0.7;
    background: rgb(213,189,167);
    top: 0;
    transition: width 0.4s ease, opacity 0.4s ease;
    content: '';
}.audience-profile-918 li:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 25px rgb(213,189,167,0.5);
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px) scale(1.02);
}.audience-profile-918 li:hover::after {
    opacity: 1;
    width: 8px;
}.audience-profile-918 li svg {
    height: 40px;
    filter: drop-shadow(0 0 8px rgb(213,189,167,0.5));
    flex-shrink: 0;
    animation: pulseIcon 3s infinite alternate;
    fill: rgb(213,189,167);
    width: 40px;
    transition: all 0.4s ease;
    margin-right: 1.5rem;
}.audience-profile-918 li:hover svg {
    animation-duration: 1.5s;
}.audience-profile-918 li svg path {
    transition: all 0.4s ease;
}.audience-profile-918 li:hover svg path {
    fill: rgb(213,189,167);
}.audience-profile-918 li {
    color: #ffffff;
    font-size: 17px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-weight: 400;
    line-height: 1.5;
}.audience-profile-918 li:nth-child(1)::after {
    animation-delay: 0s;
}.audience-profile-918 li:nth-child(2)::after {
    animation-delay: 0.5s;
}.audience-profile-918 li:nth-child(3)::after {
    animation-delay: 1s;
}.audience-profile-918 li:nth-child(4)::after {
    animation-delay: 1.5s;
}.audience-profile-918 li:nth-child(1) svg {
    animation-delay: 0s;
}.audience-profile-918 li:nth-child(2) svg {
    animation-delay: 1s;
}.audience-profile-918 li:nth-child(3) svg {
    animation-delay: 0.5s;
}.audience-profile-918 li:nth-child(4) svg {
    animation-delay: 1.5s;
}

@keyframes pulseDots {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgb(213,189,167,0.5));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 12px rgb(213,189,167));
    }
}

@keyframes glowLine {
    0%, 100% {
        box-shadow: 0 0 5px rgb(213,189,167,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(213,189,167);
    }
}

@media (max-width: 991px) {.audience-profile-918 {
    padding: 4rem 0;
}.audience-profile-918 h3 {
    padding-left: 1.2rem;
    font-size: calc(34px * 0.9);
}.audience-profile-918 li {
    padding: 1.5rem;
}.audience-profile-918 li svg {
    width: 35px;
    height: 35px;
    margin-right: 1.2rem;
}
}

@media (max-width: 767px) {.audience-profile-918 {
    padding: 3rem 0;
}.audience-profile-918 ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.audience-profile-918 h3 {
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.8);
    border-left: none;
    padding-left: 0;
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 4px solid rgb(213,189,167);
    box-shadow: 0 5px 15px rgb(213,189,167,0.5);
}.audience-profile-918 li {
    padding: 1.2rem;
}.audience-profile-918 li svg {
    height: 30px;
    margin-right: 1rem;
    width: 30px;
}}.offer-panel-608 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.offer-panel-608::before {
    right: 0;
    position: absolute;
    content: "";
    top: 0;
    backdrop-filter: blur(8px);
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(213,189,167,0.5) 100%);
    z-index: 1;
    left: 0;
}.offer-panel-608 .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 20px;
    position: relative;
}.offer-panel-608 .plan-cost-643 {
    display: flex;
    flex-direction: column;
    align-items: center;
}.offer-panel-608 h2 {
    position: relative;
    animation: fadeSlideDown 0.8s ease-out forwards;
    color: #ffffff;
    font-size: 29px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    margin-bottom: 25px;
    text-align: center;
    font-weight: 700;
    transform: translateY(0);
}.offer-panel-608 h2::after {
    transform: translateX(-50%) scaleX(0);
    content: "";
    bottom: -15px;
    animation: expandLine 1.2s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: absolute;
    background: rgb(213,189,167);
    left: 50%;
    height: 3px;
    width: 80px;
}.offer-panel-608 .learning-fees-409 {
    font-size: calc(14px * 1.1);
    color: #ffffff;
    opacity: 0;
    line-height: 1.6;
    text-align: center;
    max-width: 700px;
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    margin: 0 auto 60px;
    transform: translateY(20px);
}.offer-panel-608 .price-grid-149 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0;
    display: grid;
    gap: 30px;
}.offer-panel-608 .price-grid-149 li {
    opacity: 0;
    animation: cardReveal 0.7s cubic-bezier(0.2, 1, 0.3, 1) forwards;
    transform: translateY(30px) rotateX(10deg);
}.offer-panel-608 .price-grid-149 li:nth-child(1) {
    animation-delay: 0.4s;
}.offer-panel-608 .price-grid-149 li:nth-child(2) {
    animation-delay: 0.6s;
}.offer-panel-608 .price-grid-149 li:nth-child(3) {
    animation-delay: 0.8s;
}.offer-panel-608 .price-grid-149 li:nth-child(4) {
    animation-delay: 1s;
}.offer-panel-608 .fee-chart-896 {
    transition: transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    display: block;
    will-change: transform;
    height: 100%;
    color: #000000;
    text-decoration: none;
}.offer-panel-608 .fee-chart-896:hover {
    transform: translateY(-12px);
}.offer-panel-608 .pay-options-406 {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
    transition: box-shadow 0.45s ease, transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    background: #ffffff;
    border-radius: 28px;
}.offer-panel-608 .fee-chart-896:hover .pay-options-406 {
    box-shadow: 0 25px 45px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.12);
}.offer-panel-608 .pay-options-406::before {
    background: linear-gradient(90deg, rgb(213,189,167) 0%, rgb(189,157,122) 100%);
    top: 0;
    transform-origin: right;
    content: "";
    width: 100%;
    height: 6px;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.3, 0.7, 0.4, 1.5);
    left: 0;
    position: absolute;
}.offer-panel-608 .fee-chart-896:hover .pay-options-406::before {
    transform: scaleX(1);
    transform-origin: left;
}.offer-panel-608 .learn-packs-025 {
    position: relative;
    padding: 35px 30px;
}.offer-panel-608 .learn-packs-025 h4 {
    position: relative;
    padding-bottom: 15px;
    transition: color 0.35s ease;
    font-size: calc(19px * 1.1);
    margin-bottom: 20px;
    color: #000000;
    font-weight: 700;
}.offer-panel-608 .fee-chart-896:hover .learn-packs-025 h4 {
    color: rgb(213,189,167);
}.offer-panel-608 .learn-packs-025 h4::after {
    position: absolute;
    left: 0;
    width: 50px;
    height: 2px;
    background: rgb(213,189,167,0.5);
    content: "";
    transition: width 0.35s ease, background 0.35s ease;
    bottom: 0;
}.offer-panel-608 .fee-chart-896:hover .learn-packs-025 h4::after {
    background: rgb(213,189,167);
    width: 75px;
}.offer-panel-608 .learn-packs-025 p {
    max-height: 150px;
    overflow-y: auto;
    position: relative;
    color: #000000;
    font-size: 14px;
    line-height: 1.7;
    padding-right: 15px;
    margin-bottom: 30px;
}.offer-panel-608 .learn-packs-025 p::-webkit-scrollbar {
    width: 6px;
}.offer-panel-608 .learn-packs-025 p::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
    border-radius: 10px;
}.offer-panel-608 .learn-packs-025 p::-webkit-scrollbar-thumb {
    transition: background 0.3s ease;
    border-radius: 10px;
    background: rgb(213,189,167,0.5);
}.offer-panel-608 .fee-chart-896:hover .learn-packs-025 p::-webkit-scrollbar-thumb {
    background: rgb(213,189,167);
}.offer-panel-608 .class-rates-240 {
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(189,157,122,0.5) 0%, rgb(213,189,167) 100%);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    justify-content: center;
    color: #ffffff;
    overflow: hidden;
    font-weight: 700;
    display: flex;
    position: relative;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    padding: 12px 20px;
    font-size: calc(19px * 1.2);
}.offer-panel-608 .fee-chart-896:hover .class-rates-240 {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: scale(1.05);
}.offer-panel-608 .class-rates-240::before {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    transform: translateX(-100%);
    position: absolute;
    transition: transform 0.6s ease;
    left: 0;
    top: 0;
    height: 100%;
}.offer-panel-608 .fee-chart-896:hover .class-rates-240::before {
    transform: translateX(100%);
}

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

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

@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes cardReveal {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(10deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@media (max-width: 1200px) {.offer-panel-608 {
    padding: 100px 0;
}.offer-panel-608 .price-grid-149 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 991px) {.offer-panel-608 {
    padding: 80px 0;
}.offer-panel-608 h2 {
    font-size: calc(29px * 0.9);
}.offer-panel-608 .learning-fees-409 {
    font-size: 14px;
    margin-bottom: 50px;
}.offer-panel-608 .price-grid-149 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.offer-panel-608 .learn-packs-025 {
    padding: 25px 20px;
}
}

@media (max-width: 767px) {.offer-panel-608 {
    padding: 60px 0;
}.offer-panel-608 h2 {
    font-size: calc(29px * 0.8);
}.offer-panel-608 .learning-fees-409 {
    margin-bottom: 40px;
    font-size: calc(14px * 0.95);
}.offer-panel-608 .price-grid-149 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.offer-panel-608 .learn-packs-025 p {
    max-height: none;
}
}

@media (max-width: 480px) {.offer-panel-608 {
    padding: 50px 0;
}.offer-panel-608 h2 {
    font-size: calc(29px * 0.7);
}.offer-panel-608 .learn-packs-025 {
    padding: 20px 18px;
}.offer-panel-608 .class-rates-240 {
    padding: 10px 15px;
    font-size: calc(19px * 1.1);
}}.statistical-data-694 {
    padding: 5rem 0;
    overflow: hidden;
    background: rgb(234,224,210);
    position: relative;
}.statistical-data-694::before {
    top: 0;
    opacity: 0.1;
    height: 100%;
    background: linear-gradient(135deg, rgb(213,189,167,0.5) 0%, transparent 70%);
    z-index: 0;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
}.statistical-data-694::after {
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 11px),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 11px);
    opacity: 0.5;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 0;
    content: "";
    width: 100%;
    top: 0;
}.statistical-data-694 .container {
    z-index: 1;
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.statistical-data-694 .fast-statistics-057 {
    position: relative;
    background: linear-gradient(to right, rgb(213,189,167,0.5) 0%, transparent 100%);
    padding: 3rem;
    border-radius: 20px 0 0 20px;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 3rem;
}.statistical-data-694 .fast-statistics-057::before {
    content: "";
    width: 5px;
    height: 100%;
    border-radius: 10px 0 0 10px;
    top: 0;
    background: rgb(213,189,167);
    left: 0;
    position: absolute;
}.statistical-data-694 .statistics-boosts-782 {
    margin: 0 0 1.5rem;
    font-weight: 700;
    font-size: 30px;
    position: relative;
    color: #000000;
    display: inline-block;
}.statistical-data-694 .statistics-boosts-782::after {
    left: 0;
    content: "";
    background: rgb(189,157,122);
    width: 50%;
    border-radius: 10px;
    bottom: -0.5rem;
    height: 3px;
    position: absolute;
}.statistical-data-694 .statistics-perks-591 {
    font-weight: 400;
    max-width: 80%;
    margin: 0;
    line-height: 1.7;
    color: #000000;
    font-size: 12px;
}.statistical-data-694 .statistics-gain-468 {
    margin: -1rem;
    flex-wrap: wrap;
    display: flex;
}.statistical-data-694 .statistics-experts-259 {
    align-items: flex-start;
    border-radius: 20px;
    flex: 0 0 calc(50% - 2rem);
    overflow: hidden;
    display: flex;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    margin: 1rem;
    padding: 0;
}.statistical-data-694 .statistics-experts-259:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.statistical-data-694 .statistics-experts-259 h4 {
    align-items: center;
    justify-content: center;
    padding: 2.5rem;
    color: #ffffff;
    display: flex;
    overflow: hidden;
    background: rgb(213,189,167);
    margin: 0;
    font-weight: 700;
    font-size: calc(30px * 1.5);
    flex: 0 0 40%;
    position: relative;
}.statistical-data-694 .statistics-experts-259:nth-child(even) h4 {
    background: rgb(189,157,122);
}.statistical-data-694 .statistics-experts-259 h4::before {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 60%);
    height: 200%;
    content: "";
    transition: opacity 0.3s ease;
    top: -50%;
    left: -50%;
    opacity: 0;
    position: absolute;
    width: 200%;
}.statistical-data-694 .statistics-experts-259:hover h4::before {
    opacity: 1;
}.statistical-data-694 .statistics-experts-259 span {
    align-items: center;
    color: #000000;
    flex: 1;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    padding: 2.5rem;
}.statistical-data-694 svg {
    height: 24px;
    width: 24px;
    position: absolute;
    transition: all 0.3s ease;
    right: 1rem;
    top: 1rem;
    fill: rgba(255, 255, 255, 0.5);
}.statistical-data-694 svg path {
    fill: inherit;
}.statistical-data-694 .statistics-experts-259:hover svg {
    transform: scale(1.2) rotate(15deg);
    fill: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1024px) {.statistical-data-694 .statistics-perks-591 {
    max-width: 100%;
}.statistical-data-694 .statistics-experts-259 h4 {
    font-size: calc(30px * 1.3);
    padding: 2rem;
}.statistical-data-694 .statistics-experts-259 span {
    padding: 2rem;
}
}

@media (max-width: 768px) {.statistical-data-694 {
    padding: 4rem 0;
}.statistical-data-694 .fast-statistics-057 {
    margin-bottom: 2rem;
    padding: 2rem;
}.statistical-data-694 .statistics-experts-259 {
    flex: 0 0 calc(100% - 2rem);
}.statistical-data-694 .statistics-experts-259 h4 {
    padding: 1.8rem;
    font-size: calc(30px * 1.2);
}.statistical-data-694 .statistics-experts-259 span {
    padding: 1.8rem;
}.statistical-data-694 .statistics-boosts-782 {
    font-size: calc(30px * 0.9);
    margin-bottom: 1.2rem;
}.statistical-data-694 .statistics-perks-591 {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.statistical-data-694 {
    padding: 3rem 0;
}.statistical-data-694 .fast-statistics-057 {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
}.statistical-data-694 .statistics-experts-259 {
    flex-direction: column;
}.statistical-data-694 .statistics-experts-259 h4 {
    width: 100%;
    padding: 1.5rem;
    font-size: 30px;
    flex: 0 0 auto;
}.statistical-data-694 .statistics-experts-259 span {
    padding: 1.5rem;
    justify-content: center;
    text-align: center;
}.statistical-data-694 .statistics-boosts-782 {
    margin-bottom: 1rem;
    font-size: calc(30px * 0.8);
}.statistical-data-694 .statistics-perks-591 {
    line-height: 1.5;
    font-size: calc(12px * 0.9);
}.statistical-data-694 svg {
    right: 0.8rem;
    top: 0.8rem;
    width: 20px;
    height: 20px;
}}.client-opinions-654 {
    background: linear-gradient(135deg, #ffffff 0%, rgb(234,224,210) 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.client-opinions-654::before {
    transform: rotate(-15deg) skew(10deg);
    width: 35%;
    z-index: 1;
    height: 70%;
    position: absolute;
    pointer-events: none;
    top: -10%;
    background: linear-gradient(225deg, rgb(189,157,122,0.5) 0%, transparent 80%);
    left: -5%;
    content: "";
}.client-opinions-654::after {
    pointer-events: none;
    background: linear-gradient(135deg, transparent 30%, rgb(213,189,167,0.5) 100%);
    content: "";
    bottom: -15%;
    height: 70%;
    right: -10%;
    width: 50%;
    transform: rotate(15deg) skew(-5deg);
    position: absolute;
    z-index: 1;
}.client-opinions-654 h2 {
    color: #000000;
    position: relative;
    transform: perspective(1000px) rotateX(5deg);
    font-weight: 700;
    letter-spacing: 0.5px;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
    font-size: 34px;
    text-align: center;
}.client-opinions-654 h2::after {
    left: 25%;
    background: linear-gradient(90deg, transparent, rgb(213,189,167), transparent);
    right: 25%;
    content: "";
    bottom: -15px;
    position: absolute;
    height: 3px;
}.client-opinions-654 .container.pedagogy-info-084 {
    max-width: 1200px;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    padding: 0 20px;
}.client-opinions-654 .review-list-381 {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
}.client-opinions-654 .rating-voices-106 {
    justify-content: space-between;
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    transform: translateY(20px);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    flex-direction: column;
    position: relative;
    animation-delay: calc(var(--i, 0) * 0.1s);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    animation: revealCard 0.7s forwards;
    display: flex;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    padding: 2rem;
    overflow: hidden;
}.client-opinions-654 .rating-voices-106:nth-child(odd) {
    transform: translateY(20px) rotate(1deg);
}.client-opinions-654 .rating-voices-106:nth-child(even) {
    transform: translateY(20px) rotate(-1deg);
}.client-opinions-654 .rating-voices-106:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px) scale(1.02);
    z-index: 5;
}.client-opinions-654 .rating-voices-106::before {
    position: absolute;
    left: 10px;
    top: -20px;
    line-height: 1;
    font-size: 150px;
    opacity: 0.1;
    font-family: serif;
    z-index: 1;
    content: "";
    color: rgb(189,157,122,0.5);
}.client-opinions-654 .rating-voices-106 h3 {
    letter-spacing: 0.8px;
    position: relative;
    font-size: calc(23px + 2px);
    margin-bottom: 0.75rem;
    border-bottom: 2px solid rgb(189,157,122,0.5);
    color: rgb(213,189,167);
    z-index: 2;
    font-weight: 600;
    padding-bottom: 10px;
}.client-opinions-654 .rating-voices-106 p.description {
    font-weight: 400;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 14px;
    position: relative;
    font-style: italic;
    z-index: 2;
    line-height: 1.6;
}.client-opinions-654 .rating-voices-106 div {
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    width: 60px;
    position: relative;
    height: 60px;
    z-index: 2;
    border: 3px solid #ffffff;
    margin-top: auto;
}.client-opinions-654 .rating-voices-106:hover div {
    transform: scale(1.1) rotate(5deg);
}.client-opinions-654 .rating-voices-106 div img {
    height: 100%;
    transition: transform 0.5s ease;
    width: 100%;
    object-fit: cover;
}.client-opinions-654 .rating-voices-106:hover div img {
    transform: scale(1.1);
}

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

@media screen and (max-width: 1200px) {.client-opinions-654 {
    padding: 4rem 0;
}.client-opinions-654 .review-list-381 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
}

@media screen and (max-width: 992px) {.client-opinions-654 h2 {
    font-size: calc(34px - 2px);
}.client-opinions-654 .rating-voices-106 {
    padding: 1.75rem;
}
}

@media screen and (max-width: 768px) {.client-opinions-654 {
    padding: 3rem 0;
}.client-opinions-654 h2 {
    margin-bottom: 2rem;
}.client-opinions-654 .review-list-381 {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.client-opinions-654 .rating-voices-106::before {
    font-size: 120px;
    top: -15px;
}
}

@media screen and (max-width: 576px) {.client-opinions-654 {
    padding: 2.5rem 0;
}.client-opinions-654 .review-list-381 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.client-opinions-654 h2 {
    transform: none;
    font-size: calc(34px - 4px);
}.client-opinions-654 .rating-voices-106 {
    padding: 1.5rem;
}.client-opinions-654 .rating-voices-106 h3 {
    font-size: 23px;
}
}

@media (prefers-reduced-motion: reduce) {.client-opinions-654 .rating-voices-106 {
    animation: none;
    opacity: 1;
    transform: none !important;
}.client-opinions-654 .rating-voices-106:hover {
    transform: none !important;
}}.our-story-647 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.our-story-647::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(213,189,167,0.5), rgba(0, 0, 0, 0.5) 70%);
    left: 0;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}.our-story-647::after {
    transform: rotate(-15deg);
    width: 80%;
    z-index: 0;
    top: -50%;
    filter: blur(80px);
    opacity: 0.5;
    height: 200%;
    position: absolute;
    right: -20%;
    background: rgb(189,157,122,0.5);
    content: "";
}.our-story-647 .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.our-story-647 .note-frame-276 {
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25), 
              0 8px 22px -6px rgba(0,0,0,0.22),
              0 1px 3px rgba(255,255,255,0.1) inset;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 45px 55px;
    border-left: 4px solid rgb(213,189,167);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.our-story-647 .note-frame-276:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.our-story-647 h5 {
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    position: relative;
    transform: translateX(0);
    transition: transform 0.4s ease-out;
    font-size: 20px;
    margin-bottom: 15px;
}.our-story-647 h5::after {
    content: "";
    background: rgb(213,189,167);
    width: 0;
    left: 0;
    position: absolute;
    height: 2px;
    bottom: -8px;
    transition: width 0.4s ease-out;
}.our-story-647 .note-frame-276:hover h5 {
    transform: translateX(5px);
}.our-story-647 .note-frame-276:hover h5::after {
    width: 100%;
}.our-story-647 p {
    margin-bottom: 25px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: calc(12px * 1.2);
}.our-story-647 p b {
    letter-spacing: 1px;
    transform: translateY(0);
    color: rgb(213,189,167);
    display: inline-block;
    font-weight: 700;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: calc(12px * 1.6);
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}.our-story-647 .note-frame-276:hover p b {
    transform: translateY(-5px);
}.our-story-647 ol {
    margin: 0;
    counter-reset: item;
    padding-left: 25px;
    list-style-type: none;
}.our-story-647 ol li {
    line-height: 1.8;
    position: relative;
    padding-left: 15px;
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
    color: #ffffff;
    margin-bottom: 15px;
}.our-story-647 ol li::before {
    border-radius: 50%;
    width: 8px;
    transition: transform 0.3s ease;
    left: -25px;
    transform: scale(0.8);
    height: 8px;
    position: absolute;
    content: "";
    background: rgb(213,189,167);
    top: 12px;
    box-shadow: 0 0 15px rgb(213,189,167);
}.our-story-647 .note-frame-276:hover ol li::before {
    transform: scale(1.2);
}.our-story-647 .note-frame-276 div:nth-child(1),
.our-story-647 .note-frame-276 div:nth-child(2) {
    transform: translateY(0);
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 1;
}.our-story-647 .note-frame-276:hover div:nth-child(1) {
    transform: translateY(-5px);
}.our-story-647 .note-frame-276:hover div:nth-child(2) {
    transform: translateY(-3px);
}

@media (max-width: 992px) {.our-story-647 {
    padding: 90px 0;
}.our-story-647 .note-frame-276 {
    padding: 35px 40px;
    transform: perspective(1000px) rotateY(0deg);
}.our-story-647 p b {
    font-size: calc(12px * 1.4);
}
}

@media (max-width: 768px) {.our-story-647 {
    padding: 70px 0;
}.our-story-647 .note-frame-276 {
    border-left-width: 3px;
    padding: 30px;
}.our-story-647 h5 {
    font-size: calc(20px * 0.9);
}.our-story-647 p b {
    font-size: calc(12px * 1.3);
}.our-story-647 ol li {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.our-story-647 {
    padding: 60px 0;
}.our-story-647 .note-frame-276 {
    padding: 25px 20px;
    border-left-width: 2px;
}.our-story-647 h5 {
    font-size: calc(20px * 0.85);
}.our-story-647 p b {
    font-size: calc(12px * 1.2);
}.our-story-647 ol li {
    font-size: calc(12px * 0.9);
    padding-left: 10px;
    line-height: 1.6;
}.our-story-647 ol li::before {
    left: -20px;
    width: 6px;
    height: 6px;
}}.confidential-hearth-801 {
    flex-direction: column;
    display: flex;
    gap: 30px;
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, rgb(213,189,167), rgb(189,157,122));
    padding: 50px;
    font-family: Arial, sans-serif;
}.confidential-hearth-801 h1 {
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    margin-bottom: 20px;
}.confidential-hearth-801 h2 {
    font-size: 29px;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
}.confidential-hearth-801 h3, .confidential-hearth-801 h4, .confidential-hearth-801 h5, .confidential-hearth-801 h6 {
    text-align: center;
    margin: 1rem 0;
}.confidential-hearth-801 p {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 20px;
    line-height: 1.8;
}.confidential-hearth-801 ul, .confidential-hearth-801 ol {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}.confidential-hearth-801 ul li, .confidential-hearth-801 ol li {
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 10px;
}.confidential-hearth-801 span {
    font-weight: 600;
}.confidential-hearth-801 div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.confidential-hearth-801 {
    padding: 30px 15px;
}.confidential-hearth-801 h1 {
    font-size: calc(20px - 10px);
}.confidential-hearth-801 h2 {
    font-size: calc(20px - 8px);
}.confidential-hearth-801 p, .confidential-hearth-801 li {
    font-size: calc(18px - 2px);
}}
.contact-information-175 {
    background: rgb(234,224,210);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.contact-information-175::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(213,189,167), rgb(189,157,122));
    left: 0;
    top: 0;
    height: 5px;
    width: 100%;
}.contact-information-175 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
}.contact-information-175 h2 {
    font-weight: 700;
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 38px;
    margin-bottom: 60px;
    display: inline-block;
    color: #000000;
    position: relative;
    padding-left: 20px;
}.contact-information-175 h2::before {
    top: 0;
    background: rgb(213,189,167);
    content: "";
    position: absolute;
    border-radius: 10px;
    width: 5px;
    left: 0;
    height: 100%;
}.contact-information-175 .query-section-087 {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    display: grid;
}.contact-information-175 .img-fit-390 {
    position: relative;
    box-shadow: -15px 15px 0 rgb(213,189,167,0.5);
    min-height: 500px;
    border-radius: 26px;
    overflow: hidden;
    order: 2;
}.contact-information-175 .reach-support-489 {
    order: 1;
}.contact-information-175 form {
    width: 100%;
    background: #ffffff;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 26px;
}.contact-information-175 form h3 {
    font-size: 19px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 35px;
}.contact-information-175 form input[type="text"] {
    padding: 18px 25px;
    border: none;
    background: rgb(234,224,210);
    border-radius: 10px;
    font-size: 18px;
    width: 100%;
    color: #000000;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
}.contact-information-175 form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(213,189,167,0.5);
    background: #ffffff;
}.contact-information-175 form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.contact-information-175 .message-map-783 {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.contact-information-175 .message-map-783 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-information-175 .message-map-783 label {
    color: #000000;
    padding-left: 35px;
    font-size: 15px;
    position: relative;
    line-height: 1.5;
    cursor: pointer;
}.contact-information-175 .message-map-783 label::before {
    content: "";
    position: absolute;
    height: 22px;
    width: 22px;
    background: rgb(234,224,210);
    top: 2px;
    border-radius: 10px;
    left: 0;
    transition: all 0.2s ease;
}.contact-information-175 .message-map-783 input[type="checkbox"]:checked + label::before {
    background: rgb(213,189,167);
}.contact-information-175 .message-map-783 input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    top: 6px;
    position: absolute;
    width: 6px;
    height: 10px;
    left: 8px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    content: "";
}.contact-information-175 .message-map-783 label a {
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(213,189,167);
    text-decoration: none;
}.contact-information-175 .message-map-783 label a:hover {
    color: rgb(189,157,122);
}.contact-information-175 form .feedback-map-973 {
    transition: all 0.3s ease;
    font-size: 14px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 18px 40px;
    position: relative;
    background: #000000;
    cursor: pointer;
    border: none;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
}.contact-information-175 form .feedback-map-973:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background: rgb(213,189,167);
}.contact-information-175 svg {
    width: 20px;
    height: 20px;
    fill: rgb(213,189,167);
}.contact-information-175 svg path {
    fill: rgb(213,189,167);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.contact-information-175 {
    padding: 90px 0;
}.contact-information-175 .query-section-087 {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact-information-175 .img-fit-390 {
    margin: 0 auto;
    order: 1;
    min-height: 400px;
    max-width: 600px;
}.contact-information-175 .reach-support-489 {
    order: 2;
}.contact-information-175 form {
    max-width: 600px;
    margin: 0 auto;
}
}

@media screen and (max-width: 767px) {.contact-information-175 {
    padding: 70px 0;
}.contact-information-175 h2 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.9);
}.contact-information-175 .img-fit-390 {
    min-height: 300px;
    box-shadow: -10px 10px 0 rgb(213,189,167,0.5);
    width: 100%;
}.contact-information-175 form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.contact-information-175 {
    padding: 50px 0;
}.contact-information-175 h2 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.8);
}.contact-information-175 .img-fit-390 {
    box-shadow: -8px 8px 0 rgb(213,189,167,0.5);
    min-height: 250px;
}.contact-information-175 form {
    padding: 30px 20px;
}.contact-information-175 form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.contact-information-175 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact-information-175 form .feedback-map-973 {
    padding: 15px 20px;
    width: 100%;
}}.cookieDisclosurePanel-587 {
    z-index: 90;
    width: 100%;
    background: rgb(234,224,210);
    border-top: 2px solid rgb(213,189,167);
    position: fixed;
    bottom: 0;
}.cookie-check-735 {
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
}#cookiePopupMessage-958 {
    display: none;
}#cookiePopupMessage-958:checked ~ .cookieDisclosurePanel-587 {
    visibility: hidden;
    opacity: 0;
}.cookieDisclosurePanel-587 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookieDisclosurePanel-587 p {
    font-size: 18px;
}.cookie-reset-173 {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie-reset-173 svg, .cookie-reset-173 svg path, .cookie-reset-173 img {
    height: 100px;
    width: 100px;
    fill: rgb(213,189,167);
}.edu-accept-651 {
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: 120px;
    color: rgb(213,189,167);
    font-size: 24px;
    text-decoration: none;
    border-bottom: 2px solid rgb(213,189,167);
    line-height: 35px;
}.cookieDisclosurePanel-587 p a {
    text-decoration: none;
    color: rgb(213,189,167);
}
@media only screen and (max-width: 1200px) {.cookieDisclosurePanel-587 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie-reset-173 {
    display: none;
}.cookie-check-735 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookieDisclosurePanel-587 h5 {
    text-align: center;
}.cookieDisclosurePanel-587 p {
    text-align: center;
}.track-manage-593 {
    margin-bottom: 20px;
}body .framework-wrap-538 .edu-accept-651 {
    margin-left: 0;
    margin-bottom: 10px;
}}
.framework-wrap-538 .cookieDisclosurePanel-587 {
    border: none;
    box-shadow: rgb(213,189,167,0.5) 0px 0px 40px 39px;
    background: #ffffff;
}.framework-wrap-538 .edu-accept-651 {
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    margin-left: 30px;
    background: rgb(213,189,167);
    border: none;
    padding: 10px;
}.framework-wrap-538 .cookie-reset-173 {
    height: 80px;
    align-items: center;
    background:rgb(213,189,167);
    width: 80px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
}.framework-wrap-538 .cookie-reset-173 svg, .framework-wrap-538 .cookie-reset-173 svg path, .framework-wrap-538 .cookie-reset-173 img {
    height: 40px;
    width: 40px;
    fill:#000000;
}.framework-wrap-538 .track-manage-593 h5, .framework-wrap-538 .track-manage-593 p {
    color: #000000;
}
@media only screen and (max-width: 800px){.framework-wrap-538 .cookie-reset-173 {
    margin: 0;
    margin-bottom: 14px;
}}.academic-experience-608 {
    overflow: hidden;
    position: relative;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(234,224,210), rgb(189,157,122,0.5) 120%);
}.academic-experience-608::before {
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 40px,
        rgb(189,157,122,0.5) 40px,
        rgb(189,157,122,0.5) 42px
    );
    position: absolute;
    content: "";
    opacity: 0.1;
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}.academic-experience-608::after {
    height: 200%;
    position: absolute;
    content: "";
    top: -50%;
    opacity: 0.04;
    background: rgb(189,157,122);
    z-index: 0;
    transform: rotate(-12deg);
    width: 60%;
    right: -10%;
}.academic-experience-608 .container {
    max-width: 1140px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.academic-experience-608 .rating-voices-106 {
    grid-template-columns: 1fr;
    position: relative;
    padding: 3rem;
    display: grid;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(2deg);
    gap: 2.5rem;
}.academic-experience-608 .rating-voices-106:hover {
    transform: perspective(1000px) rotateY(0deg);
}.academic-experience-608 .rating-voices-106 > div:first-child {
    position: relative;
    max-width: 260px;
    margin: 0 auto;
    width: 100%;
}.academic-experience-608 .rating-voices-106 .img-fit-390 {
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateZ(20px);
    height: 260px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 0.5rem;
    width: 260px;
}.academic-experience-608 .rating-voices-106:hover .img-fit-390 {
    transform: translateZ(30px) translateY(-5px);
}.academic-experience-608 .rating-voices-106 .img-fit-390::after {
    z-index: -1;
    left: 15px;
    right: -15px;
    opacity: 0;
    content: "";
    border: 2px solid rgb(189,157,122);
    top: 15px;
    bottom: -15px;
    transform: translate(10px, 10px);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
}.academic-experience-608 .rating-voices-106:hover .img-fit-390::after {
    opacity: 0.4;
    transform: translate(0, 0);
}.academic-experience-608 .rating-voices-106 > div:nth-child(2) {
    position: relative;
    text-align: center;
    transition: transform 0.4s ease;
    transform: translateY(0);
}.academic-experience-608 .rating-voices-106:hover > div:nth-child(2) {
    transform: translateY(-5px);
}.academic-experience-608 .name {
    color: rgb(213,189,167);
    font-size: calc(19px * 1.2);
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 0.5rem;
}.academic-experience-608 .name::after {
    left: 50%;
    height: 2px;
    width: 0;
    transform: translateX(-50%);
    content: "";
    background: rgb(189,157,122);
    transition: width 0.4s ease;
    position: absolute;
    bottom: -5px;
}.academic-experience-608 .rating-voices-106:hover .name::after {
    width: 70%;
}.academic-experience-608 .rating-voices-106 > div:nth-child(2) > div {
    font-size: calc(16px * 1.05);
    color: rgb(189,157,122);
    font-weight: 600;
    opacity: 0.9;
    letter-spacing: 1px;
    text-transform: uppercase;
}.academic-experience-608 .past-work-302 {
    color: #000000;
    border-left: 3px solid rgb(189,157,122,0.5);
    font-size: 16px;
    position: relative;
    padding-left: 1.5rem;
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.8;
}.academic-experience-608 .past-work-302::before {
    color: rgb(189,157,122,0.5);
    content: "";
    font-size: 5rem;
    opacity: 0.3;
    left: -10px;
    top: -20px;
    font-family: serif;
    position: absolute;
}

@media (min-width: 768px) {.academic-experience-608 .rating-voices-106 {
    padding: 4rem;
    grid-template-columns: 260px 1fr;
    gap: 3rem;
}.academic-experience-608 .rating-voices-106 > div:nth-child(2) {
    align-self: center;
    grid-column: 2;
    text-align: left;
}.academic-experience-608 .name::after {
    transform: translateX(0);
    left: 0;
}.academic-experience-608 .rating-voices-106 > div:nth-child(3) {
    grid-column: span 2;
}
}

@media (min-width: 992px) {.academic-experience-608 {
    padding: 8rem 2rem;
}.academic-experience-608 .rating-voices-106 {
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px auto 1fr;
}.academic-experience-608 .rating-voices-106 > div:first-child {
    grid-row: span 2;
}.academic-experience-608 .rating-voices-106 > div:nth-child(2) {
    padding-left: 1rem;
    grid-column: 2 / span 2;
}.academic-experience-608 .rating-voices-106 > div:nth-child(3) {
    padding-top: 1rem;
    grid-column: 2 / span 2;
    grid-row: 2;
    padding-left: 1rem;
}.academic-experience-608 .past-work-302 {
    padding-left: 2rem;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 1200px) {.academic-experience-608 .rating-voices-106 {
    grid-template-columns: 300px 1fr 2fr;
    transform: perspective(1500px) rotateY(3deg);
    gap: 3.5rem;
    padding: 5rem;
}.academic-experience-608 .img-fit-390 {
    width: 300px;
    height: 300px;
}.academic-experience-608 .name {
    font-size: calc(19px * 1.3);
}.academic-experience-608 .past-work-302 {
    line-height: 1.9;
}
}

@media (max-width: 767px) {.academic-experience-608 {
    padding: 4rem 1.5rem;
}.academic-experience-608 .rating-voices-106 {
    padding: 2rem;
}.academic-experience-608 .rating-voices-106 .img-fit-390 {
    width: 220px;
    margin: 0 auto;
    height: 220px;
}.academic-experience-608 .name {
    font-size: 19px;
}.academic-experience-608 .past-work-302 {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}}.title-opener-904 {
    position: relative;
    overflow: hidden;
    width: 100%;
}.title-opener-904 .main-title-574 {
    justify-content: flex-start;
    min-height: 100vh;
    position: relative;
    align-items: center;
    display: flex;
    z-index: 1;
    padding: 8% 10%;
}.title-opener-904 .main-title-574::before {
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(25,25,35,0.6) 50%, rgba(0,0,0,0.8) 100%);
    z-index: -1;
    bottom: 0;
    top: 0;
}.title-opener-904 .main-title-574::after {
    z-index: -1;
    pointer-events: none;
    content: "";
    height: 120%;
    background: linear-gradient(to right, rgb(213,189,167,0.5) 0%, transparent 30%, transparent 70%, rgb(189,157,122,0.5) 100%);
    top: -10%;
    left: -10%;
    position: absolute;
    width: 120%;
    transform: skewY(-8deg);
}.title-opener-904 .knowledge-pro-701 {
    opacity: 0;
    animation: slideIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    transform: translateX(calc(5% + 5vw));
    z-index: 2;
    max-width: 750px;
    position: relative;
}.title-opener-904 .knowledge-pro-701::before {
    height: 0;
    width: 3px;
    transform: translateY(-50%);
    content: "";
    animation: lineGrow 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    top: 50%;
    left: -5vw;
    position: absolute;
    background: rgb(213,189,167);
}.title-opener-904 .knowledge-pro-701::after {
    left: 0;
    height: 4px;
    transform: scaleX(0);
    transform-origin: left;
    bottom: -40px;
    position: absolute;
    animation: scaleIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1.2s;
    content: "";
    background: linear-gradient(90deg, rgb(213,189,167) 0%, rgb(189,157,122) 100%);
    width: 80px;
}.title-opener-904 h1 {
    transform: translateY(30px);
    opacity: 0;
    font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem);
    line-height: 1.1;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.4s;
    color: #ffffff;
    margin-bottom: 2rem;
    font-weight: 700;
    position: relative;
}.title-opener-904 h1::after {
    position: absolute;
    bottom: -0.5rem;
    height: 3px;
    transform: scaleX(0);
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    background: rgb(213,189,167);
    width: 60px;
    transform-origin: left;
    content: "";
    left: 0;
}.title-opener-904 h3 {
    max-width: 90%;
    font-weight: 600;
    position: relative;
    font-size: clamp(1.2rem, 2vw + 0.5rem, 1.8rem);
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.6s;
}.title-opener-904 p {
    transform: translateY(15px);
    max-width: 85%;
    border-left: 2px solid rgb(189,157,122);
    line-height: 1.6;
    position: relative;
    margin-top: 2rem;
    padding-left: 16px;
    opacity: 0;
    color: #ffffff;
    font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
}

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

@keyframes slideIn {
  from {
    transform: translateX(calc(10% + 5vw));
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@keyframes lineGrow {
  from {
    height: 0;
  }
  to {
    height: 70%;
  }
}

@media (max-width: 1200px) {.title-opener-904 .main-title-574 {
    padding: 10% 8%;
}.title-opener-904 .knowledge-pro-701 {
    max-width: 650px;
}
}

@media (max-width: 991px) {.title-opener-904 .main-title-574 {
    padding: 12% 6%;
    min-height: 90vh;
}.title-opener-904 .knowledge-pro-701::before {
    left: -4vw;
}.title-opener-904 h1 {
    margin-bottom: 1.5rem;
}.title-opener-904 h3 {
    max-width: 95%;
}
}

@media (max-width: 768px) {.title-opener-904 .main-title-574 {
    padding-top: 25vh;
    align-items: flex-start;
    padding: 15% 5%;
}.title-opener-904 .knowledge-pro-701 {
    max-width: 100%;
}.title-opener-904 .knowledge-pro-701::before {
    display: none;
}.title-opener-904 h1 {
    font-size: clamp(2rem, 7vw, 3rem);
}.title-opener-904 h3 {
    font-size: clamp(1.1rem, 3.5vw, 1.5rem);
    max-width: 100%;
}.title-opener-904 p {
    margin-top: 1.5rem;
    max-width: 100%;
}
}

@media (max-width: 576px) {.title-opener-904 .main-title-574 {
    padding: 25% 5% 15%;
    min-height: 80vh;
}.title-opener-904 .main-title-574::after {
    transform: skewY(-12deg);
}.title-opener-904 h1 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
}.title-opener-904 h3 {
    font-size: clamp(1rem, 4vw, 1.2rem);
    line-height: 1.5;
}.title-opener-904 p {
    font-size: 1rem;
    padding-left: 12px;
}.title-opener-904 .knowledge-pro-701::after {
    bottom: -25px;
    width: 60px;
}
}