﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}a {
    color: inherit;
    text-decoration: none;
}.affiliate_ctaBVHOq {
    flex: 0 0 auto;
}.wrapper-holdervtTrJ {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}.container {
    margin: auto;
    width: 1243px;
    max-width: 100%;
}.page_headerO50yb {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}html,body {
    color: #000000;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    scroll-snap-type: none;
    scroll-behavior: auto;
    height: 100%;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.leadership_profileUmltQ {
    background: linear-gradient(to bottom, rgb(220,221,213), rgb(194,194,168,0.5) 120%);
    overflow: hidden;
    position: relative;
    border-radius: 23px;
    padding: 5rem 2rem;
}.leadership_profileUmltQ::before {
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.3;
    top: 0;
    position: absolute;
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(150,173,127,0.5) 0,
        rgb(150,173,127,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
}.leadership_profileUmltQ .testimonial_feedbackkUfCZ {
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    margin: 0 auto;
    display: flex;
    max-width: 500px;
    z-index: 2;
    flex-direction: column;
    transform: translateY(0);
}.leadership_profileUmltQ .testimonial_feedbackkUfCZ:hover {
    transform: translateY(-15px);
}.leadership_profileUmltQ .img_responsiveygko2 {
    border-radius: 23px 23px 0 0;
    margin: 0 auto;
    transition: all 0.5s ease;
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    position: relative;
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
    z-index: 3;
    width: 80%;
}.leadership_profileUmltQ .img_responsiveygko2::after {
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    border-radius: 23px 23px 0 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(194,194,168,0.5) 100%);
}.leadership_profileUmltQ .testimonial_feedbackkUfCZ:hover .img_responsiveygko2 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}.leadership_profileUmltQ .career_card4j6Js {
    padding: 70px 2rem 2rem;
    background: #ffffff;
    margin-top: -50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transform: translateZ(0);
    z-index: 2;
    position: relative;
    border-radius: 23px;
    transition: transform 0.5s ease;
}.leadership_profileUmltQ .career_card4j6Js::before {
    border-radius: 10px 10px 0 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, 
                rgb(194,194,168), 
                rgb(150,173,127), 
                rgb(194,194,168));
    height: 6px;
    left: 0;
    animation: gradient-shift 8s infinite alternate;
    background-size: 200% 100%;
    right: 0;
    top: 0;
}.leadership_profileUmltQ .career_card4j6Js::after {
    background: rgb(150,173,127,0.5);
    position: absolute;
    height: 60px;
    width: 60px;
    bottom: 20px;
    animation: float-blob 10s infinite alternate;
    content: "";
    right: 20px;
    filter: blur(15px);
    opacity: 0.2;
    border-radius: 20% 40% 50% 30%;
}.leadership_profileUmltQ .name {
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    transform: translateY(0);
    opacity: 0.9;
    color: rgb(194,194,168);
    font-family: Arial, sans-serif;
    font-size: 29px;
    font-weight: 700;
}.leadership_profileUmltQ .career_card4j6Js > div:nth-child(2) {
    transition: all 0.4s ease 0.1s;
    color: rgb(150,173,127);
    font-weight: 600;
    transform: translateY(0);
    opacity: 0.8;
    font-size: 22px;
    padding-bottom: 1rem;
    position: relative;
    margin-bottom: 1.5rem;
}.leadership_profileUmltQ .career_card4j6Js > div:nth-child(2)::after {
    height: 3px;
    left: 0;
    transition: width 0.4s ease;
    position: absolute;
    bottom: 0;
    width: 40px;
    content: "";
    background: rgb(150,173,127,0.5);
}.leadership_profileUmltQ .testimonial_feedbackkUfCZ:hover .career_card4j6Js > div:nth-child(2)::after {
    width: 100px;
}.leadership_profileUmltQ .job_skills6blmp {
    transform: translateY(10px);
    position: relative;
    color: #000000;
    line-height: 1.7;
    font-style: italic;
    border-left: 3px solid rgb(150,173,127,0.5);
    font-size: 14px;
    opacity: 0.7;
    transition: all 0.5s ease 0.2s;
    padding: 1rem 0 0 1.5rem;
}.leadership_profileUmltQ .testimonial_feedbackkUfCZ:hover .job_skills6blmp {
    transform: translateY(0);
    opacity: 1;
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes float-blob {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
    }
    100% {
        transform: translateY(10px) rotate(360deg);
    }
}

