* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.head-mentor-7596 {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.login-footer-6829 {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1256px;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-section-1268 {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.welcome-section-3821 {
    overflow: hidden;
    align-items: center;
    padding: 2rem;
    position: relative;
    min-height: 100vh;
    justify-content: center;
    display: flex;
    z-index: 1;
}.welcome-section-3821::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5), rgb(210,198,212,0.5), rgba(0, 0, 0, 0.75));
    content: "";
    animation: gradientShift 15s ease-in-out infinite alternate;
    z-index: -1;
    left: 0;
    height: 100%;
    top: 0;
}.welcome-section-3821::after {
    left: 0;
    top: 0;
    animation: patternMove 60s linear infinite;
    width: 100%;
    z-index: -1;
    opacity: 0.15;
    height: 100%;
    will-change: transform;
    transform: translateZ(0);
    content: "";
    background: repeating-linear-gradient(
    -45deg,
    rgb(210,198,212,0.5) 0,
    transparent 2px,
    transparent 10px
  );
    position: absolute;
}.welcome-section-3821 > div {
    transform: translateY(1.5rem);
    animation: fadeInUp 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    display: flex;
    opacity: 0;
    width: 100%;
    gap: 3rem;
    max-width: 1200px;
    position: relative;
    flex-direction: column;
}.welcome-section-3821 > div > div:first-child {
    position: relative;
    padding-left: 2rem;
}.welcome-section-3821 > div > div:first-child::before {
    width: 6px;
    content: "";
    background: linear-gradient(to bottom, rgb(210,198,212), rgb(177,161,179));
    height: calc(100% - 1rem);
    transform-origin: top;
    animation: scaleIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
    left: 0;
    transform: scaleY(0);
    position: absolute;
    top: 0.5rem;
}.welcome-section-3821 .title_style_header {
    animation: slideTitle 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.5s;
    margin: 0;
    font-size: clamp(2.5rem, 5vw, 45px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    position: relative;
    opacity: 0;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    transform: translateX(-1rem);
}.welcome-section-3821 .start-welcome-1498 {
    border-radius: 3px;
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    padding: 2.5rem;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeInUp 1s cubic-bezier(0.17, 0.67, 0.25, 1) forwards 0.9s;
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.03)
  );
    transform: translateY(2rem);
}.welcome-section-3821 .start-welcome-1498::before {
    background: radial-gradient(circle at 30% 30%, rgb(177,161,179,0.5), transparent 60%);
    top: -50%;
    width: 200%;
    opacity: 0.08;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    position: absolute;
    height: 200%;
    content: "";
    z-index: -1;
    left: -50%;
}.welcome-section-3821 .heritage-tl-3902 {
    margin-bottom: 1.8rem;
    position: relative;
}.welcome-section-3821 .heritage-tl-3902::after {
    bottom: -0.9rem;
    position: absolute;
    height: 2px;
    background: linear-gradient(to right, rgb(177,161,179), transparent);
    left: 0;
    transform-origin: left;
    animation: lineGrow 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.4s;
    width: 60%;
    content: "";
    transform: scaleX(0);
}.welcome-section-3821 .heritage-tl-3902 h3 {
    opacity: 0;
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.2rem, 3vw, 1.7rem);
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.1s;
    font-weight: 600;
    line-height: 1.4;
    transform: translateY(1rem);
}.welcome-section-3821 span p {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.3s;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    line-height: 1.6;
    opacity: 0;
    transform: translateY(1rem);
    font-size: clamp(1rem, 2vw, 1.25rem);
}

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

@keyframes slideTitle {
  from {
    opacity: 0;
    transform: translateX(-1rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

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

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

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

@keyframes pulseGlow {
  0% {
    opacity: 0.05;
    transform: scale(1);
  }
  50% {
    opacity: 0.15;
    transform: scale(1.05);
  }
  100% {
    opacity: 0.05;
    transform: scale(1);
  }
}

@media (max-width: 992px) {.welcome-section-3821 {
    padding: 3rem 1.5rem;
}.welcome-section-3821 > div {
    gap: 2rem;
}.welcome-section-3821 .start-welcome-1498 {
    padding: 2rem;
}
}

@media (max-width: 768px) {.welcome-section-3821 {
    min-height: 90vh;
    padding: 2rem 1rem;
}.welcome-section-3821 > div {
    gap: 1.5rem;
}.welcome-section-3821 > div > div:first-child {
    padding-left: 1.5rem;
}.welcome-section-3821 > div > div:first-child::before {
    width: 4px;
}.welcome-section-3821 .start-welcome-1498 {
    padding: 1.8rem;
}.welcome-section-3821 .heritage-tl-3902::after {
    width: 50%;
}
}

@media (max-width: 480px) {.welcome-section-3821 {
    padding: 1.5rem 0.875rem;
    min-height: 85vh;
}.welcome-section-3821 > div {
    gap: 1.25rem;
}.welcome-section-3821 > div > div:first-child {
    padding-left: 1rem;
}.welcome-section-3821 > div > div:first-child::before {
    width: 3px;
}.welcome-section-3821 .start-welcome-1498 {
    padding: 1.5rem;
}.welcome-section-3821 .heritage-tl-3902 {
    margin-bottom: 1.5rem;
}.welcome-section-3821 .heritage-tl-3902::after {
    bottom: -0.75rem;
}}.price-plan-2869 {
    padding: 100px 0;
    background-color: rgb(238,234,239);
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
}.price-plan-2869::before {
    position: absolute;
    width: 100%;
    z-index: 0;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(rgb(177,161,179,0.5), 0.05) 0%, rgba(rgb(210,198,212,0.5), 0.08) 100%);
    height: 100%;
}.price-plan-2869 .container {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}.price-plan-2869 .cost-plan-4692 {
    flex-direction: column;
    display: flex;
}.price-plan-2869 .plan-details-3702 {
    opacity: 0;
    transform: translateY(20px);
    margin-bottom: 60px;
    animation: fadeUp 0.8s ease-out forwards;
}.price-plan-2869 .plan-details-3702 h2 {
    position: relative;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1.2;
    font-size: 28px;
}.price-plan-2869 .plan-details-3702 h2::after {
    bottom: -10px;
    position: absolute;
    width: 80px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(177,161,179), rgb(210,198,212));
    left: 0;
    content: "";
}.price-plan-2869 .learning-plan-9475 {
    max-width: 800px;
    color: #000000;
    line-height: 1.6;
    margin-top: 25px;
    font-size: 16px;
}.price-plan-2869 .learn-rates-1378 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    margin-top: 20px;
    gap: 30px;
}.price-plan-2869 .price-opts-1742 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    perspective: 1000px;
    opacity: 0;
    text-decoration: none;
    animation: fadeUp 0.8s ease-out forwards;
    animation-delay: calc(0.15s * var(--i, 1));
    transform: translateY(30px);
}.price-plan-2869 .price-opts-1742:nth-child(1) {
    --i: 1;
}.price-plan-2869 .price-opts-1742:nth-child(2) {
    --i: 2;
}.price-plan-2869 .price-opts-1742:nth-child(3) {
    --i: 3;
}.price-plan-2869 .price-opts-1742:nth-child(4) {
    --i: 4;
}.price-plan-2869 .tuition-plans-5679 {
    overflow: hidden;
    height: 100%;
    transform-style: preserve-3d;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border-radius: 12px;
    transition: all 0.4s ease;
    position: relative;
}.price-plan-2869 .price-opts-1742:hover .tuition-plans-5679 {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(210,198,212,0.5), 0.1);
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
}.price-plan-2869 .pricing-tiers-2407 {
    padding: 35px 30px;
    min-height: 250px;
    z-index: 2;
    box-sizing: border-box;
    position: relative;
}.price-plan-2869 .pricing-tiers-2407 h3 {
    font-size: calc(19px + 2px);
    font-weight: 700;
    transition: transform 0.3s ease;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    color: #000000;
}.price-plan-2869 .price-opts-1742:hover .pricing-tiers-2407 h3 {
    transform: translateX(5px);
    color: rgb(210,198,212);
}.price-plan-2869 .lesson-fees-0172 {
    transition: all 0.3s ease;
    font-size: calc(19px + 4px);
    color: rgb(177,161,179);
    margin: 20px 0;
    position: relative;
    font-weight: 700;
    display: block;
}.price-plan-2869 .lesson-fees-0172::before {
    border-radius: 2px;
    width: 40px;
    top: -10px;
    position: absolute;
    left: 0;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(177,161,179), transparent);
}.price-plan-2869 .price-opts-1742:hover .lesson-fees-0172 {
    transform: scale(1.05);
    color: rgb(210,198,212);
}.price-plan-2869 .pricing-tiers-2407 p {
    white-space: normal;
    margin-top: 15px;
    word-wrap: break-word;
    word-break: normal;
    font-size: 16px;
    overflow-wrap: break-word;
    hyphens: auto;
    transition: color 0.3s ease;
    line-height: 1.6;
    color: #000000;
}.price-plan-2869 .img-zoom-effect-3496 {
    overflow: hidden;
    width: 100%;
    height: 200px;
    position: relative;
    transition: all 0.5s ease;
}.price-plan-2869 .img-zoom-effect-3496::after {
    opacity: 0.6;
    position: absolute;
    transition: opacity 0.4s ease;
    height: 100%;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}.price-plan-2869 .price-opts-1742:hover .img-zoom-effect-3496 {
    transform: scale(1.05);
}.price-plan-2869 .price-opts-1742:hover .img-zoom-effect-3496::after {
    opacity: 0.3;
}

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

@media (min-width: 1200px) {.price-plan-2869 .cost-plan-4692 {
    flex-direction: row-reverse;
}.price-plan-2869 .plan-details-3702 {
    padding-left: 50px;
    margin-bottom: 0;
    width: 30%;
}.price-plan-2869 .learn-rates-1378 {
    width: 70%;
}.price-plan-2869 .plan-details-3702 h2 {
    font-size: calc(28px + 4px);
}
}

