* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.header-primary-0J6OUG {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}html,body {
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.core-container-Qr5lbj {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}svg {
    width: 30px;
    height: 30px;
}::-webkit-scrollbar {
    padding: 0px;
    width: 19px;
}::-webkit-scrollbar-button {
    background: rgb(163,164,162);
}::-webkit-scrollbar-track {
    border: 1px groove rgb(163,164,162);
    background: rgb(121,122,121);
}::-webkit-scrollbar-thumb {
    background: rgb(121,122,121,0.5);
    border-radius: 19.3rem;
    border: 3px dotted rgb(200,198,184);
    box-shadow: -5px -2px 15px 0px rgba(0, 0, 0, 0.5);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(121,122,121,0.5);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 5px 5px 5px 7px rgba(0, 0, 0, 0.1);
    background: rgb(200,198,184);
}html {
    scrollbar-color: #ffffff rgb(200,198,184);
}.facebook-cta-9RcV35 {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1252px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.program-assets-I5G8LE {
    background: linear-gradient(145deg, rgb(200,198,184) 60%, rgba(rgb(121,122,121,0.5), 0.1) 100%);
    overflow: hidden;
    padding: 90px 0;
    position: relative;
}.program-assets-I5G8LE::before {
    position: absolute;
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 30px,
    rgba(rgb(121,122,121,0.5), 0.03) 30px,
    rgba(rgb(121,122,121,0.5), 0.03) 60px
  );
    z-index: 0;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
}.program-assets-I5G8LE .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.program-assets-I5G8LE .knowledge-space-hDSQcg {
    align-items: center;
    position: relative;
    display: flex;
    transform-style: preserve-3d;
    flex-direction: column;
}.program-assets-I5G8LE .content-box-wrap-q5aNQh {
    border-radius: 2px;
    padding: 40px 30px;
    width: 100%;
    border-left: 4px solid rgb(163,164,162);
    box-shadow: 
    0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1),
    0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: linear-gradient(
    135deg,
    rgba(rgb(255, 255, 255, 0.5), 0.95),
    rgba(rgb(255, 255, 255, 0.5), 0.85)
  );
    backdrop-filter: blur(8px);
    transform: translateZ(0);
}.program-assets-I5G8LE .content-box-wrap-q5aNQh h4 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 30px;
    position: relative;
    transform: translateX(0);
    font-size: 26px;
    color: rgb(121,122,121);
    font-weight: 700;
}.program-assets-I5G8LE .content-box-wrap-q5aNQh h4::after {
    content: "";
    height: 3px;
    background: rgb(163,164,162);
    width: 60px;
    transform: scaleX(1);
    transform-origin: left;
    left: 0;
    bottom: -10px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
}.program-assets-I5G8LE .content-box-wrap-q5aNQh:hover h4 {
    transform: translateX(5px);
}.program-assets-I5G8LE .content-box-wrap-q5aNQh:hover h4::after {
    transform: scaleX(1.2);
}.program-assets-I5G8LE .content-box-wrap-q5aNQh > div {
    margin-bottom: 20px;
}.program-assets-I5G8LE .content-box-wrap-q5aNQh ul {
    list-style: none;
    padding: 0;
}.program-assets-I5G8LE .content-box-wrap-q5aNQh li {
    opacity: 0.95;
    margin-bottom: 18px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(0);
}.program-assets-I5G8LE .content-box-wrap-q5aNQh li:hover {
    transform: translateY(-3px);
    opacity: 1;
}.program-assets-I5G8LE .content-box-wrap-q5aNQh li p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
}.program-assets-I5G8LE .content-box-wrap-q5aNQh li p span:first-child {
    margin-right: 12px;
    flex-shrink: 0;
    transform: translateY(2px);
}.program-assets-I5G8LE .content-box-wrap-q5aNQh li p span:last-child {
    color: #000000;
}.program-assets-I5G8LE .content-box-wrap-q5aNQh svg {
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
    filter: drop-shadow(0 2px 3px rgba(rgb(163,164,162,0.5), 0.3));
}.program-assets-I5G8LE .content-box-wrap-q5aNQh li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.program-assets-I5G8LE .content-box-wrap-q5aNQh svg path {
    fill: rgb(163,164,162);
    transition: fill 0.3s ease;
}.program-assets-I5G8LE .content-box-wrap-q5aNQh li:hover svg path {
    fill: rgb(121,122,121);
}.program-assets-I5G8LE .img-responsive-w5DYXy {
    width: 100%;
    transform: translateY(0) rotate(0);
    height: auto;
    filter: saturate(1.05);
    object-fit: cover;
    box-shadow: 
    0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
    0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.1);
    margin-top: 40px;
    border-radius: 2px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 500px;
}.program-assets-I5G8LE .img-responsive-w5DYXy:hover {
    transform: translateY(-10px) rotate(1deg);
}

@media (min-width: 768px) {.program-assets-I5G8LE {
    padding: 120px 0;
}.program-assets-I5G8LE .knowledge-space-hDSQcg {
    flex-direction: row;
    gap: 40px;
    align-items: stretch;
}.program-assets-I5G8LE .content-box-wrap-q5aNQh {
    padding: 50px 40px;
    width: 60%;
    z-index: 2;
    margin-right: -20px;
}.program-assets-I5G8LE .img-responsive-w5DYXy {
    z-index: 1;
    margin-left: -20px;
    height: 400px;
    margin-top: 60px;
    width: 40%;
    transform: translateY(0) rotate(-2deg);
}.program-assets-I5G8LE .img-responsive-w5DYXy:hover {
    transform: translateY(-10px) rotate(0);
}.program-assets-I5G8LE .content-box-wrap-q5aNQh > div {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}.program-assets-I5G8LE .content-box-wrap-q5aNQh > div > ul {
    flex: 1;
}.program-assets-I5G8LE .content-box-wrap-q5aNQh h4 {
    font-size: 32px;
}
}

@media (min-width: 992px) {.program-assets-I5G8LE {
    padding: 140px 0;
}.program-assets-I5G8LE .knowledge-space-hDSQcg {
    gap: 60px;
}.program-assets-I5G8LE .content-box-wrap-q5aNQh {
    padding: 60px 50px;
}.program-assets-I5G8LE .img-responsive-w5DYXy {
    height: 500px;
}.program-assets-I5G8LE::after {
    height: 300px;
    right: -100px;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 15%;
    animation: pulse 15s infinite alternate ease-in-out;
    width: 300px;
    background: radial-gradient(circle, rgba(rgb(163,164,162,0.5), 0.08) 0%, rgba(rgb(163,164,162,0.5), 0) 70%);
}
  
  @keyframes pulse {
    0%, 100% {
      transform: scale(1);
      opacity: 0.5;
    }
    50% {
      transform: scale(1.2);
      opacity: 0.8;
    }
  }
}

