* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.outer-container-914 {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.top-header-875 {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
    scroll-snap-type: none;
    auto
contain
touch-action: none;
    scroll-behavior: auto;
}.footer-careers-657 {
    flex: 0 0 auto;
}.container {
    width: 1246px;
    max-width: 100%;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.gratitudeWeb-968 {
    overflow: hidden;
    padding: 80px 0;
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(158,202,219) 0%, rgba(245, 245, 245, 0.9) 100%);
}.gratitudeWeb-968::before {
    top: 0;
    z-index: 1;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(102,132,156,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(102,132,156,0.5) 11px
    );
    content: "";
    transform: translateZ(-20px);
    height: 100%;
    pointer-events: none;
    animation: patternMove 30s linear infinite;
    width: 100%;
    position: absolute;
    opacity: 0.1;
}.gratitudeWeb-968::after {
    right: -50%;
    z-index: 0;
    background: radial-gradient(
        circle at center,
        rgb(129,165,187,0.5) 0%,
        transparent 70%
    );
    animation: gradientPulse 15s ease-in-out infinite alternate;
    height: 100%;
    transform: rotate(-15deg) scale(2);
    position: absolute;
    opacity: 0.15;
    content: "";
    top: -50%;
    width: 100%;
}.gratitudeWeb-968 .container {
    padding: 0 20px;
    transform-style: preserve-3d;
    position: relative;
    max-width: 1200px;
    z-index: 10;
    margin: 0 auto;
}.gratitudeWeb-968 h2 {
    margin-bottom: 40px;
    color: #000000;
    font-size: 28px;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4;
    transform: translateZ(30px);
    opacity: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-weight: 700;
    animation: titleEntrance 1.2s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
}.gratitudeWeb-968 h2::after {
    left: 50%;
    transform-origin: center;
    width: 150px;
    background: linear-gradient(90deg, transparent, rgb(102,132,156), transparent);
    height: 3px;
    content: "";
    animation: underlineExpand 1.5s ease-out forwards 0.5s;
    transform: translateX(-50%);
    bottom: -15px;
    opacity: 0;
    position: absolute;
}.gratitudeWeb-968 .founders-team-270 {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    transform: translateZ(15px) rotateX(2deg);
    opacity: 0;
    animation: holderEntrance 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.3s;
    margin-top: 20px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 3px 5px rgba(0, 0, 0, 0.03);
    background: #ffffff;
}.gratitudeWeb-968 .founders-team-270::before {
    content: "";
    background: linear-gradient(45deg, rgb(102,132,156,0.5) 0%, transparent 70%);
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}.gratitudeWeb-968 .founders-team-270::after {
    position: absolute;
    transform: translate(40%, 40%);
    bottom: 0;
    height: 180px;
    border-radius: 50%;
    opacity: 0.2;
    width: 180px;
    content: "";
    right: 0;
    z-index: -1;
    background: radial-gradient(circle at center, rgb(129,165,187,0.5), transparent 70%);
    animation: glowPulse 8s ease-in-out infinite alternate;
}.gratitudeWeb-968 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.gratitudeWeb-968 li {
    border-radius: 0 10px 10px 0;
    background: linear-gradient(to right, rgba(245, 245, 245, 0.5) 0%, transparent 100%);
    opacity: 0;
    position: relative;
    transform: translateX(-20px);
    border-left: 3px solid rgb(102,132,156);
    padding: 20px 15px 20px 35px;
    animation: itemSlideIn 0.8s ease-out forwards 0.6s;
    margin-bottom: 15px;
}.gratitudeWeb-968 li::before {
    left: -9px;
    position: absolute;
    animation: pulseDot 3s infinite;
    content: "";
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(var(--secondary-color-rgb, 0, 120, 200), 0.1);
    top: 50%;
    border: 3px solid rgb(102,132,156);
    background-color: #ffffff;
    width: 15px;
    transform: translateY(-50%);
    height: 15px;
}.gratitudeWeb-968 span {
    line-height: 1.7;
    transform: translateY(15px);
    animation: textFadeIn 1s ease-out forwards 0.8s;
    display: block;
    font-family: Arial, sans-serif;
    font-size: calc(13px * 1.05);
    opacity: 0;
    color: #000000;
}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes gradientPulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-14deg) scale(2.1);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
}

@keyframes titleEntrance {
    0% {
        opacity: 0;
        transform: translateY(-30px) translateZ(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}

@keyframes underlineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 150px;
        opacity: 1;
    }
}

@keyframes holderEntrance {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(15px) rotateX(2deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(15px) rotateX(2deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
    50% {
        opacity: 0.3;
        transform: translate(40%, 40%) scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
}

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

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

@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
}

@media (max-width: 992px) {.gratitudeWeb-968 {
    padding: 60px 0;
}.gratitudeWeb-968 h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 30px;
}.gratitudeWeb-968 .founders-team-270 {
    padding: 30px;
}
}

@media (max-width: 768px) {.gratitudeWeb-968 {
    padding: 50px 0;
}.gratitudeWeb-968 h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.8);
}.gratitudeWeb-968 .founders-team-270 {
    transform: translateZ(10px) rotateX(1deg);
    padding: 25px;
}.gratitudeWeb-968 span {
    font-size: 13px;
}.gratitudeWeb-968 li {
    padding: 15px 10px 15px 25px;
}
}

@media (max-width: 576px) {.gratitudeWeb-968 {
    padding: 40px 0;
}.gratitudeWeb-968 h2 {
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: calc(28px * 0.7);
}.gratitudeWeb-968 h2::after {
    bottom: -10px;
    width: 100px;
}.gratitudeWeb-968 .founders-team-270 {
    margin-top: 15px;
    padding: 20px;
    transform: translateZ(5px) rotateX(0.5deg);
}.gratitudeWeb-968 li {
    margin-bottom: 10px;
    padding: 12px 10px 12px 20px;
}.gratitudeWeb-968 li::before {
    height: 12px;
    left: -7px;
    width: 12px;
}.gratitudeWeb-968 span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}.company-overview-195 {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 6rem 0;
}.company-overview-195::before {
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    top: 0;
    position: absolute;
    z-index: 1;
    background: radial-gradient(circle at 30% 40%, 
        rgba(0, 0, 0, 0.3),
        rgba(0, 0, 0, 0.7) 65%,
        rgba(0, 0, 0, 0.85) 100%);
}.company-overview-195::after {
    opacity: 0.6;
    z-index: 1;
    content: "";
    position: absolute;
    border: 2px solid rgb(129,165,187,0.5);
    animation: rotate 20s linear infinite;
    right: -50px;
    height: 200px;
    border-radius: 50%;
    width: 200px;
    top: -50px;
}.company-overview-195 .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
}.company-overview-195 .text-region-896 {
    transform: perspective(1000px) rotateY(2deg);
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgba(30, 30, 40, 0.75) 100%);
    max-width: 900px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 0 1px rgb(129,165,187,0.5);
    padding: 3rem;
    margin: 0 auto;
    transition: transform 0.5s ease-out;
}.company-overview-195 .text-region-896:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), 
                0 0 0 1px rgb(129,165,187);
    transform: perspective(1000px) rotateY(0deg);
}.company-overview-195 .text-region-896::before {
    opacity: 0.15;
    height: 100%;
    position: absolute;
    left: 0;
    background: radial-gradient(circle at top right, 
        rgb(129,165,187,0.5) 0%, 
        transparent 70%);
    z-index: -1;
    top: 0;
    width: 100%;
    content: "";
}.company-overview-195 .text-region-896::after {
    height: 1px;
    bottom: -10px;
    right: 20px;
    content: "";
    background: linear-gradient(to right, 
        transparent, 
        rgb(102,132,156,0.5), 
        transparent);
    position: absolute;
    z-index: 3;
    width: 40%;
}.company-overview-195 h1 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: 40px;
    margin-bottom: 2.5rem;
    color: rgb(129,165,187);
}.company-overview-195 h1::after {
    width: 60%;
    transform-origin: left center;
    bottom: -10px;
    content: "";
    background: linear-gradient(to right, 
        rgb(129,165,187), 
        rgb(102,132,156,0.5));
    left: 0;
    position: absolute;
    height: 3px;
    animation: expandWidth 1.5s ease-out forwards;
}.company-overview-195 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.company-overview-195 li {
    opacity: 0;
    animation-delay: 0.3s;
    animation: fadeIn 0.8s ease-out forwards;
    margin-bottom: 1.5rem;
    position: relative;
}.company-overview-195 li:last-child {
    animation-delay: 0.6s;
}.company-overview-195 h4 {
    font-size: 21px;
    font-weight: 600;
    position: relative;
    transform: translateX(-10px);
    opacity: 0;
    margin-bottom: 1rem;
    color: rgb(102,132,156);
    animation: slideRight 0.8s ease-out 0.4s forwards;
}.company-overview-195 h4::before {
    transform: scaleX(0);
    background-color: rgb(102,132,156);
    position: absolute;
    transform-origin: right center;
    left: -25px;
    height: 1px;
    animation: expandWidth 1s ease-out 0.8s forwards;
    top: 50%;
    width: 15px;
    content: "";
}.company-overview-195 span {
    padding-left: 0.5rem;
    position: relative;
    text-align: justify;
    display: block;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.8;
    border-left: 1px solid rgb(129,165,187,0.5);
}.company-overview-195 span::before {
    height: 10px;
    top: 0;
    content: "";
    position: absolute;
    width: 10px;
    background: rgb(129,165,187);
    opacity: 0.8;
    border-radius: 50%;
    left: -5px;
}.company-overview-195 span::after {
    border-radius: 50%;
    background: rgb(102,132,156);
    bottom: 0;
    content: "";
    width: 10px;
    position: absolute;
    left: -5px;
    opacity: 0.8;
    height: 10px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

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

@media (max-width: 991px) {.company-overview-195 {
    padding: 4rem 0;
}.company-overview-195 .text-region-896 {
    transform: perspective(1000px) rotateY(1deg);
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.company-overview-195 {
    padding: 3rem 0;
}.company-overview-195 .text-region-896 {
    transform: none;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25), 
                    0 0 0 1px rgb(129,165,187,0.5);
}.company-overview-195 h1 {
    margin-bottom: 2rem;
    font-size: calc(40px * 0.9);
}.company-overview-195 span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 575px) {.company-overview-195 {
    padding: 2.5rem 0;
}.company-overview-195 .container {
    padding: 0 1rem;
}.company-overview-195 .text-region-896 {
    padding: 1.5rem;
}.company-overview-195 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(40px * 0.8);
}.company-overview-195 h4 {
    font-size: calc(21px * 0.9);
}.company-overview-195 span {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.company-overview-195 .text-region-896::after {
    width: 30%;
}}.homepage-397 {
    align-items: center;
    justify-content: center;
    overflow: hidden;
    perspective: 1000px;
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(158,202,219), rgb(102,132,156,0.5));
    display: flex;
}.homepage-397::before {
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
    45deg,
    rgb(129,165,187,0.5) 0px,
    transparent 1px,
    transparent 10px
  );
    position: absolute;
    opacity: 0.05;
    pointer-events: none;
    content: '';
    left: 0;
    height: 100%;
    z-index: 1;
}.homepage-397::after {
    content: '';
    right: -50%;
    top: -50%;
    width: 100%;
    position: absolute;
    opacity: 0.1;
    height: 100%;
    animation: pulseGlow 8s infinite alternate ease-in-out;
    z-index: 0;
    background: radial-gradient(
    circle at center,
    rgb(129,165,187,0.5) 0%,
    transparent 70%
  );
    transform: rotate(-15deg);
}.homepage-397 .start-welcome-286 {
    width: 90%;
    max-width: 1200px;
    transform-style: preserve-3d;
    z-index: 2;
    transform: translateZ(0);
}.homepage-397 .start-welcome-286 > div {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.homepage-397 .start-welcome-286 > div > div:first-child {
    opacity: 0;
    animation: slideInTop 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.2s;
    transform: translateY(30px) rotateX(5deg);
}.homepage-397 .start-welcome-286 h3 {
    border-left: 4px solid rgb(129,165,187);
    margin-bottom: 1rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    color: #000000;
    font-weight: 600;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    line-height: 1.4;
    transform: perspective(1000px) rotateY(-1deg);
    font-size: calc(21px * 1.05);
    transition: transform 0.5s ease;
    padding: 1.5rem 2rem;
}.homepage-397 .start-welcome-286 h3:hover {
    transform: perspective(1000px) rotateY(0deg);
}.homepage-397 .learning-space-425 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    opacity: 0;
    overflow: hidden;
    animation: slideInBottom 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.5s;
    transform: translateY(40px) rotateX(3deg);
    min-height: 400px;
    position: relative;
}.homepage-397 .learning-space-425::before {
    height: 100%;
    content: '';
    width: 100%;
    position: absolute;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
    top: 0;
    z-index: 1;
    left: 0;
}.homepage-397 .learning-space-425 > div {
    z-index: 2;
    position: relative;
    justify-content: center;
    height: 100%;
    padding: 3rem;
    flex-direction: column;
    display: flex;
}.homepage-397 .learning-space-425 p {
    font-size: calc(16px * 1.2);
    line-height: 1.5;
    animation: slideInLeft 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.8s;
    max-width: 80%;
    margin-bottom: 1.5rem;
    color: #ffffff;
    transform: translateX(-30px);
    opacity: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}.homepage-397 .title_style_header {
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
    animation: slideInLeft 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 1s;
    margin-bottom: 2rem;
    position: relative;
    font-weight: 700;
    opacity: 0;
    font-size: 43px;
    color: #ffffff;
    transform: translateX(-20px);
    line-height: 1.2;
}.homepage-397 .title_style_header::after {
    transform-origin: left;
    transform: scaleX(0);
    bottom: -15px;
    position: absolute;
    animation: growLine 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 1.4s;
    background: rgb(129,165,187);
    left: 0;
    height: 4px;
    content: '';
    width: 80px;
}