@media (max-width: 1199px) {.price-plan-2869 {
    padding: 80px 0;
}.price-plan-2869 .plan-details-3702 {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}.price-plan-2869 .plan-details-3702 h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@media (max-width: 767px) {.price-plan-2869 {
    padding: 60px 0;
}.price-plan-2869 .learn-rates-1378 {
    gap: 20px;
    grid-template-columns: 1fr;
}.price-plan-2869 .pricing-tiers-2407 {
    padding: 25px 20px;
}.price-plan-2869 .img-zoom-effect-3496 {
    height: 180px;
}.price-plan-2869 .plan-details-3702 h2 {
    font-size: calc(28px - 2px);
}.price-plan-2869 .learning-plan-9475 {
    font-size: calc(16px - 1px);
}
}

@media (hover: none) {.price-plan-2869 .price-opts-1742:hover .tuition-plans-5679 {
    transform: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
}.price-plan-2869 .price-opts-1742:hover .pricing-tiers-2407 h3 {
    transform: none;
}.price-plan-2869 .price-opts-1742:hover .lesson-fees-0172 {
    transform: none;
}.price-plan-2869 .price-opts-1742:hover .img-zoom-effect-3496 {
    transform: none;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    background: rgb(210,198,212);
    top: 0;
    content: "";
    opacity: 0.95;
    bottom: 0;
    position: absolute;
    z-index: -2;
    left: 0;
    right: 0;
}footer::after {
    background-size: 50px 50px;
    opacity: 0.1;
    top: 0;
    bottom: 0;
    z-index: -1;
    right: 0;
    position: absolute;
    left: 0;
    content: "";
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(177,161,179) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(177,161,179) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(177,161,179) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(177,161,179) 1px, transparent 1px);
}.login-footer-6829 {
    position: relative;
    padding: 4rem 0 2rem;
    color: #ffffff;
}.login-footer-6829::before {
    height: 3px;
    content: "";
    width: 100%;
    left: 0;
    background: rgb(177,161,179);
    top: 0;
    position: absolute;
}.login-footer-6829::after {
    width: 100%;
    position: absolute;
    opacity: 0.5;
    top: 3px;
    content: "";
    background-repeat: repeat-x;
    left: 0;
    height: 8px;
    background-image: 
        linear-gradient(90deg, 
            rgb(177,161,179) 0px, rgb(177,161,179) 10px,
            transparent 10px, transparent 15px,
            rgb(177,161,179) 15px, rgb(177,161,179) 30px,
            transparent 30px, transparent 35px,
            rgb(177,161,179) 35px, rgb(177,161,179) 40px,
            transparent 40px, transparent 60px,
            rgb(177,161,179) 60px, rgb(177,161,179) 70px,
            transparent 70px, transparent 80px,
            rgb(177,161,179) 80px, rgb(177,161,179) 90px,
            transparent 90px, transparent 110px,
            rgb(177,161,179) 110px, rgb(177,161,179) 120px,
            transparent 120px, transparent 140px
        );
}.login-footer-6829 .container {
    position: relative;
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
}.login-footer-6829 .company_holder {
    border-radius: 18px;
    position: relative;
    padding: 0;
    flex: 1 1 400px;
}.login-footer-6829 .company_holder::before {
    background-size: 50px 50px;
    height: 100%;
    top: 0;
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(177,161,179) 25px, rgb(177,161,179) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(177,161,179) 25px, rgb(177,161,179) 26px, transparent 27px, transparent 49px);
    position: absolute;
    border-radius: 18px;
    opacity: 0.1;
    width: 100%;
    content: "";
    left: 0;
}.login-footer-6829 .company_holder h3 {
    position: relative;
    color: #ffffff;
    border-top-left-radius: 18px;
    background: rgb(177,161,179);
    font-weight: 700;
    font-size: 28px;
    margin: 0;
    border-top-right-radius: 18px;
    padding: 1.5rem 2rem;
}.login-footer-6829 .company_holder h3::after {
    width: 10px;
    top: 50%;
    position: absolute;
    border-radius: 50%;
    right: 15px;
    transform: translateY(-50%);
    height: 10px;
    content: "";
    background: #ffffff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}.login-footer-6829 .template-cta-5276 {
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    color: #ffffff;
    line-height: 1.6;
    border-bottom-left-radius: 18px;
    font-size: 12px;
    padding: 2rem;
    border-bottom-right-radius: 18px;
}.login-footer-6829 .template-cta-5276::before {
    border-radius: 50%;
    opacity: 0.6;
    width: 20px;
    top: 2rem;
    height: 20px;
    content: "";
    left: -10px;
    position: absolute;
    background: rgb(177,161,179);
}.login-footer-6829 .template-cta-5276::after {
    bottom: 2rem;
    width: 20px;
    content: "";
    opacity: 0.6;
    position: absolute;
    border-radius: 50%;
    right: -10px;
    height: 20px;
    background: rgb(177,161,179);
}.login-footer-6829 .trust-badge-4258 {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.login-footer-6829 .main-head-7013 {
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
}.login-footer-6829 .nav-prime-1637 {
    min-width: 200px;
    border-radius: 18px;
    overflow: hidden;
    flex: 1 1 calc(50% - 1.5rem);
    position: relative;
}.login-footer-6829 .nav-prime-1637::before {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    top: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    bottom: 0;
    border-radius: 18px;
    content: "";
    left: 0;
}.login-footer-6829 .nav-prime-1637 h5 {
    font-weight: 600;
    color: #ffffff;
    position: relative;
    align-items: center;
    background: rgb(177,161,179);
    padding: 1rem 1.5rem;
    font-size: 20px;
    margin: 0;
    display: flex;
}.login-footer-6829 .nav-prime-1637 h5::before {
    margin-right: 10px;
    content: "";
    height: 8px;
    width: 8px;
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
}.login-footer-6829 .nav-prime-1637 h5::after {
    transform: translateY(-50%);
    content: "";
    width: 6px;
    background: #ffffff;
    height: 6px;
    top: 50%;
    position: absolute;
    border-radius: 50%;
    right: 15px;
}.login-footer-6829 .nav-prime-1637 .main-head-7013 {
    gap: 2px;
    padding: 1.5rem;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    flex-direction: column;
}.login-footer-6829 .nav-prime-1637 .main-head-7013 a {
    position: relative;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    padding: 0.8rem 1rem 0.8rem 2rem;
    display: block;
    border-radius: 10px;
    transition: all 0.3s ease;
}.login-footer-6829 .nav-prime-1637 .main-head-7013 a::before {
    content: "";
    left: 0.7rem;
    width: 6px;
    transform: translateY(-50%);
    position: absolute;
    height: 6px;
    top: 50%;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: rgb(177,161,179);
}.login-footer-6829 .nav-prime-1637 .main-head-7013 a:hover {
    background: rgba(255, 255, 255, 0.1);
}.login-footer-6829 .nav-prime-1637 .main-head-7013 a:hover::before {
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}.green-edu-7912 {
    margin-top: 2.5rem;
    padding: 2rem 0;
    position: relative;
    background: rgb(177,161,179);
}.green-edu-7912::before {
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(210,198,212) 20px, rgb(210,198,212) 40px,
            transparent 40px, transparent 60px,
            rgb(210,198,212) 60px, rgb(210,198,212) 80px,
            transparent 80px, transparent 100px,
            rgb(210,198,212) 100px, rgb(210,198,212) 120px
        );
    height: 5px;
    left: 0;
    background-repeat: repeat-x;
    top: -5px;
    width: 100%;
    content: "";
    position: absolute;
}.green-edu-7912 .container {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}.green-edu-7912 .container::before,
.green-edu-7912 .container::after {
    transform: translateY(-50%);
    width: 15px;
    content: "";
    background: rgb(210,198,212);
    height: 15px;
    top: 50%;
    position: absolute;
    border-radius: 50%;
}.green-edu-7912 .container::before {
    left: 15%;
}.green-edu-7912 .container::after {
    right: 15%;
}.green-edu-7912 .code-labs-8620 {
    position: relative;
    color: #ffffff;
    padding: 0.5rem 2rem;
    font-size: 15px;
    background: rgb(210,198,212);
    border-radius: 30px;
    display: inline-block;
    text-align: center;
}.green-edu-7912 .code-labs-8620::before,
.green-edu-7912 .code-labs-8620::after {
    transform: translateY(-50%);
    top: 50%;
    background: rgb(210,198,212);
    content: "";
    height: 1px;
    position: absolute;
    width: 50px;
}.green-edu-7912 .code-labs-8620::before {
    margin-right: 15px;
    right: 100%;
}.green-edu-7912 .code-labs-8620::after {
    left: 100%;
    margin-left: 15px;
}

@media (max-width: 1200px) {.login-footer-6829 .container {
    gap: 2rem;
}.login-footer-6829 .company_holder {
    flex: 1 1 350px;
}.login-footer-6829 .trust-badge-4258 {
    flex: 1 1 calc(100% - 400px);
    min-width: 350px;
}.login-footer-6829 .main-head-7013 {
    gap: 2rem;
}.green-edu-7912 .container::before {
    left: 5%;
}.green-edu-7912 .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.login-footer-6829 {
    padding: 3.5rem 0 1.5rem;
}.login-footer-6829 .container {
    flex-direction: column;
    gap: 2.5rem;
}.login-footer-6829 .company_holder,
    .login-footer-6829 .trust-badge-4258 {
    flex: 1 1 100%;
    min-width: 100%;
}.login-footer-6829 .nav-prime-1637 {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}.green-edu-7912 .container::before,
    .green-edu-7912 .container::after {
    display: none;
}
}

@media (max-width: 768px) {.login-footer-6829 {
    padding: 3rem 0 1rem;
}.login-footer-6829 .main-head-7013 {
    gap: 1.5rem;
}.login-footer-6829 .company_holder h3 {
    font-size: calc(28px - 2px);
    padding: 1.2rem 1.5rem;
}.login-footer-6829 .template-cta-5276 {
    padding: 1.5rem;
}.login-footer-6829 .template-cta-5276::before,
    .login-footer-6829 .template-cta-5276::after {
    display: none;
}.green-edu-7912 {
    margin-top: 2rem;
}.green-edu-7912 .code-labs-8620::before,
    .green-edu-7912 .code-labs-8620::after {
    width: 30px;
}
}

