* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
}a {
    text-decoration: none;
    color: inherit;
}.local-wrapper-capsule {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}header,footer {
    width: 100%;
}.local-terms-legal {
    flex: 0 0 auto;
}.local-main-class {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.container {
    width: 1224px;
    max-width: 100%;
    margin: 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;
}}
.local-contact {
    z-index: 1;
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.local-contact::before {
    z-index: -1;
    position: absolute;
    inset: 0;
    opacity: 0.95;
    content: '';
    background-color: rgb(177,178,206);
}.local-contact .container {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    padding: 0 20px;
}.local-contact .local-help-card {
    flex-direction: column;
    display: flex;
    position: relative;
}.local-contact .local-inquiry-message {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    padding: 0;
}.local-contact .local-inquiry-message h3 {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    font-size: 28px;
}.local-contact .local-inquiry-message h3::after {
    width: 100%;
    content: '';
    background: rgb(141,136,174);
    height: 2px;
    bottom: -10px;
    position: absolute;
    left: 0;
}.local-contact .local-inquiry-message div {
    display: inline-block;
    margin: 15px 10px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}.local-contact .local-inquiry-message div:hover {
    background-color: rgb(141,136,174);
    transform: translateY(-5px);
}.local-contact .local-inquiry-message div svg {
    vertical-align: middle;
    width: 18px;
    display: inline-block;
    height: 18px;
    margin-right: 10px;
}.local-contact .local-inquiry-message div svg path {
    fill: #ffffff;
}.local-contact .local-inquiry-message div span {
    font-size: 12px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}.local-contact .local-inquiry-message div span a {
    text-decoration: none;
    color: #ffffff;
}.local-contact .local-inquiry-grid {
    gap: 20px;
    display: grid;
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 28px;
}.local-contact .local-inquiry-grid h3 {
    grid-column: span 3;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
}.local-contact .local-inquiry-grid form {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-column: span 3;
    display: grid;
}.local-contact .local-inquiry-grid input#name {
    grid-column: span 1;
}.local-contact .local-inquiry-grid input#phone {
    grid-column: span 1;
}.local-contact .local-inquiry-grid input#email {
    grid-column: span 1;
}.local-contact .local-inquiry-grid input[type="text"],
.local-contact .local-inquiry-grid input[type="email"] {
    border: none;
    height: 55px;
    border-radius: 10px;
    background-color: rgb(215,216,230);
    padding: 0 20px;
    color: #000000;
    font-size: 12px;
    transition: box-shadow 0.3s ease;
    width: 100%;
}.local-contact .local-inquiry-grid input[type="text"]:focus,
.local-contact .local-inquiry-grid input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(141,136,174);
    outline: none;
}.local-contact .local-inquiry-grid input::placeholder {
    color: #000000;
    opacity: 0.6;
}.local-contact .local-inquiry-grid .local-feedback-info {
    grid-column: span 2;
    align-items: center;
    display: flex;
}.local-contact .local-inquiry-grid .local-feedback-info input[type="checkbox"] {
    width: 20px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    margin-right: 10px;
    border-radius: 10px;
    height: 20px;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    border: 2px solid rgb(215,216,230);
}.local-contact .local-inquiry-grid .local-feedback-info input[type="checkbox"]:checked {
    border-color: rgb(141,136,174);
    background-color: rgb(141,136,174);
}.local-contact .local-inquiry-grid .local-feedback-info input[type="checkbox"]:checked::before {
    color: #ffffff;
    position: absolute;
    content: '✓';
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    left: 50%;
}.local-contact .local-inquiry-grid .local-feedback-info label {
    line-height: 1.5;
    font-size: 14px;
    color: #000000;
}.local-contact .local-inquiry-grid .local-feedback-info label a {
    color: rgb(141,136,174);
    transition: color 0.3s ease;
    text-decoration: none;
}.local-contact .local-inquiry-grid .local-feedback-info label a:hover {
    color: rgb(177,178,206);
}.local-contact .local-inquiry-grid .local-query-support {
    color: #ffffff;
    height: 55px;
    font-weight: 600;
    grid-column: span 1;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    background-color: rgb(141,136,174);
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 15px;
}.local-contact .local-inquiry-grid .local-query-support:hover {
    background-color: rgb(177,178,206);
    transform: translateY(-3px);
}

@media screen and (min-width: 992px) {.local-contact .local-help-card {
    gap: 50px;
    align-items: center;
    flex-direction: row;
}.local-contact .local-inquiry-message {
    width: 30%;
    text-align: left;
    margin-bottom: 0;
}.local-contact .local-inquiry-message h3 {
    margin-bottom: 30px;
}.local-contact .local-inquiry-message h3::after {
    width: 50%;
}.local-contact .local-inquiry-message div {
    text-align: left;
    display: block;
    margin: 15px 0;
}.local-contact .local-inquiry-grid {
    width: 70%;
}
}

@media screen and (max-width: 991px) {.local-contact .local-inquiry-grid input#name,
    .local-contact .local-inquiry-grid input#phone,
    .local-contact .local-inquiry-grid input#email {
    grid-column: span 3;
}.local-contact .local-inquiry-grid .local-feedback-info {
    grid-column: span 3;
}.local-contact .local-inquiry-grid .local-query-support {
    grid-column: span 3;
}
}

@media screen and (max-width: 767px) {.local-contact {
    padding: 60px 0;
}.local-contact .local-inquiry-message {
    margin-bottom: 30px;
}.local-contact .local-inquiry-message h3 {
    font-size: calc(23px + 2px);
}.local-contact .local-inquiry-grid {
    padding: 30px 20px;
}.local-contact .local-inquiry-grid form {
    gap: 15px;
}
}

@media screen and (max-width: 480px) {.local-contact {
    padding: 40px 0;
}.local-contact .local-inquiry-message div {
    margin: 10px 0;
    text-align: left;
    width: 100%;
    display: block;
}}.local-client-opinions {
    background: linear-gradient(135deg, rgb(215,216,230), #ffffff);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.local-client-opinions::before {
    content: "";
    position: absolute;
    top: 0;
    opacity: 0.05;
    width: 100%;
    left: 0;
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(177,178,206,0.5),
            transparent 2px,
            transparent 10px,
            rgb(177,178,206,0.5) 12px
        );
    z-index: 0;
}.local-client-opinions::after {
    border-radius: 50% 30% 70% 40%;
    top: -50px;
    filter: blur(40px);
    animation: floating 12s infinite alternate ease-in-out;
    content: "";
    height: 200px;
    background: rgb(177,178,206);
    right: -50px;
    opacity: 0.1;
    width: 200px;
    position: absolute;
}.local-client-opinions h2 {
    text-align: left;
    transform: translateY(0);
    color: #000000;
    max-width: 800px;
    line-height: 1.3;
    font-size: 37px;
    font-weight: 700;
    position: relative;
    margin-bottom: 3rem;
}.local-client-opinions h2::after {
    background: linear-gradient(to right, rgb(177,178,206), rgb(141,136,174));
    position: absolute;
    height: 4px;
    bottom: -10px;
    left: 0;
    content: "";
    width: 80px;
}.local-client-opinions .local-why-mission {
    position: relative;
    z-index: 2;
}.local-client-opinions .local-testimonial-highlights {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2rem;
    position: relative;
}.local-client-opinions .local-learner-stories {
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    display: flex;
    min-height: 240px;
    height: 100%;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    padding: 2rem;
    background: #ffffff;
    overflow: hidden;
}.local-client-opinions .local-learner-stories::before {
    font-weight: 700;
    top: 10px;
    position: absolute;
    color: rgb(177,178,206);
    line-height: 1;
    content: "";
    right: 20px;
    font-family: Arial, sans-serif;
    opacity: 0.1;
    font-size: 120px;
}.local-client-opinions .local-learner-stories:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}.local-client-opinions .local-learner-stories h3 {
    font-size: calc(21px * 0.9);
    position: relative;
    color: rgb(177,178,206);
    font-weight: 700;
    margin-bottom: 0.8rem;
}.local-client-opinions .local-learner-stories h3::after {
    transform: scaleX(0);
    left: 0;
    content: "";
    width: 40px;
    transform-origin: left;
    height: 2px;
    transition: transform 0.3s ease;
    position: absolute;
    background: rgb(141,136,174);
    bottom: -5px;
}.local-client-opinions .local-learner-stories:hover h3::after {
    transform: scaleX(1);
}.local-client-opinions .local-learner-stories .description {
    flex-grow: 1;
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 1.5rem;
    position: relative;
}.local-client-opinions .local-learner-stories div {
    position: relative;
    align-self: flex-end;
    margin-top: auto;
}.local-client-opinions .local-learner-stories img {
    width: 60px;
    object-fit: cover;
    transition: transform 0.3s ease;
    border: 3px solid #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    height: 60px;
}.local-client-opinions .local-learner-stories:hover img {
    transform: scale(1.1);
}.local-client-opinions .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {.local-client-opinions {
    padding: 4rem 0;
}.local-client-opinions h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.9);
}.local-client-opinions .local-testimonial-highlights {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
}

@media screen and (max-width: 768px) {.local-client-opinions {
    padding: 3rem 0;
}.local-client-opinions h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 1.5rem;
}.local-client-opinions .local-testimonial-highlights {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 500px;
}.local-client-opinions .local-learner-stories {
    min-height: 200px;
    padding: 1.5rem;
}
}

@media screen and (max-width: 576px) {.local-client-opinions h2 {
    font-size: calc(37px * 0.7);
}.local-client-opinions .local-learner-stories {
    padding: 1.2rem;
}.local-client-opinions .local-learner-stories h3 {
    font-size: calc(21px * 0.8);
}.local-client-opinions .local-learner-stories .description {
    font-size: calc(15px * 0.95);
}.local-client-opinions .local-learner-stories img {
    width: 50px;
    height: 50px;
}}