@keyframes slideInTop {
  0% {
    transform: translateY(30px) rotateX(5deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}

@keyframes slideInBottom {
  0% {
    transform: translateY(40px) rotateX(3deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}

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

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

@keyframes pulseGlow {
  0% {
    opacity: 0.05;
    transform: rotate(-15deg) scale(1);
  }
  100% {
    opacity: 0.15;
    transform: rotate(-15deg) scale(1.1);
  }
}

@media (min-width: 768px) {.homepage-397 .start-welcome-286 > div {
    grid-template-columns: 0.4fr 0.6fr;
    gap: 2rem;
}.homepage-397 .learning-space-425 {
    min-height: 450px;
}.homepage-397 .start-welcome-286 h3 {
    padding: 2rem 2.5rem;
    font-size: 21px;
}.homepage-397 .title_style_header {
    font-size: calc(43px * 1.2);
}.homepage-397 .title_style_header::after {
    width: 100px;
}
}

@media (min-width: 992px) {.homepage-397 .start-welcome-286 > div {
    grid-template-columns: 0.35fr 0.65fr;
    gap: 3rem;
}.homepage-397 .learning-space-425 {
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    min-height: 500px;
}.homepage-397 .learning-space-425:hover {
    transform: perspective(1000px) rotateY(0deg);
}.homepage-397 .start-welcome-286 h3 {
    font-size: calc(21px * 1.1);
    transform: perspective(1000px) rotateY(-2deg);
}.homepage-397 .learning-space-425 > div {
    padding: 4rem;
}.homepage-397 .title_style_header {
    font-size: calc(43px * 1.4);
}.homepage-397 .learning-space-425 p {
    font-size: calc(16px * 1.4);
}
}

@media (min-width: 1200px) {.homepage-397 .start-welcome-286 > div {
    gap: 4rem;
    grid-template-columns: 0.4fr 0.6fr;
}.homepage-397 .learning-space-425 {
    min-height: 550px;
}.homepage-397 .start-welcome-286 h3 {
    font-size: calc(21px * 1.2);
}.homepage-397 .learning-space-425 > div {
    padding: 5rem;
}
}

@media (max-width: 767px) {.homepage-397 {
    padding: 3rem 0;
}.homepage-397 .start-welcome-286 h3 {
    padding: 1.25rem 1.5rem;
    font-size: calc(21px * 0.9);
}.homepage-397 .learning-space-425 {
    min-height: 350px;
}.homepage-397 .learning-space-425 > div {
    padding: 2rem;
}.homepage-397 .title_style_header {
    margin-bottom: 1.5rem;
    font-size: calc(43px * 0.9);
}.homepage-397 .learning-space-425 p {
    font-size: 16px;
    max-width: 100%;
}}.privacy-retreat-045 {
    background: rgb(158,202,219);
    font-family: Arial, sans-serif;
    line-height: 1.6;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 40px;
    color: #000000;
}.privacy-retreat-045 h1 {
    border-bottom: 2px solid rgb(129,165,187,0.5);
    background: linear-gradient(to right, rgb(129,165,187), rgb(129,165,187,0.5));
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    color: rgb(129,165,187);
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 10px;
    -webkit-background-clip: text !important;
}.privacy-retreat-045 h2 {
    margin-top: 30px;
    -webkit-background-clip: text !important;
    color: rgb(102,132,156);
    font-size: 36px;
    margin-bottom: 15px;
    background: linear-gradient(to right, rgb(102,132,156), rgb(102,132,156,0.5));
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}.privacy-retreat-045 h3,
.privacy-retreat-045 h4,
.privacy-retreat-045 h5,
.privacy-retreat-045 h6 {
    color: rgb(102,132,156,0.5);
    -webkit-text-fill-color: transparent;
    margin-top: 20px;
    background: linear-gradient(to right, rgb(102,132,156), rgb(102,132,156,0.5));
    font-weight: 400;
    -webkit-background-clip: text !important;
}.privacy-retreat-045 ul {
    padding: 0;
    list-style: none;
    margin: 20px 0;
}.privacy-retreat-045 ul li {
    margin-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background: linear-gradient(to right, #ffffff, rgb(129,165,187,0.5));
    border-left: 4px solid rgb(129,165,187);
    padding: 15px;
}.privacy-retreat-045 ol {
    padding: 0;
    margin: 20px 0;
    counter-reset: li;
    list-style: none;
}.privacy-retreat-045 ol li {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    background: linear-gradient(to right, #ffffff, rgb(102,132,156,0.5));
    padding: 10px 15px 10px 40px;
    border-radius: 10px;
    position: relative;
}.privacy-retreat-045 ol li:before {
    width: 25px;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
    display: flex;
    position: absolute;
    align-items: center;
    height: 25px;
    border-radius: 50%;
    counter-increment: li;
    color: #ffffff;
    background-color: rgb(129,165,187);
    content: counter(li);
    left: 10px;
}.privacy-retreat-045 p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
}.privacy-retreat-045 span {
    font-weight: 600;
    color: rgb(129,165,187);
}.privacy-retreat-045 div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.privacy-retreat-045 {
    padding: 20px;
}.privacy-retreat-045 h1 {
    font-size: calc(21px * 0.8);
}.privacy-retreat-045 h2 {
    font-size: calc(21px * 0.8);
}.privacy-retreat-045 ul li,
    .privacy-retreat-045 ol li {
    padding: 10px;
}.privacy-retreat-045 ol li:before {
    font-size: 0.8em;
    height: 20px;
    width: 20px;
}.privacy-retreat-045 p {
    font-size: calc(18px * 0.9);
}}
.find-contact-683 {
    position: relative;
    padding: 6rem 0;
    background: rgb(158,202,219);
    overflow: hidden;
}.find-contact-683::before {
    top: -50%;
    background: rgb(102,132,156,0.5);
    right: -50%;
    position: absolute;
    width: 100%;
    filter: blur(80px);
    content: '';
    z-index: 0;
    height: 100%;
    border-radius: 50%;
}.find-contact-683::after {
    border-radius: 50%;
    background: rgb(129,165,187,0.5);
    content: '';
    bottom: -30%;
    animation: pulse 15s infinite alternate;
    filter: blur(100px);
    width: 80%;
    height: 80%;
    position: absolute;
    left: -30%;
    z-index: 0;
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.6;
        transform: scale(1.1);
    }
}

.find-contact-683 .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
}.find-contact-683 .message-card-852 {
    gap: 3rem;
    flex-wrap: wrap;
    position: relative;
    display: flex;
}.find-contact-683 .talk-support-807 {
    min-width: 300px;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    border-radius: 30px;
    flex: 1 1 30%;
    z-index: 2;
}.find-contact-683 .talk-support-807:nth-child(1) {
    padding: 3rem;
    border-left: 4px solid rgb(102,132,156);
    border-radius: 30px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    order: 1;
}.find-contact-683 .talk-support-807:nth-child(2) {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    order: 3;
    overflow: hidden;
    border-radius: 30px;
}.find-contact-683 .talk-support-807:nth-child(3) {
    order: 2;
    border-radius: 30px;
    border-top: 4px solid rgb(129,165,187);
    background: linear-gradient(145deg, rgb(102,132,156,0.5), rgba(0, 0, 0, 0.5));
    backdrop-filter: blur(10px);
    padding: 3rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}.find-contact-683 .talk-support-807 h2 {
    display: inline-block;
    position: relative;
    color: #ffffff;
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 28px;
}.find-contact-683 .talk-support-807 h2::before {
    background: rgb(102,132,156);
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    border-radius: 2px;
    content: '';
}.find-contact-683 .message-info-784 {
    margin-bottom: 1rem;
    font-size: calc(16px * 1.3);
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #ffffff;
}.find-contact-683 .edu-faq-502 {
    opacity: 0.9;
    line-height: 1.7;
    font-weight: 300;
    margin-bottom: 2rem;
    color: #ffffff;
}.find-contact-683 .talk-support-807 p {
    opacity: 0.9;
    color: #ffffff;
    gap: 1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
}.find-contact-683 .talk-support-807 p span {
    font-weight: 600;
    opacity: 1;
}.find-contact-683 .send-info-306 {
    background: rgba(0, 0, 0, 0.5);
    margin-top: 2.5rem;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
}.find-contact-683 .send-info-306 h3 {
    font-weight: 600;
    color: #ffffff;
    align-items: center;
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 24px;
}.find-contact-683 .send-info-306 h3::before {
    content: '';
    border-radius: 50%;
    display: block;
    width: 12px;
    height: 12px;
    background: rgb(102,132,156);
}.find-contact-683 .support-info-980 {
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}.find-contact-683 .support-info-980 span {
    font-size: calc(16px * 0.9);
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #ffffff;
    padding: 0.75rem 1rem;
    border-bottom: 3px solid rgb(102,132,156);
    display: block;
}.find-contact-683 .support-info-980 span:hover {
    background: rgb(102,132,156,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.find-contact-683 .talk-support-807 .img-item-082 {
    min-height: 350px;
    height: 100%;
    transition: transform 0.5s ease;
    position: relative;
}.find-contact-683 .talk-support-807 .img-item-082::after {
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    content: '';
    height: 100%;
}.find-contact-683 .talk-support-807 .img-item-082:hover {
    transform: scale(1.03);
}.find-contact-683 .connect-team-938 {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}.find-contact-683 .connect-team-938 a {
    padding: 1.5rem;
    transition: all 0.3s ease;
    flex-direction: row;
    display: flex;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    border-left: 3px solid transparent;
    overflow: hidden;
}.find-contact-683 .connect-team-938 a:nth-child(1) {
    border-left-color: rgb(102,132,156);
}.find-contact-683 .connect-team-938 a:nth-child(2) {
    border-left-color: rgb(129,165,187);
}.find-contact-683 .connect-team-938 a:nth-child(3) {
    border-left-color: rgb(102,132,156);
}.find-contact-683 .connect-team-938 a::before {
    position: absolute;
    top: 0;
    left: -100%;
    transition: all 0.5s ease;
    content: '';
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent);
    width: 100%;
    height: 100%;
}.find-contact-683 .connect-team-938 a:hover {
    background: #000000;
    transform: translateX(5px);
}.find-contact-683 .connect-team-938 a:hover::before {
    opacity: 0;
    left: 0;
}.find-contact-683 .connect-team-938 a span {
    align-items: center;
    opacity: 0.7;
    color: #ffffff;
    font-size: calc(16px * 0.9);
    display: flex;
    gap: 0.75rem;
}.find-contact-683 .connect-team-938 a p {
    font-weight: 600;
    margin: 0;
    padding-left: 2rem;
    color: #ffffff;
    font-size: 16px;
}.find-contact-683 svg {
    fill: none;
    height: 22px;
    width: 22px;
    transition: transform 0.3s ease;
}.find-contact-683 svg path {
    fill: rgb(102,132,156);
    transition: fill 0.3s ease;
}.find-contact-683 .connect-team-938 a:hover svg {
    transform: scale(1.2);
}.find-contact-683 .connect-team-938 a:hover svg path {
    fill: #ffffff;
}

@media (max-width: 1100px) {.find-contact-683 .message-card-852 {
    flex-direction: column;
}.find-contact-683 .talk-support-807 {
    min-width: 100%;
}.find-contact-683 .talk-support-807:nth-child(1) {
    order: 1;
}.find-contact-683 .talk-support-807:nth-child(2) {
    order: 2;
}.find-contact-683 .talk-support-807:nth-child(3) {
    order: 3;
}.find-contact-683 .talk-support-807 .img-item-082 {
    min-height: 300px;
}
}

@media (max-width: 768px) {.find-contact-683 {
    padding: 4rem 0;
}.find-contact-683 .container {
    padding: 0 1.5rem;
}.find-contact-683 .talk-support-807 {
    padding: 2rem;
}.find-contact-683 .talk-support-807 h2 {
    font-size: calc(28px * 0.9);
}.find-contact-683 .send-info-306 {
    padding: 1.5rem;
}.find-contact-683 .support-info-980 {
    grid-template-columns: repeat(2, 1fr);
}.find-contact-683 .talk-support-807 .img-item-082 {
    min-height: 250px;
}
}

@media (max-width: 480px) {.find-contact-683 {
    padding: 3rem 0;
}.find-contact-683 .container {
    padding: 0 1rem;
}.find-contact-683 .talk-support-807 {
    padding: 1.5rem;
}.find-contact-683 .talk-support-807 h2 {
    font-size: calc(28px * 0.8);
}.find-contact-683 .message-info-784 {
    font-size: 16px;
}.find-contact-683 .send-info-306 {
    padding: 1.25rem;
    margin-top: 2rem;
}.find-contact-683 .support-info-980 {
    grid-template-columns: 1fr;
}.find-contact-683 .talk-support-807 .img-item-082 {
    min-height: 200px;
}.find-contact-683 .connect-team-938 a {
    padding: 1.25rem;
}.find-contact-683 .connect-team-938 a p {
    padding-left: 0;
}}footer {
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    perspective: 1000px;
}footer::before {
    top: 0;
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(129,165,187,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    opacity: 0.85;
    z-index: -1;
}footer::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    width: 100%;
    height: 100%;
    animation: scanline 10s linear infinite;
    left: 0;
}.footer-careers-657 {
    z-index: 1;
    padding: 5rem 0 3rem;
    position: relative;
}.footer-careers-657::before {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    content: "";
    animation: glowPulse 3s ease-in-out infinite alternate;
    left: 0;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(102,132,156) 50%, 
                transparent 100%);
}.footer-careers-657 .container {
    display: grid;
    gap: 3rem;
    position: relative;
    grid-template-columns: 1fr 1fr;
}.footer-careers-657 .company_holder {
    position: relative;
    padding: 2rem;
    border-radius: 13px;
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    border-left: 3px solid rgb(129,165,187);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}.footer-careers-657 .company_holder:hover {
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
    border-left: 3px solid #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(129,165,187,0.5);
}.footer-careers-657 .company_holder h3 {
    text-transform: uppercase;
    font-size: calc(35px * 0.9);
    position: relative;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 1.75rem;
    padding-bottom: 0.75rem;
    font-weight: 700;
}.footer-careers-657 .company_holder h3::after {
    height: 3px;
    content: "";
    background: rgb(129,165,187);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.4s ease-in-out;
    width: 60px;
}.footer-careers-657 .company_holder:hover h3::after {
    width: 100%;
}.footer-careers-657 .grade-help-815 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.7;
    position: relative;
    padding-left: 1rem;
    max-width: 100%;
}.footer-careers-657 .grade-help-815::before {
    left: 0;
    position: absolute;
    width: 2px;
    background: linear-gradient(to bottom, 
                rgb(129,165,187) 0%, 
                transparent 100%);
    content: "";
    top: 0;
    height: 100%;
}.footer-careers-657 .lang-learn-374 {
    position: relative;
}.footer-careers-657 .top-mentor-257 {
    height: 100%;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.footer-careers-657 .top-guide-154 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    padding: 2rem;
    overflow: hidden;
    transform-style: preserve-3d;
    backdrop-filter: blur(5px);
}.footer-careers-657 .top-guide-154::before {
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    transform: rotate(45deg);
    content: "";
    z-index: -1;
    position: absolute;
    left: -50%;
    transition: all 0.6s ease;
    top: -50%;
    height: 200%;
    width: 200%;
}.footer-careers-657 .top-guide-154:hover::before {
    left: -100%;
    top: -100%;
}.footer-careers-657 .top-guide-154::after {
    width: 0;
    content: "";
    transform: translateZ(5px);
    top: 0;
    height: 0;
    transition: all 0.4s ease;
    border-style: solid;
    border-width: 0 25px 25px 0;
    position: absolute;
    transform-style: preserve-3d;
    right: 0;
    border-color: transparent rgb(129,165,187) transparent transparent;
}.footer-careers-657 .top-guide-154:hover::after {
    border-width: 0 35px 35px 0;
    border-color: transparent rgb(102,132,156) transparent transparent;
}.footer-careers-657 .top-guide-154:hover {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateZ(15px) scale(1.03);
}.footer-careers-657 .top-guide-154 h5 {
    margin-bottom: 1.5rem;
    position: relative;
    letter-spacing: 0.5px;
    font-size: 23px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}.footer-careers-657 .top-guide-154 h5::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -8px;
    height: 1px;
    background: rgb(102,132,156);
}.footer-careers-657 .top-guide-154 h5::after {
    content: "";
    width: 30%;
    position: absolute;
    transition: width 0.4s ease-in-out;
    left: 0;
    bottom: -8px;
    background: rgb(129,165,187);
    height: 3px;
}.footer-careers-657 .top-guide-154:hover h5::after {
    width: 100%;
}.footer-careers-657 .top-guide-154 .top-mentor-257 {
    flex-direction: column;
    gap: 0.875rem;
    display: flex;
}.footer-careers-657 .top-guide-154 a {
    color: rgba(255, 255, 255, 0.75);
    transform-style: preserve-3d;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    font-size: 14px;
    padding: 0.5rem 0;
    position: relative;
}.footer-careers-657 .top-guide-154 a::before {
    left: -20px;
    transform: translateZ(5px);
    transition: all 0.3s ease;
    position: absolute;
    opacity: 0;
    content: "→";
}.footer-careers-657 .top-guide-154 a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    transform: translateX(20px);
}.footer-careers-657 .top-guide-154 a:hover::before {
    left: 0;
    opacity: 1;
}.mobile-cta-768 {
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    margin-top: 3rem;
    padding: 1.5rem 0;
}.mobile-cta-768::before {
    top: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(129,165,187) 30%, 
                #ffffff 50%, 
                rgb(102,132,156) 70%, 
                transparent 100%);
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
}.mobile-cta-768 .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.mobile-cta-768 .enroll-info-901 {
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    font-size: 16px;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    border-radius: 30px;
    padding: 0.5rem 1.5rem;
}.mobile-cta-768 .enroll-info-901:hover {
    color: #ffffff;
    box-shadow: 0 0 15px rgba(rgb(129,165,187), 0.3);
    background: rgba(0, 0, 0, 0.3);
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(102,132,156,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(102,132,156);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.footer-careers-657 .company_holder::before,
.footer-careers-657 .top-guide-154::before {
    filter: blur(30px);
    opacity: 0;
    width: 100px;
    background: radial-gradient(circle, rgb(129,165,187,0.5) 0%, transparent 70%);
    transition: opacity 0.5s ease;
    border-radius: 50%;
    z-index: -1;
    height: 100px;
    position: absolute;
    content: "";
}.footer-careers-657 .company_holder::before {
    right: -20px;
    bottom: -20px;
}.footer-careers-657 .top-guide-154::before {
    left: -20px;
    top: -20px;
}.footer-careers-657 .company_holder:hover::before,
.footer-careers-657 .top-guide-154:hover::before {
    opacity: 0.5;
}.footer-careers-657 .company_holder::after {
    position: absolute;
    content: "";
    width: 30px;
    border-top: 2px solid rgb(129,165,187);
    transition: all 0.4s ease;
    opacity: 0.7;
    height: 30px;
    right: 20px;
    border-right: 2px solid rgb(129,165,187);
    top: 20px;
}.footer-careers-657 .company_holder:hover::after {
    height: 40px;
    width: 40px;
    transform: rotate(45deg);
}

@media (max-width: 992px) {.footer-careers-657 {
    padding: 4rem 0 2rem;
}.footer-careers-657 .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.footer-careers-657 .company_holder,
    .footer-careers-657 .lang-learn-374 {
    width: 100%;
}.footer-careers-657 .top-mentor-257 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.footer-careers-657 {
    padding: 3.5rem 0 1.5rem;
}.footer-careers-657 .top-mentor-257 {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.footer-careers-657 .company_holder,
    .footer-careers-657 .top-guide-154 {
    padding: 1.5rem;
}.footer-careers-657 .company_holder h3,
    .footer-careers-657 .top-guide-154 h5 {
    margin-bottom: 1.25rem;
}.mobile-cta-768 {
    padding: 1.25rem 0;
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.footer-careers-657 {
    padding: 3rem 0 1rem;
}.footer-careers-657 .company_holder {
    padding: 1.25rem;
}.footer-careers-657 .company_holder h3 {
    font-size: calc(35px * 0.8);
}.footer-careers-657 .top-guide-154 h5 {
    font-size: calc(23px * 0.9);
}.footer-careers-657 .top-guide-154 a,
    .footer-careers-657 .grade-help-815 {
    font-size: calc(14px * 0.9);
}.mobile-cta-768 .enroll-info-901 {
    font-size: calc(16px * 0.9);
    padding: 0.4rem 1rem;
}}

.footer-careers-657 .company_holder .grade-help-815::after {
    bottom: -10px;
    background: linear-gradient(to right, rgb(129,165,187), transparent);
    height: 3px;
    position: absolute;
    width: 70px;
    content: "";
    transition: width 0.4s ease;
    left: 1rem;
}.footer-careers-657 .company_holder:hover .grade-help-815::after {
    width: calc(100% - 1rem);
}.footer-careers-657::after {
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    background-size: 40px 40px;
    width: 100%;
    height: 100%;
    z-index: -2;
    left: 0;
    content: "";
    top: 0;
    opacity: 0.3;
    position: absolute;
}.footer-careers-657 .top-guide-154:nth-child(1)::before {
    background: radial-gradient(circle, rgb(129,165,187,0.5) 0%, transparent 70%);
}.footer-careers-657 .top-guide-154:nth-child(2)::before {
    background: radial-gradient(circle, rgb(102,132,156,0.5) 0%, transparent 70%);
}.footer-careers-657 .top-mentor-257 a::after {
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(129,165,187), rgb(102,132,156));
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
}.footer-careers-657 .top-mentor-257 a:hover::after {
    width: 100%;
}.give-it-a-try-921 {
    overflow: hidden;
    padding: 130px 0;
    background: linear-gradient(155deg, rgb(129,165,187,0.5) 50%, rgb(158,202,219) 50%);
    position: relative;
}.give-it-a-try-921::before {
    background-size: 30px 30px;
    height: 100%;
    left: 0;
    width: 100%;
    background-position: 0 0;
    z-index: 1;
    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;
    content: '';
    opacity: 0.04;
    top: 0;
}.give-it-a-try-921 .founders-team-270 {
    padding: 0 20px;
    display: flex;
    position: relative;
    align-items: flex-start;
    margin: 0 auto;
    max-width: 1000px;
    z-index: 10;
    gap: 50px;
}.give-it-a-try-921 .container p {
    font-size: 38px;
    margin: 0;
    flex: 1;
    font-weight: 700;
    z-index: 5;
    padding: 30px;
    position: relative;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
    line-height: 1.4;
    background: #ffffff;
    color: #000000;
    border-radius: 20px 20px 20px 0;
}.give-it-a-try-921 .connect-message-543 {
    padding: 20px;
    color: #ffffff;
    flex: 0 0 220px;
    background: rgb(129,165,187);
    align-items: center;
    text-align: center;
    display: flex;
    border-radius: 20px 20px 0 20px;
    justify-content: center;
    font-size: 14px;
    transition: all 0.4s ease;
    z-index: 5;
    height: 220px;
    font-weight: 600;
    position: relative;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
    transform: translateY(30px);
    text-decoration: none;
}.give-it-a-try-921 .connect-message-543::before {
    top: 0;
    content: '';
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: rgb(102,132,156);
    z-index: -1;
    width: 100%;
    border-radius: 20px 20px 0 20px;
    height: 100%;
    position: absolute;
}.give-it-a-try-921 .connect-message-543:hover {
    transform: translateY(15px);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 10px rgba(255, 255, 255, 0.1);
}.give-it-a-try-921 .connect-message-543:hover::before {
    opacity: 1;
}.give-it-a-try-921 .container p::after {
    bottom: -10px;
    position: absolute;
    height: 40px;
    border-radius: 10px;
    width: 40px;
    left: -10px;
    background: rgb(129,165,187);
    content: '';
    z-index: -1;
}.give-it-a-try-921::after {
    top: -100px;
    width: 200px;
    height: 200px;
    z-index: 1;
    content: '';
    border-radius: 50%;
    right: -100px;
    position: absolute;
    border: 30px solid rgba(255, 255, 255, 0.1);
}.give-it-a-try-921 .founders-team-270::after {
    bottom: -75px;
    border: 20px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    z-index: 1;
    left: -75px;
    height: 150px;
    border-radius: 50%;
    content: '';
    width: 150px;
}

@media (max-width: 991px) {.give-it-a-try-921 {
    padding: 110px 0;
}.give-it-a-try-921 .founders-team-270 {
    gap: 40px;
}.give-it-a-try-921 .container p {
    font-size: calc(21px * 1.2);
    padding: 25px;
}.give-it-a-try-921 .connect-message-543 {
    flex: 0 0 180px;
    height: 180px;
}.give-it-a-try-921 .container p::after {
    height: 30px;
    width: 30px;
}
}

@media (max-width: 767px) {.give-it-a-try-921 {
    background: linear-gradient(175deg, rgb(129,165,187,0.5) 60%, rgb(158,202,219) 60%);
    padding: 90px 0;
}.give-it-a-try-921 .founders-team-270 {
    flex-direction: column;
    gap: 60px;
}.give-it-a-try-921 .container p {
    font-size: 21px;
    width: 100%;
}.give-it-a-try-921 .connect-message-543 {
    width: 160px;
    align-self: flex-end;
    height: 160px;
    margin-right: 20px;
}
}

@media (max-width: 480px) {.give-it-a-try-921 {
    padding: 70px 0;
}.give-it-a-try-921 .container p {
    font-size: calc(15px * 1.2);
    padding: 20px;
    border-radius: 15px 15px 15px 0;
}.give-it-a-try-921 .connect-message-543 {
    height: 140px;
    width: 140px;
    font-size: calc(14px * 0.9);
    border-radius: 15px 15px 0 15px;
}.give-it-a-try-921 .container p::after {
    height: 25px;
    border-radius: 8px;
    width: 25px;
}}.plan-card-913 {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(158,202,219), rgba(240, 240, 255, 0.95));
    position: relative;
    overflow: hidden;
}.plan-card-913::before {
    opacity: 0.4;
    transform: rotate(-15deg) skewX(15deg);
    z-index: 0;
    height: 70%;
    position: absolute;
    background: linear-gradient(145deg, rgb(129,165,187,0.5), rgb(102,132,156,0.5));
    filter: blur(60px);
    top: -10%;
    width: 40%;
    content: "";
    right: -5%;
}.plan-card-913::after {
    height: 60%;
    bottom: -10%;
    position: absolute;
    z-index: 0;
    width: 35%;
    content: "";
    transform: rotate(12deg) skewX(-10deg);
    left: -5%;
    opacity: 0.3;
    background: linear-gradient(215deg, rgb(102,132,156,0.5), rgb(129,165,187,0.5));
    filter: blur(50px);
}.plan-card-913 .container {
    z-index: 1;
    padding: 0 20px;
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
}.plan-card-913 .package-price-186 {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr;
}.plan-card-913 .value-plan-832 {
    text-align: center;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    opacity: 0;
}.plan-card-913 .value-plan-832 h2 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #000000;
    font-size: 32px;
    display: inline-block;
    position: relative;
}.plan-card-913 .value-plan-832 h2::after {
    position: absolute;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 10px;
    content: "";
    width: 80px;
    left: 50%;
    height: 4px;
    background: linear-gradient(90deg, rgb(129,165,187), rgb(102,132,156));
}.plan-card-913 .cost-matrix-673 {
    color: #000000;
    line-height: 1.6;
    max-width: 680px;
    font-size: 18px;
    margin: 20px auto 0;
}.plan-card-913 .class-rates-284 {
    gap: 30px;
    grid-template-columns: 1fr;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    transform: translateY(40px);
    display: grid;
}.plan-card-913 .pro-fees-513 {
    text-decoration: none;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    backface-visibility: hidden;
    display: block;
}.plan-card-913 .program-fees-359 {
    overflow: hidden;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    border-radius: 8px;
    position: relative;
    height: 100%;
    will-change: transform, box-shadow;
    background: #ffffff;
    display: flex;
}.plan-card-913 .pro-fees-513:hover .program-fees-359 {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
    transform: translateY(-8px);
}.plan-card-913 .payment-option-978 {
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}.plan-card-913 .payment-option-978 h3 {
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 15px;
    word-break: break-word;
    white-space: normal;
    position: relative;
    overflow-wrap: break-word;
    font-size: calc(24px + 2px);
    color: #000000;
}.plan-card-913 .payment-option-978 h3::before {
    width: 4px;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(129,165,187), rgb(102,132,156));
    position: absolute;
    height: calc(100% - 10px);
    left: 0;
    top: 5px;
    content: "";
}.plan-card-913 .value-rates-412 {
    border-radius: 6px;
    display: inline-block;
    margin: 5px 0 20px;
    color: rgb(129,165,187);
    font-weight: 700;
    position: relative;
    font-size: calc(24px + 4px);
    padding: 8px 15px;
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
}.plan-card-913 .payment-option-978 p {
    word-break: break-word;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000000;
    overflow-wrap: break-word;
    margin-top: 5px;
    line-height: 1.6;
    white-space: normal;
    flex-grow: 1;
}.plan-card-913 .img-item-082 {
    height: 220px;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}.plan-card-913 .img-item-082::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    z-index: 1;
    left: 0;
}.plan-card-913 .pro-fees-513:hover .img-item-082 {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.plan-card-913 .class-rates-284 {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}.plan-card-913 .package-price-186 {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.plan-card-913 .package-price-186 {
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}.plan-card-913 .value-plan-832 {
    grid-row: 1;
    grid-column: 2;
    text-align: left;
    align-self: center;
}.plan-card-913 .value-plan-832 h2 {
    display: inline-block;
}.plan-card-913 .value-plan-832 h2::after {
    left: 0;
    transform: none;
}.plan-card-913 .cost-matrix-673 {
    margin: 25px 0 0;
}.plan-card-913 .class-rates-284 {
    grid-row: 1;
    grid-column: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.plan-card-913 .class-rates-284 {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.plan-card-913 .payment-option-978 {
    padding: 40px 35px;
}.plan-card-913 .img-item-082 {
    height: 240px;
}
}

@media (max-width: 767px) {.plan-card-913 {
    padding: 80px 0;
}.plan-card-913 .value-plan-832 {
    margin-bottom: 20px;
}.plan-card-913 .program-fees-359 {
    max-width: 100%;
}.plan-card-913 .payment-option-978 {
    padding: 30px 25px;
}.plan-card-913 .payment-option-978 h3 {
    font-size: calc(24px + 1px);
}.plan-card-913 .value-rates-412 {
    font-size: 24px;
    margin: 0 0 15px;
}.plan-card-913 .img-item-082 {
    height: 200px;
}
}

@media (max-width: 480px) {.plan-card-913 {
    padding: 60px 0;
}.plan-card-913 .payment-option-978 {
    padding: 25px 20px;
}.plan-card-913 .img-item-082 {
    height: 180px;
}}.data-statistics-785 {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(158,202,219) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
}.data-statistics-785::before {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    opacity: 0.05;
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(129,165,187,0.5) 0px,
        rgb(129,165,187,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    width: 100%;
}.data-statistics-785 .container {
    margin: 0 auto;
    padding: 0 1rem;
    z-index: 1;
    position: relative;
    max-width: 1320px;
}.data-statistics-785 h4 {
    margin-top: 3rem;
    text-align: center;
    margin-bottom: 0;
    opacity: 1;
    font-family: Arial, sans-serif;
    color: #000000;
    transform: translateY(0);
    transition: transform 0.5s ease, opacity 0.5s ease;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}.data-statistics-785 h4::after {
    width: 60px;
    margin: 1rem auto 0;
    background: rgb(129,165,187);
    height: 3px;
    display: block;
    content: "";
    transform: scaleX(1);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.data-statistics-785:hover h4::after {
    transform: scaleX(1.5);
}.data-statistics-785 ul {
    gap: 2rem;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    display: grid;
    margin: 0;
}.data-statistics-785 .statistics-classes-146 {
    display: flex;
    transform: translateY(0);
    padding: 2rem;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    justify-content: center;
    position: relative;
    z-index: 1;
    align-items: center;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
}.data-statistics-785 .statistics-classes-146:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.data-statistics-785 .statistics-classes-146::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: opacity 0.4s ease;
    background: linear-gradient(
        45deg,
        rgb(129,165,187,0.5) 0%,
        rgb(102,132,156,0.5) 100%
    );
}.data-statistics-785 .statistics-classes-146:hover::before {
    opacity: 0.05;
}.data-statistics-785 .statistics-classes-146 div {
    align-items: center;
    flex-direction: column;
    display: flex;
    text-align: center;
}.data-statistics-785 .statistics-classes-146 p {
    position: relative;
    font-weight: 700;
    font-size: 3rem;
    transform: perspective(400px) rotateX(0);
    margin: 0 0 0.5rem;
    color: rgb(129,165,187);
    line-height: 1;
    transition: transform 0.5s ease, color 0.3s ease;
}.data-statistics-785 .statistics-classes-146:hover p {
    transform: perspective(400px) rotateX(10deg);
    color: rgb(102,132,156);
}.data-statistics-785 .statistics-classes-146 p::after {
    width: 40px;
    bottom: -8px;
    height: 2px;
    transform: translateX(-50%) scaleX(0.5);
    background: rgb(129,165,187,0.5);
    transition: transform 0.4s ease, background 0.3s ease;
    content: "";
    left: 50%;
    position: absolute;
}.data-statistics-785 .statistics-classes-146:hover p::after {
    transform: translateX(-50%) scaleX(1);
    background: rgb(102,132,156);
}.data-statistics-785 .statistics-classes-146 span {
    font-weight: var(--font-weight-medium);
    line-height: 1.4;
    transition: color 0.3s ease, transform 0.3s ease;
    font-size: 17px;
    display: block;
    max-width: 180px;
    margin-top: 0.5rem;
    color: #000000;
}.data-statistics-785 .statistics-classes-146:hover span {
    color: #000000;
    transform: translateY(3px);
}.data-statistics-785 .statistics-classes-146:nth-child(odd) {
    transform: translateY(10px);
}.data-statistics-785 .statistics-classes-146:nth-child(odd):hover {
    transform: translateY(0);
}.data-statistics-785 .statistics-classes-146:nth-child(3n+1)::after {
    background: rgb(129,165,187);
    transform: scale(0);
    height: 16px;
    position: absolute;
    top: -8px;
    transition: transform 0.3s ease 0.1s;
    right: -8px;
    content: "";
    width: 16px;
}.data-statistics-785 .statistics-classes-146:nth-child(3n+1):hover::after {
    transform: scale(1);
}

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

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

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

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

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

.data-statistics-785 .statistics-classes-146:nth-child(3n+2):hover p {
    animation: pulse 2s infinite ease-in-out;
}.customer-opinions-362 {
    position: relative;
    background: linear-gradient(135deg, rgb(158,202,219) 0%, rgba(245, 245, 250, 0.9) 100%);
    overflow: hidden;
    padding: 120px 0 80px;
}.customer-opinions-362::before {
    opacity: 0.15;
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    background-image: radial-gradient(circle at 10% 10%, rgb(129,165,187,0.5) 0%, transparent 25%),
                     radial-gradient(circle at 90% 90%, rgb(102,132,156,0.5) 0%, transparent 30%);
}.customer-opinions-362::after {
    left: 0;
    bottom: -5px;
    opacity: 0.3;
    background: linear-gradient(90deg, transparent, rgb(129,165,187), transparent);
    position: absolute;
    content: "";
    height: 6px;
    width: 100%;
}.customer-opinions-362 h2 {
    font-size: 34px;
    z-index: 2;
    margin-bottom: 60px;
    font-weight: 700;
    color: #000000;
    transform: perspective(1000px) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    text-align: center;
}.customer-opinions-362 h2::after {
    left: 50%;
    content: "";
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    background: rgb(129,165,187);
    bottom: -12px;
    width: 80px;
}.customer-opinions-362 .container.founders-team-270 {
    z-index: 2;
    position: relative;
}.customer-opinions-362 .feedback-slider-158 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    perspective: 1000px;
}.customer-opinions-362 .review-space-798 {
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 1px solid rgba(230, 230, 240, 0.8);
    transform: translateY(0);
    display: flex;
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}.customer-opinions-362 .review-space-798::before {
    opacity: 0.08;
    right: 20px;
    color: rgb(129,165,187);
    position: absolute;
    z-index: 0;
    font-family: Georgia, serif;
    font-size: 120px;
    content: '"';
    top: -10px;
    line-height: 1;
}.customer-opinions-362 .review-space-798::after {
    height: 0;
    width: 4px;
    background: rgb(129,165,187);
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    content: "";
    left: 0;
    position: absolute;
}.customer-opinions-362 .review-space-798:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
                0 3px 8px rgba(0, 0, 0, 0.03);
}.customer-opinions-362 .review-space-798:hover::after {
    height: 100%;
}.customer-opinions-362 .review-space-798 h3 {
    color: #000000;
    font-weight: 600;
    padding-bottom: 12px;
    position: relative;
    margin: 0 0 15px;
    z-index: 2;
    font-size: 22px;
}.customer-opinions-362 .review-space-798 h3::after {
    transition: width 0.4s ease;
    bottom: 0;
    content: "";
    width: 30px;
    position: absolute;
    height: 2px;
    left: 0;
    background: rgb(102,132,156);
}.customer-opinions-362 .review-space-798:hover h3::after {
    width: 60px;
}.customer-opinions-362 .review-space-798 p.description {
    font-size: 12px;
    z-index: 2;
    margin: 0 0 25px;
    color: #000000;
    position: relative;
    line-height: 1.6;
    flex: 1;
}.customer-opinions-362 .review-space-798 div {
    border-radius: 50%;
    position: relative;
    width: 60px;
    height: 60px;
    overflow: hidden;
    transition: transform 0.3s ease;
    transform: translateX(0);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}.customer-opinions-362 .review-space-798:hover div {
    transform: translateX(10px);
}.customer-opinions-362 .review-space-798 div::before {
    inset: 0;
    position: absolute;
    content: "";
    opacity: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.2));
    transition: opacity 0.3s ease;
    z-index: 1;
}.customer-opinions-362 .review-space-798:hover div::before {
    opacity: 1;
}.customer-opinions-362 .review-space-798 div img {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scale(1);
    object-fit: cover;
    height: 100%;
    width: 100%;
}.customer-opinions-362 .review-space-798:hover div img {
    transform: scale(1.1);
}