@media (max-width: 576px) {.login-footer-6829 {
    padding: 2.5rem 0 0.8rem;
}.login-footer-6829 .nav-prime-1637 {
    min-width: 100%;
    flex: 1 1 100%;
}.login-footer-6829 .main-head-7013 {
    gap: 1rem;
}.login-footer-6829 .nav-prime-1637 .main-head-7013 a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.login-footer-6829 .nav-prime-1637 .main-head-7013 a::before {
    left: 0.6rem;
}.green-edu-7912 {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.green-edu-7912 .code-labs-8620::before,
    .green-edu-7912 .code-labs-8620::after {
    display: none;
}
}

@media (max-width: 420px) {.login-footer-6829::after {
    background-size: 100px 5px;
    height: 5px;
}.login-footer-6829 .company_holder h3::after,
    .login-footer-6829 .nav-prime-1637 h5::before,
    .login-footer-6829 .nav-prime-1637 h5::after {
    display: none;
}.login-footer-6829 .nav-prime-1637 h5 {
    padding: 0.8rem 1rem;
}.login-footer-6829 .nav-prime-1637 .main-head-7013 {
    padding: 1rem;
}.green-edu-7912 .code-labs-8620 {
    width: 90%;
    padding: 0.4rem 1.5rem;
}}.teacher-profile-6540 {
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgb(210,198,212,0.5) 100%);
}.teacher-profile-6540::before {
    width: 70%;
    content: "";
    left: -10%;
    background: rgb(177,161,179,0.5);
    position: absolute;
    z-index: 1;
    transform: rotate(-15deg);
    height: 120%;
    animation: pulse 8s infinite alternate;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    top: -10%;
}.teacher-profile-6540 .student-stories-6081 {
    display: grid;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(5deg);
    grid-template-columns: 1fr 1.2fr;
    z-index: 2;
    gap: 2rem;
    position: relative;
}.teacher-profile-6540 .student-stories-6081:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.teacher-profile-6540 .img-zoom-effect-3496 {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: rotate(-3deg) translateY(20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    height: 400px;
    position: relative;
}.teacher-profile-6540 .img-zoom-effect-3496::after {
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(45deg, rgb(210,198,212,0.5) 0%, transparent 70%);
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 10px;
}.teacher-profile-6540 .student-stories-6081:hover .img-zoom-effect-3496 {
    transform: rotate(0deg) translateY(0);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}.teacher-profile-6540 .work-block-7632 {
    z-index: 3;
    transition: transform 0.5s ease;
    padding: 2rem;
    background: #ffffff;
    transform: translateY(30px) rotate(2deg);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}.teacher-profile-6540 .student-stories-6081:hover .work-block-7632 {
    transform: translateY(0) rotate(0deg);
}.teacher-profile-6540 .name {
    color: rgb(210,198,212);
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 37px;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.teacher-profile-6540 .name::after {
    content: "";
    transform: scaleX(0.6);
    left: 0;
    background: linear-gradient(90deg, rgb(177,161,179) 0%, rgb(210,198,212) 100%);
    transform-origin: left;
    transition: transform 0.3s ease;
    height: 3px;
    position: absolute;
    width: 60px;
    bottom: -8px;
}.teacher-profile-6540 .student-stories-6081:hover .name::after {
    transform: scaleX(1);
}.teacher-profile-6540 .work-block-7632 > div:nth-child(2) {
    transition: all 0.3s ease;
    font-weight: 600;
    opacity: 0.8;
    color: rgb(177,161,179);
    margin-bottom: 1.5rem;
    font-size: 22px;
    transform: translateX(5px);
}.teacher-profile-6540 .student-stories-6081:hover .work-block-7632 > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.teacher-profile-6540 .exp-highlights-8946 {
    font-weight: 400;
    font-size: 12px;
    font-style: italic;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.6;
    color: #000000;
}.teacher-profile-6540 .exp-highlights-8946::before {
    content: "";
    background: linear-gradient(to bottom, rgb(210,198,212), rgb(177,161,179));
    position: absolute;
    width: 3px;
    left: 0;
    height: 100%;
    top: 0;
}

@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (max-width: 768px) {.teacher-profile-6540 .student-stories-6081 {
    grid-template-columns: 1fr;
}.teacher-profile-6540 .img-zoom-effect-3496 {
    height: 300px;
}}.stay-updated-7395 {
    overflow: hidden;
    box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(145deg, rgb(238,234,239) 0%, rgba(240, 242, 245, 1) 100%);
    position: relative;
    padding: 4rem 0;
}.stay-updated-7395::before {
    z-index: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(210,198,212,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(177,161,179,0.5) 0%, transparent 30%);
    opacity: 0.15;
    top: 0;
    position: absolute;
}.stay-updated-7395 .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
}.stay-updated-7395 .knowledge-growth-1862 {
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    padding: 3rem;
    border-radius: 12px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.03),
        -12px -12px 24px rgba(255, 255, 255, 0.8),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.stay-updated-7395 .knowledge-growth-1862:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.05),
        -15px -15px 30px rgba(255, 255, 255, 0.9),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
}.stay-updated-7395 h3 {
    font-weight: 700;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
    max-width: 90%;
    position: relative;
    font-size: calc(19px * 1.2);
    line-height: 1.4;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
}.stay-updated-7395 h3::after {
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(210,198,212) 0%, rgb(177,161,179) 100%);
    content: "";
    bottom: -0.8rem;
    position: absolute;
    border-radius: 1rem;
    left: 0;
    height: 0.25rem;
    transition: width 0.3s ease;
    width: 3rem;
}.stay-updated-7395 .knowledge-growth-1862:hover h3::after {
    width: 5rem;
}.stay-updated-7395 .input_holder {
    margin-top: 1.5rem;
    flex-wrap: wrap;
    position: relative;
    display: flex;
    gap: 1rem;
}.stay-updated-7395 .input_holder div {
    position: relative;
    min-width: 200px;
    flex: 1;
}.stay-updated-7395 input[type="email"] {
    border-radius: 8px;
    box-shadow: 
        inset 2px 2px 5px rgba(0, 0, 0, 0.05),
        inset -2px -2px 5px rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-family: Arial, sans-serif;
    width: 100%;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #ffffff;
    color: #000000;
}.stay-updated-7395 input[type="email"]:focus {
    border-color: rgb(210,198,212,0.5);
    transform: translateY(-2px);
    outline: none;
    box-shadow: 
        0 5px 15px -5px rgb(210,198,212,0.5),
        inset 2px 2px 5px rgba(0, 0, 0, 0.03),
        inset -2px -2px 5px rgba(255, 255, 255, 0.6);
}.stay-updated-7395 input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
}.stay-updated-7395 input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.stay-updated-7395 .newsletter-wrap-8932 {
    font-weight: 600;
    background: linear-gradient(135deg, rgb(210,198,212) 0%, rgba(86, 58, 250, 1) 100%);
    border: none;
    color: #ffffff;
    position: relative;
    border-radius: 8px;
    padding: 1rem 2rem;
    font-size: 20px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.1),
        -6px -6px 12px rgba(255, 255, 255, 0.7),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3);
    cursor: pointer;
}.stay-updated-7395 .newsletter-wrap-8932::before {
    content: "";
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
}.stay-updated-7395 .newsletter-wrap-8932:hover {
    transform: translateY(-3px);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.15),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3);
}.stay-updated-7395 .newsletter-wrap-8932:hover::before {
    left: 100%;
}.stay-updated-7395 .newsletter-wrap-8932:active {
    transform: translateY(-1px);
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(0, 0, 0, 0.1),
        inset -2px -2px 4px rgba(255, 255, 255, 0.3);
}.stay-updated-7395 .knowledge-growth-1862:hover {
    transition: transform 0.2s ease-out;
}

@media (min-width: 1024px) {.stay-updated-7395 .knowledge-growth-1862 {
    justify-content: space-between;
    padding: 3.5rem 4rem;
    display: flex;
    align-items: center;
}.stay-updated-7395 h3 {
    margin-bottom: 0;
    font-size: 19px;
    padding-right: 2rem;
    flex: 1;
}.stay-updated-7395 .input_holder {
    margin-top: 0;
    flex: 1;
}
}

@media (max-width: 1023px) {.stay-updated-7395 .knowledge-growth-1862 {
    text-align: center;
    padding: 2.5rem;
}.stay-updated-7395 h3 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}.stay-updated-7395 h3::after {
    transform: translateX(-50%);
    left: 50%;
}.stay-updated-7395 .input_holder {
    align-items: center;
    flex-direction: column;
}.stay-updated-7395 .input_holder div {
    width: 100%;
}.stay-updated-7395 .newsletter-wrap-8932 {
    margin-top: 0.5rem;
    width: 100%;
}
}

@media (max-width: 767px) {.stay-updated-7395 {
    padding: 3rem 0;
}.stay-updated-7395 .knowledge-growth-1862 {
    transform: perspective(800px) rotateX(1deg);
    padding: 2rem 1.5rem;
}.stay-updated-7395 h3 {
    max-width: 100%;
    font-size: calc(18px * 1.1);
}.stay-updated-7395 input[type="email"] {
    padding: 0.9rem 1.2rem;
}.stay-updated-7395 .newsletter-wrap-8932 {
    padding: 0.9rem 1.5rem;
}
}

@media (max-width: 480px) {.stay-updated-7395 {
    padding: 2rem 0;
}.stay-updated-7395 .knowledge-growth-1862 {
    padding: 1.5rem 1.2rem;
}.stay-updated-7395 h3 {
    font-size: 18px;
    margin-bottom: 1.5rem;
}.stay-updated-7395 .input_holder {
    margin-top: 1rem;
}
}

