﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}::-webkit-scrollbar {
    width: 13px;
    padding: 1px;
}::-webkit-scrollbar-track {
    background: rgb(170,151,175,0.5);
    border-radius: 8px;
}::-webkit-scrollbar-thumb {
    border-radius: 5vh;
    background: rgb(105,141,157,0.5);
    box-shadow: -4px -4px 5px 1px rgba(0, 0, 0, 0.6);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 3px -4px 14px 8px rgba(0, 0, 0, 0.2);
}::-webkit-scrollbar-thumb:active {
    background: rgb(170,151,175);
    box-shadow: inset -4px 4px 6px 1px rgba(0, 0, 0, 0.8);
}html {
    scrollbar-width: auto;
    scrollbar-color: rgb(170,151,175) rgb(170,151,175,0.5);
}header,footer {
    width: 100%;
}.wrapper-bundle-256 {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1109px;
}.footer-address-583 {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    auto
    scroll-behavior: smooth;
    height: 100%;
    min-height: 100%;
    auto
contain
touch-action: none;
    scroll-snap-type: none;
    color: #000000;
    font-family: Arial, sans-serif;
}a {
    text-decoration: none;
    color: inherit;
}.header-start-362 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.user-reviews-836 {
    background: linear-gradient(135deg, rgb(222,218,216) 0%, rgb(105,141,157,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0 8rem;
    position: relative;
}.user-reviews-836::before {
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 15px,
    rgba(rgb(170,151,175), 0.03) 15px,
    rgba(rgb(170,151,175), 0.03) 30px
  );
    z-index: 1;
}.user-reviews-836::after {
    width: 30%;
    background: rgb(170,151,175,0.5);
    position: absolute;
    content: "";
    bottom: -5%;
    height: 40%;
    z-index: 0;
    filter: blur(30px);
    opacity: 0.2;
    transform: rotate(-15deg) skewX(-15deg);
    right: -5%;
}.user-reviews-836 .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
}.user-reviews-836 h2 {
    transform: perspective(1000px) rotateX(3deg);
    color: #000000;
    text-align: center;
    font-weight: 700;
    margin-bottom: 3.5rem;
    position: relative;
    font-size: 34px;
}.user-reviews-836 h2::after {
    transform: translateX(-50%) skewX(-25deg);
    content: "";
    bottom: -15px;
    height: 4px;
    background: rgb(170,151,175);
    width: 80px;
    left: 50%;
    position: absolute;
}.user-reviews-836 .review-spot-426 {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    perspective: 1000px;
    list-style: none;
    margin: 0;
    padding: 0;
}.user-reviews-836 .user-quotes-649 {
    transform: translateZ(0);
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
              box-shadow 0.4s ease;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 2rem;
}.user-reviews-836 .user-quotes-649:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
              0 10px 25px rgba(0, 0, 0, 0.08);
}.user-reviews-836 .user-quotes-649::before {
    left: 20px;
    font-size: 120px;
    font-weight: 700;
    color: rgb(170,151,175);
    opacity: 0.1;
    top: -30px;
    line-height: 1;
    position: absolute;
    z-index: 1;
    content: "";
}.user-reviews-836 .user-quotes-649::after {
    bottom: 0;
    transition: transform 0.3s ease;
    left: 0;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, rgb(170,151,175), rgb(105,141,157));
    transform-origin: left;
    position: absolute;
    width: 100%;
    transform: scaleX(0.7);
}.user-reviews-836 .user-quotes-649:hover::after {
    transform: scaleX(1);
}.user-reviews-836 .user-quotes-649 div {
    margin-bottom: 1.5rem;
    align-items: center;
    z-index: 2;
    display: flex;
    position: relative;
}.user-reviews-836 .user-quotes-649 img {
    border-radius: 50%;
    object-fit: cover;
    width: 60px;
    height: 60px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
}.user-reviews-836 .user-quotes-649 h4 {
    font-weight: 600;
    margin: 0 0 0 1rem;
    position: relative;
    font-size: calc(24px - 2px);
    color: #000000;
}.user-reviews-836 .user-quotes-649 h4::after {
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    position: absolute;
    content: "";
    transition: width 0.3s ease;
    background: rgb(170,151,175);
}.user-reviews-836 .user-quotes-649:hover h4::after {
    width: 50px;
}.user-reviews-836 .description {
    position: relative;
    line-height: 1.7;
    font-size: 15px;
    color: #000000;
    margin: 0;
    font-style: italic;
    z-index: 2;
}.user-reviews-836 a {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg);
    text-align: center;
    position: relative;
    margin-top: 3rem;
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
    transition: transform 0.3s ease, background 0.3s ease;
    z-index: 5;
    font-size: 20px;
    background: rgb(170,151,175);
    padding: 0.8rem 2rem;
    color: #ffffff;
    display: inline-block;
}.user-reviews-836 a::before {
    transition: left 0.7s ease;
    width: 100%;
    content: "";
    left: -100%;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.user-reviews-836 a:hover {
    transform: perspective(1000px) rotateX(5deg);
    background: rgb(105,141,157);
}.user-reviews-836 a:hover::before {
    left: 100%;
}

@media (min-width: 992px) {.user-reviews-836 .review-spot-426 {
    grid-template-columns: repeat(3, 1fr);
}.user-reviews-836 .user-quotes-649:nth-child(3n-2) {
    transform: translateY(-15px);
}.user-reviews-836 .user-quotes-649:nth-child(3n) {
    transform: translateY(15px);
}.user-reviews-836 .user-quotes-649:nth-child(3n-2):hover {
    transform: translateY(-25px) scale(1.02);
}.user-reviews-836 .user-quotes-649:nth-child(3n):hover {
    transform: translateY(5px) scale(1.02);
}.user-reviews-836 h2 {
    max-width: 80%;
    margin-right: auto;
    font-size: calc(34px * 1.2);
    margin-left: auto;
}.user-reviews-836 .container {
    padding: 0 4rem;
}
}

@media (max-width: 991px) {.user-reviews-836 {
    padding: 4rem 0 6rem;
}.user-reviews-836 .review-spot-426 {
    grid-template-columns: repeat(2, 1fr);
}.user-reviews-836 h2 {
    margin-bottom: 3rem;
    font-size: 34px;
}
}

@media (max-width: 767px) {.user-reviews-836 {
    padding: 3rem 0 5rem;
}.user-reviews-836 .review-spot-426 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.user-reviews-836 h2 {
    font-size: calc(34px * 0.85);
    margin-bottom: 2.5rem;
}.user-reviews-836 .user-quotes-649 {
    padding: 1.5rem;
}.user-reviews-836 .container {
    padding: 0 1.5rem;
}.user-reviews-836 a {
    margin-top: 2rem;
    width: 100%;
}
}

@media (max-width: 480px) {.user-reviews-836 h2 {
    font-size: calc(34px * 0.7);
}.user-reviews-836 .user-quotes-649 {
    padding: 1.25rem;
}.user-reviews-836 .user-quotes-649 img {
    height: 50px;
    width: 50px;
}.user-reviews-836 .user-quotes-649::before {
    font-size: 80px;
    top: -15px;
}
}

@media (prefers-reduced-motion: reduce) {.user-reviews-836 .user-quotes-649,
  .user-reviews-836 .user-quotes-649:hover,
  .user-reviews-836 .user-quotes-649::after,
  .user-reviews-836 .user-quotes-649:hover::after,
  .user-reviews-836 a,
  .user-reviews-836 a:hover,
  .user-reviews-836 a::before,
  .user-reviews-836 a:hover::before,
  .user-reviews-836 .user-quotes-649 h4::after,
  .user-reviews-836 .user-quotes-649:hover h4::after {
    transition: none;
    animation: none;
    transform: none;
}}.cookie-dialog-window-149 {
    animation: slideUp 0.5s forwards;
    transform: translateY(100%);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    bottom: 0;
    padding: 20px 0;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    border-top: 3px solid rgb(105,141,157);
    width: 100%;
    background: rgb(105,141,157);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookie-banner-box-461 {
    display: none;
}#cookie-banner-box-461:checked ~ .cookie-dialog-window-149 {
    visibility: hidden;
    opacity: 0;
}.cookie-controls-609 {
    padding: 20px 5%;
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}.cookie-dialog-window-149 h5 {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}.cookie-dialog-window-149 p {
    color: #ffffff;
    line-height: 1.5;
    font-size: 13px;
    font-family: Arial, sans-serif;
}.cookies-terms-204 {
    display: flex;
    align-items: center;
    filter: drop-shadow(0 0 10px rgb(170,151,175));
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}.cookies-terms-204 svg {
    fill: rgb(170,151,175);
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease-in-out;
}.cookies-terms-204:hover svg {
    transform: scale(1.1);
}.accept-cookies-079 {
    flex-shrink: 0;
    box-shadow: 0 0 15px rgb(170,151,175);
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
    color: #000000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    min-width: 140px;
    white-space: nowrap;
    text-align: center;
    background: linear-gradient(90deg, rgb(170,151,175), rgb(105,141,157));
    line-height: 40px;
    font-size: 15px;
    border-radius: 12px;
    padding: 10px 20px;
}.accept-cookies-079:hover {
    box-shadow: 0 0 20px rgb(105,141,157);
}.cookie_button.consent-learn-905 {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(105,141,157);
    color: #ffffff;
}.cookie_button.consent-learn-905:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(105,141,157);
}.cookie-dialog-window-149 p a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(170,151,175);
}.cookie-dialog-window-149 p a:hover {
    color: rgb(105,141,157);
}
@media only screen and (max-width: 1200px) {.cookie-dialog-window-149 {
    padding: 15px 0;
}.cookie-controls-609 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookies-terms-204 {
    display: none;
}.cookie-controls-609 {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.cookie-dialog-window-149 h5 {
    font-size: 20px;
    margin-bottom: 5px;
}.cookie-reset-045 {
    margin-bottom: 15px;
}.accept-cookies-079 {
    margin: 10px 0;
    min-width: 100%;
}}
footer {
    width: 100%;
    position: relative;
}footer .footer-address-583 {
    background:rgb(105,141,157);
    padding: 250px 0 30px;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
}footer .footer-address-583::before {
    background: linear-gradient(90deg, rgb(170,151,175) 25%, rgb(105,141,157) 25%, rgb(105,141,157) 50%, rgb(170,151,175) 50%, rgb(170,151,175) 75%, rgb(105,141,157) 75%);
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    height: 20px;
    content: "";
}footer .abuse-ctrl-764 {
    z-index: 1;
    position: relative;
}footer .talk-support-830 {
    padding: 0;
    top: -120px;
    overflow: hidden;
    position: absolute;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    left: 0;
    flex-wrap: wrap;
    background-color: #ffffff;
    margin-bottom: 50px;
    right: 0;
    border-radius: 23px;
    display: flex;
    justify-content: space-between;
}footer .info_item {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
    justify-content: flex-start;
    position: relative;
    padding: 25px;
    flex: 1 1 250px;
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    transition: width 0.3s ease;
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    background-color: rgb(170,151,175);
    height: 3px;
    width: 0;
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    height: 22px;
    fill: rgb(170,151,175);
    flex-shrink: 0;
    margin-right: 15px;
    width: 22px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    transition: all 0.3s ease;
}footer .info_item a:hover {
    color: rgb(170,151,175);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    margin-top: 100px;
    display: grid;
    gap: 20px;
}footer .top-train-768 {
    position: relative;
    padding: 0 25px;
}footer .top-train-768 svg {
    height: 45px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    width: auto;
}footer .desktop-app-546 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 350px;
    line-height: 1.6;
}footer .site-start-786 {
    padding: 0 25px;
    position: relative;
}footer .site-start-786 h5 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 10px;
}footer .site-start-786 h5::after {
    position: absolute;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    width: 60px;
    background-color: rgb(170,151,175);
}footer .nav-know-698 {
    flex-wrap: wrap;
    margin-bottom: 20px;
    display: flex;
}footer .nav-know-698 a {
    text-decoration: none;
    margin: 5px 8px 5px 0;
    padding: 8px 16px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
}footer .nav-know-698 a:hover {
    color: #ffffff;
    transform: translateY(-3px);
    background-color: rgb(170,151,175);
}footer .subscribe_holder {
    border-radius: 23px;
    position: relative;
    background-color: rgb(105,141,157,0.5);
    padding: 30px 25px;
}footer .subscribe_holder h5 {
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
    position: relative;
}footer .input_holder::before {
    content: "";
    z-index: -1;
    background-color: rgb(170,151,175);
    width: 50px;
    opacity: 0.1;
    top: -10px;
    position: absolute;
    border-radius: 50%;
    right: -10px;
    height: 50px;
}footer .input_holder::after {
    width: 70px;
    position: absolute;
    background-color: rgb(105,141,157);
    bottom: -20px;
    content: "";
    left: -10px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.1;
    height: 70px;
}footer .input_holder input[type="email"] {
    font-size: 15px;
    transition: all 0.3s ease;
    color: rgb(105,141,157);
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
    background-color: #ffffff;
}footer .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}footer .sub-scale-490 {
    font-size: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: rgb(170,151,175);
    position: relative;
    color: #ffffff;
    padding: 15px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
}footer .sub-scale-490::before {
    top: 0;
    transition: left 0.7s ease;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    left: -100%;
}footer .sub-scale-490:hover {
    background-color: rgb(105,141,157);
}footer .sub-scale-490:hover::before {
    left: 100%;
}footer .fund-cta-539 {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    text-align: center;
    margin-top: 50px;
}footer .volunteer-410 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .footer-address-583 {
    padding-top: 60px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub-scale-490 {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .talk-support-830 {
    position: relative;
    top: 0;
    margin-bottom: 80px;
}footer .footer-address-583 {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item:last-child {
    border-bottom: none;
}footer .site-start-786, footer .subscribe_holder, footer .top-train-768 {
    padding: 20px;
}footer .fund-cta-539 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .site-start-786 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(20px - 2px);
}footer .nav-know-698 a {
    font-size: calc(15px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .sub-scale-490 {
    padding: 12px;
}}.training-structure-536 {
    background: linear-gradient(135deg, rgb(222,218,216) 0%, rgba(255,255,255,0.92) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.training-structure-536::before {
    right: -5%;
    animation: floatElement 15s ease-in-out infinite alternate;
    z-index: 0;
    top: -5%;
    position: absolute;
    background: linear-gradient(to right, rgb(170,151,175,0.5), rgb(105,141,157));
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.1;
    width: 300px;
    content: "";
    height: 300px;
}.training-structure-536::after {
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    position: absolute;
    z-index: 0;
    height: 250px;
    left: -5%;
    width: 250px;
    bottom: -10%;
    opacity: 0.08;
    content: "";
    animation: floatElement 18s ease-in-out infinite alternate-reverse;
    background: linear-gradient(to left, rgb(105,141,157,0.5), rgb(170,151,175));
}.training-structure-536 .container {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    padding: 3rem;
    backdrop-filter: blur(4px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.03), 
                0 1px 5px rgba(0,0,0,0.02),
                0 20px 40px rgba(0,0,0,0.04);
    position: relative;
    transform: perspective(1500px) rotateY(2deg);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
}.training-structure-536 .container:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 3px 10px rgba(0,0,0,0.03),
                0 30px 60px rgba(0,0,0,0.06);
    transform: perspective(1500px) rotateY(0deg);
}.training-structure-536 h3 {
    color: #000000;
    font-weight: 700;
    transform: translateX(-10px);
    animation: slideInText 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    opacity: 0;
    position: relative;
    font-size: calc(36px * 0.9);
}.training-structure-536 h3::after {
    width: 60px;
    bottom: -10px;
    animation: expandLine 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s forwards;
    transform-origin: left;
    height: 3px;
    left: 0;
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(170,151,175), rgb(105,141,157));
    content: "";
    position: absolute;
}.training-structure-536 p {
    opacity: 0;
    position: relative;
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    max-width: 800px;
    font-size: 12px;
    transform: translateY(20px);
    line-height: 1.8;
    color: #000000;
    margin-top: 2rem;
}.training-structure-536 p span {
    padding: 0.5rem 1rem;
    background: linear-gradient(120deg, transparent 0%, rgba(var(--primary-color-rgb), 0.03) 30%, transparent 70%);
    border-left: 2px solid rgb(170,151,175,0.5);
    display: inline-block;
    position: relative;
}.training-structure-536 .heritage-edu-160 {
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
}

@keyframes floatElement {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, 5px) rotate(-5deg);
    }
}

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

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

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


@media (max-width: 992px) {.training-structure-536 {
    padding: 80px 0;
}.training-structure-536 .container {
    padding: 2rem;
    transform: perspective(1200px) rotateY(1deg);
}.training-structure-536 h3 {
    font-size: calc(36px * 0.85);
}
}

@media (max-width: 768px) {.training-structure-536 {
    padding: 60px 0;
}.training-structure-536 .container {
    padding: 1.5rem;
    transform: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.03);
}.training-structure-536::before,
    .training-structure-536::after {
    width: 150px;
    height: 150px;
}.training-structure-536 h3 {
    font-size: calc(36px * 0.75);
}.training-structure-536 p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
    margin-top: 1.5rem;
}
}