@media (min-width: 1200px) {.customer-opinions-362 {
    padding: 140px 0 100px;
}.customer-opinions-362 .feedback-slider-158 {
    gap: 40px;
}.customer-opinions-362 .review-space-798 {
    padding: 35px 30px;
}.customer-opinions-362 h2 {
    margin-bottom: 80px;
}.customer-opinions-362 h2:hover {
    transform: perspective(1000px) translateZ(20px);
}
}

@media (max-width: 991px) {.customer-opinions-362 {
    padding: 100px 0 70px;
}.customer-opinions-362 .feedback-slider-158 {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}.customer-opinions-362 h2 {
    margin-bottom: 50px;
}
}

@media (max-width: 767px) {.customer-opinions-362 {
    padding: 80px 0 50px;
}.customer-opinions-362 .feedback-slider-158 {
    gap: 20px;
    grid-template-columns: 1fr;
}.customer-opinions-362 .review-space-798 {
    padding: 25px 20px;
}.customer-opinions-362 h2 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.85);
}.customer-opinions-362 h2::after {
    width: 60px;
}
}

@media (max-width: 576px) {.customer-opinions-362 {
    padding: 60px 0 40px;
}.customer-opinions-362 .review-space-798 {
    padding: 20px 18px;
}.customer-opinions-362 h2 {
    font-size: calc(34px * 0.75);
    margin-bottom: 30px;
}.customer-opinions-362 h2::after {
    width: 50px;
    bottom: -10px;
}
}