@keyframes floating {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(20px, 20px) rotate(5deg);
    }
    100% {
        transform: translate(-20px, 10px) rotate(-5deg);
    }
}.local-tariff-plan {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.local-tariff-plan::before {
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.85) 100%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}.local-tariff-plan .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.local-tariff-plan .local-learning-deals {
    position: relative;
}.local-tariff-plan h2 {
    text-shadow: 0 5px 15px rgba(0,0,0,0.3);
    font-size: 38px;
    margin-bottom: 20px;
    position: relative;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    transform: perspective(1000px) translateZ(30px);
}.local-tariff-plan h2::after {
    bottom: -15px;
    left: 50%;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(177,178,206,0.5), rgb(177,178,206), rgb(177,178,206,0.5));
    transform: translateX(-50%);
    height: 4px;
    position: absolute;
}.local-tariff-plan .local-access-cost {
    font-weight: 300;
    font-size: calc(15px * 1.1);
    margin: 0 auto 50px;
    transform: perspective(1000px) translateZ(20px);
    line-height: 1.6;
    text-align: center;
    max-width: 800px;
    color: #ffffff;
    opacity: 0.9;
}.local-tariff-plan .local-pay-options {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    gap: 30px;
    margin: 0;
    perspective: 1000px;
    list-style: none;
    padding: 0;
}.local-tariff-plan .local-pay-options li {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    position: relative;
}.local-tariff-plan .local-deal-grid {
    position: relative;
    text-decoration: none;
    height: 100%;
    display: block;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-style: preserve-3d;
}.local-tariff-plan .local-fee-offers {
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 100%);
    height: 100%;
    padding: 40px 30px;
    position: relative;
    transform-style: preserve-3d;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid rgba(255,255,255,0.1);
}.local-tariff-plan .local-fee-offers::before {
    content: "";
    position: absolute;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0.8;
    background: linear-gradient(90deg, rgb(177,178,206), rgb(141,136,174));
    left: 0;
    top: 0;
    transform: scaleX(0.8);
    height: 5px;
    width: 100%;
}.local-tariff-plan .local-fee-offers::after {
    content: "";
    border-radius: 50%;
    z-index: -1;
    width: 150px;
    position: absolute;
    right: 0;
    transform: translate(30%, 30%);
    transition: all 0.6s ease;
    height: 150px;
    background: radial-gradient(circle, rgb(177,178,206,0.5) 0%, transparent 70%);
    bottom: 0;
    opacity: 0.2;
}.local-tariff-plan .local-offer-box {
    position: relative;
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
}.local-tariff-plan .local-offer-box h4 {
    color: #ffffff;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: calc(20px * 1.2);
    transform: translateZ(10px);
    position: relative;
    margin: 0 0 25px;
}.local-tariff-plan .local-offer-box h4::after {
    left: 0;
    background: rgb(141,136,174);
    bottom: 0;
    transition: width 0.4s ease;
    position: absolute;
    width: 50px;
    height: 2px;
    content: "";
}.local-tariff-plan .local-offer-box p {
    padding-right: 5px;
    font-weight: 300;
    overflow-y: auto;
    font-size: 15px;
    line-height: 1.7;
    opacity: 0.8;
    margin: 0 0 30px;
    word-break: break-word;
    max-height: 250px;
    transform: translateZ(5px);
    color: #ffffff;
    overflow-wrap: break-word;
}.local-tariff-plan .local-offer-box p::-webkit-scrollbar {
    width: 4px;
}.local-tariff-plan .local-offer-box p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(177,178,206,0.5);
}.local-tariff-plan .local-offer-box p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
}.local-tariff-plan .local-class-rates {
    transition: all 0.4s ease;
    color: #ffffff;
    font-weight: 700;
    transform: translateZ(15px);
    display: inline-block;
    position: relative;
    padding: 10px 5px;
    font-size: calc(20px * 1.5);
}.local-tariff-plan .local-class-rates::before {
    content: "";
    opacity: 0.6;
    transition: transform 0.5s ease, opacity 0.5s ease;
    width: 100%;
    position: absolute;
    transform-origin: center;
    bottom: 5px;
    transform: scaleX(0.5);
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(141,136,174), transparent);
    left: 0;
}.local-tariff-plan .local-deal-grid:hover .local-fee-offers {
    transform: translateY(-10px) translateZ(20px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.15);
}.local-tariff-plan .local-deal-grid:hover .local-fee-offers::before {
    opacity: 1;
    transform: scaleX(1);
}.local-tariff-plan .local-deal-grid:hover .local-fee-offers::after {
    opacity: 0.4;
    transform: translate(20%, 20%) scale(1.2);
}.local-tariff-plan .local-deal-grid:hover .local-offer-box h4::after {
    width: 80px;
}.local-tariff-plan .local-deal-grid:hover .local-class-rates {
    transform: translateZ(25px) scale(1.05);
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
}.local-tariff-plan .local-deal-grid:hover .local-class-rates::before {
    transform: scaleX(0.8);
    opacity: 1;
}

@media (max-width: 1200px) {.local-tariff-plan {
    padding: 80px 0;
}.local-tariff-plan .local-pay-options {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 991px) {.local-tariff-plan {
    padding: 70px 0;
}.local-tariff-plan h2 {
    font-size: calc(38px * 0.9);
}.local-tariff-plan .local-access-cost {
    margin-bottom: 40px;
    font-size: 15px;
}.local-tariff-plan .local-pay-options {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.local-tariff-plan .local-fee-offers {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.local-tariff-plan {
    padding: 60px 0;
}.local-tariff-plan h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 15px;
}.local-tariff-plan .local-access-cost {
    margin-bottom: 30px;
}.local-tariff-plan .local-pay-options {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.local-tariff-plan .local-offer-box h4 {
    font-size: 20px;
}.local-tariff-plan .local-class-rates {
    font-size: calc(20px * 1.3);
}
}

@media (max-width: 480px) {.local-tariff-plan {
    padding: 50px 0;
}.local-tariff-plan .local-fee-offers {
    padding: 25px 20px;
}.local-tariff-plan .local-offer-box p {
    max-height: 200px;
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}.local-tariff-plan .local-class-rates {
    font-size: calc(20px * 1.2);
}
}

@media (hover: none) {.local-tariff-plan .local-fee-offers {
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.1) !important;
}.local-tariff-plan .local-fee-offers::before {
    transform: scaleX(0.9);
    opacity: 0.9;
}.local-tariff-plan .local-offer-box h4::after {
    width: 60px;
}}.local-terms-legal {
    z-index: 1;
    padding: 5rem 0 3rem;
    color: #ffffff;
    position: relative;
}.local-terms-legal::before {
    height: 100%;
    backdrop-filter: blur(8px);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(177,178,206,0.5) 100%);
    width: 100%;
}.local-terms-legal .container {
    gap: 3rem;
    display: grid;
    position: relative;
    grid-template-columns: 1.5fr 2fr;
}.local-terms-legal .company_holder {
    border-left: 2px solid rgb(177,178,206);
    position: relative;
    animation: borderPulse 4s infinite alternate;
    padding-left: 2rem;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(177,178,206);
    }
    50% {
        border-left-color: rgb(141,136,174);
    }
    100% {
        border-left-color: rgb(177,178,206);
    }
}

.local-terms-legal .company_holder h3 {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #ffffff, rgb(141,136,174));
    font-size: calc(37px * 1.2);
    -webkit-background-clip: text !important;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.local-terms-legal .local-rating-stars {
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.8;
    font-size: 12px;
    margin-top: 1rem;
}.local-terms-legal .local-template-cta {
    justify-content: flex-end;
    display: flex;
}.local-terms-legal .local-nav-master {
    gap: 4rem;
    display: flex;
}.local-terms-legal .local-head-info {
    position: relative;
}.local-terms-legal .local-head-info::before {
    height: 40px;
    position: absolute;
    top: -10px;
    content: "";
    opacity: 0.4;
    width: 40px;
    border-left: 1px solid rgb(177,178,206);
    left: -20px;
    border-top: 1px solid rgb(177,178,206);
}.local-terms-legal .local-head-info::after {
    width: 40px;
    right: -20px;
    bottom: -10px;
    border-right: 1px solid rgb(177,178,206);
    height: 40px;
    border-bottom: 1px solid rgb(177,178,206);
    opacity: 0.4;
    content: "";
    position: absolute;
}.local-terms-legal .local-head-info h5 {
    color: rgb(141,136,174);
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    font-weight: 600;
}.local-terms-legal .local-head-info .local-nav-master {
    display: flex;
    gap: 0.8rem;
    flex-direction: column;
}.local-terms-legal .local-head-info .local-nav-master a {
    position: relative;
    transition: all 0.3s ease;
    padding-left: 1rem;
    font-size: 12px;
    opacity: 0.8;
    text-decoration: none;
    color: #ffffff;
}.local-terms-legal .local-head-info .local-nav-master a::before {
    content: "";
    height: 5px;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 0;
    top: 50%;
    width: 5px;
    background-color: rgb(177,178,206);
    position: absolute;
}.local-terms-legal .local-head-info .local-nav-master a:hover {
    transform: translateX(5px);
    color: rgb(177,178,206);
    opacity: 1;
}.local-terms-legal .local-head-info .local-nav-master a:hover::before {
    width: 7px;
    height: 7px;
    background-color: rgb(141,136,174);
}.local-affiliate-cta {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2rem;
    position: relative;
}.local-affiliate-cta::before {
    opacity: 0.5;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(177,178,206), transparent);
    content: "";
    top: 0;
    position: absolute;
    height: 1px;
}.local-affiliate-cta .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.local-affiliate-cta .local-award-show {
    font-size: 15px;
    opacity: 0.7;
    color: #ffffff;
    text-align: center;
}

