﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}html,body {
    scroll-behavior: smooth;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}.main-guide-234 {
    flex: 1 0 auto;
}.wrapper-segment-490 {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}.container {
    width: 1256px;
    margin: auto;
    max-width: 100%;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}.linkedin-ref-836 {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.linkedin-ref-836 {
    position: relative;
    background-attachment: fixed;
    padding: 6rem 0 3rem;
    z-index: 1;
    color: #ffffff;
}.linkedin-ref-836::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(204,198,212,0.5) 100%);
    width: 100%;
}.linkedin-ref-836::after {
    position: absolute;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    height: 100%;
    content: "";
    left: 0;
    z-index: -1;
    pointer-events: none;
    width: 100%;
    top: 0;
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.linkedin-ref-836 .container {
    position: relative;
    flex-direction: column;
    display: flex;
}.linkedin-ref-836 .company_holder {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 3rem;
    text-align: center;
    position: relative;
    padding-bottom: 2.5rem;
}.linkedin-ref-836 .company_holder::before,
.linkedin-ref-836 .company_holder::after {
    content: "";
    height: 2px;
    width: 20%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(167,161,179), transparent);
    animation: slide 3s infinite alternate;
    bottom: -1px;
}.linkedin-ref-836 .company_holder::before {
    animation-delay: 0s;
    left: 0;
}.linkedin-ref-836 .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.linkedin-ref-836 .company_holder h3 {
    position: relative;
    font-size: calc(36px * 1.3);
    display: inline-block;
    margin-bottom: 1rem;
    font-weight: 700;
}.linkedin-ref-836 .company_holder h3::after {
    position: absolute;
    content: "";
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
    bottom: -10px;
    height: 3px;
    background: rgb(167,161,179);
}.linkedin-ref-836 .ar-tools-859 {
    max-width: 600px;
    opacity: 0.8;
    color: #ffffff;
    line-height: 1.7;
    font-size: 13px;
    margin: 1.5rem auto 0;
}.linkedin-ref-836 .edu-links-741 {
    justify-content: center;
    display: flex;
}.linkedin-ref-836 .main-know-631 {
    display: flex;
    position: relative;
    gap: 6rem;
}.linkedin-ref-836 .main-know-631::before {
    transform: translateX(-50%);
    top: -30px;
    width: 1px;
    content: "";
    left: 50%;
    position: absolute;
    background: rgb(204,198,212);
    height: 20px;
}.linkedin-ref-836 .top-page-573 {
    background: rgba(255,255,255,0.05);
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    padding: 1rem 1.5rem;
    backdrop-filter: blur(10px);
}.linkedin-ref-836 .top-page-573:hover {
    background: rgba(rgb(204,198,212,0.5), 0.1);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.linkedin-ref-836 .top-page-573 h5 {
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-bottom: 0.8rem;
    margin-bottom: 1.5rem;
    color: rgb(167,161,179);
    font-size: 18px;
    font-weight: 600;
}.linkedin-ref-836 .top-page-573 .main-know-631 {
    position: static;
    flex-direction: column;
    display: flex;
    gap: 0.8rem;
}.linkedin-ref-836 .top-page-573 .main-know-631 a {
    padding: 0.4rem 0;
    position: relative;
    transition: all 0.3s ease;
    z-index: 1;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    opacity: 0.75;
    overflow: hidden;
}.linkedin-ref-836 .top-page-573 .main-know-631 a::before {
    position: absolute;
    transform-origin: center;
    left: 0;
    height: 1px;
    width: 100%;
    transition: transform 0.4s ease;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgb(204,198,212), transparent);
    bottom: 0;
    transform: scaleX(0);
    content: "";
}.linkedin-ref-836 .top-page-573 .main-know-631 a:hover {
    color: rgb(167,161,179);
    opacity: 1;
}.linkedin-ref-836 .top-page-573 .main-know-631 a:hover::before {
    transform: scaleX(1);
}.badge-case-287 {
    margin-top: 4rem;
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    padding: 1.2rem 0;
    overflow: hidden;
}.badge-case-287::before {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    background-image: linear-gradient(45deg, rgba(rgb(204,198,212,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(204,198,212,0.5), 0.05) 50%, rgba(rgb(204,198,212,0.5), 0.05) 75%, transparent 75%, transparent);
    opacity: 0.3;
    background-size: 4px 4px;
    animation: bgMove 20s linear infinite;
    content: "";
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.badge-case-287 .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.badge-case-287 .program-foot-403 {
    position: relative;
    opacity: 0.8;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
}.badge-case-287 .program-foot-403::before,
.badge-case-287 .program-foot-403::after {
    margin: 0 0.6rem;
    content: "•";
    color: rgb(204,198,212);
}

@media screen and (max-width: 992px) {.linkedin-ref-836 {
    padding: 4rem 0 2rem;
}.linkedin-ref-836 .company_holder {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}.linkedin-ref-836 .company_holder h3 {
    font-size: 36px;
}.linkedin-ref-836 .main-know-631 {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.linkedin-ref-836 .edu-links-741 {
    flex-direction: column;
    align-items: center;
}.linkedin-ref-836 .main-know-631 {
    flex-direction: column;
    max-width: 450px;
    width: 100%;
    gap: 2rem;
}.linkedin-ref-836 .top-page-573 {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.linkedin-ref-836 {
    padding: 3rem 0 1.5rem;
}.linkedin-ref-836 .company_holder h3 {
    font-size: calc(36px * 0.9);
}.linkedin-ref-836 .ar-tools-859 {
    font-size: calc(13px * 0.9);
}.linkedin-ref-836 .top-page-573 {
    padding: 1rem;
}.linkedin-ref-836 .top-page-573 h5 {
    font-size: calc(18px * 0.9);
}.badge-case-287 {
    margin-top: 2rem;
    padding: 1rem 0;
}.badge-case-287 .program-foot-403 {
    font-size: calc(15px * 0.9);
}.badge-case-287 .program-foot-403::before,
    .badge-case-287 .program-foot-403::after {
    display: none;
}}.tariff-block-829 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.tariff-block-829::before {
    top: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}.tariff-block-829 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
}.tariff-block-829 .training-fees-903 {
    position: relative;
}.tariff-block-829 h2 {
    color: #ffffff;
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;
    position: relative;
    transform: translateZ(0);
    letter-spacing: 0.5px;
    font-weight: 700;
}.tariff-block-829 h2::after {
    bottom: -15px;
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, rgb(204,198,212) 0%, rgb(167,161,179) 100%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: "";
}.tariff-block-829 .value-deals-469 {
    color: #ffffff;
    opacity: 0.9;
    margin: 0 auto 60px;
    max-width: 700px;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
}.tariff-block-829 .access-rates-083 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    display: grid;
    padding: 0;
    list-style: none;
    gap: 30px;
}.tariff-block-829 .access-rates-083 li {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.tariff-block-829 .access-rates-083 li:hover {
    transform: translateY(-10px);
    z-index: 3;
}.tariff-block-829 .price-choices-460 {
    position: relative;
    display: block;
    text-decoration: none;
    height: 100%;
    transition: all 0.3s ease;
}.tariff-block-829 .fee-options-561 {
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    position: relative;
    height: 100%;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    padding: 40px 25px;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
    border-top: 3px solid rgb(204,198,212);
}.tariff-block-829 .price-choices-460:hover .fee-options-561 {
    box-shadow: 0 20px 30px rgba(0,0,0,0.3);
    border-top-color: rgb(167,161,179);
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
}.tariff-block-829 .fee-options-561::before {
    height: 200%;
    transition: opacity 0.5s ease;
    position: absolute;
    content: "";
    opacity: 0;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    width: 200%;
    pointer-events: none;
    transform: rotate(45deg);
    left: -50%;
    top: -50%;
}.tariff-block-829 .price-choices-460:hover .fee-options-561::before {
    opacity: 1;
}.tariff-block-829 .annual-plan-680 {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
}.tariff-block-829 .annual-plan-680 h4 {
    display: inline-block;
    margin: 0 0 15px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    font-size: 19px;
}.tariff-block-829 .annual-plan-680 h4::after {
    position: absolute;
    bottom: -8px;
    transition: width 0.3s ease;
    content: "";
    left: 0;
    height: 2px;
    background: rgb(204,198,212);
    width: 40px;
}.tariff-block-829 .price-choices-460:hover .annual-plan-680 h4::after {
    background: rgb(167,161,179);
    width: 60px;
}.tariff-block-829 .annual-plan-680 p {
    margin: 0 0 30px;
    font-size: calc(12px - 2px);
    word-wrap: break-word;
    color: #ffffff;
    hyphens: auto;
    white-space: normal;
    opacity: 0.8;
    flex-grow: 1;
    line-height: 1.7;
    overflow-wrap: break-word;
}.tariff-block-829 .bundle-rate-012 {
    font-weight: 700;
    align-self: flex-start;
    color: #ffffff;
    padding: 10px 15px;
    font-size: calc(19px + 2px);
    transform: translateZ(0);
    display: inline-block;
    position: relative;
    background: linear-gradient(135deg, rgb(204,198,212) 0%, rgb(167,161,179) 100%);
    margin-top: auto;
    transition: all 0.3s ease;
}.tariff-block-829 .bundle-rate-012::before {
    opacity: 0;
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(135deg, rgb(204,198,212,0.5) 0%, rgb(167,161,179,0.5) 100%);
    right: 0;
    transition: opacity 0.3s ease;
    left: 0;
    top: 0;
}.tariff-block-829 .price-choices-460:hover .bundle-rate-012::before {
    opacity: 1;
}

@media (max-width: 991px) {.tariff-block-829 {
    padding: 80px 0;
}.tariff-block-829 .access-rates-083 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.tariff-block-829 .fee-options-561 {
    padding: 30px 20px;
}
}

@media (max-width: 767px) {.tariff-block-829 {
    padding: 60px 0;
}.tariff-block-829 h2 {
    font-size: calc(35px - 4px);
}.tariff-block-829 .value-deals-469 {
    margin-bottom: 40px;
    font-size: calc(12px - 1px);
}.tariff-block-829 .access-rates-083 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 400px;
}.tariff-block-829 .annual-plan-680 h4 {
    font-size: calc(19px - 1px);
}.tariff-block-829 .annual-plan-680 p {
    font-size: calc(12px - 3px);
}.tariff-block-829 .bundle-rate-012 {
    font-size: calc(19px);
}
}

@media (max-width: 480px) {.tariff-block-829 {
    padding: 50px 0;
}.tariff-block-829 h2 {
    font-size: calc(35px - 6px);
}.tariff-block-829 .fee-options-561 {
    padding: 25px 15px;
}.tariff-block-829 .access-rates-083 li:hover {
    transform: translateY(-5px);
}}.our-team-378 {
    background: rgb(237,234,239);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.our-team-378::before {
    height: 100%;
    content: '';
    opacity: 0.6;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, rgb(204,198,212,0.5) 0%, transparent 70%);
    position: absolute;
    width: 100%;
}.our-team-378 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.our-team-378 .learn-study-903 {
    flex-wrap: wrap;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    align-items: center;
    display: flex;
    background-color: #ffffff;
    overflow: hidden;
}.our-team-378 .skill-experts-943 {
    flex: 0 0 30%;
    position: relative;
    align-items: center;
    display: flex;
    background-color: rgb(204,198,212);
    flex-direction: column;
    padding: 40px;
}.our-team-378 .img-effect-310 {
    border: 5px solid #ffffff;
    height: 180px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    width: 180px;
    margin-bottom: 25px;
}.our-team-378 .mastery-center-890 {
    text-align: center;
    width: 100%;
}.our-team-378 .learn-spot-154 {
    font-size: 23px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 700;
}.our-team-378 .smart-classes-381 {
    opacity: 0.8;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}.our-team-378 .text-overlay-043 {
    flex: 0 0 70%;
    padding: 50px;
}.our-team-378 .learn-academy-398 {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 600;
    color: #000000;
    display: flex;
    align-items: center;
}.our-team-378 .learn-academy-398 svg {
    height: 30px;
    margin-right: 10px;
    fill: rgb(204,198,212);
    width: 30px;
}.our-team-378 .learn-academy-398 svg path {
    fill: rgb(204,198,212);
}.our-team-378 h2 {
    font-size: 35px;
    padding-bottom: 15px;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
}.our-team-378 h2::after {
    height: 3px;
    bottom: 0;
    background: rgb(204,198,212);
    width: 60px;
    position: absolute;
    left: 0;
    content: '';
}.our-team-378 p {
    color: #000000;
    font-size: 18px;
    line-height: 1.7;
}

@media (max-width: 992px) {.our-team-378 {
    padding: 70px 0;
}.our-team-378 .learn-study-903 {
    flex-direction: column;
}.our-team-378 .skill-experts-943 {
    flex: 0 0 100%;
    padding: 40px 20px;
    width: 100%;
}.our-team-378 .text-overlay-043 {
    flex: 0 0 100%;
    width: 100%;
    padding: 40px 20px;
}
}

@media (max-width: 768px) {.our-team-378 {
    padding: 50px 0;
}.our-team-378 .img-effect-310 {
    height: 150px;
    width: 150px;
}.our-team-378 h2 {
    font-size: calc(35px - 0.2rem);
}
}

@media (max-width: 480px) {.our-team-378 {
    padding: 40px 0;
}.our-team-378 .img-effect-310 {
    width: 120px;
    height: 120px;
}.our-team-378 .skill-experts-943 {
    padding: 30px 15px;
}.our-team-378 .text-overlay-043 {
    padding: 30px 15px;
}.our-team-378 .learn-spot-154 {
    font-size: calc(23px - 0.2rem);
}.our-team-378 .smart-classes-381 {
    font-size: calc(18px - 0.1rem);
}.our-team-378 h2 {
    padding-bottom: 10px;
    font-size: calc(35px - 0.4rem);
    margin-bottom: 15px;
}.our-team-378 p {
    font-size: calc(18px - 0.1rem);
}}.mentorship-profile-267 {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,234,239) 0%, rgb(204,198,212,0.5) 100%);
}.mentorship-profile-267::before {
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.08;
    background: repeating-linear-gradient(
    -45deg,
    rgb(204,198,212,0.5) 0px,
    rgb(204,198,212,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    left: 0;
    top: 0;
}.mentorship-profile-267::after {
    right: -50%;
    opacity: 0.15;
    height: 100%;
    background: radial-gradient(circle, rgb(167,161,179,0.5) 0%, transparent 70%);
    top: -50%;
    position: absolute;
    width: 100%;
    z-index: 0;
    content: "";
}.mentorship-profile-267 .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 2rem;
}.mentorship-profile-267 .client-voices-972 {
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    display: grid;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    grid-template-columns: 1fr;
    isolation: isolate;
    position: relative;
    gap: 2rem;
    padding: 3rem 2rem;
}.mentorship-profile-267 .client-voices-972::before {
    z-index: 1;
    background: linear-gradient(to bottom, rgb(204,198,212), rgb(167,161,179));
    width: 4px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}.mentorship-profile-267 .client-voices-972 > div:first-child {
    align-items: center;
    display: flex;
    order: 1;
    justify-content: center;
}.mentorship-profile-267 .client-voices-972 .img-effect-310 {
    position: relative;
    height: 200px;
    width: 200px;
    transform: translateY(-10px) rotate(-3deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.mentorship-profile-267 .client-voices-972 .img-effect-310::after {
    position: absolute;
    background: linear-gradient(to top right, rgba(rgb(204,198,212), 0.2), transparent);
    inset: 0;
    content: "";
    mix-blend-mode: overlay;
    z-index: 1;
}.mentorship-profile-267 .client-voices-972 .img-effect-310:hover {
    transform: translateY(-15px) rotate(0deg) scale(1.05);
}.mentorship-profile-267 .client-voices-972 > div:nth-child(2) {
    padding-left: 1rem;
    border-left: 1px solid rgb(204,198,212,0.5);
    order: 2;
}.mentorship-profile-267 .client-voices-972 .name {
    margin-bottom: 0.5rem;
    font-size: calc(22px * 1.1);
    color: rgb(204,198,212);
    position: relative;
    display: inline-block;
    font-weight: 700;
}.mentorship-profile-267 .client-voices-972 .name::after {
    position: absolute;
    background: rgb(167,161,179);
    height: 2px;
    transform-origin: left;
    width: 60%;
    transition: transform 0.3s ease-out;
    bottom: -4px;
    transform: scaleX(0.7);
    content: "";
    left: 0;
}.mentorship-profile-267 .client-voices-972 .name:hover::after {
    transform: scaleX(1);
}.mentorship-profile-267 .client-voices-972 > div:nth-child(2) > div {
    color: rgb(167,161,179);
    font-size: 12px;
    font-weight: 600;
    margin-top: 0.5rem;
    letter-spacing: 0.5px;
}.mentorship-profile-267 .client-voices-972 > div:nth-child(3) {
    margin-top: 1rem;
    position: relative;
    order: 3;
}.mentorship-profile-267 .client-voices-972 .job-tasks-149 {
    border-radius: 10px;
    padding: 1.5rem;
    font-size: 12px;
    background: linear-gradient(to right, rgb(237,234,239) 0%, transparent 100%);
    margin: 0;
    line-height: 1.7;
    position: relative;
    color: #000000;
}.mentorship-profile-267 .client-voices-972 .job-tasks-149::before {
    font-size: 5rem;
    content: "";
    color: rgb(204,198,212,0.5);
    position: absolute;
    left: 0;
    line-height: 1;
    top: -0.5rem;
    opacity: 0.3;
}

@media (min-width: 768px) {.mentorship-profile-267 .client-voices-972 {
    grid-template-columns: 250px 1fr;
    gap: 3rem;
    padding: 4rem;
    grid-template-areas: 
      "photo info"
      "quote quote";
}.mentorship-profile-267 .client-voices-972 > div:first-child {
    justify-content: flex-start;
    grid-area: photo;
}.mentorship-profile-267 .client-voices-972 > div:nth-child(2) {
    border-left: none;
    padding-left: 0;
    align-self: center;
    grid-area: info;
}.mentorship-profile-267 .client-voices-972 > div:nth-child(3) {
    grid-area: quote;
}.mentorship-profile-267 .client-voices-972 .job-tasks-149 {
    background: linear-gradient(135deg, rgb(237,234,239) 0%, transparent 100%);
    padding: 2rem;
}
}

@media (min-width: 992px) {.mentorship-profile-267 .client-voices-972 {
    grid-template-areas: 
      "photo info"
      "photo quote";
    grid-template-columns: 300px 1fr;
    gap: 3rem 4rem;
    padding: 5rem;
}.mentorship-profile-267 .client-voices-972 > div:first-child {
    align-self: start;
}.mentorship-profile-267 .client-voices-972 .img-effect-310 {
    width: 280px;
    height: 280px;
}.mentorship-profile-267 .client-voices-972 .name {
    font-size: calc(22px * 1.3);
}.mentorship-profile-267 .client-voices-972 > div:nth-child(2) > div {
    font-size: calc(12px * 1.1);
}.mentorship-profile-267 .client-voices-972 .job-tasks-149 {
    padding: 2.5rem;
    font-size: calc(12px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.mentorship-profile-267 .client-voices-972 {
    transform: perspective(1000px) rotateX(1deg) rotateY(-1deg);
    transition: transform 0.5s ease-out;
}.mentorship-profile-267 .client-voices-972:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.mentorship-profile-267 .client-voices-972 .img-effect-310 {
    width: 320px;
    height: 320px;
}
}

@media (max-width: 767px) {.mentorship-profile-267 {
    padding: 3rem 0;
}.mentorship-profile-267 .container {
    padding: 0 1.5rem;
}.mentorship-profile-267 .client-voices-972 {
    transform: none;
    padding: 2rem 1.5rem;
}.mentorship-profile-267 .client-voices-972 .img-effect-310 {
    width: 180px;
    height: 180px;
}}.contact-information-298 {
    position: relative;
    padding: 0;
}.contact-information-298::before {
    content: '';
    position: absolute;
    left: 0;
    background: rgb(237,234,239);
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.85;
}.contact-information-298 .container {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    padding: 0;
}.contact-information-298 .support-reach-985 {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(12, 1fr);
}.contact-information-298 .message-links-102 {
    margin-top: 80px;
    position: relative;
    grid-column: 3 / 11;
    border-radius: 29px;
    z-index: 10;
    overflow: hidden;
    grid-row: 1 / 2;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}.contact-information-298 .message-links-102 h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 40px;
    margin: 0;
    color: #ffffff;
    background: rgb(204,198,212);
}.contact-information-298 .message-links-102 div {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px;
}.contact-information-298 .message-links-102 svg {
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    background: rgb(237,234,239);
    margin-bottom: 15px;
}.contact-information-298 .message-links-102 svg path {
    fill: rgb(204,198,212);
}.contact-information-298 .message-links-102 span {
    color: #000000;
    font-size: 18px;
}.contact-information-298 .message-links-102 a {
    color: rgb(204,198,212);
    text-decoration: none;
    transition: color 0.3s ease;
}.contact-information-298 .message-links-102 a:hover {
    color: rgb(167,161,179);
}.contact-information-298 .support-grid-654 {
    padding: 170px 0 100px;
    background: rgb(204,198,212);
    margin-top: -100px;
    grid-row: 2 / 4;
    grid-column: 1 / 13;
}.contact-information-298 form {
    width: 60%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 60px;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 29px;
}.contact-information-298 form h3 {
    color: #000000;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
    position: relative;
}.contact-information-298 form h3::after {
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    content: '';
    width: 70px;
    background: rgb(204,198,212);
    bottom: -15px;
    left: 50%;
}.contact-information-298 form input[type="text"],
.contact-information-298 form input[type="email"] {
    border: 1px solid rgb(237,234,239);
    margin-bottom: 25px;
    font-size: 18px;
    transition: all 0.3s ease;
    background: #ffffff;
    width: 100%;
    border-radius: 10px;
    color: #000000;
    padding: 18px 20px;
}.contact-information-298 form input[type="text"]:focus,
.contact-information-298 form input[type="email"]:focus {
    outline: none;
    border-color: rgb(204,198,212);
    box-shadow: 0 0 0 3px rgb(204,198,212,0.5);
}.contact-information-298 form input::placeholder {
    color: #000000;
}.contact-information-298 .help-grid-045 {
    margin: 25px 0;
    display: flex;
    align-items: flex-start;
}.contact-information-298 .help-grid-045 input[type="checkbox"] {
    flex-shrink: 0;
    border-radius: 10px;
    width: 22px;
    position: relative;
    -webkit-appearance: none;
    border: 2px solid rgb(237,234,239);
    transition: all 0.3s ease;
    height: 22px;
    cursor: pointer;
    margin-right: 15px;
    appearance: none;
}.contact-information-298 .help-grid-045 input[type="checkbox"]:checked {
    border-color: rgb(204,198,212);
    background-color: rgb(204,198,212);
}.contact-information-298 .help-grid-045 input[type="checkbox"]:checked::before {
    border: solid #ffffff;
    position: absolute;
    height: 10px;
    width: 6px;
    content: '';
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    top: 4px;
    left: 7px;
}.contact-information-298 .help-grid-045 label {
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
}.contact-information-298 .help-grid-045 a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(204,198,212);
    font-weight: 600;
}.contact-information-298 .help-grid-045 a:hover {
    color: rgb(167,161,179);
}.contact-information-298 .feedback-section-421 {
    border: none;
    color: #ffffff;
    font-weight: 700;
    padding: 18px 20px;
    background: rgb(204,198,212);
    font-size: 17px;
    transition: all 0.3s ease;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
}.contact-information-298 .feedback-section-421:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
    background: rgb(167,161,179);
}

@media (max-width: 1200px) {.contact-information-298 .message-links-102 {
    grid-column: 2 / 12;
}.contact-information-298 form {
    width: 70%;
}
}

@media (max-width: 992px) {.contact-information-298 .message-links-102 {
    margin: 60px 20px 0;
    grid-column: 1 / 13;
}.contact-information-298 form {
    width: 80%;
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact-information-298 .message-links-102 h3 {
    padding: 30px;
    font-size: calc(30px * 0.9);
}.contact-information-298 .support-grid-654 {
    padding: 150px 20px 80px;
}.contact-information-298 form {
    width: 100%;
    padding: 40px 30px;
}.contact-information-298 form h3 {
    font-size: calc(30px * 0.9);
    margin-bottom: 35px;
}
}

@media (max-width: 576px) {.contact-information-298 .message-links-102 {
    margin: 40px 15px 0;
}.contact-information-298 .message-links-102 h3 {
    font-size: calc(30px * 0.85);
    padding: 25px 20px;
}.contact-information-298 .support-grid-654 {
    padding: 130px 15px 60px;
}.contact-information-298 form {
    padding: 30px 20px;
}.contact-information-298 form input[type="text"],
    .contact-information-298 form input[type="email"] {
    padding: 15px;
    margin-bottom: 20px;
}}.secure-haven-592 {
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
    color: #000000;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(237,234,239) 0%, rgb(237,234,239) 85%, rgba(rgb(204,198,212,0.5), 0.05) 100%);
}.secure-haven-592::before {
    box-shadow: 0 0 20px rgba(rgb(204,198,212,0.5), 0.2);
    top: 0;
    width: 100%;
    height: 8px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(204,198,212) 0%, rgb(167,161,179) 100%);
    left: 0;
    transform: scaleX(0.95);
    transform-origin: left;
}.secure-haven-592::after {
    border-radius: 50%;
    border: 2px solid rgba(rgb(204,198,212,0.5), 0.1);
    right: -100px;
    transform: rotate(-15deg);
    top: 40px;
    width: 250px;
    opacity: 0.5;
    position: absolute;
    pointer-events: none;
    height: 250px;
    content: "";
}.secure-haven-592 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1000px;
    z-index: 1;
}.secure-haven-592 h1 {
    font-weight: 700;
    transform: translateX(-0.5rem);
    color: rgb(204,198,212);
    font-size: calc(46px * 1.2);
    line-height: 1.2;
    margin-bottom: 2.5rem;
    position: relative;
}.secure-haven-592 h1::after {
    content: "";
    background: linear-gradient(90deg, rgb(204,198,212), transparent);
    left: 0;
    animation: pulse 4s infinite alternate ease-in-out;
    position: absolute;
    width: 6rem;
    bottom: -1rem;
    height: 4px;
    transform-origin: left;
}.secure-haven-592 h2 {
    font-weight: 600;
    position: relative;
    padding-left: 1.2rem;
    color: #000000;
    margin: 3rem 0 1.5rem;
    font-size: 31px;
}.secure-haven-592 h2::before {
    top: 0.25rem;
    content: "";
    left: 0;
    width: 4px;
    position: absolute;
    background: rgb(167,161,179);
    transform: scaleY(0.9);
    height: calc(100% - 0.5rem);
}.secure-haven-592 h3 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(31px * 0.85);
    font-weight: 600;
    position: relative;
    color: #000000;
    padding-left: 1rem;
}.secure-haven-592 h3::before {
    top: 0.2rem;
    position: absolute;
    left: 0;
    background: rgb(167,161,179);
    width: 3px;
    opacity: 0.8;
    height: calc(100% - 0.4rem);
    content: "";
    transform: scaleY(0.8);
}.secure-haven-592 h4 {
    font-size: calc(31px * 0.75);
    position: relative;
    margin: 2rem 0 1rem;
    padding-left: 0.8rem;
    color: #000000;
    font-weight: 600;
}.secure-haven-592 h4::before {
    height: calc(100% - 0.4rem);
    opacity: 0.7;
    top: 0.2rem;
    position: absolute;
    width: 2px;
    left: 0;
    background: rgb(167,161,179);
    content: "";
    transform: scaleY(0.7);
}.secure-haven-592 p {
    margin-bottom: 1.5rem;
    max-width: 90ch;
    line-height: 1.7;
    color: #000000;
    font-size: 17px;
}.secure-haven-592 p strong {
    padding: 0 0.2rem;
    background: linear-gradient(to bottom, transparent 60%, rgba(rgb(167,161,179,0.5), 0.15) 40%);
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #000000;
}.secure-haven-592 span {
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
    display: block;
    border-left: 1px dashed rgba(rgb(204,198,212,0.5), 0.3);
    max-width: 90ch;
    padding-left: 0.5rem;
    margin-bottom: 1.5rem;
}.secure-haven-592 ul {
    margin: 1.5rem 0 2rem 1.5rem;
    list-style-type: none;
    padding: 0;
}.secure-haven-592 li {
    padding-left: 1.8rem;
    line-height: 1.6;
    font-size: 17px;
    margin-bottom: 1.2rem;
    position: relative;
}.secure-haven-592 li::before {
    border: 2px solid rgb(204,198,212);
    transform: rotate(45deg);
    left: 0;
    content: "";
    width: 10px;
    top: 0.5rem;
    position: absolute;
    opacity: 0.8;
    transition: transform 0.3s ease, opacity 0.3s ease;
    height: 10px;
}.secure-haven-592 li:hover::before {
    transform: rotate(225deg);
    opacity: 1;
}