@media (max-width: 768px) {.leadership_profileUmltQ .img_responsiveygko2 {
    height: 250px;
    width: 100%;
}}.educational_yieldJgGPF {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(220,221,213) 0%, rgb(194,194,168,0.5) 100%);
}.educational_yieldJgGPF::before {
    position: absolute;
    left: 0;
    animation: pulse 8s infinite alternate;
    width: 100%;
    opacity: 0.5;
    background: 
        radial-gradient(circle at 10% 20%, rgb(194,194,168,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(150,173,127,0.5) 0%, transparent 40%);
    content: "";
    height: 100%;
    top: 0;
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

.educational_yieldJgGPF .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.educational_yieldJgGPF .promise_blockAy674 {
    position: relative;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 30px rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    display: flex;
    overflow: hidden;
    padding: 50px;
    gap: 50px;
    align-items: center;
    flex-direction: row-reverse;
    background: #ffffff;
}.educational_yieldJgGPF .promise_blockAy674::before {
    opacity: 0.3;
    border-radius: 50%;
    right: -150px;
    width: 300px;
    content: "";
    background: rgb(194,194,168,0.5);
    height: 300px;
    filter: blur(100px);
    position: absolute;
    z-index: -1;
    top: -150px;
}.educational_yieldJgGPF .promise_blockAy674::after {
    filter: blur(80px);
    opacity: 0.3;
    left: -100px;
    content: "";
    width: 250px;
    bottom: -100px;
    background: rgb(150,173,127,0.5);
    position: absolute;
    height: 250px;
    border-radius: 50%;
    z-index: -1;
}.educational_yieldJgGPF .img_responsiveygko2 {
    transition: all 0.5s ease;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.5),
        inset 0 0 0 8px rgba(255, 255, 255, 0.5);
    position: relative;
    width: 45%;
    border-radius: 50%;
}.educational_yieldJgGPF .img_responsiveygko2::before {
    border-radius: 50%;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    animation: shine 5s infinite linear;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
}@keyframes shine {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.educational_yieldJgGPF .img_responsiveygko2:hover {
    transform: scale(1.03);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.15),
        -15px -15px 30px rgba(255, 255, 255, 0.7),
        inset 0 0 0 10px rgba(255, 255, 255, 0.8);
}.educational_yieldJgGPF .subtext_wrapbxXCz {
    width: 55%;
    padding: 20px;
    position: relative;
}.educational_yieldJgGPF .subtext_wrapbxXCz::before {
    border-radius: 50%;
    top: -40px;
    width: 80px;
    opacity: 0.3;
    position: absolute;
    height: 80px;
    left: -40px;
    z-index: -1;
    border: 4px solid rgb(194,194,168,0.5);
    content: "";
}.educational_yieldJgGPF h3 {
    font-weight: 700;
    font-size: 37px;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    color: #000000;
}.educational_yieldJgGPF h3::after {
    transition: transform 0.5s ease;
    bottom: -10px;
    transform: scaleX(0.3);
    left: 0;
    transform-origin: left;
    position: absolute;
    border-radius: 10px;
    height: 6px;
    background: linear-gradient(90deg, rgb(194,194,168), rgb(150,173,127));
    content: "";
    width: 100%;
}.educational_yieldJgGPF .subtext_wrapbxXCz:hover h3::after {
    transform: scaleX(1);
}.educational_yieldJgGPF ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.educational_yieldJgGPF li {
    background: rgb(220,221,213);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 15px 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border-radius: 15px;
    transform-origin: left;
}.educational_yieldJgGPF li:hover {
    background: linear-gradient(to right, rgb(220,221,213), #ffffff);
    transform: scale(1.02);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}.educational_yieldJgGPF li p {
    align-items: center;
    margin: 0;
    gap: 15px;
    display: flex;
    color: #000000;
    font-size: 16px;
}.educational_yieldJgGPF svg {
    transition: all 0.3s ease;
    height: 22px;
    border-radius: 50%;
    display: flex;
    padding: 10px;
    align-items: center;
    width: 22px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: rgb(194,194,168);
    justify-content: center;
}.educational_yieldJgGPF svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.educational_yieldJgGPF li:hover svg {
    background: rgb(150,173,127);
    transform: scale(1.1) rotate(10deg);
}

@media (max-width: 992px) {.educational_yieldJgGPF {
    padding: 80px 0;
}.educational_yieldJgGPF .promise_blockAy674 {
    gap: 40px;
    padding: 40px;
}.educational_yieldJgGPF h3 {
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 768px) {.educational_yieldJgGPF .promise_blockAy674 {
    flex-direction: column;
    gap: 40px;
}.educational_yieldJgGPF .img_responsiveygko2 {
    width: 70%;
    max-width: 300px;
    margin: 0 auto;
}.educational_yieldJgGPF .subtext_wrapbxXCz {
    padding: 10px;
    width: 100%;
}.educational_yieldJgGPF .subtext_wrapbxXCz::before {
    top: -30px;
    transform: translateX(-50%);
    left: 50%;
}
}

@media (max-width: 576px) {.educational_yieldJgGPF {
    padding: 60px 0;
}.educational_yieldJgGPF .promise_blockAy674 {
    padding: 30px 20px;
}.educational_yieldJgGPF .img_responsiveygko2 {
    width: 80%;
}.educational_yieldJgGPF h3 {
    font-size: 19px;
    display: block;
    text-align: center;
}.educational_yieldJgGPF li {
    padding: 12px 15px;
}.educational_yieldJgGPF li p {
    font-size: 16px;
}.educational_yieldJgGPF svg {
    padding: 8px;
}}header {
    overflow: visible;
    background: linear-gradient(to bottom, rgb(220,221,213), rgba(0, 0, 0, 0.5));
    z-index: 99;
    position: relative;
    width: 100%;
}header::before {
    height: 100%;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    content: "";
    left: 0;
    width: 100%;
    opacity: 0.1;
    top: 0;
    position: absolute;
}header .top_wrapqbB71 {
    display: flex;
    padding: 20px 30px;
    position: relative;
    align-items: center;
    justify-content: space-between;
}header .top_wrapqbB71::before {
    height: 1px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(194,194,168), transparent);
    width: 80%;
    left: 10%;
    content: "";
}header .top_wrapqbB71 .main_proJbydD {
    margin-right: 40px;
    z-index: 2;
    position: relative;
}header .top_wrapqbB71 .main_proJbydD .first_lessonVjZMv {
    padding: 5px;
    display: block;
    position: relative;
}header .top_wrapqbB71 .main_proJbydD .first_lessonVjZMv::before {
    right: -5px;
    position: absolute;
    content: "";
    bottom: -5px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    left: -5px;
    opacity: 0;
    transform: scale(0.9);
    z-index: -1;
    border-radius: 10px;
    top: -5px;
}header .top_wrapqbB71 .main_proJbydD .first_lessonVjZMv:hover::before {
    transform: scale(1);
    opacity: 0.1;
}header .top_wrapqbB71 .main_proJbydD .first_lessonVjZMv svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .top_wrapqbB71 .head_infosZRnT {
    padding: 0;
    display: flex;
    margin: 0;
    perspective: 1000px;
    list-style: none;
}header .top_wrapqbB71 .head_infosZRnT .top_mentoriw6BE {
    transform-style: preserve-3d;
    margin: 0;
    position: relative;
}header .top_wrapqbB71 .head_infosZRnT .top_mentoriw6BE a {
    transition: color 0.3s ease, transform 0.3s ease;
    font-family: Arial, sans-serif;
    background: linear-gradient(to bottom, transparent, transparent);
    display: block;
    color: #000000;
    letter-spacing: 0.5px;
    font-weight: 600;
    transform-style: preserve-3d;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 20px;
    position: relative;
    text-decoration: none;
}header .top_wrapqbB71 .head_infosZRnT .top_mentoriw6BE a::before,
header .top_wrapqbB71 .head_infosZRnT .top_mentoriw6BE a::after {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    transition: all 0.3s ease;
    pointer-events: none;
}header .top_wrapqbB71 .head_infosZRnT .top_mentoriw6BE a::before {
    transform: translateZ(-1px) rotateX(10deg);
    background: linear-gradient(to bottom, rgb(194,194,168,0.5), transparent);
    transform-origin: top center;
    opacity: 0;
}header .top_wrapqbB71 .head_infosZRnT .top_mentoriw6BE a::after {
    opacity: 0;
    transform-origin: bottom center;
    transform: translateZ(-2px) rotateX(-10deg);
    background: linear-gradient(to top, rgb(150,173,127,0.5), transparent);
}header .top_wrapqbB71 .head_infosZRnT .top_mentoriw6BE:hover a {
    transform: translateZ(10px);
    color: rgb(194,194,168);
}header .top_wrapqbB71 .head_infosZRnT .top_mentoriw6BE:hover a::before,
header .top_wrapqbB71 .head_infosZRnT .top_mentoriw6BE:hover a::after {
    opacity: 0.1;
}header .top_wrapqbB71 .head_infosZRnT .top_mentoriw6BE:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .top_wrapqbB71 .head_infosZRnT .top_mentoriw6BE:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .top_wrapqbB71 {
    flex-direction: column;
    padding: 15px;
}header .top_wrapqbB71 .main_proJbydD {
    margin: 0 0 15px 0;
}header .top_wrapqbB71 .head_infosZRnT {
    perspective: none;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .top_wrapqbB71 .head_infosZRnT .top_mentoriw6BE a {
    padding: 10px 15px;
    font-size: calc(14px - 1px);
    transform-style: flat;
}header .top_wrapqbB71 .head_infosZRnT .top_mentoriw6BE:hover a {
    transform: none;
}header .top_wrapqbB71 .head_infosZRnT .top_mentoriw6BE a::before,
    header .top_wrapqbB71 .head_infosZRnT .top_mentoriw6BE a::after {
    display: none;
}
}

@media (max-width: 767px) {header .top_wrapqbB71 .head_infosZRnT .top_mentoriw6BE a {
    font-size: calc(14px - 2px);
    padding: 8px 12px;
}}.secure_citadel8P4Rz {
    width: 100%;
    overflow: hidden;
    line-height: 1.6;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    padding: 40px;
    background: #ffffff;
}.secure_citadel8P4Rz h1 {
    margin-top: 20px;
    border-bottom: 2px solid rgb(194,194,168);
    text-align: center;
    padding-bottom: 10px;
    font-family: Arial, sans-serif;
    color: rgb(194,194,168);
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}.secure_citadel8P4Rz h2 {
    margin-top: 30px;
    border-bottom: 1px solid rgb(150,173,127);
    padding-bottom: 8px;
    font-size: 31px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: rgb(150,173,127);
    margin-bottom: 15px;
}.secure_citadel8P4Rz h3, .secure_citadel8P4Rz h4, .secure_citadel8P4Rz h5, .secure_citadel8P4Rz h6 {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 25px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    padding-bottom: 5px;
}.secure_citadel8P4Rz ul, .secure_citadel8P4Rz ol {
    margin: 0;
    padding-left: 0;
    list-style-position: inside;
    padding: 10px 0;
}.secure_citadel8P4Rz li {
    font-family: Arial, sans-serif;
    padding: 5px 0;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.8;
}.secure_citadel8P4Rz section {
    background: #ffffff;
}.secure_citadel8P4Rz p, .secure_citadel8P4Rz span, .secure_citadel8P4Rz div {
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {.secure_citadel8P4Rz {
    box-shadow: none;
    padding: 20px;
}.secure_citadel8P4Rz h1, .secure_citadel8P4Rz h2 {
    text-align: left;
    border-bottom-width: 1px;
    font-size: calc(24px - 5px);
}.secure_citadel8P4Rz ul, .secure_citadel8P4Rz ol {
    padding: 10px 0;
}.secure_citadel8P4Rz li {
    padding: 5px 0;
}.secure_citadel8P4Rz p, .secure_citadel8P4Rz span, .secure_citadel8P4Rz div {
    padding-bottom: 5px;
}}.title_greetingOi1Kc {
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
    align-items: center;
    min-height: 100vh;
    justify-content: center;
    display: flex;
    background: linear-gradient(135deg, rgb(220,221,213) 0%, rgba(0, 0, 0, 0.5) 100%);
}.title_greetingOi1Kc::before {
    content: "";
    opacity: 0.05;
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(194,194,168,0.5) 0%, transparent 70%),
    radial-gradient(circle at 80% 70%, rgb(150,173,127,0.5) 0%, transparent 70%);
}.title_greetingOi1Kc::after {
    background-image: repeating-linear-gradient(
    45deg,
    rgb(194,194,168) 0,
    rgb(194,194,168) 1px,
    transparent 1px,
    transparent 20px
  );
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.03;
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
}.title_greetingOi1Kc > div {
    gap: 60px;
    flex-direction: column;
    position: relative;
    display: flex;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    transition: transform 0.5s ease;
    width: 100%;
}.title_greetingOi1Kc > div:hover {
    transform: perspective(1000px) rotateX(0deg);
}.title_greetingOi1Kc > div > div:first-child {
    padding-left: 5%;
    text-align: left;
    animation: slideIn 0.8s ease-out forwards;
}.title_greetingOi1Kc .edu_frontFPVUi {
    font-size: calc(42px * 1.2);
    transition: transform 0.4s ease;
    transform: translateY(0);
    letter-spacing: 0.5px;
    color: rgb(194,194,168);
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
}.title_greetingOi1Kc .edu_frontFPVUi::after {
    width: 80px;
    position: absolute;
    animation: expandLine 0.6s 0.8s forwards ease-out;
    bottom: -10px;
    transform-origin: left;
    transform: scaleX(0);
    height: 4px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(194,194,168) 0%, rgb(150,173,127) 100%);
}.title_greetingOi1Kc .edu_frontFPVUi:hover {
    transform: translateY(-5px);
}.title_greetingOi1Kc p {
    margin-top: 15px;
    max-width: 85%;
    color: #000000;
    line-height: 1.7;
    position: relative;
    animation: fadeIn 1s 0.4s forwards;
    font-size: calc(16px * 1.1);
    opacity: 0;
    font-weight: 400;
}.title_greetingOi1Kc .main_front6Iz84 {
    opacity: 0;
    position: relative;
    animation: riseUp 0.8s 0.6s forwards ease-out;
    width: 100%;
    margin-top: 20px;
    transform: translateY(30px);
}.title_greetingOi1Kc .mentor_approachJVLij {
    overflow: hidden;
    min-height: 380px;
    width: 100%;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    align-items: flex-end;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
}.title_greetingOi1Kc .mentor_approachJVLij::before {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    transition: opacity 0.4s ease;
    opacity: 0.8;
    height: 100%;
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    width: 100%;
}.title_greetingOi1Kc .mentor_approachJVLij:hover {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) scale(1.02);
}.title_greetingOi1Kc .mentor_approachJVLij:hover::before {
    opacity: 0.7;
}.title_greetingOi1Kc .mentor_approachJVLij span {
    width: 100%;
    z-index: 2;
    padding: 30px;
    position: relative;
}.title_greetingOi1Kc .mentor_approachJVLij h3 {
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
    position: relative;
    transition: transform 0.4s ease;
    font-size: calc(21px * 1.1);
    font-weight: 600;
    transform: translateY(10px);
}.title_greetingOi1Kc .mentor_approachJVLij:hover h3 {
    transform: translateY(0);
}