@media screen and (max-width: 992px) {.local-terms-legal .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.local-terms-legal .company_holder {
    margin-bottom: 2rem;
    padding-left: 1rem;
}.local-terms-legal .local-template-cta {
    justify-content: flex-start;
}.local-terms-legal .local-nav-master {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.local-terms-legal {
    padding: 3rem 0 2rem;
}.local-terms-legal .local-nav-master {
    flex-direction: column;
    gap: 2rem;
}.local-terms-legal .local-head-info::before,
    .local-terms-legal .local-head-info::after {
    display: none;
}.local-terms-legal .local-head-info {
    margin-bottom: 1.5rem;
}.local-affiliate-cta {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.local-terms-legal .company_holder h3 {
    font-size: 37px;
}.local-terms-legal .local-head-info h5 {
    font-size: calc(18px * 1.1);
}.local-terms-legal .local-head-info .local-nav-master a {
    font-size: calc(12px * 0.9);
}}.local-join-our-mailing-list {
    position: relative;
    overflow: hidden;
    background: rgb(215,216,230);
    padding: 90px 0;
}.local-join-our-mailing-list::before {
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(0deg, transparent 95%, rgb(177,178,206,0.5) 95%),
        linear-gradient(90deg, transparent 95%, rgb(177,178,206,0.5) 95%);
    content: "";
    z-index: 1;
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
}.local-join-our-mailing-list::after {
    height: 160%;
    width: 60%;
    top: -30%;
    filter: blur(60px);
    transform: rotate(-45deg);
    right: -30%;
    background: rgb(177,178,206,0.5);
    z-index: 0;
    content: "";
    position: absolute;
}.local-join-our-mailing-list .local-why-mission {
    max-width: 450px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.local-join-our-mailing-list .local-help-card {
    padding-bottom: 20px;
    position: relative;
    transform-style: preserve-3d;
    flex-direction: column;
    display: flex;
}.local-join-our-mailing-list .local-help-card::before {
    width: calc(100% + 20px);
    clip-path: polygon(0 15%, 15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    left: -10px;
    transform: translateZ(-20px);
    position: absolute;
    content: "";
    z-index: -1;
    height: calc(100% + 20px);
    background: rgb(141,136,174,0.5);
    top: -10px;
}.local-join-our-mailing-list .local-help-card::after {
    content: "";
    z-index: -1;
    animation: rotateFrame 20s linear infinite;
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
    border: 2px dashed rgb(177,178,206,0.5);
    position: absolute;
    width: calc(100% - 40px);
}.local-join-our-mailing-list h3 {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 38px;
}.local-join-our-mailing-list h3::before {
    bottom: 0;
    height: 5px;
    width: 60px;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(177,178,206);
}.local-join-our-mailing-list h3::after {
    height: 5px;
    left: 70px;
    background: rgb(141,136,174);
    content: "";
    bottom: 0;
    width: 30px;
    position: absolute;
}.local-join-our-mailing-list .input_holder {
    gap: 20px;
    flex-direction: column;
    display: flex;
    position: relative;
}.local-join-our-mailing-list input[type="email"] {
    width: 100%;
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 20px 25px;
    border: none;
    border-radius: 22px;
    font-size: 15px;
    transition: all 0.3s ease;
}.local-join-our-mailing-list input[type="email"]:focus {
    outline: none;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.5);
}.local-join-our-mailing-list .local-sub-cta {
    overflow: hidden;
    transition: all 0.3s ease;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    background: rgb(177,178,206);
    width: 80%;
    margin-top: 10px;
    font-family: Arial, sans-serif;
    padding: 18px 0;
    border-radius: 22px;
    position: relative;
    font-size: 18px;
    align-self: center;
    border: none;
}.local-join-our-mailing-list .local-sub-cta::before {
    position: absolute;
    content: "";
    top: 0;
    transition: all 0.5s ease;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: -100%;
    background: rgb(141,136,174);
}.local-join-our-mailing-list .local-sub-cta:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px -5px rgb(177,178,206,0.5);
}.local-join-our-mailing-list .local-sub-cta:hover::before {
    left: 0;
}.local-join-our-mailing-list .local-sub-cta:active {
    transform: translateY(-2px);
}.local-join-our-mailing-list .local-sub-cta::after {
    opacity: 0;
    z-index: 1;
    font-size: 1.5em;
    position: absolute;
    right: 30px;
    top: 50%;
    content: "→";
    transform: translateY(-50%);
    transition: all 0.3s ease;
}.local-join-our-mailing-list .local-sub-cta:hover::after {
    right: 20px;
    opacity: 1;
}

@keyframes rotateFrame {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 768px) {.local-join-our-mailing-list {
    padding: 70px 0;
}.local-join-our-mailing-list h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 25px;
}.local-join-our-mailing-list .local-help-card::before {
    clip-path: polygon(0 10%, 10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}
}

@media (max-width: 480px) {.local-join-our-mailing-list {
    padding: 50px 0;
}.local-join-our-mailing-list h3 {
    padding-bottom: 15px;
    font-size: 22px;
    margin-bottom: 20px;
}.local-join-our-mailing-list h3::before {
    height: 3px;
    width: 40px;
}.local-join-our-mailing-list h3::after {
    width: 20px;
    left: 50px;
    height: 3px;
}.local-join-our-mailing-list input[type="email"] {
    padding: 15px 20px;
}.local-join-our-mailing-list .local-sub-cta {
    padding: 15px 0;
    width: 100%;
}.local-join-our-mailing-list .local-help-card::after {
    width: calc(100% - 20px);
    top: 10px;
    height: calc(100% - 20px);
    left: 10px;
}}.local-appBox {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(215,216,230) 0%, rgb(177,178,206,0.5) 100%);
    position: relative;
    padding: 120px 0;
}.local-appBox::before {
    z-index: 1;
    background: linear-gradient(225deg, rgb(141,136,174) 0%, transparent 70%);
    right: -10%;
    opacity: 0.1;
    content: "";
    width: 40%;
    position: absolute;
    height: 60%;
    top: -5%;
    pointer-events: none;
    transform: rotate(-15deg) skew(10deg);
}.local-appBox::after {
    height: 65%;
    opacity: 0.1;
    z-index: 1;
    transform: rotate(12deg) skew(-5deg);
    content: "";
    bottom: -5%;
    position: absolute;
    pointer-events: none;
    width: 45%;
    left: -10%;
    background: linear-gradient(45deg, rgb(177,178,206) 0%, transparent 80%);
}.local-appBox .container {
    transform: perspective(1000px) rotateX(2deg);
    z-index: 5;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.local-appBox h2 {
    font-weight: 700;
    transform: translateX(-5%);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    color: rgb(177,178,206);
    font-size: 30px;
    line-height: 1.3;
    max-width: 90%;
    margin-bottom: 35px;
    position: relative;
}.local-appBox h2::after {
    content: "";
    transform-origin: left center;
    height: 3px;
    background: rgb(141,136,174);
    bottom: -12px;
    left: 0;
    position: absolute;
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 85px;
}.local-appBox .local-why-mission {
    transform: translateX(5%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    background-color: #ffffff;
    padding: 50px 40px 50px 60px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.local-appBox .local-why-mission::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(177,178,206) 0%, rgb(141,136,174) 100%);
    position: absolute;
    content: "";
    width: 6px;
    left: 0;
    top: 0;
}.local-appBox .local-why-mission::after {
    content: "";
    width: 100px;
    top: 20px;
    opacity: 0.3;
    z-index: -1;
    right: 20px;
    border-radius: 50%;
    position: absolute;
    background: radial-gradient(circle, rgb(141,136,174,0.5) 0%, transparent 70%);
    height: 100px;
}.local-appBox ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.local-appBox li {
    z-index: 2;
    position: relative;
}.local-appBox li::before {
    content: "";
    opacity: 0.1;
    font-family: serif;
    position: absolute;
    font-size: 120px;
    color: rgb(177,178,206);
    left: -20px;
    z-index: -1;
    line-height: 1;
    top: -40px;
}.local-appBox li span {
    max-width: 95%;
    color: #000000;
    position: relative;
    font-weight: 400;
    line-height: 1.7;
    display: block;
    font-size: calc(17px + 0.1rem);
}.local-appBox:hover .local-why-mission {
    transform: translateX(5%) translateY(-5px);
}.local-appBox:hover h2::after {
    transform: scaleX(1.3);
}

@media (max-width: 991px) {.local-appBox {
    padding: 90px 0;
}.local-appBox h2 {
    font-size: calc(30px - 0.2rem);
    max-width: 100%;
    transform: translateX(0);
}.local-appBox .local-why-mission {
    transform: translateX(0);
    padding: 40px 30px 40px 45px;
}.local-appBox:hover .local-why-mission {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 767px) {.local-appBox {
    padding: 70px 0;
}.local-appBox::before,
    .local-appBox::after {
    height: 50%;
    width: 70%;
}.local-appBox h2 {
    line-height: 1.35;
    font-size: calc(30px - 0.4rem);
    margin-bottom: 30px;
}.local-appBox .local-why-mission {
    padding: 35px 25px 35px 35px;
}.local-appBox li::before {
    font-size: 90px;
    left: -15px;
    top: -25px;
}.local-appBox li span {
    font-size: 17px;
}
}

@media (max-width: 575px) {.local-appBox {
    padding: 60px 0;
}.local-appBox .container {
    transform: perspective(1000px) rotateX(1deg);
}.local-appBox h2 {
    font-size: calc(30px - 0.5rem);
    margin-bottom: 25px;
}.local-appBox h2::after {
    width: 60px;
    height: 2px;
}.local-appBox .local-why-mission {
    padding: 25px 20px 25px 25px;
}.local-appBox .local-why-mission::before {
    width: 4px;
}.local-appBox li::before {
    left: -10px;
    top: -20px;
    font-size: 70px;
}.local-appBox li span {
    line-height: 1.6;
    font-size: calc(17px - 0.1rem);
}}.local-cookieNotificationBanner {
    border-top: 3px solid rgb(177,178,206);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    background: rgb(215,216,230);
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    justify-content: center;
    padding: 20px 0;
    display: flex;
}.local-track-prefs {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    border: 2px solid rgb(177,178,206);
    width: 90%;
    background: rgba(0, 0, 0, 0.5);
    margin: auto;
    align-items: center;
    padding: 20px;
    border-radius: 23px;
}.local-cookies-consent {
    margin-right: 20px;
    flex-shrink: 0;
}.local-cookies-consent svg {
    width: 50px;
    height: 50px;
    fill: rgb(177,178,206);
}.local-cookie-option {
    color: #ffffff;
    flex-grow: 1;
    text-align: left;
}.local-cookie-option h5 {
    color: rgb(177,178,206);
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}.local-cookie-option p {
    color: #ffffff;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}.local-cookie-option p a {
    text-decoration: underline;
    color: rgb(177,178,206);
}.local-manage-cookies {
    border-radius: 10px;
    border: none;
    text-decoration: none;
    flex-shrink: 0;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background: rgb(177,178,206);
    min-width: 120px;
    color: #ffffff;
    padding: 10px 20px;
}.cookie_button.local-visitor-settings {
    margin-right: 10px;
}#local-dataPrivacyBanner {
    display: none;
}#local-dataPrivacyBanner:checked ~ .local-cookieNotificationBanner {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.local-track-prefs {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.local-cookies-consent {
    margin-bottom: 20px;
    margin-right: 0;
}.local-manage-cookies {
    width: 100%;
    margin: 10px 0;
    max-width: 250px;
}}
header {
    position: relative;
    z-index: 99;
    overflow: visible;
    background: rgb(215,216,230);
    width: 100%;
}header::before {
    z-index: -1;
    opacity: 0.15;
    position: absolute;
    background: linear-gradient(90deg, rgb(177,178,206,0.5) 0%, transparent 50%, rgb(177,178,206,0.5) 100%);
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
}header .local-main-top {
    display: grid;
    gap: 15px;
    position: relative;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding: 20px;
}header .local-main-top::after {
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(177,178,206,0.5), transparent);
    height: 1px;
    width: 100%;
    top: 50%;
}header .local-main-top .local-main-learn {
    padding: 5px 20px 15px;
    position: relative;
    z-index: 10;
    justify-self: center;
}header .local-main-top .local-main-learn::before,
header .local-main-top .local-main-learn::after {
    position: absolute;
    border-radius: 28px;
    width: 90%;
    content: "";
    height: 90%;
}header .local-main-top .local-main-learn::before {
    transform: scale(0);
    border-left: 2px solid rgb(177,178,206);
    left: -5px;
    transition: transform 0.3s ease;
    top: -5px;
    transform-origin: top left;
    border-top: 2px solid rgb(177,178,206);
}header .local-main-top .local-main-learn::after {
    border-right: 2px solid rgb(141,136,174);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
    border-bottom: 2px solid rgb(141,136,174);
    transform: scale(0);
    right: -5px;
    bottom: -5px;
}header .local-main-top .local-main-learn:hover::before,
header .local-main-top .local-main-learn:hover::after {
    transform: scale(1);
}header .local-main-top .local-main-learn .local-head-mentor {
    display: block;
    transition: transform 0.3s ease;
}header .local-main-top .local-main-learn .local-head-mentor svg {
    width: auto;
    height: 60px;
}header .local-main-top .local-head-info {
    position: relative;
    margin: 0;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    padding: 20px 0 10px;
    background: linear-gradient(180deg, transparent, rgb(141,136,174) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    display: flex;
}header .local-main-top .local-head-info::before,
header .local-main-top .local-head-info::after {
    position: absolute;
    content: "";
    background: rgb(177,178,206,0.5);
    width: 2px;
    height: 70%;
    top: 15%;
}header .local-main-top .local-head-info::before {
    left: 0;
}header .local-main-top .local-head-info::after {
    right: 0;
}header .local-main-top .local-head-info .local-nav-pagebar {
    transition: transform 0.3s ease;
    position: relative;
    padding: 0 15px;
    margin: 0;
}header .local-main-top .local-head-info .local-nav-pagebar:not(:last-child)::after {
    right: 0;
    content: "";
    height: 60%;
    width: 1px;
    top: 20%;
    position: absolute;
    background: rgb(141,136,174,0.5);
}header .local-main-top .local-head-info .local-nav-pagebar:hover {
    transform: translateY(-3px);
}header .local-main-top .local-head-info .local-nav-pagebar a {
    position: relative;
    display: block;
    color: #000000;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    padding: 10px 5px;
    transition: color 0.3s ease;
    text-decoration: none;
}header .local-main-top .local-head-info .local-nav-pagebar a:hover {
    color: rgb(177,178,206);
}header .local-main-top .local-head-info .local-nav-pagebar a::before {
    content: "";
    bottom: 5px;
    width: 100%;
    position: absolute;
    transition: transform 0.3s ease;
    left: 0;
    background: rgb(141,136,174);
    transform: scaleX(0);
    height: 2px;
}header .local-main-top .local-head-info .local-nav-pagebar a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .local-main-top {
    padding: 15px 30px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}header .local-main-top .local-head-info {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .local-main-top {
    padding: 15px;
    gap: 10px;
    grid-template-rows: auto auto;
}header .local-main-top .local-main-learn {
    padding: 5px 10px;
}header .local-main-top .local-main-learn .local-head-mentor svg {
    height: 45px;
}header .local-main-top .local-head-info {
    padding: 15px 0 10px;
}header .local-main-top .local-head-info .local-nav-pagebar {
    padding: 0 10px;
}header .local-main-top .local-head-info .local-nav-pagebar a {
    font-size: calc(14px - 1px);
    padding: 8px 3px;
}
}

@media (max-width: 767px) {header .local-main-top .local-head-info {
    justify-content: center;
    flex-wrap: wrap;
}header .local-main-top .local-head-info .local-nav-pagebar {
    margin: 3px 0;
}header .local-main-top .local-head-info .local-nav-pagebar:not(:last-child)::after {
    display: none;
}}.local-prospective-students {
    overflow: hidden;
    padding: 110px 0;
    background: linear-gradient(150deg, rgb(215,216,230) 30%, rgb(141,136,174,0.5) 100%);
    position: relative;
}.local-prospective-students::before {
    height: 200%;
    border-radius: 100px;
    right: -20%;
    background: rgb(177,178,206,0.5);
    content: "";
    animation: float-slow 20s ease-in-out infinite alternate;
    opacity: 0.1;
    filter: blur(60px);
    top: -50%;
    transform: rotate(30deg);
    width: 80%;
    position: absolute;
}.local-prospective-students::after {
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(177,178,206,0.5) 25%, 
        rgb(177,178,206) 50%, 
        rgb(177,178,206,0.5) 75%, 
        transparent 100%
    );
    bottom: 0;
    height: 1px;
}@keyframes float-slow {
    0% {
        transform: rotate(30deg) translateY(0);
    }
    100% {
        transform: rotate(30deg) translateY(-50px);
    }
}

