* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.top_nav95136 {
    flex: 1 0 auto;
}.inclusion85361 {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: auto;
    min-height: 100%;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.wrapper-canvas96507 {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1271px;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.mentorship_experience73415 {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(235,228,242) 0%, rgb(212,195,225,0.5) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.mentorship_experience73415::before {
    animation: rotateBackground 15s linear infinite;
    position: absolute;
    opacity: 0.4;
    background: conic-gradient(from 225deg at 50% 50%, rgb(180,158,202,0.5) 0%, transparent 25%, rgb(212,195,225,0.5) 50%, transparent 75%, rgb(180,158,202,0.5) 100%);
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
}.mentorship_experience73415 .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
}.mentorship_experience73415 .user_stories61504 {
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    gap: 1.5rem;
    transform: rotateY(-5deg);
    grid-template-rows: auto auto;
    grid-template-areas:
        "photo quote"
        "info quote";
    grid-template-columns: 300px 1fr;
    position: relative;
    transition: transform 0.5s ease;
    backdrop-filter: blur(10px);
    display: grid;
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(180,158,202,0.5),
                0 10px 0 -5px rgb(212,195,225,0.5);
}.mentorship_experience73415 .user_stories61504:hover {
    transform: rotateY(0);
}.mentorship_experience73415 .pic_strip23410 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(212,195,225,0.5);
    border-radius: 50%;
    grid-area: photo;
    width: 220px;
    transition: all 0.4s ease;
    height: 220px;
    transform: translateZ(30px);
    border: 5px solid #ffffff;
}.mentorship_experience73415 .user_stories61504:hover .pic_strip23410 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(212,195,225);
    transform: translateZ(50px) scale(1.05);
}.mentorship_experience73415 .name {
    transform: translateZ(20px);
    margin-bottom: 0.5rem;
    color: #000000;
    font-weight: 700;
    grid-area: info;
    margin-top: 1rem;
    display: block;
    font-size: 33px;
}.mentorship_experience73415 .user_stories61504 span:not(.name) {
    transform: translateZ(15px);
    color: rgb(212,195,225);
    font-size: 18px;
    font-weight: 600;
    grid-area: info;
    margin-top: 3.5rem;
    display: block;
}.mentorship_experience73415 .exp_grid54978 {
    position: relative;
    font-size: calc(18px * 1.1);
    border-left: 4px solid rgb(180,158,202);
    font-weight: 400;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    padding: 1.5rem 2rem;
    color: #000000;
    transform: translateZ(10px);
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    grid-area: quote;
    line-height: 1.6;
    border-radius: 0 24px 24px 0;
}.mentorship_experience73415 .exp_grid54978::before {
    background: linear-gradient(45deg, transparent 40%, rgb(180,158,202,0.5) 40%, rgb(180,158,202,0.5) 60%, transparent 60%);
    height: 100%;
    opacity: 0.2;
    top: 0;
    position: absolute;
    width: 100%;
    background-size: 200% 200%;
    mix-blend-mode: overlay;
    content: "";
    animation: shimmer 3s infinite linear;
    left: 0;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 992px) {.mentorship_experience73415 .user_stories61504 {
    grid-template-rows: auto auto auto;
    padding: 2rem;
    grid-template-areas:
            "pic_strip23410"
            "feedback_form42987"
            "exp_grid54978";
    grid-template-columns: 1fr;
}.mentorship_experience73415 .pic_strip23410 {
    height: 180px;
    margin: 0 auto;
    width: 180px;
}.mentorship_experience73415 .name,
    .mentorship_experience73415 .user_stories61504 span:not(.name) {
    margin-top: 1rem;
    text-align: center;
}.mentorship_experience73415 .user_stories61504 span:not(.name) {
    margin-top: 0;
}
}