@media (max-width: 576px) {.training-structure-536 {
    padding: 40px 0;
}.training-structure-536 .container {
    padding: 1.25rem;
}.training-structure-536 h3 {
    margin-bottom: 1.25rem;
    font-size: calc(36px * 0.7);
}.training-structure-536 h3::after {
    width: 50px;
    height: 2px;
}.training-structure-536 p {
    font-size: calc(12px * 0.9);
    margin-top: 1.25rem;
    line-height: 1.6;
}.training-structure-536 p span {
    padding: 0.35rem 0.75rem;
}}.our-mission-634 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.our-mission-634::before {
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(170,151,175,0.5) 70%);
    content: "";
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    position: absolute;
}.our-mission-634 .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.our-mission-634 .reading-area-380 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px 60px;
    transform-origin: left center;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
}.our-mission-634 .reading-area-380:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our-mission-634 .reading-area-380::before {
    height: 100%;
    content: "";
    width: 6px;
    background: linear-gradient(to bottom, rgb(170,151,175), rgb(105,141,157));
    left: 0;
    position: absolute;
    top: 0;
}.our-mission-634 .reading-area-380::after {
    width: 30px;
    height: 80%;
    right: -15px;
    transform: translateY(-50%);
    background: linear-gradient(to right, rgba(rgb(105,141,157,0.5), 0.3), transparent);
    content: "";
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    top: 50%;
    position: absolute;
}.our-mission-634 h5 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 21px;
    color: rgb(170,151,175);
    margin: 0 0 15px 0;
    display: inline-block;
    font-weight: 700;
    position: relative;
}.our-mission-634 h5::after {
    transition: transform 0.4s ease-out;
    content: "";
    transform: scaleX(1);
    background: rgb(105,141,157);
    transform-origin: left;
    left: 0;
    width: 70%;
    bottom: -5px;
    position: absolute;
    height: 3px;
}.our-mission-634 h5:hover::after {
    transform: scaleX(1.5);
}.our-mission-634 p {
    margin: 0 0 20px 0;
    font-size: calc(14px * 1.2);
    line-height: 1.5;
    color: #000000;
}.our-mission-634 p b {
    font-size: calc(14px * 1.5);
    letter-spacing: 0.5px;
    color: #000000;
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 600;
}.our-mission-634 p b::after {
    height: 1px;
    content: "";
    position: absolute;
    width: 100%;
    bottom: -8px;
    background: linear-gradient(to right, rgb(170,151,175), transparent);
    left: 0;
}.our-mission-634 ol {
    counter-reset: item;
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0;
}.our-mission-634 ol li {
    color: #000000;
    line-height: 1.8;
    position: relative;
    margin-bottom: 15px;
    column-gap: 40px;
    column-count: 1;
    hyphens: auto;
    font-size: 14px;
    text-align: justify;
    padding-left: 0;
}.our-mission-634 ol li::first-letter {
    color: rgb(170,151,175);
    font-weight: 600;
    font-size: 1.5em;
}