.local-prospective-students .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.local-prospective-students .local-why-mission {
    gap: 40px;
    display: grid;
    grid-template-columns: 300px 1fr;
    position: relative;
    align-items: start;
}.local-prospective-students h4 {
    padding: 0;
    line-height: 1.3;
    margin: 0;
    font-weight: 700;
    color: #000000;
    font-size: 34px;
    position: relative;
}.local-prospective-students h4::before {
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 50px;
    top: -20px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(177,178,206), rgb(141,136,174));
}.local-prospective-students h4::after {
    width: 120px;
    background: rgb(177,178,206,0.5);
    content: "";
    height: 2px;
    bottom: -20px;
    border-radius: 10px;
    position: absolute;
    left: 0;
}.local-prospective-students div {
    flex-direction: column;
    display: flex;
    gap: 20px;
}.local-prospective-students div p {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 25px;
    border-radius: 8px;
    z-index: 1;
    align-items: center;
    display: flex;
    margin: 0;
    font-size: 16px;
    color: #000000;
    backdrop-filter: blur(10px);
    line-height: 1.6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.local-prospective-students div p:nth-child(even) {
    transform: translateX(30px);
}.local-prospective-students div p:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.local-prospective-students div p:nth-child(even):hover {
    transform: translate(30px, -5px);
}.local-prospective-students div p::before {
    position: absolute;
    background: linear-gradient(180deg, rgb(177,178,206), rgb(141,136,174));
    content: "";
    opacity: 0.7;
    top: 0;
    transition: width 0.3s ease;
    width: 4px;
    height: 100%;
    left: 0;
}.local-prospective-students div p:hover::before {
    width: 8px;
}.local-prospective-students div p svg {
    position: relative;
    min-width: 28px;
    transition: all 0.3s ease;
    margin-right: 20px;
    width: 28px;
    z-index: 2;
    height: 28px;
}.local-prospective-students div p:hover svg {
    transform: scale(1.2);
}.local-prospective-students div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(177,178,206);
}.local-prospective-students div p:hover svg path {
    fill: rgb(141,136,174);
}