@media (max-width: 576px) {.mentorship_experience73415 {
    padding: 4rem 0;
}.mentorship_experience73415 .user_stories61504 {
    transform: none;
    padding: 1.5rem;
}.mentorship_experience73415 .pic_strip23410 {
    width: 140px;
    height: 140px;
}.mentorship_experience73415 .exp_grid54978 {
    font-size: 18px;
    padding: 1rem;
}}.program_overview85720 {
    padding: 100px 0;
    background: linear-gradient(215deg, rgb(235,228,242) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(212,195,225,0.5) 90%);
    position: relative;
    overflow: hidden;
}.program_overview85720::before {
    opacity: 0.03;
    top: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    animation: gridFlow 20s linear infinite;
    content: "";
    background-image: 
        linear-gradient(transparent 0%, transparent 49%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%),
        linear-gradient(90deg, transparent 0%, transparent 49%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%);
    width: 100%;
    background-size: 40px 40px;
    left: 0;
}.program_overview85720::after {
    position: absolute;
    left: -50%;
    animation: rotateBg 60s linear infinite;
    width: 200%;
    height: 200%;
    top: -50%;
    z-index: 1;
    content: "";
    opacity: 0.4;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 90%);
}.program_overview85720 .container {
    position: relative;
    z-index: 3;
}.program_overview85720 .success_path92514 {
    min-height: 500px;
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
}.program_overview85720 .pic_strip23410 {
    top: 0;
    width: 100%;
    left: 0;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    position: absolute;
    z-index: 1;
    transform: scale(1);
}.program_overview85720 .pic_strip23410::before {
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    content: "";
    transition: opacity 0.5s ease;
    background: linear-gradient(
        145deg,
        transparent 0%,
        rgb(212,195,225,0.5) 100%
    );
    top: 0;
    mix-blend-mode: multiply;
    position: absolute;
    opacity: 0.85;
}.program_overview85720 .pic_strip23410::after {
    position: absolute;
    z-index: 3;
    content: "";
    bottom: 0;
    top: 0;
    background: 
        radial-gradient(circle at 75% 25%, transparent 0%, rgba(0, 0, 0, 0.5) 90%),
        linear-gradient(to bottom, transparent 30%, #000000 100%);
    opacity: 0.7;
    left: 0;
    right: 0;
}.program_overview85720 .success_path92514:hover .pic_strip23410 {
    transform: scale(1.03);
}.program_overview85720 .success_path92514:hover .pic_strip23410::before {
    opacity: 0.6;
}.program_overview85720 .skill_up61875 {
    padding-top: 60px;
    z-index: 4;
    width: 70%;
    padding-bottom: 60px;
    background: transparent;
    position: relative;
}.program_overview85720 .top_train05369 {
    top: -30px;
    height: 110px;
    position: absolute;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 15px rgb(180,158,202,0.5);
    justify-content: center;
    background: #ffffff;
    perspective: 1000px;
    display: flex;
    z-index: 5;
    animation: floatLogo 6s ease-in-out infinite;
    align-items: center;
    border-radius: 43% 57% 63% 37% / 41% 65% 35% 59%;
    right: 10%;
    transform-style: preserve-3d;
    width: 110px;
}.program_overview85720 .top_train05369::before {
    content: "";
    inset: -5px;
    filter: blur(10px);
    border-radius: inherit;
    opacity: 0.3;
    background: linear-gradient(
        45deg,
        rgb(212,195,225,0.5),
        rgb(180,158,202,0.5),
        rgb(212,195,225,0.5)
    );
    z-index: -1;
    animation: rotateBorderGradient 10s linear infinite;
    position: absolute;
}.program_overview85720 .top_train05369 svg {
    transition: all 0.4s ease;
    width: 60%;
    transform-style: preserve-3d;
    height: 60%;
    transform: translateZ(20px);
    fill: rgb(212,195,225);
}.program_overview85720 .top_train05369:hover svg {
    fill: rgb(180,158,202);
    transform: translateZ(30px) scale(1.1);
}.program_overview85720 .top_train05369 svg path {
    transition: all 0.4s ease;
    stroke: #000000;
    stroke-width: 0.5;
}.program_overview85720 .top_train05369:hover svg path {
    stroke-width: 1;
    stroke: rgb(212,195,225);
}.program_overview85720 .skill_up61875 h3 {
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgb(212,195,225,0.5);
    border-radius: 10px;
    border-left: 4px solid rgb(212,195,225);
    color: #ffffff;
    transform: translateZ(0);
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 700;
    backdrop-filter: blur(10px);
    background: linear-gradient(
        135deg,
        rgb(212,195,225,0.5) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    padding: 15px 25px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 31px;
    position: relative;
}.program_overview85720 .skill_up61875 h3::after {
    border-radius: 10px;
    content: "";
    position: absolute;
    width: 40px;
    bottom: -10px;
    z-index: 1;
    height: 4px;
    left: 25px;
    background: rgb(212,195,225);
}.program_overview85720 .skill_up61875 p {
    color: #ffffff;
    backdrop-filter: blur(5px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    line-height: 1.8;
    border-radius: 16px;
    position: relative;
    padding: 25px 30px;
    font-weight: 400;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    max-width: 600px;
    font-size: 15px;
    margin: 0 auto;
    text-shadow: 0 1px 3px #000000;
}.program_overview85720 .skill_up61875 p::first-letter {
    color: rgb(212,195,225);
    line-height: 0.8;
    font-size: 2.5em;
    margin-right: 10px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    margin-top: 5px;
    float: left;
    font-weight: 700;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(-5deg);
    }
    75% {
        transform: translateY(10px) rotate(5deg);
    }
}

@keyframes rotateBorderGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1200px) {.program_overview85720 .skill_up61875 {
    width: 80%;
}.program_overview85720 .top_train05369 {
    width: 100px;
    right: 5%;
    height: 100px;
}
}

@media screen and (max-width: 992px) {.program_overview85720 {
    padding: 80px 0;
}.program_overview85720 .success_path92514 {
    min-height: 450px;
}.program_overview85720 .skill_up61875 {
    padding-bottom: 50px;
    padding-top: 50px;
    width: 85%;
}.program_overview85720 .top_train05369 {
    height: 90px;
    top: -25px;
    width: 90px;
}.program_overview85720 .skill_up61875 h3 {
    font-size: calc(31px * 0.9);
    padding: 12px 20px;
}.program_overview85720 .skill_up61875 p {
    font-size: calc(15px * 0.95);
    padding: 20px 25px;
}
}

@media screen and (max-width: 768px) {.program_overview85720 {
    padding: 60px 0;
}.program_overview85720 .success_path92514 {
    padding-bottom: 40px;
    display: block;
    min-height: auto;
}.program_overview85720 .pic_strip23410 {
    margin-bottom: -40px;
    position: relative;
    height: 300px;
}.program_overview85720 .skill_up61875 {
    width: 100%;
    padding-bottom: 0;
    padding-top: 60px;
}.program_overview85720 .top_train05369 {
    left: 20px;
    height: 80px;
    right: auto;
    width: 80px;
    top: -30px;
}.program_overview85720 .skill_up61875 h3 {
    margin-top: 20px;
    box-sizing: border-box;
    width: calc(100% - 30px);
    font-size: calc(31px * 0.8);
    display: block;
}.program_overview85720 .skill_up61875 p {
    box-sizing: border-box;
    width: calc(100% - 30px);
    margin: 30px auto 0;
}
}

@media screen and (max-width: 576px) {.program_overview85720 {
    padding: 40px 0;
}.program_overview85720 .pic_strip23410 {
    height: 250px;
    margin-bottom: -30px;
}.program_overview85720 .top_train05369 {
    left: 15px;
    height: 70px;
    width: 70px;
    top: -25px;
}.program_overview85720 .skill_up61875 h3 {
    padding: 10px 15px;
    font-size: calc(31px * 0.7);
    margin-top: 15px;
}.program_overview85720 .skill_up61875 p {
    padding: 15px 20px;
    font-size: calc(15px * 0.9);
    margin-top: 20px;
}.program_overview85720 .skill_up61875 h3::after {
    left: 15px;
    bottom: -8px;
    width: 30px;
    height: 3px;
}}.primary_page34902 {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
}.primary_page34902 .quick_edu96854 {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: relative;
    background-position: center center !important;
    display: flex;
}.primary_page34902 .quick_edu96854::before {
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, 
    rgb(212,195,225,0.5) 0%, 
    rgba(0,0,0,0.7) 50%, 
    rgb(180,158,202,0.5) 100%);
    position: absolute;
    z-index: 1;
    backdrop-filter: blur(5px) saturate(110%);
    top: 0;
    height: 100%;
    content: "";
}.primary_page34902 .promise_block63142 {
    position: relative;
    gap: calc(12px * 1.618);
    border-left: 4px solid rgb(212,195,225);
    z-index: 2;
    display: grid;
    background: rgba(255, 255, 255, 0.1);
    width: 90%;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 4rem 3rem;
    grid-template-columns: 1fr;
    max-width: 1200px;
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 25px 45px rgba(0,0,0,0.2);
}.primary_page34902 .promise_block63142:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.primary_page34902 .promise_block63142 > div {
    position: relative;
    overflow: hidden;
}.primary_page34902 .promise_block63142 > div:nth-child(1) {
    opacity: 0;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 0.2s;
    transform: translateX(-30px);
}.primary_page34902 .promise_block63142 > div:nth-child(2) {
    transform: translateY(30px);
    opacity: 0;
    animation-delay: 0.4s;
    animation: slideInUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.primary_page34902 .promise_block63142 > div:nth-child(3) {
    animation-delay: 0.6s;
    transform: translateX(30px);
    animation: slideInRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
}.primary_page34902 p {
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    line-height: 1.5;
    padding-left: 1.5rem;
    font-size: calc(12px * 1.1);
    border-left: 3px solid rgb(180,158,202);
    margin: 0;
    font-weight: 400;
    color: #ffffff;
}.primary_page34902 .title_style_header {
    color: #ffffff;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    background-clip: text !important;
    background: linear-gradient(120deg, #ffffff 0%, rgb(180,158,202) 100%);
    -webkit-background-clip: text !important;
    text-shadow: 0 2px 15px rgba(0,0,0,0.3);
    letter-spacing: -0.02em;
    margin: 0;
    font-size: calc(43px * 1.2);
    color: transparent;
}.primary_page34902 .title_style_header::after {
    border-radius: 2px;
    width: 80px;
    left: 0;
    bottom: -10px;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    height: 4px;
    content: "";
    background: rgb(212,195,225);
    animation-delay: 1s;
    animation: scaleIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.primary_page34902 h3 {
    padding-right: 1.5rem;
    margin: 0;
    line-height: 1.5;
    font-weight: 600;
    text-align: right;
    border-right: 3px solid rgb(212,195,225);
    font-size: calc(18px * 1.1);
    opacity: 0.85;
    color: #ffffff;
}

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

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

@keyframes slideInRight {
  from {
    transform: translateX(30px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@media (min-width: 768px) {.primary_page34902 .promise_block63142 {
    gap: calc(12px * 2.618);
    grid-template-columns: 1fr;
    padding: 5rem 5rem;
    transform: perspective(1200px) rotateY(2deg) translateZ(0);
}.primary_page34902 .title_style_header {
    font-size: calc(43px * 1.5);
}.primary_page34902 p {
    max-width: 85%;
    font-size: calc(12px * 1.2);
}.primary_page34902 h3 {
    font-size: calc(18px * 1.2);
    max-width: 90%;
    margin-left: auto;
}.primary_page34902 .title_style_header::after {
    width: 120px;
}
}

@media (min-width: 992px) {.primary_page34902 .promise_block63142 {
    gap: calc(12px * 3);
    border-left: 5px solid rgb(212,195,225);
    padding: 6rem 6rem;
    grid-template-columns: 1fr;
}.primary_page34902 .title_style_header {
    letter-spacing: -0.03em;
    font-size: calc(43px * 1.8);
}.primary_page34902 p {
    font-size: calc(12px * 1.3);
    border-left: 4px solid rgb(180,158,202);
    padding-left: 2rem;
}.primary_page34902 h3 {
    padding-right: 2rem;
    font-size: calc(18px * 1.3);
    border-right: 4px solid rgb(212,195,225);
}.primary_page34902 .title_style_header::after {
    width: 150px;
    height: 5px;
}
}

@media (min-width: 1200px) {.primary_page34902 .promise_block63142 {
    max-width: 1200px;
    gap: calc(12px * 3.5);
    grid-template-columns: 1fr;
}.primary_page34902 .title_style_header {
    font-size: calc(43px * 2);
}.primary_page34902 .title_style_header::after {
    width: 180px;
}
}

@media (max-width: 767px) {.primary_page34902 .quick_edu96854 {
    height: auto;
    min-height: 100vh;
}.primary_page34902 .promise_block63142 {
    transform: perspective(800px) rotateY(1deg);
    padding: 3rem 1.5rem;
    width: 95%;
    gap: calc(12px * 1.2);
}.primary_page34902 .title_style_header {
    font-size: calc(29px);
}.primary_page34902 p {
    border-left: 2px solid rgb(180,158,202);
    padding-left: 1rem;
    font-size: 12px;
}.primary_page34902 h3 {
    padding-right: 1rem;
    font-size: 17px;
    border-right: 2px solid rgb(212,195,225);
}}.privacy_garrison63147 {
    display: flex;
    padding: 50px;
    flex-direction: column;
    border: 1px solid rgb(212,195,225);
    background-color: rgb(212,195,225);
    gap: 20px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.privacy_garrison63147 h1 {
    color: rgb(180,158,202);
    margin: 30px 0;
    font-weight: 700;
    padding-left: 20px;
    border-left: 5px solid rgb(180,158,202);
    text-transform: uppercase;
    font-size: 39px;
}.privacy_garrison63147 h2 {
    text-transform: uppercase;
    color: rgb(180,158,202);
    font-weight: 600;
    padding-left: 20px;
    border-left: 3px solid rgb(180,158,202);
    font-size: 37px;
    margin: 15px 0;
}.privacy_garrison63147 h3, .privacy_garrison63147 h4, .privacy_garrison63147 h5, .privacy_garrison63147 h6 {
    margin: 10px 0;
}.privacy_garrison63147 ul {
    list-style: none;
    padding-left: 0;
    color: #ffffff;
    margin: 10px 0;
}.privacy_garrison63147 li {
    border-left: 3px solid rgb(212,195,225);
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}.privacy_garrison63147 li:not(:last-child) {
    margin-bottom: 15px;
}.privacy_garrison63147 p {
    line-height: 1.8;
    font-size: 14px;
    color: #ffffff;
}.privacy_garrison63147 span {
    color: #000000;
    border-radius: 10px;
    font-weight: 700;
    background-color: rgb(180,158,202,0.5);
    padding: 3px 6px;
}.privacy_garrison63147 a {
    text-decoration: underline;
    font-weight: 700;
    color: rgb(180,158,202);
}
@media only screen and (max-width: 800px) {.privacy_garrison63147 {
    padding: 30px;
    gap: 15px;
}.privacy_garrison63147 h1 {
    font-size: calc(18px * 0.9);
    padding-left: 10px;
}.privacy_garrison63147 h2 {
    font-size: calc(18px * 0.9);
    padding-left: 8px;
}.privacy_garrison63147 p {
    font-size: calc(14px * 0.9);
}.privacy_garrison63147 li {
    padding: 8px;
}}
.appWrapper47892 {
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(235,228,242) 0%, rgba(240, 242, 245, 0.9) 100%);
}.appWrapper47892::before {
    transform: rotate(15deg) skewX(-15deg);
    content: "";
    right: -10%;
    top: -5%;
    width: 40%;
    animation: float 15s ease-in-out infinite alternate;
    z-index: 0;
    position: absolute;
    opacity: 0.07;
    height: 70%;
    background: linear-gradient(135deg, rgb(212,195,225,0.5) 0%, rgb(180,158,202,0.5) 100%);
}.appWrapper47892::after {
    content: "";
    background: linear-gradient(225deg, rgb(180,158,202,0.5) 0%, rgb(212,195,225,0.5) 100%);
    z-index: 0;
    left: -5%;
    opacity: 0.05;
    height: 60%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    bottom: -5%;
    transform: rotate(-10deg) skewX(10deg);
    position: absolute;
    width: 30%;
}.appWrapper47892 .container {
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.appWrapper47892 h2 {
    font-size: 30px;
    transform: translateY(0);
    opacity: 0;
    color: #000000;
    position: relative;
    line-height: 1.3;
    font-weight: 700;
    animation: slideUp 0.8s 0.2s ease-out forwards;
    margin-bottom: 3rem;
}.appWrapper47892 h2::after {
    animation: expand 1s 0.8s ease-out forwards;
    content: "";
    bottom: -15px;
    height: 3px;
    transform-origin: left;
    left: 0;
    background: linear-gradient(90deg, rgb(212,195,225) 0%, rgb(180,158,202) 100%);
    position: absolute;
    transform: scaleX(0);
    width: 80px;
}.appWrapper47892 .success_path92514 {
    animation: fadeSlideUp 1s 0.4s ease-out forwards;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
              0 5px 15px rgba(0, 0, 0, 0.03);
    opacity: 0;
    border-left: 4px solid rgb(212,195,225);
    background: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 3rem;
    transform: translateY(20px);
}.appWrapper47892 .success_path92514::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(180,158,202,0.5) 0%, transparent 70%);
    width: 150px;
    height: 150px;
    right: 0;
    top: 0;
    content: "";
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    opacity: 0.1;
}.appWrapper47892 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.appWrapper47892 li {
    padding-left: 0;
    position: relative;
}.appWrapper47892 li span {
    display: block;
    opacity: 0;
    line-height: 1.8;
    transform: translateY(10px);
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: calc(17px + 0.05rem);
    animation: fadeIn 1s 0.7s ease-out forwards;
}

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

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

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

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

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

@media screen and (max-width: 992px) {.appWrapper47892 {
    padding: 5rem 0;
}.appWrapper47892 h2 {
    font-size: calc(30px - 0.2rem);
    margin-bottom: 2.5rem;
}.appWrapper47892 .success_path92514 {
    padding: 2.5rem;
}
}

@media screen and (max-width: 768px) {.appWrapper47892 {
    padding: 4rem 0;
}.appWrapper47892 h2 {
    margin-bottom: 2rem;
    font-size: calc(30px - 0.4rem);
}.appWrapper47892 h2::after {
    bottom: -12px;
    width: 60px;
}.appWrapper47892 .success_path92514 {
    padding: 2rem;
}.appWrapper47892 .success_path92514::before {
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 576px) {.appWrapper47892 {
    padding: 3rem 0;
}.appWrapper47892 .container {
    padding: 0 1.5rem;
}.appWrapper47892 h2 {
    font-size: calc(30px - 0.6rem);
    line-height: 1.4;
    margin-bottom: 1.8rem;
}.appWrapper47892 h2::after {
    width: 50px;
    bottom: -10px;
    height: 2px;
}.appWrapper47892 .success_path92514 {
    padding: 1.5rem;
    border-left-width: 3px;
}.appWrapper47892 li span {
    line-height: 1.7;
    font-size: 17px;
}}.who_we_are73109 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: rgb(235,228,242);
}.who_we_are73109::before {
    animation: gridMove 40s linear infinite;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(212,195,225,0.5) 95%),
        linear-gradient(0deg, transparent 95%, rgb(212,195,225,0.5) 95%);
    background-size: 30px 30px;
    opacity: 0.2;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.who_we_are73109::after {
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(212,195,225,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(180,158,202,0.5) 0%, transparent 50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    filter: blur(60px);
    position: absolute;
    content: "";
    left: 0;
    animation: bgPulse 20s infinite alternate;
    opacity: 0.3;
}@keyframes bgPulse {
    0% {
        opacity: 0.2;
        filter: blur(60px);
    }
    50% {
        opacity: 0.3;
        filter: blur(80px);
    }
    100% {
        opacity: 0.2;
        filter: blur(60px);
    }
}

.who_we_are73109 .container {
    z-index: 2;
    position: relative;
}.who_we_are73109 .success_path92514 {
    position: relative;
}.who_we_are73109 h3 {
    padding: 20px 30px;
    border-radius: 0 19px 19px 0;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    position: relative;
    border-left: 4px solid rgb(212,195,225);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 60px;
    font-size: 31px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}.who_we_are73109 h3::before {
    animation: pulseHeight 3s infinite alternate;
    left: -2px;
    width: 4px;
    position: absolute;
    content: "";
    height: calc(100% - 40px);
    top: 20px;
    background: rgb(180,158,202);
}@keyframes pulseHeight {
    0% {
        height: calc(100% - 40px);
        top: 20px;
    }
    100% {
        height: calc(100% - 60px);
        top: 30px;
    }
}

.who_we_are73109 .quick_mastery29853 {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 70px;
}.who_we_are73109 .quick_mastery29853 span {
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-size: 19px;
    color: #ffffff;
    z-index: 5;
    transform: translateY(-50%);
    background: rgb(212,195,225);
    position: absolute;
    top: -40px;
    font-weight: 600;
    left: 0;
}.who_we_are73109 .quick_mastery29853 p {
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 19px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-left: 3px solid rgb(212,195,225);
    line-height: 1.8;
    color: #000000;
    font-size: 16px;
    display: flex;
    backdrop-filter: blur(10px);
    height: 100%;
    padding: 40px;
}.who_we_are73109 .quick_mastery29853 .pic_strip23410 {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 19px;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    height: 450px;
}.who_we_are73109 .quick_mastery29853 .pic_strip23410::before {
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    z-index: 2;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
}.who_we_are73109 .founders_team57891 {
    position: relative;
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.who_we_are73109 .founders_team57891::before {
    position: absolute;
    content: "";
    top: -35px;
    height: 1px;
    background: linear-gradient(to right, rgb(212,195,225,0.5), rgb(180,158,202,0.5));
    width: 200px;
    left: calc(50% - 100px);
}.who_we_are73109 .founders_team57891 p {
    height: 100%;
    font-size: 16px;
    color: #000000;
    border-radius: 19px;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    border-right: 3px solid rgb(180,158,202);
    padding: 40px;
    display: flex;
    line-height: 1.8;
}.who_we_are73109 .founders_team57891 .learn_spot31752 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: 450px;
    border-radius: 19px;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
    overflow: hidden;
    position: relative;
}.who_we_are73109 .founders_team57891 .learn_spot31752::before {
    background: linear-gradient(225deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
    left: 0;
}.who_we_are73109 .founders_team57891 .learn_spot31752::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
    left: -100%;
    content: "";
    position: absolute;
    width: 50%;
    top: 0;
    z-index: 3;
    animation: shine 6s infinite;
    transform: skewX(-25deg);
}@keyframes shine {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 200%;
    }
}

.who_we_are73109 .quick_mastery29853::after,
.who_we_are73109 .founders_team57891::after {
    position: absolute;
    opacity: 0.7;
    border-radius: 10px;
    border: 1px solid rgb(212,195,225,0.5);
    height: 50px;
    width: 50px;
    z-index: -1;
    animation: rotateFadeIn 10s infinite linear;
    content: "";
}@keyframes rotateFadeIn {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: rotate(180deg) scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: rotate(360deg) scale(1);
        opacity: 0.3;
    }
}

.who_we_are73109 .quick_mastery29853::after {
    border-color: rgb(212,195,225,0.5);
    top: -25px;
    right: -25px;
}.who_we_are73109 .founders_team57891::after {
    bottom: -25px;
    border-color: rgb(180,158,202,0.5);
    left: -25px;
}.who_we_are73109 .success_path92514::before,
.who_we_are73109 .success_path92514::after {
    width: 120px;
    filter: blur(40px);
    border-radius: 50%;
    animation: floatAnimation 15s infinite alternate ease-in-out;
    opacity: 0.15;
    height: 120px;
    position: absolute;
    content: "";
    z-index: -1;
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -20px);
    }
    100% {
        transform: translate(-20px, 20px);
    }
}

.who_we_are73109 .success_path92514::before {
    background: rgb(212,195,225);
    left: -60px;
    top: 20%;
}.who_we_are73109 .success_path92514::after {
    background: rgb(180,158,202);
    animation-delay: 2s;
    right: -60px;
    bottom: 20%;
}

@media screen and (max-width: 1199px) {.who_we_are73109 {
    padding: 100px 0;
}.who_we_are73109 h3 {
    margin-bottom: 50px;
    font-size: calc(31px - 0.2rem);
    padding: 15px 25px;
}.who_we_are73109 .quick_mastery29853 {
    margin-bottom: 60px;
}.who_we_are73109 .quick_mastery29853 p,
    .who_we_are73109 .founders_team57891 p {
    padding: 30px;
}.who_we_are73109 .quick_mastery29853 .pic_strip23410,
    .who_we_are73109 .founders_team57891 .learn_spot31752 {
    height: 400px;
}
}

@media screen and (max-width: 991px) {.who_we_are73109 {
    padding: 80px 0;
}.who_we_are73109 h3 {
    padding: 12px 20px;
    margin-bottom: 40px;
    font-size: calc(31px - 0.4rem);
}.who_we_are73109 .quick_mastery29853,
    .who_we_are73109 .founders_team57891 {
    gap: 25px;
}.who_we_are73109 .quick_mastery29853 {
    margin-bottom: 50px;
}.who_we_are73109 .quick_mastery29853 span {
    padding: 8px 15px;
    top: -35px;
    font-size: calc(19px - 0.2rem);
}.who_we_are73109 .quick_mastery29853 p,
    .who_we_are73109 .founders_team57891 p {
    font-size: calc(16px - 0.1rem);
    padding: 25px;
}.who_we_are73109 .quick_mastery29853 .pic_strip23410,
    .who_we_are73109 .founders_team57891 .learn_spot31752 {
    height: 350px;
}.who_we_are73109 .quick_mastery29853::after,
    .who_we_are73109 .founders_team57891::after {
    height: 40px;
    width: 40px;
}.who_we_are73109 .success_path92514::before,
    .who_we_are73109 .success_path92514::after {
    filter: blur(30px);
    height: 80px;
    width: 80px;
}
}

@media screen and (max-width: 767px) {.who_we_are73109 {
    padding: 60px 0;
}.who_we_are73109::before {
    background-size: 20px 20px;
}.who_we_are73109 h3 {
    border-radius: 19px;
    font-size: calc(31px - 0.6rem);
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}.who_we_are73109 .quick_mastery29853,
    .who_we_are73109 .founders_team57891 {
    grid-template-columns: 1fr;
    gap: 20px;
}.who_we_are73109 .quick_mastery29853 {
    margin-bottom: 40px;
}.who_we_are73109 .quick_mastery29853 span {
    left: 20px;
}.who_we_are73109 .quick_mastery29853 p,
    .who_we_are73109 .founders_team57891 p {
    padding: 20px;
    border-width: 2px;
}.who_we_are73109 .quick_mastery29853 .pic_strip23410,
    .who_we_are73109 .founders_team57891 .learn_spot31752 {
    height: 300px;
}.who_we_are73109 .founders_team57891 p {
    order: 2;
}.who_we_are73109 .founders_team57891 .learn_spot31752 {
    order: 1;
}.who_we_are73109 .success_path92514::before,
    .who_we_are73109 .success_path92514::after {
    filter: blur(20px);
    width: 60px;
    height: 60px;
}.who_we_are73109::after {
    filter: blur(40px);
}
}

@media screen and (max-width: 575px) {.who_we_are73109 {
    padding: 50px 0;
}.who_we_are73109::before {
    background-size: 15px 15px;
}.who_we_are73109 h3 {
    padding: 10px 15px;
    font-size: calc(31px - 0.8rem);
    margin-bottom: 35px;
}.who_we_are73109 h3::before {
    width: 2px;
    left: -1px;
}.who_we_are73109 .quick_mastery29853 span {
    left: 10px;
    font-size: calc(19px - 0.4rem);
    top: -30px;
    padding: 6px 12px;
}.who_we_are73109 .quick_mastery29853,
    .who_we_are73109 .founders_team57891 {
    gap: 15px;
}.who_we_are73109 .quick_mastery29853 {
    margin-bottom: 35px;
}.who_we_are73109 .quick_mastery29853 p,
    .who_we_are73109 .founders_team57891 p {
    padding: 15px;
    font-size: calc(16px - 0.2rem);
}.who_we_are73109 .quick_mastery29853 .pic_strip23410,
    .who_we_are73109 .founders_team57891 .learn_spot31752 {
    height: 250px;
}.who_we_are73109 .quick_mastery29853 .pic_strip23410 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}.who_we_are73109 .founders_team57891 .learn_spot31752 {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}.who_we_are73109 .quick_mastery29853::after,
    .who_we_are73109 .founders_team57891::after {
    width: 30px;
    height: 30px;
}
}

@media screen and (min-width: 1400px) {.who_we_are73109 .quick_mastery29853 .pic_strip23410,
    .who_we_are73109 .founders_team57891 .learn_spot31752 {
    height: 500px;
}.who_we_are73109 .quick_mastery29853 p,
    .who_we_are73109 .founders_team57891 p {
    padding: 50px;
}}.price_combo12863 {
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(235,228,242) 0%, rgba(245, 247, 250, 0.95) 100%);
}.price_combo12863::before {
    position: absolute;
    z-index: 0;
    top: -10%;
    height: 70%;
    transform: rotate(-15deg);
    width: 40%;
    border-radius: 10px;
    right: -5%;
    opacity: 0.1;
    content: "";
    background: linear-gradient(120deg, rgb(212,195,225,0.5) 20%, rgb(180,158,202,0.5) 80%);
}.price_combo12863::after {
    content: "";
    background: linear-gradient(45deg, rgb(180,158,202,0.5) 30%, rgb(212,195,225,0.5) 70%);
    width: 35%;
    left: -3%;
    opacity: 0.08;
    border-radius: 10px;
    bottom: -5%;
    transform: rotate(10deg);
    height: 50%;
    position: absolute;
    z-index: 0;
}.price_combo12863 .container {
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
}.price_combo12863 .plan_deals74396 {
    display: flex;
    flex-direction: column;
}.price_combo12863 .learning_price92814 {
    order: 1;
    position: relative;
    margin-bottom: 3.5rem;
    text-align: center;
}.price_combo12863 .learning_price92814 h2 {
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 37px;
    display: inline-block;
    font-weight: 700;
}.price_combo12863 .learning_price92814 h2::after {
    left: 50%;
    width: 70%;
    bottom: -0.75rem;
    background: linear-gradient(90deg, transparent, rgb(212,195,225), transparent);
    content: "";
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
}.price_combo12863 .basic_cost01589 {
    color: #000000;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 16px;
    max-width: 800px;
}.price_combo12863 .cost_matrix91325 {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    order: 2;
    width: 100%;
}.price_combo12863 .study_packages96547 {
    color: #000000;
    height: 100%;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    text-decoration: none;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}.price_combo12863 .study_packages96547:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.price_combo12863 .study_packages96547::before {
    background: linear-gradient(90deg, rgb(212,195,225), rgb(180,158,202));
    transform: translateY(-5px);
    transition: transform 0.3s ease;
    content: "";
    position: absolute;
    height: 5px;
    top: 0;
    left: 0;
    width: 100%;
}.price_combo12863 .study_packages96547:hover::before {
    transform: translateY(0);
}.price_combo12863 .price_sheet45378 {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
}.price_combo12863 .fee_schemes15027 {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    padding: 2rem 1.75rem;
}.price_combo12863 .fee_schemes15027 h3 {
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000000;
    font-size: calc(20px * 1.1);
}.price_combo12863 .fee_schemes15027 .plan_cost20836 {
    color: rgb(212,195,225);
    margin-bottom: 1.5rem;
    font-size: calc(20px * 1.3);
    font-weight: 700;
    position: relative;
}.price_combo12863 .fee_schemes15027 .plan_cost20836::after {
    width: 40px;
    background: rgb(212,195,225,0.5);
    left: 0;
    content: "";
    position: absolute;
    bottom: -0.75rem;
    height: 2px;
}.price_combo12863 .fee_schemes15027 p {
    word-wrap: break-word;
    color: #000000;
    overflow-wrap: break-word;
    font-size: 16px;
    word-break: break-word;
    flex-grow: 1;
    margin-bottom: 1.5rem;
    line-height: 1.65;
}.price_combo12863 .pic_strip23410 {
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
    height: 180px;
}.price_combo12863 .pic_strip23410::after {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    left: 0;
}.price_combo12863 .study_packages96547:hover .pic_strip23410 {
    transform: scale(1.05);
}.price_combo12863 .study_packages96547:nth-child(odd) .fee_schemes15027::before {
    content: "";
    right: 1rem;
    opacity: 0.1;
    z-index: -1;
    border-radius: 50%;
    top: 1rem;
    height: 2.5rem;
    width: 2.5rem;
    background: rgb(212,195,225,0.5);
    position: absolute;
}.price_combo12863 .study_packages96547:nth-child(even) .fee_schemes15027::before {
    height: 2.5rem;
    background: rgb(180,158,202,0.5);
    z-index: -1;
    bottom: 1rem;
    opacity: 0.1;
    width: 2.5rem;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: 1rem;
}