@media (min-width: 768px) {.our-mission-634 ol li {
    column-count: 2;
}
}

@media (min-width: 992px) {.our-mission-634 {
    padding: 180px 0;
}.our-mission-634 .reading-area-380 {
    padding: 60px 80px;
    margin-left: 60px;
    width: 80%;
}.our-mission-634 h5 {
    font-size: calc(21px * 1.2);
}.our-mission-634 p b {
    font-size: calc(14px * 1.8);
}.our-mission-634 ol li {
    font-size: calc(14px * 1.05);
    column-count: 2;
}
}

@media (max-width: 767px) {.our-mission-634 {
    padding: 80px 0;
}.our-mission-634 .reading-area-380 {
    padding: 30px;
    transform: none;
}.our-mission-634 .reading-area-380::after {
    display: none;
}.our-mission-634 h5 {
    font-size: 21px;
}.our-mission-634 p b {
    font-size: calc(14px * 1.3);
}
}

@media (max-width: 575px) {.our-mission-634 {
    padding: 60px 0;
}.our-mission-634 .reading-area-380 {
    padding: 25px 20px;
}.our-mission-634 h5 {
    font-size: calc(21px * 0.9);
}.our-mission-634 p b {
    font-size: calc(14px * 1.2);
}.our-mission-634 ol li {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}.pricing-bucket-018 {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(222,218,216), rgba(240, 240, 255, 0.95));
    overflow: hidden;
}.pricing-bucket-018::before {
    right: -5%;
    filter: blur(60px);
    top: -10%;
    position: absolute;
    opacity: 0.4;
    content: "";
    transform: rotate(-15deg) skewX(15deg);
    background: linear-gradient(145deg, rgb(170,151,175,0.5), rgb(105,141,157,0.5));
    width: 40%;
    z-index: 0;
    height: 70%;
}.pricing-bucket-018::after {
    transform: rotate(12deg) skewX(-10deg);
    opacity: 0.3;
    content: "";
    background: linear-gradient(215deg, rgb(105,141,157,0.5), rgb(170,151,175,0.5));
    left: -5%;
    height: 60%;
    bottom: -10%;
    position: absolute;
    width: 35%;
    z-index: 0;
    filter: blur(50px);
}.pricing-bucket-018 .container {
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
}.pricing-bucket-018 .package-pricing-943 {
    gap: 60px;
    display: grid;
    grid-template-columns: 1fr;
}.pricing-bucket-018 .value-fees-754 {
    opacity: 0;
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    transform: translateY(30px);
}.pricing-bucket-018 .value-fees-754 h2 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
    font-size: 36px;
    position: relative;
    display: inline-block;
}.pricing-bucket-018 .value-fees-754 h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(170,151,175), rgb(105,141,157));
    width: 80px;
    height: 4px;
    border-radius: 10px;
    transform: translateX(-50%);
    position: absolute;
    bottom: -12px;
    left: 50%;
}.pricing-bucket-018 .plan-details-359 {
    color: #000000;
    line-height: 1.6;
    font-size: 18px;
    margin: 20px auto 0;
    max-width: 680px;
}.pricing-bucket-018 .pricing-card-604 {
    opacity: 0;
    grid-template-columns: 1fr;
    display: grid;
    transform: translateY(40px);
    gap: 30px;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
}.pricing-bucket-018 .pricing-tiers-492 {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    text-decoration: none;
    backface-visibility: hidden;
    transform: perspective(1000px) rotateX(0deg);
    display: block;
}.pricing-bucket-018 .annual-fee-742 {
    border-radius: 8px;
    position: relative;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    background: #ffffff;
    overflow: hidden;
    will-change: transform, box-shadow;
    display: flex;
}.pricing-bucket-018 .pricing-tiers-492:hover .annual-fee-742 {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
}.pricing-bucket-018 .cost-breakdown-953 {
    padding: 35px 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}.pricing-bucket-018 .cost-breakdown-953 h3 {
    overflow-wrap: break-word;
    padding-left: 15px;
    font-size: calc(22px + 2px);
    word-break: break-word;
    position: relative;
    white-space: normal;
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
}.pricing-bucket-018 .cost-breakdown-953 h3::before {
    border-radius: 10px;
    top: 5px;
    position: absolute;
    left: 0;
    width: 4px;
    height: calc(100% - 10px);
    background: linear-gradient(to bottom, rgb(170,151,175), rgb(105,141,157));
    content: "";
}.pricing-bucket-018 .edu-rates-093 {
    display: inline-block;
    border-radius: 6px;
    font-size: calc(22px + 4px);
    position: relative;
    padding: 8px 15px;
    margin: 5px 0 20px;
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    font-weight: 700;
    color: rgb(170,151,175);
}.pricing-bucket-018 .cost-breakdown-953 p {
    flex-grow: 1;
    overflow-wrap: break-word;
    margin-top: 5px;
    word-break: break-word;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #000000;
    white-space: normal;
}.pricing-bucket-018 .photo-album-689 {
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    width: 100%;
    height: 220px;
}.pricing-bucket-018 .photo-album-689::after {
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    right: 0;
}.pricing-bucket-018 .pricing-tiers-492:hover .photo-album-689 {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.pricing-bucket-018 .pricing-card-604 {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}.pricing-bucket-018 .package-pricing-943 {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.pricing-bucket-018 .package-pricing-943 {
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}.pricing-bucket-018 .value-fees-754 {
    grid-column: 2;
    text-align: left;
    grid-row: 1;
    align-self: center;
}.pricing-bucket-018 .value-fees-754 h2 {
    display: inline-block;
}.pricing-bucket-018 .value-fees-754 h2::after {
    left: 0;
    transform: none;
}.pricing-bucket-018 .plan-details-359 {
    margin: 25px 0 0;
}.pricing-bucket-018 .pricing-card-604 {
    grid-row: 1;
    grid-column: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.pricing-bucket-018 .pricing-card-604 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.pricing-bucket-018 .cost-breakdown-953 {
    padding: 40px 35px;
}.pricing-bucket-018 .photo-album-689 {
    height: 240px;
}
}

@media (max-width: 767px) {.pricing-bucket-018 {
    padding: 80px 0;
}.pricing-bucket-018 .value-fees-754 {
    margin-bottom: 20px;
}.pricing-bucket-018 .annual-fee-742 {
    max-width: 100%;
}.pricing-bucket-018 .cost-breakdown-953 {
    padding: 30px 25px;
}.pricing-bucket-018 .cost-breakdown-953 h3 {
    font-size: calc(22px + 1px);
}.pricing-bucket-018 .edu-rates-093 {
    margin: 0 0 15px;
    font-size: 22px;
}.pricing-bucket-018 .photo-album-689 {
    height: 200px;
}
}

@media (max-width: 480px) {.pricing-bucket-018 {
    padding: 60px 0;
}.pricing-bucket-018 .cost-breakdown-953 {
    padding: 25px 20px;
}.pricing-bucket-018 .photo-album-689 {
    height: 180px;
}}.opening-page-639 {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}.opening-page-639 .learn-techfast-472 {
    justify-content: center;
    display: flex;
    min-height: 100vh;
    position: relative;
    align-items: center;
}.opening-page-639 .learn-techfast-472::before {
    animation: gradientShift 15s infinite alternate ease-in-out;
    right: 0;
    content: "";
    bottom: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgb(170,151,175,0.5), rgb(105,141,157,0.5));
    left: 0;
    backdrop-filter: blur(2px);
}.opening-page-639 .learn-techfast-472::after {
    height: 100%;
    left: 0;
    top: 0;
    background-image: repeating-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    z-index: 2;
    width: 100%;
    position: absolute;
    opacity: 0.1;
    content: "";
}.opening-page-639 .learn-history-059 {
    display: grid;
    z-index: 3;
    backdrop-filter: blur(8px);
    gap: 2rem;
    transform-origin: center bottom;
    background: linear-gradient(
    170deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.05)
  );
    padding: 4rem 3rem;
    max-width: 1200px;
    animation: floatIn 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transform: perspective(1200px) rotateX(2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    width: 92%;
    grid-template-columns: 1fr;
    position: relative;
}.opening-page-639 .learn-history-059 > div:first-child {
    opacity: 0;
    transform: translateX(-10px);
    animation: slideRight 0.8s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    position: relative;
}.opening-page-639 .learn-history-059 > div:last-child {
    position: relative;
    transform: translateX(10px);
    padding-left: 2rem;
    border-left: 3px solid rgb(170,151,175);
    opacity: 0;
    animation: slideLeft 0.8s 0.7s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.opening-page-639 .title_style_header {
    color: #ffffff;
    font-size: clamp(2.5rem, 5vw, 39px);
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    line-height: 1.2;
    position: relative;
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
    font-weight: 700;
}.opening-page-639 h3 {
    color: #ffffff;
    margin: 0 0 1.5rem;
    line-height: 1.4;
    position: relative;
    font-weight: 600;
    font-size: clamp(1.2rem, 3vw, 20px);
}.opening-page-639 p {
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    position: relative;
    font-size: clamp(1rem, 2vw, 16px);
    line-height: 1.6;
}.opening-page-639 .title_style_header::before {
    position: absolute;
    transform-origin: left;
    left: 0;
    width: 60px;
    bottom: -20px;
    height: 8px;
    background: rgb(170,151,175);
    transform: scaleX(0);
    animation: expandWidth 1.2s 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    content: "";
}.opening-page-639 .title_style_header::after {
    transform: rotate(45deg) scale(0);
    height: 60px;
    right: 30px;
    content: "";
    position: absolute;
    top: -30px;
    opacity: 0.6;
    border: 2px solid rgb(105,141,157);
    width: 60px;
    animation: rotateIn 1.5s 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes gradientShift {
  0% {
    background: linear-gradient(135deg, rgb(170,151,175,0.5), rgb(105,141,157,0.5));
  }
  50% {
    background: linear-gradient(225deg, rgb(105,141,157,0.5), rgb(170,151,175,0.5));
  }
  100% {
    background: linear-gradient(315deg, rgb(170,151,175,0.5), rgb(105,141,157,0.5));
  }
}

@keyframes floatIn {
  0% {
    opacity: 0;
    transform: perspective(1200px) rotateX(10deg) translateY(50px);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px) rotateX(2deg) translateY(0);
  }
}

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

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

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

@keyframes rotateIn {
  0% {
    transform: rotate(45deg) scale(0);
    opacity: 0;
  }
  100% {
    transform: rotate(45deg) scale(1);
    opacity: 0.6;
  }
}

@media (min-width: 768px) {.opening-page-639 .learn-history-059 {
    grid-template-columns: 1.2fr 1fr;
    gap: 3rem;
    padding: 5rem 4rem;
}.opening-page-639 .learn-history-059 > div:last-child {
    border-left: 3px solid rgb(170,151,175);
    padding-left: 3rem;
}.opening-page-639 .title_style_header::before {
    width: 80px;
}
}

@media (min-width: 1200px) {.opening-page-639 .learn-history-059 {
    gap: 4rem;
    padding: 6rem 5rem;
}.opening-page-639 .title_style_header {
    margin-bottom: 1.5rem;
}.opening-page-639 .learn-history-059 > div:first-child {
    position: relative;
}.opening-page-639 .learn-history-059 > div:first-child::after {
    width: 1px;
    height: 80%;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(255, 255, 255, 0.5), transparent);
    top: 50%;
    right: -2rem;
    transform: translateY(-50%);
}
}

@media (max-width: 767px) {.opening-page-639 .learn-techfast-472 {
    min-height: 100vh;
}.opening-page-639 .learn-history-059 {
    gap: 2rem;
    padding: 3rem 2rem;
}.opening-page-639 .learn-history-059 > div:last-child {
    padding-left: 1.5rem;
}.opening-page-639 .title_style_header::before {
    height: 6px;
    width: 50px;
    bottom: -15px;
}.opening-page-639 .title_style_header::after {
    height: 40px;
    top: -20px;
    right: 20px;
    width: 40px;
}
}

@media (max-width: 480px) {.opening-page-639 .learn-history-059 {
    padding: 2.5rem 1.5rem;
}.opening-page-639 .learn-history-059 > div:last-child {
    padding-left: 1rem;
    border-left-width: 2px;
}}header .head-page-186 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0;
    z-index: 100;
    display: flex;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    left: 0;
    justify-content: space-between;
    overflow: visible;
    position: relative;
    background: linear-gradient(135deg, rgb(170,151,175,0.5) 0%, rgb(105,141,157) 100%);
    padding: 1.5rem 2rem;
    align-items: center;
}header .head-page-186 .top-train-768 {
    transform: skewX(5deg);
    position: relative;
    z-index: 2;
}header .head-page-186 .top-train-768 .header-base-056 {
    transition: transform 0.3s ease-in-out;
    display: block;
}header .head-page-186 .top-train-768 .header-base-056:hover {
    transform: translateY(-8px) rotate(0deg);
}header .head-page-186 .top-train-768 svg {
    height: auto;
    width: 80px;
}header .head-page-186 .site-start-786 {
    list-style: none;
    gap: 1rem;
    padding: 0;
    margin: 0;
    display: flex;
    position: relative;
}header .head-page-186 .site-start-786::before {
    border-radius: 10px;
    content: "";
    opacity: 0;
    background: linear-gradient(45deg, transparent 0%, rgb(170,151,175,0.5) 100%);
    left: -20px;
    top: -10px;
    position: absolute;
    height: calc(100% + 20px);
    z-index: -1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: calc(100% + 40px);
}header .head-page-186 .top-mentor-153 {
    position: relative;
    transition: transform 0.3s ease;
}header .head-page-186 .top-mentor-153 a {
    display: block;
    position: relative;
    font-weight: 600;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-size: 18px;
    padding: 0.5rem 1rem;
    color: #ffffff;
}header .head-page-186 .top-mentor-153 a::before {
    width: 100%;
    transition: transform 0.3s ease;
    transform-origin: right;
    background: rgb(105,141,157);
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0;
    transform: scaleX(0) rotate(-2deg);
    content: "";
}header .head-page-186 .top-mentor-153 a:hover {
    color: rgb(105,141,157);
}header .head-page-186 .top-mentor-153 a:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(-2deg);
}