@media (prefers-reduced-motion: reduce) {.stay-updated-7395 .knowledge-growth-1862,
    .stay-updated-7395 .newsletter-wrap-8932,
    .stay-updated-7395 input[type="email"],
    .stay-updated-7395 h3::after,
    .stay-updated-7395 .newsletter-wrap-8932::before {
    transition: none;
}}header {
    transition: all 0.4s ease;
    left: 0;
    background: linear-gradient(135deg, #000000 0%, rgb(210,198,212) 100%);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 1000;
    top: 0;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid rgb(210,198,212,0.5);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}header:before {
    top: 0;
    position: absolute;
    left: 0;
    background-size: 200% 100%;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgb(210,198,212,0.5), transparent);
    content: '';
    animation: shine 8s infinite linear;
    opacity: 0.4;
    height: 100%;
    width: 100%;
}header .top-study-2140 {
    width: 100%;
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px 20px;
}header .head-sitewrap-7534 {
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}header .nav-prime-1637 {
    display: flex;
    position: relative;
    gap: 25px;
}header .nav-prime-1637:before {
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.6s ease;
    bottom: -8px;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    transform-origin: left;
    background: linear-gradient(90deg, transparent, rgb(210,198,212), transparent);
}header .nav-prime-1637:hover:before {
    transform: scaleX(1);
}header .top-pagewrap-7163 {
    transition: all 0.4s ease;
    padding: 8px 0;
    letter-spacing: 0.5px;
    font-size: 17px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    position: relative;
}header .top-pagewrap-7163:after {
    transform: scaleX(0);
    left: 0;
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    content: '';
    bottom: 0;
    height: 2px;
    background: rgb(210,198,212);
    position: absolute;
    width: 100%;
}header .top-pagewrap-7163:before {
    height: 4px;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 50%;
    content: '';
    width: 4px;
    background: rgb(210,198,212);
    transition: all 0.3s ease;
}header .top-pagewrap-7163:hover {
    text-shadow: 0 0 8px rgb(210,198,212,0.5);
    color: rgb(210,198,212);
}header .top-pagewrap-7163:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}header .top-pagewrap-7163:hover:before {
    opacity: 1;
}header .site-core-4317 {
    align-items: center;
    display: flex;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}header .site-core-4317 svg {
    transition: transform 0.5s ease;
    width: auto;
    filter: drop-shadow(0 0 4px rgb(210,198,212,0.5));
    height: 40px;
}header .site-core-4317:hover svg {
    transform: scale(1.05);
}header .site-core-4317:after {
    background: rgb(210,198,212);
    left: 50%;
    height: 1px;
    transform: translateX(-50%);
    content: '';
    width: 0;
    bottom: -8px;
    transition: width 0.4s ease;
    position: absolute;
}header .site-core-4317:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .nav-prime-1637 {
    gap: 15px;
}header .top-pagewrap-7163 {
    font-size: calc(17px - 1px);
}header .site-core-4317 svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .nav-prime-1637 {
    top: 0;
    height: 100vh;
    z-index: 1001;
    right: -100%;
    flex-direction: column;
    width: 80%;
    padding: 80px 30px 30px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    gap: 20px;
    max-width: 300px;
    transition: right 0.4s ease;
    position: fixed;
    overflow-y: auto;
    background: #000000;
}header .menu.active {
    right: 0;
}header .top-pagewrap-7163 {
    padding: 10px 5px;
    width: 100%;
    border-bottom: 1px solid rgb(210,198,212,0.5);
}header .nav-prime-1637:before {
    display: none;
}header .site-core-4317 {
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .site-core-4317 svg {
    height: 30px;
}}.privacy-chest-5164 {
    background-color: rgb(238,234,239);
    padding: 40px;
    color: #000000;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}.privacy-chest-5164 h1 {
    margin-bottom: 20px;
    font-size: 44px;
    font-weight: 700;
    color: rgb(210,198,212);
    text-transform: uppercase;
}.privacy-chest-5164 h2 {
    margin-bottom: 15px;
    font-weight: 600;
    color: rgb(177,161,179);
    font-size: 35px;
}.privacy-chest-5164 h3,
.privacy-chest-5164 h4,
.privacy-chest-5164 h5,
.privacy-chest-5164 h6 {
    font-weight: 300;
    font-size: 24px;
    color: rgb(210,198,212);
    margin-bottom: 10px;
}.privacy-chest-5164 ul,
.privacy-chest-5164 ol {
    padding: 0 0 0 20px;
    margin: 0;
}.privacy-chest-5164 ul {
    list-style-type: disc;
}.privacy-chest-5164 ol {
    list-style-type: decimal;
}.privacy-chest-5164 li {
    color: #000000;
    font-size: 17px;
    margin-bottom: 10px;
}.privacy-chest-5164 p {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 17px;
}.privacy-chest-5164 div {
    margin-bottom: 20px;
}.privacy-chest-5164 span {
    font-weight: 600;
    color: rgb(210,198,212);
}
@media only screen and (max-width: 800px) {.privacy-chest-5164 {
    border-radius: 10px;
    padding: 20px;
    box-shadow: none;
}.privacy-chest-5164 h1 {
    font-size: calc(24px * 0.8);
}.privacy-chest-5164 h2 {
    font-size: calc(24px * 0.8);
}.privacy-chest-5164 ul,
    .privacy-chest-5164 ol {
    padding-left: 15px;
}}.course-program-3480 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgba(245, 247, 250, 1) 100%);
    padding: 100px 0 120px;
}.course-program-3480::before {
    background-image: 
        linear-gradient(30deg, rgba(rgb(210,198,212,0.5), 0.03) 1px, transparent 1px),
        linear-gradient(120deg, rgba(rgb(210,198,212,0.5), 0.03) 1px, transparent 1px);
    top: 0;
    position: absolute;
    height: 100%;
    background-size: 30px 30px;
    animation: patternFloat 60s linear infinite;
    left: 0;
    width: 100%;
    z-index: 0;
    content: "";
}.course-program-3480::after {
    right: -20%;
    position: absolute;
    height: 200%;
    width: 70%;
    content: "";
    top: -50%;
    z-index: 0;
    transform: rotate(-15deg);
    background: linear-gradient(135deg, rgba(rgb(210,198,212,0.5), 0.08) 0%, rgba(rgb(177,161,179,0.5), 0.05) 100%);
}.course-program-3480 .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.course-program-3480 h2 {
    line-height: 1.3;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    max-width: 800px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateX(0deg);
    text-align: center;
    color: #000000;
    font-size: 34px;
    margin-bottom: 50px;
}.course-program-3480 h2::after {
    content: "";
    bottom: -15px;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(210,198,212) 0%, rgb(177,161,179) 100%);
    left: 50%;
    position: absolute;
    width: 80px;
    height: 3px;
}.course-program-3480 h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.course-program-3480 h2:hover::after {
    width: 120px;
}.course-program-3480 .training-plan-5169 {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1.5fr;
    transform-style: preserve-3d;
    gap: 40px;
    align-items: center;
    perspective: 1000px;
}.course-program-3480 .img-zoom-effect-3496 {
    position: relative;
    transform: translateZ(20px);
    border-radius: 3px;
    overflow: hidden;
    height: 500px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.15);
}.course-program-3480 .img-zoom-effect-3496::before {
    background: linear-gradient(
        to bottom,
        rgba(rgb(210,198,212,0.5), 0.2),
        rgba(rgba(0, 0, 0, 0.5), 0.4)
    );
    top: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    content: "";
    height: 100%;
    z-index: 1;
    left: 0;
    opacity: 0.7;
    width: 100%;
}.course-program-3480 .img-zoom-effect-3496:hover {
    transform: translateZ(30px) scale(1.02);
}.course-program-3480 .img-zoom-effect-3496:hover::before {
    opacity: 0.5;
}.course-program-3480 .text-card-3805 {
    max-height: 500px;
    scrollbar-color: rgb(210,198,212) rgba(rgb(238,234,239), 0.5);
    scrollbar-width: thin;
    transform: translateZ(10px);
    position: relative;
    overflow-y: auto;
    padding-right: 15px;
}.course-program-3480 .text-card-3805::-webkit-scrollbar {
    width: 6px;
}.course-program-3480 .text-card-3805::-webkit-scrollbar-track {
    background: rgba(rgb(238,234,239), 0.5);
    border-radius: 3px;
}.course-program-3480 .text-card-3805::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgb(210,198,212);
}.course-program-3480 .description {
    transition: transform 0.3s ease;
    margin-bottom: 24px;
    line-height: 1.8;
    font-size: 15px;
    position: relative;
    color: #000000;
}.course-program-3480 .description:first-of-type {
    padding-left: 20px;
    position: relative;
    border-left: 3px solid rgb(210,198,212);
}.course-program-3480 .description:last-of-type {
    position: relative;
    padding-left: 20px;
    border-left: 3px solid rgb(177,161,179);
}.course-program-3480 .description:first-of-type::before {
    transition: height 1.5s ease;
    width: 3px;
    top: 0;
    height: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(210,198,212), rgb(177,161,179));
    left: -3px;
}.course-program-3480 .description:first-of-type:hover::before {
    height: 100%;
}

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

@media screen and (max-width: 992px) {.course-program-3480 {
    padding: 80px 0 100px;
}.course-program-3480 h2 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.9);
}.course-program-3480 .training-plan-5169 {
    gap: 30px;
    grid-template-columns: 1fr;
}.course-program-3480 .img-zoom-effect-3496 {
    height: 400px;
    order: -1;
}.course-program-3480 .text-card-3805 {
    max-height: 450px;
}
}

@media screen and (max-width: 768px) {.course-program-3480 {
    padding: 60px 0 80px;
}.course-program-3480 h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 30px;
}.course-program-3480 h2::after {
    bottom: -12px;
    width: 60px;
}.course-program-3480 .img-zoom-effect-3496 {
    height: 320px;
}.course-program-3480 .text-card-3805 {
    max-height: 400px;
}.course-program-3480 .description {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}

@media screen and (max-width: 576px) {.course-program-3480 {
    padding: 50px 0 70px;
}.course-program-3480 h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 25px;
}.course-program-3480 h2::after {
    bottom: -10px;
    width: 50px;
}.course-program-3480 .img-zoom-effect-3496 {
    height: 250px;
}.course-program-3480 .text-card-3805 {
    max-height: 350px;
}.course-program-3480 .description {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
    padding-left: 15px;
}
}