@media (min-width: 992px) {.price_combo12863 .plan_deals74396 {
    flex-direction: row;
}.price_combo12863 .learning_price92814 {
    justify-content: center;
    margin-bottom: 0;
    order: 2;
    display: flex;
    padding-left: 3rem;
    flex-direction: column;
    flex: 0 0 30%;
    text-align: left;
}.price_combo12863 .learning_price92814 h2 {
    margin-bottom: 2rem;
    text-align: left;
}.price_combo12863 .learning_price92814 h2::after {
    width: 40%;
    transform: none;
    left: 0;
}.price_combo12863 .basic_cost01589 {
    text-align: left;
    margin: 0;
}.price_combo12863 .cost_matrix91325 {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
    flex: 0 0 70%;
}
}

@media (max-width: 991px) {.price_combo12863 {
    padding: 5rem 0;
}.price_combo12863 .study_packages96547 {
    margin-bottom: 1.5rem;
}.price_combo12863 .learning_price92814 {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.price_combo12863 {
    padding: 4rem 0;
}.price_combo12863 .learning_price92814 h2 {
    font-size: calc(37px * 0.9);
}.price_combo12863 .fee_schemes15027 h3 {
    font-size: 20px;
}.price_combo12863 .fee_schemes15027 .plan_cost20836 {
    font-size: calc(20px * 1.15);
}.price_combo12863 .pic_strip23410 {
    height: 160px;
}
}

@media (max-width: 575px) {.price_combo12863 {
    padding: 3rem 0;
}.price_combo12863 .container {
    padding: 0 1.5rem;
}.price_combo12863 .cost_matrix91325 {
    gap: 1.5rem;
}.price_combo12863 .fee_schemes15027 {
    padding: 1.5rem;
}.price_combo12863 .pic_strip23410 {
    height: 140px;
}
}

@media (hover: none) {.price_combo12863 .study_packages96547:hover {
    transform: none;
}.price_combo12863 .study_packages96547:hover .pic_strip23410 {
    transform: none;
}}header {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1000;
    background: linear-gradient(120deg, 
        rgb(212,195,225) 0%, 
        rgb(212,195,225,0.5) 100%
    );
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}header:before {
    height: 100%;
    position: absolute;
    width: 100%;
    pointer-events: none;
    left: 0;
    opacity: 0.1;
    content: '';
    top: 0;
}header:after {
    background-size: 100px 100px;
    height: 100%;
    top: 0;
    content: '';
    position: absolute;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    width: 100%;
    left: 0;
    pointer-events: none;
}header .header_start10435 {
    position: relative;
}header .header_start10435:before {
    left: 0;
    position: absolute;
    bottom: -1px;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    width: 100%;
    content: '';
    opacity: 0.3;
    height: 2px;
}header .header_start10435:after {
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    width: 60px;
    pointer-events: none;
    height: 60px;
    transform: translateY(-50%);
    opacity: 0.5;
    content: '';
    filter: blur(8px);
    position: absolute;
    top: 50%;
    left: 0;
}header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 25px;
    position: relative;
}header .container:before {
    width: 50px;
    pointer-events: none;
    top: 50%;
    height: 30px;
    background-repeat: repeat-x;
    transform: translateY(-50%);
    content: '';
    background-size: 6px 2px, 6px 2px;
    opacity: 0.5;
    right: 20px;
    background-position: 0 0, 0 10px;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    position: absolute;
}header .main_base25318 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}header .main_base25318:before {
    border-radius: 50%;
    transform: translateY(-50%) translateX(-40px);
    top: 50%;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    opacity: 0.5;
    width: 20px;
    height: 20px;
}header .main_base25318:after {
    top: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateY(-50%) translateX(40px);
    border-radius: 50%;
    height: 20px;
    position: absolute;
    opacity: 0.5;
    content: '';
    width: 20px;
    right: 0;
}header .nav_primary97146 {
    align-items: center;
    position: relative;
    gap: 30px;
    display: flex;
}header .nav_primary97146:before {
    left: 0;
    height: 2px;
    content: '';
    transition: opacity 0.4s ease;
    width: 100%;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    position: absolute;
    bottom: -10px;
    opacity: 0;
}header .nav_primary97146:hover:before {
    opacity: 0.7;
}header .page_header61279 {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease;
    padding: 8px 0;
    position: relative;
}header .page_header61279:before {
    width: 6px;
    transform: translateY(-50%);
    position: absolute;
    content: '';
    height: 6px;
    border-radius: 50%;
    transition: all 0.3s ease;
    left: -12px;
    background: #ffffff;
    top: 50%;
    opacity: 0;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}header .page_header61279:after {
    top: 50%;
    position: absolute;
    height: 1px;
    content: '';
    width: 20px;
    transition: all 0.3s ease;
    transform-origin: right;
    background: rgba(255, 255, 255, 0.5);
    left: -30px;
    transform: translateY(-50%) scaleX(0);
}header .page_header61279:hover {
    color: #ffffff;
    transform: translateX(5px);
}header .page_header61279:hover:before {
    left: -20px;
    opacity: 1;
}header .page_header61279:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .head_wrap79813 {
    align-items: center;
    position: relative;
    text-decoration: none;
    padding: 5px;
    transition: all 0.3s ease;
    display: flex;
}header .head_wrap79813:before {
    border-radius: 10px;
    transition: all 0.3s ease;
    height: calc(100% + 20px);
    left: -10px;
    width: calc(100% + 20px);
    opacity: 0;
    top: -10px;
    position: absolute;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
}header .head_wrap79813:after {
    opacity: 0;
    content: '';
    transition: all 0.3s ease;
    position: absolute;
    background: #ffffff;
    width: 10px;
    height: 10px;
    left: -5px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    top: -5px;
    border-radius: 50%;
}header .head_wrap79813:hover:before {
    opacity: 1;
}header .head_wrap79813:hover:after {
    opacity: 1;
    animation: circuit 3s infinite;
}header .head_wrap79813 svg {
    height: 40px;
    width: auto;
    transition: all 0.3s ease;
}header .head_wrap79813:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .nav_primary97146 {
    gap: 20px;
}header .head_wrap79813 svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .nav_primary97146 {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    gap: 25px;
    z-index: 1001;
    height: 100vh;
    background: rgb(212,195,225);
    right: -100%;
    flex-direction: column;
    padding: 80px 30px 30px;
    max-width: 320px;
    width: 80%;
    position: fixed;
    top: 0;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
}header .nav_primary97146:before {
    left: 10%;
    width: 80%;
    top: 60px;
    bottom: auto;
}header .nav_primary97146:after {
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
    height: 30px;
    pointer-events: none;
    border-radius: 50%;
    top: 20px;
    width: 30px;
    right: 20px;
    position: absolute;
}header .menu.active {
    right: 0;
}header .page_header61279 {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0;
}header .page_header61279:hover {
    transform: translateX(0);
}header .page_header61279:last-child {
    border-bottom: none;
}header .head_wrap79813 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .head_wrap79813 svg {
    height: 30px;
}}.contact_us46317 {
    position: relative;
    background: linear-gradient(135deg, rgb(235,228,242) 0%, rgb(212,195,225,0.5) 100%);
    padding: 120px 0 80px;
    overflow: hidden;
}.contact_us46317::before {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    background-size: 60px 60px;
    background: linear-gradient(45deg, 
        rgb(212,195,225,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(212,195,225,0.5) 50%, 
        rgb(212,195,225,0.5) 75%, 
        transparent 75%, 
        transparent);
    opacity: 0.05;
    animation: gradientMove 20s linear infinite;
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.contact_us46317 .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.contact_us46317 h2 {
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 28px;
    color: rgb(212,195,225);
    position: relative;
    font-weight: 700;
}.contact_us46317 h2::after {
    bottom: -15px;
    background: rgb(212,195,225);
    width: 60px;
    transform: translateX(-50%);
    left: 50%;
    height: 4px;
    content: "";
    position: absolute;
}.contact_us46317 .query_query48597 {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    display: grid;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    grid-template-columns: 1fr 1fr;
    border-radius: 14px;
    gap: 0;
    overflow: hidden;
}.contact_us46317 .pic_strip23410 {
    order: 2;
    height: 100%;
    position: relative;
    min-height: 600px;
}.contact_us46317 .message_box42795 {
    position: relative;
    justify-content: center;
    order: 1;
    display: flex;
    flex-direction: column;
    padding: 60px;
    background: #ffffff;
}.contact_us46317 .message_box42795::before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(212,195,225), rgb(180,158,202));
    right: 0;
    width: 10px;
    height: 100%;
    top: 0;
}.contact_us46317 form {
    width: 100%;
    position: relative;
}.contact_us46317 form h3 {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    color: #000000;
    border-bottom: 2px solid rgb(180,158,202,0.5);
}.contact_us46317 form input[type="text"] {
    color: #000000;
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: none;
    position: relative;
    font-family: Arial, sans-serif;
    background: rgb(235,228,242);
    margin-bottom: 25px;
    padding: 16px 20px 16px 50px;
    font-size: 17px;
}.contact_us46317 form input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(212,195,225);
    outline: none;
}.contact_us46317 form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_us46317 form input#name {
    position: relative;
}.contact_us46317 form input#name::before {
    left: 20px;
    border-radius: 50%;
    width: 20px;
    position: absolute;
    content: "";
    transform: translateY(-50%);
    background: rgb(212,195,225);
    height: 20px;
    top: 50%;
}.contact_us46317 .help_message21704 {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.contact_us46317 .help_message21704 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_us46317 .help_message21704 label {
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    color: #000000;
    font-size: 14px;
}.contact_us46317 .help_message21704 label::before {
    height: 24px;
    left: 0;
    border-radius: 10px;
    top: 0;
    background: rgb(235,228,242);
    width: 24px;
    position: absolute;
    content: "";
    transition: all 0.3s ease;
}.contact_us46317 .help_message21704 input[type="checkbox"]:checked + label::before {
    background: rgb(212,195,225);
}.contact_us46317 .help_message21704 input[type="checkbox"]:checked + label::after {
    width: 8px;
    top: 4px;
    transform: rotate(45deg);
    height: 14px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    content: "";
    left: 8px;
    position: absolute;
}.contact_us46317 .help_message21704 label a {
    transition: all 0.3s ease;
    color: rgb(212,195,225);
    position: relative;
    font-weight: 600;
    text-decoration: none;
}.contact_us46317 .help_message21704 label a::after {
    height: 1px;
    left: 0;
    transition: width 0.3s ease;
    bottom: -2px;
    position: absolute;
    width: 0;
    content: "";
    background: rgb(212,195,225);
}.contact_us46317 .help_message21704 label a:hover::after {
    width: 100%;
}.contact_us46317 form .query_section78459 {
    font-size: 14px;
    background: rgb(212,195,225);
    color: #ffffff;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: 700;
    font-family: Arial, sans-serif;
    display: inline-block;
    padding: 16px 40px;
}.contact_us46317 form .query_section78459::before {
    position: absolute;
    top: 0;
    content: "";
    transition: width 0.3s ease;
    background: rgb(180,158,202);
    z-index: -1;
    width: 0;
    height: 100%;
    left: 0;
}.contact_us46317 form .query_section78459:hover::before {
    width: 100%;
}.contact_us46317 form .query_section78459:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -10px rgb(212,195,225);
}.contact_us46317 svg {
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    position: absolute;
    fill: rgb(212,195,225);
    left: 20px;
    top: 50%;
}.contact_us46317 svg path {
    fill: rgb(212,195,225);
    transition: fill 0.3s ease;
}.contact_us46317 form #name,
.contact_us46317 form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.contact_us46317 .query_query48597 {
    max-width: 800px;
}.contact_us46317 .message_box42795 {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.contact_us46317 {
    padding: 80px 0 60px;
}.contact_us46317 .query_query48597 {
    grid-template-columns: 1fr;
}.contact_us46317 .pic_strip23410 {
    min-height: 300px;
    order: 1;
    clip-path: none;
}.contact_us46317 .message_box42795 {
    order: 2;
    padding: 40px 30px;
}.contact_us46317 .message_box42795::before {
    width: 100%;
    top: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(to right, rgb(212,195,225), rgb(180,158,202));
}.contact_us46317 h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.contact_us46317 {
    padding: 60px 0 40px;
}.contact_us46317 h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 30px;
}.contact_us46317 .pic_strip23410 {
    min-height: 200px;
}.contact_us46317 .message_box42795 {
    padding: 30px 20px;
}.contact_us46317 form h3 {
    margin-bottom: 30px;
    font-size: calc(18px * 0.9);
}.contact_us46317 form .query_section78459 {
    padding: 14px 20px;
    width: 100%;
}}.course_rewards30872 {
    background: rgb(235,228,242);
    overflow: hidden;
    position: relative;
    padding: 8rem 0;
}.course_rewards30872::before {
    right: -10%;
    background: rgb(212,195,225,0.5);
    height: 140%;
    transform: rotate(-20deg);
    z-index: 1;
    top: -20%;
    position: absolute;
    width: 60%;
    content: '';
}.course_rewards30872::after {
    z-index: 1;
    content: '';
    background: rgb(180,158,202,0.5);
    opacity: 0.4;
    transform: rotate(-20deg);
    width: 60%;
    bottom: -20%;
    left: -10%;
    height: 140%;
    position: absolute;
}.course_rewards30872 .success_path92514 {
    padding: 0 2rem;
    grid-template-columns: repeat(12, 1fr);
    z-index: 2;
    max-width: 1200px;
    grid-gap: 2rem;
    display: grid;
    margin: 0 auto;
    position: relative;
}.course_rewards30872 .pic_strip23410 {
    transform: translateY(30px);
    animation: float 6s ease-in-out infinite;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    height: 500px;
    position: relative;
    grid-column: 1 / span 7;
    grid-row: 1;
    overflow: hidden;
}.course_rewards30872 .pic_strip23410::after {
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: linear-gradient(
        45deg,
        rgb(212,195,225,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(180,158,202,0.5) 100%
    );
    position: absolute;
    width: 100%;
}.course_rewards30872 .textual_box68053 {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
    grid-row: 1;
    grid-column: 6 / span 7;
    border-radius: 18px;
    align-self: center;
    background: #ffffff;
    padding: 3rem;
    z-index: 3;
}.course_rewards30872 h2 {
    border-left: 5px solid rgb(212,195,225);
    padding-left: 1.5rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 2.5rem;
    position: relative;
    font-size: 36px;
}.course_rewards30872 .text_main_holder {
    gap: 2rem;
    display: grid;
}.course_rewards30872 .text_main_holder > div {
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
    position: relative;
}.course_rewards30872 .text_main_holder > div::before {
    background: rgb(212,195,225);
    transform-origin: right;
    transform: scaleX(0);
    top: 1.2rem;
    position: absolute;
    height: 1px;
    transition: transform 0.3s ease;
    width: 2rem;
    left: -3rem;
    content: '';
}.course_rewards30872 .text_main_holder > div:hover::before {
    transform: scaleX(1);
}.course_rewards30872 .text_main_holder > div:hover {
    transform: translateX(5px);
}.course_rewards30872 .text_main_holder svg {
    height: 2.5rem;
    background: rgb(212,195,225,0.5);
    border-radius: 18px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-right: 1.5rem;
    padding: 0.6rem;
    width: 2.5rem;
}.course_rewards30872 .text_main_holder > div:hover svg {
    transform: scale(1.1);
    background: rgb(212,195,225);
}.course_rewards30872 .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}.course_rewards30872 .text_main_holder > div:hover svg path {
    fill: #ffffff;
}.course_rewards30872 .text_main_holder p {
    margin: 0;
    color: #000000;
    padding-top: 0.3rem;
    font-size: 13px;
    line-height: 1.6;
}