@media (max-width: 992px) {header .head-page-186 {
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    transform: skewX(0);
    flex-direction: column;
    box-sizing: border-box;
    padding: 1rem;
}header .head-page-186 .top-train-768 {
    margin-bottom: 1rem;
    transform: skewX(0);
}header .head-page-186 .site-start-786 {
    transform: skewX(0);
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .head-page-186 .site-start-786::before {
    transform: skewX(0);
}header .head-page-186 .site-start-786:hover::before {
    transform: skewX(0);
}header .head-page-186 .top-mentor-153 {
    margin: 0.25rem;
}header .head-page-186 .top-mentor-153:nth-child(odd),
  header .head-page-186 .top-mentor-153:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .head-page-186 {
    padding: 0.75rem;
}header .head-page-186 .site-start-786 {
    flex-direction: column;
    align-items: center;
}header .head-page-186 .top-mentor-153 {
    text-align: center;
    width: 100%;
}header .head-page-186 .top-train-768 svg {
    width: 100px;
}}.launch-now-580 {
    background: linear-gradient(45deg, rgb(170,151,175) 0%, rgb(105,141,157) 100%);
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.launch-now-580::before {
    z-index: -1;
    left: 0;
    content: '';
    opacity: 0.1;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    animation: rotateBg 20s linear infinite;
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            rgb(170,151,175) 0deg,
            rgb(105,141,157) 15deg,
            rgb(170,151,175) 30deg
        );
}.launch-now-580::after {
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    background-position: center;
    animation: scanLines 5s linear infinite alternate;
    position: absolute;
    z-index: -1;
    opacity: 0.05;
    background-size: 100% 100px, 100px 100%;
    background-repeat: no-repeat;
    width: 100%;
    left: 0;
    content: '';
    height: 100%;
    top: 0;
}.launch-now-580 .heritage-edu-160 {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 20px rgb(170,151,175,0.5),
        0 0 40px rgb(170,151,175,0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    max-width: 1000px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 60px 40px;
    overflow: hidden;
}.launch-now-580 .heritage-edu-160::before {
    background: 
        radial-gradient(
            ellipse at center,
            rgba(255, 255, 255, 0.2) 0%,
            transparent 70%
        );
    top: -50%;
    content: '';
    animation: pulseGlow 6s ease-in-out infinite alternate;
    width: 200%;
    left: -50%;
    z-index: -1;
    position: absolute;
    height: 200%;
}.launch-now-580 .heritage-edu-160::after {
    left: 0;
    background-size: 20px 20px;
    height: 100%;
    content: '';
    top: 0;
    width: 100%;
    opacity: 0.3;
    position: absolute;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%);
    z-index: -1;
}.launch-now-580 h3 {
    font-family: Arial, sans-serif;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 20px rgb(170,151,175);
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 29px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 3px;
    position: relative;
}.launch-now-580 h3::before {
    content: attr(data-text);
    height: 100%;
    color: rgb(105,141,157);
    width: 100%;
    position: absolute;
    animation: glitchEffect 2s infinite linear alternate;
    z-index: -1;
    left: -3px;
    top: 0;
    opacity: 0.7;
}.launch-now-580 h3::after {
    top: 0;
    content: attr(data-text);
    height: 100%;
    position: absolute;
    z-index: -2;
    opacity: 0.7;
    left: 3px;
    color: rgb(170,151,175);
    width: 100%;
    animation: glitchEffect 3s infinite linear alternate-reverse;
}.launch-now-580 .start-chat-704 {
    font-family: Arial, sans-serif;
    font-size: 19px;
    color: #ffffff;
    display: inline-block;
    background: linear-gradient(45deg, rgb(170,151,175), rgb(105,141,157), rgb(170,151,175));
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    animation: gradientFlow 5s ease infinite;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgb(105,141,157,0.5),
        0 0 30px rgb(105,141,157,0.5);
    background-size: 200% 200%;
    text-transform: uppercase;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    letter-spacing: 2px;
    z-index: 1;
    transition: all 0.4s ease;
    padding: 18px 45px;
}.launch-now-580 .start-chat-704::before {
    position: absolute;
    border-radius: calc(16px + 2px);
    bottom: -2px;
    left: -2px;
    z-index: -1;
    background: linear-gradient(45deg, rgb(170,151,175), rgb(105,141,157), rgb(170,151,175));
    background-size: 400% 400%;
    opacity: 0.7;
    content: '';
    right: -2px;
    animation: gradientFlow 5s ease infinite;
    top: -2px;
}.launch-now-580 .start-chat-704::after {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    content: '';
    left: -100%;
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 70%;
    transform: skewX(-20deg);
    top: 0;
    transition: all 0.6s ease;
}.launch-now-580 .start-chat-704:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(105,141,157),
        0 0 50px rgb(105,141,157,0.5);
    transform: translateY(-5px) scale(1.03);
    text-shadow: 0 0 10px #ffffff;
    color: #ffffff;
}.launch-now-580 .start-chat-704:hover::after {
    left: 130%;
}