@media (hover: none) {.customer-opinions-362 .review-space-798:hover {
    transform: translateY(0);
}.customer-opinions-362 .review-space-798 div {
    transform: none !important;
}.customer-opinions-362 .review-space-798:hover h3::after {
    width: 30px;
}}.program-details-627 {
    position: relative;
    padding: 100px 0;
    background: rgb(158,202,219);
    overflow: hidden;
}.program-details-627 .container {
    position: relative;
    z-index: 3;
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
}.program-details-627 .quick-progress-829 {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}.program-details-627 .text-region-896 {
    position: relative;
    border-radius: 18px;
    z-index: 4;
    padding: 40px;
    max-width: 850px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    width: 100%;
}.program-details-627 .text-region-896 h2 {
    margin-bottom: 25px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 2px solid rgb(129,165,187);
    font-size: 32px;
    font-weight: 700;
    color: #000000;
}.program-details-627 .text-region-896 .description {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #000000;
    text-align: center;
}.program-details-627 .text-region-896 .description:last-child {
    font-weight: 600;
    margin-bottom: 0;
}.program-details-627 .img-item-082 {
    width: 100%;
    object-fit: cover;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
}.program-details-627 .img-item-082::after {
    position: absolute;
    left: 0;
    z-index: 2;
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
}
@media (min-width: 992px) {.program-details-627 .text-region-896 {
    margin: 0 auto;
}
}
@media (max-width: 991px) {.program-details-627 {
    padding: 80px 0;
}.program-details-627 .text-region-896 {
    padding: 30px;
    max-width: 750px;
}
}
@media (max-width: 767px) {.program-details-627 {
    padding: 60px 0;
}.program-details-627 .text-region-896 {
    max-width: 100%;
    padding: 25px;
}.program-details-627 .text-region-896 h2 {
    margin-bottom: 20px;
    font-size: calc(32px * 0.9);
}.program-details-627 .text-region-896 .description {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}
@media (max-width: 480px) {.program-details-627 {
    padding: 50px 0;
}.program-details-627 .text-region-896 {
    padding: 20px;
}.program-details-627 .text-region-896 h2 {
    margin-bottom: 15px;
    font-size: calc(32px * 0.8);
    padding-bottom: 10px;
}.program-details-627 .text-region-896 .description {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}}.join-our-mailing-list-692 {
    background: rgb(158,202,219);
    overflow: hidden;
    z-index: 1;
    padding: 6rem 3rem;
    position: relative;
}.join-our-mailing-list-692::before {
    width: 350px;
    animation: morphShape 15s ease-in-out infinite alternate;
    background: rgb(129,165,187);
    z-index: -1;
    content: "";
    top: -150px;
    right: -150px;
    height: 350px;
    opacity: 0.07;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
}.join-our-mailing-list-692::after {
    position: absolute;
    opacity: 0.07;
    background: rgb(102,132,156);
    left: -100px;
    bottom: -100px;
    z-index: -1;
    width: 250px;
    height: 250px;
    animation: morphShape 15s ease-in-out infinite alternate-reverse;
    content: "";
    border-radius: 67% 33% 33% 67% / 33% 67% 33% 67%;
}.join-our-mailing-list-692 .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1140px;
}.join-our-mailing-list-692 .founders-team-270 {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}.join-our-mailing-list-692 .founders-team-270::before {
    opacity: 0.03;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 15px
    );
}.join-our-mailing-list-692 p {
    position: relative;
    line-height: 1.3;
    max-width: 70%;
    font-size: 32px;
    color: #000000;
    z-index: 2;
    font-weight: 700;
    transform: translateX(15%) rotateZ(-2deg);
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
}.join-our-mailing-list-692 p::before,
.join-our-mailing-list-692 p::after {
    background: rgb(129,165,187);
    content: "";
    z-index: -1;
    opacity: 0.2;
    position: absolute;
}.join-our-mailing-list-692 p::before {
    transform: skewX(-20deg);
    width: 120%;
    left: -10%;
    top: 30%;
    height: 30%;
    animation: slideLeft 5s cubic-bezier(0.33, 1, 0.68, 1) infinite alternate;
}.join-our-mailing-list-692 p::after {
    transform-origin: left;
    height: 10px;
    bottom: -15px;
    animation: growLine 2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    width: 40%;
    left: 0;
}.join-our-mailing-list-692 .input_holder {
    transition: all 0.3s ease;
    display: flex;
    padding: 15px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    justify-content: center;
    transform: translateX(-15%) rotateZ(2deg);
    z-index: 2;
    backdrop-filter: blur(5px);
    align-items: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
}.join-our-mailing-list-692 .input_holder:hover {
    transform: translateX(-15%) rotateZ(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.join-our-mailing-list-692 .input_holder::before,
.join-our-mailing-list-692 .input_holder::after {
    border-radius: 30px;
    z-index: -1;
    content: "";
    opacity: 0.3;
    position: absolute;
    transition: all 0.3s ease;
    border: 2px dashed rgb(129,165,187,0.5);
}.join-our-mailing-list-692 .input_holder::before {
    bottom: 8px;
    top: -8px;
    left: -8px;
    right: 8px;
    animation: pulseBoxShadow 3s ease-in-out infinite alternate;
}.join-our-mailing-list-692 .input_holder::after {
    right: -8px;
    bottom: -8px;
    top: 8px;
    left: 8px;
    animation: pulseBoxShadow 3s ease-in-out 1.5s infinite alternate;
}.join-our-mailing-list-692 .input_holder:hover::before,
.join-our-mailing-list-692 .input_holder:hover::after {
    border-color: rgb(102,132,156,0.5);
}.join-our-mailing-list-692 .sub-desc-957 {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
    border: none;
    font-size: 14px;
    transition: all 0.3s ease;
    flex: 1;
    padding: 1.2rem 1.5rem;
    outline: none;
    border-bottom-left-radius: 10px;
    font-family: Arial, sans-serif;
    color: #000000;
    background: #ffffff;
    border-top-left-radius: 10px;
}.join-our-mailing-list-692 .sub-desc-957:focus {
    box-shadow: inset 0 0 0 2px rgb(129,165,187);
}.join-our-mailing-list-692 .connect-message-543 {
    font-family: Arial, sans-serif;
    padding: 1.2rem 2rem;
    background: #000000;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
}.join-our-mailing-list-692 .connect-message-543::before {
    content: "";
    z-index: -1;
    transition: opacity 0.3s ease;
    height: 150%;
    position: absolute;
    left: -10%;
    transform: rotate(25deg);
    opacity: 0;
    background: linear-gradient(
        90deg,
        rgb(129,165,187) 0%,
        rgb(102,132,156) 50%,
        rgb(129,165,187) 100%
    );
    width: 120%;
    top: -25%;
}.join-our-mailing-list-692 .connect-message-543:hover {
    color: #ffffff;
}.join-our-mailing-list-692 .connect-message-543:hover::before {
    opacity: 1;
    animation: slideGradient 2s linear infinite;
}

@keyframes morphShape {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
    100% {
        border-radius: 67% 33% 33% 67% / 33% 67% 33% 67%;
    }
}

@keyframes slideLeft {
    0% {
        transform: skewX(-20deg) translateX(-10%);
    }
    100% {
        transform: skewX(-20deg) translateX(10%);
    }
}

@keyframes growLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes pulseBoxShadow {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes slideGradient {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}

@media (max-width: 992px) {.join-our-mailing-list-692 {
    padding: 5rem 2rem;
}.join-our-mailing-list-692 p {
    transform: translateX(10%) rotateZ(-2deg);
    font-size: calc(32px * 0.9);
    max-width: 80%;
}.join-our-mailing-list-692 .input_holder {
    transform: translateX(-10%) rotateZ(2deg);
}.join-our-mailing-list-692 .input_holder:hover {
    transform: translateX(-10%) rotateZ(0deg);
}
}

@media (max-width: 768px) {.join-our-mailing-list-692 {
    padding: 4rem 1.5rem;
}.join-our-mailing-list-692 p {
    margin-bottom: 2.5rem;
    max-width: 90%;
    transform: translateX(5%) rotateZ(-1deg);
    font-size: 19px;
}.join-our-mailing-list-692 .input_holder {
    transform: translateX(-5%) rotateZ(1deg);
    padding: 10px;
    flex-direction: column;
}.join-our-mailing-list-692 .input_holder:hover {
    transform: translateX(-5%) rotateZ(0deg);
}.join-our-mailing-list-692 .sub-desc-957 {
    border-radius: 10px;
    margin-bottom: 0.5rem;
    width: 100%;
}.join-our-mailing-list-692 .connect-message-543 {
    width: 100%;
    border-radius: 10px;
}
}

@media (max-width: 576px) {.join-our-mailing-list-692 {
    padding: 3rem 1rem;
    margin: 5rem 0;
}.join-our-mailing-list-692 p {
    transform: none;
    max-width: 100%;
    text-align: center;
}.join-our-mailing-list-692 .input_holder {
    transform: none;
    padding: 8px;
}.join-our-mailing-list-692 .input_holder:hover {
    transform: none;
}.join-our-mailing-list-692 .sub-desc-957,
    .join-our-mailing-list-692 .connect-message-543 {
    padding: 1rem;
}}.leadership-experience-534 {
    overflow: hidden;
    padding: 6rem 2rem 4rem;
    background: linear-gradient(180deg, rgb(158,202,219) 0%, rgb(102,132,156,0.5) 100%);
    position: relative;
}.leadership-experience-534::before {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(129,165,187,0.5) 0px,
        rgb(129,165,187,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    left: 0;
    opacity: 0.2;
    z-index: 1;
    content: "";
}.leadership-experience-534::after {
    background: #ffffff;
    width: 50%;
    opacity: 0.1;
    height: 100%;
    top: 0;
    z-index: 1;
    content: "";
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
}.leadership-experience-534 .review-space-798 {
    z-index: 2;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
    max-width: 600px;
    position: relative;
    display: flex;
}.leadership-experience-534 .img-item-082 {
    height: 250px;
    transition: all 0.5s ease;
    z-index: 3;
    position: relative;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    border-radius: 0;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 200px;
    margin-bottom: -50px;
}.leadership-experience-534 .img-item-082:hover {
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: translateY(-15px);
}.leadership-experience-534 .career-trajectory-734 {
    align-items: center;
    transform-style: preserve-3d;
    flex-direction: column;
    z-index: 2;
    width: 100%;
    display: flex;
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    padding: 70px 30px 30px;
    perspective: 1000px;
}.leadership-experience-534 .career-trajectory-734::before {
    z-index: -1;
    top: 0;
    background: rgb(129,165,187);
    width: 100%;
    transform: translateZ(-20px);
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
}.leadership-experience-534 .name {
    text-align: center;
    color: rgb(129,165,187);
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 33px;
    position: relative;
}.leadership-experience-534 .name::after {
    position: absolute;
    background: rgb(102,132,156);
    width: 50px;
    content: "";
    height: 3px;
    transform: translateX(-50%);
    bottom: -10px;
    left: 50%;
}.leadership-experience-534 .career-trajectory-734 > div:nth-child(2) {
    color: rgb(102,132,156);
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin: 20px 0;
    font-weight: 600;
    letter-spacing: 2px;
}.leadership-experience-534 .emp-back-673 {
    font-weight: 400;
    line-height: 1.8;
    padding-top: 30px;
    border-top: 1px solid rgb(158,202,219);
    color: #000000;
    font-style: italic;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    position: relative;
    font-size: 15px;
}.leadership-experience-534 .emp-back-673::before,
.leadership-experience-534 .emp-back-673::after {
    width: 30px;
    position: absolute;
    background: rgb(102,132,156,0.5);
    border-radius: 50%;
    height: 30px;
    content: "";
}.leadership-experience-534 .emp-back-673::before {
    left: 50%;
    transform: translateX(-20px);
    top: -15px;
}.leadership-experience-534 .emp-back-673::after {
    transform: translateX(-10px);
    top: -15px;
    left: 50%;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.leadership-experience-534 .career-trajectory-734:hover {
    animation: float 3s ease-in-out infinite;
}

@media (max-width: 768px) {.leadership-experience-534 {
    padding: 4rem 1rem 3rem;
}.leadership-experience-534 .img-item-082 {
    width: 150px;
    height: 180px;
    margin-bottom: -40px;
}.leadership-experience-534 .career-trajectory-734 {
    padding: 60px 20px 20px;
}}.modalDataProtection-934 {
    bottom: 0;
    background: rgb(158,202,219);
    z-index: 100;
    justify-content: center;
    border-top: 3px solid rgb(129,165,187);
    padding: 20px 0;
    position: fixed;
    display: flex;
    width: 100%;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
}.learn-prefs-214 {
    padding: 20px;
    max-width: 1200px;
    display: flex;
    border-radius: 10px;
    justify-content: space-between;
    margin: auto;
    border: 2px solid rgb(129,165,187);
    align-items: center;
    width: 90%;
    background: rgba(0, 0, 0, 0.5);
}.cookie-reset-915 {
    flex-shrink: 0;
    margin-right: 20px;
}.cookie-reset-915 svg {
    fill: rgb(129,165,187);
    width: 50px;
    height: 50px;
}.manage-cookies-719 {
    color: #ffffff;
    text-align: left;
    flex-grow: 1;
}.manage-cookies-719 h5 {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 700;
    color: rgb(129,165,187);
    margin-bottom: 10px;
}.manage-cookies-719 p {
    margin: 0;
    line-height: 1.5;
    font-size: 13px;
    color: #ffffff;
}.manage-cookies-719 p a {
    text-decoration: underline;
    color: rgb(129,165,187);
}.track-toggle-804 {
    min-width: 120px;
    font-size: 20px;
    flex-shrink: 0;
    background: rgb(129,165,187);
    text-align: center;
    color: #ffffff;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px;
}.cookie_button.cookie-list-125 {
    margin-right: 10px;
}#panelPrivacyPolicy-132 {
    display: none;
}#panelPrivacyPolicy-132:checked ~ .modalDataProtection-934 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.learn-prefs-214 {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.cookie-reset-915 {
    margin-right: 0;
    margin-bottom: 20px;
}.track-toggle-804 {
    width: 100%;
    margin: 10px 0;
    max-width: 250px;
}}
header {
    position: relative;
    overflow: visible;
    z-index: 99;
    background: rgb(158,202,219);
    width: 100%;
}header::before {
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(129,165,187,0.5) 0%, transparent 70%);
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    opacity: 0.2;
    width: 100%;
}header .head-know-021 {
    align-items: center;
    position: relative;
    padding: 25px 30px;
    justify-content: space-between;
    display: flex;
}header .head-know-021::before {
    content: "";
    filter: blur(5px);
    position: absolute;
    top: -10px;
    width: 30%;
    background: linear-gradient(90deg, rgb(129,165,187), transparent);
    left: 10%;
    height: 5px;
}header .head-know-021::after {
    right: 10%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(102,132,156));
    bottom: -10px;
    height: 5px;
    filter: blur(5px);
    content: "";
    width: 30%;
}header .head-know-021 .main-teach-681 {
    padding: 5px;
    position: relative;
    z-index: 2;
}header .head-know-021 .main-teach-681::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    z-index: -1;
    left: -5px;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease;
    filter: blur(15px);
    background: linear-gradient(135deg, rgb(129,165,187), rgb(102,132,156));
    position: absolute;
    top: -5px;
}header .head-know-021 .main-teach-681:hover::before {
    opacity: 0.7;
}header .head-know-021 .main-teach-681 .top-info-783 {
    display: block;
    position: relative;
    transition: transform 0.3s ease;
}header .head-know-021 .main-teach-681:hover .top-info-783 {
    transform: scale(1.05);
}header .head-know-021 .main-teach-681 .top-info-783 svg {
    width: auto;
    height: 45px;
}header .head-know-021 .top-guide-154 {
    border-radius: 11px;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 10px;
    display: flex;
}header .head-know-021 .top-guide-154::before {
    opacity: 0.1;
    border-radius: 11px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    content: "";
    backdrop-filter: blur(5px);
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
}header .head-know-021 .top-guide-154 .top-learning-718 {
    position: relative;
    margin: 0 3px;
}header .head-know-021 .top-guide-154 .top-learning-718 a {
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    text-decoration: none;
    border-radius: 10px;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    z-index: 1;
    padding: 8px 15px;
    display: block;
}header .head-know-021 .top-guide-154 .top-learning-718 a::before {
    opacity: 0;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(129,165,187), rgb(102,132,156));
    left: 0;
    transition: opacity 0.3s ease;
}header .head-know-021 .top-guide-154 .top-learning-718 a::after {
    position: absolute;
    transition: transform 0.5s ease, opacity 0.5s ease;
    content: "";
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    height: 150%;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 150%;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
}header .head-know-021 .top-guide-154 .top-learning-718:hover a::before {
    opacity: 1;
}header .head-know-021 .top-guide-154 .top-learning-718:hover a {
    color: #ffffff;
}header .head-know-021 .top-guide-154 .top-learning-718:active a::after {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1);
}header .head-know-021 .top-guide-154 .top-learning-718:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(129,165,187), rgb(102,132,156));
}header .head-know-021 .top-guide-154 .top-learning-718:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(129,165,187), rgb(102,132,156));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(129,165,187), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(129,165,187), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(129,165,187), 0);
    }
}