@keyframes slideIn {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

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

@media (min-width: 768px) {.title_greetingOi1Kc > div {
    flex-direction: row;
    align-items: center;
}.title_greetingOi1Kc > div > div:first-child {
    flex: 1;
    padding-right: 5%;
}.title_greetingOi1Kc .main_front6Iz84 {
    flex: 1.2;
    margin-top: 0;
}.title_greetingOi1Kc .edu_frontFPVUi {
    font-size: calc(42px * 1.4);
}.title_greetingOi1Kc .mentor_approachJVLij {
    min-height: 450px;
}
}

@media (max-width: 767px) {.title_greetingOi1Kc {
    padding: 60px 15px;
}.title_greetingOi1Kc > div {
    gap: 40px;
}.title_greetingOi1Kc .edu_frontFPVUi {
    font-size: calc(42px * 1.1);
}.title_greetingOi1Kc p {
    font-size: 16px;
    max-width: 100%;
}.title_greetingOi1Kc .mentor_approachJVLij h3 {
    font-size: 21px;
}
}

@media (max-width: 480px) {.title_greetingOi1Kc {
    padding: 40px 15px;
}.title_greetingOi1Kc > div {
    gap: 30px;
}.title_greetingOi1Kc .edu_frontFPVUi {
    font-size: 30px;
}.title_greetingOi1Kc .mentor_approachJVLij {
    min-height: 320px;
}.title_greetingOi1Kc .mentor_approachJVLij span {
    padding: 20px;
}}.explore_nowfVXkB {
    background: linear-gradient(155deg, rgb(194,194,168,0.5) 50%, rgb(220,221,213) 50%);
    overflow: hidden;
    position: relative;
    padding: 130px 0;
}.explore_nowfVXkB::before {
    opacity: 0.04;
    width: 100%;
    top: 0;
    left: 0;
    background-position: 0 0;
    background: 
        linear-gradient(45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%);
    position: absolute;
    height: 100%;
    background-size: 30px 30px;
    content: '';
    z-index: 1;
}.explore_nowfVXkB .promise_blockAy674 {
    z-index: 10;
    align-items: flex-start;
    max-width: 1000px;
    display: flex;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    gap: 50px;
}.explore_nowfVXkB .container p {
    background: #ffffff;
    line-height: 1.4;
    margin: 0;
    padding: 30px;
    font-weight: 700;
    z-index: 5;
    border-radius: 20px 20px 20px 0;
    color: #000000;
    position: relative;
    flex: 1;
    font-size: 32px;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
}.explore_nowfVXkB .connect_reach1b9ei {
    border-radius: 20px 20px 0 20px;
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 600;
    padding: 20px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
    height: 220px;
    align-items: center;
    transform: translateY(30px);
    position: relative;
    display: flex;
    text-align: center;
    z-index: 5;
    background: rgb(194,194,168);
    justify-content: center;
    flex: 0 0 220px;
    color: #ffffff;
    font-size: 18px;
}.explore_nowfVXkB .connect_reach1b9ei::before {
    background: rgb(150,173,127);
    border-radius: 20px 20px 0 20px;
    content: '';
    left: 0;
    height: 100%;
    opacity: 0;
    z-index: -1;
    top: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    position: absolute;
}.explore_nowfVXkB .connect_reach1b9ei:hover {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 10px rgba(255, 255, 255, 0.1);
    transform: translateY(15px);
}.explore_nowfVXkB .connect_reach1b9ei:hover::before {
    opacity: 1;
}.explore_nowfVXkB .container p::after {
    border-radius: 10px;
    z-index: -1;
    height: 40px;
    left: -10px;
    width: 40px;
    bottom: -10px;
    background: rgb(194,194,168);
    content: '';
    position: absolute;
}.explore_nowfVXkB::after {
    position: absolute;
    right: -100px;
    z-index: 1;
    width: 200px;
    border: 30px solid rgba(255, 255, 255, 0.1);
    content: '';
    border-radius: 50%;
    height: 200px;
    top: -100px;
}.explore_nowfVXkB .promise_blockAy674::after {
    width: 150px;
    z-index: 1;
    height: 150px;
    position: absolute;
    left: -75px;
    border: 20px solid rgba(255, 255, 255, 0.1);
    bottom: -75px;
    content: '';
    border-radius: 50%;
}

@media (max-width: 991px) {.explore_nowfVXkB {
    padding: 110px 0;
}.explore_nowfVXkB .promise_blockAy674 {
    gap: 40px;
}.explore_nowfVXkB .container p {
    font-size: calc(18px * 1.2);
    padding: 25px;
}.explore_nowfVXkB .connect_reach1b9ei {
    flex: 0 0 180px;
    height: 180px;
}.explore_nowfVXkB .container p::after {
    height: 30px;
    width: 30px;
}
}

@media (max-width: 767px) {.explore_nowfVXkB {
    padding: 90px 0;
    background: linear-gradient(175deg, rgb(194,194,168,0.5) 60%, rgb(220,221,213) 60%);
}.explore_nowfVXkB .promise_blockAy674 {
    flex-direction: column;
    gap: 60px;
}.explore_nowfVXkB .container p {
    width: 100%;
    font-size: 18px;
}.explore_nowfVXkB .connect_reach1b9ei {
    width: 160px;
    margin-right: 20px;
    align-self: flex-end;
    height: 160px;
}
}

@media (max-width: 480px) {.explore_nowfVXkB {
    padding: 70px 0;
}.explore_nowfVXkB .container p {
    border-radius: 15px 15px 15px 0;
    font-size: calc(15px * 1.2);
    padding: 20px;
}.explore_nowfVXkB .connect_reach1b9ei {
    width: 140px;
    height: 140px;
    border-radius: 15px 15px 0 15px;
    font-size: calc(18px * 0.9);
}.explore_nowfVXkB .container p::after {
    width: 25px;
    height: 25px;
    border-radius: 8px;
}}.offer_panelQ6ug2 {
    background-color: rgb(220,221,213);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.offer_panelQ6ug2::before {
    width: 100%;
    background: linear-gradient(135deg, rgb(194,194,168,0.5) 0%, transparent 70%);
    z-index: 1;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
}.offer_panelQ6ug2::after {
    transform: rotate(-15deg);
    z-index: 1;
    pointer-events: none;
    opacity: 0.15;
    right: -5rem;
    height: 20rem;
    bottom: -5rem;
    position: absolute;
    width: 20rem;
    content: "";
    background: linear-gradient(225deg, rgb(150,173,127) 0%, transparent 80%);
}.offer_panelQ6ug2 .container {
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    max-width: 1400px;
}.offer_panelQ6ug2 .pricing_offers8icaY {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
    position: relative;
}.offer_panelQ6ug2 .edu_packagesxdjHz {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(194,194,168);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2rem;
    background-color: #ffffff;
    transform: translateZ(0);
}.offer_panelQ6ug2 .edu_packagesxdjHz::before {
    background-color: rgb(194,194,168);
    height: 40px;
    transform: rotate(45deg);
    width: 40px;
    left: -20px;
    top: 20px;
    position: absolute;
    content: "";
    z-index: -1;
}.offer_panelQ6ug2 .edu_packagesxdjHz h2 {
    position: relative;
    font-size: 31px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    transform: perspective(800px) translateZ(30px);
}.offer_panelQ6ug2 .edu_packagesxdjHz h2::after {
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(194,194,168), rgb(150,173,127));
    width: 80px;
    height: 3px;
    bottom: -10px;
}.offer_panelQ6ug2 .edu_packagesxdjHz .rate_choiceoFvf9 {
    font-size: 14px;
    max-width: 80%;
    line-height: 1.6;
    color: #000000;
}.offer_panelQ6ug2 .plan_detailssZPv2 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    gap: 2rem;
    display: grid;
}.offer_panelQ6ug2 .skill_offersYSgbp {
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    display: block;
    color: inherit;
    position: relative;
    text-decoration: none;
}.offer_panelQ6ug2 .skill_offersYSgbp:hover {
    transform: translateY(-10px);
}.offer_panelQ6ug2 .fee_offersszEfG {
    height: 100%;
    transform: translateZ(0);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    position: relative;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
}.offer_panelQ6ug2 .skill_offersYSgbp:hover .fee_offersszEfG {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(194,194,168,0.5);
    transform: translateZ(20px);
}.offer_panelQ6ug2 .skill_offersYSgbp:nth-child(odd) .fee_offersszEfG {
    transform: rotate(-1deg);
}.offer_panelQ6ug2 .skill_offersYSgbp:nth-child(even) .fee_offersszEfG {
    transform: rotate(1deg);
}.offer_panelQ6ug2 .skill_offersYSgbp:hover .fee_offersszEfG {
    transform: rotate(0) translateZ(20px);
}.offer_panelQ6ug2 .plan_matrixMs4WH {
    z-index: 2;
    overflow-wrap: break-word;
    position: relative;
    word-break: break-word;
    padding: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}.offer_panelQ6ug2 .plan_matrixMs4WH::before {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    height: 100%;
    content: "";
}.offer_panelQ6ug2 .plan_matrixMs4WH h3 {
    position: relative;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
    transform: translateZ(10px);
    font-weight: 600;
    font-size: calc(23px * 1.2);
    color: #000000;
}.offer_panelQ6ug2 .skill_offersYSgbp:hover .plan_matrixMs4WH h3 {
    transform: translateZ(25px);
}.offer_panelQ6ug2 .plan_matrixMs4WH h3::after {
    height: 3px;
    bottom: -8px;
    content: "";
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    background: rgb(194,194,168);
    width: 40px;
}.offer_panelQ6ug2 .skill_offersYSgbp:hover .plan_matrixMs4WH h3::after {
    width: 60px;
}.offer_panelQ6ug2 .pay_plansUZ6r0 {
    color: rgb(194,194,168);
    position: relative;
    margin: 0.5rem 0 1.5rem;
    transform: translateZ(15px);
    font-weight: 700;
    font-size: calc(23px * 1.8);
    display: block;
}.offer_panelQ6ug2 .pay_plansUZ6r0::before {
    background: linear-gradient(90deg, rgb(194,194,168,0.5), transparent);
    height: 2px;
    left: 0;
    content: "";
    position: absolute;
    bottom: -8px;
    width: 80px;
}.offer_panelQ6ug2 .plan_matrixMs4WH p {
    word-break: break-word;
    line-height: 1.6;
    font-size: 14px;
    overflow-wrap: break-word;
    margin-top: 1rem;
    color: #000000;
    flex: 1;
}.offer_panelQ6ug2 .img_responsiveygko2 {
    width: 100%;
    height: 200px;
    transform: translateZ(0);
    position: relative;
    transition: transform 0.5s ease;
    overflow: hidden;
}.offer_panelQ6ug2 .skill_offersYSgbp:hover .img_responsiveygko2 {
    transform: scale(1.05) translateZ(0);
}.offer_panelQ6ug2 .img_responsiveygko2::after {
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 50%;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}.offer_panelQ6ug2 .img_responsiveygko2::before {
    position: absolute;
    left: 0;
    content: "";
    background: rgb(194,194,168);
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.15;
}.offer_panelQ6ug2 .skill_offersYSgbp:hover .img_responsiveygko2::before {
    opacity: 0.05;
}