@media screen and (max-width: 992px) {.launch-now-580 {
    padding: 100px 0;
}.launch-now-580 .heritage-edu-160 {
    padding: 50px 30px;
    max-width: 90%;
}.launch-now-580 h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 45px;
}.launch-now-580 .start-chat-704 {
    padding: 16px 40px;
}
}

@media screen and (max-width: 768px) {.launch-now-580 {
    padding: 80px 0;
}.launch-now-580 .heritage-edu-160 {
    padding: 40px 25px;
}.launch-now-580 h3 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.8);
    letter-spacing: 2px;
}.launch-now-580 .start-chat-704 {
    font-size: calc(19px * 0.95);
    padding: 14px 35px;
}
}

@media screen and (max-width: 576px) {.launch-now-580 {
    padding: 60px 0;
}.launch-now-580 .heritage-edu-160 {
    padding: 30px 20px;
}.launch-now-580 h3 {
    letter-spacing: 1px;
    margin-bottom: 35px;
    font-size: calc(29px * 0.7);
}.launch-now-580 .start-chat-704 {
    padding: 12px 30px;
    font-size: calc(19px * 0.9);
    letter-spacing: 1px;
}}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes scanLines {
    0% {
        background-position: center, center;
        opacity: 0.03;
    }
    50% {
        opacity: 0.07;
    }
    100% {
        background-position: center, center;
        opacity: 0.03;
    }
}

@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@keyframes glitchEffect {
    0% {
        transform: translateX(-2px) translateY(2px);
    }
    25% {
        transform: translateX(2px) translateY(-2px);
    }
    50% {
        transform: translateX(-1px) translateY(1px);
    }
    75% {
        transform: translateX(3px) translateY(-3px);
    }
    100% {
        transform: translateX(-2px) translateY(2px);
    }
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}.mentorship-experience-243 {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(222,218,216) 0%, #ffffff 100%);
    position: relative;
}.mentorship-experience-243::before {
    z-index: 0;
    right: -100px;
    filter: blur(120px);
    height: 400px;
    background: rgb(170,151,175,0.5);
    content: "";
    position: absolute;
    width: 400px;
    top: -100px;
}.mentorship-experience-243::after {
    width: 300px;
    height: 300px;
    background: rgb(105,141,157,0.5);
    content: "";
    left: -50px;
    bottom: -50px;
    z-index: 0;
    filter: blur(100px);
    position: absolute;
}.mentorship-experience-243 .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.mentorship-experience-243 .user-quotes-649 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 4px 8px rgba(0, 0, 0, 0.04);
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    display: grid;
    gap: 30px;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
}.mentorship-experience-243 .user-quotes-649:hover {
    transform: perspective(1000px) rotateY(0deg);
}.mentorship-experience-243 .user-quotes-649 > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}.mentorship-experience-243 .user-quotes-649 .photo-album-689 {
    width: 180px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    height: 180px;
}.mentorship-experience-243 .user-quotes-649:hover .photo-album-689 {
    transform: translateZ(20px) scale(1.05);
}.mentorship-experience-243 .user-quotes-649 .photo-album-689::before {
    background: linear-gradient(
    45deg,
    transparent 60%,
    rgb(170,151,175,0.5) 100%
  );
    content: "";
    z-index: 1;
    position: absolute;
    inset: 0;
}.mentorship-experience-243 .user-quotes-649 > div:nth-child(2) {
    transform: translateZ(10px);
    text-align: center;
}.mentorship-experience-243 .user-quotes-649 .name {
    position: relative;
    margin-bottom: 10px;
    color: rgb(170,151,175);
    font-weight: 700;
    display: inline-block;
    font-size: calc(19px * 1.1);
}.mentorship-experience-243 .user-quotes-649 .name::after {
    transform: translateX(-50%);
    position: absolute;
    height: 2px;
    background: rgb(105,141,157);
    bottom: -8px;
    left: 50%;
    content: "";
    width: 80px;
}.mentorship-experience-243 .user-quotes-649 > div:nth-child(2) > div {
    margin-top: 15px;
    color: #000000;
    font-style: italic;
    font-weight: 600;
    font-size: calc(14px * 0.95);
}.mentorship-experience-243 .user-quotes-649 > div:nth-child(3) {
    position: relative;
}.mentorship-experience-243 .user-quotes-649 .emp-milestones-608 {
    line-height: 1.7;
    padding: 20px 0;
    position: relative;
    transform: translateZ(5px);
    margin: 0;
    font-size: 14px;
    color: #000000;
}.mentorship-experience-243 .user-quotes-649 .emp-milestones-608::before,
.mentorship-experience-243 .user-quotes-649 .emp-milestones-608::after {
    color: rgb(170,151,175,0.5);
    position: absolute;
    line-height: 1;
    font-size: 80px;
    font-family: Georgia, serif;
    content: "";
}.mentorship-experience-243 .user-quotes-649 .emp-milestones-608::before {
    top: -20px;
    left: -15px;
}.mentorship-experience-243 .user-quotes-649 .emp-milestones-608::after {
    right: -15px;
    content: "";
    bottom: -60px;
}