@keyframes pulse {
    0%, 100% {
        transform: scaleX(1);
        opacity: 0.8;
    }
    50% {
        transform: scaleX(1.1);
        opacity: 1;
    }
}

@media (min-width: 768px) {.secure-haven-592 {
    padding: 6rem 3rem;
}.secure-haven-592 .container {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}.secure-haven-592 h1 {
    grid-column: 1 / -1;
    font-size: calc(46px * 1.4);
    margin-bottom: 3rem;
}.secure-haven-592 p, 
    .secure-haven-592 span {
    font-size: calc(17px * 1.05);
}.secure-haven-592 h2 {
    margin-top: 4rem;
}.secure-haven-592 ul {
    margin-left: 2rem;
}
}

@media (min-width: 1024px) {.secure-haven-592 {
    padding: 8rem 4rem 6rem;
}.secure-haven-592::after {
    top: 80px;
    height: 400px;
    right: -80px;
    width: 400px;
}.secure-haven-592 .container {
    max-width: 1200px;
}.secure-haven-592 h1 {
    transform: translateX(-1rem);
}.secure-haven-592 h1::after {
    width: 8rem;
}.secure-haven-592 h2 {
    font-size: calc(31px * 1.1);
    padding-left: 1.5rem;
}.secure-haven-592 h2::before {
    width: 6px;
}.secure-haven-592 li {
    padding-left: 2rem;
}.secure-haven-592 li::before {
    height: 12px;
    width: 12px;
}
}