@media (max-width: 991px) {.local-prospective-students {
    padding: 90px 0;
}.local-prospective-students .local-why-mission {
    gap: 30px;
    grid-template-columns: 250px 1fr;
}.local-prospective-students h4 {
    font-size: calc(34px - 2px);
}.local-prospective-students div {
    gap: 15px;
}.local-prospective-students div p {
    padding: 18px 20px;
}.local-prospective-students div p:nth-child(even) {
    transform: translateX(20px);
}.local-prospective-students div p:nth-child(even):hover {
    transform: translate(20px, -5px);
}.local-prospective-students div p svg {
    height: 24px;
    width: 24px;
    margin-right: 15px;
    min-width: 24px;
}
}

@media (max-width: 767px) {.local-prospective-students {
    padding: 70px 0;
}.local-prospective-students .local-why-mission {
    grid-template-columns: 1fr;
    gap: 40px;
}.local-prospective-students h4 {
    font-size: calc(34px - 2px);
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
}.local-prospective-students h4::before {
    left: 50%;
    transform: translateX(-50%);
}.local-prospective-students h4::after {
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
}.local-prospective-students div p:nth-child(even) {
    transform: translateX(0);
}.local-prospective-students div p:nth-child(even):hover {
    transform: translateY(-5px);
}
}