@media (min-width: 768px) {.mentorship-experience-243 .user-quotes-649 {
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto 1fr;
    gap: 30px 40px;
    padding: 50px;
}.mentorship-experience-243 .user-quotes-649 > div:first-child {
    grid-row: span 2;
}.mentorship-experience-243 .user-quotes-649 > div:nth-child(2) {
    align-self: end;
    text-align: left;
}.mentorship-experience-243 .user-quotes-649 .name::after {
    left: 0;
    transform: none;
}.mentorship-experience-243 .user-quotes-649 .emp-milestones-608 {
    padding: 10px 0 10px 30px;
    border-left: 3px solid rgb(105,141,157,0.5);
}
}

@media (min-width: 992px) {.mentorship-experience-243 {
    padding: 140px 0;
}.mentorship-experience-243 .user-quotes-649 {
    gap: 40px 60px;
    grid-template-columns: 260px 1fr;
    padding: 60px;
}.mentorship-experience-243 .user-quotes-649 .photo-album-689 {
    height: 220px;
    width: 220px;
}.mentorship-experience-243 .user-quotes-649 .name {
    font-size: calc(19px * 1.2);
}.mentorship-experience-243 .user-quotes-649 .emp-milestones-608 {
    font-size: calc(14px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.mentorship-experience-243 {
    padding: 80px 0;
}.mentorship-experience-243 .user-quotes-649 {
    padding: 30px 25px;
}.mentorship-experience-243 .user-quotes-649 .photo-album-689 {
    height: 150px;
    width: 150px;
}.mentorship-experience-243 .user-quotes-649 .emp-milestones-608 {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}.mentorship-experience-243 .user-quotes-649 .emp-milestones-608::before,
  .mentorship-experience-243 .user-quotes-649 .emp-milestones-608::after {
    font-size: 60px;
}
}

@media (max-width: 480px) {.mentorship-experience-243 {
    padding: 60px 0;
}.mentorship-experience-243 .user-quotes-649 {
    padding: 25px 20px;
    gap: 20px;
}.mentorship-experience-243 .user-quotes-649 .photo-album-689 {
    width: 120px;
    height: 120px;
}.mentorship-experience-243 .user-quotes-649 .name {
    font-size: 19px;
}.mentorship-experience-243 .user-quotes-649 > div:nth-child(2) > div {
    font-size: calc(14px * 0.9);
}}.connect-with-us-014 {
    background: linear-gradient(135deg, rgb(222,218,216) 0%, rgba(0, 0, 0, 0.03) 100%);
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}.connect-with-us-014::before {
    right: 0;
    bottom: 0;
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(170,151,175), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(105,141,157), 0.05) 0%, transparent 30%);
}.connect-with-us-014::after {
    opacity: 0.6;
    height: 100%;
    animation: gridMove 20s linear infinite;
    left: 0;
    content: "";
    background-image: 
        linear-gradient(90deg, rgba(rgb(170,151,175), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(170,151,175), 0.03) 1px, transparent 1px);
    top: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    background-size: 20px 20px;
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.connect-with-us-014 .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.connect-with-us-014 h2 {
    text-align: center;
    font-size: 38px;
    position: relative;
    left: 50%;
    margin-bottom: 50px;
    transform: translateX(-50%);
    display: inline-block;
    color: #000000;
    font-weight: 700;
}.connect-with-us-014 h2::after {
    height: 3px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(170,151,175), transparent);
    width: 70%;
    bottom: -15px;
    left: 15%;
}.connect-with-us-014 .request-map-462 {
    display: flex;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(170,151,175), 0.05);
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
}.connect-with-us-014 .request-map-462:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(170,151,175), 0.1);
    transform: translateY(-5px);
}.connect-with-us-014 .request-map-462::before {
    background: linear-gradient(to bottom, rgb(170,151,175), rgb(105,141,157));
    position: absolute;
    width: 5px;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
}.connect-with-us-014 .photo-album-689 {
    position: relative;
    overflow: hidden;
    width: 45%;
}.connect-with-us-014 .photo-album-689::after {
    top: 0;
    content: "";
    background: linear-gradient(135deg, 
                rgba(rgb(170,151,175), 0.3) 0%, 
                rgba(rgb(105,141,157), 0.3) 100%);
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    mix-blend-mode: overlay;
}.connect-with-us-014 .photo-album-689::before {
    position: absolute;
    content: "";
    top: -100px;
    z-index: 2;
    height: 150px;
    animation: shine 6s infinite;
    transform: rotate(45deg);
    width: 150%;
    background: rgba(255, 255, 255, 0.2);
    left: -100px;
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.connect-with-us-014 .support-message-251 {
    position: relative;
    width: 55%;
    padding: 50px 40px;
}.connect-with-us-014 .support-message-251::before {
    position: absolute;
    background: radial-gradient(circle, rgba(rgb(170,151,175), 0.05) 0%, transparent 70%);
    right: -50px;
    content: "";
    z-index: 0;
    width: 200px;
    top: -50px;
    height: 200px;
    border-radius: 50%;
}.connect-with-us-014 form {
    z-index: 2;
    position: relative;
}.connect-with-us-014 form h3 {
    margin-bottom: 30px;
    font-size: 19px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #000000;
}.connect-with-us-014 form h3::after {
    position: absolute;
    height: 2px;
    content: "";
    bottom: -10px;
    background: rgb(170,151,175);
    left: 0;
    width: 40px;
}.connect-with-us-014 form input[type="text"] {
    border: 1px solid rgba(#000000, 0.1);
    width: 100%;
    color: #000000;
    border-radius: 10px;
    margin-bottom: 20px;
    background: rgba(#ffffff, 0.8);
    position: relative;
    font-size: 18px;
    transition: all 0.3s ease;
    padding: 15px 20px;
    font-family: Arial, sans-serif;
}.connect-with-us-014 form input[type="text"]:focus {
    box-shadow: 0 0 0 3px rgba(rgb(170,151,175), 0.1);
    border-color: rgb(170,151,175);
    outline: none;
    background: #ffffff;
}.connect-with-us-014 form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.connect-with-us-014 form input[type="text"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.connect-with-us-014 .inquiry-list-382 {
    display: flex;
    position: relative;
    margin-bottom: 30px;
    align-items: flex-start;
}.connect-with-us-014 .inquiry-list-382 input[type="checkbox"] {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    height: 0;
    width: 0;
}.connect-with-us-014 .inquiry-list-382 label {
    font-size: 13px;
    user-select: none;
    line-height: 1.4;
    color: #000000;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
}.connect-with-us-014 .inquiry-list-382 label::before {
    position: absolute;
    border: 1px solid rgba(#000000, 0.2);
    border-radius: 10px;
    content: "";
    transition: all 0.3s ease;
    left: 0;
    height: 22px;
    background: rgba(#ffffff, 0.8);
    width: 22px;
    top: 0;
}.connect-with-us-014 .inquiry-list-382 input[type="checkbox"]:checked + label::before {
    border-color: rgb(170,151,175);
    background: rgb(170,151,175);
}.connect-with-us-014 .inquiry-list-382 input[type="checkbox"]:checked + label::after {
    content: "";
    border-width: 0 2px 2px 0;
    position: absolute;
    border: solid #ffffff;
    transform: rotate(45deg);
    height: 12px;
    width: 6px;
    top: 4px;
    left: 8px;
}.connect-with-us-014 .inquiry-list-382 label a {
    text-decoration: none;
    color: rgb(170,151,175);
    transition: all 0.3s ease;
    position: relative;
}.connect-with-us-014 .inquiry-list-382 label a::after {
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    width: 100%;
    content: "";
    background: rgb(170,151,175);
    position: absolute;
    height: 1px;
    bottom: -2px;
    transform-origin: left;
}.connect-with-us-014 .inquiry-list-382 label a:hover {
    color: rgb(105,141,157);
}.connect-with-us-014 .inquiry-list-382 label a:hover::after {
    transform: scaleX(1);
    background: rgb(105,141,157);
}.connect-with-us-014 .query-widget-678 {
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    font-weight: 600;
    background: linear-gradient(90deg, rgb(170,151,175), rgb(105,141,157));
    padding: 15px 20px;
    border-radius: 10px;
    position: relative;
    color: #ffffff;
    font-size: 14px;
    z-index: 1;
    border: none;
    width: 100%;
}.connect-with-us-014 .query-widget-678::before {
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    transition: opacity 0.3s ease;
    z-index: -1;
    background: linear-gradient(90deg, rgb(105,141,157), rgb(170,151,175));
    content: "";
}.connect-with-us-014 .query-widget-678:hover::before {
    opacity: 1;
}.connect-with-us-014 .query-widget-678:active {
    transform: translateY(2px);
}.connect-with-us-014 svg {
    fill: rgb(170,151,175);
    height: 20px;
    width: 20px;
    transition: fill 0.3s ease;
    margin-right: 10px;
}.connect-with-us-014 svg path {
    fill: rgb(170,151,175);
    transition: fill 0.3s ease;
}.connect-with-us-014 svg:hover,
.connect-with-us-014 svg:hover path {
    fill: rgb(105,141,157);
}.connect-with-us-014 form input {
    background: rgb(222,218,216);
}
@media (max-width: 1024px) {.connect-with-us-014 {
    padding: 60px 0;
}.connect-with-us-014 .container {
    padding: 0 15px;
}.connect-with-us-014 h2 {
    margin-bottom: 40px;
}.connect-with-us-014 .support-message-251 {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.connect-with-us-014 {
    padding: 50px 0;
}.connect-with-us-014 h2 {
    margin-bottom: 30px;
}.connect-with-us-014 .request-map-462 {
    flex-direction: column;
}.connect-with-us-014 .photo-album-689 {
    height: 250px;
    width: 100%;
}.connect-with-us-014 .support-message-251 {
    padding: 30px 25px;
    width: 100%;
}.connect-with-us-014 form h3 {
    margin-bottom: 25px;
}.connect-with-us-014 form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.connect-with-us-014 .inquiry-list-382 {
    margin-bottom: 25px;
}.connect-with-us-014 .query-widget-678 {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.connect-with-us-014 {
    padding: 40px 0;
}.connect-with-us-014 h2 {
    font-size: calc(38px * 0.85);
    margin-bottom: 25px;
}.connect-with-us-014 .photo-album-689 {
    height: 200px;
}.connect-with-us-014 .support-message-251 {
    padding: 25px 20px;
}.connect-with-us-014 form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 20px;
}.connect-with-us-014 form input[type="text"] {
    padding: 10px 12px;
    margin-bottom: 12px;
}.connect-with-us-014 .inquiry-list-382 {
    margin-bottom: 20px;
}.connect-with-us-014 .inquiry-list-382 label {
    padding-left: 30px;
    font-size: calc(13px * 0.9);
}.connect-with-us-014 .inquiry-list-382 label::before {
    width: 18px;
    height: 18px;
}.connect-with-us-014 .inquiry-list-382 input[type="checkbox"]:checked + label::after {
    top: 3px;
    width: 5px;
    left: 6px;
    height: 10px;
}.connect-with-us-014 .query-widget-678 {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.connect-with-us-014::after,
    .connect-with-us-014 .photo-album-689::before {
    animation: none;
}.connect-with-us-014 .request-map-462:hover {
    transform: none;
}}.privacy-folio-215 {
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    height: auto;
    padding: 50px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #ffffff;
}.privacy-folio-215 h1 {
    color: rgb(170,151,175);
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(170,151,175);
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 42px;
    text-align: center;
    margin-top: 40px;
}.privacy-folio-215 h2 {
    padding-left: 10px;
    text-align: left;
    color: rgb(105,141,157);
    font-size: 31px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    border-left: 4px solid rgb(170,151,175);
    text-transform: uppercase;
}.privacy-folio-215 ul, .privacy-folio-215 ol {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    list-style: none;
    padding-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin: 20px 0;
}.privacy-folio-215 ul li, .privacy-folio-215 ol li {
    color: #000000;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
}.privacy-folio-215 ul li::before, .privacy-folio-215 ol li::before {
    top: 50%;
    border-radius: 50%;
    width: 6px;
    content: '';
    transform: translateY(-50%);
    height: 6px;
    left: 0;
    background: rgb(170,151,175);
    position: absolute;
}.privacy-folio-215 p, .privacy-folio-215 span, .privacy-folio-215 div {
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
}.privacy-folio-215 div.container {
    margin: 0 auto;
    max-width: 1000px;
}

@media only screen and (max-width: 800px) {.privacy-folio-215 {
    border-radius: 10px;
    padding: 30px;
}.privacy-folio-215 h1 {
    font-size: calc(18px - 5px);
}.privacy-folio-215 h2 {
    font-size: calc(18px - 5px);
}.privacy-folio-215 ul, .privacy-folio-215 ol {
    margin: 10px 0;
    padding: 10px 0;
}.privacy-folio-215 ul li, .privacy-folio-215 ol li {
    font-size: 16px;
    padding-left: 15px;
}}.thanksWrap-968 {
    background: linear-gradient(135deg, rgb(222,218,216) 0%, rgb(170,151,175,0.5) 100%);
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
}.thanksWrap-968::before {
    z-index: -1;
    top: -10%;
    transform: rotate(-15deg) translateZ(0);
    background: rgb(105,141,157,0.5);
    animation: floatGlow 12s ease-in-out infinite alternate;
    width: 50%;
    filter: blur(25px);
    height: 70%;
    position: absolute;
    right: -10%;
    content: "";
}.thanksWrap-968::after {
    animation: floatGlow 8s ease-in-out infinite alternate-reverse;
    left: -5%;
    width: 40%;
    z-index: -1;
    background: rgb(170,151,175,0.5);
    transform: rotate(10deg) translateZ(0);
    height: 60%;
    bottom: -5%;
    content: "";
    position: absolute;
    filter: blur(20px);
}.thanksWrap-968 .container {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    transform: translateZ(0);
}.thanksWrap-968 h2 {
    margin-bottom: 3rem;
    font-weight: 700;
    position: relative;
    max-width: 800px;
    font-family: Arial, sans-serif;
    font-size: 31px;
    color: #000000;
    line-height: 1.3;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(0deg);
}.thanksWrap-968 h2::after {
    height: 4px;
    background: linear-gradient(90deg, rgb(170,151,175) 0%, rgb(105,141,157) 100%);
    transform-origin: left center;
    content: "";
    width: 120px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleX(1);
    position: absolute;
    bottom: -15px;
    left: 0;
}.thanksWrap-968 h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.thanksWrap-968 h2:hover::after {
    transform: scaleX(1.2);
}.thanksWrap-968 .heritage-edu-160 {
    border-radius: 10px;
    animation: slideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-left: 5px solid rgb(105,141,157);
}.thanksWrap-968 .heritage-edu-160:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
}.thanksWrap-968 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.thanksWrap-968 li {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}.thanksWrap-968 li::before {
    position: absolute;
    left: 0;
    background: rgb(170,151,175);
    width: 6px;
    top: 0.5rem;
    border-radius: 50%;
    transform: scale(0);
    animation: pulseIn 0.3s 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    content: "";
    height: 6px;
}.thanksWrap-968 li span {
    animation: fadeIn 0.5s 0.6s ease forwards;
    color: #000000;
    font-family: Arial, sans-serif;
    opacity: 0;
    transform: translateY(20px);
    font-size: 13px;
    display: block;
    line-height: 1.8;
}

@keyframes floatGlow {
    0% {
        transform: rotate(-15deg) translate(0, 0) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: rotate(-12deg) translate(2%, 2%) scale(1.05);
        opacity: 0.7;
    }
}

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

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

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

@media (max-width: 991px) {.thanksWrap-968 {
    padding: 5rem 0;
}.thanksWrap-968 h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2.5rem;
}.thanksWrap-968 .heritage-edu-160 {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.thanksWrap-968 {
    padding: 4rem 0;
}.thanksWrap-968 h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.8);
}.thanksWrap-968 h2::after {
    width: 100px;
    height: 3px;
}.thanksWrap-968 .heritage-edu-160 {
    padding: 2rem;
}.thanksWrap-968 li span {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.thanksWrap-968 {
    padding: 3.5rem 0;
}.thanksWrap-968 .container {
    padding: 0 1.5rem;
}.thanksWrap-968 h2 {
    margin-bottom: 1.8rem;
    font-size: calc(31px * 0.7);
}.thanksWrap-968 h2::after {
    width: 80px;
    bottom: -12px;
}.thanksWrap-968 .heritage-edu-160 {
    border-left-width: 4px;
    padding: 1.8rem 1.5rem;
}.thanksWrap-968 li span {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.thanksWrap-968 li::before {
    height: 5px;
    top: 0.4rem;
    width: 5px;
}
}

@media (max-width: 375px) {.thanksWrap-968 {
    padding: 3rem 0;
}.thanksWrap-968 .container {
    padding: 0 1.2rem;
}.thanksWrap-968 h2 {
    font-size: calc(31px * 0.65);
    margin-bottom: 1.5rem;
}.thanksWrap-968 .heritage-edu-160 {
    padding: 1.5rem 1.2rem;
}.thanksWrap-968 li span {
    font-size: calc(13px * 0.85);
    line-height: 1.5;
}}.program-outcomes-238 {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    font-family: Arial, sans-serif;
    background: radial-gradient(circle at 30% 70%, rgb(222,218,216), #ffffff);
}.program-outcomes-238::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    opacity: 0.05;
    background-image: repeating-linear-gradient(
    45deg,
    #ffffff,
    #ffffff 10px,
    transparent 10px,
    transparent 20px
  );
    left: 0;
    height: 100%;
}.program-outcomes-238::after {
    width: 400px;
    position: absolute;
    right: -150px;
    content: "";
    height: 400px;
    border-radius: 50%;
    opacity: 0.3;
    filter: blur(80px);
    animation: pulse 8s infinite alternate;
    background: rgb(170,151,175,0.5);
    top: -150px;
}@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.05);
    opacity: 0.4;
  }
}

.program-outcomes-238 .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.program-outcomes-238 .heritage-edu-160 {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 13px;
    flex-direction: row-reverse;
    position: relative;
    background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.8));
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.3);
}.program-outcomes-238 .photo-album-689 {
    max-height: 400px;
    border-radius: 0;
    transform-origin: right center;
    flex: 0 0 45%;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}.program-outcomes-238 .photo-album-689:hover {
    transform: scale(1.03);
}.program-outcomes-238 .reading-area-380 {
    flex: 1;
    padding: 35px;
    position: relative;
}.program-outcomes-238 h3 {
    font-size: 29px;
    color: rgb(170,151,175);
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}.program-outcomes-238 h3::before {
    position: absolute;
    width: 30px;
    background: rgb(105,141,157);
    content: "";
    top: -10px;
    left: 0;
    height: 2px;
}.program-outcomes-238 h3::after {
    height: 2px;
    position: absolute;
    width: 60px;
    content: "";
    left: 20px;
    bottom: -10px;
    background: rgb(170,151,175);
}.program-outcomes-238 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.program-outcomes-238 li {
    padding-left: 15px;
    border-left: 3px solid transparent;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}.program-outcomes-238 li::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(170,151,175), rgb(105,141,157));
    content: "";
    top: 0;
    height: 0;
    transition: height 0.3s ease;
    width: 3px;
    left: -3px;
}.program-outcomes-238 li:hover {
    border-left-color: rgb(105,141,157,0.5);
    transform: translateX(5px);
}.program-outcomes-238 li:hover::before {
    height: 100%;
}.program-outcomes-238 li p {
    padding: 10px 0;
    font-size: 12px;
    gap: 15px;
    align-items: center;
    color: #000000;
    margin: 0;
    display: flex;
}.program-outcomes-238 svg {
    transition: all 0.3s ease;
    height: 22px;
    flex-shrink: 0;
    background: linear-gradient(to bottom right, rgb(170,151,175,0.5), rgb(105,141,157,0.5));
    padding: 8px;
    width: 22px;
    border-radius: 50%;
}.program-outcomes-238 svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,151,175);
}.program-outcomes-238 li:hover svg {
    transform: rotate(-15deg);
    background: linear-gradient(to bottom right, rgb(170,151,175), rgb(105,141,157));
}.program-outcomes-238 li:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.program-outcomes-238 .heritage-edu-160 {
    flex-direction: column;
}.program-outcomes-238 .photo-album-689 {
    max-height: 300px;
    width: 100%;
    flex: 0 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.program-outcomes-238 .reading-area-380 {
    width: 100%;
    padding: 30px;
}
}