@media (max-width: 767px) {.secure-haven-592 {
    padding: 4rem 1.5rem;
}.secure-haven-592 h1 {
    font-size: calc(46px * 1.1);
    margin-bottom: 2rem;
}.secure-haven-592 h2 {
    font-size: calc(31px * 0.95);
    margin: 2.5rem 0 1.2rem;
}.secure-haven-592 h3, 
    .secure-haven-592 h4 {
    margin: 2rem 0 1rem;
}.secure-haven-592 p, 
    .secure-haven-592 span {
    font-size: calc(17px * 0.95);
}.secure-haven-592 ul {
    margin-left: 0.5rem;
}.secure-haven-592 li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}}.potential-enrollees-837 {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(237,234,239) 0%, rgb(167,161,179,0.5) 100%);
    position: relative;
    overflow: hidden;
}.potential-enrollees-837::before {
    height: 100%;
    width: 100%;
    background-size: 50px 50px;
    top: 0;
    left: 0;
    content: '';
    background: 
        linear-gradient(45deg, transparent 45%, rgb(204,198,212,0.5) 46%, rgb(204,198,212,0.5) 54%, transparent 55%),
        linear-gradient(135deg, transparent 45%, rgb(167,161,179,0.5) 46%, rgb(167,161,179,0.5) 54%, transparent 55%);
    position: absolute;
    z-index: 1;
    opacity: 0.1;
}.potential-enrollees-837::after {
    z-index: 1;
    opacity: 0.4;
    top: 0;
    width: 100%;
    position: absolute;
    animation: pulseDots 10s infinite alternate;
    height: 100%;
    content: '';
    left: 0;
    background-image: radial-gradient(circle at 50% 50%, rgb(204,198,212,0.5) 0%, transparent 2%),
        radial-gradient(circle at 20% 20%, rgb(204,198,212,0.5) 0%, transparent 2%),
        radial-gradient(circle at 30% 70%, rgb(204,198,212,0.5) 0%, transparent 2%),
        radial-gradient(circle at 70% 40%, rgb(204,198,212,0.5) 0%, transparent 2%),
        radial-gradient(circle at 80% 30%, rgb(204,198,212,0.5) 0%, transparent 2%),
        radial-gradient(circle at 90% 80%, rgb(204,198,212,0.5) 0%, transparent 2%),
        radial-gradient(circle at 10% 90%, rgb(204,198,212,0.5) 0%, transparent 2%),
        radial-gradient(circle at 60% 10%, rgb(204,198,212,0.5) 0%, transparent 2%),
        radial-gradient(circle at 40% 60%, rgb(204,198,212,0.5) 0%, transparent 2%),
        radial-gradient(circle at 95% 40%, rgb(204,198,212,0.5) 0%, transparent 2%);
    background-size: 180px 180px;
}.potential-enrollees-837 .learn-study-903 {
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
}.potential-enrollees-837 h3 {
    position: relative;
    box-shadow: -5px 0 15px rgb(204,198,212,0.5);
    text-align: left;
    border-left: 4px solid rgb(204,198,212);
    font-weight: 700;
    margin-bottom: 3rem;
    padding-left: 1.5rem;
    font-size: 28px;
    color: rgb(167,161,179);
}.potential-enrollees-837 ul {
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 2rem;
}.potential-enrollees-837 li {
    align-items: center;
    padding: 1.8rem;
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 26px;
}.potential-enrollees-837 li::before {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    content: '';
    pointer-events: none;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
}.potential-enrollees-837 li::after {
    left: 0;
    position: absolute;
    content: '';
    width: 5px;
    background: rgb(204,198,212);
    height: 100%;
    transition: width 0.4s ease, opacity 0.4s ease;
    opacity: 0.7;
    top: 0;
}.potential-enrollees-837 li:hover {
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 25px rgb(204,198,212,0.5);
    transform: translateY(-5px) scale(1.02);
}.potential-enrollees-837 li:hover::after {
    width: 8px;
    opacity: 1;
}.potential-enrollees-837 li svg {
    filter: drop-shadow(0 0 8px rgb(204,198,212,0.5));
    margin-right: 1.5rem;
    width: 40px;
    fill: rgb(204,198,212);
    flex-shrink: 0;
    transition: all 0.4s ease;
    height: 40px;
    animation: pulseIcon 3s infinite alternate;
}.potential-enrollees-837 li:hover svg {
    animation-duration: 1.5s;
}.potential-enrollees-837 li svg path {
    transition: all 0.4s ease;
}.potential-enrollees-837 li:hover svg path {
    fill: rgb(204,198,212);
}.potential-enrollees-837 li {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}.potential-enrollees-837 li:nth-child(1)::after {
    animation-delay: 0s;
}.potential-enrollees-837 li:nth-child(2)::after {
    animation-delay: 0.5s;
}.potential-enrollees-837 li:nth-child(3)::after {
    animation-delay: 1s;
}.potential-enrollees-837 li:nth-child(4)::after {
    animation-delay: 1.5s;
}.potential-enrollees-837 li:nth-child(1) svg {
    animation-delay: 0s;
}.potential-enrollees-837 li:nth-child(2) svg {
    animation-delay: 1s;
}.potential-enrollees-837 li:nth-child(3) svg {
    animation-delay: 0.5s;
}.potential-enrollees-837 li:nth-child(4) svg {
    animation-delay: 1.5s;
}