@media (min-width: 992px) {.offer_panelQ6ug2 .pricing_offers8icaY {
    gap: 4rem;
    grid-template-columns: 2fr 1fr;
}.offer_panelQ6ug2 .edu_packagesxdjHz {
    padding: 3rem;
}.offer_panelQ6ug2 .plan_detailssZPv2 {
    grid-column: 1;
    grid-row: 1;
}.offer_panelQ6ug2 .edu_packagesxdjHz {
    align-self: start;
    grid-row: 1;
    position: sticky;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    grid-column: 2;
    top: 2rem;
}.offer_panelQ6ug2 .edu_packagesxdjHz:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}

@media (min-width: 1200px) {.offer_panelQ6ug2 .plan_detailssZPv2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.offer_panelQ6ug2 .plan_matrixMs4WH {
    min-height: 300px;
}
}

@media (max-width: 991px) {.offer_panelQ6ug2 {
    padding: 4rem 0;
}.offer_panelQ6ug2 .edu_packagesxdjHz {
    order: -1;
}.offer_panelQ6ug2 .edu_packagesxdjHz h2 {
    font-size: calc(31px * 0.9);
}.offer_panelQ6ug2 .edu_packagesxdjHz .rate_choiceoFvf9 {
    max-width: 100%;
}
}

@media (max-width: 767px) {.offer_panelQ6ug2 {
    padding: 3rem 0;
}.offer_panelQ6ug2 .container {
    padding: 0 1.5rem;
}.offer_panelQ6ug2 .plan_detailssZPv2 {
    grid-template-columns: 1fr;
}.offer_panelQ6ug2 .edu_packagesxdjHz h2 {
    font-size: calc(31px * 0.8);
}.offer_panelQ6ug2 .plan_matrixMs4WH {
    padding: 1.5rem;
}.offer_panelQ6ug2 .pay_plansUZ6r0 {
    font-size: calc(23px * 1.5);
}.offer_panelQ6ug2 .img_responsiveygko2 {
    height: 180px;
}
}

@media (max-width: 480px) {.offer_panelQ6ug2 .plan_matrixMs4WH p {
    font-size: calc(14px * 0.9);
}.offer_panelQ6ug2 .plan_matrixMs4WH h3 {
    font-size: 23px;
}.offer_panelQ6ug2 .pay_plansUZ6r0 {
    font-size: calc(23px * 1.3);
}.offer_panelQ6ug2 .img_responsiveygko2 {
    height: 160px;
}}.client_experience9ALNf {
    overflow: hidden;
    padding: 7rem 2rem;
    background: linear-gradient(180deg, rgb(220,221,213) 0%, rgb(194,194,168,0.5) 30%, rgb(220,221,213) 100%);
    position: relative;
}.client_experience9ALNf::before {
    z-index: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background: radial-gradient(circle at top right, rgb(150,173,127,0.5) 0%, transparent 60%);
    height: 100%;
}.client_experience9ALNf::after {
    z-index: 0;
    height: 100%;
    content: "";
    background: rgb(194,194,168,0.5);
    position: absolute;
    opacity: 0.3;
    left: -10%;
    width: 40%;
    top: -20%;
    filter: blur(70px);
    transform: rotate(45deg);
}.client_experience9ALNf .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.client_experience9ALNf h2 {
    font-size: calc(36px * 1.3);
    margin-bottom: 4rem;
    text-align: left;
    font-weight: 700;
    transform: translateX(5%);
    color: #000000;
    position: relative;
}.client_experience9ALNf h2::after {
    transition: transform 0.5s ease;
    background: rgb(194,194,168);
    position: absolute;
    content: "";
    transform: scaleX(1);
    bottom: -15px;
    height: 4px;
    width: 100px;
    left: 0;
    transform-origin: left;
}.client_experience9ALNf:hover h2::after {
    transform: scaleX(1.5);
}.client_experience9ALNf .client_experiencesKkc6S {
    display: flex;
    flex-direction: column;
    gap: 8rem;
    padding-left: 50px;
    position: relative;
}.client_experience9ALNf .client_experiencesKkc6S::before {
    z-index: 1;
    width: 3px;
    top: 10px;
    position: absolute;
    left: 25px;
    content: "";
    bottom: 10px;
    background: linear-gradient(to bottom, rgb(194,194,168), rgb(150,173,127));
}.client_experience9ALNf .testimonial_feedbackkUfCZ {
    grid-template-areas: 
        "image name"
        "image description";
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    grid-template-columns: 100px 1fr;
    gap: 0.5rem 2rem;
    display: grid;
}.client_experience9ALNf .testimonial_feedbackkUfCZ::before {
    top: 40px;
    position: absolute;
    box-shadow: 0 0 0 5px rgb(220,221,213);
    transition: all 0.3s ease;
    border: 3px solid rgb(194,194,168);
    border-radius: 50%;
    width: 20px;
    z-index: 2;
    background: #ffffff;
    height: 20px;
    content: "";
    left: -50px;
}.client_experience9ALNf .testimonial_feedbackkUfCZ:hover::before {
    box-shadow: 0 0 0 8px rgb(220,221,213), 0 0 15px rgb(194,194,168);
    transform: scale(1.3);
}.client_experience9ALNf .testimonial_feedbackkUfCZ img {
    box-shadow: 5px 5px 0 rgb(194,194,168,0.5);
    transform: rotate(-3deg);
    height: 100px;
    border: 3px solid #ffffff;
    width: 100px;
    object-fit: cover;
    transition: all 0.3s ease;
    border-radius: 21px;
    grid-area: image;
}.client_experience9ALNf .testimonial_feedbackkUfCZ:hover img {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 8px 8px 0 rgb(194,194,168);
}.client_experience9ALNf .testimonial_feedbackkUfCZ p {
    align-self: end;
    color: #000000;
    font-size: calc(23px * 1.1);
    margin: 0;
    padding-bottom: 0.5rem;
    font-weight: 600;
    grid-area: name;
    position: relative;
}.client_experience9ALNf .testimonial_feedbackkUfCZ p::after {
    height: 2px;
    left: 0;
    width: 40px;
    content: "";
    transition: width 0.3s ease;
    background: rgb(150,173,127);
    position: absolute;
    bottom: 0;
}.client_experience9ALNf .testimonial_feedbackkUfCZ:hover p::after {
    width: 80px;
}.client_experience9ALNf .testimonial_feedbackkUfCZ .description {
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin: 0;
    z-index: 1;
    transition: all 0.3s ease;
    border-radius: 21px;
    line-height: 1.6;
    transform: translateX(0);
    font-weight: 400;
    background: #ffffff;
    color: #000000;
    grid-area: description;
    padding: 1.5rem;
}.client_experience9ALNf .testimonial_feedbackkUfCZ:hover .description {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}.client_experience9ALNf .testimonial_feedbackkUfCZ .description::before {
    content: "";
    line-height: 1;
    top: 10px;
    position: absolute;
    color: rgb(194,194,168,0.5);
    left: 10px;
    font-size: 4rem;
    opacity: 0.2;
}.client_experience9ALNf .testimonial_feedbackkUfCZ:nth-child(even) {
    margin-left: 30px;
}.client_experience9ALNf .testimonial_feedbackkUfCZ:nth-child(even) img {
    transform: rotate(3deg);
}.client_experience9ALNf .testimonial_feedbackkUfCZ:nth-child(even):hover img {
    transform: rotate(0deg) scale(1.05);
}

@media (max-width: 992px) {.client_experience9ALNf {
    padding: 5rem 1.5rem;
}.client_experience9ALNf h2 {
    margin-bottom: 3rem;
    text-align: center;
    transform: translateX(0);
}.client_experience9ALNf h2::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.client_experience9ALNf:hover h2::after {
    transform: translateX(-50%) scaleX(1.5);
}
}

@media (max-width: 768px) {.client_experience9ALNf {
    padding: 4rem 1rem;
}.client_experience9ALNf .client_experiencesKkc6S {
    padding-left: 40px;
    gap: 5rem;
}.client_experience9ALNf .client_experiencesKkc6S::before {
    left: 20px;
}.client_experience9ALNf .testimonial_feedbackkUfCZ {
    grid-template-columns: 1fr;
    grid-template-areas: 
            "image"
            "name"
            "description";
    gap: 1rem;
}.client_experience9ALNf .testimonial_feedbackkUfCZ::before {
    top: 30px;
    left: -40px;
}.client_experience9ALNf .testimonial_feedbackkUfCZ img {
    justify-self: start;
}.client_experience9ALNf .testimonial_feedbackkUfCZ p {
    padding-bottom: 0.7rem;
}.client_experience9ALNf .testimonial_feedbackkUfCZ .description {
    padding: 1.2rem;
}.client_experience9ALNf .testimonial_feedbackkUfCZ:nth-child(even) {
    margin-left: 0;
}
}