@media (max-width: 767px) {.program-assets-I5G8LE {
    padding: 60px 0;
}.program-assets-I5G8LE .content-box-wrap-q5aNQh {
    padding: 30px 20px;
}.program-assets-I5G8LE .content-box-wrap-q5aNQh h4 {
    margin-bottom: 25px;
    font-size: 22px;
}.program-assets-I5G8LE .content-box-wrap-q5aNQh li {
    margin-bottom: 15px;
}.program-assets-I5G8LE .content-box-wrap-q5aNQh li p {
    font-size: 14px;
}.program-assets-I5G8LE .img-responsive-w5DYXy {
    max-width: 100%;
    height: 300px;
}}.pricing-section-JuOhWp {
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 100px 0;
}.pricing-section-JuOhWp::before {
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(163,164,162,0.5) 100%);
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    z-index: 1;
}.pricing-section-JuOhWp .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.pricing-section-JuOhWp .payment-option-jgLwZa {
    position: relative;
}.pricing-section-JuOhWp h2 {
    opacity: 0;
    animation: slideInTitle 0.8s forwards 0.2s;
    transform: translateX(-10px);
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
}.pricing-section-JuOhWp .rate-choice-munjHc {
    opacity: 0;
    transform: translateX(-10px);
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 800px;
    animation: slideInDesc 0.8s forwards 0.4s;
    color: #ffffff;
    font-size: 15px;
}.pricing-section-JuOhWp .discount-price-kT4GOb {
    margin: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    padding: 0;
}.pricing-section-JuOhWp .discount-price-kT4GOb li {
    opacity: 0;
    animation: fadeIn 0.8s forwards;
    perspective: 1000px;
}.pricing-section-JuOhWp .discount-price-kT4GOb li:nth-child(1) {
    animation-delay: 0.5s;
}.pricing-section-JuOhWp .discount-price-kT4GOb li:nth-child(2) {
    animation-delay: 0.7s;
}.pricing-section-JuOhWp .discount-price-kT4GOb li:nth-child(3) {
    animation-delay: 0.9s;
}.pricing-section-JuOhWp .discount-price-kT4GOb li:nth-child(4) {
    animation-delay: 1.1s;
}.pricing-section-JuOhWp .discount-tier-iNcFW3 {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    text-decoration: none;
    transform-style: preserve-3d;
    display: block;
}.pricing-section-JuOhWp .package-price-XrOSvW {
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
    background: linear-gradient(145deg, #ffffff 0%, rgb(200,198,184) 100%);
    position: relative;
    display: flex;
    border-left: 4px solid rgb(163,164,162);
    padding: 30px;
    transition: all 0.4s ease;
    height: 100%;
}.pricing-section-JuOhWp .package-price-XrOSvW::before {
    transform: translate(50%, -50%) rotate(45deg);
    content: "";
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgb(121,122,121);
    top: 0;
    opacity: 0.8;
    position: absolute;
    height: 80px;
    right: 0;
    width: 80px;
}.pricing-section-JuOhWp .lesson-rates-IWs8vD {
    height: 100%;
    flex-direction: column;
    position: relative;
    z-index: 2;
    display: flex;
}.pricing-section-JuOhWp .lesson-rates-IWs8vD h4 {
    font-weight: 700;
    color: #000000;
    margin: 0 0 20px;
    position: relative;
    font-size: calc(23px + 2px);
    display: inline-block;
}.pricing-section-JuOhWp .lesson-rates-IWs8vD h4::after {
    width: 40px;
    background: rgb(163,164,162);
    position: absolute;
    bottom: -10px;
    left: 0;
    transition: width 0.3s ease;
    content: "";
    height: 3px;
}.pricing-section-JuOhWp .lesson-rates-IWs8vD p {
    color: #000000;
    margin: 0 0 25px;
    font-size: calc(15px - 1px);
    hyphens: auto;
    flex-grow: 1;
    white-space: normal;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-wrap: break-word;
}.pricing-section-JuOhWp .fee-pricing-HNZVY9 {
    border-radius: 10px;
    transform: translateY(0);
    color: #ffffff;
    overflow: hidden;
    background: rgb(163,164,162);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
              background-color 0.3s ease;
    padding: 10px 20px;
    align-self: flex-start;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-top: auto;
}.pricing-section-JuOhWp .fee-pricing-HNZVY9::before {
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
    transform: translateX(-100%);
    height: 100%;
    top: 0;
    left: 0;
}.pricing-section-JuOhWp .discount-tier-iNcFW3:hover {
    transform: translateY(-8px);
}.pricing-section-JuOhWp .discount-tier-iNcFW3:hover .package-price-XrOSvW {
    border-left-width: 8px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}.pricing-section-JuOhWp .discount-tier-iNcFW3:hover .package-price-XrOSvW::before {
    transform: translate(40%, -40%) rotate(45deg);
}.pricing-section-JuOhWp .discount-tier-iNcFW3:hover .lesson-rates-IWs8vD h4::after {
    width: 70px;
}.pricing-section-JuOhWp .discount-tier-iNcFW3:hover .fee-pricing-HNZVY9 {
    transform: translateY(-5px);
    background: rgb(121,122,121);
}.pricing-section-JuOhWp .discount-tier-iNcFW3:hover .fee-pricing-HNZVY9::before {
    transform: translateX(100%);
}.pricing-section-JuOhWp .discount-tier-iNcFW3:active {
    transform: translateY(-2px);
    transition: transform 0.2s;
}

@keyframes slideInTitle {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInDesc {
  to {
    transform: translateX(0);
    opacity: 0.9;
  }
}

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

@media (max-width: 1200px) {.pricing-section-JuOhWp {
    padding: 80px 0;
}.pricing-section-JuOhWp .discount-price-kT4GOb {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.pricing-section-JuOhWp h2 {
    font-size: calc(36px - 4px);
}.pricing-section-JuOhWp .rate-choice-munjHc {
    margin-bottom: 30px;
}.pricing-section-JuOhWp .discount-price-kT4GOb {
    gap: 20px;
}.pricing-section-JuOhWp .package-price-XrOSvW {
    padding: 25px;
}
}

@media (max-width: 768px) {.pricing-section-JuOhWp {
    padding: 60px 0;
}.pricing-section-JuOhWp h2 {
    font-size: calc(36px - 6px);
}.pricing-section-JuOhWp .rate-choice-munjHc {
    font-size: calc(15px - 1px);
}.pricing-section-JuOhWp .discount-price-kT4GOb {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.pricing-section-JuOhWp .lesson-rates-IWs8vD h4 {
    font-size: 23px;
}.pricing-section-JuOhWp .lesson-rates-IWs8vD p {
    font-size: calc(15px - 2px);
    margin-bottom: 20px;
}
}

@media (max-width: 576px) {.pricing-section-JuOhWp {
    padding: 50px 0;
}.pricing-section-JuOhWp .container {
    padding: 0 15px;
}.pricing-section-JuOhWp h2 {
    margin-bottom: 15px;
    font-size: calc(36px - 8px);
}.pricing-section-JuOhWp .rate-choice-munjHc {
    margin-bottom: 25px;
}.pricing-section-JuOhWp .discount-price-kT4GOb {
    grid-template-columns: 1fr;
    gap: 20px;
}.pricing-section-JuOhWp .package-price-XrOSvW {
    padding: 20px;
}.pricing-section-JuOhWp .lesson-rates-IWs8vD p {
    margin-bottom: 15px;
}.pricing-section-JuOhWp .fee-pricing-HNZVY9 {
    padding: 8px 16px;
    font-size: calc(22px - 1px);
}}.contact-form-box-2GbeV0 {
    background: linear-gradient(125deg, rgb(200,198,184) 0%, rgb(200,198,184) 60%, rgb(163,164,162,0.5) 100%);
    padding: 110px 0;
    position: relative;
    overflow: hidden;
}.contact-form-box-2GbeV0::before {
    height: 100%;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(163,164,162,0.5),
        rgb(163,164,162,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    opacity: 0.05;
    width: 50%;
    top: 0;
    position: absolute;
    content: "";
    right: 0;
}.contact-form-box-2GbeV0 .container {
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.contact-form-box-2GbeV0 h2 {
    font-weight: 700;
    position: relative;
    font-size: 31px;
    text-align: center;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 50px;
}.contact-form-box-2GbeV0 h2::before {
    height: 4px;
    background: rgb(163,164,162);
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
    content: "";
    border-radius: 2px;
    position: absolute;
    bottom: -15px;
}.contact-form-box-2GbeV0 .contact-feedback-L0NuOV {
    grid-template-columns: 1fr 450px;
    align-items: center;
    position: relative;
    display: grid;
    background: transparent;
    gap: 40px;
}.contact-form-box-2GbeV0 .img-responsive-w5DYXy {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    height: 550px;
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
}.contact-form-box-2GbeV0 .img-responsive-w5DYXy:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact-form-box-2GbeV0 .help-form-OtdJgz {
    transform: perspective(1000px) rotateY(5deg);
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 50px;
    border-radius: 28px;
    transition: transform 0.5s ease;
}.contact-form-box-2GbeV0 .help-form-OtdJgz:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact-form-box-2GbeV0 form {
    width: 100%;
}.contact-form-box-2GbeV0 form h3 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 19px;
    color: #000000;
    font-family: Arial, sans-serif;
}.contact-form-box-2GbeV0 form input[type="text"] {
    border-radius: 10px;
    color: #000000;
    font-size: 14px;
    width: 100%;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    background: rgb(200,198,184);
    transition: all 0.3s ease;
    border: none;
    padding: 16px 20px;
}.contact-form-box-2GbeV0 form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(163,164,162);
}.contact-form-box-2GbeV0 form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.contact-form-box-2GbeV0 .message-reach-lAzVFp {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.contact-form-box-2GbeV0 .message-reach-lAzVFp input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-form-box-2GbeV0 .message-reach-lAzVFp label {
    cursor: pointer;
    position: relative;
    line-height: 1.5;
    color: #000000;
    font-size: 14px;
    padding-left: 35px;
}.contact-form-box-2GbeV0 .message-reach-lAzVFp label::before {
    top: 2px;
    position: absolute;
    width: 22px;
    height: 22px;
    background: rgb(200,198,184);
    transition: all 0.3s ease;
    left: 0;
    content: "";
    border-radius: 4px;
}.contact-form-box-2GbeV0 .message-reach-lAzVFp input[type="checkbox"]:checked + label::before {
    background: rgb(163,164,162);
}.contact-form-box-2GbeV0 .message-reach-lAzVFp input[type="checkbox"]:checked + label::after {
    height: 10px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    left: 8px;
    content: "";
    width: 6px;
    border-right: 2px solid #ffffff;
}.contact-form-box-2GbeV0 .message-reach-lAzVFp label a {
    color: rgb(163,164,162);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact-form-box-2GbeV0 .message-reach-lAzVFp label a:hover {
    color: rgb(121,122,121);
}.contact-form-box-2GbeV0 form .connect-box-YZ0XpB {
    font-weight: 600;
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
    padding: 16px 35px;
    overflow: hidden;
    font-size: 19px;
    background: rgb(163,164,162);
    cursor: pointer;
    position: relative;
}.contact-form-box-2GbeV0 form .connect-box-YZ0XpB::after {
    right: 0;
    position: absolute;
    width: 0;
    top: 0;
    transition: width 0.3s ease;
    content: "";
    z-index: 0;
    background: rgb(121,122,121);
    height: 100%;
}.contact-form-box-2GbeV0 form .connect-box-YZ0XpB:hover::after {
    width: 100%;
    right: auto;
    left: 0;
}.contact-form-box-2GbeV0 form .connect-box-YZ0XpB span {
    z-index: 1;
    position: relative;
}.contact-form-box-2GbeV0 svg {
    fill: rgb(163,164,162);
    height: 22px;
    width: 22px;
}.contact-form-box-2GbeV0 svg path {
    transition: fill 0.3s ease;
    fill: rgb(163,164,162);
}

@media screen and (max-width: 1100px) {.contact-form-box-2GbeV0 .contact-feedback-L0NuOV {
    gap: 30px;
    grid-template-columns: 1fr 400px;
}.contact-form-box-2GbeV0 .img-responsive-w5DYXy {
    height: 500px;
}.contact-form-box-2GbeV0 .help-form-OtdJgz {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.contact-form-box-2GbeV0 {
    padding: 80px 0;
}.contact-form-box-2GbeV0 .contact-feedback-L0NuOV {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact-form-box-2GbeV0 .img-responsive-w5DYXy {
    transform: perspective(1000px) rotateY(0deg);
    height: 400px;
}.contact-form-box-2GbeV0 .help-form-OtdJgz {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.contact-form-box-2GbeV0 {
    padding: 60px 0;
}.contact-form-box-2GbeV0 h2 {
    margin-bottom: 40px;
}.contact-form-box-2GbeV0 .img-responsive-w5DYXy {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.contact-form-box-2GbeV0 {
    padding: 50px 0;
}.contact-form-box-2GbeV0 h2 {
    font-size: calc(31px * 0.85);
}.contact-form-box-2GbeV0 .img-responsive-w5DYXy {
    height: 250px;
}.contact-form-box-2GbeV0 .help-form-OtdJgz {
    padding: 30px 25px;
}.contact-form-box-2GbeV0 form h3 {
    font-size: calc(19px * 0.9);
}.contact-form-box-2GbeV0 form .connect-box-YZ0XpB {
    width: 100%;
}}footer {
    position: relative;
}footer::before {
    opacity: 0.95;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(125deg, #000000 0%, rgb(121,122,121) 100%);
    position: absolute;
    top: 0;
    z-index: 1;
    content: '';
}.facebook-cta-9RcV35 {
    padding: 60px 0;
    color: #ffffff;
    z-index: 2;
    font-family: Arial, sans-serif;
    position: relative;
}.facebook-cta-9RcV35 .container {
    flex-wrap: wrap;
    display: flex;
}.facebook-cta-9RcV35 .company_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    flex: 0 0 100%;
    border-radius: 13px;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    text-align: center;
    padding: 25px;
}.facebook-cta-9RcV35 .company_holder h3 {
    font-size: 29px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 20px;
}.facebook-cta-9RcV35 .assign-help-HqFEos {
    line-height: 1.7;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    max-width: 80%;
    padding: 15px 20px;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}.facebook-cta-9RcV35 .student-aid-YDXZ6o {
    flex: 0 0 100%;
    margin-top: 20px;
}.facebook-cta-9RcV35 .top-mentor-VHkd1q {
    margin-top: 30px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}.facebook-cta-9RcV35 .head-train-NAsr2k {
    transition: all 0.3s ease;
    flex: 0 0 calc(50% - 30px);
    border-radius: 13px;
    max-width: calc(50% - 30px);
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
}.facebook-cta-9RcV35 .head-train-NAsr2k:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
}.facebook-cta-9RcV35 .head-train-NAsr2k h5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}.facebook-cta-9RcV35 .head-train-NAsr2k .top-mentor-VHkd1q {
    display: flex;
    margin-top: 0;
    gap: 12px;
    flex-direction: column;
}.facebook-cta-9RcV35 .head-train-NAsr2k .top-mentor-VHkd1q a {
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 14px;
    padding: 8px 12px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}.facebook-cta-9RcV35 .head-train-NAsr2k .top-mentor-VHkd1q a:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}.lesson-cta-Fh2yx1 {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: 40px;
    z-index: 2;
}.lesson-cta-Fh2yx1::before {
    opacity: 0.2;
    content: '';
    right: 20%;
    left: 20%;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    top: 0;
}.lesson-cta-Fh2yx1 .container {
    display: flex;
    justify-content: center;
}.lesson-cta-Fh2yx1 .debate-club-8yiahN {
    letter-spacing: 0.5px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.facebook-cta-9RcV35 .top-mentor-VHkd1q {
    justify-content: space-between;
}.facebook-cta-9RcV35 .company_holder {
    flex: 0 0 30%;
    text-align: left;
}.facebook-cta-9RcV35 .student-aid-YDXZ6o {
    flex: 0 0 65%;
}.facebook-cta-9RcV35 .container {
    align-items: flex-start;
    justify-content: space-between;
}.facebook-cta-9RcV35 .assign-help-HqFEos {
    text-align: left;
    max-width: 100%;
    margin: 0;
}
}

@media (max-width: 767px) {.facebook-cta-9RcV35 .head-train-NAsr2k {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
}.facebook-cta-9RcV35 .company_holder {
    padding: 20px 15px;
}.facebook-cta-9RcV35 .assign-help-HqFEos {
    max-width: 100%;
    padding: 15px;
}
}

@media (max-width: 576px) {.facebook-cta-9RcV35 {
    padding: 40px 0;
}.facebook-cta-9RcV35 .company_holder h3 {
    font-size: calc(29px * 0.8);
}.facebook-cta-9RcV35 .head-train-NAsr2k h5 {
    font-size: calc(24px * 0.9);
}.facebook-cta-9RcV35 .head-train-NAsr2k .top-mentor-VHkd1q a {
    font-size: calc(14px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    left: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
    background-size: 20px 20px;
    content: '';
    top: 0;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    width: 100%;
}.title-opener-iaXg8y {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgb(163,164,162,0.5), rgb(200,198,184), rgb(121,122,121,0.5));
    justify-content: center;
    overflow: hidden;
    perspective: 1000px;
    position: relative;
}.title-opener-iaXg8y::before {
    opacity: 0.2;
    height: 100%;
    z-index: 1;
    animation: pulseBg 15s infinite alternate ease-in-out;
    left: 0;
    content: "";
    background: 
    radial-gradient(circle at 20% 30%, rgb(163,164,162,0.5) 5%, transparent 20%),
    radial-gradient(circle at 80% 70%, rgb(121,122,121,0.5) 5%, transparent 20%);
    width: 100%;
    top: 0;
    position: absolute;
}.title-opener-iaXg8y::after {
    animation: lightSweep 12s infinite linear;
    position: absolute;
    content: "";
    left: -50%;
    height: 200%;
    opacity: 0.1;
    z-index: 2;
    width: 200%;
    background: linear-gradient(45deg, transparent 40%, rgb(163,164,162,0.5) 45%, transparent 50%);
    transform: rotate(15deg);
    top: -50%;
}.title-opener-iaXg8y .page-entry-7q09MD {
    position: relative;
    grid-template-columns: 1fr;
    max-width: 1200px;
    transform-style: preserve-3d;
    display: grid;
    gap: 2rem;
    animation: fadeIn 1.2s ease-out;
    width: 90%;
    z-index: 5;
}.title-opener-iaXg8y .page-entry-7q09MD > div:first-child {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    transform: translateZ(20px);
    padding: 2rem;
    border-left: 4px solid rgb(121,122,121);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: relative;
    background: rgb(163,164,162,0.5);
}.title-opener-iaXg8y .page-entry-7q09MD > div:first-child p {
    line-height: 1.6;
    font-size: calc(15px * 1.3);
    transform: translateZ(10px);
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin: 0;
    color: #ffffff;
}.title-opener-iaXg8y .our-journey-xhJv17 {
    transition: transform 0.5s ease;
    position: relative;
    transform: translateZ(30px) rotateX(2deg);
}.title-opener-iaXg8y .our-journey-xhJv17:hover {
    transform: translateZ(40px) rotateX(0deg);
}.title-opener-iaXg8y .our-journey-xhJv17 > div {
    position: relative;
    padding: 3rem;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}.title-opener-iaXg8y .our-journey-xhJv17 > div::before {
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.8;
    background: linear-gradient(
    to bottom,
    rgb(163,164,162,0.5) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgb(121,122,121,0.5) 100%
  );
    position: absolute;
}.title-opener-iaXg8y .our-journey-xhJv17 > div::after {
    width: 120%;
    top: -10%;
    height: 120%;
    background: radial-gradient(ellipse at center, transparent 40%, rgb(163,164,162,0.5) 100%);
    position: absolute;
    opacity: 0.15;
    animation: rotateGradient 25s infinite linear;
    content: "";
    z-index: 2;
    left: -10%;
}.title-opener-iaXg8y .our-journey-xhJv17 h3 {
    font-family: Arial, sans-serif;
    font-size: calc(21px * 1.1);
    font-weight: 400;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    padding-bottom: 1.5rem;
    margin: 0 0 2rem 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 5;
    color: #ffffff;
    line-height: 1.5;
}.title-opener-iaXg8y .title_style_header {
    z-index: 5;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    background: linear-gradient(135deg, rgb(163,164,162,0.5), rgb(121,122,121,0.5));
    font-size: 42px;
    position: relative;
    transform: translateZ(15px);
    letter-spacing: 1px;
    margin: 0;
    padding: 1.5rem;
    animation: pulseHeader 3s infinite alternate ease-in-out;
    font-weight: 700;
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

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

@keyframes pulseHeader {
  0% {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: translateZ(15px) scale(1);
  }
  100% {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25), 0 0 20px rgb(163,164,162,0.5);
    transform: translateZ(25px) scale(1.02);
  }
}

@keyframes pulseBg {
  0% {
    opacity: 0.1;
    transform: scale(1);
  }
  100% {
    opacity: 0.3;
    transform: scale(1.2);
  }
}

@keyframes lightSweep {
  0% {
    transform: rotate(15deg) translateX(-100%);
  }
  100% {
    transform: rotate(15deg) translateX(100%);
  }
}

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

@media (min-width: 768px) {.title-opener-iaXg8y .page-entry-7q09MD {
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
}.title-opener-iaXg8y .page-entry-7q09MD > div:first-child {
    padding: 3rem;
    display: flex;
    align-items: center;
}.title-opener-iaXg8y .page-entry-7q09MD > div:first-child p {
    font-size: calc(15px * 1.5);
}.title-opener-iaXg8y .our-journey-xhJv17 > div {
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    padding: 4rem;
    min-height: 400px;
}.title-opener-iaXg8y .our-journey-xhJv17 h3 {
    font-size: 21px;
    max-width: 80%;
}.title-opener-iaXg8y .title_style_header {
    padding: 2rem;
    font-size: calc(42px * 1.2);
}
}

@media (min-width: 992px) {.title-opener-iaXg8y .page-entry-7q09MD {
    gap: 4rem;
}.title-opener-iaXg8y .page-entry-7q09MD > div:first-child {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}.title-opener-iaXg8y .our-journey-xhJv17 > div {
    background-position: center center !important;
    min-height: 450px;
    transition: background-position 8s ease;
}.title-opener-iaXg8y .our-journey-xhJv17 > div:hover {
    background-position: bottom right !important;
}.title-opener-iaXg8y .our-journey-xhJv17 h3 {
    max-width: 70%;
}.title-opener-iaXg8y .title_style_header {
    transform: translateZ(20px);
    margin-left: 2rem;
}
}

@media (max-width: 767px) {.title-opener-iaXg8y {
    padding: 3rem 1rem;
}.title-opener-iaXg8y .page-entry-7q09MD > div:first-child {
    padding: 1.5rem;
}.title-opener-iaXg8y .page-entry-7q09MD > div:first-child p {
    font-size: 15px;
}.title-opener-iaXg8y .our-journey-xhJv17 > div {
    padding: 2rem;
}.title-opener-iaXg8y .our-journey-xhJv17 h3 {
    font-size: calc(18px * 1.2);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}.title-opener-iaXg8y .title_style_header {
    font-size: calc(37px * 0.9);
    padding: 1rem;
}}.learning-process-HBqNkZ {
    position: relative;
    isolation: isolate;
    background: rgb(200,198,184);
    padding: 7rem 0;
    overflow: hidden;
}.learning-process-HBqNkZ::before {
    top: -50%;
    width: 200%;
    content: "";
    background-size: 60px 60px;
    z-index: 0;
    left: -50%;
    background-position: 0 0, 30px 30px;
    background-image: 
        radial-gradient(
            rgb(121,122,121,0.5) 20%, 
            transparent 21%
        ), 
        radial-gradient(
            rgb(163,164,162,0.5) 20%, 
            transparent 21%
        );
    height: 200%;
    position: absolute;
    transform: rotate(15deg);
    animation: shiftPattern 60s linear infinite;
    opacity: 0.3;
}.learning-process-HBqNkZ::after {
    content: "";
    left: 0;
    height: 40%;
    z-index: 1;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to top, 
        rgb(200,198,184), 
        transparent
    );
    width: 100%;
}.learning-process-HBqNkZ .knowledge-space-hDSQcg {
    overflow: hidden;
    margin: 0 auto;
    border-radius: 15px;
    background: #ffffff;
    animation: appearFromBottom 1s ease-out forwards;
    display: flex;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 1px 5px rgba(0, 0, 0, 0.05);
    z-index: 2;
    position: relative;
    max-width: 900px;
    flex-direction: column;
    align-items: center;
    padding: 0;
}.learning-process-HBqNkZ h3 {
    font-weight: 700;
    position: relative;
    width: 100%;
    padding-bottom: 4rem;
    text-align: center;
    font-size: 33px;
    margin: 0;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 75%, 
        50% 100%, 
        0 75%
    );
    color: #ffffff;
    background: linear-gradient(135deg, rgb(163,164,162), rgb(121,122,121));
    padding: 2.5rem;
}.learning-process-HBqNkZ h3::before {
    background-size: 20px 20px;
    position: absolute;
    opacity: 0.3;
    right: 0;
    animation: moveGrid 20s linear infinite;
    top: 0;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        ),
        linear-gradient(
            90deg, 
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        );
    bottom: 0;
    left: 0;
    content: "";
}.learning-process-HBqNkZ h3::after {
    top: 0;
    animation: shimmer 5s infinite linear;
    content: "";
    left: 0;
    right: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.8), 
        transparent
    );
    height: 5px;
    position: absolute;
}.learning-process-HBqNkZ span {
    z-index: 1;
    width: 100%;
    margin-top: -30px;
    color: #000000;
    border-radius: 0 0 15px 15px;
    position: relative;
    padding: 3rem 2.5rem 2.5rem;
    background: #ffffff;
    font-size: 13px;
    line-height: 1.8;
    box-sizing: border-box;
}.learning-process-HBqNkZ span::before {
    background: #ffffff;
    width: 70px;
    z-index: -1;
    transform: translateX(-50%);
    top: -35px;
    left: 50%;
    position: absolute;
    content: "";
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    height: 70px;
}.learning-process-HBqNkZ span::after {
    top: -20px;
    background: rgb(163,164,162);
    box-shadow: 0 0 15px rgb(163,164,162,0.5);
    height: 20px;
    position: absolute;
    animation: pulse 3s infinite;
    width: 20px;
    border-radius: 50%;
    left: 50%;
    content: "";
    transform: translateX(-50%);
}

@keyframes appearFromBottom {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shiftPattern {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    50% {
        transform: rotate(15deg) translateY(-30px);
    }
    100% {
        transform: rotate(15deg) translateY(0);
    }
}

@keyframes moveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px;
    }
    100% {
        background-position: 1000px;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.8;
    }
}

@media (max-width: 992px) {.learning-process-HBqNkZ {
    padding: 5rem 1.5rem;
}.learning-process-HBqNkZ::before {
    background-size: 50px 50px;
    background-position: 0 0, 25px 25px;
}.learning-process-HBqNkZ h3 {
    padding: 2rem;
    padding-bottom: 3.5rem;
    font-size: calc(33px * 0.9);
}.learning-process-HBqNkZ span {
    padding: 2.5rem 2rem 2rem;
}
}

@media (max-width: 768px) {.learning-process-HBqNkZ {
    padding: 4rem 1rem;
}.learning-process-HBqNkZ::before {
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
}.learning-process-HBqNkZ h3 {
    font-size: calc(33px * 0.8);
    padding-bottom: 3rem;
    padding: 1.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 80%, 
            50% 100%, 
            0 80%
        );
}.learning-process-HBqNkZ span {
    font-size: calc(13px * 0.95);
    padding: 2.5rem 1.5rem 1.5rem;
}.learning-process-HBqNkZ span::before {
    height: 60px;
    top: -30px;
    width: 60px;
}.learning-process-HBqNkZ span::after {
    height: 16px;
    top: -18px;
    width: 16px;
}}.course-instructor-Qcq1Ml {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(150deg, rgb(200,198,184) 0%, rgb(121,122,121,0.5) 100%);
}.course-instructor-Qcq1Ml::before {
    top: 0;
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(163,164,162,0.5) 49.5%, rgb(163,164,162,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(163,164,162,0.5) 49.5%, rgb(163,164,162,0.5) 50.5%, transparent 50.5%);
    height: 100%;
    opacity: 0.07;
    content: "";
    background-size: 40px 40px;
    width: 100%;
    position: absolute;
    left: 0;
}.course-instructor-Qcq1Ml::after {
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.04;
    content: "";
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(163,164,162,0.5) 40px,
            rgb(163,164,162,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(163,164,162,0.5) 60px,
            rgb(163,164,162,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(163,164,162,0.5) 80px,
            rgb(163,164,162,0.5) 81px
        );
    width: 100%;
    height: 100%;
}.course-instructor-Qcq1Ml .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.course-instructor-Qcq1Ml .review-testimonials-SUnFEw {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    gap: 40px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 50px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}.course-instructor-Qcq1Ml .review-testimonials-SUnFEw::before {
    width: 100%;
    height: 6px;
    background: linear-gradient(
        90deg,
        rgb(163,164,162) 0%,
        rgb(121,122,121) 100%
    );
    left: 0;
    content: "";
    position: absolute;
    top: 0;
}.course-instructor-Qcq1Ml .review-testimonials-SUnFEw::after {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(163,164,162,0.5) 0%,
        transparent 20%,
        rgb(163,164,162,0.5) 40%,
        transparent 60%,
        rgb(121,122,121,0.5) 80%,
        transparent 100%
    );
    width: 100%;
    height: 1px;
    animation: scanner 4s linear infinite;
}@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

.course-instructor-Qcq1Ml .img-responsive-w5DYXy {
    overflow: hidden;
    min-height: 360px;
    height: 100%;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    position: relative;
    transition: all 0.5s ease;
    border-radius: 0;
    width: 100%;
}.course-instructor-Qcq1Ml .img-responsive-w5DYXy::before {
    content: "";
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
    z-index: 1;
    position: absolute;
}.course-instructor-Qcq1Ml .img-responsive-w5DYXy::after {
    content: "";
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    height: 100%;
    top: 0;
}.course-instructor-Qcq1Ml .name {
    line-height: 1.2;
    padding-left: 16px;
    position: relative;
    margin-bottom: 12px;
    font-size: 28px;
    color: #000000;
    font-weight: 700;
    border-left: 4px solid rgb(163,164,162);
}.course-instructor-Qcq1Ml .name::before {
    top: 0;
    background: rgb(121,122,121);
    transition: height 0.5s ease;
    position: absolute;
    content: "";
    width: 4px;
    left: -4px;
    height: 0;
}.course-instructor-Qcq1Ml .review-testimonials-SUnFEw:hover .name::before {
    height: 100%;
}.course-instructor-Qcq1Ml .review-testimonials-SUnFEw span:not(.name) {
    background: rgb(200,198,184);
    padding: 6px 12px;
    margin-bottom: 25px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 3px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}.course-instructor-Qcq1Ml .review-testimonials-SUnFEw span:not(.name)::after {
    left: 0;
    width: 0;
    position: absolute;
    height: 2px;
    content: "";
    background: rgb(163,164,162);
    transition: width 0.3s ease;
    bottom: 0;
}.course-instructor-Qcq1Ml .review-testimonials-SUnFEw:hover span:not(.name)::after {
    width: 100%;
}.course-instructor-Qcq1Ml .work-overview-o7DZu3 {
    padding: 25px 30px;
    border-left: 1px solid rgb(163,164,162);
    position: relative;
    border-radius: 10px;
    color: #000000;
    background: linear-gradient(
        to right,
        rgb(200,198,184) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    margin: 0;
    line-height: 1.8;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 17px;
}.course-instructor-Qcq1Ml .work-overview-o7DZu3::before {
    top: 15px;
    content: "";
    left: 12px;
    border-left: 2px solid rgb(163,164,162);
    border-top: 2px solid rgb(163,164,162);
    opacity: 0.6;
    position: absolute;
    width: 12px;
    height: 12px;
}.course-instructor-Qcq1Ml .work-overview-o7DZu3::after {
    width: 12px;
    right: 12px;
    position: absolute;
    bottom: 15px;
    border-bottom: 2px solid rgb(121,122,121);
    content: "";
    height: 12px;
    opacity: 0.6;
    border-right: 2px solid rgb(121,122,121);
}.course-instructor-Qcq1Ml .review-testimonials-SUnFEw:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
}.course-instructor-Qcq1Ml .review-testimonials-SUnFEw:hover .img-responsive-w5DYXy {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
    transform: scale(1.03);
}

@media (max-width: 991px) {.course-instructor-Qcq1Ml {
    padding: 90px 0;
}.course-instructor-Qcq1Ml .review-testimonials-SUnFEw {
    padding: 40px 30px;
    gap: 30px;
}.course-instructor-Qcq1Ml .img-responsive-w5DYXy {
    min-height: 320px;
}.course-instructor-Qcq1Ml .work-overview-o7DZu3 {
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.course-instructor-Qcq1Ml {
    padding: 70px 0;
}.course-instructor-Qcq1Ml .review-testimonials-SUnFEw {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 25px;
    padding: 35px 25px;
}.course-instructor-Qcq1Ml .img-responsive-w5DYXy {
    min-height: 280px;
}.course-instructor-Qcq1Ml .name {
    font-size: calc(28px * 0.9);
}.course-instructor-Qcq1Ml .review-testimonials-SUnFEw span:not(.name) {
    font-size: calc(20px * 0.95);
    margin-bottom: 20px;
}.course-instructor-Qcq1Ml .work-overview-o7DZu3 {
    padding: 18px 22px;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 575px) {.course-instructor-Qcq1Ml {
    padding: 50px 0;
}.course-instructor-Qcq1Ml .review-testimonials-SUnFEw {
    padding: 30px 20px;
    gap: 20px;
}.course-instructor-Qcq1Ml .img-responsive-w5DYXy {
    min-height: 220px;
}.course-instructor-Qcq1Ml .name {
    padding-left: 12px;
    font-size: calc(28px * 0.8);
}.course-instructor-Qcq1Ml .review-testimonials-SUnFEw span:not(.name) {
    padding: 4px 10px;
    margin-bottom: 15px;
    font-size: calc(20px * 0.9);
}.course-instructor-Qcq1Ml .work-overview-o7DZu3 {
    padding: 15px 18px;
    font-size: calc(17px * 0.9);
}}.get-updates-CGk6vz {
    overflow: hidden;
    box-shadow: 0 0 30px rgb(163,164,162,0.5);
    padding: 4rem;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
}.get-updates-CGk6vz::before {
    left: 0;
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0 70%);
    background: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 5px, 
            rgb(163,164,162,0.5) 5px, 
            rgb(163,164,162,0.5) 6px
        ),
        repeating-linear-gradient(
            45deg, 
            transparent, 
            transparent 5px, 
            rgb(121,122,121,0.5) 5px, 
            rgb(121,122,121,0.5) 6px
        );
    top: 0;
    z-index: 1;
    opacity: 0.05;
    content: "";
    right: 0;
    position: absolute;
}.get-updates-CGk6vz::after {
    animation: pulse-glow 5s infinite alternate;
    content: "";
    z-index: 0;
    width: 150%;
    height: 150%;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(163,164,162,0.5) 0%,
        transparent 70%
    );
    top: -25%;
    left: -25%;
    opacity: 0.1;
}.get-updates-CGk6vz .knowledge-space-hDSQcg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 2rem;
    z-index: 2;
    align-items: center;
}.get-updates-CGk6vz p {
    letter-spacing: 1px;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    padding-left: 2rem;
    color: #ffffff;
    line-height: 1.5;
    grid-column: 1 / 2;
    text-transform: uppercase;
    font-size: 23px;
}.get-updates-CGk6vz p::before {
    width: 4px;
    bottom: 0;
    top: 0;
    animation: pulse-neon 2s infinite alternate;
    box-shadow: 
        0 0 5px rgb(163,164,162),
        0 0 10px rgb(163,164,162),
        0 0 15px rgb(163,164,162);
    background: linear-gradient(to bottom, rgb(163,164,162), rgb(121,122,121));
    position: absolute;
    content: "";
    left: 0;
}.get-updates-CGk6vz .input_holder {
    transform-style: preserve-3d;
    display: flex;
    flex-direction: row;
    position: relative;
    grid-column: 2 / 3;
    transform: perspective(1000px) rotateY(-5deg);
}.get-updates-CGk6vz .sub-updates-ONVeY6 {
    border-radius: 10px 0 0 10px;
    border: 1px solid rgb(163,164,162,0.5);
    padding: 1rem 1.5rem;
    backdrop-filter: blur(5px);
    flex: 1;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 18px;
    box-shadow: inset 0 0 10px rgb(163,164,162,0.5);
}.get-updates-CGk6vz .sub-updates-ONVeY6:focus {
    border-color: rgb(163,164,162);
    outline: none;
    box-shadow: 
        inset 0 0 10px rgb(163,164,162,0.5),
        0 0 15px rgb(163,164,162,0.5);
}.get-updates-CGk6vz .sub-updates-ONVeY6::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.get-updates-CGk6vz .sub-banners-ObL6Vm {
    font-size: 17px;
    cursor: pointer;
    font-weight: 600;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 1rem 2rem;
    font-family: Arial, sans-serif;
    background: rgb(163,164,162);
    border-radius: 0 10px 10px 0;
    z-index: 1;
    position: relative;
    color: #ffffff;
    border: none;
}.get-updates-CGk6vz .sub-banners-ObL6Vm::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    top: 0;
    height: 100%;
    position: absolute;
    left: -100%;
    transition: all 0.6s ease;
    width: 100%;
    z-index: -1;
    content: "";
}.get-updates-CGk6vz .sub-banners-ObL6Vm:hover::before {
    left: 100%;
}.get-updates-CGk6vz .sub-banners-ObL6Vm:hover {
    box-shadow: 
        0 0 10px rgb(121,122,121),
        0 0 20px rgb(121,122,121,0.5);
    background: rgb(121,122,121);
}