@keyframes float {
    0% {
        transform: translateY(30px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(30px);
    }
}

@media (max-width: 1100px) {.course_rewards30872 .pic_strip23410 {
    grid-column: 1 / span 5;
}.course_rewards30872 .textual_box68053 {
    grid-column: 4 / span 9;
}
}

@media (max-width: 992px) {.course_rewards30872 .success_path92514 {
    grid-gap: 0;
    grid-template-columns: 1fr;
}.course_rewards30872 .pic_strip23410 {
    grid-column: 1;
    grid-row: 1;
    height: 400px;
    margin-bottom: -50px;
}.course_rewards30872 .textual_box68053 {
    grid-row: 2;
    margin: 0 2rem;
    width: auto;
    grid-column: 1;
}
}

@media (max-width: 768px) {.course_rewards30872 {
    padding: 6rem 0;
}.course_rewards30872 .pic_strip23410 {
    animation: none;
    transform: translateY(0);
    margin-bottom: -30px;
    height: 350px;
}.course_rewards30872 .textual_box68053 {
    padding: 2rem;
}.course_rewards30872 h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 2rem;
}
}

@media (max-width: 576px) {.course_rewards30872 {
    padding: 5rem 0;
}.course_rewards30872 .success_path92514 {
    padding: 0 1rem;
}.course_rewards30872 .pic_strip23410 {
    margin-bottom: -20px;
    height: 250px;
}.course_rewards30872 .textual_box68053 {
    padding: 1.5rem;
    margin: 0 1rem;
}.course_rewards30872 .text_main_holder > div {
    align-items: center;
}.course_rewards30872 .text_main_holder > div::before {
    display: none;
}.course_rewards30872 .text_main_holder svg {
    margin-right: 1rem;
    height: 2rem;
    width: 2rem;
}.course_rewards30872 .text_main_holder p {
    font-size: calc(13px * 0.9);
}}.training_structure67524 {
    background: linear-gradient(135deg, rgb(235,228,242) 0%, rgb(180,158,202,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.training_structure67524::before {
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(212,195,225,0.5) 5%, transparent 15%),
        radial-gradient(circle at 90% 80%, rgb(180,158,202,0.5) 10%, transparent 20%);
    width: 100%;
    z-index: 1;
    animation: backgroundShift 20s infinite alternate ease-in-out;
    opacity: 0.15;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
}.training_structure67524::after {
    z-index: 0;
    background: linear-gradient(45deg, rgb(212,195,225,0.5) 0%, rgb(180,158,202) 100%);
    right: -50px;
    height: 300px;
    opacity: 0.2;
    position: absolute;
    content: "";
    width: 300px;
    filter: blur(80px);
    top: -50px;
    transform: rotate(15deg) skew(15deg);
}.training_structure67524 .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.training_structure67524 .success_path92514 {
    align-items: center;
    justify-content: center;
    perspective: 1000px;
    display: flex;
}.training_structure67524 .success_path92514 > div {
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    backdrop-filter: blur(10px);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    transform: rotateY(2deg) translateZ(0);
    padding: 50px;
    max-width: 800px;
    border-radius: 10px;
    transform-style: preserve-3d;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 5px 15px rgba(0,0,0,0.05),
        0 0 0 1px rgba(255,255,255,0.2);
}.training_structure67524 .success_path92514 > div:hover {
    transform: rotateY(0deg) translateZ(10px) scale(1.01);
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.12),
        0 10px 20px rgba(0,0,0,0.08),
        0 0 0 1px rgba(255,255,255,0.3);
}.training_structure67524 .success_path92514 > div::before {
    position: absolute;
    width: calc(100% + 20px);
    left: -10px;
    transform: translateZ(-5px);
    content: "";
    background: rgb(212,195,225);
    top: -10px;
    opacity: 0.7;
    height: 10px;
}.training_structure67524 .success_path92514 > div::after {
    content: "";
    transform: translateZ(-5px);
    top: -10px;
    height: calc(100% + 20px);
    opacity: 0.7;
    left: -10px;
    position: absolute;
    background: rgb(180,158,202);
    width: 10px;
}.training_structure67524 h3 {
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.2;
    position: relative;
    font-size: 37px;
    transform: translateZ(10px);
    margin-bottom: 25px;
}.training_structure67524 h3::after {
    transform: scaleX(1);
    height: 3px;
    left: 0;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(212,195,225) 0%, rgb(180,158,202) 100%);
    position: absolute;
    transform-origin: left center;
    bottom: -12px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.training_structure67524 .success_path92514 > div:hover h3::after {
    transform: scaleX(1.5);
}.training_structure67524 p {
    transform: translateZ(5px);
    font-size: 14px;
    margin-bottom: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.8;
}.training_structure67524 p span {
    transition: padding-left 0.4s ease;
    display: block;
    position: relative;
    padding-left: 0;
}.training_structure67524 .success_path92514 > div:hover p span {
    padding-left: 10px;
}.training_structure67524 p span::before {
    width: 0;
    left: -10px;
    content: "";
    top: 12px;
    background: rgb(180,158,202);
    height: 2px;
    transition: width 0.4s ease, opacity 0.4s ease;
    position: absolute;
    opacity: 0;
}.training_structure67524 .success_path92514 > div:hover p span::before {
    width: 10px;
    opacity: 1;
}

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

@media (max-width: 992px) {.training_structure67524 {
    padding: 80px 0;
}.training_structure67524 .success_path92514 > div {
    padding: 40px 30px;
    transform: rotateY(1deg) translateZ(0);
}.training_structure67524 h3 {
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 768px) {.training_structure67524 {
    padding: 60px 0;
}.training_structure67524 .success_path92514 > div {
    padding: 30px 25px;
    transform: none;
}.training_structure67524 h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 20px;
}.training_structure67524 p {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.training_structure67524 {
    padding: 50px 0;
}.training_structure67524 .success_path92514 > div {
    padding: 25px 20px;
}.training_structure67524 h3 {
    font-size: calc(37px * 0.7);
    margin-bottom: 18px;
}.training_structure67524 h3::after {
    height: 2px;
    bottom: -8px;
    width: 60px;
}.training_structure67524 p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}}.reach_us08641 {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(235,228,242) 0%, rgba(245, 247, 250, 0.9) 100%);
}.reach_us08641::before {
    clip-path: polygon(0 0, 100% 20%, 80% 100%, 20% 80%);
    transform: rotate(-15deg) skewX(20deg);
    background: linear-gradient(225deg, rgb(212,195,225,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    top: -10%;
    height: 60%;
    right: -5%;
    z-index: 0;
    width: 40%;
}.reach_us08641::after {
    transform: rotate(10deg) skewX(-15deg);
    content: "";
    bottom: -10%;
    clip-path: polygon(20% 0, 100% 30%, 80% 100%, 0 70%);
    height: 50%;
    left: -5%;
    z-index: 0;
    background: linear-gradient(45deg, rgb(180,158,202,0.5) 0%, transparent 70%);
    width: 35%;
    position: absolute;
}.reach_us08641 h1 {
    position: relative;
    font-weight: 700;
    z-index: 1;
    text-align: center;
    margin-bottom: 3rem;
    color: #000000;
    transform: perspective(1000px) translateZ(0);
    font-size: 40px;
}.reach_us08641 h1::after {
    border-radius: 10px;
    left: 50%;
    content: "";
    bottom: -0.75rem;
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, rgb(212,195,225) 0%, rgb(180,158,202) 100%);
}.reach_us08641 .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.reach_us08641 .reach_experts15849 {
    background: rgba(255, 255, 255, 0.9);
    display: grid;
    position: relative;
    transform: perspective(1000px) rotateX(1deg);
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    padding: 2.5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    grid-template-columns: 1fr;
    gap: 2.5rem;
    backdrop-filter: blur(10px);
}.reach_us08641 .reach_experts15849 > div {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.reach_us08641 .reach_experts15849 > div:hover {
    transform: translateY(-5px);
}.reach_us08641 .reach_experts15849 > div:first-child {
    font-size: calc(17px + 0.1rem);
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 1.8;
    color: #000000;
}.reach_us08641 .reach_experts15849 > div:nth-child(2) {
    flex-direction: column;
    display: flex;
    gap: 0.5rem;
}.reach_us08641 h6 {
    font-size: 18px;
    color: #000000;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}.reach_us08641 h6 svg {
    flex-shrink: 0;
    transform: translateY(-1px);
    width: 20px;
    height: 20px;
}.reach_us08641 h6 svg path {
    fill: rgb(212,195,225);
    transition: fill 0.3s ease;
}.reach_us08641 span {
    display: block;
    margin-left: 1.75rem;
    font-size: 17px;
    color: #000000;
}.reach_us08641 .join_us95143 {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.reach_us08641 .join_us95143 > div {
    transition: transform 0.3s ease;
}.reach_us08641 .join_us95143 > div:hover {
    transform: translateX(5px);
}.reach_us08641 .contact_now18423 {
    color: #000000;
    font-weight: 400;
    gap: 0.5rem;
    align-items: center;
    transition: color 0.3s ease;
    font-size: 17px;
    display: flex;
    text-decoration: none;
}.reach_us08641 .contact_now18423:hover {
    color: rgb(212,195,225);
}.reach_us08641 .contact_now18423 svg {
    width: 20px;
    flex-shrink: 0;
    height: 20px;
}.reach_us08641 .contact_now18423 svg path {
    fill: rgb(180,158,202);
    transition: fill 0.3s ease;
}.reach_us08641 .contact_now18423:hover svg path {
    fill: rgb(212,195,225);
}

@media (min-width: 768px) {.reach_us08641 {
    padding: 8rem 3rem;
}.reach_us08641 h1 {
    margin-bottom: 4rem;
    font-size: calc(40px + 0.5rem);
}.reach_us08641 .reach_experts15849 {
    padding: 3.5rem;
    grid-template-columns: 1fr 1fr;
    border-radius: 22px;
}.reach_us08641 .reach_experts15849 > div:first-child {
    font-size: calc(17px + 0.2rem);
    grid-column: 1 / -1;
}.reach_us08641 h6 {
    font-size: calc(18px + 0.1rem);
}
}

@media (min-width: 992px) {.reach_us08641 {
    padding: 10rem 4rem;
}.reach_us08641 .reach_experts15849 {
    gap: 3rem;
    padding: 4rem;
    grid-template-columns: 2fr 1fr 1fr;
}.reach_us08641 .reach_experts15849 > div:first-child {
    grid-column: auto;
}.reach_us08641 h1::after {
    width: 120px;
}.reach_us08641::before {
    height: 70%;
    width: 35%;
}.reach_us08641::after {
    height: 60%;
    width: 30%;
}
}

@media (min-width: 1200px) {.reach_us08641 .reach_experts15849 {
    gap: 4rem;
    padding: 5rem;
}.reach_us08641 h1 {
    font-size: calc(40px + 1rem);
}.reach_us08641 .reach_experts15849 > div:first-child {
    font-size: calc(17px + 0.25rem);
}.reach_us08641 .contact_now18423,
    .reach_us08641 span {
    font-size: calc(17px + 0.1rem);
}
}

@media (max-width: 767px) {.reach_us08641 .reach_experts15849 {
    border-radius: 10px;
    padding: 2rem;
}.reach_us08641 h1 {
    font-size: calc(40px - 0.2rem);
}.reach_us08641 h6,
    .reach_us08641 .contact_now18423 {
    font-size: calc(17px - 0.1rem);
}.reach_us08641 span {
    font-size: calc(17px - 0.15rem);
    margin-left: 1.5rem;
}}.consentSettingsDialog53402 {
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 90;
    display: flex;
    padding: 1rem 0;
    transition: transform 0.3s ease-in-out;
    background: rgb(235,228,242);
    border-top: 3px solid rgb(212,195,225);
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0;
}#cookie_info_popup65390 {
    display: none;
}#cookie_info_popup65390:checked ~ .consentSettingsDialog53402 {
    visibility: hidden;
    opacity: 0;
}.consentSettingsDialog53402 .container {
    gap: 1rem;
    position: relative;
    margin: 0 auto;
    display: flex;
    padding: 0 15px;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1140px;
    z-index: 1;
    align-items: center;
}.cookie_review41809 {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    margin-right: 1rem;
}.cookie_review41809 svg {
    height: 50px;
    fill: rgb(212,195,225);
    width: 50px;
}.cookie_compl39852 {
    min-width: 300px;
    flex: 1;
    margin-bottom: 20px;
}.cookie_compl39852 h5 {
    color: rgb(212,195,225);
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1.5rem;
}.cookie_compl39852 p {
    color: #000000;
    font-size: 1rem;
}.track_optin13076 {
    border: none;
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    background: rgb(212,195,225);
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}.cookie_button.online_tracking76495 {
    background: rgb(212,195,225);
}.cookie_button.cookie_eductrl48923 {
    margin-left: 0.5rem;
    background: #000000;
}.track_optin13076:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.cookie_eductrl48923:hover {
    background: rgb(212,195,225);
}.consentSettingsDialog53402 p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(212,195,225);
}.consentSettingsDialog53402 p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.consentSettingsDialog53402 .container {
    flex-direction: column;
    align-items: center;
}.cookie_review41809 {
    margin-right: 0;
    margin-bottom: 1rem;
}.cookie_compl39852 {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.cookie_eductrl48923 {
    margin-top: 0.5rem;
    margin-left: 0;
}}
.user_testimonials69207 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(235,228,242) 0%, rgb(212,195,225,0.5) 100%);
    padding: 6rem 2rem;
}.user_testimonials69207::before {
    bottom: 0;
    right: 0;
    content: "";
    position: absolute;
    z-index: 0;
    background: linear-gradient(45deg, transparent 49.5%, rgb(180,158,202,0.5) 49.5%, rgb(180,158,202,0.5) 50.5%, transparent 50.5%);
    left: 0;
    top: 0;
}.user_testimonials69207 .success_path92514 {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.user_testimonials69207 h4 {
    position: relative;
    transform: skewX(-5deg);
    font-size: 37px;
    margin-bottom: 4rem;
    font-weight: 700;
    text-align: center;
    color: #000000;
}.user_testimonials69207 h4::after {
    bottom: -15px;
    transform: translateX(-50%);
    border-radius: 10px;
    width: 100px;
    background: rgb(212,195,225);
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
}.user_testimonials69207 .testimonial_feedback78645 {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 3rem;
    perspective: 1000px;
}.user_testimonials69207 .user_stories61504 {
    transition: all 0.5s ease;
    background: #ffffff;
    border-radius: 12px;
    transform: rotateX(10deg) rotateY(-5deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    padding: 2.5rem;
}.user_testimonials69207 .user_stories61504::before {
    background: rgb(212,195,225,0.5);
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    width: 100px;
    transform: translate(30%, -30%) rotate(45deg);
    right: 0;
    height: 100px;
}.user_testimonials69207 .user_stories61504:hover {
    transform: rotateX(0) rotateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.user_testimonials69207 .user_stories61504 .pic_strip23410 {
    margin: 0 auto 1.5rem;
    width: 80px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border: 4px solid #ffffff;
    height: 80px;
}.user_testimonials69207 .user_stories61504:hover .pic_strip23410 {
    border-color: rgb(212,195,225);
    transform: scale(1.1);
}.user_testimonials69207 .user_stories61504 span {
    font-weight: 600;
    position: relative;
    text-align: center;
    color: #000000;
    margin-bottom: 1rem;
    font-size: 19px;
    display: block;
}.user_testimonials69207 .user_stories61504 span::after {
    display: block;
    margin: 0.5rem auto;
    height: 2px;
    content: "";
    background: rgb(212,195,225);
    width: 40px;
}.user_testimonials69207 .user_stories61504 p {
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
}

@media (max-width: 992px) {.user_testimonials69207 .testimonial_feedback78645 {
    grid-template-columns: repeat(2, 1fr);
}.user_testimonials69207 h4 {
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 768px) {.user_testimonials69207 {
    padding: 4rem 1.5rem;
}.user_testimonials69207 .testimonial_feedback78645 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.user_testimonials69207 h4 {
    font-size: calc(37px * 0.8);
    margin-bottom: 3rem;
}.user_testimonials69207 .user_stories61504 {
    padding: 2rem;
}}.join_now36972 {
    background: linear-gradient(to right, rgb(212,195,225), rgb(180,158,202), rgb(212,195,225));
    animation: gradientShift 15s ease infinite;
    z-index: 1;
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background-size: 200% 100%;
}.join_now36972::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    background: 
        repeating-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.05) 0px,
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px,
            transparent 10px
        ),
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.05) 0px,
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px,
            transparent 10px
        );
    height: 100%;
}.join_now36972::after {
    width: 200%;
    position: absolute;
    height: 200%;
    content: '';
    animation: rotateLight 40s linear infinite;
    z-index: -1;
    opacity: 0.3;
    left: -50%;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    top: -50%;
    transform-origin: center;
}.join_now36972 .success_path92514 {
    backdrop-filter: blur(10px);
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 
        0 25px 45px rgba(0, 0, 0, 0.2),
        0 0 30px rgba(255, 255, 255, 0.1);
    flex-direction: column;
    border-radius: 20px;
    padding: 60px;
    align-items: center;
    display: flex;
    z-index: 2;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    max-width: 1100px;
    justify-content: center;
}.join_now36972 .success_path92514::before {
    height: 100%;
    position: absolute;
    width: 100%;
    animation: shimmerEffect 5s ease-in-out infinite;
    background: 
        linear-gradient(
            to right,
            transparent,
            rgba(255, 255, 255, 0.1),
            transparent
        );
    content: '';
    transform: skewX(-45deg) translateX(-150%);
    top: 0;
    left: 0;
    z-index: -1;
}.join_now36972 .success_path92514::after {
    animation: rotatePrism 20s linear infinite;
    z-index: -1;
    content: '';
    left: -25%;
    opacity: 0.1;
    height: 150%;
    position: absolute;
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgb(212,195,225,0.5) 90deg,
        transparent 180deg,
        rgb(180,158,202,0.5) 270deg,
        transparent 360deg
    );
    width: 150%;
    top: -25%;
}.join_now36972 h3 {
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #ffffff;
    transform: perspective(500px);
    transform-style: preserve-3d;
    font-family: Arial, sans-serif;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    position: relative;
    animation: floatText 6s ease-in-out infinite;
}.join_now36972 h3::before {
    width: 40%;
    content: '';
    position: absolute;
    height: 2px;
    bottom: -20px;
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    box-shadow: 0 0 15px #ffffff;
    left: 30%;
}.join_now36972 h3::after {
    animation: reflectionSweep 8s linear infinite;
    position: absolute;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}.join_now36972 .contact_now18423 {
    font-weight: 600;
    position: relative;
    transform: translateZ(10px);
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    display: inline-block;
    z-index: 1;
    text-decoration: none;
    padding: 18px 50px;
    text-transform: uppercase;
    letter-spacing: 3px;
    overflow: hidden;
    border-radius: 50px;
    color: rgb(212,195,225);
    font-size: 18px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.2);
}.join_now36972 .contact_now18423::before {
    z-index: -1;
    top: 0;
    width: 100%;
    background: linear-gradient(
        to right,
        rgb(212,195,225),
        rgb(180,158,202)
    );
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
}.join_now36972 .contact_now18423::after {
    z-index: 1;
    left: -100%;
    transform: rotate(30deg);
    content: '';
    top: -100%;
    transition: left 0.7s ease;
    position: absolute;
    height: 300%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    width: 30%;
}.join_now36972 .contact_now18423:hover {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 30px rgba(255, 255, 255, 0.3);
    transform: translateY(-5px) translateZ(10px);
    color: #ffffff;
}.join_now36972 .contact_now18423:hover::before {
    opacity: 1;
}.join_now36972 .contact_now18423:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.join_now36972 {
    padding: 100px 0;
}.join_now36972 .success_path92514 {
    max-width: 90%;
    padding: 50px 40px;
}.join_now36972 h3 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.9);
}.join_now36972 .contact_now18423 {
    padding: 16px 45px;
}
}