@media (max-width: 479px) {.local-prospective-students {
    padding: 50px 0;
}.local-prospective-students h4 {
    font-size: calc(34px - 4px);
}.local-prospective-students div {
    gap: 12px;
}.local-prospective-students div p {
    padding: 15px;
}.local-prospective-students div p svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 12px;
}}.local-title-page {
    width: 100%;
    min-height: 100vh;
    justify-content: center;
    position: relative;
    align-items: center;
    display: flex;
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(141,136,174,0.5) 0%, rgb(215,216,230) 80%);
}.local-title-page::before {
    transform-origin: center;
    content: "";
    animation: gradient-shift 15s infinite alternate ease-in-out;
    width: 100%;
    top: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(177,178,206,0.5) 100%);
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 0;
}.local-title-page .local-why-mission {
    transform-style: preserve-3d;
    width: 90%;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    padding: 3rem 0;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 3rem;
}.local-title-page h1 {
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    font-size: calc(41px * 1.2);
    position: relative;
    color: #000000;
    transform: translateZ(30px);
    grid-column: 1 / -1;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}.local-title-page h1::after {
    position: absolute;
    left: 0;
    height: 4px;
    transform: skewX(-15deg);
    content: "";
    background: linear-gradient(90deg, rgb(177,178,206) 0%, rgb(141,136,174) 100%);
    width: 30%;
    bottom: -10px;
}.local-title-page .local-text-slot {
    padding: 2.5rem;
    border-left: 4px solid rgb(177,178,206);
    transform: translateZ(20px) rotateY(5deg);
    position: relative;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.07);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 2;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
}.local-title-page .local-text-slot:hover {
    transform: translateZ(25px) rotateY(0);
}.local-title-page .local-course-lead {
    position: relative;
    z-index: 2;
}.local-title-page .local-course-lead p {
    font-size: calc(16px * 1.1);
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 2rem;
    position: relative;
}.local-title-page .local-course-lead p::before {
    content: "";
    opacity: 0.1;
    left: -10px;
    color: rgb(177,178,206);
    font-size: 4rem;
    top: -20px;
    position: absolute;
}.local-title-page svg {
    margin: 1.5rem 0;
    transition: transform 0.5s ease;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
    width: 100px;
    height: 100px;
}.local-title-page svg:hover {
    transform: scale(1.05) rotate(2deg);
}.local-title-page svg path {
    transition: fill 0.3s ease;
}.local-title-page svg:hover path {
    fill: rgb(177,178,206);
}.local-title-page svg text {
    transition: fill 0.3s ease;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.local-title-page svg:hover text {
    fill: #000000;
}.local-title-page .local-query-support {
    padding: 1rem 2rem;
    font-size: 15px;
    transform: translateZ(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-decoration: none;
    z-index: 1;
    color: #ffffff;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    background: linear-gradient(135deg, rgb(177,178,206) 0%, rgb(141,136,174) 100%);
    position: relative;
    font-weight: 600;
    display: inline-block;
}.local-title-page .local-query-support::before {
    z-index: -1;
    left: -100%;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}.local-title-page .local-query-support:hover {
    transform: translateZ(10px) translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.local-title-page .local-query-support:hover::before {
    left: 100%;
}.local-title-page .local-img-border-box {
    z-index: 1;
    min-height: 400px;
    transform: translateZ(15px) rotateY(-5deg);
    height: 100%;
    box-shadow: -20px 20px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.local-title-page .local-img-border-box:hover {
    transform: translateZ(20px) rotateY(0);
}.local-title-page .local-img-border-box::after {
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgb(177,178,206,0.5) 0%, transparent 50%);
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

@keyframes gradient-shift {
    0% {
        opacity: 0.1;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.05) rotate(1deg);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) rotate(0deg);
    }
}

@media (max-width: 992px) {.local-title-page .local-why-mission {
    grid-template-columns: 1fr;
    gap: 2rem;
}.local-title-page h1 {
    font-size: calc(41px * 1.1);
    text-align: center;
}.local-title-page h1::after {
    width: 40%;
    left: 50%;
    transform: translateX(-50%) skewX(-15deg);
}.local-title-page .local-text-slot {
    transform: translateZ(15px) rotateY(0);
    padding: 2rem;
}.local-title-page .local-img-border-box {
    transform: translateZ(10px) rotateY(0);
    min-height: 350px;
    clip-path: polygon(3% 0, 97% 0, 100% 100%, 0% 100%);
}
}

@media (max-width: 768px) {.local-title-page {
    padding: 4rem 0;
    min-height: auto;
}.local-title-page .local-why-mission {
    gap: 1.5rem;
    width: 85%;
    transform-style: flat;
}.local-title-page h1 {
    font-size: 41px;
}.local-title-page h1::after {
    width: 50%;
    height: 3px;
}.local-title-page .local-text-slot {
    transform: none;
    padding: 1.5rem;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.07);
}.local-title-page .local-course-lead p {
    font-size: 16px;
}.local-title-page svg {
    height: 80px;
    margin: 1rem 0;
    width: 80px;
}.local-title-page .local-query-support {
    text-align: center;
    display: block;
    padding: 0.8rem 1.5rem;
}.local-title-page .local-img-border-box {
    min-height: 300px;
    transform: none;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
}

@media (max-width: 576px) {.local-title-page {
    padding: 3rem 0;
}.local-title-page .local-why-mission {
    gap: 1rem;
    width: 90%;
}.local-title-page h1 {
    font-size: calc(41px * 0.9);
}.local-title-page .local-text-slot {
    padding: 1.25rem;
}.local-title-page .local-course-lead p {
    margin-bottom: 1.5rem;
}.local-title-page svg {
    width: 70px;
    height: 70px;
}.local-title-page .local-img-border-box {
    min-height: 250px;
}}.local-course-program-info {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(215,216,230) 0%, rgb(177,178,206,0.5) 100%);
    position: relative;
    padding: 6rem 0;
}.local-course-program-info::before {
    height: 100%;
    left: 0;
    opacity: 0.04;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(177,178,206,0.5),
        rgb(177,178,206,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    width: 100%;
    top: 0;
    content: "";
}.local-course-program-info .container {
    position: relative;
    z-index: 2;
}.local-course-program-info .local-career-ready {
    gap: 0;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}.local-course-program-info .local-text-slot {
    transform: translateY(0);
    position: relative;
    padding: 2.5rem;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 3;
    transition: transform 0.4s ease;
}.local-course-program-info .local-text-slot:hover {
    transform: translateY(-10px);
}.local-course-program-info .local-text-slot::before {
    background: rgb(141,136,174,0.5);
    border-radius: 50%;
    opacity: 0.6;
    top: -4rem;
    z-index: -1;
    width: 8rem;
    position: absolute;
    right: 3rem;
    height: 8rem;
    content: "";
}.local-course-program-info .local-text-slot h2 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s ease forwards;
    font-size: 28px;
    color: rgb(177,178,206);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.local-course-program-info .local-text-slot h2::after {
    bottom: -10px;
    height: 4px;
    width: 3rem;
    transition: width 0.4s ease;
    border-radius: 10px;
    position: absolute;
    background: rgb(141,136,174);
    content: "";
    left: 0;
}.local-course-program-info .local-text-slot:hover h2::after {
    width: 100%;
}.local-course-program-info .local-text-slot .description {
    line-height: 1.7;
    position: relative;
    margin-bottom: 1.2rem;
    color: #000000;
    animation: fadeInUp 0.8s ease forwards;
    opacity: 0;
    animation-delay: 0.2s;
    padding-left: 1rem;
    font-size: 12px;
}.local-course-program-info .local-text-slot .description:last-of-type {
    font-weight: 600;
    margin-bottom: 0;
    animation-delay: 0.4s;
}.local-course-program-info .local-text-slot .description::before {
    position: absolute;
    width: 4px;
    background: rgb(141,136,174);
    content: "";
    height: 4px;
    left: 0;
    border-radius: 50%;
    top: 0.5rem;
}.local-course-program-info .local-img-border-box {
    height: 320px;
    margin-top: -2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    transition: transform 0.5s ease;
    z-index: 2;
    border-radius: 0;
    position: relative;
}.local-course-program-info .local-img-border-box:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.local-course-program-info .local-img-border-box::after {
    width: 100%;
    position: absolute;
    background: linear-gradient(
        to bottom right,
        rgb(177,178,206,0.5) 0%,
        transparent 40%
    );
    left: 0;
    content: "";
    top: 0;
    height: 100%;
}

@media (min-width: 768px) {.local-course-program-info .local-career-ready {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
}.local-course-program-info .local-text-slot {
    margin-right: -4rem;
    grid-column: 1 / 2;
    align-self: center;
}.local-course-program-info .local-img-border-box {
    margin-top: 0;
    height: 400px;
    grid-column: 2 / 3;
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
}.local-course-program-info .local-img-border-box::before {
    content: "";
    background: rgb(141,136,174);
    z-index: -1;
    position: absolute;
    height: 20px;
    left: 20px;
    width: 60%;
    filter: blur(15px);
    opacity: 0.4;
    bottom: -20px;
}
}

@media (min-width: 992px) {.local-course-program-info .local-career-ready {
    grid-template-columns: 1.2fr 0.8fr;
}.local-course-program-info .local-text-slot {
    padding: 3rem;
}.local-course-program-info .local-img-border-box {
    height: 450px;
    margin-top: 3rem;
}.local-course-program-info .local-text-slot::after {
    position: absolute;
    bottom: -3rem;
    opacity: 0.4;
    height: 6rem;
    border-radius: 50%;
    left: 25%;
    background: rgb(177,178,206,0.5);
    width: 6rem;
    content: "";
    z-index: -1;
}
}

@media (max-width: 767px) {.local-course-program-info {
    padding: 4rem 0;
}.local-course-program-info .local-img-border-box {
    margin-bottom: 2rem;
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
}}.local-educational-gains {
    background: linear-gradient(180deg, rgb(215,216,230) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 140px 0;
    overflow: hidden;
    position: relative;
}.local-educational-gains::before {
    background-image: 
        linear-gradient(90deg, rgb(177,178,206,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(177,178,206,0.5) 1px, transparent 1px);
    content: '';
    top: 0;
    position: absolute;
    background-position: center;
    width: 100%;
    opacity: 0.15;
    z-index: 1;
    background-size: 40px 40px;
    left: 0;
    height: 100%;
}.local-educational-gains .local-why-mission {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
    display: flex;
}.local-educational-gains .local-img-border-box {
    right: 0;
    height: 130%;
    z-index: 4;
    width: 40%;
    position: absolute;
    top: -15%;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    border-left: 5px solid rgb(177,178,206);
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.2);
}.local-educational-gains .local-img-border-box::before {
    inset: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgb(141,136,174,0.5) 0%, transparent 100%);
}.local-educational-gains .local-img-border-box::after {
    position: absolute;
    height: 80%;
    background: rgb(177,178,206);
    width: 5px;
    top: 10%;
    box-shadow: 0 0 20px rgb(177,178,206), 0 0 40px rgb(177,178,206);
    content: '';
    left: -10px;
    animation: glow 4s infinite alternate;
}.local-educational-gains .local-text-slot {
    width: 60%;
    position: relative;
    padding-right: 5%;
}.local-educational-gains h2 {
    width: fit-content;
    margin-bottom: 20px;
    border-left: 5px solid rgb(177,178,206);
    padding: 20px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-size: 35px;
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    font-weight: 700;
    position: relative;
}.local-educational-gains .text_main_holder {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}.local-educational-gains .text_main_holder > div {
    z-index: 2;
    transition: all 0.4s ease;
    background: #ffffff;
    text-align: center;
    padding: 30px 20px;
    align-items: center;
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    position: relative;
    border-top: 3px solid transparent;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.local-educational-gains .text_main_holder > div:hover {
    transform: translateY(-10px);
    border-top: 3px solid rgb(177,178,206);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.local-educational-gains .text_main_holder > div::before {
    left: 0;
    height: 0;
    z-index: -1;
    top: -3px;
    width: 0;
    transition: all 0.4s ease;
    content: '';
    box-shadow: 0 0 20px rgb(177,178,206);
    background: rgb(177,178,206);
    position: absolute;
}.local-educational-gains .text_main_holder > div:hover::before {
    width: 100%;
    box-shadow: 0 0 30px 5px rgb(177,178,206);
    height: 3px;
}.local-educational-gains .text_main_holder > div:nth-child(3n+1) {
    transform: translateY(20px);
}.local-educational-gains .text_main_holder > div:nth-child(3n+1):hover {
    transform: translateY(10px);
}.local-educational-gains .text_main_holder > div:nth-child(3n+3) {
    transform: translateY(-20px);
}.local-educational-gains .text_main_holder > div:nth-child(3n+3):hover {
    transform: translateY(-30px);
}.local-educational-gains .text_main_holder svg {
    height: 70px;
    width: 70px;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: rgb(215,216,230);
    transition: all 0.4s ease;
}.local-educational-gains .text_main_holder > div:hover svg {
    transform: rotate(10deg);
    background: rgb(177,178,206,0.5);
}.local-educational-gains .text_main_holder svg path {
    fill: rgb(177,178,206);
    transition: fill 0.4s ease;
}.local-educational-gains .text_main_holder > div:hover svg path {
    fill: #000000;
}.local-educational-gains .text_main_holder p {
    line-height: 1.5;
    font-size: 16px;
    margin: 0;
    color: #000000;
}

@keyframes glow {
    0% { opacity: 0.5; box-shadow: 0 0 10px rgb(177,178,206), 0 0 20px rgb(177,178,206); }
    100% { opacity: 1; box-shadow: 0 0 20px rgb(177,178,206), 0 0 40px rgb(177,178,206), 0 0 60px rgb(177,178,206); }
}

@media (max-width: 1200px) {.local-educational-gains .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
}.local-educational-gains .local-img-border-box {
    width: 35%;
}
}

@media (max-width: 992px) {.local-educational-gains {
    padding: 100px 0;
}.local-educational-gains .local-why-mission {
    flex-direction: column;
    padding: 0 20px;
}.local-educational-gains .local-img-border-box {
    right: auto;
    top: auto;
    border-top: 5px solid rgb(177,178,206);
    border-left: none;
    margin-bottom: 50px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    height: 400px;
    position: relative;
}.local-educational-gains .local-img-border-box::after {
    left: 10%;
    top: -10px;
    height: 5px;
    width: 80%;
}.local-educational-gains .local-text-slot {
    width: 100%;
    padding: 0;
}
}

@media (max-width: 768px) {.local-educational-gains .text_main_holder {
    grid-template-columns: 1fr;
}.local-educational-gains .text_main_holder > div,
    .local-educational-gains .text_main_holder > div:nth-child(3n+1),
    .local-educational-gains .text_main_holder > div:nth-child(3n+3) {
    transform: translateY(0);
}.local-educational-gains .text_main_holder > div:hover,
    .local-educational-gains .text_main_holder > div:nth-child(3n+1):hover,
    .local-educational-gains .text_main_holder > div:nth-child(3n+3):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 576px) {.local-educational-gains {
    padding: 80px 0;
}.local-educational-gains .local-img-border-box {
    height: 300px;
}.local-educational-gains h2 {
    font-size: calc(35px * 0.85);
    padding: 15px 20px;
}}.local-education-experience {
    padding: 5rem 2rem;
    overflow: hidden;
    background: rgb(215,216,230);
    position: relative;
}.local-education-experience::before {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(120deg, transparent 30%, rgb(177,178,206,0.5) 100%);
    content: "";
    z-index: 1;
}.local-education-experience::after {
    z-index: 1;
    background: rgb(141,136,174,0.5);
    height: 70%;
    right: 0;
    width: 40%;
    bottom: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    content: "";
    position: absolute;
    opacity: 0.5;
}.local-education-experience .local-learner-stories {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    position: relative;
    z-index: 2;
}.local-education-experience .local-img-border-box {
    aspect-ratio: 3/4;
    width: 100%;
    position: relative;
    filter: grayscale(100%);
    border-radius: 0;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}.local-education-experience .local-img-border-box::before {
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(177,178,206,0.5) 100%);
    z-index: 1;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}.local-education-experience .local-img-border-box:hover {
    filter: grayscale(0%);
    transform: scale(1.03);
}.local-education-experience .local-emp-section {
    position: relative;
    padding: 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}.local-education-experience .local-emp-section::before {
    left: 0;
    transition: height 0.8s ease-out;
    top: 0;
    content: "";
    width: 2px;
    position: absolute;
    background: rgb(177,178,206);
    height: 0;
}.local-education-experience .local-learner-stories:hover .local-emp-section::before {
    height: 100%;
}.local-education-experience .name {
    overflow: hidden;
    position: relative;
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 47px;
    color: #000000;
}.local-education-experience .name::after {
    width: 100%;
    background: rgb(141,136,174);
    height: 1px;
    bottom: 0;
    content: "";
    left: 0;
    transform: translateX(-101%);
    transition: transform 0.6s ease-out 0.2s;
    position: absolute;
}.local-education-experience .local-learner-stories:hover .name::after {
    transform: translateX(0);
}.local-education-experience .local-emp-section > div:nth-child(2) {
    opacity: 0;
    color: rgb(141,136,174);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    transform: translateY(20px);
    transition: all 0.5s ease-out 0.4s;
    margin-bottom: 2.5rem;
    font-size: 23px;
}.local-education-experience .local-learner-stories:hover .local-emp-section > div:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
}.local-education-experience .local-career-progress {
    transition: all 0.5s ease-out 0.6s;
    transform: translateY(20px);
    font-weight: 300;
    padding: 0 0 0 20px;
    color: #000000;
    position: relative;
    opacity: 0;
    line-height: 1.8;
    font-size: 18px;
}.local-education-experience .local-learner-stories:hover .local-career-progress {
    transform: translateY(0);
    opacity: 1;
}.local-education-experience .local-career-progress::first-letter {
    font-weight: 700;
    color: rgb(177,178,206);
    font-size: 1.5em;
}@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink {
    50% { border-color: transparent }
}

.local-education-experience:hover .name {
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 992px) {.local-education-experience .local-learner-stories {
    grid-template-columns: 1fr;
    gap: 2rem;
}.local-education-experience .local-img-border-box {
    max-height: 300px;
    aspect-ratio: 16/9;
}.local-education-experience .local-emp-section {
    padding: 1rem 0;
}.local-education-experience .local-emp-section::before {
    width: 0;
    height: 2px;
    transition: width 0.8s ease-out;
}.local-education-experience .local-learner-stories:hover .local-emp-section::before {
    height: 2px;
    width: 100%;
}}header .top_plank {
    background: rgb(177,178,206);
    color:  #ffffff;
}header .top_plank .local-top-container div svg, header .top_plank .local-top-container div svg path {
    fill: #ffffff;
}header .top_plank .local-top-container div span {
    color: #ffffff;
}header .top_plank .local-top-container {
    display: flex;
    line-height: 21px;
    font-size: 14px;
    padding: 15px 0 10px 0;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}header .top_plank .local-top-container div {
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
    display: flex;
}header .top_plank .local-top-container div img, header .top_plank .local-top-container div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.local-confidential-armory {
    background: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    width: 90%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: #000000;
    padding: 40px;
    font-family: Arial, sans-serif;
}.local-confidential-armory:before, .local-confidential-armory:after {
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(177,178,206,0.5), rgb(141,136,174,0.5));
    opacity: 0.2;
    transform-origin: center;
    height: 100%;
    top: 0;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
}.local-confidential-armory h1 {
    margin-top: 20px;
    font-weight: 700;
    border-bottom: 2px solid rgb(177,178,206);
    position: relative;
    margin-bottom: 20px;
    font-size: 46px;
    z-index: 1;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 2px;
}.local-confidential-armory h2 {
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(141,136,174,0.5);
    color: rgb(141,136,174);
    font-size: 34px;
    z-index: 1;
    margin-top: 20px;
}.local-confidential-armory ul, .local-confidential-armory ol {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    list-style: none;
    padding-left: 0;
}.local-confidential-armory li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    counter-increment: list-counter;
    font-size: 17px;
    line-height: 1.6;
}.local-confidential-armory li:before {
    top: 0;
    position: absolute;
    font-size: 15px;
    color: rgb(177,178,206);
    font-weight: 700;
    content: counter(list-counter, decimal-leading-zero);
    left: 0;
}.local-confidential-armory div {
    line-height: 1.8;
    background: #ffffff;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: relative;
}.local-confidential-armory .container {
    z-index: 1;
    position: relative;
}.local-confidential-armory h3, .local-confidential-armory h4, .local-confidential-armory h5, .local-confidential-armory h6 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
    font-size: 21px;
    margin-top: 20px;
    z-index: 1;
    color: rgb(177,178,206);
}.local-confidential-armory p, .local-confidential-armory span {
    z-index: 1;
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 17px;
    position: relative;
    color: #000000;
}.local-confidential-armory a {
    border-bottom: 1px solid rgb(141,136,174);
    text-decoration: none;
    color: rgb(141,136,174);
    position: relative;
    font-weight: 600;
    z-index: 1;
}.local-confidential-armory a:hover {
    border-bottom: 1px solid rgb(177,178,206);
    color: rgb(177,178,206);
}.local-confidential-armory button {
    cursor: pointer;
    border-radius: 10px;
    padding: 15px 30px;
    background: rgb(177,178,206);
    border: none;
    z-index: 1;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
}.local-confidential-armory button:hover {
    background: rgb(141,136,174);
}