@keyframes pulseDots {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgb(204,198,212,0.5));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 12px rgb(204,198,212));
    }
}

@keyframes glowLine {
    0%, 100% {
        box-shadow: 0 0 5px rgb(204,198,212,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(204,198,212);
    }
}

@media (max-width: 991px) {.potential-enrollees-837 {
    padding: 4rem 0;
}.potential-enrollees-837 h3 {
    padding-left: 1.2rem;
    font-size: calc(28px * 0.9);
}.potential-enrollees-837 li {
    padding: 1.5rem;
}.potential-enrollees-837 li svg {
    margin-right: 1.2rem;
    height: 35px;
    width: 35px;
}
}

@media (max-width: 767px) {.potential-enrollees-837 {
    padding: 3rem 0;
}.potential-enrollees-837 ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.potential-enrollees-837 h3 {
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
    padding-left: 0;
    border-bottom: 4px solid rgb(204,198,212);
    text-align: center;
    box-shadow: 0 5px 15px rgb(204,198,212,0.5);
    font-size: calc(28px * 0.8);
    border-left: none;
}.potential-enrollees-837 li {
    padding: 1.2rem;
}.potential-enrollees-837 li svg {
    width: 30px;
    height: 30px;
    margin-right: 1rem;
}}.opening-page-280 {
    background: linear-gradient(135deg, rgb(237,234,239) 0%, rgba(94,170,168,0.1) 100%);
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}.opening-page-280 .learn-study-903 {
    padding: 2rem;
    position: relative;
    grid-template-rows: auto auto;
    margin: 0 auto;
    max-width: 1400px;
    grid-template-columns: 1fr;
    height: 100%;
    display: grid;
}.opening-page-280 .text-overlay-043 {
    padding: 3rem 1.5rem;
    animation: slideInText 0.8s cubic-bezier(0.215, 0.610, 0.355, 1) forwards;
    z-index: 2;
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 3px 10px rgba(0,0,0,0.05);
    background: linear-gradient(165deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.8) 100%);
    position: relative;
}.opening-page-280 h1 {
    line-height: 1.2;
    opacity: 0;
    font-size: clamp(1.75rem, 4vw, 34px);
    animation: fadeInTitle 0.6s ease-out 0.3s forwards;
    font-weight: 700;
    transform: translateX(-5px);
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    color: rgb(204,198,212);
    position: relative;
}.opening-page-280 h1::after {
    height: 3px;
    content: "";
    bottom: -8px;
    position: absolute;
    left: 0;
    animation: expandLine 0.5s ease-out 0.8s forwards;
    width: 60px;
    background: linear-gradient(90deg, rgb(204,198,212) 0%, rgb(167,161,179) 100%);
    transform: scaleX(0);
    transform-origin: left center;
}.opening-page-280 .learning-page-107 {
    flex-direction: column;
    opacity: 0;
    align-items: flex-start;
    display: flex;
    animation: fadeUpInfo 0.7s ease-out 0.5s forwards;
    margin-bottom: 2rem;
    transform: translateY(20px);
}.opening-page-280 .learning-page-107 svg {
    height: 80px;
    transform-origin: center;
    width: 80px;
    animation: rotateSvg 15s ease-in-out infinite alternate;
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.1));
    transform: rotate(-5deg);
    margin-bottom: 1.5rem;
}.opening-page-280 .learning-page-107 svg path {
    stroke-width: 0.5;
    animation: drawPath 2s ease-out 0.7s forwards;
    stroke-dasharray: 1000;
    fill: rgb(204,198,212);
    opacity: 0;
    stroke-dashoffset: 1000;
    stroke: rgb(167,161,179);
}.opening-page-280 .learning-page-107 svg text {
    opacity: 0;
    animation: fadeInText 1s ease-out 1.5s forwards;
    fill: rgb(204,198,212);
}.opening-page-280 .learning-page-107 p {
    margin-bottom: 2rem;
    font-size: clamp(1rem, 2vw, 17px);
    color: #000000;
    position: relative;
    line-height: 1.6;
    max-width: 550px;
    padding-left: 12px;
}.opening-page-280 .learning-page-107 p::before {
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(204,198,212), rgba(94,170,168,0.3));
    position: absolute;
    content: "";
    width: 3px;
    transform-origin: top;
    transform: scaleY(0);
    animation: expandVerticalLine 0.5s ease-out 1.2s forwards;
    left: 0;
}.opening-page-280 ul {
    margin: 0;
    list-style: none;
    display: flex;
    padding: 0;
}.opening-page-280 ul li {
    margin-right: 1rem;
    opacity: 0;
    animation: fadeUpButton 0.6s ease-out 0.9s forwards;
    transform: translateY(20px);
}.opening-page-280 .feedback-section-421 {
    overflow: hidden;
    position: relative;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    transform: translateZ(0);
    display: inline-block;
    padding: 0.9rem 2rem;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(204,198,212) 0%, rgb(167,161,179) 100%);
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
}.opening-page-280 .feedback-section-421:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(94,170,168,0.4);
}.opening-page-280 .feedback-section-421::before {
    content: "";
    transform: skewX(-25deg);
    left: -100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
    transition: all 0.75s ease;
    position: absolute;
    height: 100%;
    top: 0;
}.opening-page-280 .feedback-section-421:hover::before {
    left: 100%;
}.opening-page-280 .img-effect-310 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    position: relative;
    opacity: 0;
    overflow: hidden;
    border-radius: 5px;
    height: 50vh;
    width: 100%;
    animation: fadeInPhoto 0.8s ease-out 0.7s forwards;
    transform: translateY(20px);
}.opening-page-280 .img-effect-310::before {
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgba(94,170,168,0.4) 0%, rgba(94,170,168,0) 50%);
}.opening-page-280 .img-effect-310::after {
    opacity: 0.15;
    animation: floatGlow 8s ease-in-out infinite alternate;
    border-radius: 50%;
    right: -10%;
    top: -10%;
    content: "";
    filter: blur(40px);
    width: 100px;
    height: 100px;
    background: rgb(204,198,212);
    position: absolute;
}