@media screen and (max-width: 768px) {.join_now36972 {
    padding: 80px 0;
}.join_now36972 .success_path92514 {
    padding: 40px 30px;
}.join_now36972 h3 {
    margin-bottom: 45px;
    font-size: calc(34px * 0.8);
    letter-spacing: 3px;
}.join_now36972 h3::before {
    left: 35%;
    width: 30%;
}.join_now36972 .contact_now18423 {
    letter-spacing: 2px;
    font-size: calc(18px * 0.95);
    padding: 15px 40px;
}
}

@media screen and (max-width: 576px) {.join_now36972 {
    padding: 60px 0;
}.join_now36972 .success_path92514 {
    padding: 30px 20px;
}.join_now36972 h3 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.7);
    letter-spacing: 2px;
}.join_now36972 h3::before {
    left: 37.5%;
    width: 25%;
    bottom: -15px;
}.join_now36972 .contact_now18423 {
    letter-spacing: 1px;
    padding: 12px 35px;
    font-size: calc(18px * 0.9);
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes rotateLight {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmerEffect {
    0% {
        transform: skewX(-45deg) translateX(-150%);
    }
    50% {
        transform: skewX(-45deg) translateX(150%);
    }
    100% {
        transform: skewX(-45deg) translateX(-150%);
    }
}

@keyframes rotatePrism {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatText {
    0%, 100% {
        transform: perspective(500px) translateZ(0);
        text-shadow: 0 0 10px #ffffff;
    }
    50% {
        transform: perspective(500px) translateZ(20px);
        text-shadow: 0 0 25px #ffffff;
    }
}

@keyframes reflectionSweep {
    0% {
        transform: translateX(-100%) skewX(-45deg);
    }
    100% {
        transform: translateX(100%) skewX(-45deg);
    }
}.sign_up35689 {
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(235,228,242) 0%, rgb(180,158,202,0.5) 100%);
    isolation: isolate;
}.sign_up35689::before {
    position: absolute;
    content: "";
    z-index: -1;
    inset: 0;
    background-image: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 15px, 
            rgba(255, 255, 255, 0.03) 15px, 
            rgba(255, 255, 255, 0.03) 30px
        );
}.sign_up35689::after {
    width: 30%;
    position: absolute;
    right: -5%;
    background: rgb(180,158,202);
    z-index: -1;
    opacity: 0.07;
    transform: rotate(-12deg) skewX(-15deg);
    height: 120%;
    top: -10%;
    content: "";
}.sign_up35689 .container {
    margin: 0 auto;
    max-width: 1200px;
}.sign_up35689 .success_path92514 {
    grid-template-columns: 1fr;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateX(-5px);
    display: grid;
    gap: 2rem;
}.sign_up35689 h4 {
    animation: fadeUp 0.6s ease-out 0.2s forwards;
    line-height: 1.4;
    margin: 0;
    opacity: 0;
    position: relative;
    font-weight: 600;
    font-size: 19px;
    transform: translateY(5px);
    color: #000000;
    padding-left: 1.5rem;
}.sign_up35689 h4::before {
    content: "";
    transform-origin: top;
    transform: scaleY(0);
    animation: scaleVertical 0.5s ease-out 0.6s forwards;
    height: calc(100% - 1rem);
    left: 0;
    background: rgb(180,158,202);
    position: absolute;
    top: 0.5rem;
    width: 4px;
}.sign_up35689 .input_holder {
    animation: fadeUp 0.6s ease-out 0.4s forwards;
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 1rem;
    transform: translateY(10px);
    opacity: 0;
}.sign_up35689 .input_holder span {
    position: relative;
    display: block;
}.sign_up35689 input[type="email"] {
    width: 100%;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    font-family: Arial, sans-serif;
    font-size: 14px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    color: #000000;
    padding: 1rem 1.5rem;
}.sign_up35689 input[type="email"]:focus {
    transform: translateY(-2px);
    border-color: rgb(180,158,202);
    box-shadow: 0 5px 20px rgba(var(--secondary-color-rgb), 0.15);
    outline: none;
}.sign_up35689 input[type="email"]::placeholder {
    color: rgba(var(--dark-color-rgb), 0.5);
    transition: all 0.3s ease;
}.sign_up35689 input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.sign_up35689 .achieve_success34612 {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(var(--secondary-color-rgb), 0.2);
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgb(180,158,202);
    width: 100%;
    border: none;
    font-weight: 600;
    padding: 1rem 2rem;
    cursor: pointer;
    overflow: hidden;
}.sign_up35689 .achieve_success34612:hover {
    background: rgb(212,195,225);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(var(--primary-color-rgb), 0.25);
}.sign_up35689 .achieve_success34612::before {
    left: 50%;
    border-radius: 50%;
    height: 150%;
    content: "";
    top: 50%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    width: 150%;
    transform: translate(-50%, -50%) scale(0);
}.sign_up35689 .achieve_success34612:hover::before {
    transform: translate(-50%, -50%) scale(1);
}.sign_up35689 .achieve_success34612:active {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(var(--primary-color-rgb), 0.2);
}

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

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

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


@media (min-width: 768px) {.sign_up35689 {
    padding: 5rem 3rem;
}.sign_up35689 .success_path92514 {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
    gap: 3rem;
}.sign_up35689 h4 {
    padding-left: 2rem;
    font-size: calc(19px * 1.1);
}.sign_up35689 h4::before {
    width: 6px;
}.sign_up35689 .input_holder {
    flex-direction: row;
    gap: 0;
}.sign_up35689 input[type="email"] {
    border-right: none;
}.sign_up35689 .achieve_success34612 {
    white-space: nowrap;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: auto;
}
}

@media (min-width: 992px) {.sign_up35689 {
    padding: 6rem 4rem;
}.sign_up35689::after {
    width: 40%;
}.sign_up35689 .success_path92514 {
    grid-template-columns: 1.5fr 1fr;
    gap: 4rem;
}.sign_up35689 h4 {
    font-size: calc(19px * 1.2);
    transform: skewX(-3deg);
}.sign_up35689 h4::before {
    transform: skewX(3deg);
    left: 0.3rem;
}.sign_up35689 .input_holder {
    transform: perspective(1000px) rotateY(2deg);
}.sign_up35689 input[type="email"] {
    padding: 1.2rem 1.8rem;
}.sign_up35689 .achieve_success34612 {
    padding: 1.2rem 2.5rem;
}
}

@media (min-width: 1200px) {.sign_up35689::before {
    background-image: 
            repeating-linear-gradient(
                -45deg, 
                transparent, 
                transparent 20px, 
                rgba(255, 255, 255, 0.04) 20px, 
                rgba(255, 255, 255, 0.04) 40px
            );
}.sign_up35689 .success_path92514 {
    grid-template-columns: 1.8fr 1.2fr;
}.sign_up35689 h4 {
    font-size: calc(19px * 1.3);
}.sign_up35689 input[type="email"] {
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}.sign_up35689 input[type="email"]:focus {
    transform: translateY(-3px);
}
}

@media (max-width: 767px) {.sign_up35689 {
    padding: 3rem 1.5rem;
}.sign_up35689 h4 {
    font-size: calc(19px * 0.9);
    padding-left: 1.2rem;
}.sign_up35689 .achieve_success34612 {
    margin-top: 0.5rem;
}}.inclusion85361 {
    color: #ffffff;
    z-index: 1;
    position: relative;
    padding: 80px 0 40px;
}.inclusion85361::before {
    backdrop-filter: blur(8px);
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    width: 100%;
    content: "";
}footer {
    position: relative;
}.inclusion85361 .container {
    grid-template-columns: 1fr 1fr;
    position: relative;
    display: grid;
    gap: 40px;
}.inclusion85361 .company_holder {
    padding-right: 40px;
    position: relative;
}.inclusion85361 .company_holder::after {
    height: 60%;
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(180,158,202,0.5), 
        transparent);
    right: 0;
    width: 1px;
    content: "";
    position: absolute;
    top: 20%;
}.inclusion85361 .company_holder h3 {
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: calc(34px * 0.9);
}.inclusion85361 .company_holder h3::after {
    bottom: -8px;
    content: "";
    background: rgb(212,195,225);
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0;
    border-radius: 10px;
}.inclusion85361 .cert_block61095 {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 30px;
    color: #ffffff;
    max-width: 90%;
}.inclusion85361 .slack_invite06812 {
    justify-content: flex-end;
    display: flex;
}.inclusion85361 .top_learn19586 {
    display: flex;
    gap: 60px;
}.inclusion85361 .nav_primary97146 {
    position: relative;
}.inclusion85361 .nav_primary97146 h5 {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 23px;
}.inclusion85361 .nav_primary97146 h5::after {
    position: absolute;
    bottom: 0;
    background: rgb(212,195,225);
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    border-radius: 10px;
}.inclusion85361 .nav_primary97146 .top_learn19586 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}.inclusion85361 .nav_primary97146 .top_learn19586 a {
    font-size: calc(16px * 0.95);
    padding-left: 0;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    opacity: 0.7;
}.inclusion85361 .nav_primary97146 .top_learn19586 a::before {
    transition: all 0.3s ease;
    content: "";
    opacity: 0;
    left: 0;
    height: 1px;
    position: absolute;
    background: rgb(212,195,225);
    width: 0;
    top: 50%;
    transform: translateY(-50%);
}.inclusion85361 .nav_primary97146 .top_learn19586 a:hover {
    color: rgb(212,195,225);
    padding-left: 12px;
    opacity: 1;
}.inclusion85361 .nav_primary97146 .top_learn19586 a:hover::before {
    width: 8px;
    opacity: 1;
}.equity_pledge28376 {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    padding: 20px 0;
}.equity_pledge28376 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.equity_pledge28376 .fund_cta74905 {
    color: #ffffff;
    font-size: 12px;
    opacity: 0.6;
    letter-spacing: 0.5px;
    text-align: center;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(212,195,225,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(212,195,225);
    }
}