@media (hover: none) {.course-program-3480 h2:hover,
    .course-program-3480 .img-zoom-effect-3496:hover {
    transform: none;
}.course-program-3480 h2:hover::after {
    width: 80px;
}}.policyAgreementPanel-3028 {
    width: 100%;
    position: fixed;
    background: rgb(238,234,239);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    z-index: 90;
    border-top: 3px solid rgb(210,198,212);
    padding: 20px 0;
}.track-ack-0762 {
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    max-width: 1200px;
}#cookieWarningBanner-3478 {
    display: none;
}#cookieWarningBanner-3478:checked ~ .policyAgreementPanel-3028 {
    visibility: hidden;
    opacity: 0;
}.policyAgreementPanel-3028 h5 {
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-size: 24px;
    color: rgb(210,198,212);
}.policyAgreementPanel-3028 p {
    color: #000000;
    max-width: 500px;
    font-size: 13px;
}.cookie-visitor-9672 {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie-visitor-9672 svg, .cookie-visitor-9672 svg path {
    width: 80px;
    height: 80px;
    fill: rgb(210,198,212);
}.online-cookies-1764 {
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    margin-left: 10px;
    color: #ffffff;
    padding: 12px 24px;
    min-width: 140px;
    background: rgb(210,198,212);
    border-radius: 10px;
    transition: border 0.2s;
    flex-shrink: 0;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid transparent;
}.cookie_button.visitor-privacy-1907 {
    background: rgb(210,198,212);
}.cookie_button.data-agree-1326 {
    background: rgb(177,161,179);
}.online-cookies-1764:hover {
    border: 2px solid #ffffff;
}.policyAgreementPanel-3028 p a {
    color: rgb(210,198,212);
    font-weight: 700;
    text-decoration: underline;
}
@media only screen and (max-width: 1200px) {.track-ack-0762 {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.cookie-visitor-9672 {
    display: none;
}.track-ack-0762 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}.policyAgreementPanel-3028 h5, .policyAgreementPanel-3028 p {
    text-align: center;
}.privacy-learn-3129 {
    margin-bottom: 20px;
}.online-cookies-1764 {
    max-width: 300px;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}}
.wrapper-section-1268 .policyAgreementPanel-3028 {
    padding: 30px 0;
    background: rgb(177,161,179);
    border: none;
}.wrapper-section-1268 .online-cookies-1764 {
    border: none;
    color: #ffffff;
    background: rgb(210,198,212);
    border-radius: 10px;
    margin-left: 0;
    font-weight: 600;
    font-size: 20px;
}.wrapper-section-1268 .privacy-learn-3129 h5, .wrapper-section-1268 .privacy-learn-3129 p {
    color: #ffffff;
}.data-summary-5893 {
    position: relative;
    color: #ffffff;
    padding: 100px 0;
    overflow: hidden;
}.data-summary-5893::before {
    z-index: 1;
    position: absolute;
    backdrop-filter: blur(5px);
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}.data-summary-5893::after {
    height: 100%;
    background: linear-gradient(135deg, rgb(210,198,212,0.5) 0%, transparent 50%, rgb(177,161,179,0.5) 100%);
    left: 0;
    animation: gradientShift 15s infinite alternate;
    z-index: 2;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
}@keyframes gradientShift {
    0% {
        opacity: 0.6;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.8;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.6;
        background-position: 0% 100%;
    }
}

.data-summary-5893 .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}.data-summary-5893 .statistics-advantages-9731 {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    padding: 50px 40px;
    overflow: hidden;
    border-radius: 15px;
}.data-summary-5893 .statistics-advantages-9731::before {
    content: "";
    left: -50%;
    z-index: -1;
    top: -50%;
    background: radial-gradient(circle, rgb(210,198,212,0.5) 0%, transparent 70%);
    animation: pulse 10s infinite ease-in-out;
    width: 200%;
    height: 200%;
    opacity: 0.3;
    position: absolute;
}@keyframes pulse {
    0% { transform: scale(0.8); opacity: 0.2; }
    50% { transform: scale(1.2); opacity: 0.3; }
    100% { transform: scale(0.8); opacity: 0.2; }
}

.data-summary-5893 .top-gain-6241 {
    transform: translateY(0);
    border-radius: 50%;
    align-items: center;
    width: 80px;
    display: block;
    display: flex;
    justify-content: center;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.5);
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgb(210,198,212) 0%, rgb(177,161,179) 100%);
    transition: transform 0.3s ease;
    height: 80px;
}.data-summary-5893 .top-gain-6241:hover {
    transform: translateY(-5px);
}.data-summary-5893 .top-gain-6241 svg {
    width: 40px;
    height: 40px;
    fill: #ffffff;
}.data-summary-5893 .top-gain-6241 svg path {
    fill: #ffffff;
}.data-summary-5893 .key-pros-4139 {
    margin-bottom: 20px;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
    -webkit-text-fill-color: transparent;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    -webkit-background-clip: text !important;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
}.data-summary-5893 .key-pros-4139::after {
    background: linear-gradient(135deg, rgb(210,198,212) 0%, rgb(177,161,179) 100%);
    margin: 20px auto 0;
    width: 80px;
    border-radius: 10px;
    height: 3px;
    content: "";
    display: block;
}.data-summary-5893 .smart-statistics-0743 {
    letter-spacing: 0.5px;
    margin-bottom: 50px;
    line-height: 1.6;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    color: rgba(255, 255, 255, 0.85);
}.data-summary-5893 .statistics-pluses-7360 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-top: 30px;
    gap: 30px;
}.data-summary-5893 .extra-study-3845 {
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    text-align: center;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px 20px;
    overflow: hidden;
    border-radius: 15px;
}.data-summary-5893 .extra-study-3845::before {
    opacity: 0.2;
    height: 40px;
    top: -10px;
    background: linear-gradient(135deg, rgb(210,198,212) 0%, rgb(177,161,179) 100%);
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    left: -10px;
    width: 40px;
    content: "";
    transition: all 0.5s ease;
}.data-summary-5893 .extra-study-3845:hover {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}.data-summary-5893 .extra-study-3845:hover::before {
    transform: scale(10);
    opacity: 0.05;
}.data-summary-5893 .statistics-expert-7824 {
    display: flex;
    margin: 0 auto 15px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    align-items: center;
    width: 60px;
    height: 60px;
    justify-content: center;
    background: linear-gradient(135deg, rgb(210,198,212,0.5) 0%, rgb(177,161,179,0.5) 100%);
    border-radius: 50%;
}.data-summary-5893 .statistics-expert-7824 svg {
    fill: #ffffff;
    height: 30px;
    width: 30px;
}.data-summary-5893 .statistics-expert-7824 svg path {
    fill: #ffffff;
}.data-summary-5893 .extra-study-3845 span {
    display: block;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    font-size: calc(34px * 1.2);
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    transform: translateZ(30px);
    margin-bottom: 10px;
    -webkit-background-clip: text !important;
}.data-summary-5893 .extra-study-3845 span::after {
    background: linear-gradient(135deg, rgb(210,198,212) 0%, rgb(177,161,179) 100%);
    width: 40px;
    content: "";
    height: 2px;
    margin: 10px auto;
    display: block;
    border-radius: 10px;
}.data-summary-5893 .extra-study-3845 p {
    font-size: 14px;
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
}

@media screen and (max-width: 992px) {.data-summary-5893 {
    padding: 80px 0;
}.data-summary-5893 .statistics-advantages-9731 {
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(1deg);
}.data-summary-5893 .top-gain-6241 {
    width: 70px;
    height: 70px;
}.data-summary-5893 .top-gain-6241 svg {
    height: 35px;
    width: 35px;
}.data-summary-5893 .statistics-pluses-7360 {
    grid-template-columns: repeat(2, 1fr);
}.data-summary-5893 .statistics-expert-7824 {
    height: 50px;
    width: 50px;
}.data-summary-5893 .statistics-expert-7824 svg {
    width: 25px;
    height: 25px;
}
}

@media screen and (max-width: 768px) {.data-summary-5893 {
    padding: 60px 0;
}.data-summary-5893 .statistics-advantages-9731 {
    transform: none;
    padding: 30px 20px;
}.data-summary-5893 .key-pros-4139 {
    font-size: calc(34px * 0.9);
}.data-summary-5893 .smart-statistics-0743 {
    margin-bottom: 40px;
    font-size: calc(14px * 0.95);
}.data-summary-5893 .statistics-pluses-7360 {
    grid-template-columns: 1fr;
    gap: 20px;
}.data-summary-5893 .extra-study-3845 span {
    font-size: calc(34px * 1.1);
}
}