@keyframes slideInText {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInTitle {
    from {
        transform: translateX(-5px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes rotateSvg {
    0%, 100% {
        transform: rotate(-5deg);
    }
    50% {
        transform: rotate(5deg);
    }
}

@keyframes drawPath {
    from {
        stroke-dashoffset: 1000;
        opacity: 0;
    }
    to {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes fadeInText {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

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

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

@keyframes floatGlow {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 30px);
    }
    100% {
        transform: translate(10px, -20px);
    }
}

@media (min-width: 768px) {.opening-page-280 .learn-study-903 {
    height: 100vh;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
    align-items: center;
    gap: 2rem;
}.opening-page-280 .text-overlay-043 {
    padding: 3rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}.opening-page-280 .learning-page-107 svg {
    height: 100px;
    width: 100px;
}.opening-page-280 .img-effect-310 {
    animation: fadeInPhotoDesktop 1s ease-out 0.7s forwards;
    height: 80vh;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    transform-origin: left center;
    transform: perspective(1000px) rotateY(-5deg);
}
    
    @keyframes fadeInPhotoDesktop {
        from {
            transform: perspective(1000px) rotateY(-10deg) translateX(50px);
            opacity: 0;
        }
        to {
            transform: perspective(1000px) rotateY(-5deg) translateX(0);
            opacity: 1;
        }
    }
}

@media (min-width: 992px) {.opening-page-280 .learn-study-903 {
    gap: 4rem;
    max-height: 90vh;
}.opening-page-280 .text-overlay-043 {
    padding: 4rem;
}.opening-page-280 h1 {
    font-size: 34px;
}.opening-page-280 .learning-page-107 p {
    font-size: 17px;
}.opening-page-280 .img-effect-310 {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    transform: perspective(1500px) rotateY(-8deg);
    box-shadow: 25px 25px 50px rgba(0,0,0,0.2);
}
}

@media (min-width: 1200px) {.opening-page-280 .learn-study-903 {
    padding: 0 5rem;
}.opening-page-280 .text-overlay-043 {
    transform: translateZ(0) translateX(-2rem);
}.opening-page-280 .learning-page-107 svg {
    height: 120px;
    width: 120px;
}.opening-page-280 .img-effect-310 {
    transform: perspective(2000px) rotateY(-12deg);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 5% 100%);
}
}

@media (max-width: 767px) {.opening-page-280 {
    padding-top: 60px;
}.opening-page-280 .learn-study-903 {
    padding: 1.5rem;
}.opening-page-280 .text-overlay-043 {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
}.opening-page-280 h1 {
    font-size: 1.75rem;
}.opening-page-280 .learning-page-107 p {
    font-size: 0.95rem;
}.opening-page-280 .feedback-section-421 {
    padding: 0.8rem 1.8rem;
}
}

@media (max-width: 480px) {.opening-page-280 .text-overlay-043 {
    padding: 1.5rem 1rem;
}.opening-page-280 h1 {
    font-size: 1.5rem;
}.opening-page-280 .learning-page-107 svg {
    width: 70px;
    height: 70px;
}.opening-page-280 .img-effect-310 {
    height: 40vh;
}.opening-page-280 .feedback-section-421 {
    width: 100%;
    text-align: center;
}}.course-program-description-790 {
    flex-direction: column;
    min-height: 100vh;
    background: rgb(237,234,239);
    position: relative;
    overflow: hidden;
    display: flex;
}.course-program-description-790 .study-track-964 {
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
}.course-program-description-790 .study-track-964::after {
    position: absolute;
    content: "";
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(237,234,239) 90%
    );
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}.course-program-description-790 .learn-plan-465 {
    animation: carousel-zoom 25s ease-in-out infinite;
    height: 100%;
    display: flex;
    width: 100%;
}.course-program-description-790 .study-track-964:hover .learn-plan-465 {
    animation-play-state: paused;
}.course-program-description-790 .education-guide-526 {
    width: 100%;
    height: 100%;
    position: relative;
    flex-shrink: 0;
}.course-program-description-790 .education-guide-526 img {
    filter: brightness(0.9) saturate(1.2);
    transform-origin: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
}.course-program-description-790 .container {
    justify-content: center;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    padding: 2rem;
    z-index: 3;
    position: relative;
}.course-program-description-790 .learn-study-903 {
    max-width: 800px;
    position: relative;
    width: 100%;
}.course-program-description-790 .program-route-690 {
    position: relative;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 
                0 5px 10px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
}.course-program-description-790 .program-route-690:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}.course-program-description-790 .program-route-690::before {
    position: absolute;
    bottom: 20px;
    content: "";
    border-radius: 10px;
    left: 20px;
    pointer-events: none;
    top: 20px;
    opacity: 0.3;
    right: 20px;
    border: 1px solid rgb(204,198,212);
}.course-program-description-790 .program-route-690 h3 {
    font-size: 37px;
    margin-bottom: 0.5rem;
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: rgb(204,198,212);
}.course-program-description-790 .program-route-690 h3::after {
    bottom: -10px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    background: rgb(204,198,212);
    width: 80px;
    left: 50%;
    height: 2px;
}.course-program-description-790 .program-route-690 p {
    max-width: 90%;
    margin: 0 auto 2rem;
    font-size: 12px;
    color: #000000;
    line-height: 1.7;
}.course-program-description-790 .program-route-690 .feedback-section-421 {
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    padding: 0.9rem 2.5rem;
    display: inline-block;
    border-radius: 14px;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    background: rgb(204,198,212);
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}.course-program-description-790 .program-route-690 .feedback-section-421::before {
    position: absolute;
    z-index: -1;
    transform: skewX(-25deg) translateX(-100%);
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: all 0.6s ease;
    content: "";
    top: 0;
    left: -10%;
    width: 120%;
}.course-program-description-790 .program-route-690 .feedback-section-421:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.course-program-description-790 .program-route-690 .feedback-section-421:hover::before {
    transform: skewX(-25deg) translateX(100%);
}

@keyframes carousel-zoom {
    0%, 20% {
        transform: scale(1);
    }
    25%, 45% {
        transform: scale(1.1) translateX(-5%);
    }
    50%, 70% {
        transform: scale(1) translateY(3%);
    }
    75%, 95% {
        transform: scale(1.05) translateX(5%);
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width: 768px) and (max-width: 991px) {.course-program-description-790 .study-track-964::after {
    background: radial-gradient(
            circle at center,
            transparent 20%,
            rgb(237,234,239) 85%
        );
}.course-program-description-790 .learn-plan-465 {
    animation-duration: 20s;
}.course-program-description-790 .learn-study-903 {
    max-width: 600px;
}.course-program-description-790 .program-route-690 {
    padding: 2.5rem;
}.course-program-description-790 .program-route-690 h3 {
    font-size: calc(37px * 0.9);
}.course-program-description-790 .program-route-690 p {
    max-width: 95%;
}
}

@media (max-width: 767px) {.course-program-description-790 {
    min-height: auto;
    padding: 4rem 0;
}.course-program-description-790 .study-track-964 {
    position: fixed;
    z-index: 0;
}.course-program-description-790 .study-track-964::after {
    background: radial-gradient(
            circle at center,
            transparent 0%,
            rgb(237,234,239) 70%
        );
}.course-program-description-790 .learn-plan-465 {
    animation-duration: 15s;
}.course-program-description-790 .learn-study-903 {
    max-width: 100%;
}.course-program-description-790 .program-route-690 {
    padding: 2rem 1.5rem;
}.course-program-description-790 .program-route-690::before {
    bottom: 10px;
    left: 10px;
    top: 10px;
    right: 10px;
}.course-program-description-790 .program-route-690 h3 {
    font-size: 19px;
}.course-program-description-790 .program-route-690 h3::after {
    width: 60px;
}.course-program-description-790 .program-route-690 p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 100%;
}.course-program-description-790 .program-route-690 .feedback-section-421 {
    width: 100%;
    padding: 0.8rem 1.5rem;
}}.gratWrapper-038 {
    position: relative;
    background: linear-gradient(135deg, rgb(237,234,239) 0%, rgb(204,198,212,0.5) 100%);
    overflow: hidden;
    padding: 4rem 0;
}.gratWrapper-038::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(204,198,212,0.5) 0,
        rgb(204,198,212,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
}.gratWrapper-038::after {
    border-radius: 50%;
    animation: pulse 10s infinite alternate ease-in-out;
    background: rgb(167,161,179);
    opacity: 0.1;
    content: "";
    top: -10%;
    filter: blur(100px);
    position: absolute;
    right: -5%;
    width: 300px;
    height: 300px;
    z-index: 0;
}.gratWrapper-038 .container {
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.gratWrapper-038 h2 {
    color: rgb(204,198,212);
    font-weight: 700;
    transform: translateX(-10px);
    line-height: 1.3;
    opacity: 0;
    font-size: 33px;
    position: relative;
    margin-bottom: 2.5rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    max-width: 90%;
    animation: slideInTitle 0.8s forwards ease-out;
    animation-delay: 0.3s;
}.gratWrapper-038 h2::after {
    position: absolute;
    left: 0;
    content: "";
    background: rgb(167,161,179);
    height: 3px;
    bottom: -15px;
    transform: scaleX(0);
    width: 80px;
    transform-origin: left;
    animation: expandLine 1s forwards ease-out;
    animation-delay: 1s;
}.gratWrapper-038 .learn-study-903 {
    animation: fadeUpIn 1s forwards ease-out;
    position: relative;
    padding: 2.5rem;
    opacity: 0;
    animation-delay: 0.5s;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    transform: translateY(20px);
}.gratWrapper-038 .learn-study-903::before {
    left: 20px;
    border: 1px solid rgb(204,198,212,0.5);
    content: "";
    right: 20px;
    opacity: 0.1;
    bottom: 20px;
    top: 20px;
    position: absolute;
    pointer-events: none;
}.gratWrapper-038 ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}.gratWrapper-038 li {
    position: relative;
    padding-left: 2rem;
}.gratWrapper-038 li::before {
    left: 0;
    position: absolute;
    transform: rotate(45deg);
    opacity: 0;
    animation: fadeIn 0.5s forwards ease-out;
    top: 0.5rem;
    background: rgb(167,161,179);
    animation-delay: 1.2s;
    height: 8px;
    content: "";
    width: 8px;
}.gratWrapper-038 li span {
    display: block;
    font-size: calc(13px * 1.05);
    position: relative;
    animation: fadeUpIn 0.8s forwards ease-out;
    opacity: 0;
    font-family: Arial, sans-serif;
    transform: translateY(10px);
    margin-bottom: 1rem;
    line-height: 1.7;
    color: #000000;
    animation-delay: 0.8s;
}.gratWrapper-038 li span::after {
    content: "";
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgb(204,198,212,0.5) 0%, transparent 100%);
    bottom: -15px;
    opacity: 0.2;
    position: absolute;
}

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

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

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

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

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

@media (max-width: 992px) {.gratWrapper-038 {
    padding: 3rem 0;
}.gratWrapper-038 h2 {
    font-size: calc(33px * 0.9);
    max-width: 100%;
}.gratWrapper-038 .learn-study-903 {
    padding: 2rem;
}
}

@media (max-width: 768px) {.gratWrapper-038 h2 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.8);
}.gratWrapper-038 .learn-study-903 {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.gratWrapper-038 li span {
    font-size: 13px;
}.gratWrapper-038::after {
    width: 200px;
    height: 200px;
    right: -10%;
    top: -5%;
}
}