@media (max-width: 480px) {.client_experience9ALNf h2 {
    font-size: 36px;
}.client_experience9ALNf .client_experiencesKkc6S {
    padding-left: 30px;
    gap: 4rem;
}.client_experience9ALNf .client_experiencesKkc6S::before {
    left: 15px;
}.client_experience9ALNf .testimonial_feedbackkUfCZ::before {
    height: 15px;
    width: 15px;
    left: -30px;
}.client_experience9ALNf .testimonial_feedbackkUfCZ img {
    height: 80px;
    width: 80px;
}}.contactbXdBh {
    background: rgb(220,221,213);
    overflow: hidden;
    padding: 110px 0;
    position: relative;
}.contactbXdBh::before {
    position: absolute;
    z-index: 0;
    content: "";
    background-size: 50px 50px;
    background: 
        linear-gradient(0deg, transparent 24%, rgb(194,194,168,0.5) 25%, rgb(194,194,168,0.5) 26%, transparent 27%, transparent 74%, rgb(194,194,168,0.5) 75%, rgb(194,194,168,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(194,194,168,0.5) 25%, rgb(194,194,168,0.5) 26%, transparent 27%, transparent 74%, rgb(194,194,168,0.5) 75%, rgb(194,194,168,0.5) 76%, transparent 77%, transparent);
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0.3;
    top: 0;
}.contactbXdBh .img_responsiveygko2 {
    position: absolute;
    filter: saturate(0) contrast(1.2);
    left: 0;
    top: 0;
    opacity: 0.05;
    width: 100%;
    z-index: 0;
    height: 100%;
}.contactbXdBh::after {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at center, transparent 50%, rgb(220,221,213) 100%);
    z-index: 1;
    content: "";
}.contactbXdBh .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 5;
    max-width: 1200px;
    position: relative;
}.contactbXdBh h3 {
    font-size: 36px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    font-weight: 700;
    color: #000000;
}.contactbXdBh h3::before {
    top: -15px;
    height: 6px;
    width: 6px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    background: rgb(194,194,168);
    border-radius: 50%;
    position: absolute;
}.contactbXdBh h3::after {
    left: 50%;
    position: absolute;
    content: "";
    width: 6px;
    border-radius: 50%;
    background: rgb(194,194,168);
    transform: translateX(-50%);
    height: 6px;
    bottom: -15px;
}.query_querymI1iV {
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: flex;
    border-radius: 50px;
    overflow: hidden;
    backdrop-filter: blur(5px);
    position: relative;
}.query_querymI1iV::before {
    z-index: 0;
    border-radius: 50%;
    filter: blur(70px);
    content: "";
    width: 300px;
    height: 300px;
    top: -150px;
    position: absolute;
    background: rgb(194,194,168,0.5);
    right: -150px;
}.query_querymI1iV::after {
    left: -150px;
    height: 300px;
    background: rgb(150,173,127,0.5);
    width: 300px;
    position: absolute;
    border-radius: 50%;
    content: "";
    z-index: 0;
    bottom: -150px;
    filter: blur(70px);
}.query_querymI1iV .message_messageG4hQR {
    float: left;
    width: 60%;
    padding: 70px;
    z-index: 1;
    position: relative;
}.query_querymI1iV .message_messageG4hQR h3 {
    margin-bottom: 40px;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    text-align: left;
}.query_querymI1iV .message_messageG4hQR h3::before,
.query_querymI1iV .message_messageG4hQR h3::after {
    display: none;
}.query_querymI1iV .message_messageG4hQR h3::before {
    bottom: -15px;
    background: rgb(194,194,168);
    content: "";
    left: 0;
    position: absolute;
    height: 2px;
    width: 30px;
}.query_querymI1iV .message_messageG4hQR form {
    display: flex;
    flex-direction: column;
}.query_querymI1iV .message_messageG4hQR input[type="text"],
.query_querymI1iV .message_messageG4hQR textarea {
    font-family: Arial, sans-serif;
    background: rgba(245, 245, 245, 0.7);
    padding: 20px 25px;
    width: 100%;
    margin-bottom: 25px;
    border: none;
    font-size: 18px;
    border-radius: 30px;
    transition: all 0.3s ease;
}.query_querymI1iV .message_messageG4hQR input[type="text"]:focus,
.query_querymI1iV .message_messageG4hQR textarea:focus {
    background: rgba(245, 245, 245, 1);
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.query_querymI1iV .message_messageG4hQR textarea {
    resize: vertical;
    border-radius: 25px;
    min-height: 160px;
}.query_querymI1iV .message_messageG4hQR .help_requestCUL6e {
    position: relative;
    margin-bottom: 35px;
    align-items: flex-start;
    display: flex;
}.query_querymI1iV .message_messageG4hQR .help_requestCUL6e input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.query_querymI1iV .message_messageG4hQR .help_requestCUL6e label {
    color: #000000;
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
    font-size: calc(18px - 2px);
    cursor: pointer;
}.query_querymI1iV .message_messageG4hQR .help_requestCUL6e label::before {
    left: 0;
    background: rgba(245, 245, 245, 0.7);
    content: "";
    transition: all 0.3s ease;
    height: 22px;
    border-radius: 50%;
    top: 2px;
    width: 22px;
    position: absolute;
}.query_querymI1iV .message_messageG4hQR .help_requestCUL6e input[type="checkbox"]:checked + label::before {
    background: rgb(194,194,168);
}.query_querymI1iV .message_messageG4hQR .help_requestCUL6e input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    position: absolute;
    content: "";
    border: solid #ffffff;
    left: 8px;
    height: 10px;
    width: 6px;
    border-width: 0 2px 2px 0;
    top: 6px;
}.query_querymI1iV .message_messageG4hQR .help_requestCUL6e a {
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    color: rgb(194,194,168);
}.query_querymI1iV .message_messageG4hQR .help_requestCUL6e a:hover {
    color: rgb(150,173,127);
}.query_querymI1iV .message_messageG4hQR .connect_reach1b9ei {
    font-size: 19px;
    overflow: hidden;
    border: none;
    background: rgb(194,194,168);
    font-weight: 600;
    align-self: flex-start;
    border-radius: 30px;
    z-index: 1;
    padding: 18px 40px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
}.query_querymI1iV .message_messageG4hQR .connect_reach1b9ei:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(150,173,127);
    transform: translateY(-5px);
}.query_querymI1iV .reach_inquiry3XDPL {
    background: rgb(220,221,213);
    float: left;
    width: 40%;
    padding: 70px 50px;
    z-index: 1;
    position: relative;
}.query_querymI1iV .reach_inquiry3XDPL::before {
    content: "";
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(194,194,168,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(150,173,127,0.5) 0%, transparent 30%);
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}.query_querymI1iV .reach_inquiry3XDPL h4 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}.query_querymI1iV .reach_inquiry3XDPL h4::after {
    position: absolute;
    bottom: -15px;
    background: rgb(194,194,168);
    height: 2px;
    width: 30px;
    left: 0;
    content: "";
}.query_querymI1iV .reach_inquiry3XDPL .support_panelgNCWl {
    margin: 0;
    padding: 0;
    list-style: none;
}.query_querymI1iV .reach_inquiry3XDPL .support_panelgNCWl li {
    display: flex;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    padding: 20px;
}.query_querymI1iV .reach_inquiry3XDPL .support_panelgNCWl li:last-child {
    margin-bottom: 0;
}.query_querymI1iV .reach_inquiry3XDPL .support_panelgNCWl li:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.9);
}.query_querymI1iV .reach_inquiry3XDPL .support_panelgNCWl li svg {
    flex-shrink: 0;
    transition: all 0.3s ease;
    margin-right: 15px;
    width: 26px;
    height: 26px;
}.query_querymI1iV .reach_inquiry3XDPL .support_panelgNCWl li:hover svg {
    transform: scale(1.2);
}.query_querymI1iV .reach_inquiry3XDPL .support_panelgNCWl li svg path {
    transition: all 0.3s ease;
    fill: rgb(194,194,168);
}.query_querymI1iV .reach_inquiry3XDPL .support_panelgNCWl li:hover svg path {
    fill: rgb(150,173,127);
}.query_querymI1iV .reach_inquiry3XDPL .support_panelgNCWl li span {
    color: #000000;
    font-size: 18px;
    line-height: 1.5;
}.query_querymI1iV .reach_inquiry3XDPL .support_panelgNCWl li a {
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
}.query_querymI1iV .reach_inquiry3XDPL .support_panelgNCWl li a:hover {
    color: rgb(194,194,168);
}

@media screen and (max-width: 992px) {.contactbXdBh {
    padding: 80px 0;
}.query_querymI1iV {
    display: block;
    border-radius: 30px;
}.query_querymI1iV .message_messageG4hQR,
    .query_querymI1iV .reach_inquiry3XDPL {
    float: none;
    padding: 50px;
    width: 100%;
}
}

@media screen and (max-width: 768px) {.contactbXdBh {
    padding: 60px 0;
}.contactbXdBh h3 {
    font-size: calc(36px - 4px);
}.query_querymI1iV {
    border-radius: 25px;
}.query_querymI1iV .message_messageG4hQR,
    .query_querymI1iV .reach_inquiry3XDPL {
    padding: 40px 30px;
}.query_querymI1iV .message_messageG4hQR input[type="text"],
    .query_querymI1iV .message_messageG4hQR textarea {
    padding: 15px 20px;
    border-radius: 20px;
}.query_querymI1iV .message_messageG4hQR .connect_reach1b9ei {
    padding: 15px 30px;
    text-align: center;
    width: 100%;
}.query_querymI1iV .reach_inquiry3XDPL .support_panelgNCWl li {
    border-radius: 15px;
    padding: 15px;
}
}