@keyframes pulse-neon {
    0% {
        opacity: 0.7;
        box-shadow: 
            0 0 5px rgb(163,164,162),
            0 0 10px rgb(163,164,162);
    }
    100% {
        opacity: 1;
        box-shadow: 
            0 0 10px rgb(163,164,162),
            0 0 20px rgb(163,164,162),
            0 0 30px rgb(163,164,162);
    }
}

@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {.get-updates-CGk6vz {
    padding: 2.5rem 1.5rem;
}.get-updates-CGk6vz .knowledge-space-hDSQcg {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.get-updates-CGk6vz p {
    margin-bottom: 0.5rem;
    font-size: 22px;
    grid-column: 1 / 2;
}.get-updates-CGk6vz .input_holder {
    transform: none;
    grid-column: 1 / 2;
    flex-direction: column;
}.get-updates-CGk6vz .sub-updates-ONVeY6 {
    border-radius: 10px;
    margin-bottom: 1rem;
    width: 100%;
}.get-updates-CGk6vz .sub-banners-ObL6Vm {
    width: 100%;
    border-radius: 10px;
}}.cookie-notice-window-jLBnqx {
    max-width: 600px;
    transform: translateX(-50%);
    font-family: Arial, sans-serif;
    left: 50%;
    position: fixed;
    background: rgb(200,198,184);
    align-items: center;
    z-index: 1050;
    text-align: center;
    padding: 20px;
    display: flex;
    width: 90%;
    flex-direction: column;
    overflow: hidden;
    bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}.track-edu-I9M7qs {
    z-index: 1;
    flex-direction: column;
    align-items: center;
    display: flex;
}.visitor-confirm-gcnA5b {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.visitor-confirm-gcnA5b svg, .visitor-confirm-gcnA5b svg path, .visitor-confirm-gcnA5b img {
    width: 80px;
    height: 80px;
    fill: rgb(163,164,162);
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookie-notice-window-jLBnqx h5 {
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 700;
    color: rgb(163,164,162);
}.cookie-notice-window-jLBnqx p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 20px;
}.data-control-Lm9XNs {
    text-decoration: none;
    width: calc(50% - 10px);
    text-align: center;
    font-size: 17px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 10px 20px;
    background: rgb(163,164,162);
    cursor: pointer;
    border-radius: 10px;
    margin: 5px;
    display: inline-block;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}.data-control-Lm9XNs:hover {
    transform: translateY(-3px);
    background: rgb(121,122,121);
}.cookie_button.privacy-learn-IiC1g4 {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.privacy-learn-IiC1g4:hover {
    background: rgb(121,122,121,0.5);
}.cookie-notice-window-jLBnqx p a {
    color: rgb(163,164,162);
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
}.cookie-notice-window-jLBnqx p a:hover {
    color: rgb(121,122,121);
}
@media only screen and (max-width: 600px) {.cookie-notice-window-jLBnqx {
    border-radius: 0;
    left: 0;
    transform: none;
    width: 100%;
    bottom: 0;
}.track-edu-I9M7qs {
    padding: 15px;
}.visitor-confirm-gcnA5b svg {
    height: 50px;
    width: 50px;
}.cookie-notice-window-jLBnqx h5 {
    font-size: calc(23px - 2px);
}.cookie-notice-window-jLBnqx p {
    font-size: calc(16px - 2px);
}.data-control-Lm9XNs {
    width: calc(100% - 10px);
    font-size: calc(17px - 2px);
    padding: 8px 16px;
}}
#consentPolicyBanner-ZGFxSm {
    display: none;
}#consentPolicyBanner-ZGFxSm:checked ~ .cookie-notice-window-jLBnqx {
    visibility: hidden;
    opacity: 0;
}.course-candidates-AFgKum {
    position: relative;
    background: #f9f9f9;
    padding: 120px 0;
    overflow: hidden;
}.course-candidates-AFgKum::before {
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background-color: rgb(163,164,162,0.5);
    bottom: 0;
    top: 0;
    z-index: 1;
    width: 6px;
    position: absolute;
}.course-candidates-AFgKum .knowledge-space-hDSQcg {
    position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 1000px;
    z-index: 10;
    padding: 0 30px;
}.course-candidates-AFgKum h3 {
    border-radius: 50px;
    display: inline-block;
    background-color: #f9f9f9;
    position: relative;
    padding: 0 30px;
    border: 3px solid rgb(163,164,162,0.5);
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    font-size: 32px;
    margin-bottom: 80px;
}.course-candidates-AFgKum ul {
    flex-direction: column;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    position: relative;
    gap: 50px;
}.course-candidates-AFgKum ul li {
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: left;
    background-color: #ffffff;
    max-width: 500px;
    gap: 20px;
    padding: 30px;
    display: flex;
    position: relative;
    width: 100%;
    z-index: 2;
    border-radius: 20px;
    align-items: center;
}.course-candidates-AFgKum ul li::before {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 6px solid rgb(163,164,162,0.5);
    z-index: 5;
    position: absolute;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    content: '';
    transition: all 0.4s ease;
    width: 50px;
    top: -25px;
}.course-candidates-AFgKum ul li:nth-child(even) {
    text-align: right;
    flex-direction: row-reverse;
}.course-candidates-AFgKum ul li:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.course-candidates-AFgKum ul li:hover::before {
    background-color: rgb(163,164,162,0.5);
    border-color: #ffffff;
}.course-candidates-AFgKum ul li svg {
    padding: 12px;
    background-color: rgb(163,164,162,0.5);
    border-radius: 50%;
    flex-shrink: 0;
    transition: all 0.4s ease;
    width: 60px;
    height: 60px;
}.course-candidates-AFgKum ul li:hover svg {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: rotate(360deg);
}.course-candidates-AFgKum ul li svg path {
    fill: #ffffff;
    transition: fill 0.4s ease;
}.course-candidates-AFgKum ul li:hover svg path {
    fill: rgb(163,164,162);
}@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course-candidates-AFgKum ul li {
    animation: fadeInFromTop 0.6s ease forwards;
    opacity: 0;
}.course-candidates-AFgKum ul li:nth-child(1) {
    animation-delay: 0.1s;
}.course-candidates-AFgKum ul li:nth-child(2) {
    animation-delay: 0.3s;
}.course-candidates-AFgKum ul li:nth-child(3) {
    animation-delay: 0.5s;
}.course-candidates-AFgKum ul li:nth-child(4) {
    animation-delay: 0.7s;
}.course-candidates-AFgKum ul li:nth-child(5) {
    animation-delay: 0.9s;
}.course-candidates-AFgKum ul li:nth-child(6) {
    animation-delay: 1.1s;
}

@media (max-width: 992px) {.course-candidates-AFgKum {
    padding: 90px 0;
}.course-candidates-AFgKum h3 {
    margin-bottom: 60px;
}.course-candidates-AFgKum ul {
    gap: 60px;
}.course-candidates-AFgKum ul li {
    padding: 25px;
}.course-candidates-AFgKum ul li svg {
    height: 50px;
    width: 50px;
    padding: 10px;
}
}

@media (max-width: 768px) {.course-candidates-AFgKum ul li,
    .course-candidates-AFgKum ul li:nth-child(even) {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.course-candidates-AFgKum ul li::before {
    top: -30px;
}
}

@media (max-width: 576px) {.course-candidates-AFgKum {
    padding: 70px 0;
}.course-candidates-AFgKum h3 {
    font-size: calc(32px * 0.85);
    padding: 0 20px;
    margin-bottom: 50px;
}.course-candidates-AFgKum ul {
    gap: 50px;
}.course-candidates-AFgKum ul li {
    padding: 20px;
}.course-candidates-AFgKum ul li::before {
    height: 40px;
    width: 40px;
    top: -25px;
}.course-candidates-AFgKum ul li svg {
    padding: 8px;
    width: 45px;
    height: 45px;
}
}

@media (prefers-reduced-motion: reduce) {.course-candidates-AFgKum ul li {
    animation: none;
    opacity: 1;
}.course-candidates-AFgKum ul li:hover {
    transform: none;
}.course-candidates-AFgKum ul li:hover svg {
    transform: none;
}}.our-mission-hiE3zt {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.our-mission-hiE3zt::before {
    bottom: 0;
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(163,164,162,0.5), rgb(121,122,121,0.5));
    right: 0;
    position: absolute;
}.our-mission-hiE3zt::after {
    transform: rotate(-15deg);
    right: -20%;
    height: 200%;
    content: "";
    width: 80%;
    background: rgb(121,122,121);
    top: -50%;
    opacity: 0.08;
    z-index: 2;
    position: absolute;
    animation: float 15s infinite ease-in-out;
}.our-mission-hiE3zt .container {
    transform-style: preserve-3d;
    padding: 0 20px;
    perspective: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 5;
    position: relative;
}.our-mission-hiE3zt .content-box-wrap-q5aNQh {
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.1), 0 10px 30px rgba(0,0,0,0.08);
    position: relative;
    transform: translateZ(20px) rotateX(2deg);
    background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,255,255,0.85));
    padding: 60px 50px;
    transform-origin: top center;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.our-mission-hiE3zt .content-box-wrap-q5aNQh:hover {
    transform: translateZ(40px) rotateX(0deg);
}.our-mission-hiE3zt .content-box-wrap-q5aNQh::before {
    height: 100%;
    left: 0;
    transform: translateX(-4px);
    width: 8px;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(163,164,162), rgb(121,122,121));
}.our-mission-hiE3zt h1 {
    position: relative;
    font-size: 42px;
    transform: translateX(0);
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.03em;
    transition: transform 0.4s ease;
    margin-bottom: 40px;
}.our-mission-hiE3zt h1::after {
    width: 70px;
    bottom: -12px;
    position: absolute;
    transition: width 0.4s ease;
    content: "";
    height: 4px;
    left: 0;
    background: linear-gradient(90deg, rgb(163,164,162), rgb(121,122,121));
}.our-mission-hiE3zt .content-box-wrap-q5aNQh:hover h1 {
    transform: translateX(10px);
}.our-mission-hiE3zt .content-box-wrap-q5aNQh:hover h1::after {
    width: 100px;
}.our-mission-hiE3zt ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.our-mission-hiE3zt ul li {
    transform: translateZ(10px);
    opacity: 0;
    animation: fade-in 0.8s forwards;
    margin-bottom: 20px;
    animation-delay: 0.3s;
    position: relative;
}.our-mission-hiE3zt ul li:first-child {
    animation-delay: 0.1s;
}.our-mission-hiE3zt ul li h4 {
    transition: all 0.3s ease;
    color: rgb(163,164,162);
    position: relative;
    display: inline-block;
    padding-left: 0;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: calc(19px + 2px);
    transform-origin: left center;
}.our-mission-hiE3zt ul li h4::before {
    bottom: -5px;
    width: 0;
    content: "";
    height: 2px;
    position: absolute;
    background: rgb(121,122,121);
    transition: width 0.3s ease-out;
    left: 0;
}.our-mission-hiE3zt ul li:hover h4::before {
    width: 100%;
}.our-mission-hiE3zt ul li span {
    text-align: justify;
    color: #000000;
    transform: translateY(0);
    letter-spacing: 0.02em;
    transition: transform 0.4s ease;
    position: relative;
    display: block;
    font-size: 17px;
    column-count: 1;
    line-height: 1.7;
    margin-bottom: 10px;
}