@media (max-width: 576px) {.gratWrapper-038 {
    padding: 2.5rem 0;
}.gratWrapper-038 .container {
    padding: 0 1.5rem;
}.gratWrapper-038 h2 {
    font-size: calc(33px * 0.7);
}.gratWrapper-038 h2::after {
    height: 2px;
    width: 60px;
}.gratWrapper-038 .learn-study-903 {
    padding: 1.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
}.gratWrapper-038 li {
    padding-left: 1.5rem;
}.gratWrapper-038 li::before {
    height: 6px;
    width: 6px;
}.gratWrapper-038 li span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}header {
    z-index: 99;
    overflow: visible;
    position: relative;
    background: rgb(237,234,239);
    width: 100%;
}header::before {
    height: 100%;
    opacity: 0.2;
    background: radial-gradient(circle at 30% 30%, rgb(204,198,212,0.5) 0%, transparent 70%);
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
}header .page-nav-751 {
    padding: 25px 30px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}header .page-nav-751::before {
    left: 10%;
    top: -10px;
    height: 5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(204,198,212), transparent);
    filter: blur(5px);
    width: 30%;
    content: "";
}header .page-nav-751::after {
    position: absolute;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(167,161,179));
    right: 10%;
    width: 30%;
    bottom: -10px;
    filter: blur(5px);
}header .page-nav-751 .nav-learning-629 {
    position: relative;
    padding: 5px;
    z-index: 2;
}header .page-nav-751 .nav-learning-629::before {
    width: calc(100% + 10px);
    left: -5px;
    height: calc(100% + 10px);
    transition: opacity 0.3s ease;
    filter: blur(15px);
    background: linear-gradient(135deg, rgb(204,198,212), rgb(167,161,179));
    content: "";
    top: -5px;
    z-index: -1;
    opacity: 0;
    position: absolute;
}header .page-nav-751 .nav-learning-629:hover::before {
    opacity: 0.7;
}header .page-nav-751 .nav-learning-629 .site-start-140 {
    display: block;
    transition: transform 0.3s ease;
    position: relative;
}header .page-nav-751 .nav-learning-629:hover .site-start-140 {
    transform: scale(1.05);
}header .page-nav-751 .nav-learning-629 .site-start-140 svg {
    height: 45px;
    width: auto;
}header .page-nav-751 .top-page-573 {
    display: flex;
    list-style: none;
    position: relative;
    margin: 0;
    border-radius: 24px;
    padding: 10px;
}header .page-nav-751 .top-page-573::before {
    content: "";
    left: 0;
    backdrop-filter: blur(5px);
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    z-index: -1;
    height: 100%;
    opacity: 0.1;
    border-radius: 24px;
}header .page-nav-751 .top-page-573 .header-nav-018 {
    margin: 0 3px;
    position: relative;
}header .page-nav-751 .top-page-573 .header-nav-018 a {
    font-family: Arial, sans-serif;
    display: block;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    border-radius: 10px;
    padding: 8px 15px;
    font-size: 16px;
    z-index: 1;
    color: #000000;
    overflow: hidden;
}header .page-nav-751 .top-page-573 .header-nav-018 a::before {
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(204,198,212), rgb(167,161,179));
    top: 0;
    opacity: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
}header .page-nav-751 .top-page-573 .header-nav-018 a::after {
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    transform: translate(-50%, -50%) scale(0);
    content: "";
    z-index: -1;
    height: 150%;
    position: absolute;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    left: 50%;
    width: 150%;
    top: 50%;
}header .page-nav-751 .top-page-573 .header-nav-018:hover a::before {
    opacity: 1;
}header .page-nav-751 .top-page-573 .header-nav-018:hover a {
    color: #ffffff;
}header .page-nav-751 .top-page-573 .header-nav-018:active a::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
}header .page-nav-751 .top-page-573 .header-nav-018:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(204,198,212), rgb(167,161,179));
}header .page-nav-751 .top-page-573 .header-nav-018:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(204,198,212), rgb(167,161,179));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(204,198,212), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(204,198,212), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(204,198,212), 0);
    }
}