@media screen and (max-width: 480px) {.contactbXdBh {
    padding: 40px 0;
}.query_querymI1iV {
    border-radius: 20px;
}.query_querymI1iV .message_messageG4hQR,
    .query_querymI1iV .reach_inquiry3XDPL {
    padding: 30px 20px;
}}.thxSpace0sPN8 {
    background: linear-gradient(135deg, rgb(220,221,213) 0%, rgb(150,173,127,0.5) 100%);
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}.thxSpace0sPN8::before {
    height: 100%;
    content: "";
    background: radial-gradient(circle at 75% 25%, rgb(194,194,168,0.5) 0%, transparent 50%);
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
    position: absolute;
}.thxSpace0sPN8::after {
    z-index: 0;
    background: linear-gradient(225deg, rgb(150,173,127) 0%, transparent 70%);
    height: 15rem;
    transform: rotate(-15deg);
    opacity: 0.15;
    position: absolute;
    width: 15rem;
    bottom: -5rem;
    right: -5rem;
    content: "";
}.thxSpace0sPN8 .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
}.thxSpace0sPN8 .promise_blockAy674 {
    opacity: 0;
    gap: 2.5rem;
    position: relative;
    flex-direction: column;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateX(-20px);
    display: flex;
}.thxSpace0sPN8 .promise_blockAy674 > div:first-child {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
}.thxSpace0sPN8 .promise_blockAy674 > div:first-child::before {
    top: 50%;
    content: "";
    height: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -2rem;
    background: rgb(194,194,168);
    width: 0.5rem;
}.thxSpace0sPN8 .promise_blockAy674 > div:last-child {
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    transform: translateY(15px);
    padding: 2.5rem;
}.thxSpace0sPN8 .promise_blockAy674 > div:last-child::after {
    content: "";
    transform-origin: left;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(194,194,168), rgb(150,173,127));
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    position: absolute;
    height: 4px;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}.thxSpace0sPN8 h5 {
    line-height: 1.4;
    transform: translateY(0);
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    padding-left: 1rem;
    position: relative;
    transition: transform 0.4s ease;
}.thxSpace0sPN8 p {
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.8;
    color: #000000;
    position: relative;
    font-size: 14px;
}.thxSpace0sPN8 a {
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}.thxSpace0sPN8 a:hover {
    transform: translateY(-5px);
}.thxSpace0sPN8 a:hover p {
    color: rgb(194,194,168);
}.thxSpace0sPN8 a:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(194,194,168,0.5);
}

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

@keyframes fade-up {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@media (min-width: 768px) {.thxSpace0sPN8 {
    padding: 6rem 0;
}.thxSpace0sPN8 .promise_blockAy674 {
    gap: 3.5rem;
}.thxSpace0sPN8 .promise_blockAy674 > div:first-child::before {
    height: 70%;
    width: 0.6rem;
}.thxSpace0sPN8 h5 {
    padding-left: 1.5rem;
    font-size: calc(24px * 1.2);
}.thxSpace0sPN8 .promise_blockAy674 > div:last-child {
    margin-left: 3rem;
    max-width: 90%;
    padding: 3rem;
}
}

@media (min-width: 992px) {.thxSpace0sPN8 {
    padding: 8rem 0;
}.thxSpace0sPN8 .container {
    padding: 0 2rem;
}.thxSpace0sPN8 .promise_blockAy674 {
    gap: 4rem;
}.thxSpace0sPN8 .promise_blockAy674 > div:first-child {
    padding-left: 2rem;
}.thxSpace0sPN8 .promise_blockAy674 > div:first-child::before {
    left: 0;
    width: 0.7rem;
}.thxSpace0sPN8 h5 {
    padding-left: 2rem;
    font-size: calc(24px * 1.4);
}.thxSpace0sPN8 .promise_blockAy674 > div:last-child {
    max-width: 80%;
    padding: 4rem;
    margin-left: 6rem;
}.thxSpace0sPN8 p {
    font-size: calc(14px * 1.1);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.thxSpace0sPN8 .promise_blockAy674 > div:last-child {
    max-width: 75%;
    margin-left: 8rem;
    padding: 4.5rem;
}.thxSpace0sPN8 h5 {
    font-size: calc(24px * 1.5);
}
}

@media (max-width: 767px) {.thxSpace0sPN8 {
    padding: 3rem 0;
}.thxSpace0sPN8 .promise_blockAy674 > div:first-child::before {
    width: 0.4rem;
    left: -1rem;
}.thxSpace0sPN8 h5 {
    padding-left: 0.75rem;
    font-size: calc(24px * 0.9);
}.thxSpace0sPN8 .promise_blockAy674 > div:last-child {
    padding: 1.75rem;
}}.statistical_summaryfpwon {
    overflow: hidden;
    padding: 90px 0;
    z-index: 1;
    background: linear-gradient(to right, rgb(220,221,213), #f0f4f8, rgb(220,221,213));
    position: relative;
}.statistical_summaryfpwon::before {
    z-index: -1;
    height: 100%;
    animation: gradientShift 15s ease infinite alternate;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(135deg, rgb(194,194,168,0.5) 0%, transparent 50%),
        linear-gradient(225deg, rgb(150,173,127,0.5) 0%, transparent 50%);
    content: "";
}.statistical_summaryfpwon::after {
    left: 0;
    position: absolute;
    z-index: -1;
    background: 
        linear-gradient(90deg, transparent 98%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(0deg, transparent 98%, rgba(255, 255, 255, 0.1) 100%);
    width: 100%;
    top: 0;
    background-size: 20px 20px;
    content: "";
    height: 100%;
}.statistical_summaryfpwon .container {
    position: relative;
    flex-direction: column;
    padding: 0 20px;
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}.statistical_summaryfpwon .advantage_statisticse2Wdb {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}.statistical_summaryfpwon .growth_tracke7RoT {
    overflow: hidden;
    flex-direction: column;
    z-index: 1;
    transition: all 0.3s ease;
    border-radius: 13px;
    justify-content: center;
    display: flex;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    padding: 20px 15px;
    align-items: center;
    position: relative;
    width: calc(25% - 15px);
    height: 150px;
    text-align: center;
}.statistical_summaryfpwon .growth_tracke7RoT::before {
    top: 0;
    height: 60%;
    transition: height 0.3s ease;
    border-radius: 2px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(194,194,168), rgb(150,173,127));
    left: 0;
    width: 4px;
    content: "";
}.statistical_summaryfpwon .growth_tracke7RoT::after {
    width: 100%;
    animation: shimmer 5s infinite;
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, 
        transparent 40%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 60%
    );
    transform: translateX(-100%);
    top: 0;
    left: 0;
}.statistical_summaryfpwon .growth_tracke7RoT:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.statistical_summaryfpwon .growth_tracke7RoT:hover::before {
    height: 80%;
}.statistical_summaryfpwon .growth_tracke7RoT h4 {
    color: rgb(194,194,168);
    transition: color 0.3s ease;
    margin: 0 0 10px;
    font-size: calc(34px + 0.25rem);
    font-weight: 700;
}.statistical_summaryfpwon .growth_tracke7RoT:hover h4 {
    color: rgb(150,173,127);
}.statistical_summaryfpwon .growth_tracke7RoT span {
    max-width: 100%;
    font-size: 17px;
    color: #000000;
}.statistical_summaryfpwon .boost_growth5wDy2 {
    border-radius: 13px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    z-index: 2;
    padding: 30px;
    position: relative;
    order: 1;
    width: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    margin: 20px auto;
    text-align: center;
}.statistical_summaryfpwon .boost_growth5wDy2::before {
    bottom: -3px;
    position: absolute;
    opacity: 0.6;
    animation: borderGlow 6s linear infinite;
    z-index: -1;
    border-radius: calc(13px + 3px);
    right: -3px;
    left: -3px;
    top: -3px;
    content: "";
    background: linear-gradient(45deg, 
        rgb(194,194,168,0.5),
        rgb(150,173,127,0.5),
        rgb(194,194,168,0.5)
    );
}.statistical_summaryfpwon .edge_statisticsouMzl {
    margin: 0 0 20px;
    font-size: 34px;
    color: rgb(194,194,168);
    display: inline-block;
    position: relative;
    font-weight: 700;
}.statistical_summaryfpwon .edge_statisticsouMzl::after {
    content: "";
    position: absolute;
    bottom: -10px;
    border-radius: 3px;
    background: linear-gradient(to right, rgb(194,194,168), rgb(150,173,127));
    width: 70px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
}.statistical_summaryfpwon .fast_benefitsJn3hK {
    line-height: 1.7;
    font-size: 17px;
    max-width: 700px;
    color: #000000;
    margin: 0 auto;
}.statistical_summaryfpwon svg {
    transition: all 0.3s ease;
    position: absolute;
    height: 20px;
    opacity: 0.7;
    width: 20px;
    top: 15px;
    right: 15px;
    fill: rgb(194,194,168);
}.statistical_summaryfpwon svg path {
    fill: inherit;
}.statistical_summaryfpwon .growth_tracke7RoT:hover svg {
    transform: rotate(15deg);
    opacity: 1;
    fill: rgb(150,173,127);
}.statistical_summaryfpwon .advantage_statisticse2Wdb:first-of-type {
    order: 0;
}.statistical_summaryfpwon .advantage_statisticse2Wdb:last-of-type {
    order: 2;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    20% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes borderGlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 992px) {.statistical_summaryfpwon .growth_tracke7RoT {
    width: calc(50% - 10px);
}
}

@media (max-width: 768px) {.statistical_summaryfpwon {
    padding: 70px 0;
}.statistical_summaryfpwon .container {
    gap: 30px;
}.statistical_summaryfpwon .boost_growth5wDy2 {
    padding: 25px;
}.statistical_summaryfpwon .edge_statisticsouMzl {
    font-size: calc(34px - 0.25rem);
}
}

@media (max-width: 576px) {.statistical_summaryfpwon {
    padding: 50px 0;
}.statistical_summaryfpwon .growth_tracke7RoT {
    width: 100%;
    min-height: 130px;
    height: auto;
}.statistical_summaryfpwon .boost_growth5wDy2 {
    padding: 20px;
}}.cookie_warning_messageFgAcv {
    bottom: 0;
    font-family: Arial, sans-serif;
    position: fixed;
    width: 100%;
    overflow: hidden;
    background: rgb(220,221,213);
    z-index: 1050;
    padding: 20px;
    border-top: 3px solid rgb(194,194,168);
}.cookie_explainedICl7R {
    display: flex;
    justify-content: space-between;
    z-index: 1;
    align-items: center;
    flex-wrap: nowrap;
}.user_defaultbXf02 {
    flex-shrink: 0;
    margin-right: 20px;
}#cookie_modal_popupgNSRy {
    display: none;
}#cookie_modal_popupgNSRy:checked ~ .cookie_warning_messageFgAcv {
    opacity: 0;
    visibility: hidden;
}.user_defaultbXf02 svg {
    fill: rgb(194,194,168);
    width: 60px;
    transition: fill 0.3s ease-in-out;
    height: 60px;
}.cookie_checky0LHZ {
    flex-grow: 1;
    margin-right: 20px;
}.cookie_checky0LHZ h5 {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 700;
    color: rgb(194,194,168);
}.cookie_checky0LHZ p {
    color: #000000;
    font-size: 17px;
    margin-bottom: 0;
}.edu_cookiesK01en {
    text-decoration: none;
    padding: 10px 20px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
    border-radius: 10px;
}.edu_cookiesK01en {
    border: 1px solid rgb(194,194,168);
    background-color: rgb(194,194,168);
    color: #ffffff;
}.edu_cookiesK01en:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}.cookie_warning_messageFgAcv p a {
    color: rgb(194,194,168);
    text-decoration: underline;
}.cookie_warning_messageFgAcv p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.cookie_checky0LHZ h5 {
    font-size: calc(24px - 2px);
}.cookie_checky0LHZ p {
    font-size: calc(17px - 2px);
}.edu_cookiesK01en {
    padding: 8px 16px;
    font-size: calc(16px - 2px);
}
}
@media (max-width: 800px) {.cookie_explainedICl7R {
    align-items: center;
    flex-direction: column;
}.user_defaultbXf02 {
    margin-bottom: 15px;
}.cookie_checky0LHZ {
    text-align: center;
    margin-bottom: 20px;
}.edu_cookiesK01en {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}
.our_teamkLGbO {
    background: rgb(220,221,213);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.our_teamkLGbO::before {
    width: 100%;
    z-index: 0;
    position: absolute;
    background: linear-gradient(45deg, transparent 30%, rgb(194,194,168,0.5) 100%);
    left: 0;
    height: 100%;
    top: 0;
    content: "";
}.our_teamkLGbO::after {
    animation: backgroundShift 30s linear infinite;
    z-index: 0;
    opacity: 0.05;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}@keyframes backgroundShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.our_teamkLGbO .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.our_teamkLGbO .promise_blockAy674 {
    position: relative;
}.our_teamkLGbO h3 {
    color: #000000;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 60px;
    display: inline-block;
    position: relative;
}.our_teamkLGbO h3::after {
    bottom: -15px;
    position: absolute;
    content: "";
    transform-origin: left;
    width: 100%;
    background: rgb(150,173,127);
    transition: transform 0.6s ease;
    left: 0;
    transform: scaleX(0.7);
    height: 4px;
}.our_teamkLGbO h3:hover::after {
    transform: scaleX(1);
}.our_teamkLGbO .who_weareYiHPd {
    position: relative;
    margin-bottom: 80px;
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
}.our_teamkLGbO .who_weareYiHPd::before {
    width: 40px;
    top: -20px;
    border-left: 3px solid rgb(194,194,168);
    content: "";
    height: 40px;
    left: -20px;
    border-top: 3px solid rgb(194,194,168);
    position: absolute;
}.our_teamkLGbO .who_weareYiHPd::after {
    width: 40px;
    bottom: -20px;
    content: "";
    border-right: 3px solid rgb(194,194,168);
    right: -20px;
    height: 40px;
    border-bottom: 3px solid rgb(194,194,168);
    position: absolute;
}.our_teamkLGbO .who_weareYiHPd span {
    display: block;
    width: 100%;
    font-size: 23px;
    padding-left: 15px;
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(194,194,168);
    position: relative;
}.our_teamkLGbO .who_weareYiHPd span::before {
    border-radius: 10px;
    transform: translateY(-50%);
    position: absolute;
    height: 80%;
    top: 50%;
    width: 6px;
    background: rgb(194,194,168);
    left: 0;
    content: "";
}.our_teamkLGbO .who_weareYiHPd p {
    font-size: 17px;
    color: #000000;
    max-width: 600px;
    margin-bottom: 0;
    line-height: 1.8;
}.our_teamkLGbO .who_weareYiHPd .img_responsiveygko2 {
    margin-left: 50px;
    width: 450px;
    border-radius: 22px;
    position: relative;
    transition: transform 0.6s ease;
    height: 350px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-5deg);
}.our_teamkLGbO .who_weareYiHPd .img_responsiveygko2:hover {
    transform: perspective(1000px) rotateY(0);
}.our_teamkLGbO .approach_eduMaJiE {
    flex-direction: row-reverse;
    display: flex;
    position: relative;
    margin-top: 50px;
}.our_teamkLGbO .approach_eduMaJiE::before {
    position: absolute;
    border-right: 3px solid rgb(150,173,127);
    content: "";
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    border-top: 3px solid rgb(150,173,127);
}.our_teamkLGbO .approach_eduMaJiE::after {
    border-left: 3px solid rgb(150,173,127);
    border-bottom: 3px solid rgb(150,173,127);
    bottom: -20px;
    content: "";
    position: absolute;
    left: -20px;
    height: 40px;
    width: 40px;
}.our_teamkLGbO .approach_eduMaJiE p {
    position: relative;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 17px;
    padding-right: 20px;
    max-width: 600px;
}.our_teamkLGbO .approach_eduMaJiE p::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(150,173,127), transparent);
    left: -20px;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    width: 3px;
    content: "";
}.our_teamkLGbO .approach_eduMaJiE .expert_studiofm3vN {
    transform: perspective(1000px) rotateY(5deg);
    margin-right: 50px;
    position: relative;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s ease;
    border-radius: 22px;
    height: 350px;
    width: 450px;
}.our_teamkLGbO .approach_eduMaJiE .expert_studiofm3vN:hover {
    transform: perspective(1000px) rotateY(0);
}.our_teamkLGbO .approach_eduMaJiE .expert_studiofm3vN::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    width: 100%;
    z-index: 1;
    bottom: 0;
    content: "";
    height: 30%;
    position: absolute;
}.our_teamkLGbO .who_weareYiHPd .img_responsiveygko2::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    bottom: 0;
    content: "";
    z-index: 1;
    width: 100%;
    left: 0;
    height: 30%;
    position: absolute;
}