@media (max-width: 768px) {.program-outcomes-238 {
    padding: 60px 0;
}.program-outcomes-238 .photo-album-689 {
    max-height: 250px;
}.program-outcomes-238 h3 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 576px) {.program-outcomes-238 {
    padding: 40px 0;
}.program-outcomes-238 .photo-album-689 {
    max-height: 200px;
}.program-outcomes-238 .reading-area-380 {
    padding: 25px 20px;
}.program-outcomes-238 h3 {
    font-size: calc(29px * 0.85);
}.program-outcomes-238 li {
    margin-bottom: 10px;
}.program-outcomes-238 li p {
    padding: 8px 0;
    font-size: calc(12px * 0.9);
    gap: 10px;
}.program-outcomes-238 svg {
    height: 18px;
    width: 18px;
    padding: 6px;
}}.course-program-description-317 {
    background: linear-gradient(135deg, rgb(222,218,216) 40%, rgb(170,151,175,0.5) 140%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.course-program-description-317::before {
    content: "";
    pointer-events: none;
    height: 100%;
    top: 0;
    opacity: 0.07;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(255, 255, 255, 0.5) 0px,
        rgb(255, 255, 255, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    left: 0;
}.course-program-description-317::after {
    opacity: 0.1;
    top: -50%;
    height: 200%;
    right: -20%;
    content: "";
    background: radial-gradient(circle at center, rgb(170,151,175,0.5) 10%, transparent 70%);
    width: 60%;
    transform: rotate(-15deg);
    position: absolute;
    pointer-events: none;
}.course-program-description-317 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.course-program-description-317 .skill-explorer-208 {
    display: flex;
    transform: perspective(1200px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.96);
    border-left: 4px solid rgb(170,151,175);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    background: #ffffff;
}.course-program-description-317 .skill-explorer-208:hover {
    transform: perspective(1200px) rotateY(0deg);
}.course-program-description-317 .photo-album-689 {
    overflow: hidden;
    transform-origin: center center;
    height: 300px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.96);
}.course-program-description-317 .photo-album-689::before {
    opacity: 0.7;
    top: 0;
    right: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%, 
        #000000 100%
    );
    z-index: 1;
    content: "";
}.course-program-description-317 .photo-album-689::after {
    position: absolute;
    top: -10%;
    transform: scale(1.05);
    height: 120%;
    width: 120%;
    background: rgb(170,151,175);
    opacity: 0.2;
    left: -10%;
    content: "";
    mix-blend-mode: overlay;
    transition: transform 0.5s ease;
}.course-program-description-317 .skill-explorer-208:hover .photo-album-689::after {
    transform: scale(1);
}.course-program-description-317 .reading-area-380 {
    padding: 40px;
    background: #ffffff;
    position: relative;
}.course-program-description-317 .reading-area-380::before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(170,151,175) 0%, transparent 100%);
    height: 3px;
    width: 100px;
}.course-program-description-317 h3 {
    position: relative;
    transition: transform 0.3s ease;
    color: #000000;
    font-size: calc(24px * 1.1);
    letter-spacing: -0.02em;
    line-height: 1.4;
    margin-bottom: 24px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    transform-origin: left center;
}.course-program-description-317 .skill-explorer-208:hover h3 {
    color: rgb(170,151,175);
    transform: translateX(5px);
}.course-program-description-317 p.description {
    color: #000000;
    max-height: 250px;
    font-family: Arial, sans-serif;
    margin-bottom: 24px;
    overflow-y: auto;
    line-height: 1.75;
    position: relative;
    padding-right: 15px;
    font-size: 14px;
}.course-program-description-317 p.description::-webkit-scrollbar {
    width: 4px;
}.course-program-description-317 p.description::-webkit-scrollbar-track {
    background: rgb(222,218,216);
}.course-program-description-317 p.description::-webkit-scrollbar-thumb {
    background: rgb(170,151,175,0.5);
    border-radius: 10px;
}.course-program-description-317 span.description {
    display: none;
}.course-program-description-317 .reading-area-380 div {
    position: relative;
}.course-program-description-317 .reading-area-380 div::after {
    width: 100%;
    pointer-events: none;
    content: "";
    opacity: 0.8;
    position: absolute;
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
    bottom: 0;
    left: 0;
    height: 40px;
}