@media (min-width: 992px) {.our-mission-hiE3zt ul li span {
    column-gap: 40px;
    column-count: 2;
}}

.our-mission-hiE3zt ul li:hover span {
    transform: translateY(-5px);
}

@keyframes fade-in {
    0% {
        opacity: 0;
        transform: translateY(20px) translateZ(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(10px);
    }
}

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

@media (max-width: 991px) {.our-mission-hiE3zt {
    padding: 80px 0;
}.our-mission-hiE3zt .content-box-wrap-q5aNQh {
    transform: translateZ(10px) rotateX(1deg);
    padding: 40px 30px;
}.our-mission-hiE3zt h1 {
    margin-bottom: 30px;
    font-size: calc(30px + 2px);
}.our-mission-hiE3zt ul li h4 {
    font-size: 19px;
}
}

@media (max-width: 767px) {.our-mission-hiE3zt {
    padding: 60px 0;
}.our-mission-hiE3zt .content-box-wrap-q5aNQh {
    padding: 30px 25px;
    transform: none;
}.our-mission-hiE3zt h1 {
    font-size: 30px;
    margin-bottom: 25px;
}.our-mission-hiE3zt h1::after {
    width: 50px;
    height: 3px;
}.our-mission-hiE3zt ul li span {
    line-height: 1.6;
    font-size: calc(17px - 1px);
}.our-mission-hiE3zt::after {
    width: 100%;
    top: -30%;
}
}

@media (max-width: 575px) {.our-mission-hiE3zt {
    padding: 50px 0;
}.our-mission-hiE3zt .content-box-wrap-q5aNQh {
    padding: 25px 20px;
}.our-mission-hiE3zt .content-box-wrap-q5aNQh::before {
    transform: translateX(-3px);
    width: 5px;
}.our-mission-hiE3zt h1 {
    font-size: calc(30px - 2px);
    margin-bottom: 20px;
}.our-mission-hiE3zt ul li {
    margin-bottom: 15px;
}.our-mission-hiE3zt ul li h4 {
    margin-bottom: 10px;
    font-size: calc(19px - 1px);
}}.secure-retreat-4LUZzq {
    position: relative;
    background-color: var(--section-bg-color, #f8f9fa);
    padding: 4rem 0;
    overflow: hidden;
}.secure-retreat-4LUZzq::before {
    height: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgba(var(--primary-color_opacity, 0.03)), transparent 80%);
}.secure-retreat-4LUZzq::after {
    border-top: 1px solid var(--primary-color_opacity, rgba(0,100,255,0.1));
    content: "";
    height: 200px;
    position: absolute;
    right: -10px;
    transform: rotate(-15deg) translateY(30px);
    z-index: 0;
    width: 200px;
    background: linear-gradient(225deg, var(--primary-color_opacity, rgba(0,100,255,0.05)), transparent 70%);
    bottom: -10px;
}.secure-retreat-4LUZzq .container {
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    max-width: 1140px;
}.secure-retreat-4LUZzq h1 {
    font-weight: var(--font-weight-bold, 700);
    transform: translateX(-0.5rem);
    position: relative;
    padding-bottom: 1rem;
    color: var(--dark-color, #212529);
    font-size: var(--h1-font-size, 2.5rem);
    margin-bottom: 2rem;
}.secure-retreat-4LUZzq h1::after {
    position: absolute;
    width: 80px;
    transform-origin: left center;
    content: "";
    bottom: 0;
    transition: width 0.3s ease-out;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color, #0066ff), transparent);
}.secure-retreat-4LUZzq h1:hover::after {
    width: 120px;
}.secure-retreat-4LUZzq h2 {
    padding-left: 1rem;
    font-weight: var(--font-weight-semibold, 600);
    color: var(--dark-color, #212529);
    font-size: var(--h2-font-size, 1.75rem);
    transform: translateX(-1rem);
    margin: 2.5rem 0 1.25rem;
    position: relative;
}.secure-retreat-4LUZzq h2::before {
    height: 70%;
    position: absolute;
    left: 0;
    top: 0.25em;
    transform-origin: center;
    background: var(--primary-color, #0066ff);
    transition: transform 0.3s ease;
    content: "";
    width: 4px;
}.secure-retreat-4LUZzq h2:hover::before {
    transform: scaleY(1.2);
}.secure-retreat-4LUZzq h3 {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--secondary-color_opacity, rgba(108, 117, 125, 0.15));
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.85);
    color: var(--dark-color, #212529);
    font-weight: var(--font-weight-semibold, 600);
    margin: 2rem 0 1rem;
}.secure-retreat-4LUZzq h4 {
    position: relative;
    margin: 1.75rem 0 0.75rem;
    font-weight: var(--font-weight-semibold, 600);
    color: var(--dark-color, #212529);
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.7);
}.secure-retreat-4LUZzq p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: var(--p-font-size, 1rem);
    color: var(--p-color, #495057);
    max-width: 92%;
}.secure-retreat-4LUZzq strong {
    font-weight: var(--font-weight-semibold, 600);
    color: var(--dark-color, #212529);
}.secure-retreat-4LUZzq ul {
    padding-left: 1.25rem;
    margin: 1.5rem 0 2rem;
    list-style: none;
}.secure-retreat-4LUZzq li {
    position: relative;
    padding-left: 1.5rem;
    color: var(--p-color, #495057);
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: var(--p-font-size, 1rem);
}.secure-retreat-4LUZzq li::before {
    transition: transform 0.2s ease;
    position: absolute;
    content: "";
    background-color: var(--primary-color, #0066ff);
    width: 6px;
    left: 0;
    transform: rotate(45deg);
    border-radius: 1px;
    height: 6px;
    top: 0.65em;
}.secure-retreat-4LUZzq li:hover::before {
    transform: rotate(135deg) scale(1.1);
}.secure-retreat-4LUZzq span {
    display: block;
    margin-bottom: 1.5rem;
    color: var(--p-color, #495057);
    border-left: 1px solid var(--secondary-color_opacity, rgba(108, 117, 125, 0.15));
    font-size: var(--p-font-size, 1rem);
    line-height: 1.7;
    padding-left: 0.75rem;
}

@media (min-width: 768px) {.secure-retreat-4LUZzq {
    padding: 5rem 0;
}.secure-retreat-4LUZzq .container {
    padding: 0 4rem;
}.secure-retreat-4LUZzq h1 {
    margin-bottom: 3rem;
    font-size: calc(var(--h1-font-size, 2.5rem) * 1.2);
}.secure-retreat-4LUZzq h2 {
    margin-top: 3.5rem;
}.secure-retreat-4LUZzq p, 
    .secure-retreat-4LUZzq span {
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    line-height: 1.8;
}.secure-retreat-4LUZzq ul {
    padding-left: 2rem;
}.secure-retreat-4LUZzq li {
    padding-left: 1.75rem;
}
}

@media (min-width: 992px) {.secure-retreat-4LUZzq .container {
    padding: 0 5rem;
}.secure-retreat-4LUZzq h1 {
    transform: translateX(-1rem);
}.secure-retreat-4LUZzq h1::after {
    width: 100px;
}.secure-retreat-4LUZzq h1:hover::after {
    width: 150px;
}.secure-retreat-4LUZzq p {
    max-width: 85%;
}.secure-retreat-4LUZzq p, 
    .secure-retreat-4LUZzq span {
    font-size: calc(var(--p-font-size, 1rem) * 1.1);
}
}

@media (max-width: 767px) {.secure-retreat-4LUZzq {
    padding: 3rem 0;
}.secure-retreat-4LUZzq .container {
    padding: 0 1.5rem;
}.secure-retreat-4LUZzq h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.85);
    margin-bottom: 1.5rem;
}.secure-retreat-4LUZzq h2 {
    margin: 2rem 0 1rem;
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.9);
}.secure-retreat-4LUZzq h3 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.75);
}.secure-retreat-4LUZzq h4 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.65);
}.secure-retreat-4LUZzq ul {
    padding-left: 0.5rem;
}.secure-retreat-4LUZzq li {
    margin-bottom: 0.75rem;
    padding-left: 1.25rem;
}.secure-retreat-4LUZzq p, 
    .secure-retreat-4LUZzq span {
    margin-bottom: 1.25rem;
}}.service-info-ZW5V9I {
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(200,198,184) 0%, rgb(121,122,121,0.5) 100%);
}.service-info-ZW5V9I::before {
    z-index: 1;
    right: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 20px,
        rgba(rgb(163,164,162,0.5), 0.03) 20px,
        rgba(rgb(163,164,162,0.5), 0.03) 40px
    );
    transform: perspective(1000px) rotateY(2deg);
    bottom: 0;
    content: "";
}.service-info-ZW5V9I .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    transform: translateZ(0);
    max-width: 1200px;
}.service-info-ZW5V9I .reach-contact-xMHcp8 {
    padding: 3rem;
    background: #ffffff;
    transform-origin: top center;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: perspective(1000px) rotateX(1deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}.service-info-ZW5V9I .reach-contact-xMHcp8:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 25px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.service-info-ZW5V9I .reach-contact-xMHcp8::before {
    left: 0;
    height: 5px;
    top: 0;
    animation: gradientShift 8s infinite ease-in-out;
    background-size: 200% 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(163,164,162) 0%, 
        rgb(121,122,121) 50%, 
        rgb(163,164,162) 100%);
    content: "";
}.service-info-ZW5V9I h3 {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.9);
    color: #000000;
    font-weight: 700;
    position: relative;
}.service-info-ZW5V9I h3::after {
    background: rgb(121,122,121);
    position: absolute;
    left: 0;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 3px;
    content: "";
    width: 70%;
    bottom: -8px;
    transform: scaleX(0.7);
}.service-info-ZW5V9I .reach-contact-xMHcp8:hover h3::after {
    transform: scaleX(1);
}.service-info-ZW5V9I p {
    max-width: 90%;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 15px;
    font-family: Arial, sans-serif;
}.service-info-ZW5V9I h5 {
    margin-bottom: 0.5rem;
    align-items: center;
    color: #000000;
    text-transform: capitalize;
    font-size: 19px;
    font-weight: 600;
    display: flex;
}.service-info-ZW5V9I h5 svg {
    transform: translateY(2px);
    transition: transform 0.3s ease-out;
    margin-left: 0.75rem;
}.service-info-ZW5V9I .get-contactpanel-WhJqfs {
    padding: 0;
    gap: 1rem;
    display: flex;
    list-style: none;
    margin: 2rem 0 0;
    flex-direction: column;
}.service-info-ZW5V9I .get-contactblock-J1WkXq {
    text-decoration: none;
    padding: 0.5rem 0;
    position: relative;
    display: inline-flex;
    font-weight: 600;
    transition: color 0.3s ease, transform 0.3s ease;
    color: rgb(163,164,162);
    align-items: center;
}.service-info-ZW5V9I .get-contactblock-J1WkXq::before {
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: rgb(121,122,121,0.5);
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    transform-origin: right;
    left: 0;
    transform: scaleX(0);
    position: absolute;
}.service-info-ZW5V9I .get-contactblock-J1WkXq:hover {
    transform: translateX(5px);
    color: rgb(121,122,121);
}.service-info-ZW5V9I .get-contactblock-J1WkXq:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.service-info-ZW5V9I svg {
    margin-left: 0.75rem;
    height: 24px;
    width: 24px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.service-info-ZW5V9I .get-contactblock-J1WkXq:hover svg {
    transform: scale(1.15) rotate(5deg);
}.service-info-ZW5V9I svg path {
    transition: fill 0.3s ease;
    fill: rgb(163,164,162);
}.service-info-ZW5V9I .get-contactblock-J1WkXq:hover svg path {
    fill: rgb(121,122,121);
}

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

@media (min-width: 768px) {.service-info-ZW5V9I {
    padding: 6rem 3rem;
}.service-info-ZW5V9I .reach-contact-xMHcp8 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 4rem;
    grid-gap: 2rem;
}.service-info-ZW5V9I h3 {
    grid-column: 1 / -1;
    font-size: 35px;
}.service-info-ZW5V9I .get-contactpanel-WhJqfs {
    grid-column: 2;
    margin: 0;
    align-self: start;
    grid-row: 2 / 4;
}.service-info-ZW5V9I p {
    max-width: 95%;
}
}