@media screen and (max-width: 1100px) {.our_teamkLGbO .who_weareYiHPd .img_responsiveygko2,
    .our_teamkLGbO .approach_eduMaJiE .expert_studiofm3vN {
    width: 400px;
    height: 320px;
}
}

@media screen and (max-width: 992px) {.our_teamkLGbO {
    padding: 80px 0;
}.our_teamkLGbO h3 {
    margin-bottom: 50px;
}.our_teamkLGbO .who_weareYiHPd,
    .our_teamkLGbO .approach_eduMaJiE {
    margin-bottom: 60px;
    flex-direction: column;
}.our_teamkLGbO .who_weareYiHPd .img_responsiveygko2,
    .our_teamkLGbO .approach_eduMaJiE .expert_studiofm3vN {
    height: 300px;
    margin: 30px 0 0;
    width: 100%;
    transform: perspective(1000px) rotateY(0);
}.our_teamkLGbO .approach_eduMaJiE p {
    padding-left: 20px;
    padding-right: 0;
}.our_teamkLGbO .approach_eduMaJiE p::before {
    left: 0;
}
}

@media screen and (max-width: 768px) {.our_teamkLGbO {
    padding: 60px 0;
}.our_teamkLGbO h3 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.9);
}.our_teamkLGbO .who_weareYiHPd,
    .our_teamkLGbO .approach_eduMaJiE {
    margin-bottom: 50px;
}.our_teamkLGbO .who_weareYiHPd span {
    font-size: calc(23px * 0.9);
}.our_teamkLGbO .who_weareYiHPd::before,
    .our_teamkLGbO .who_weareYiHPd::after,
    .our_teamkLGbO .approach_eduMaJiE::before,
    .our_teamkLGbO .approach_eduMaJiE::after {
    width: 30px;
    height: 30px;
}
}