@media (min-width: 768px) {.course-program-description-317 .skill-explorer-208 {
    max-height: 600px;
    flex-direction: row;
}.course-program-description-317 .photo-album-689 {
    transform: translateX(-10px);
    height: auto;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.96);
    width: 45%;
}.course-program-description-317 .skill-explorer-208:hover .photo-album-689 {
    transform: translateX(0);
}.course-program-description-317 .reading-area-380 {
    justify-content: center;
    flex-direction: column;
    display: flex;
    width: 55%;
}.course-program-description-317 h3 {
    font-size: 24px;
}.course-program-description-317 p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course-program-description-317 {
    padding: 150px 0;
}.course-program-description-317 .skill-explorer-208 {
    max-height: 550px;
}.course-program-description-317 .photo-album-689 {
    transform: translateX(-20px);
}.course-program-description-317 .reading-area-380 {
    padding: 60px;
}.course-program-description-317 h3 {
    font-size: calc(37px * 0.7);
    margin-bottom: 30px;
}.course-program-description-317 p.description {
    font-size: calc(14px * 1.05);
    max-height: 300px;
    line-height: 1.8;
}
}

@media (max-width: 767px) {.course-program-description-317 {
    padding: 80px 0;
}.course-program-description-317 .skill-explorer-208 {
    transform: perspective(1200px) rotateY(0deg);
}.course-program-description-317 .reading-area-380 {
    padding: 30px 20px;
}.course-program-description-317 h3 {
    margin-bottom: 20px;
    font-size: calc(24px * 0.95);
}.course-program-description-317 p.description {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.course-program-description-317 {
    padding: 60px 0;
}.course-program-description-317 .photo-album-689 {
    height: 200px;
}.course-program-description-317 .reading-area-380 {
    padding: 25px 15px;
}.course-program-description-317 h3 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}
}