@media (min-width: 992px) {.service-info-ZW5V9I .reach-contact-xMHcp8 {
    grid-template-columns: 2fr 1fr;
}.service-info-ZW5V9I p {
    max-width: 85%;
}.service-info-ZW5V9I .get-contactpanel-WhJqfs {
    border-left: 1px solid rgb(121,122,121,0.5);
    padding-left: 2rem;
}.service-info-ZW5V9I .get-contactblock-J1WkXq:hover {
    transform: translateX(8px);
}
}

@media (max-width: 767px) {.service-info-ZW5V9I {
    padding: 4rem 1.5rem;
}.service-info-ZW5V9I .reach-contact-xMHcp8 {
    padding: 2.5rem 1.5rem;
}.service-info-ZW5V9I h3 {
    margin-bottom: 1.25rem;
    font-size: calc(35px * 0.8);
}.service-info-ZW5V9I p {
    font-size: calc(15px * 0.95);
    max-width: 100%;
}.service-info-ZW5V9I .get-contactpanel-WhJqfs {
    margin-top: 1.5rem;
}.service-info-ZW5V9I .get-contactblock-J1WkXq {
    padding: 0.7rem 0;
}}header {
    padding: 1.5rem 0;
    background: linear-gradient(to right, rgb(121,122,121,0.5), rgb(163,164,162));
    overflow: visible;
    z-index: 1000;
    position: relative;
}header::before {
    opacity: 0.1;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    top: 0;
    z-index: -1;
    height: 100%;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
}header .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}header .nav-skill-cCR8WZ {
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    align-items: center;
    display: flex;
}header .first-section-AMoe4j {
    padding: 1rem;
    justify-content: center;
    position: relative;
    align-items: center;
    text-decoration: none;
    display: flex;
    z-index: 2;
}header .first-section-AMoe4j::after {
    transform: translateX(-50%);
    position: absolute;
    content: '';
    background: #ffffff;
    width: 50%;
    transition: width 0.3s ease, opacity 0.3s ease;
    left: 50%;
    opacity: 0.6;
    height: 2px;
    bottom: 0;
}header .first-section-AMoe4j:hover::after {
    width: 80%;
    opacity: 1;
}header .first-section-AMoe4j svg {
    filter: drop-shadow(0 4px 8px rgb(163,164,162,0.5));
    transition: all 0.3s ease;
    height: auto;
    width: 220px;
}header .first-section-AMoe4j:hover svg {
    transform: translateY(-5px);
}header .head-train-NAsr2k {
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    gap: 0.8rem;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    border-radius: 26px;
    max-width: 800px;
    padding: 0.6rem 1rem;
}header .head-train-NAsr2k::before {
    width: 100%;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    position: absolute;
    border-radius: 26px;
    z-index: -1;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
}header .main-pagebar-LJBEOn {
    border-radius: 10px;
    font-weight: 400;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 18px;
    padding: 0.7rem 1.2rem;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
}header .main-pagebar-LJBEOn::before {
    z-index: -1;
    border-radius: 10px;
    background: #ffffff;
    position: absolute;
    left: 0;
    opacity: 0;
    height: 100%;
    transform: translateY(100%) scale(0.8);
    top: 0;
    transition: opacity 0.3s ease;
    content: '';
    width: 100%;
}header .main-pagebar-LJBEOn:hover {
    transform: translateY(-3px);
    color: rgb(163,164,162);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}header .main-pagebar-LJBEOn:hover::before {
    transform: translateY(0) scale(1);
    opacity: 1;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .nav-skill-cCR8WZ {
    gap: 1.2rem;
}header .first-section-AMoe4j svg {
    width: 180px;
}header .head-train-NAsr2k {
    padding: 0.5rem;
    gap: 0.6rem;
}header .main-pagebar-LJBEOn {
    font-size: calc(18px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .nav-skill-cCR8WZ {
    gap: 1rem;
}header .first-section-AMoe4j svg {
    width: 150px;
}header .head-train-NAsr2k {
    gap: 0.4rem;
    padding: 0.4rem;
}header .main-pagebar-LJBEOn {
    padding: 0.5rem 0.8rem;
    font-size: calc(18px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nav-skill-cCR8WZ {
    gap: 0.8rem;
}header .first-section-AMoe4j svg {
    width: 140px;
}header .head-train-NAsr2k {
    padding: 0.4rem 0.6rem;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .head-train-NAsr2k::-webkit-scrollbar {
    height: 3px;
}header .head-train-NAsr2k::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .main-pagebar-LJBEOn {
    font-size: calc(18px - 3px);
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
}}

.course-program-description-Yznc5B {
    background-color: rgb(200,198,184);
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
    justify-content: center;
    display: flex;
    position: relative;
}.course-program-description-Yznc5B .education-path-EXIeVD {
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
}.course-program-description-Yznc5B .education-path-EXIeVD::before {
    top: 0;
    background: radial-gradient(circle at center, transparent 30%, #000000 100%);
    height: 100%;
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
}.course-program-description-Yznc5B .knowledge-track-kCULBj {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}.course-program-description-Yznc5B .skill-explorer-15epSB {
    position: absolute;
    transform: scale(1.1);
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform 1s ease;
    animation: fade-slides 30s infinite;
}.course-program-description-Yznc5B .education-path-EXIeVD:hover .skill-explorer-15epSB {
    animation-play-state: paused;
}.course-program-description-Yznc5B .skill-explorer-15epSB:hover {
    transform: scale(1);
}.course-program-description-Yznc5B .skill-explorer-15epSB:nth-child(1) {
    animation-delay: 0s;
}.course-program-description-Yznc5B .skill-explorer-15epSB:nth-child(2) {
    animation-delay: -6s;
}.course-program-description-Yznc5B .skill-explorer-15epSB:nth-child(3) {
    animation-delay: -12s;
}.course-program-description-Yznc5B .skill-explorer-15epSB:nth-child(4) {
    animation-delay: -18s;
}.course-program-description-Yznc5B .skill-explorer-15epSB:nth-child(5) {
    animation-delay: -24s;
}.course-program-description-Yznc5B .skill-explorer-15epSB img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.8) brightness(0.7);
}.course-program-description-Yznc5B .container {
    z-index: 10;
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.course-program-description-Yznc5B .knowledge-space-hDSQcg {
    display: flex;
    align-items: center;
    justify-content: center;
}.course-program-description-Yznc5B .learn-path-JuvH2W {
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    padding: 3rem;
    max-width: 1000px;
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    overflow: hidden;
    aspect-ratio: 1;
    flex-direction: column;
    width: 100%;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
}.course-program-description-Yznc5B .learn-path-JuvH2W::before {
    bottom: -5px;
    top: -5px;
    animation: rotate-border 15s linear infinite;
    position: absolute;
    opacity: 0.7;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        rgb(163,164,162,0.5) 90deg,
        transparent 180deg,
        rgb(121,122,121,0.5) 270deg,
        transparent 360deg
    );
    right: -5px;
    z-index: -1;
    content: "";
    border-radius: 50%;
    left: -5px;
}.course-program-description-Yznc5B .learn-path-JuvH2W::after {
    opacity: 0.1;
    filter: blur(20px);
    animation: pulse-glow 5s ease-in-out infinite alternate;
    height: 120%;
    background: radial-gradient(
        ellipse at center,
        rgb(163,164,162,0.5) 0%,
        transparent 70%
    );
    position: absolute;
    content: "";
    width: 120%;
    z-index: -2;
}.course-program-description-Yznc5B .learn-path-JuvH2W h3 {
    position: relative;
    font-size: 31px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1rem;
}.course-program-description-Yznc5B .learn-path-JuvH2W p {
    -webkit-line-clamp: 4;
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 2rem;
}.course-program-description-Yznc5B .connect-box-YZ0XpB {
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 0.8rem 2rem;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
    background: rgb(163,164,162);
    display: inline-block;
    border-radius: 50px;
}.course-program-description-Yznc5B .connect-box-YZ0XpB::before {
    height: 100%;
    transform-origin: right;
    z-index: -1;
    transition: transform 0.6s ease;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    background: rgb(121,122,121);
    transform: scaleX(0);
}.course-program-description-Yznc5B .connect-box-YZ0XpB:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
}.course-program-description-Yznc5B .connect-box-YZ0XpB:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.course-program-description-Yznc5B .learn-path-JuvH2W .orbital-elements {
    width: 100%;
    top: 0;
    border-radius: 50%;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
}.course-program-description-Yznc5B .learn-path-JuvH2W::before,
.course-program-description-Yznc5B .learn-path-JuvH2W::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}.course-program-description-Yznc5B::after {
    left: 50%;
    position: absolute;
    z-index: 100;
    gap: 15px;
    content: "";
    display: flex;
    bottom: 15%;
    transform: translateX(-50%);
}.course-program-description-Yznc5B::after {
    opacity: 0.3;
    height: 10px;
    background: repeating-linear-gradient(
        90deg,
        #ffffff,
        #ffffff 10px,
        transparent 10px,
        transparent 25px
    );
    width: 100px;
}

@keyframes fade-slides {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

@keyframes rotate-border {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.05);
    }
}

@keyframes slide-indicator {
    0%, 16% {
        left: calc(50% - 50px);
    }
    20%, 36% {
        left: calc(50% - 25px);
    }
    40%, 56% {
        left: calc(50%);
    }
    60%, 76% {
        left: calc(50% + 25px);
    }
    80%, 96% {
        left: calc(50% + 50px);
    }
    100% {
        left: calc(50% - 50px);
    }
}


@media screen and (max-width: 1200px) {.course-program-description-Yznc5B .learn-path-JuvH2W {
    max-width: 900px;
}
}

@media screen and (max-width: 992px) {.course-program-description-Yznc5B .learn-path-JuvH2W {
    padding: 3rem;
    max-width: 800px;
}
}

@media screen and (max-width: 768px) {.course-program-description-Yznc5B {
    padding: 2rem 0;
}.course-program-description-Yznc5B .learn-path-JuvH2W {
    max-width: 700px;
    border-radius: 20px;
    aspect-ratio: auto;
    padding: 3rem;
    height: auto;
    min-height: 700px;
}.course-program-description-Yznc5B .learn-path-JuvH2W::before {
    border-radius: 20px;
}.course-program-description-Yznc5B .learn-path-JuvH2W h3 {
    font-size: calc(31px * 0.9);
}.course-program-description-Yznc5B .learn-path-JuvH2W p {
    -webkit-line-clamp: 3;
}
}

@media screen and (max-width: 576px) {.course-program-description-Yznc5B .learn-path-JuvH2W {
    aspect-ratio: auto;
    padding: 2rem 1.5rem;
    border-radius: 15px;
    min-height: auto;
    max-width: 90%;
}.course-program-description-Yznc5B .learn-path-JuvH2W::before {
    border-radius: 15px;
}.course-program-description-Yznc5B .learn-path-JuvH2W h3 {
    font-size: calc(31px * 0.8);
}.course-program-description-Yznc5B .learn-path-JuvH2W p {
    margin-bottom: 1.5rem;
    font-size: calc(14px * 0.9);
    -webkit-line-clamp: 4;
}.course-program-description-Yznc5B .connect-box-YZ0XpB {
    font-size: calc(14px * 0.9);
    padding: 0.7rem 1.8rem;
}.course-program-description-Yznc5B::after {
    bottom: 10%;
}}


.course-program-description-Yznc5B .knowledge-track-kCULBj:has(.skill-explorer-15epSB:nth-child(2):last-child) .skill-explorer-15epSB:nth-child(1) {
    animation-delay: 0s;
}.course-program-description-Yznc5B .knowledge-track-kCULBj:has(.skill-explorer-15epSB:nth-child(2):last-child) .skill-explorer-15epSB:nth-child(2) {
    animation-delay: -15s;
}.course-program-description-Yznc5B .knowledge-track-kCULBj:has(.skill-explorer-15epSB:nth-child(3):last-child) .skill-explorer-15epSB:nth-child(1) {
    animation-delay: 0s;
}.course-program-description-Yznc5B .knowledge-track-kCULBj:has(.skill-explorer-15epSB:nth-child(3):last-child) .skill-explorer-15epSB:nth-child(2) {
    animation-delay: -10s;
}.course-program-description-Yznc5B .knowledge-track-kCULBj:has(.skill-explorer-15epSB:nth-child(3):last-child) .skill-explorer-15epSB:nth-child(3) {
    animation-delay: -20s;
}.course-program-description-Yznc5B .knowledge-track-kCULBj:has(.skill-explorer-15epSB:nth-child(4):last-child) .skill-explorer-15epSB:nth-child(1) {
    animation-delay: 0s;
}.course-program-description-Yznc5B .knowledge-track-kCULBj:has(.skill-explorer-15epSB:nth-child(4):last-child) .skill-explorer-15epSB:nth-child(2) {
    animation-delay: -7.5s;
}.course-program-description-Yznc5B .knowledge-track-kCULBj:has(.skill-explorer-15epSB:nth-child(4):last-child) .skill-explorer-15epSB:nth-child(3) {
    animation-delay: -15s;
}.course-program-description-Yznc5B .knowledge-track-kCULBj:has(.skill-explorer-15epSB:nth-child(4):last-child) .skill-explorer-15epSB:nth-child(4) {
    animation-delay: -22.5s;
}.appDiv-yjv4Rs {
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(200,198,184) 0%, rgb(163,164,162,0.5) 100%);
}.appDiv-yjv4Rs::before {
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0.05;
    content: "";
    left: 0;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(163,164,162,0.5) 0,
        rgb(163,164,162,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
}.appDiv-yjv4Rs::after {
    width: 300px;
    position: absolute;
    z-index: 0;
    height: 300px;
    top: -10%;
    background: rgb(121,122,121);
    content: "";
    filter: blur(100px);
    right: -5%;
    border-radius: 50%;
    animation: pulse 10s infinite alternate ease-in-out;
    opacity: 0.1;
}.appDiv-yjv4Rs .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}.appDiv-yjv4Rs h2 {
    transform: translateX(-10px);
    max-width: 90%;
    color: rgb(163,164,162);
    line-height: 1.3;
    animation: slideInTitle 0.8s forwards ease-out;
    animation-delay: 0.3s;
    font-size: 30px;
    margin-bottom: 2.5rem;
    opacity: 0;
    position: relative;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
}.appDiv-yjv4Rs h2::after {
    width: 80px;
    transform-origin: left;
    animation-delay: 1s;
    position: absolute;
    animation: expandLine 1s forwards ease-out;
    left: 0;
    transform: scaleX(0);
    bottom: -15px;
    background: rgb(121,122,121);
    height: 3px;
    content: "";
}.appDiv-yjv4Rs .knowledge-space-hDSQcg {
    animation-delay: 0.5s;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    padding: 2.5rem;
    transform: translateY(20px);
    opacity: 0;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    animation: fadeUpIn 1s forwards ease-out;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
}.appDiv-yjv4Rs .knowledge-space-hDSQcg::before {
    position: absolute;
    right: 20px;
    left: 20px;
    opacity: 0.1;
    pointer-events: none;
    content: "";
    top: 20px;
    bottom: 20px;
    border: 1px solid rgb(163,164,162,0.5);
}.appDiv-yjv4Rs ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}.appDiv-yjv4Rs li {
    padding-left: 2rem;
    position: relative;
}.appDiv-yjv4Rs li::before {
    background: rgb(121,122,121);
    animation: fadeIn 0.5s forwards ease-out;
    position: absolute;
    animation-delay: 1.2s;
    opacity: 0;
    height: 8px;
    transform: rotate(45deg);
    content: "";
    top: 0.5rem;
    width: 8px;
    left: 0;
}.appDiv-yjv4Rs li span {
    font-size: calc(13px * 1.05);
    animation-delay: 0.8s;
    opacity: 0;
    position: relative;
    animation: fadeUpIn 0.8s forwards ease-out;
    transform: translateY(10px);
    font-family: Arial, sans-serif;
    line-height: 1.7;
    display: block;
    color: #000000;
    margin-bottom: 1rem;
}.appDiv-yjv4Rs li span::after {
    width: 100%;
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    opacity: 0.2;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(163,164,162,0.5) 0%, transparent 100%);
}

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

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

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

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.15;
    }
}