@media screen and (max-width: 480px) {.data-summary-5893 {
    padding: 50px 0;
}.data-summary-5893 .container {
    padding: 0 15px;
}.data-summary-5893 .statistics-advantages-9731 {
    padding: 25px 15px;
}.data-summary-5893 .top-gain-6241 {
    margin-bottom: 15px;
    height: 60px;
    width: 60px;
}.data-summary-5893 .top-gain-6241 svg {
    width: 30px;
    height: 30px;
}.data-summary-5893 .key-pros-4139 {
    margin-bottom: 15px;
    font-size: calc(34px * 0.8);
}.data-summary-5893 .key-pros-4139::after {
    width: 60px;
    margin: 15px auto 0;
}.data-summary-5893 .smart-statistics-0743 {
    margin-bottom: 30px;
    font-size: calc(14px * 0.9);
}.data-summary-5893 .extra-study-3845 {
    padding: 20px 15px;
}.data-summary-5893 .statistics-expert-7824 {
    height: 45px;
    margin-bottom: 10px;
    width: 45px;
}.data-summary-5893 .statistics-expert-7824 svg {
    width: 22px;
    height: 22px;
}.data-summary-5893 .extra-study-3845 span {
    font-size: calc(34px * 1);
}.data-summary-5893 .extra-study-3845 span::after {
    width: 30px;
    margin: 8px auto;
}.data-summary-5893 .extra-study-3845 p {
    font-size: calc(14px * 0.9);
}}.contact-us-3412 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.contact-us-3412::before {
    content: '';
    position: absolute;
    backdrop-filter: blur(8px);
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    z-index: 1;
    height: 100%;
    left: 0;
}.contact-us-3412::after {
    animation: gradientShift 15s ease infinite;
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(210,198,212,0.5) 0%, transparent 50%, rgb(177,161,179,0.5) 100%);
    width: 100%;
    z-index: 2;
    top: 0;
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.contact-us-3412 .container {
    z-index: 3;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}.contact-us-3412 .help-feedback-4701 {
    position: relative;
    border-radius: 29px;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    display: flex;
}.contact-us-3412 .help-feedback-4701::before {
    height: 200%;
    background: radial-gradient(circle, rgb(210,198,212,0.5) 0%, transparent 30%);
    left: -50%;
    content: '';
    opacity: 0.1;
    position: absolute;
    pointer-events: none;
    top: -50%;
    width: 200%;
    animation: rotate 30s linear infinite;
}@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.contact-us-3412 .feedback-info-2638 {
    background: linear-gradient(145deg, rgb(210,198,212,0.5) 0%, rgb(177,161,179,0.5) 100%);
    overflow: hidden;
    padding: 50px;
    position: relative;
    flex: 1;
}.contact-us-3412 .feedback-info-2638::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 100%;
    right: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1));
    top: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}.contact-us-3412 .feedback-info-2638 h3 {
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 15px;
    color: #ffffff;
}.contact-us-3412 .feedback-info-2638 h3::after {
    height: 3px;
    bottom: 0;
    border-radius: 10px;
    content: '';
    position: absolute;
    left: 0;
    background: #ffffff;
    width: 80px;
}.contact-us-3412 .feedback-info-2638 div {
    align-items: center;
    transition: transform 0.3s ease;
    display: flex;
    position: relative;
    padding-left: 15px;
    margin-bottom: 25px;
    transform: translateX(0);
}.contact-us-3412 .feedback-info-2638 div:hover {
    transform: translateX(10px);
}.contact-us-3412 .feedback-info-2638 div::before {
    position: absolute;
    transition: height 0.3s ease, top 0.3s ease;
    border-radius: 10px;
    content: '';
    background: #ffffff;
    width: 5px;
    left: 0;
    top: 50%;
    height: 0;
}.contact-us-3412 .feedback-info-2638 div:hover::before {
    height: 80%;
    top: 10%;
}.contact-us-3412 .feedback-info-2638 svg {
    margin-right: 15px;
    fill: #ffffff;
    width: 24px;
    height: 24px;
}.contact-us-3412 .feedback-info-2638 svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact-us-3412 .feedback-info-2638 div:hover svg path {
    fill: rgb(177,161,179);
}.contact-us-3412 .feedback-info-2638 span {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}.contact-us-3412 .feedback-info-2638 span a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}.contact-us-3412 .feedback-info-2638 span a:hover {
    color: rgb(177,161,179);
}.contact-us-3412 .contact-message-0578 {
    padding: 50px;
    position: relative;
    overflow: hidden;
    flex: 1.2;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
}.contact-us-3412 .contact-message-0578::before {
    width: 200px;
    animation: pulse 4s ease-in-out infinite alternate;
    content: '';
    height: 200px;
    right: -100px;
    border-radius: 50%;
    position: absolute;
    top: -100px;
    background: radial-gradient(circle, rgb(177,161,179,0.5) 0%, transparent 70%);
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

.contact-us-3412 .contact-message-0578 h3 {
    position: relative;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: 600;
    text-align: center;
}.contact-us-3412 .contact-message-0578 h3::after {
    background: rgb(177,161,179);
    content: '';
    border-radius: 10px;
    transform: translateX(-50%);
    position: absolute;
    height: 2px;
    width: 50px;
    bottom: -15px;
    left: 50%;
}.contact-us-3412 .contact-message-0578 form {
    display: flex;
    flex-direction: column;
}.contact-us-3412 .contact-message-0578 input[type="text"],
.contact-us-3412 .contact-message-0578 input[type="email"] {
    border-radius: 29px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    backdrop-filter: blur(5px);
    padding: 15px 20px;
    color: #ffffff;
    font-size: 12px;
}.contact-us-3412 .contact-message-0578 input[type="text"]:focus,
.contact-us-3412 .contact-message-0578 input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(177,161,179,0.5);
    outline: none;
    border-color: rgb(177,161,179);
}.contact-us-3412 .contact-message-0578 input[type="text"]::placeholder,
.contact-us-3412 .contact-message-0578 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.contact-us-3412 .contact-message-0578 .request-map-2065 {
    margin-bottom: 25px;
    position: relative;
    display: flex;
    align-items: flex-start;
}.contact-us-3412 .contact-message-0578 .request-map-2065 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-us-3412 .contact-message-0578 .request-map-2065 label {
    line-height: 1.5;
    cursor: pointer;
    color: #ffffff;
    position: relative;
    font-size: 15px;
    padding-left: 30px;
}.contact-us-3412 .contact-message-0578 .request-map-2065 label::before {
    content: '';
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    left: 0;
    height: 18px;
    top: 2px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    width: 18px;
}.contact-us-3412 .contact-message-0578 .request-map-2065 label::after {
    transition: all 0.2s ease;
    width: 8px;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    height: 4px;
    transform: rotate(-45deg) scale(0);
    border-left: 2px solid #ffffff;
    opacity: 0;
}.contact-us-3412 .contact-message-0578 .request-map-2065 input[type="checkbox"]:checked + label::before {
    background: rgb(177,161,179,0.5);
    border-color: rgb(177,161,179);
}.contact-us-3412 .contact-message-0578 .request-map-2065 input[type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
}.contact-us-3412 .contact-message-0578 .request-map-2065 label a {
    text-decoration: none;
    color: rgb(177,161,179);
    transition: color 0.3s ease;
}.contact-us-3412 .contact-message-0578 .request-map-2065 label a:hover {
    color: #ffffff;
    text-decoration: underline;
}.contact-us-3412 .contact-message-0578 .feedback-block-4138 {
    z-index: 1;
    font-family: Arial, sans-serif;
    border-radius: 29px;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(90deg, rgb(210,198,212) 0%, rgb(177,161,179) 100%);
    border: none;
    padding: 15px 30px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
}.contact-us-3412 .contact-message-0578 .feedback-block-4138::before {
    height: 100%;
    position: absolute;
    left: -100%;
    z-index: -1;
    content: '';
    width: 100%;
    transition: all 0.6s ease;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.contact-us-3412 .contact-message-0578 .feedback-block-4138:hover::before {
    left: 100%;
}.contact-us-3412 .contact-message-0578 .feedback-block-4138:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

@media (max-width: 992px) {.contact-us-3412 {
    padding: 80px 0;
}.contact-us-3412 .help-feedback-4701 {
    flex-direction: column;
}.contact-us-3412 .feedback-info-2638,
    .contact-us-3412 .contact-message-0578 {
    padding: 40px;
}.contact-us-3412 .feedback-info-2638 {
    text-align: center;
}.contact-us-3412 .feedback-info-2638 h3::after {
    left: 50%;
    transform: translateX(-50%);
}.contact-us-3412 .feedback-info-2638 div {
    justify-content: center;
    padding-left: 0;
}.contact-us-3412 .feedback-info-2638 div::before {
    display: none;
}
}

@media (max-width: 768px) {.contact-us-3412 {
    padding: 60px 0;
}.contact-us-3412 .feedback-info-2638,
    .contact-us-3412 .contact-message-0578 {
    padding: 30px;
}.contact-us-3412 .feedback-info-2638 h3,
    .contact-us-3412 .contact-message-0578 h3 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
}.contact-us-3412 .feedback-info-2638 div {
    margin-bottom: 20px;
}.contact-us-3412 .contact-message-0578 input[type="text"],
    .contact-us-3412 .contact-message-0578 input[type="email"] {
    padding: 12px 15px;
}.contact-us-3412 .contact-message-0578 .feedback-block-4138 {
    padding: 12px 20px;
}
}

@media (max-width: 480px) {.contact-us-3412 {
    padding: 40px 0;
}.contact-us-3412 .container {
    padding: 0 10px;
}.contact-us-3412 .feedback-info-2638,
    .contact-us-3412 .contact-message-0578 {
    padding: 20px;
}.contact-us-3412 .feedback-info-2638 h3,
    .contact-us-3412 .contact-message-0578 h3 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.7);
}.contact-us-3412 .feedback-info-2638 svg {
    width: 20px;
    height: 20px;
}.contact-us-3412 .contact-message-0578 .request-map-2065 label {
    font-size: calc(15px * 0.9);
}.contact-us-3412 .contact-message-0578 .feedback-block-4138 {
    width: 100%;
}}.access-now-5796 {
    padding: 130px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff 0%, rgb(238,234,239) 100%);
}.access-now-5796::before {
    height: 300px;
    opacity: 0.1;
    width: 300px;
    top: -150px;
    z-index: 1;
    content: '';
    right: -150px;
    border-radius: 50%;
    border: 30px solid rgb(210,198,212,0.5);
    position: absolute;
}.access-now-5796::after {
    bottom: -200px;
    width: 400px;
    border-radius: 50%;
    content: '';
    height: 400px;
    left: -200px;
    opacity: 0.1;
    z-index: 1;
    border: 40px solid rgb(177,161,179,0.5);
    position: absolute;
}.access-now-5796 .knowledge-growth-1862 {
    flex-direction: column;
    z-index: 10;
    display: flex;
    position: relative;
}.access-now-5796 .container {
    position: relative;
    background: #ffffff;
    margin: 0 auto;
    max-width: 900px;
    z-index: 2;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    padding: 60px;
}.access-now-5796 .container::before {
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    height: 80px;
    right: 0;
    position: absolute;
    width: 80px;
    content: '';
    top: 0;
    background: rgb(210,198,212);
    z-index: 1;
}.access-now-5796 .container::after {
    width: 80px;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    height: 80px;
    background: rgb(177,161,179);
}.access-now-5796 .container p {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;
    margin: 0 0 40px 0;
    color: #000000;
    position: relative;
    z-index: 5;
    text-align: center;
}.access-now-5796 .feedback-block-4138 {
    width: 220px;
    display: block;
    background: transparent;
    height: 60px;
    color: rgb(210,198,212);
    transition: all 0.4s ease;
    z-index: 5;
    line-height: 60px;
    border: 2px solid rgb(210,198,212);
    text-decoration: none;
    font-weight: 600;
    position: relative;
    text-align: center;
    margin: 0 auto;
    font-size: 19px;
}.access-now-5796 .feedback-block-4138::before {
    transform-origin: left;
    position: absolute;
    background: rgb(210,198,212);
    width: calc(100% + 4px);
    content: '';
    z-index: -1;
    transition: transform 0.4s ease;
    top: -2px;
    left: -2px;
    height: calc(100% + 4px);
    transform: scaleX(0);
}.access-now-5796 .feedback-block-4138:hover {
    color: #ffffff;
}.access-now-5796 .feedback-block-4138:hover::before {
    transform: scaleX(1);
}.access-now-5796 .knowledge-growth-1862::before {
    top: 3%;
    border: 1px dashed rgb(210,198,212,0.5);
    z-index: 1;
    width: 94%;
    left: 3%;
    height: 94%;
    content: '';
    position: absolute;
}.access-now-5796 .knowledge-growth-1862::after {
    content: '';
    border: 1px dashed rgb(177,161,179,0.5);
    top: 6%;
    width: 88%;
    height: 88%;
    z-index: 1;
    position: absolute;
    left: 6%;
}