@media (max-width: 992px) {header .page-nav-751 {
    flex-direction: column;
    padding: 20px 15px;
}header .page-nav-751 .nav-learning-629 {
    margin-bottom: 15px;
}header .page-nav-751 .top-page-573 {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}header .page-nav-751 .top-page-573 .header-nav-018 {
    margin: 3px;
}header .page-nav-751 .top-page-573 .header-nav-018 a {
    font-size: calc(16px - 1px);
    padding: 6px 12px;
}
}

@media (max-width: 767px) {header .page-nav-751 {
    padding: 15px 10px;
}header .page-nav-751 .nav-learning-629 .site-start-140 svg {
    height: 40px;
}header .page-nav-751 .top-page-573 {
    padding: 5px;
}header .page-nav-751 .top-page-573 .header-nav-018 a {
    font-size: calc(16px - 2px);
    padding: 5px 10px;
}}.cookie-window-dialog-213 {
    position: fixed;
    padding: 20px 0;
    transition: transform 0.5s ease-in-out;
    bottom: 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(167,161,179);
    border-top: 3px solid rgb(167,161,179);
    transform: translateY(100%);
    animation: slideUp 0.5s forwards;
    font-family: Arial, sans-serif;
    width: 100%;
    z-index: 90;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.data-guard-451 {
    padding: 20px 5%;
    align-items: center;
    gap: 20px;
    display: flex;
    justify-content: space-between;
}.cookie-window-dialog-213 h5 {
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
}.cookie-window-dialog-213 p {
    color: #ffffff;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
}.tracking-policy-921 {
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgb(204,198,212));
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}.tracking-policy-921 svg {
    width: 80px;
    fill: rgb(204,198,212);
    transition: transform 0.3s ease-in-out;
    height: 80px;
}.tracking-policy-921:hover svg {
    transform: scale(1.1);
}.cookie-guard-326 {
    box-shadow: 0 0 15px rgb(204,198,212);
    border-radius: 17px;
    min-width: 140px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
    flex-shrink: 0;
    background: linear-gradient(90deg, rgb(204,198,212), rgb(167,161,179));
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
    padding: 10px 20px;
}.cookie-guard-326:hover {
    box-shadow: 0 0 20px rgb(167,161,179);
}.cookie_button.cookies-tech-210:hover {
    box-shadow: 0 0 15px rgb(167,161,179);
}.cookie-window-dialog-213 p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(204,198,212);
}.cookie-window-dialog-213 p a:hover {
    color: rgb(167,161,179);
}#cookieBannerAlert-975 {
    display: none;
}#cookieBannerAlert-975:checked ~ .cookie-window-dialog-213 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie-window-dialog-213 {
    padding: 15px 0;
}.data-guard-451 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.tracking-policy-921 {
    display: none;
}.data-guard-451 {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.cookie-window-dialog-213 h5 {
    margin-bottom: 5px;
    font-size: 16px;
}.cookie-verify-659 {
    margin-bottom: 15px;
}.cookie-guard-326 {
    margin: 10px 0;
    min-width: 100%;
}
}