@media screen and (max-width: 576px) {.our_teamkLGbO {
    padding: 40px 0;
}.our_teamkLGbO h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 30px;
}.our_teamkLGbO h3::after {
    bottom: -10px;
    height: 3px;
}.our_teamkLGbO .who_weareYiHPd,
    .our_teamkLGbO .approach_eduMaJiE {
    margin-bottom: 40px;
}.our_teamkLGbO .who_weareYiHPd span {
    font-size: calc(23px * 0.85);
    margin-bottom: 15px;
}.our_teamkLGbO .who_weareYiHPd p,
    .our_teamkLGbO .approach_eduMaJiE p {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}.our_teamkLGbO .who_weareYiHPd .img_responsiveygko2,
    .our_teamkLGbO .approach_eduMaJiE .expert_studiofm3vN {
    margin-top: 20px;
    height: 250px;
}.our_teamkLGbO .who_weareYiHPd::before,
    .our_teamkLGbO .who_weareYiHPd::after,
    .our_teamkLGbO .approach_eduMaJiE::before,
    .our_teamkLGbO .approach_eduMaJiE::after {
    height: 25px;
    width: 25px;
}}.course_overviewk35jR {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(220,221,213) 0%, rgba(240, 242, 245, 0.9) 100%);
}.course_overviewk35jR::before {
    content: "";
    right: -100px;
    border-radius: 50%;
    position: absolute;
    animation: float 15s infinite alternate ease-in-out;
    transform: translateZ(0);
    height: 300px;
    top: -100px;
    background: linear-gradient(45deg, rgb(194,194,168,0.5) 0%, rgb(150,173,127,0.5) 100%);
    filter: blur(40px);
    width: 300px;
    opacity: 0.3;
}.course_overviewk35jR::after {
    width: 200px;
    left: -50px;
    transform: translateZ(0);
    animation: morph 20s infinite alternate ease-in-out;
    filter: blur(30px);
    position: absolute;
    height: 200px;
    bottom: -50px;
    content: "";
    background: linear-gradient(-45deg, rgb(150,173,127,0.5) 0%, rgb(194,194,168,0.5) 100%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.2;
}.course_overviewk35jR .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}.course_overviewk35jR .skill_planv6WVO {
    grid-template-columns: 1fr;
    transform: translateZ(0);
    display: grid;
    gap: 40px;
}.course_overviewk35jR .img_responsiveygko2 {
    height: 350px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.course_overviewk35jR .img_responsiveygko2::before {
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%);
    content: "";
    inset: 0;
    z-index: 1;
}.course_overviewk35jR .img_responsiveygko2::after {
    transform: rotate(25deg);
    position: absolute;
    animation: shimmer 5s infinite linear;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    content: "";
    top: -50%;
    left: -50%;
    pointer-events: none;
    width: 200%;
    height: 200%;
}.course_overviewk35jR .subtext_wrapbxXCz {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    padding: 30px;
    background: #ffffff;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
}.course_overviewk35jR .subtext_wrapbxXCz::before {
    transition: transform 0.4s ease;
    height: 100%;
    content: "";
    transform: scaleY(0.7);
    top: 0;
    left: 0;
    position: absolute;
    width: 4px;
    transform-origin: center;
    background: linear-gradient(to bottom, rgb(194,194,168), rgb(150,173,127));
}.course_overviewk35jR .subtext_wrapbxXCz:hover::before {
    transform: scaleY(1);
}.course_overviewk35jR h3 {
    transform: translateX(0);
    font-size: calc(23px + 0.2rem);
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 24px;
    font-family: Arial, sans-serif;
    transition: transform 0.4s ease;
    z-index: 1;
}.course_overviewk35jR h3::after {
    transition: opacity 0.4s ease, left 0.4s ease;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(194,194,168,0.5);
    width: 8px;
    content: "";
    left: -10px;
    z-index: -1;
    opacity: 0;
    height: 30%;
    position: absolute;
}.course_overviewk35jR .subtext_wrapbxXCz:hover h3 {
    transform: translateX(10px);
}.course_overviewk35jR .subtext_wrapbxXCz:hover h3::after {
    left: -5px;
    opacity: 1;
}.course_overviewk35jR .description {
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    line-height: 1.7;
    position: relative;
    font-size: 18px;
}.course_overviewk35jR p.description {
    scrollbar-width: thin;
    scrollbar-color: rgb(194,194,168,0.5) rgb(220,221,213);
    max-height: 300px;
    padding-right: 15px;
    display: block;
    overflow-y: auto;
}.course_overviewk35jR p.description::-webkit-scrollbar {
    width: 5px;
}.course_overviewk35jR p.description::-webkit-scrollbar-track {
    background: rgb(220,221,213);
    border-radius: 10px;
}.course_overviewk35jR p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(194,194,168,0.5);
}.course_overviewk35jR span.description {
    display: none;
}

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

@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    }
    50% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    75% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@keyframes shimmer {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media (min-width: 768px) {.course_overviewk35jR .skill_planv6WVO {
    gap: 50px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.course_overviewk35jR .img_responsiveygko2 {
    height: 450px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.course_overviewk35jR .subtext_wrapbxXCz {
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
}.course_overviewk35jR .img_responsiveygko2:hover,
    .course_overviewk35jR .subtext_wrapbxXCz:hover {
    transform: perspective(1000px) rotateY(0) translateZ(20px);
}.course_overviewk35jR h3 {
    font-size: 33px;
}
}

@media (min-width: 992px) {.course_overviewk35jR {
    padding: 150px 0;
}.course_overviewk35jR .skill_planv6WVO {
    gap: 70px;
}.course_overviewk35jR .img_responsiveygko2 {
    height: 550px;
}.course_overviewk35jR .subtext_wrapbxXCz {
    padding: 40px 50px;
}.course_overviewk35jR p.description {
    max-height: 350px;
}
}

@media (max-width: 767px) {.course_overviewk35jR {
    padding: 80px 0;
}.course_overviewk35jR .container {
    padding: 0 15px;
}.course_overviewk35jR .img_responsiveygko2 {
    height: 250px;
}.course_overviewk35jR .subtext_wrapbxXCz {
    padding: 25px 20px;
}.course_overviewk35jR h3 {
    margin-bottom: 15px;
    font-size: calc(23px - 0.1rem);
}.course_overviewk35jR p.description {
    max-height: 250px;
    font-size: calc(18px - 0.1rem);
}}footer {
    position: relative;
    width: 100%;
}footer .affiliate_ctaBVHOq {
    padding: 80px 0 30px;
    position: relative;
    background: linear-gradient(135deg, rgb(194,194,168), rgb(150,173,127));
    font-family: Arial, sans-serif;
    color: #ffffff;
}footer .affiliate_ctaBVHOq::before {
    left: 0;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
}footer .login_footerBKm0z {
    position: relative;
    z-index: 1;
}footer .help_forms6fyp {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 60px;
    justify-content: center;
    gap: 20px;
}footer .info_item {
    align-items: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    justify-content: center;
    z-index: 1;
    height: 220px;
    transition: all 0.4s ease;
    flex: 0 1 220px;
    backdrop-filter: blur(5px);
    display: flex;
    position: relative;
    padding: 20px;
    background-color: rgb(194,194,168,0.5);
}footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}footer .info_item:nth-child(2) {
    transform: translateY(20px);
}footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}footer .info_item:nth-child(4) {
    transform: translateY(10px);
}footer .info_item:hover {
    transform: scale(1.05) translateY(0);
    z-index: 2;
    background-color: rgb(150,173,127,0.5);
}footer .info_item svg {
    margin-right: 10px;
    flex-shrink: 0;
    height: 24px;
    fill: #ffffff;
    width: 24px;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    max-width: 80%;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    gap: 30px;
    display: flex;
}footer .main_proJbydD, footer .head_infosZRnT, footer .subscribe_holder {
    position: relative;
    flex-direction: column;
    display: flex;
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 23px;
    overflow: hidden;
    transition: all 0.3s ease;
    align-items: center;
    flex: 1 1 300px;
    max-width: 400px;
    background-color: rgb(194,194,168,0.5);
    padding: 30px;
}footer .main_proJbydD:hover, footer .head_infosZRnT:hover, footer .subscribe_holder:hover {
    transform: translateY(-10px);
    background-color: rgb(150,173,127,0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}footer .main_proJbydD::before, footer .head_infosZRnT::before, footer .subscribe_holder::before {
    opacity: 0.1;
    content: "";
    border-radius: 50%;
    height: 150px;
    position: absolute;
    z-index: -1;
    width: 150px;
}footer .main_proJbydD::before {
    top: -50px;
    left: -50px;
    background-color: rgb(194,194,168);
}footer .head_infosZRnT::before {
    bottom: -50px;
    right: -50px;
    background-color: rgb(150,173,127);
}footer .subscribe_holder::before {
    left: -50px;
    background-color: rgb(194,194,168);
    bottom: -50px;
}footer .main_proJbydD svg {
    width: auto;
    margin-bottom: 20px;
    height: 50px;
    filter: brightness(0) invert(1);
}footer .module_endKelkE {
    font-size: 16px;
    max-width: 300px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}footer .head_infosZRnT h5, footer .subscribe_holder h5 {
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 600;
}footer .head_infosZRnT h5::after, footer .subscribe_holder h5::after {
    position: absolute;
    width: 40px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 2px;
    bottom: -8px;
    background-color: #ffffff;
    transition: width 0.3s ease;
}footer .head_infosZRnT:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}footer .head_top7Pl6W {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    max-width: 300px;
    justify-content: center;
    flex-wrap: wrap;
}footer .head_top7Pl6W a {
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    padding: 8px 15px;
    background-color: rgb(194,194,168,0.5);
    transition: all 0.3s ease;
}footer .head_top7Pl6W a:hover {
    transform: translateY(-3px);
    background-color: rgb(150,173,127,0.5);
}footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 13px;
    max-width: 300px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}footer .input_holder {
    width: 100%;
    flex-direction: column;
    gap: 15px;
    display: flex;
    max-width: 300px;
    align-items: center;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    padding: 15px 20px;
    text-align: center;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 13px;
    border: none;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 3px rgb(194,194,168,0.5);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .join_listI1Zi3 {
    font-size: 20px;
    cursor: pointer;
    font-weight: 600;
    padding: 15px 20px;
    color: #ffffff;
    transition: all 0.3s ease;
    background-color: rgb(194,194,168);
    border-radius: 10px;
    border: none;
    width: 100%;
}footer .join_listI1Zi3:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(150,173,127);
}footer .trade_markKiPHE {
    text-align: center;
    position: relative;
    margin-top: 60px;
}footer .footer_disclaimerto0Vu {
    border-radius: 10px;
    backdrop-filter: blur(5px);
    display: inline-block;
    padding: 8px 20px;
    background-color: rgb(194,194,168,0.5);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}

@media (max-width: 991px) {footer .info_item {
    flex: 0 1 180px;
    height: 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}

@media (max-width: 767px) {footer .affiliate_ctaBVHOq {
    padding: 60px 0 30px;
}footer .help_forms6fyp {
    margin-bottom: 40px;
    flex-direction: column;
}footer .info_item {
    padding: 15px;
    height: 100px;
    flex: 0 1 100px;
}footer .main_proJbydD, footer .head_infosZRnT, footer .subscribe_holder {
    padding: 25px 20px;
}footer .trade_markKiPHE {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .affiliate_ctaBVHOq {
    padding: 50px 0 20px;
}footer .info_item {
    flex: 0 1 90px;
    height: 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(13px - 1px);
}footer .head_infosZRnT h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .head_top7Pl6W a {
    font-size: calc(13px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .join_listI1Zi3 {
    padding: 12px 15px;
}footer .footer_disclaimerto0Vu {
    padding: 6px 15px;
}
}