@media only screen and (max-width: 800px) {.local-confidential-armory {
    width: 95%;
    padding: 20px;
}.local-confidential-armory h1 {
    font-size: calc(21px - 5px);
}.local-confidential-armory h2 {
    font-size: calc(21px - 3px);
}.local-confidential-armory ul, .local-confidential-armory ol {
    padding-left: 10px;
}.local-confidential-armory li {
    padding-left: 20px;
}.local-confidential-armory button {
    padding: 10px 20px;
}}.local-data-analysis {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(215,216,230) 0%, rgba(0, 0, 0, 0.5) 100%);
}.local-data-analysis::before {
    pointer-events: none;
    top: 0;
    opacity: 0.05;
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(177,178,206,0.5) 0px,
        rgb(177,178,206,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
    height: 100%;
    content: "";
}.local-data-analysis::after {
    animation: lightPulse 15s infinite alternate ease-in-out;
    content: "";
    right: -50%;
    position: absolute;
    top: -50%;
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgb(177,178,206,0.5) 0%,
        transparent 70%
    );
    opacity: 0.07;
    width: 70%;
    transform: rotate(-15deg);
    pointer-events: none;
}.local-data-analysis .container {
    margin: 0 auto;
    z-index: 1;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
}.local-data-analysis h4 {
    font-size: 18px;
    margin-top: 4rem;
    text-align: center;
    transform: translateY(0);
    font-weight: 700;
    color: #000000;
    transition: transform 0.5s ease, opacity 0.5s ease;
    font-family: Arial, sans-serif;
    position: relative;
    opacity: 1;
}.local-data-analysis h4::after {
    position: absolute;
    content: "";
    height: 3px;
    background: rgb(177,178,206);
    width: 60px;
    bottom: -10px;
    left: 50%;
    transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(-50%);
}.local-data-analysis:hover h4::after {
    width: 120px;
}.local-data-analysis ul {
    padding: 0;
    list-style: none;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
    display: grid;
}.local-data-analysis .local-extra-statistics {
    backdrop-filter: blur(5px);
    overflow: hidden;
    transform: translateY(0);
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.5),
        0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 2rem;
    background: linear-gradient(
        145deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85)
    );
    position: relative;
    border-left: 3px solid rgb(177,178,206);
}.local-data-analysis .local-extra-statistics::before {
    transition: opacity 0.5s ease;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 85%,
        rgb(177,178,206,0.5) 100%
    );
    left: 0;
    opacity: 0;
    width: 100%;
    top: 0;
}.local-data-analysis .local-extra-statistics:hover {
    box-shadow: 
        0 15px 35px -15px rgba(0, 0, 0, 0.5),
        0 5px 10px rgba(0, 0, 0, 0.03);
    transform: translateY(-5px);
}.local-data-analysis .local-extra-statistics:hover::before {
    opacity: 0.2;
}.local-data-analysis .local-extra-statistics div {
    flex-direction: column;
    z-index: 2;
    display: flex;
    position: relative;
    height: 100%;
    justify-content: center;
}.local-data-analysis .local-extra-statistics p {
    transform-origin: left center;
    background-clip: text;
    text-fill-color: transparent;
    line-height: 1;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(
        45deg,
        rgb(177,178,206) 0%,
        rgb(141,136,174) 100%
    );
    font-size: 3.5rem;
    -webkit-background-clip: text;
    transition: transform 0.3s ease;
    color: rgb(177,178,206);
    -webkit-text-fill-color: transparent;
}.local-data-analysis .local-extra-statistics:hover p {
    transform: scale(1.05);
}.local-data-analysis .local-extra-statistics span {
    margin-top: 0.75rem;
    color: #000000;
    font-size: 13px;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
    display: block;
    font-weight: 600;
}.local-data-analysis .local-extra-statistics span::after {
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
    bottom: -5px;
    left: 0;
    background: rgb(141,136,174);
    content: "";
    width: 0;
}.local-data-analysis .local-extra-statistics:hover span {
    transform: translateX(5px);
    color: #000000;
}.local-data-analysis .local-extra-statistics:hover span::after {
    width: 30%;
}

@keyframes lightPulse {
    0% {
        opacity: 0.03;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.08;
        transform: rotate(-15deg) scale(1.05);
    }
    100% {
        opacity: 0.05;
        transform: rotate(-15deg) scale(1);
    }
}

@media (max-width: 1200px) {.local-data-analysis ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}.local-data-analysis .local-extra-statistics p {
    font-size: 3rem;
}
}

@media (max-width: 992px) {.local-data-analysis {
    padding: 5rem 0;
}.local-data-analysis h4 {
    margin-top: 3rem;
}.local-data-analysis ul {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
}

@media (max-width: 768px) {.local-data-analysis {
    padding: 4rem 0;
}.local-data-analysis .container {
    padding: 0 1.5rem;
}.local-data-analysis ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
}.local-data-analysis .local-extra-statistics {
    padding: 1.75rem;
}.local-data-analysis .local-extra-statistics p {
    font-size: 2.5rem;
}
}

@media (max-width: 576px) {.local-data-analysis {
    padding: 3.5rem 0;
}.local-data-analysis .container {
    padding: 0 1.25rem;
}.local-data-analysis ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.local-data-analysis .local-extra-statistics {
    padding: 1.5rem;
}.local-data-analysis .local-extra-statistics p {
    font-size: 2.25rem;
}.local-data-analysis h4 {
    font-size: calc(18px * 0.9);
    margin-top: 2.5rem;
}.local-data-analysis h4::after {
    height: 2px;
    width: 50px;
}.local-data-analysis:hover h4::after {
    width: 80px;
}}.local-our-mission {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(177,178,206) 0%, #000000 100%);
    padding: 150px 0;
    color: #ffffff;
}.local-our-mission::before {
    position: absolute;
    content: "";
    animation: rotate-slow 120s linear infinite;
    height: 200%;
    z-index: 1;
    left: -50%;
    background: repeating-conic-gradient(
        #000000 0deg 10deg,
        rgba(0, 0, 0, 0.5) 10deg 15deg
    );
    opacity: 0.1;
    width: 200%;
    top: -50%;
}.local-our-mission::after {
    width: 100%;
    z-index: 2;
    background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.8) 70%);
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
}@keyframes rotate-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.local-our-mission .container {
    position: relative;
    z-index: 5;
}.local-our-mission h2 {
    margin-bottom: 80px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
    font-size: 47px;
    color: rgb(177,178,206);
}.local-our-mission h2::before {
    bottom: -20px;
    left: 50%;
    position: absolute;
    background-color: rgb(177,178,206);
    width: 100px;
    height: 1px;
    content: "";
    transform: translateX(-50%);
}.local-our-mission .local-master-study {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}.local-our-mission .local-impact-facts {
    flex: 0 0 50%;
    overflow: hidden;
    padding: 20px;
    perspective: 1000px;
    position: relative;
}.local-our-mission .local-impact-facts:first-child {
    animation: card-in-left 1s ease-out forwards;
    transform-origin: right center;
}.local-our-mission .local-impact-facts:last-child {
    animation: card-in-right 1s ease-out forwards;
    transform-origin: left center;
}@keyframes card-in-left {
    0% {
        transform: translateX(-100%) rotateY(90deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0) rotateY(0);
        opacity: 1;
    }
}