@media (max-width: 991px) {.access-now-5796 {
    padding: 110px 0;
}.access-now-5796 .container {
    padding: 50px;
}.access-now-5796 .container p {
    font-size: calc(21px * 1.2);
    margin-bottom: 35px;
}.access-now-5796 .container::before,
    .access-now-5796 .container::after {
    height: 70px;
    width: 70px;
}.access-now-5796 .feedback-block-4138 {
    line-height: 55px;
    width: 200px;
    height: 55px;
}
}

@media (max-width: 767px) {.access-now-5796 {
    padding: 90px 0;
}.access-now-5796 .container {
    padding: 40px;
}.access-now-5796 .container p {
    margin-bottom: 30px;
    font-size: 21px;
}.access-now-5796 .container::before,
    .access-now-5796 .container::after {
    height: 60px;
    width: 60px;
}.access-now-5796 .feedback-block-4138 {
    line-height: 50px;
    width: 180px;
    height: 50px;
}
}

@media (max-width: 480px) {.access-now-5796 {
    padding: 70px 0;
}.access-now-5796 .container {
    padding: 30px;
}.access-now-5796 .container p {
    margin-bottom: 25px;
    font-size: calc(18px * 1.2);
}.access-now-5796 .container::before,
    .access-now-5796 .container::after {
    height: 50px;
    width: 50px;
}.access-now-5796 .feedback-block-4138 {
    line-height: 45px;
    font-size: calc(19px * 0.9);
    width: 160px;
    height: 45px;
}}.our-mission-7914 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(238,234,239);
}.our-mission-7914::before {
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(210,198,212,0.5) 0%, transparent 50%, rgb(177,161,179,0.5) 100%);
}.our-mission-7914::after {
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    top: 0;
    position: absolute;
    content: "";
    background: radial-gradient(circle at 30% 30%, rgb(210,198,212,0.5) 0%, transparent 40%);
}.our-mission-7914 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
    padding: 0 20px;
}.our-mission-7914 h2 {
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 35px;
    color: #000000;
    position: relative;
    padding-bottom: 20px;
}.our-mission-7914 h2::before {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, rgb(210,198,212), rgb(177,161,179));
    width: 80px;
    height: 3px;
    border-radius: 10px;
    content: "";
}.our-mission-7914 h2::after {
    content: "";
    width: 40px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, rgb(177,161,179), rgb(210,198,212));
    height: 3px;
    bottom: -5px;
    animation: pulse 3s infinite;
    border-radius: 10px;
}.our-mission-7914 .who-weare-2375 {
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.our-mission-7914 .who-weare-2375::before {
    width: 2px;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(210,198,212,0.5), rgb(177,161,179,0.5), transparent);
    left: 50%;
    content: "";
    top: 0;
    height: 100%;
    transform: translateX(-50%);
}.our-mission-7914 .community-ed-3148 {
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    padding: 40px;
    transition: all 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 2;
    background-color: #ffffff;
}.our-mission-7914 .community-ed-3148:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.our-mission-7914 .community-ed-3148::before {
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(210,198,212), rgb(177,161,179));
    position: absolute;
    top: 0;
    height: 5px;
    content: "";
}.our-mission-7914 .community-ed-3148::after {
    opacity: 0;
    right: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    height: 30%;
    width: 30%;
    z-index: -1;
    content: "";
    background: radial-gradient(circle at bottom right, rgb(210,198,212,0.5) 0%, transparent 70%);
    bottom: 0;
}.our-mission-7914 .community-ed-3148:hover::after {
    opacity: 1;
}.our-mission-7914 .community-ed-3148:first-child::before {
    background: linear-gradient(90deg, rgb(210,198,212), rgb(177,161,179));
}.our-mission-7914 .community-ed-3148:last-child::before {
    background: linear-gradient(90deg, rgb(177,161,179), rgb(210,198,212));
}.our-mission-7914 .community-ed-3148 h3 {
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}.our-mission-7914 .community-ed-3148 h3::before {
    top: 50%;
    width: 8px;
    content: "";
    transform: translateY(-50%);
    position: absolute;
    height: 8px;
    left: 0;
    border-radius: 50%;
    background-color: rgb(210,198,212);
}.our-mission-7914 .community-ed-3148:first-child h3::before {
    background-color: rgb(210,198,212);
}.our-mission-7914 .community-ed-3148:last-child h3::before {
    background-color: rgb(177,161,179);
}.our-mission-7914 .community-ed-3148 p {
    color: #000000;
    line-height: 1.8;
    font-size: 13px;
    margin-bottom: 0;
    position: relative;
}.our-mission-7914 .community-ed-3148 p::first-letter {
    font-size: 1.2em;
    font-weight: 600;
    color: rgb(210,198,212);
}.our-mission-7914 .community-ed-3148:last-child p::first-letter {
    color: rgb(177,161,179);
}@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.our-mission-7914 .container::before,
.our-mission-7914 .container::after {
    background: rgb(210,198,212,0.5);
    filter: blur(60px);
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 200px;
    width: 200px;
}.our-mission-7914 .container::before {
    left: -100px;
    animation: float 15s ease-in-out infinite;
    top: -100px;
}.our-mission-7914 .container::after {
    background: rgb(177,161,179,0.5);
    animation: float 20s ease-in-out infinite reverse;
    bottom: -100px;
    right: -100px;
}.our-mission-7914::before {
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(45deg, transparent 45%, rgb(210,198,212,0.5) 45%, rgb(210,198,212,0.5) 55%, transparent 55%);
    width: 100%;
    height: 100%;
    left: 0;
    background-size: 30px 30px;
    opacity: 0.3;
}.our-mission-7914 .community-ed-3148:hover h3 {
    color: rgb(210,198,212);
    transition: color 0.3s ease;
}.our-mission-7914 .community-ed-3148:last-child:hover h3 {
    color: rgb(177,161,179);
}.our-mission-7914 .community-ed-3148:hover::before {
    animation: gradient-shift 3s linear infinite;
    background-size: 200% 200%;
}

@media (max-width: 991px) {.our-mission-7914 {
    padding: 80px 0;
}.our-mission-7914 h2 {
    margin-bottom: 40px;
}.our-mission-7914 .who-weare-2375 {
    grid-template-columns: 1fr;
    gap: 30px;
}.our-mission-7914 .who-weare-2375::before {
    display: none;
}.our-mission-7914 .community-ed-3148 {
    padding: 30px;
}.our-mission-7914 .container::before,
    .our-mission-7914 .container::after {
    height: 150px;
    width: 150px;
}
}

@media (max-width: 767px) {.our-mission-7914 {
    padding: 60px 0;
}.our-mission-7914 h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.9);
}.our-mission-7914 h2::before {
    width: 60px;
}.our-mission-7914 h2::after {
    width: 30px;
}.our-mission-7914 .community-ed-3148 {
    padding: 25px;
}.our-mission-7914 .community-ed-3148 h3 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}.our-mission-7914 .community-ed-3148 p {
    font-size: calc(13px * 0.95);
}.our-mission-7914 .container::before,
    .our-mission-7914 .container::after {
    filter: blur(40px);
    height: 100px;
    width: 100px;
}
}