@media (max-width: 991px) {.inclusion85361 {
    padding: 60px 0 30px;
}.inclusion85361 .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.inclusion85361 .company_holder {
    text-align: center;
    max-width: 600px;
    padding-right: 0;
    margin: 0 auto;
}.inclusion85361 .company_holder::after {
    display: none;
}.inclusion85361 .company_holder h3 {
    margin-right: auto;
    margin-left: auto;
}.inclusion85361 .company_holder h3::after {
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
}.inclusion85361 .cert_block61095 {
    max-width: 100%;
    text-align: center;
}.inclusion85361 .slack_invite06812 {
    justify-content: center;
}
}

@media (max-width: 767px) {.inclusion85361 {
    padding: 50px 0 20px;
}.inclusion85361 .top_learn19586 {
    flex-direction: column;
    gap: 40px;
    width: 100%;
}.inclusion85361 .nav_primary97146 {
    text-align: center;
}.inclusion85361 .nav_primary97146 h5 {
    text-align: center;
}.inclusion85361 .nav_primary97146 h5::after {
    transform: translateX(-50%);
    left: 50%;
}.inclusion85361 .nav_primary97146 .top_learn19586 {
    align-items: center;
}.inclusion85361 .nav_primary97146 .top_learn19586 a {
    text-align: center;
}.inclusion85361 .nav_primary97146 .top_learn19586 a::before {
    display: none;
}.inclusion85361 .nav_primary97146 .top_learn19586 a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.inclusion85361 {
    padding: 40px 0 20px;
}.inclusion85361 .company_holder h3 {
    font-size: calc(34px * 0.8);
}.inclusion85361 .cert_block61095 {
    font-size: calc(16px * 0.9);
}.equity_pledge28376 .fund_cta74905 {
    font-size: calc(12px * 0.9);
}}