@keyframes card-in-right {
    0% {
        transform: translateX(100%) rotateY(-90deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0) rotateY(0);
        opacity: 1;
    }
}

.local-our-mission .local-impact-facts h3 {
    letter-spacing: 2px;
    position: relative;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}.local-our-mission .local-impact-facts p {
    line-height: 1.8;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    opacity: 1;
    color: #ffffff;
    margin: 0;
    font-size: 18px;
    padding: 0 40px;
}.local-our-mission .local-impact-facts::before {
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    z-index: -1;
    left: 0;
    content: "";
    transform: skewY(0deg);
    transition: transform 0.5s ease;
    position: absolute;
    width: 100%;
}.local-our-mission .local-impact-facts:hover::before {
    transform: skewY(-2deg);
}.local-our-mission .local-impact-facts::after {
    content: "";
    z-index: -1;
    height: 100%;
    transition: opacity 0.5s ease;
    background: linear-gradient(135deg, rgb(177,178,206,0.5) 0%, transparent 100%);
    left: 0;
    position: absolute;
    opacity: 0.1;
    top: 0;
    width: 100%;
}.local-our-mission .local-impact-facts:hover::after {
    opacity: 0.2;
}.local-our-mission .local-impact-facts h3::before {
    bottom: -10px;
    position: absolute;
    background-color: rgb(141,136,174);
    content: "";
    width: 30px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
}.local-our-mission .local-impact-facts:first-child::before {
    border-right: 1px solid rgb(177,178,206,0.5);
}.local-our-mission .local-impact-facts:last-child::before {
    border-left: 1px solid rgb(141,136,174,0.5);
}.local-our-mission .local-master-study::before {
    top: 50%;
    position: absolute;
    animation: pulse-circle 2s infinite;
    transform: translate(-50%, -50%);
    width: 40px;
    background-color: rgb(177,178,206);
    content: "";
    z-index: 10;
    border-radius: 50%;
    height: 40px;
    box-shadow: 0 0 20px rgb(177,178,206,0.5);
    left: 50%;
}.local-our-mission .local-master-study::after {
    transform: translate(-50%, -50%);
    background-color: rgb(141,136,174);
    z-index: 11;
    top: 50%;
    border-radius: 50%;
    content: "";
    width: 20px;
    position: absolute;
    left: 50%;
    height: 20px;
}@keyframes pulse-circle {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.local-our-mission .container::before {
    opacity: 0.2;
    height: 200px;
    position: absolute;
    border-radius: 20px;
    top: -100px;
    left: -100px;
    border: 1px solid rgb(177,178,206,0.5);
    content: "";
    transform: rotate(45deg);
    animation: float-element 10s ease-in-out infinite;
    width: 200px;
}.local-our-mission .container::after {
    width: 200px;
    right: -100px;
    opacity: 0.2;
    bottom: -100px;
    transform: rotate(45deg);
    content: "";
    border: 1px solid rgb(141,136,174,0.5);
    animation: float-element 10s ease-in-out infinite reverse;
    border-radius: 20px;
    position: absolute;
    height: 200px;
}

@keyframes float-element {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    50% {
        transform: rotate(60deg) translate(20px, 20px);
    }
}

@media screen and (max-width: 992px) {.local-our-mission {
    padding: 100px 0;
}.local-our-mission .local-impact-facts {
    flex: 0 0 100%;
    padding: 40px 0;
}.local-our-mission .local-impact-facts:first-child {
    animation: card-in-top 1s ease-out forwards;
}.local-our-mission .local-impact-facts:last-child {
    animation: card-in-bottom 1s ease-out forwards;
}@keyframes card-in-top {
        0% {
            transform: translateY(-100%);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    @keyframes card-in-bottom {
        0% {
            transform: translateY(100%);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    .local-our-mission .local-master-study::before,
    .local-our-mission .local-master-study::after {
    display: none;
}.local-our-mission .local-impact-facts:first-child::before {
    border-right: none;
    border-bottom: 1px solid rgb(177,178,206,0.5);
}.local-our-mission .local-impact-facts:last-child::before {
    border-top: 1px solid rgb(141,136,174,0.5);
    border-left: none;
}
}

@media screen and (max-width: 768px) {.local-our-mission {
    padding: 80px 0;
}.local-our-mission h2 {
    letter-spacing: 3px;
    font-size: calc(47px * 0.8);
    margin-bottom: 60px;
}.local-our-mission .local-impact-facts h3 {
    font-size: calc(20px * 0.9);
    letter-spacing: 1px;
}.local-our-mission .local-impact-facts p {
    padding: 0 30px;
}.local-our-mission .container::before,
    .local-our-mission .container::after {
    height: 150px;
    width: 150px;
}
}

@media screen and (max-width: 576px) {.local-our-mission {
    padding: 60px 0;
}.local-our-mission h2 {
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: calc(47px * 0.7);
}.local-our-mission h2::before {
    bottom: -15px;
    width: 80px;
}.local-our-mission .local-impact-facts {
    padding: 30px 0;
}.local-our-mission .local-impact-facts h3 {
    font-size: calc(20px * 0.85);
    margin-bottom: 15px;
}.local-our-mission .local-impact-facts h3::before {
    width: 25px;
    bottom: -8px;
}.local-our-mission .local-impact-facts p {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
    padding: 0 20px;
}.local-our-mission .container::before,
    .local-our-mission .container::after {
    height: 100px;
    width: 100px;
}}.local-join-now {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(215,216,230) 0%, rgb(177,178,206,0.5) 100%);
    position: relative;
    padding: 120px 0;
}.local-join-now::before {
    top: 0;
    left: 0;
    transform: skewY(-5deg);
    opacity: 0.1;
    position: absolute;
    height: 100%;
    content: '';
    z-index: 1;
    width: 100%;
    background: linear-gradient(to right, transparent 0%, #ffffff 50%, transparent 100%);
}.local-join-now::after {
    width: 100%;
    left: 0;
    height: 40%;
    opacity: 0.2;
    content: '';
    bottom: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to top, rgb(177,178,206,0.5) 0%, transparent 100%);
}.local-join-now .local-why-mission {
    position: relative;
    display: flex;
    border-radius: 27px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    align-items: center;
    overflow: hidden;
    background: #ffffff;
    z-index: 10;
}.local-join-now .container p {
    font-weight: 700;
    padding: 60px;
    color: #000000;
    margin: 0;
    font-size: 29px;
    z-index: 5;
    position: relative;
    line-height: 1.4;
    flex: 1;
}.local-join-now .local-query-support {
    text-transform: uppercase;
    background: linear-gradient(135deg, rgb(177,178,206) 0%, rgb(141,136,174) 100%);
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 50px;
    text-decoration: none;
    align-items: center;
    z-index: 5;
    font-size: 17px;
    justify-content: center;
    display: flex;
    flex: 0 0 300px;
    height: 100%;
    position: relative;
    transition: all 0.4s ease;
}.local-join-now .container p::after {
    border-radius: 10px;
    position: absolute;
    height: 4px;
    width: 60px;
    background: linear-gradient(to right, rgb(177,178,206), rgb(141,136,174));
    left: 60px;
    content: '';
    bottom: 40px;
}.local-join-now .local-query-support::before {
    transition: opacity 0.4s ease;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    opacity: 0;
    content: '';
    background: linear-gradient(135deg, rgb(141,136,174) 0%, rgb(177,178,206) 100%);
    top: 0;
}.local-join-now .local-query-support:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.local-join-now .local-query-support:hover::before {
    opacity: 1;
}.local-join-now .local-why-mission::before {
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(to right, rgb(177,178,206), rgb(141,136,174));
    left: 0;
    z-index: 2;
    height: 6px;
    top: 0;
}.local-join-now .local-why-mission::after {
    height: 100%;
    left: 0;
    z-index: 1;
    background: 
        radial-gradient(circle at 10% 90%, rgb(177,178,206,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgb(141,136,174,0.5) 0%, transparent 30%);
    bottom: 0;
    width: 100%;
    position: absolute;
    content: '';
    opacity: 0.05;
}

@media (max-width: 991px) {.local-join-now {
    padding: 90px 0;
}.local-join-now .container p {
    font-size: calc(22px * 1.2);
    padding: 40px;
}.local-join-now .local-query-support {
    flex: 0 0 200px;
    padding: 40px 20px;
}.local-join-now .container p::after {
    width: 50px;
    bottom: 30px;
    left: 40px;
}
}

@media (max-width: 767px) {.local-join-now {
    padding: 70px 0;
}.local-join-now .local-why-mission {
    flex-direction: column;
}.local-join-now .container p {
    text-align: center;
    padding: 30px;
    font-size: 22px;
}.local-join-now .local-query-support {
    flex: none;
    width: 100%;
    padding: 20px;
}.local-join-now .container p::after {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
}

@media (max-width: 480px) {.local-join-now {
    padding: 50px 0;
}.local-join-now .container p {
    font-size: calc(14px * 1.2);
    padding: 25px 20px;
}.local-join-now .local-query-support {
    padding: 15px;
    font-size: calc(17px * 0.9);
}
}