@media (max-width: 992px) {header .head-know-021 {
    padding: 20px 15px;
    flex-direction: column;
}header .head-know-021 .main-teach-681 {
    margin-bottom: 15px;
}header .head-know-021 .top-guide-154 {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .head-know-021 .top-guide-154 .top-learning-718 {
    margin: 3px;
}header .head-know-021 .top-guide-154 .top-learning-718 a {
    padding: 6px 12px;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header .head-know-021 {
    padding: 15px 10px;
}header .head-know-021 .main-teach-681 .top-info-783 svg {
    height: 40px;
}header .head-know-021 .top-guide-154 {
    padding: 5px;
}header .head-know-021 .top-guide-154 .top-learning-718 a {
    padding: 5px 10px;
    font-size: calc(14px - 2px);
}}.contact-form-section-584 {
    background: linear-gradient(120deg, rgb(158,202,219), rgba(rgb(129,165,187), 0.03));
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.contact-form-section-584::before {
    content: "";
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(129,165,187), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(102,132,156), 0.05) 0%, transparent 50%);
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
}.contact-form-section-584::after {
    left: 0;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    content: "";
    height: 100%;
    z-index: 1;
    background-image: 
        linear-gradient(90deg, rgba(rgb(129,165,187), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(129,165,187), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(102,132,156), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(129,165,187), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(102,132,156), 0.04) 0%, transparent 30%);
    animation: backgroundShift 30s linear infinite;
    top: 0;
    width: 100%;
    position: absolute;
    background-position: center center;
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.contact-form-section-584 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 2;
}.contact-form-section-584 h2 {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    perspective: 1000px;
    text-align: center;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 36px;
    letter-spacing: 1px;
}.contact-form-section-584 h2::before {
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -10px;
    background: linear-gradient(90deg, transparent, rgb(129,165,187), transparent);
}.contact-form-section-584 .feedback-map-572 {
    position: relative;
    transform-style: preserve-3d;
    margin-top: 60px;
    perspective: 1000px;
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: flex;
    border-radius: 16px;
}.contact-form-section-584 .feedback-map-572::before {
    height: 5px;
    top: 0;
    z-index: 3;
    width: 100%;
    background: linear-gradient(90deg, rgb(129,165,187), rgb(102,132,156));
    position: absolute;
    content: "";
    left: 0;
}.contact-form-section-584 .img-item-082 {
    flex: 0 0 45%;
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
    min-height: 500px;
}.contact-form-section-584 .img-item-082::before {
    content: "";
    position: absolute;
    background: linear-gradient(210deg, rgba(rgb(129,165,187), 0.5), rgba(rgb(102,132,156), 0.5));
    mix-blend-mode: multiply;
    inset: 0;
    z-index: 1;
}.contact-form-section-584 .img-item-082::after {
    top: -100%;
    animation: shine 6s infinite ease-in-out;
    left: -100%;
    height: 300%;
    width: 300%;
    z-index: 2;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    position: absolute;
    content: "";
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.contact-form-section-584 .support-block-520 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    backdrop-filter: blur(10px);
    position: relative;
    padding: 60px 50px;
    flex: 0 0 55%;
}.contact-form-section-584 .support-block-520::before {
    background: 
        radial-gradient(circle, rgba(rgb(129,165,187), 0.03) 0%, transparent 70%);
    height: 500px;
    border-radius: 50%;
    width: 500px;
    content: "";
    position: absolute;
    z-index: 0;
    right: 0;
    opacity: 0.5;
    top: 0;
}.contact-form-section-584 form {
    position: relative;
    z-index: 3;
}.contact-form-section-584 form h3 {
    margin-bottom: 35px;
    color: #000000;
    position: relative;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.5px;
}.contact-form-section-584 form h3::after {
    position: absolute;
    background: rgb(129,165,187);
    left: 0;
    content: "";
    height: 2px;
    bottom: -15px;
    width: 30px;
}.contact-form-section-584 form input[type="text"] {
    width: 100%;
    color: #000000;
    transition: all 0.3s ease;
    background: rgba(rgb(158,202,219), 0.5);
    border: 1px solid rgba(rgb(129,165,187), 0.1);
    font-size: 12px;
    margin-bottom: 25px;
    border-radius: 8px;
    padding: 18px 25px;
    backdrop-filter: blur(5px);
}.contact-form-section-584 form input[type="text"]:focus {
    box-shadow: 0 0 0 4px rgba(rgb(129,165,187), 0.1);
    background: rgba(#ffffff, 0.9);
    outline: none;
    border-color: rgb(129,165,187);
}.contact-form-section-584 form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contact-form-section-584 form input[type="text"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}.contact-form-section-584 .feedback-feedback-382 {
    display: flex;
    margin-bottom: 30px;
    position: relative;
}.contact-form-section-584 .feedback-feedback-382 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-form-section-584 .feedback-feedback-382 label {
    cursor: pointer;
    font-size: 13px;
    position: relative;
    line-height: 1.5;
    padding-left: 35px;
    color: #000000;
}.contact-form-section-584 .feedback-feedback-382 label::before {
    border-radius: 4px;
    height: 22px;
    left: 0;
    border: 1px solid rgba(rgb(129,165,187), 0.3);
    width: 22px;
    position: absolute;
    background: rgba(#ffffff, 0.6);
    transition: all 0.3s ease;
    top: 0;
    content: "";
}.contact-form-section-584 .feedback-feedback-382 input[type="checkbox"]:checked + label::before {
    background: rgb(129,165,187);
    border-color: rgb(129,165,187);
}.contact-form-section-584 .feedback-feedback-382 input[type="checkbox"]:checked + label::after {
    width: 6px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    position: absolute;
    left: 8px;
    top: 4px;
    content: "";
    transform: rotate(45deg);
    height: 12px;
}.contact-form-section-584 .feedback-feedback-382 label a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: rgb(129,165,187);
}.contact-form-section-584 .feedback-feedback-382 label a::after {
    transform-origin: right;
    transform: scaleX(0);
    width: 100%;
    transition: transform 0.3s ease;
    left: 0;
    content: "";
    position: absolute;
    bottom: -2px;
    background: rgb(129,165,187);
    height: 1px;
}.contact-form-section-584 .feedback-feedback-382 label a:hover {
    color: rgb(102,132,156);
}.contact-form-section-584 .feedback-feedback-382 label a:hover::after {
    transform: scaleX(1);
    background: rgb(102,132,156);
    transform-origin: left;
}.contact-form-section-584 .connect-message-543 {
    border-radius: 8px;
    background: rgb(129,165,187);
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 16px;
    border: none;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    cursor: pointer;
    padding: 16px 40px;
    color: #ffffff;
    position: relative;
}.contact-form-section-584 .connect-message-543::before {
    height: 100%;
    top: 0;
    z-index: -1;
    content: "";
    position: absolute;
    transition: opacity 0.3s ease;
    left: 0;
    background: linear-gradient(45deg, rgb(129,165,187), rgb(102,132,156));
    opacity: 0;
    width: 100%;
}.contact-form-section-584 .connect-message-543:hover::before {
    opacity: 1;
}.contact-form-section-584 .connect-message-543::after {
    position: absolute;
    content: "";
    z-index: -1;
    transform: scale(0);
    left: -10px;
    top: -50%;
    width: 50px;
    border-radius: 50%;
    transition: all 0.5s ease;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
}.contact-form-section-584 .connect-message-543:hover::after {
    transform: scale(4);
    opacity: 0;
}.contact-form-section-584 svg {
    transition: all 0.3s ease;
    fill: none;
    filter: drop-shadow(0 2px 2px rgba(rgb(129,165,187), 0.3));
    stroke: rgb(129,165,187);
    stroke-width: 2;
    width: 22px;
    height: 22px;
}.contact-form-section-584 svg path {
    stroke-width: 2;
    stroke: rgb(129,165,187);
    transition: all 0.3s ease;
}.contact-form-section-584 svg:hover,
.contact-form-section-584 svg:hover path {
    transform: translateY(-2px);
    stroke: rgb(102,132,156);
}.contact-form-section-584 form input {
    border: 1px solid rgb(129,165,187);
}

@media (max-width: 1024px) {.contact-form-section-584 {
    padding: 80px 0;
}.contact-form-section-584 .feedback-map-572 {
    margin-top: 50px;
}.contact-form-section-584 .img-item-082 {
    min-height: 450px;
}.contact-form-section-584 .support-block-520 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact-form-section-584 {
    padding: 60px 0;
}.contact-form-section-584 .feedback-map-572 {
    margin-top: 40px;
    flex-direction: column;
}.contact-form-section-584 .img-item-082 {
    width: 100%;
    min-height: 300px;
}.contact-form-section-584 .support-block-520 {
    padding: 40px 30px;
    width: 100%;
}.contact-form-section-584 form h3 {
    margin-bottom: 30px;
}.contact-form-section-584 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact-form-section-584 .feedback-feedback-382 {
    margin-bottom: 25px;
}.contact-form-section-584 .connect-message-543 {
    padding: 14px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.contact-form-section-584 {
    padding: 50px 0;
}.contact-form-section-584 h2 {
    font-size: calc(36px * 0.85);
}.contact-form-section-584 .feedback-map-572 {
    margin-top: 30px;
    border-radius: 12px;
}.contact-form-section-584 .img-item-082 {
    min-height: 220px;
}.contact-form-section-584 .support-block-520 {
    padding: 30px 20px;
}.contact-form-section-584 form h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 25px;
}.contact-form-section-584 form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-form-section-584 .feedback-feedback-382 {
    margin-bottom: 20px;
}.contact-form-section-584 .feedback-feedback-382 label {
    font-size: calc(13px * 0.9);
}.contact-form-section-584 .connect-message-543 {
    padding: 12px 20px;
}}.instructional-approach-805 {
    position: relative;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    background: linear-gradient(135deg, rgb(129,165,187,0.5) 0%, rgb(102,132,156) 100%);
    padding: 8rem 0;
}.instructional-approach-805::before {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
    animation: pulsate 12s infinite alternate;
    background: 
        radial-gradient(circle at 20% 30%, rgb(129,165,187) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(102,132,156) 0%, transparent 8%),
        radial-gradient(circle at 40% 80%, rgb(129,165,187) 0%, transparent 6%),
        radial-gradient(circle at 60% 20%, rgb(102,132,156) 0%, transparent 6%);
}@keyframes pulsate {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.4;
        transform: scale(1);
    }
}

.instructional-approach-805::after {
    position: absolute;
    left: -50%;
    content: '';
    animation: slide 30s linear infinite;
    width: 200%;
    background: repeating-linear-gradient(
        45deg,
        rgb(102,132,156,0.5) 0,
        rgb(102,132,156,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    z-index: 1;
    top: -50%;
    height: 200%;
}@keyframes slide {
    0% {
        transform: rotate(0deg) translateY(0);
    }
    100% {
        transform: rotate(360deg) translateY(0);
    }
}

.instructional-approach-805 .founders-team-270 {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
    width: 90%;
    max-width: 1200px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 0;
    border-radius: 22px;
    z-index: 5;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
}.instructional-approach-805 .founders-team-270:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2), 0 15px 25px rgba(0, 0, 0, 0.1);
}.instructional-approach-805 .text-region-896 {
    position: relative;
    padding: 4rem;
    z-index: 2;
}.instructional-approach-805 .text-region-896::before {
    width: 5px;
    height: 50%;
    border-radius: 10px;
    top: 0;
    content: '';
    background: linear-gradient(to bottom, rgb(129,165,187), transparent);
    position: absolute;
    left: 0;
}.instructional-approach-805 .text-region-896::after {
    width: 5px;
    right: 0;
    bottom: 0;
    content: '';
    height: 50%;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(to top, rgb(102,132,156), transparent);
}.instructional-approach-805 h2 {
    background-clip: text !important;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    transform: perspective(500px) translateZ(0);
    text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background: linear-gradient(135deg, rgb(129,165,187), rgb(102,132,156));
    transition: transform 0.3s ease;
    font-size: 29px;
}.instructional-approach-805 .founders-team-270:hover h2 {
    transform: perspective(500px) translateZ(20px);
}.instructional-approach-805 p {
    transition: transform 0.3s ease;
    transform: perspective(500px) translateZ(0);
    color: #ffffff;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    font-size: 18px;
    margin-bottom: 2rem;
    line-height: 1.8;
}.instructional-approach-805 .founders-team-270:hover p {
    transform: perspective(500px) translateZ(10px);
}

@media (max-width: 992px) {.instructional-approach-805 {
    min-height: auto;
    padding: 6rem 0;
}.instructional-approach-805 .text-region-896 {
    padding: 3rem;
}.instructional-approach-805 h2 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 768px) {.instructional-approach-805 {
    padding: 4rem 0;
}.instructional-approach-805 .founders-team-270 {
    width: 95%;
}.instructional-approach-805 .text-region-896 {
    padding: 2rem;
}.instructional-approach-805 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.8);
}.instructional-approach-805 p {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.instructional-approach-805 {
    padding: 3rem 0;
}.instructional-approach-805 .text-region-896 {
    padding: 1.5rem;
}.instructional-approach-805 h2 {
    margin-bottom: 1rem;
    font-size: calc(29px * 0.7);
}.instructional-approach-805 p {
    margin-bottom: 1rem;
    font-size: calc(18px * 0.9);
}.instructional-approach-805::before,
    .instructional-approach-805::after {
    opacity: 0.6;
}
}