@media (max-width: 992px) {.appDiv-yjv4Rs {
    padding: 3rem 0;
}.appDiv-yjv4Rs h2 {
    max-width: 100%;
    font-size: calc(30px * 0.9);
}.appDiv-yjv4Rs .knowledge-space-hDSQcg {
    padding: 2rem;
}
}

@media (max-width: 768px) {.appDiv-yjv4Rs h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
}.appDiv-yjv4Rs .knowledge-space-hDSQcg {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.appDiv-yjv4Rs li span {
    font-size: 13px;
}.appDiv-yjv4Rs::after {
    height: 200px;
    width: 200px;
    top: -5%;
    right: -10%;
}
}

@media (max-width: 576px) {.appDiv-yjv4Rs {
    padding: 2.5rem 0;
}.appDiv-yjv4Rs .container {
    padding: 0 1.5rem;
}.appDiv-yjv4Rs h2 {
    font-size: calc(30px * 0.7);
}.appDiv-yjv4Rs h2::after {
    width: 60px;
    height: 2px;
}.appDiv-yjv4Rs .knowledge-space-hDSQcg {
    padding: 1.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
}.appDiv-yjv4Rs li {
    padding-left: 1.5rem;
}.appDiv-yjv4Rs li::before {
    width: 6px;
    height: 6px;
}.appDiv-yjv4Rs li span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}