@media (max-width: 480px) {.our-mission-7914 {
    padding: 40px 0;
}.our-mission-7914 h2 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: calc(35px * 0.8);
}.our-mission-7914 h2::before {
    height: 2px;
    width: 50px;
}.our-mission-7914 h2::after {
    bottom: -3px;
    width: 25px;
    height: 2px;
}.our-mission-7914 .community-ed-3148 {
    padding: 20px;
}.our-mission-7914 .community-ed-3148 h3 {
    padding-left: 15px;
    font-size: calc(24px * 0.85);
    margin-bottom: 12px;
}.our-mission-7914 .community-ed-3148 h3::before {
    height: 6px;
    width: 6px;
}.our-mission-7914 .community-ed-3148 p {
    font-size: calc(13px * 0.9);
}.our-mission-7914 .community-ed-3148::before {
    height: 3px;
}.our-mission-7914 .container::before,
    .our-mission-7914 .container::after {
    height: 80px;
    filter: blur(30px);
    width: 80px;
}}.customer-opinions-4975 {
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgb(210,198,212,0.5) 100%);
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
}.customer-opinions-4975::before {
    content: "";
    background: linear-gradient(45deg, transparent 49.5%, rgb(177,161,179,0.5) 49.5%, rgb(177,161,179,0.5) 50.5%, transparent 50.5%);
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    position: absolute;
    right: 0;
}.customer-opinions-4975 .knowledge-growth-1862 {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.customer-opinions-4975 h4 {
    color: #000000;
    text-align: center;
    font-size: 28px;
    margin-bottom: 4rem;
    position: relative;
    font-weight: 700;
    transform: skewX(-5deg);
}.customer-opinions-4975 h4::after {
    content: "";
    border-radius: 10px;
    width: 100px;
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    background: rgb(210,198,212);
    left: 50%;
    height: 4px;
}.customer-opinions-4975 .learner-voices-8915 {
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
    perspective: 1000px;
    display: grid;
}.customer-opinions-4975 .student-stories-6081 {
    transform: rotateX(10deg) rotateY(-5deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
    transition: all 0.5s ease;
    overflow: hidden;
    backface-visibility: hidden;
    padding: 2.5rem;
    border-radius: 18px;
}.customer-opinions-4975 .student-stories-6081::before {
    height: 100px;
    right: 0;
    transform: translate(30%, -30%) rotate(45deg);
    background: rgb(210,198,212,0.5);
    top: 0;
    position: absolute;
    content: "";
    z-index: 0;
    width: 100px;
}.customer-opinions-4975 .student-stories-6081:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: rotateX(0) rotateY(0);
}.customer-opinions-4975 .student-stories-6081 .img-zoom-effect-3496 {
    margin: 0 auto 1.5rem;
    height: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
    width: 80px;
    border: 4px solid #ffffff;
}.customer-opinions-4975 .student-stories-6081:hover .img-zoom-effect-3496 {
    transform: scale(1.1);
    border-color: rgb(210,198,212);
}.customer-opinions-4975 .student-stories-6081 span {
    display: block;
    color: #000000;
    font-weight: 600;
    position: relative;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 21px;
}.customer-opinions-4975 .student-stories-6081 span::after {
    margin: 0.5rem auto;
    content: "";
    width: 40px;
    background: rgb(210,198,212);
    height: 2px;
    display: block;
}.customer-opinions-4975 .student-stories-6081 p {
    color: #000000;
    line-height: 1.6;
    text-align: center;
    font-size: 15px;
}

@media (max-width: 992px) {.customer-opinions-4975 .learner-voices-8915 {
    grid-template-columns: repeat(2, 1fr);
}.customer-opinions-4975 h4 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 768px) {.customer-opinions-4975 {
    padding: 4rem 1.5rem;
}.customer-opinions-4975 .learner-voices-8915 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.customer-opinions-4975 h4 {
    font-size: calc(28px * 0.8);
    margin-bottom: 3rem;
}.customer-opinions-4975 .student-stories-6081 {
    padding: 2rem;
}}.thxArea-7618 {
    padding: 6rem 0;
    isolation: isolate;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgb(177,161,179,0.5) 100%);
}.thxArea-7618::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(177,161,179,0.5) 0px,
        rgb(177,161,179,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    animation: patternShift 30s linear infinite;
    opacity: 0.15;
    z-index: -1;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
}.thxArea-7618::after {
    filter: blur(80px);
    right: -50px;
    background: rgb(210,198,212,0.5);
    height: 250px;
    z-index: -1;
    content: "";
    width: 250px;
    bottom: -50px;
    opacity: 0.3;
    position: absolute;
}.thxArea-7618 .container {
    perspective: 1000px;
    position: relative;
    max-width: 1200px;
    transform-style: preserve-3d;
    margin: 0 auto;
    padding: 0 20px;
}.thxArea-7618 h2 {
    color: #000000;
    text-align: center;
    transform: translateZ(20px);
    margin-bottom: 2.5rem;
    position: relative;
    line-height: 1.3;
    font-size: 32px;
    animation: slideInTitle 0.8s ease-out forwards;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.thxArea-7618 h2::after {
    width: 100px;
    animation: expandWidth 1s ease-out 0.8s forwards;
    height: 4px;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(210,198,212), rgb(177,161,179));
    bottom: -15px;
    left: 50%;
}.thxArea-7618 .knowledge-growth-1862 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08),
                0 30px 60px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: translateZ(10px) rotateX(2deg);
    position: relative;
    padding: 2.5rem;
    background: #ffffff;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 10px;
    overflow: hidden;
}.thxArea-7618 .knowledge-growth-1862::before {
    width: 100%;
    content: "";
    top: 0;
    animation: gradientShift 8s ease infinite;
    left: 0;
    height: 6px;
    background: linear-gradient(90deg, rgb(210,198,212), rgb(177,161,179));
    position: absolute;
}.thxArea-7618 .knowledge-growth-1862 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.thxArea-7618 .knowledge-growth-1862 li {
    padding: 0;
    animation: fadeIn 1s ease-out 0.5s forwards;
    opacity: 0;
    position: relative;
}.thxArea-7618 .knowledge-growth-1862 span {
    display: block;
    line-height: 1.7;
    font-size: calc(18px * 1.1);
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    text-align: center;
}.thxArea-7618 .knowledge-growth-1862:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 35px 65px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateZ(15px) rotateX(0deg);
}

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}

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

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

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

@media (max-width: 1024px) {.thxArea-7618 {
    padding: 5rem 0;
}.thxArea-7618 h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2rem;
}.thxArea-7618 .knowledge-growth-1862 {
    padding: 2rem;
}
}

@media (max-width: 768px) {.thxArea-7618 {
    padding: 4rem 0;
}.thxArea-7618 h2 {
    margin-bottom: 1.8rem;
    font-size: calc(32px * 0.8);
}.thxArea-7618 .knowledge-growth-1862 {
    padding: 1.8rem;
    transform: translateZ(5px) rotateX(1deg);
}.thxArea-7618 .knowledge-growth-1862 span {
    line-height: 1.6;
    font-size: 18px;
}
}

@media (max-width: 576px) {.thxArea-7618 {
    padding: 3rem 0;
}.thxArea-7618 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 0.7);
}.thxArea-7618 h2::after {
    height: 3px;
    bottom: -10px;
}.thxArea-7618 .knowledge-growth-1862 {
    transform: translateZ(0) rotateX(0deg);
    padding: 1.5rem;
}.thxArea-7618 .knowledge-growth-1862::before {
    height: 4px;
}.thxArea-7618 .knowledge-growth-1862 span {
    line-height: 1.5;
    font-size: calc(18px * 0.95);
}
}

@media (prefers-reduced-motion) {.thxArea-7618 h2,
    .thxArea-7618 h2::after,
    .thxArea-7618 .knowledge-growth-1862,
    .thxArea-7618 .knowledge-growth-1862::before,
    .thxArea-7618 .knowledge-growth-1862 li {
    animation: none;
    transition: none;
}.thxArea-7618 .knowledge-growth-1862:hover {
    transform: none;
}.thxArea-7618::before {
    animation: none;
}}.program-results-4927 {
    overflow: hidden;
    background: linear-gradient(210deg, #000000 0%, rgb(238,234,239) 100%);
    position: relative;
    padding: 100px 0;
}.program-results-4927::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(210,198,212,0.5),
        rgb(210,198,212,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    transform: rotate(15deg);
    width: 140%;
    opacity: 0.07;
    content: '';
    left: -20%;
    height: 200%;
    position: absolute;
    animation: gridMove 40s linear infinite;
    top: -50%;
}.program-results-4927::after {
    animation: pulse 15s infinite alternate;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(177,161,179,0.5) 0%, transparent 70%);
    width: 600px;
    right: -300px;
    position: absolute;
    content: '';
    bottom: -300px;
    filter: blur(80px);
    height: 600px;
}.program-results-4927 .knowledge-growth-1862 {
    position: relative;
    display: grid;
    margin: 0 auto;
    gap: 70px;
    max-width: 1280px;
    padding: 0 20px;
    grid-template-columns: 1fr 1.2fr;
    z-index: 1;
}.program-results-4927 .img-zoom-effect-3496 {
    transition: transform 0.7s ease;
    border-radius: 24px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    transform: perspective(1200px) rotateY(5deg);
    min-height: 550px;
}.program-results-4927 .img-zoom-effect-3496::before {
    inset: 0;
    position: absolute;
    content: '';
    z-index: 2;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
}.program-results-4927 .img-zoom-effect-3496::after {
    top: 0;
    background: linear-gradient(to bottom, transparent 70%, rgb(210,198,212,0.5) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    z-index: 3;
}.program-results-4927 .img-zoom-effect-3496:hover {
    transform: perspective(1200px) rotateY(0deg);
}.program-results-4927 .text-card-3805 {
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
}.program-results-4927 .text-card-3805::before {
    top: -30px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 150px;
    border: 2px solid rgb(210,198,212,0.5);
    width: 150px;
    content: '';
    z-index: -1;
    animation: morphing 10s linear infinite;
    opacity: 0.3;
    position: absolute;
    right: -30px;
}.program-results-4927 h2 {
    color: #ffffff;
    display: inline-block;
    font-size: 29px;
    letter-spacing: 1px;
    margin-bottom: 35px;
    position: relative;
    font-weight: 700;
}.program-results-4927 h2::before {
    width: 20px;
    top: 50%;
    content: '';
    left: -30px;
    height: 2px;
    position: absolute;
    background-color: rgb(210,198,212);
    transform: translateY(-50%);
}.program-results-4927 .text_main_holder {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    display: grid;
}.program-results-4927 .text_main_holder > div {
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    gap: 15px;
    padding: 25px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}.program-results-4927 .text_main_holder > div::before {
    width: 5px;
    content: '';
    opacity: 0.8;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(210,198,212), rgb(177,161,179));
    transition: width 0.3s ease;
    position: absolute;
    height: 100%;
}.program-results-4927 .text_main_holder > div::after {
    position: absolute;
    right: 0;
    content: '';
    background: linear-gradient(to right, transparent, rgb(210,198,212,0.5));
    bottom: 0;
    width: 30%;
    height: 1px;
}.program-results-4927 .text_main_holder > div:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
}.program-results-4927 .text_main_holder > div:hover::before {
    width: 10px;
}.program-results-4927 .text_main_holder svg {
    height: 32px;
    transform: translateY(-2px);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
    transition: transform 0.3s ease;
    width: 32px;
    flex-shrink: 0;
}.program-results-4927 .text_main_holder > div:hover svg {
    transform: translateY(-2px) scale(1.1);
}.program-results-4927 .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(177,161,179);
}.program-results-4927 .text_main_holder > div:hover svg path {
    fill: rgb(210,198,212);
}.program-results-4927 .text_main_holder p {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    margin: 0;
}

@keyframes gridMove {
    0% {
        transform: translateX(0) rotate(15deg);
    }
    100% {
        transform: translateX(50px) rotate(15deg);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.4;
        transform: scale(1.05);
    }
}

@keyframes morphing {
    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: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@media (max-width: 1100px) {.program-results-4927 .knowledge-growth-1862 {
    grid-template-columns: 1fr;
    gap: 50px;
}.program-results-4927 .img-zoom-effect-3496 {
    transform: perspective(1200px) rotateY(0);
    min-height: 450px;
}
}

@media (max-width: 768px) {.program-results-4927 {
    padding: 80px 0;
}.program-results-4927 .img-zoom-effect-3496 {
    min-height: 350px;
}.program-results-4927 h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}.program-results-4927 .text_main_holder {
    grid-template-columns: 1fr;
    gap: 20px;
}.program-results-4927 .text_main_holder > div {
    padding: 20px;
}.program-results-4927 .text_main_holder svg {
    width: 28px;
    height: 28px;
}
}

@media (max-width: 576px) {.program-results-4927 {
    padding: 60px 0;
}.program-results-4927 .knowledge-growth-1862 {
    gap: 40px;
}.program-results-4927 .img-zoom-effect-3496 {
    min-height: 280px;
}.program-results-4927 h2 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.8);
}.program-results-4927 h2::before {
    left: -20px;
    width: 15px;
}.program-results-4927 .text_main_holder > div {
    gap: 12px;
    padding: 15px;
}.program-results-4927 .text_main_holder svg {
    height: 24px;
    width: 24px;
}
}