.inclusion85361::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.inclusion85361::after {
    box-shadow: 0 0 40px rgb(212,195,225,0.5);
}.inclusion85361 .container::before {
    filter: blur(30px);
    height: 150px;
    animation: pulse 10s infinite alternate-reverse;
    width: 150px;
    border-radius: 50%;
    left: -75px;
    content: "";
    position: absolute;
    bottom: -75px;
    background: radial-gradient(
        circle, 
        rgb(180,158,202,0.5), 
        transparent 70%
    );
}.inclusion85361 .nav_primary97146::before {
    width: 5px;
    content: "";
    background: rgb(212,195,225);
    border-radius: 50%;
    position: absolute;
    left: -15px;
    height: 5px;
    opacity: 0.7;
    top: 10px;
}.inclusion85361 .nav_primary97146:hover::before {
    animation: glow 2s infinite;
}.inclusion85361 .company_holder::before {
    width: 100px;
    left: 0;
    bottom: -20px;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(212,195,225,0.5), 
        transparent);
    height: 1px;
    content: "";
}

@media (max-width: 991px) {.inclusion85361 .company_holder::before {
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(212,195,225,0.5), 
            transparent);
}}

.inclusion85361 .nav_primary97146 .top_learn19586 a::after {
    position: absolute;
    background: rgb(212,195,225);
    bottom: -2px;
    width: 0;
    height: 1px;
    content: "";
    transition: width 0.3s ease;
    left: 0;
}.inclusion85361 .nav_primary97146 .top_learn19586 a:hover::after {
    width: 100%;
}.inclusion85361 .nav_primary97146 .top_learn19586 a:nth-child(odd):hover {
    transform: translateX(2px);
}.inclusion85361 .nav_primary97146 .top_learn19586 a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    left: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(180,158,202,0.5), 
            transparent);
    top: 0;
    height: 1px;
    content: "";
}.inclusion85361::before {
    background-blend-mode: overlay;
}}

.inclusion85361 .company_holder h3::before {
    content: "";
    width: 20px;
    position: absolute;
    top: 50%;
    background: rgb(212,195,225);
    height: 1px;
    left: -30px;
    opacity: 0.7;
}

@media (max-width: 991px) {.inclusion85361 .company_holder h3::before {
    display: none;
}}

.equity_pledge28376 {
    overflow: hidden;
    position: relative;
}.equity_pledge28376::before {
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(180,158,202,0.5), 
        transparent);
    content: "";
}.equity_pledge28376::after {
    left: 35%;
    bottom: 0;
    width: 30%;
    position: absolute;
    opacity: 0.3;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(180,158,202,0.5), 
        transparent);
    height: 1px;
    content: "";
}.equity_pledge28376 .fund_cta74905 {
    position: relative;
    transition: all 0.3s ease;
}.equity_pledge28376 .fund_cta74905:hover {
    opacity: 1;
    letter-spacing: 0.7px;
}.potential_enrollees96734 {
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, rgb(235,228,242) 100%);
    padding: 110px 0;
    position: relative;
}.potential_enrollees96734::before {
    z-index: 1;
    top: 0;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 98%, rgb(180,158,202,0.5) 98%, rgb(180,158,202,0.5) 100%),
        linear-gradient(0deg, transparent 98%, rgb(180,158,202,0.5) 98%, rgb(180,158,202,0.5) 100%);
    left: 0;
    position: absolute;
    width: 100%;
    background-size: 30px 30px;
    opacity: 0.4;
    content: "";
}.potential_enrollees96734 .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1140px;
}.potential_enrollees96734 .success_path92514 {
    position: relative;
}.potential_enrollees96734 h4 {
    margin-bottom: 60px;
    font-size: 36px;
    font-weight: 700;
    display: inline-block;
    left: 50%;
    color: #000000;
    padding: 15px 30px;
    position: relative;
    box-shadow: 5px 5px 0 rgb(212,195,225,0.5);
    border: 2px solid rgb(212,195,225);
    background: #ffffff;
    border-radius: 10px;
    transform: translateX(-50%);
}.potential_enrollees96734 div > div {
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    position: relative;
    display: flex;
}.potential_enrollees96734 div > div::before {
    width: 100%;
    top: 50%;
    height: 2px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(212,195,225,0.5), transparent);
    z-index: -1;
    content: "";
}.potential_enrollees96734 div > div::after {
    z-index: -1;
    position: absolute;
    background: linear-gradient(180deg, transparent, rgb(180,158,202,0.5), transparent);
    content: "";
    width: 2px;
    top: 0;
    left: 50%;
    height: 100%;
}.potential_enrollees96734 p {
    display: flex;
    width: calc(33.333% - 50px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    align-items: center;
    font-size: 17px;
    z-index: 1;
    margin: 0;
    background: #ffffff;
    border: 1px solid rgb(235,228,242);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    justify-content: flex-start;
    padding: 20px;
    color: #000000;
}.potential_enrollees96734 p::before {
    border-radius: 10px;
    background: linear-gradient(135deg, transparent 0%, rgb(212,195,225,0.5) 300%);
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
    top: 0;
    z-index: -1;
    position: absolute;
    content: "";
}.potential_enrollees96734 p::after {
    background: #ffffff;
    position: absolute;
    border-radius: 50%;
    top: -10px;
    content: "";
    transition: all 0.3s ease;
    border: 1px solid rgb(212,195,225);
    left: -10px;
    height: 20px;
    width: 20px;
}.potential_enrollees96734 p:hover {
    border-color: rgb(212,195,225,0.5);
    transform: translateY(-10px);
}.potential_enrollees96734 p:hover::before {
    opacity: 0.2;
}.potential_enrollees96734 p:hover::after {
    background: rgb(212,195,225);
    transform: scale(1.5);
}.potential_enrollees96734 p svg {
    height: 26px;
    flex-shrink: 0;
    margin-right: 15px;
    width: 26px;
    transition: all 0.3s ease;
}.potential_enrollees96734 p svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,195,225);
}.potential_enrollees96734 p:hover svg {
    transform: rotate(15deg);
}.potential_enrollees96734 p:hover svg path {
    fill: rgb(180,158,202);
}@keyframes circuitPath {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.potential_enrollees96734::after {
    position: absolute;
    height: 300px;
    right: 0;
    opacity: 0.3;
    content: "";
    bottom: 0;
    z-index: 1;
    background-position: bottom right;
    width: 300px;
    background-repeat: no-repeat;
}@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.potential_enrollees96734 .success_path92514 > div p {
    opacity: 0;
    animation: fadeInScale 0.5s ease forwards;
}.potential_enrollees96734 .success_path92514 > div p:nth-child(1) {
    animation-delay: 0.1s;
}.potential_enrollees96734 .success_path92514 > div p:nth-child(2) {
    animation-delay: 0.2s;
}.potential_enrollees96734 .success_path92514 > div p:nth-child(3) {
    animation-delay: 0.3s;
}.potential_enrollees96734 .success_path92514 > div p:nth-child(4) {
    animation-delay: 0.4s;
}.potential_enrollees96734 .success_path92514 > div p:nth-child(5) {
    animation-delay: 0.5s;
}.potential_enrollees96734 .success_path92514 > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.potential_enrollees96734 {
    padding: 90px 0;
}.potential_enrollees96734 h4 {
    font-size: calc(36px * 0.9);
    margin-bottom: 50px;
    padding: 12px 25px;
}.potential_enrollees96734 div > div {
    gap: 30px;
}.potential_enrollees96734 p {
    padding: 18px;
    width: calc(50% - 30px);
}.potential_enrollees96734 p svg {
    margin-right: 12px;
    height: 24px;
    width: 24px;
}.potential_enrollees96734::after {
    width: 200px;
    height: 200px;
}
}

@media (max-width: 768px) {.potential_enrollees96734 {
    padding: 70px 0;
}.potential_enrollees96734 h4 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.8);
    box-shadow: 3px 3px 0 rgb(212,195,225,0.5);
    padding: 10px 20px;
}.potential_enrollees96734 div > div {
    gap: 25px;
}.potential_enrollees96734 div > div::before,
    .potential_enrollees96734 div > div::after {
    opacity: 0.4;
}.potential_enrollees96734 p {
    font-size: calc(17px * 0.95);
    padding: 15px;
    width: 100%;
}
}

@media (max-width: 576px) {.potential_enrollees96734 {
    padding: 60px 0;
}.potential_enrollees96734 h4 {
    padding: 8px 16px;
    margin-bottom: 35px;
    box-shadow: 2px 2px 0 rgb(212,195,225,0.5);
    font-size: calc(36px * 0.7);
    border-width: 1px;
}.potential_enrollees96734 div > div {
    gap: 20px;
}.potential_enrollees96734 p {
    padding: 12px;
    font-size: calc(17px * 0.9);
}.potential_enrollees96734 p svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.potential_enrollees96734 p::after {
    height: 12px;
    top: -5px;
    left: -5px;
    width: 12px;
}.potential_enrollees96734::after {
    width: 100px;
    height: 100px;
}
}