* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    max-width: 100%;
    width: 1277px;
    margin: auto;
}.slack_invite_zbSm {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    width: 0.5em;
}::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
    margin: 3px 0;
}::-webkit-scrollbar-thumb {
    background: rgb(232,232,240);
    transition: all, transform 2.9s ease-in;
    box-shadow: 5px -1px 13px 5px rgba(0, 0, 0, 0.2);
    border: 1px double rgb(183,213,180);
    border-radius: 9999px;
}svg {
    height: 30px;
    width: 30px;
}.wrapper-bundle_dtwq {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
    scroll-behavior: smooth;
}header,footer {
    width: 100%;
}.header_main_gCIu {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.location_info_wXaI {
    overflow: hidden;
    background: rgb(183,213,180,0.5);
    padding: 80px 0;
    border-top: 4px solid rgb(183,213,180);
    position: relative;
}.location_info_wXaI::before {
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    background-image: 
    repeating-linear-gradient(90deg, 
      rgba(255, 255, 255, 0.03) 0px, 
      rgba(255, 255, 255, 0.03) 1px, 
      transparent 1px, 
      transparent 30px
    ),
    repeating-linear-gradient(0deg, 
      rgba(255, 255, 255, 0.03) 0px, 
      rgba(255, 255, 255, 0.03) 1px, 
      transparent 1px, 
      transparent 30px
    );
    left: 0;
    width: 100%;
    z-index: 1;
}.location_info_wXaI .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
}.location_info_wXaI .ask_team_uEJD {
    position: relative;
    background: rgb(186,123,123);
    border-left: 1px solid rgb(183,213,180);
    padding: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.location_info_wXaI h2 {
    color: #ffffff;
    letter-spacing: 2px;
    padding: 30px;
    text-transform: uppercase;
    margin: 0;
    font-size: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 700;
}.location_info_wXaI p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    line-height: 1.6;
}.location_info_wXaI .reach_team_pWGe {
    display: flex;
    padding: 30px;
    justify-content: space-between;
}.location_info_wXaI .talk_form_OKrF {
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    justify-content: center;
    text-decoration: none;
    align-items: center;
    display: flex;
    height: 70px;
    color: #ffffff;
    width: 70px;
    background: #2a2a2a;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}.location_info_wXaI .talk_form_OKrF::before {
    z-index: -1;
    background: rgb(183,213,180);
    transform: scale(0);
    top: 0;
    content: "";
    left: 0;
    transition: transform 0.3s ease;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
}.location_info_wXaI .talk_form_OKrF:hover {
    border-color: rgb(183,213,180);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), 0 0 10px rgb(183,213,180,0.5);
}.location_info_wXaI .talk_form_OKrF:hover::before {
    transform: scale(0.9);
}.location_info_wXaI .talk_form_OKrF svg {
    height: 28px;
    transition: transform 0.3s ease;
    width: 28px;
}.location_info_wXaI .talk_form_OKrF:hover svg {
    transform: scale(1.2);
}.location_info_wXaI .talk_form_OKrF svg path {
    fill: rgb(183,213,180);
    transition: fill 0.3s ease;
}.location_info_wXaI .talk_form_OKrF:hover svg path {
    fill: #ffffff;
}.location_info_wXaI p svg {
    width: 22px;
    height: 22px;
    margin-right: 15px;
}.location_info_wXaI p svg path {
    fill: rgb(183,213,180);
}.location_info_wXaI p:nth-last-child(2) {
    align-items: center;
    padding: 25px 30px;
    border-bottom: none;
    display: flex;
}.location_info_wXaI .ask_team_uEJD::after {
    height: 20px;
    z-index: -1;
    position: absolute;
    background: #1a1a1a;
    right: 20px;
    width: calc(100% - 40px);
    content: "";
    bottom: -20px;
}.location_info_wXaI .ask_team_uEJD::before {
    top: 15px;
    right: 15px;
    width: 15px;
    z-index: 1;
    content: "";
    height: 15px;
    background: rgb(183,213,180);
    position: absolute;
}

@media (max-width: 991px) {.location_info_wXaI {
    padding: 60px 0;
}.location_info_wXaI h2 {
    padding: 25px;
    font-size: calc(35px * 0.9);
}.location_info_wXaI p,
  .location_info_wXaI p:nth-last-child(2) {
    padding: 20px 25px;
}.location_info_wXaI .reach_team_pWGe {
    padding: 25px;
}.location_info_wXaI .talk_form_OKrF {
    width: 60px;
    height: 60px;
}.location_info_wXaI .talk_form_OKrF svg {
    height: 24px;
    width: 24px;
}
}

@media (max-width: 767px) {.location_info_wXaI {
    padding: 50px 0;
}.location_info_wXaI h2 {
    padding: 20px;
    font-size: calc(35px * 0.85);
}.location_info_wXaI p {
    font-size: calc(15px * 0.95);
    padding: 20px;
}.location_info_wXaI p:nth-last-child(2) {
    padding: 18px 20px;
}.location_info_wXaI .reach_team_pWGe {
    padding: 20px;
}.location_info_wXaI .talk_form_OKrF {
    height: 50px;
    width: 50px;
}.location_info_wXaI .talk_form_OKrF svg {
    height: 20px;
    width: 20px;
}.location_info_wXaI p svg {
    height: 20px;
    width: 20px;
    margin-right: 12px;
}.location_info_wXaI .ask_team_uEJD::after {
    height: 10px;
    bottom: -10px;
}.location_info_wXaI .ask_team_uEJD::before {
    right: 10px;
    height: 10px;
    width: 10px;
    top: 10px;
}}

.location_info_wXaI .talk_form_OKrF:active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 5px rgb(183,213,180,0.5);
    transform: translateY(0);
}@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgb(183,213,180,0.5);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
  }
}

.location_info_wXaI .talk_form_OKrF:hover {
    animation: pulse 1.5s infinite;
}@keyframes blink {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.7;
  }
}

.location_info_wXaI .container::before {
    height: 8px;
    border-radius: 50%;
    width: 8px;
    background: rgb(183,213,180);
    position: absolute;
    top: 15px;
    right: 45px;
    content: "";
    animation: blink 2s ease-in-out infinite;
}.location_info_wXaI .container::after {
    color: rgb(183,213,180);
    position: absolute;
    left: 15px;
    content: attr(data-text);
    letter-spacing: 1px;
    font-size: 12px;
    top: -10px;
    text-transform: uppercase;
}.location_info_wXaI .talk_form_OKrF:nth-child(1) {
    transition-delay: 0.1s;
}.location_info_wXaI .talk_form_OKrF:nth-child(2) {
    transition-delay: 0.2s;
}.location_info_wXaI .talk_form_OKrF:nth-child(3) {
    transition-delay: 0.3s;
}.slack_invite_zbSm {
    z-index: 1;
    color: #ffffff;
    padding: 6rem 0 4rem;
    position: relative;
}.slack_invite_zbSm::before {
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.85;
    width: 100%;
    content: "";
    height: 100%;
    background: #000000;
    z-index: -1;
}.slack_invite_zbSm::after {
    position: absolute;
    width: 100%;
    background-position: center;
    animation: gridAnimate 15s linear infinite;
    background-size: 30px 30px;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    background: 
        linear-gradient(rgba(rgb(183,213,180), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(183,213,180), 0.2) 1px, transparent 1px);
    opacity: 0.15;
    z-index: -1;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.slack_invite_zbSm .container {
    grid-gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}.slack_invite_zbSm .company_holder {
    grid-row: 1;
    grid-column: 1 / 5;
    position: relative;
}.slack_invite_zbSm .company_holder::before {
    content: "";
    width: 60px;
    position: absolute;
    left: -20px;
    border-top: 2px solid rgb(183,213,180);
    border-left: 2px solid rgb(183,213,180);
    top: -20px;
    opacity: 0.7;
    height: 60px;
}.slack_invite_zbSm .company_holder::after {
    content: "";
    bottom: -20px;
    opacity: 0.7;
    position: absolute;
    right: -20px;
    border-bottom: 2px solid rgb(183,213,180);
    height: 60px;
    border-right: 2px solid rgb(183,213,180);
    width: 60px;
}.slack_invite_zbSm .company_holder h3 {
    display: inline-block;
    background: linear-gradient(90deg, #ffffff, rgb(183,213,180));
    -webkit-background-clip: text !important;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 35px;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}.slack_invite_zbSm .company_holder h3::after {
    content: "";
    box-shadow: 0 0 10px rgb(183,213,180);
    position: absolute;
    width: 30%;
    left: 0;
    background: rgb(183,213,180);
    height: 2px;
    bottom: -5px;
}.slack_invite_zbSm .referral_prog_yHFa {
    line-height: 1.6;
    font-size: 15px;
    margin-top: 1.5rem;
    color: #ffffff;
    opacity: 0.8;
}.slack_invite_zbSm .discount_cta_CZNW {
    display: flex;
    grid-row: 1;
    grid-column: 6 / 13;
    justify-content: flex-end;
}.slack_invite_zbSm .main_header_wPqR {
    display: grid;
    gap: 3rem;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
}.slack_invite_zbSm .main_top_jobe {
    backdrop-filter: blur(4px);
    border-radius: 10px;
    padding: 1.5rem;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}.slack_invite_zbSm .main_top_jobe:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}.slack_invite_zbSm .main_top_jobe::before {
    transition: height 0.3s ease;
    content: "";
    width: 3px;
    top: 0;
    height: 0;
    left: 0;
    background: rgb(183,213,180);
    position: absolute;
}.slack_invite_zbSm .main_top_jobe:hover::before {
    height: 100%;
}.slack_invite_zbSm .main_top_jobe h5 {
    padding-left: 1rem;
    color: rgb(186,123,123);
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
}.slack_invite_zbSm .main_top_jobe h5::before {
    content: "";
    top: 50%;
    box-shadow: 0 0 10px rgb(183,213,180);
    width: 5px;
    border-radius: 50%;
    left: 0;
    height: 5px;
    position: absolute;
    background: rgb(183,213,180);
    transform: translateY(-50%);
}.slack_invite_zbSm .main_top_jobe .main_header_wPqR {
    gap: 0.7rem;
    display: flex;
    flex-direction: column;
}.slack_invite_zbSm .main_top_jobe .main_header_wPqR a {
    text-decoration: none;
    z-index: 1;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    opacity: 0.7;
    position: relative;
    padding: 0.4rem 1rem;
    font-size: 15px;
    overflow: hidden;
}.slack_invite_zbSm .main_top_jobe .main_header_wPqR a::before {
    z-index: -1;
    left: 0;
    width: 100%;
    transform: translateX(-100%);
    content: "";
    transition: transform 0.3s ease;
    top: 0;
    background: linear-gradient(90deg, rgba(rgb(183,213,180,0.5), 0.1), transparent);
    position: absolute;
    height: 100%;
}.slack_invite_zbSm .main_top_jobe .main_header_wPqR a:hover {
    opacity: 1;
    color: #ffffff;
    padding-left: 1.5rem;
}.slack_invite_zbSm .main_top_jobe .main_header_wPqR a:hover::before {
    transform: translateX(0);
}.hackathon_Asna {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    grid-row: 2;
    grid-column: 1 / 13;
    position: relative;
    padding: 1.5rem 0;
    margin-top: 4rem;
    background: rgba(0, 0, 0, 0.5);
}.hackathon_Asna::before {
    content: "";
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(183,213,180), transparent);
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    position: absolute;
    top: 0;
}.hackathon_Asna .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.hackathon_Asna .grant_cta_wQxZ {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-align: center;
    opacity: 0.7;
}

@media screen and (max-width: 992px) {.slack_invite_zbSm .container {
    grid-template-columns: repeat(1, 1fr);
}.slack_invite_zbSm .company_holder {
    grid-row: 1;
    grid-column: 1;
}.slack_invite_zbSm .discount_cta_CZNW {
    grid-row: 2;
    grid-column: 1;
    margin-top: 2rem;
}.hackathon_Asna {
    grid-row: 3;
    margin-top: 3rem;
}
}

@media screen and (max-width: 768px) {.slack_invite_zbSm {
    padding: 4rem 0 3rem;
}.slack_invite_zbSm .main_header_wPqR {
    gap: 2rem;
    grid-template-columns: 1fr;
}.slack_invite_zbSm .main_top_jobe {
    padding: 1.2rem;
}.slack_invite_zbSm .main_top_jobe h5 {
    font-size: calc(24px * 0.9);
}.slack_invite_zbSm .company_holder::before,
    .slack_invite_zbSm .company_holder::after {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.slack_invite_zbSm {
    padding: 3rem 0 2rem;
}.slack_invite_zbSm .company_holder h3 {
    font-size: calc(35px * 0.9);
}.slack_invite_zbSm .referral_prog_yHFa {
    font-size: calc(15px * 0.9);
}.slack_invite_zbSm .main_top_jobe .main_header_wPqR a {
    font-size: calc(15px * 0.9);
}.hackathon_Asna {
    padding: 1rem 0;
    margin-top: 2rem;
}}.future_learners_BzqP {
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, rgb(232,232,240) 100%);
    padding: 110px 0;
    position: relative;
}.future_learners_BzqP::before {
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    background: 
        linear-gradient(90deg, transparent 98%, rgb(186,123,123,0.5) 98%, rgb(186,123,123,0.5) 100%),
        linear-gradient(0deg, transparent 98%, rgb(186,123,123,0.5) 98%, rgb(186,123,123,0.5) 100%);
    z-index: 1;
    content: "";
    height: 100%;
    background-size: 30px 30px;
    opacity: 0.4;
}.future_learners_BzqP .container {
    max-width: 1140px;
    padding: 0 15px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.future_learners_BzqP .diff_block_gSvE {
    position: relative;
}.future_learners_BzqP h4 {
    border: 2px solid rgb(183,213,180);
    font-size: 34px;
    box-shadow: 5px 5px 0 rgb(183,213,180,0.5);
    color: #000000;
    font-weight: 700;
    position: relative;
    left: 50%;
    background: #ffffff;
    margin-bottom: 60px;
    transform: translateX(-50%);
    padding: 15px 30px;
    border-radius: 10px;
    display: inline-block;
}.future_learners_BzqP div > div {
    gap: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}.future_learners_BzqP div > div::before {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 50%;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(183,213,180,0.5), transparent);
    left: 0;
}.future_learners_BzqP div > div::after {
    width: 2px;
    content: "";
    height: 100%;
    z-index: -1;
    background: linear-gradient(180deg, transparent, rgb(186,123,123,0.5), transparent);
    left: 50%;
    top: 0;
    position: absolute;
}.future_learners_BzqP p {
    color: #000000;
    border: 1px solid rgb(232,232,240);
    display: flex;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: 17px;
    border-radius: 10px;
    padding: 20px;
    z-index: 1;
    justify-content: flex-start;
    margin: 0;
    position: relative;
    width: calc(33.333% - 50px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    align-items: center;
}.future_learners_BzqP p::before {
    opacity: 0;
    width: 100%;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, transparent 0%, rgb(183,213,180,0.5) 300%);
    content: "";
    z-index: -1;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 10px;
    top: 0;
}.future_learners_BzqP p::after {
    content: "";
    height: 20px;
    width: 20px;
    border: 1px solid rgb(183,213,180);
    position: absolute;
    transition: all 0.3s ease;
    border-radius: 50%;
    left: -10px;
    top: -10px;
    background: #ffffff;
}.future_learners_BzqP p:hover {
    transform: translateY(-10px);
    border-color: rgb(183,213,180,0.5);
}.future_learners_BzqP p:hover::before {
    opacity: 0.2;
}.future_learners_BzqP p:hover::after {
    background: rgb(183,213,180);
    transform: scale(1.5);
}.future_learners_BzqP p svg {
    height: 26px;
    transition: all 0.3s ease;
    width: 26px;
    flex-shrink: 0;
    margin-right: 15px;
}.future_learners_BzqP p svg path {
    transition: fill 0.3s ease;
    fill: rgb(183,213,180);
}.future_learners_BzqP p:hover svg {
    transform: rotate(15deg);
}.future_learners_BzqP p:hover svg path {
    fill: rgb(186,123,123);
}@keyframes circuitPath {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.future_learners_BzqP::after {
    z-index: 1;
    height: 300px;
    width: 300px;
    position: absolute;
    background-position: bottom right;
    content: "";
    background-repeat: no-repeat;
    right: 0;
    opacity: 0.3;
    bottom: 0;
}@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.future_learners_BzqP .diff_block_gSvE > div p {
    animation: fadeInScale 0.5s ease forwards;
    opacity: 0;
}.future_learners_BzqP .diff_block_gSvE > div p:nth-child(1) {
    animation-delay: 0.1s;
}.future_learners_BzqP .diff_block_gSvE > div p:nth-child(2) {
    animation-delay: 0.2s;
}.future_learners_BzqP .diff_block_gSvE > div p:nth-child(3) {
    animation-delay: 0.3s;
}.future_learners_BzqP .diff_block_gSvE > div p:nth-child(4) {
    animation-delay: 0.4s;
}.future_learners_BzqP .diff_block_gSvE > div p:nth-child(5) {
    animation-delay: 0.5s;
}.future_learners_BzqP .diff_block_gSvE > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.future_learners_BzqP {
    padding: 90px 0;
}.future_learners_BzqP h4 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.9);
    padding: 12px 25px;
}.future_learners_BzqP div > div {
    gap: 30px;
}.future_learners_BzqP p {
    padding: 18px;
    width: calc(50% - 30px);
}.future_learners_BzqP p svg {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}.future_learners_BzqP::after {
    width: 200px;
    height: 200px;
}
}

@media (max-width: 768px) {.future_learners_BzqP {
    padding: 70px 0;
}.future_learners_BzqP h4 {
    font-size: calc(34px * 0.8);
    margin-bottom: 40px;
    padding: 10px 20px;
    box-shadow: 3px 3px 0 rgb(183,213,180,0.5);
}.future_learners_BzqP div > div {
    gap: 25px;
}.future_learners_BzqP div > div::before,
    .future_learners_BzqP div > div::after {
    opacity: 0.4;
}.future_learners_BzqP p {
    width: 100%;
    font-size: calc(17px * 0.95);
    padding: 15px;
}
}

@media (max-width: 576px) {.future_learners_BzqP {
    padding: 60px 0;
}.future_learners_BzqP h4 {
    font-size: calc(34px * 0.7);
    box-shadow: 2px 2px 0 rgb(183,213,180,0.5);
    margin-bottom: 35px;
    padding: 8px 16px;
    border-width: 1px;
}.future_learners_BzqP div > div {
    gap: 20px;
}.future_learners_BzqP p {
    font-size: calc(17px * 0.9);
    padding: 12px;
}.future_learners_BzqP p svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}.future_learners_BzqP p::after {
    left: -5px;
    top: -5px;
    width: 12px;
    height: 12px;
}.future_learners_BzqP::after {
    height: 100px;
    width: 100px;
}}.plan_list_item_iNnv {
    position: relative;
    padding: 100px 0;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.plan_list_item_iNnv::before {
    left: 0;
    z-index: 1;
    right: 0;
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(183,213,180,0.5) 100%);
}.plan_list_item_iNnv .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.plan_list_item_iNnv .pricing_options_Anam {
    position: relative;
}.plan_list_item_iNnv h2 {
    opacity: 0;
    font-weight: 700;
    animation: slideInTitle 0.8s forwards 0.2s;
    margin-bottom: 20px;
    font-size: 32px;
    transform: translateX(-10px);
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    color: #ffffff;
}.plan_list_item_iNnv .indv_sub_JMAz {
    color: #ffffff;
    transform: translateX(-10px);
    animation: slideInDesc 0.8s forwards 0.4s;
    opacity: 0;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 800px;
}.plan_list_item_iNnv .pay_plans_JHlu {
    margin: 0;
    padding: 0;
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.plan_list_item_iNnv .pay_plans_JHlu li {
    opacity: 0;
    perspective: 1000px;
    animation: fadeIn 0.8s forwards;
}.plan_list_item_iNnv .pay_plans_JHlu li:nth-child(1) {
    animation-delay: 0.5s;
}.plan_list_item_iNnv .pay_plans_JHlu li:nth-child(2) {
    animation-delay: 0.7s;
}.plan_list_item_iNnv .pay_plans_JHlu li:nth-child(3) {
    animation-delay: 0.9s;
}.plan_list_item_iNnv .pay_plans_JHlu li:nth-child(4) {
    animation-delay: 1.1s;
}.plan_list_item_iNnv .study_pricing_aqcE {
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    text-decoration: none;
}.plan_list_item_iNnv .discount_plan_TiVN {
    background: linear-gradient(145deg, #ffffff 0%, rgb(232,232,240) 100%);
    padding: 30px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
    border-left: 4px solid rgb(183,213,180);
    height: 100%;
}.plan_list_item_iNnv .discount_plan_TiVN::before {
    width: 80px;
    background: rgb(186,123,123);
    top: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translate(50%, -50%) rotate(45deg);
    height: 80px;
    position: absolute;
    right: 0;
    opacity: 0.8;
}.plan_list_item_iNnv .rate_choice_THFV {
    z-index: 2;
    flex-direction: column;
    display: flex;
    height: 100%;
    position: relative;
}.plan_list_item_iNnv .rate_choice_THFV h4 {
    font-weight: 700;
    font-size: calc(24px + 2px);
    display: inline-block;
    color: #000000;
    position: relative;
    margin: 0 0 20px;
}.plan_list_item_iNnv .rate_choice_THFV h4::after {
    width: 40px;
    bottom: -10px;
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(183,213,180);
    left: 0;
    height: 3px;
}.plan_list_item_iNnv .rate_choice_THFV p {
    color: #000000;
    font-size: calc(16px - 1px);
    line-height: 1.6;
    overflow-wrap: break-word;
    flex-grow: 1;
    margin: 0 0 25px;
    white-space: normal;
    hyphens: auto;
    word-wrap: break-word;
}.plan_list_item_iNnv .cost_breakdown_LHIs {
    position: relative;
    align-self: flex-start;
    font-size: 16px;
    background: rgb(183,213,180);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
              background-color 0.3s ease;
    display: inline-block;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 10px;
    margin-top: auto;
    transform: translateY(0);
    color: #ffffff;
    overflow: hidden;
}.plan_list_item_iNnv .cost_breakdown_LHIs::before {
    width: 100%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    transform: translateX(-100%);
    content: "";
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    height: 100%;
    top: 0;
    left: 0;
}.plan_list_item_iNnv .study_pricing_aqcE:hover {
    transform: translateY(-8px);
}.plan_list_item_iNnv .study_pricing_aqcE:hover .discount_plan_TiVN {
    border-left-width: 8px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}.plan_list_item_iNnv .study_pricing_aqcE:hover .discount_plan_TiVN::before {
    transform: translate(40%, -40%) rotate(45deg);
}.plan_list_item_iNnv .study_pricing_aqcE:hover .rate_choice_THFV h4::after {
    width: 70px;
}.plan_list_item_iNnv .study_pricing_aqcE:hover .cost_breakdown_LHIs {
    transform: translateY(-5px);
    background: rgb(186,123,123);
}.plan_list_item_iNnv .study_pricing_aqcE:hover .cost_breakdown_LHIs::before {
    transform: translateX(100%);
}.plan_list_item_iNnv .study_pricing_aqcE:active {
    transition: transform 0.2s;
    transform: translateY(-2px);
}

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

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

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

@media (max-width: 1200px) {.plan_list_item_iNnv {
    padding: 80px 0;
}.plan_list_item_iNnv .pay_plans_JHlu {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.plan_list_item_iNnv h2 {
    font-size: calc(32px - 4px);
}.plan_list_item_iNnv .indv_sub_JMAz {
    margin-bottom: 30px;
}.plan_list_item_iNnv .pay_plans_JHlu {
    gap: 20px;
}.plan_list_item_iNnv .discount_plan_TiVN {
    padding: 25px;
}
}

@media (max-width: 768px) {.plan_list_item_iNnv {
    padding: 60px 0;
}.plan_list_item_iNnv h2 {
    font-size: calc(32px - 6px);
}.plan_list_item_iNnv .indv_sub_JMAz {
    font-size: calc(16px - 1px);
}.plan_list_item_iNnv .pay_plans_JHlu {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.plan_list_item_iNnv .rate_choice_THFV h4 {
    font-size: 24px;
}.plan_list_item_iNnv .rate_choice_THFV p {
    margin-bottom: 20px;
    font-size: calc(16px - 2px);
}
}

@media (max-width: 576px) {.plan_list_item_iNnv {
    padding: 50px 0;
}.plan_list_item_iNnv .container {
    padding: 0 15px;
}.plan_list_item_iNnv h2 {
    font-size: calc(32px - 8px);
    margin-bottom: 15px;
}.plan_list_item_iNnv .indv_sub_JMAz {
    margin-bottom: 25px;
}.plan_list_item_iNnv .pay_plans_JHlu {
    grid-template-columns: 1fr;
    gap: 20px;
}.plan_list_item_iNnv .discount_plan_TiVN {
    padding: 20px;
}.plan_list_item_iNnv .rate_choice_THFV p {
    margin-bottom: 15px;
}.plan_list_item_iNnv .cost_breakdown_LHIs {
    padding: 8px 16px;
    font-size: calc(16px - 1px);
}}.education_history_hqlS {
    background: linear-gradient(160deg, rgb(232,232,240) 0%, #000000 100%);
    overflow: hidden;
    min-height: 700px;
    padding: 8rem 0;
    position: relative;
}.education_history_hqlS::before {
    content: "";
    filter: blur(70px);
    left: 0;
    opacity: 0.4;
    animation: breatheGlow 15s ease-in-out infinite alternate;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 80% 20%, rgb(183,213,180,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(186,123,123,0.5) 0%, transparent 35%);
    z-index: 1;
    position: absolute;
    top: 0;
}.education_history_hqlS .container {
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.education_history_hqlS .student_perspectives_UAcZ {
    backdrop-filter: blur(15px);
    position: relative;
    overflow: hidden;
    grid-template-rows: auto 1fr;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    display: grid;
    border-radius: 10px;
    min-height: 580px;
    grid-template-columns: 1.2fr 0.8fr;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    padding: 3rem;
    gap: 30px;
}.education_history_hqlS .student_perspectives_UAcZ::before {
    background: linear-gradient(135deg, transparent, rgb(183,213,180,0.5), transparent);
    width: 100%;
    top: 0;
    animation: shimmerEffect 10s ease-in-out infinite;
    left: 0;
    height: 100%;
    position: absolute;
    opacity: 0.2;
    z-index: -1;
    content: "";
    background-size: 200% 200%;
}.education_history_hqlS .img_effect_MRwd {
    grid-column: 2;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    transform: scale(1) rotate(0deg);
    height: 100%;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 3;
    border-radius: 10px;
    position: relative;
    filter: contrast(1.1) brightness(1.05);
    grid-row: 1 / span 2;
}.education_history_hqlS .student_perspectives_UAcZ:hover .img_effect_MRwd {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
    transform: scale(1.05) rotate(2deg);
}.education_history_hqlS .img_effect_MRwd::before {
    content: "";
    box-sizing: border-box;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
}.education_history_hqlS .name {
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    grid-column: 1;
    grid-row: 1;
    font-weight: 700;
    transform: translateX(0);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    margin: 0;
    position: relative;
    z-index: 4;
    font-size: 29px;
}.education_history_hqlS .student_perspectives_UAcZ:hover .name {
    transform: translateX(10px);
}.education_history_hqlS .name::after {
    width: 0;
    transition: width 0.6s ease;
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, rgb(183,213,180), rgb(186,123,123));
    position: absolute;
    height: 3px;
    left: 0;
}.education_history_hqlS .student_perspectives_UAcZ:hover .name::after {
    width: 120px;
}.education_history_hqlS .student_perspectives_UAcZ span:not(.name) {
    margin-top: 4rem;
    font-weight: 600;
    grid-column: 1;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    backdrop-filter: blur(10px);
    transform: translateX(0);
    color: rgb(186,123,123);
    padding: 0.7rem 1.5rem;
    font-size: 20px;
    border-radius: 10px;
    z-index: 3;
    width: max-content;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    grid-row: 1;
}.education_history_hqlS .student_perspectives_UAcZ:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(10px);
}.education_history_hqlS .work_insights_zfRL {
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    grid-row: 2;
    color: #ffffff;
    line-height: 1.8;
    font-size: 14px;
    border-left: 4px solid rgb(186,123,123);
    padding: 2rem;
    position: relative;
    grid-column: 1;
    overflow: hidden;
    transform: translateY(0);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 2;
}.education_history_hqlS .student_perspectives_UAcZ:hover .work_insights_zfRL {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateY(-10px);
}.education_history_hqlS .work_insights_zfRL::before {
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    background-size: 200% 200%;
    top: 0;
    animation: shimmerEffect 5s ease-in-out infinite;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    z-index: -1;
    width: 100%;
}.education_history_hqlS .container::after {
    opacity: 0.2;
    width: 400px;
    border-radius: 50%;
    background: conic-gradient(from 135deg, rgb(183,213,180,0.5) 0%, rgb(186,123,123,0.5) 50%, rgb(183,213,180,0.5) 100%);
    position: absolute;
    bottom: -200px;
    animation: rotateGlow 25s linear infinite;
    filter: blur(80px);
    height: 400px;
    z-index: -1;
    content: "";
    left: -200px;
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.education_history_hqlS .student_perspectives_UAcZ {
    padding: 2rem;
    gap: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
}.education_history_hqlS .img_effect_MRwd {
    grid-column: 1;
    grid-row: 1;
    height: 350px;
}.education_history_hqlS .name {
    margin: 0;
    grid-row: 2;
    grid-column: 1;
}.education_history_hqlS .student_perspectives_UAcZ span:not(.name) {
    grid-column: 1;
    grid-row: 2;
    margin-top: 3.5rem;
}.education_history_hqlS .work_insights_zfRL {
    grid-row: 3;
    grid-column: 1;
}.education_history_hqlS .student_perspectives_UAcZ:hover .name,
    .education_history_hqlS .student_perspectives_UAcZ:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.education_history_hqlS {
    padding: 5rem 0;
}.education_history_hqlS .student_perspectives_UAcZ {
    padding: 1.5rem;
}.education_history_hqlS .img_effect_MRwd {
    height: 250px;
}.education_history_hqlS .name {
    font-size: 20px;
}.education_history_hqlS .student_perspectives_UAcZ span:not(.name) {
    margin-top: 3rem;
    font-size: 14px;
    padding: 0.6rem 1rem;
}.education_history_hqlS .work_insights_zfRL {
    font-size: calc(14px * 0.9);
    padding: 1.5rem;
    line-height: 1.6;
}}header .top_plank {
    background: rgb(183,213,180);
    color:  #ffffff;
}header .top_plank .study_techpro_karB div svg, header .top_plank .study_techpro_karB div svg path {
    fill: #ffffff;
}header .top_plank .study_techpro_karB div span {
    color: #ffffff;
}header .top_plank .study_techpro_karB {
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    align-items: center;
    font-size: 13px;
    flex-wrap: wrap;
    line-height: 21px;
    width: 100%;
    display: flex;
}header .top_plank .study_techpro_karB div {
    margin-right: 24px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}header .top_plank .study_techpro_karB div img, header .top_plank .study_techpro_karB div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.title_welcome_QtmV {
    background: linear-gradient(135deg, rgb(232,232,240), rgba(0, 0, 0, 0.5));
    min-height: 100vh;
    position: relative;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}.title_welcome_QtmV .learning_primary_jhVt {
    border-radius: 10px;
    max-width: 1200px;
    width: 100%;
    z-index: 2;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 20px 20px 60px rgba(0,0,0,0.1), -20px -20px 60px rgba(255,255,255,0.1);
    position: relative;
}.title_welcome_QtmV .learning_primary_jhVt:hover {
    box-shadow: 25px 25px 70px rgba(0,0,0,0.15), -25px -25px 70px rgba(255,255,255,0.15);
    transform: translateY(-5px);
}.title_welcome_QtmV .learning_primary_jhVt > div {
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
}.title_welcome_QtmV h3 {
    padding: 2rem;
    box-shadow: inset 5px 5px 10px rgba(0,0,0,0.05), inset -5px -5px 10px rgba(255,255,255,0.8);
    margin: 0;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    line-height: 1.5;
    font-weight: 600;
    position: relative;
    color: #000000;
    font-size: calc(18px * 0.9);
    transition: all 0.3s ease;
}.title_welcome_QtmV h3::before {
    background: linear-gradient(to bottom, rgb(183,213,180), rgb(186,123,123));
    content: "";
    opacity: 0.8;
    left: 0;
    width: 5px;
    position: absolute;
    top: 0;
    height: 100%;
}.title_welcome_QtmV .skill_program_IqFE {
    position: relative;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 8px 8px 16px rgba(0,0,0,0.1), -8px -8px 16px rgba(255,255,255,0.1);
}.title_welcome_QtmV .skill_program_IqFE::before {
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(183,213,180,0.5), rgba(0, 0, 0, 0.5));
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0.7;
    z-index: 1;
    content: "";
}.title_welcome_QtmV .skill_program_IqFE > div {
    justify-content: center;
    display: flex;
    z-index: 2;
    flex-direction: column;
    padding: 2.5rem;
    height: 100%;
    align-items: flex-start;
    position: relative;
}.title_welcome_QtmV .skill_program_IqFE p {
    color: #ffffff;
    font-size: calc(17px * 1.1);
    padding-left: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    margin-bottom: 1.5rem;
    font-weight: 600;
    position: relative;
    max-width: 80%;
}.title_welcome_QtmV .skill_program_IqFE p::before {
    top: 0;
    left: 0;
    border-radius: 5px;
    position: absolute;
    background: rgb(186,123,123);
    width: 4px;
    content: "";
    height: 100%;
}.title_welcome_QtmV .title_style_header {
    max-width: 90%;
    font-size: calc(42px * 1.1);
    margin-top: 0.5rem;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
    margin-bottom: 0;
    position: relative;
    color: #ffffff;
    transition: transform 0.3s ease;
    font-weight: 700;
    line-height: 1.2;
}.title_welcome_QtmV .skill_program_IqFE:hover {
    transform: scale(1.02);
    box-shadow: 12px 12px 24px rgba(0,0,0,0.15), -12px -12px 24px rgba(255,255,255,0.15);
}.title_welcome_QtmV .skill_program_IqFE:hover .title_style_header {
    transform: translateX(10px);
}.title_welcome_QtmV::after {
    height: 150px;
    border-radius: 50%;
    right: 0;
    width: 150px;
    content: "";
    filter: blur(80px);
    top: 0;
    background: rgb(183,213,180,0.5);
    animation: floatBubble 15s infinite ease-in-out;
    position: absolute;
    opacity: 0.4;
}.title_welcome_QtmV::before {
    background: rgb(186,123,123,0.5);
    bottom: 0;
    content: "";
    position: absolute;
    filter: blur(90px);
    left: 10%;
    width: 200px;
    border-radius: 50%;
    opacity: 0.3;
    animation: floatBubble 18s infinite ease-in-out reverse;
    height: 200px;
}

@keyframes floatBubble {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-30px) translateX(20px);
  }
  50% {
    transform: translateY(10px) translateX(-20px);
  }
  75% {
    transform: translateY(20px) translateX(10px);
  }
}

@media (min-width: 768px) {.title_welcome_QtmV .learning_primary_jhVt > div {
    grid-template-columns: 1fr 2fr;
    gap: 1.5rem;
}.title_welcome_QtmV h3 {
    align-items: center;
    font-size: 18px;
    display: flex;
    height: 100%;
}.title_welcome_QtmV .skill_program_IqFE {
    height: 500px;
}.title_welcome_QtmV .title_style_header {
    max-width: 80%;
    font-size: 42px;
}
}

@media (max-width: 767px) {.title_welcome_QtmV {
    padding: 1.5rem;
}.title_welcome_QtmV .learning_primary_jhVt {
    padding: 0;
}.title_welcome_QtmV h3 {
    padding: 1.5rem;
    font-size: calc(18px * 0.8);
}.title_welcome_QtmV .skill_program_IqFE {
    height: 350px;
}.title_welcome_QtmV .skill_program_IqFE > div {
    padding: 1.5rem;
}.title_welcome_QtmV .skill_program_IqFE p {
    max-width: 100%;
    font-size: 17px;
}.title_welcome_QtmV .title_style_header {
    font-size: calc(29px);
    max-width: 100%;
}
}

@media (max-width: 480px) {.title_welcome_QtmV {
    padding: 1rem;
}.title_welcome_QtmV h3 {
    font-size: calc(21px * 1.1);
    padding: 1.25rem;
}.title_welcome_QtmV .skill_program_IqFE {
    height: 300px;
}.title_welcome_QtmV .skill_program_IqFE > div {
    padding: 1.25rem;
}.title_welcome_QtmV .title_style_header {
    font-size: calc(29px * 0.9);
}}.thanksNote_BYtI {
    background: linear-gradient(135deg, rgb(232,232,240) 0%, rgb(186,123,123,0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.thanksNote_BYtI::before {
    width: 300px;
    right: -5%;
    height: 300px;
    opacity: 0.6;
    content: "";
    top: -10%;
    background: radial-gradient(circle, rgb(183,213,180,0.5) 0%, transparent 70%);
    filter: blur(40px);
    animation: float 15s infinite ease-in-out;
    position: absolute;
}.thanksNote_BYtI::after {
    filter: blur(30px);
    width: 250px;
    position: absolute;
    height: 250px;
    opacity: 0.6;
    animation: float 12s infinite ease-in-out reverse;
    content: "";
    bottom: -5%;
    left: -5%;
    background: radial-gradient(circle, rgb(186,123,123,0.5) 0%, transparent 70%);
}.thanksNote_BYtI .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.thanksNote_BYtI h2 {
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: rgb(183,213,180);
    margin-bottom: 40px;
    line-height: 1.3;
    transform: perspective(1000px) translateZ(0);
    font-size: clamp(28px, 5vw, 30px);
    position: relative;
    font-family: Arial, sans-serif;
}.thanksNote_BYtI h2::before {
    transform-origin: left;
    left: 0;
    content: "";
    bottom: -12px;
    width: 80px;
    height: 3px;
    position: absolute;
    animation: expand 1.5s ease-out forwards;
    background: linear-gradient(90deg, rgb(183,213,180) 0%, rgb(186,123,123) 100%);
}.thanksNote_BYtI .diff_block_gSvE {
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
}.thanksNote_BYtI .diff_block_gSvE:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}.thanksNote_BYtI .diff_block_gSvE::before {
    right: -5px;
    filter: blur(15px);
    opacity: 0.5;
    position: absolute;
    top: -5px;
    bottom: -5px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(183,213,180,0.5), transparent, rgb(186,123,123,0.5));
    animation: pulse 4s infinite alternate;
    content: "";
    left: -5px;
}.thanksNote_BYtI ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.thanksNote_BYtI li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}.thanksNote_BYtI li::before {
    content: "";
    animation: pulse 4s infinite alternate;
    top: 12px;
    left: 0;
    height: 8px;
    position: absolute;
    background: rgb(183,213,180);
    transform: rotate(45deg);
    width: 8px;
}.thanksNote_BYtI span {
    line-height: 1.8;
    overflow: hidden;
    animation: fadeIn 1s ease-out forwards;
    position: relative;
    display: block;
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #000000;
}

@keyframes expand {
    0% { width: 0; }
    100% { width: 80px; }
}

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

@keyframes pulse {
    0% { opacity: 0.5; }
    100% { opacity: 0.9; }
}

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

@media (max-width: 991px) {.thanksNote_BYtI {
    padding: 90px 0;
}.thanksNote_BYtI .diff_block_gSvE {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}
}

@media (max-width: 767px) {.thanksNote_BYtI {
    padding: 70px 0;
}.thanksNote_BYtI h2 {
    margin-bottom: 30px;
}.thanksNote_BYtI .diff_block_gSvE {
    transform: none;
    padding: 25px;
}.thanksNote_BYtI .diff_block_gSvE:hover {
    transform: translateY(-3px);
}.thanksNote_BYtI h2::before {
    width: 60px;
    bottom: -10px;
}
}

@media (max-width: 575px) {.thanksNote_BYtI {
    padding: 50px 0;
}.thanksNote_BYtI h2 {
    margin-bottom: 25px;
    font-size: 24px;
}.thanksNote_BYtI .diff_block_gSvE {
    padding: 20px;
}.thanksNote_BYtI li {
    padding-left: 20px;
}.thanksNote_BYtI span {
    line-height: 1.6;
    font-size: calc(13px - 1px);
}.thanksNote_BYtI h2::before {
    height: 2px;
    width: 50px;
}}.course_features_EZmi {
    background: linear-gradient(145deg, rgb(232,232,240) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
    z-index: 1;
}.course_features_EZmi::before {
    width: 60%;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(183,213,180,0.5), 0.05) 100%);
    transform: skewX(-15deg) translateX(10%);
    z-index: -1;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    right: 0;
}.course_features_EZmi::after {
    left: -50px;
    height: 200px;
    opacity: 0.05;
    background: linear-gradient(225deg, rgb(183,213,180) 0%, rgb(186,123,123) 100%);
    transform: rotate(15deg);
    width: 200px;
    z-index: -1;
    content: "";
    position: absolute;
    bottom: -50px;
}.course_features_EZmi .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.course_features_EZmi h2 {
    color: #000000;
    margin-bottom: 50px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-weight: 700;
    transform-origin: left center;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    font-size: 31px;
}.course_features_EZmi h2::after {
    transition: transform 0.4s ease-out;
    background: rgb(183,213,180);
    content: "";
    left: 0;
    transform-origin: left;
    transform: scaleX(1);
    width: 80px;
    bottom: -10px;
    position: absolute;
    height: this;
}.course_features_EZmi h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.course_features_EZmi h2:hover::after {
    transform: scaleX(1.5);
}.course_features_EZmi .job_skills_wQgP {
    transform-style: preserve-3d;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    position: relative;
}.course_features_EZmi .img_effect_MRwd {
    overflow: hidden;
    height: 350px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
    position: relative;
    border: none;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
}.course_features_EZmi .img_effect_MRwd::before {
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(rgba(0, 0, 0, 0.5), 0.1) 100%
    );
    z-index: 1;
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease;
    top: 0;
    content: "";
}.course_features_EZmi .img_effect_MRwd:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
    box-shadow: 0 30px 50px -15px rgba(0, 0, 0, 0.25);
}.course_features_EZmi .text_element_ZqsG {
    position: relative;
    border-radius: 10px;
    transform: perspective(1000px) rotateY(2deg) translateZ(5px);
    padding: 40px 30px;
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.course_features_EZmi .text_element_ZqsG::before {
    height: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    background: linear-gradient(to bottom, rgb(183,213,180), rgb(186,123,123));
    position: absolute;
    left: 0;
    width: 5px;
    content: "";
}.course_features_EZmi .text_element_ZqsG:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.course_features_EZmi .text_element_ZqsG:hover::before {
    height: 100%;
}.course_features_EZmi .description {
    transition: transform 0.4s ease;
    position: relative;
    font-size: 17px;
    color: #000000;
    margin-bottom: 20px;
    transform: translateZ(0);
    line-height: 1.7;
}.course_features_EZmi .description:last-child {
    margin-bottom: 0;
}.course_features_EZmi .description::first-letter {
    font-size: 1.2em;
    color: rgb(183,213,180);
    font-weight: 600;
}.course_features_EZmi .description:nth-child(1) {
    animation: fadeText 0.8s ease forwards;
}.course_features_EZmi .description:nth-child(2) {
    animation: fadeText 0.8s 0.3s ease forwards;
    opacity: 0;
}@keyframes fadeText {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.course_features_EZmi .job_skills_wQgP:hover .img_effect_MRwd {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.course_features_EZmi .job_skills_wQgP:hover .text_element_ZqsG {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}


@media (min-width: 768px) {.course_features_EZmi {
    padding: 150px 0 130px;
}.course_features_EZmi .job_skills_wQgP {
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}.course_features_EZmi h2 {
    max-width: 80%;
    font-size: calc(31px * 1.1);
}.course_features_EZmi .img_effect_MRwd {
    height: 500px;
}.course_features_EZmi .text_element_ZqsG {
    padding: 50px 40px;
}
}

@media (min-width: 992px) {.course_features_EZmi {
    padding: 180px 0 160px;
}.course_features_EZmi h2 {
    margin-bottom: 70px;
}.course_features_EZmi .job_skills_wQgP {
    gap: 80px;
}.course_features_EZmi .img_effect_MRwd {
    height: 600px;
}.course_features_EZmi .text_element_ZqsG {
    padding: 60px 50px;
}
}

@media (max-width: 767px) {.course_features_EZmi {
    padding: 80px 0 70px;
}.course_features_EZmi h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.85);
}.course_features_EZmi .img_effect_MRwd {
    height: 250px;
}.course_features_EZmi .text_element_ZqsG {
    padding: 30px 20px;
}.course_features_EZmi .description {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.course_features_EZmi {
    padding: 60px 0 50px;
}.course_features_EZmi h2 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.75);
}.course_features_EZmi .img_effect_MRwd {
    height: 200px;
}.course_features_EZmi .text_element_ZqsG {
    padding: 25px 15px;
}.course_features_EZmi .description {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}}.analysis_summary_Mqbs {
    color: #ffffff;
    overflow: hidden;
    padding: 100px 0;
    isolation: isolate;
    position: relative;
}.analysis_summary_Mqbs::before {
    z-index: -1;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, #000000 0%, rgb(186,123,123) 100%);
    opacity: 0.9;
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
}.analysis_summary_Mqbs .container {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}.analysis_summary_Mqbs .program_wins_Zyop {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 60px;
}.analysis_summary_Mqbs .edu_wins_nDPl {
    align-items: center;
    right: 30px;
    justify-content: center;
    border-radius: 50% 5px 50% 50%;
    height: 120px;
    top: -30px;
    display: flex;
    z-index: 10;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    background: rgb(183,213,180);
    transform: rotate(-15deg);
    position: absolute;
    width: 120px;
}.analysis_summary_Mqbs .edu_wins_nDPl svg {
    width: 60px;
    transform: rotate(15deg);
    fill: #ffffff;
    height: 60px;
}.analysis_summary_Mqbs .edu_wins_nDPl svg path {
    fill: #ffffff;
}.analysis_summary_Mqbs .pro_gains_GXWY {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
    color: #ffffff;
    border-left: 5px solid rgb(183,213,180);
    padding-left: 20px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 39px;
}.analysis_summary_Mqbs .top_gain_deIb {
    line-height: 1.6;
    position: relative;
    margin-bottom: 60px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 70%;
    font-size: 17px;
    padding-bottom: 20px;
    color: rgba(255, 255, 255, 1);
}.analysis_summary_Mqbs .top_gain_deIb::after {
    width: 100px;
    background: rgb(183,213,180);
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.8;
}.analysis_summary_Mqbs .boost_statistics_VcIr {
    position: relative;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}.analysis_summary_Mqbs .boost_statistics_VcIr::before {
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(183,213,180), transparent);
    content: '';
    top: -20px;
}.analysis_summary_Mqbs .expert_upgrade_ElWk {
    padding: 0;
    display: flex;
    min-width: 200px;
    flex-direction: row;
    transition: transform 0.3s ease;
    align-items: center;
    position: relative;
    flex: 1 1 calc(25% - 30px);
}.analysis_summary_Mqbs .expert_upgrade_ElWk:hover {
    transform: translateY(-10px);
}.analysis_summary_Mqbs .smart_statistics_fkdT {
    margin-right: 15px;
    overflow: hidden;
    height: 70px;
    justify-content: center;
    border: 2px solid rgb(183,213,180);
    background: transparent;
    display: flex;
    border-radius: 15px;
    align-items: center;
    position: relative;
    min-width: 70px;
}.analysis_summary_Mqbs .smart_statistics_fkdT::before {
    opacity: 0.4;
    background: rgb(183,213,180);
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}.analysis_summary_Mqbs .smart_statistics_fkdT svg {
    height: 35px;
    width: 35px;
    fill: rgb(183,213,180);
}.analysis_summary_Mqbs .smart_statistics_fkdT svg path {
    fill: rgb(183,213,180);
}.analysis_summary_Mqbs .expert_upgrade_ElWk span {
    font-size: calc(20px * 1.5);
    display: block;
    line-height: 1;
    font-weight: 700;
    margin-right: 10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}.analysis_summary_Mqbs .expert_upgrade_ElWk p {
    font-size: 17px;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 1200px) {.analysis_summary_Mqbs .expert_upgrade_ElWk {
    flex: 1 1 calc(33.33% - 30px);
}
}

@media screen and (max-width: 991px) {.analysis_summary_Mqbs {
    padding: 80px 0;
}.analysis_summary_Mqbs .edu_wins_nDPl {
    top: -25px;
    right: 25px;
    width: 100px;
    height: 100px;
}.analysis_summary_Mqbs .edu_wins_nDPl svg {
    height: 50px;
    width: 50px;
}.analysis_summary_Mqbs .top_gain_deIb {
    margin-bottom: 50px;
    max-width: 85%;
}.analysis_summary_Mqbs .boost_statistics_VcIr {
    justify-content: flex-start;
}.analysis_summary_Mqbs .expert_upgrade_ElWk {
    flex: 1 1 calc(50% - 30px);
}
}

@media screen and (max-width: 767px) {.analysis_summary_Mqbs {
    padding: 60px 0;
}.analysis_summary_Mqbs .program_wins_Zyop {
    gap: 40px;
}.analysis_summary_Mqbs .edu_wins_nDPl {
    top: -20px;
    right: 20px;
    height: 80px;
    width: 80px;
}.analysis_summary_Mqbs .edu_wins_nDPl svg {
    width: 40px;
    height: 40px;
}.analysis_summary_Mqbs .pro_gains_GXWY {
    padding-left: 15px;
    font-size: calc(39px * 0.8);
}.analysis_summary_Mqbs .top_gain_deIb {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: calc(17px * 0.95);
}.analysis_summary_Mqbs .boost_statistics_VcIr {
    gap: 25px;
    flex-direction: column;
}.analysis_summary_Mqbs .expert_upgrade_ElWk {
    flex: 1 1 100%;
    width: 100%;
}.analysis_summary_Mqbs .smart_statistics_fkdT {
    height: 60px;
    min-width: 60px;
}.analysis_summary_Mqbs .smart_statistics_fkdT svg {
    height: 30px;
    width: 30px;
}.analysis_summary_Mqbs .expert_upgrade_ElWk span {
    font-size: calc(37px * 1.2);
}
}

@media screen and (max-width: 480px) {.analysis_summary_Mqbs {
    padding: 50px 0;
}.analysis_summary_Mqbs .edu_wins_nDPl {
    width: 70px;
    height: 70px;
    top: -15px;
    right: 15px;
    border-radius: 15px 5px 15px 15px;
}.analysis_summary_Mqbs .edu_wins_nDPl svg {
    height: 35px;
    width: 35px;
}.analysis_summary_Mqbs .pro_gains_GXWY {
    border-left: 3px solid rgb(183,213,180);
    padding-left: 12px;
    font-size: calc(39px * 0.7);
}.analysis_summary_Mqbs .top_gain_deIb {
    margin-bottom: 30px;
    font-size: calc(17px * 0.9);
}.analysis_summary_Mqbs .expert_upgrade_ElWk {
    align-items: center;
}.analysis_summary_Mqbs .smart_statistics_fkdT {
    height: 50px;
    min-width: 50px;
    border-radius: 10px;
}.analysis_summary_Mqbs .smart_statistics_fkdT svg {
    width: 25px;
    height: 25px;
}.analysis_summary_Mqbs .expert_upgrade_ElWk span {
    font-size: calc(37px * 1.1);
}.analysis_summary_Mqbs .expert_upgrade_ElWk p {
    font-size: calc(17px * 0.85);
}}.contact_panel_zxCA {
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(232,232,240) 0%, rgba(0, 0, 0, 0.03) 100%);
    position: relative;
}.contact_panel_zxCA::before {
    top: 0;
    left: 0;
    right: 0;
    content: "";
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(183,213,180), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(186,123,123), 0.05) 0%, transparent 30%);
    position: absolute;
    z-index: 0;
}.contact_panel_zxCA::after {
    z-index: 1;
    position: absolute;
    background-size: 20px 20px;
    width: 100%;
    top: 0;
    animation: gridMove 20s linear infinite;
    content: "";
    background-image: 
        linear-gradient(90deg, rgba(rgb(183,213,180), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(183,213,180), 0.03) 1px, transparent 1px);
    left: 0;
    opacity: 0.6;
    height: 100%;
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.contact_panel_zxCA .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.contact_panel_zxCA h2 {
    position: relative;
    display: inline-block;
    left: 50%;
    text-align: center;
    color: #000000;
    transform: translateX(-50%);
    font-size: 30px;
    margin-bottom: 50px;
    font-weight: 700;
}.contact_panel_zxCA h2::after {
    left: 15%;
    bottom: -15px;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(183,213,180), transparent);
    width: 70%;
    content: "";
}.contact_panel_zxCA .help_query_UgTt {
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    position: relative;
    display: flex;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(183,213,180), 0.05);
}.contact_panel_zxCA .help_query_UgTt:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(183,213,180), 0.1);
}.contact_panel_zxCA .help_query_UgTt::before {
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(183,213,180), rgb(186,123,123));
    position: absolute;
    left: 0;
    height: 100%;
    width: 5px;
}.contact_panel_zxCA .img_effect_MRwd {
    position: relative;
    width: 45%;
    overflow: hidden;
}.contact_panel_zxCA .img_effect_MRwd::after {
    left: 0;
    content: "";
    background: linear-gradient(135deg, 
                rgba(rgb(183,213,180), 0.3) 0%, 
                rgba(rgb(186,123,123), 0.3) 100%);
    height: 100%;
    position: absolute;
    width: 100%;
    mix-blend-mode: overlay;
    top: 0;
}.contact_panel_zxCA .img_effect_MRwd::before {
    position: absolute;
    z-index: 2;
    width: 150%;
    transform: rotate(45deg);
    animation: shine 6s infinite;
    top: -100px;
    content: "";
    left: -100px;
    height: 150px;
    background: rgba(255, 255, 255, 0.2);
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.contact_panel_zxCA .reach_map_epOz {
    width: 55%;
    padding: 50px 40px;
    position: relative;
}.contact_panel_zxCA .reach_map_epOz::before {
    content: "";
    height: 200px;
    right: -50px;
    top: -50px;
    position: absolute;
    background: radial-gradient(circle, rgba(rgb(183,213,180), 0.05) 0%, transparent 70%);
    width: 200px;
    border-radius: 50%;
    z-index: 0;
}.contact_panel_zxCA form {
    z-index: 2;
    position: relative;
}.contact_panel_zxCA form h3 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}.contact_panel_zxCA form h3::after {
    height: 2px;
    position: absolute;
    content: "";
    bottom: -10px;
    background: rgb(183,213,180);
    left: 0;
    width: 40px;
}.contact_panel_zxCA form input[type="text"] {
    font-size: 15px;
    background: rgba(#ffffff, 0.8);
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 10px;
    border: 1px solid rgba(#000000, 0.1);
    position: relative;
    transition: all 0.3s ease;
    width: 100%;
}.contact_panel_zxCA form input[type="text"]:focus {
    border-color: rgb(183,213,180);
    box-shadow: 0 0 0 3px rgba(rgb(183,213,180), 0.1);
    outline: none;
    background: #ffffff;
}.contact_panel_zxCA form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contact_panel_zxCA form input[type="text"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.contact_panel_zxCA .message_reach_rlFZ {
    position: relative;
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.contact_panel_zxCA .message_reach_rlFZ input[type="checkbox"] {
    width: 0;
    position: absolute;
    height: 0;
    cursor: pointer;
    opacity: 0;
}.contact_panel_zxCA .message_reach_rlFZ label {
    padding-left: 35px;
    color: #000000;
    cursor: pointer;
    line-height: 1.4;
    user-select: none;
    font-size: 14px;
    position: relative;
}.contact_panel_zxCA .message_reach_rlFZ label::before {
    top: 0;
    position: absolute;
    width: 22px;
    background: rgba(#ffffff, 0.8);
    height: 22px;
    transition: all 0.3s ease;
    border: 1px solid rgba(#000000, 0.2);
    content: "";
    left: 0;
    border-radius: 10px;
}.contact_panel_zxCA .message_reach_rlFZ input[type="checkbox"]:checked + label::before {
    background: rgb(183,213,180);
    border-color: rgb(183,213,180);
}.contact_panel_zxCA .message_reach_rlFZ input[type="checkbox"]:checked + label::after {
    height: 12px;
    border-width: 0 2px 2px 0;
    left: 8px;
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    content: "";
    width: 6px;
    border: solid #ffffff;
}.contact_panel_zxCA .message_reach_rlFZ label a {
    position: relative;
    color: rgb(183,213,180);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_panel_zxCA .message_reach_rlFZ label a::after {
    position: absolute;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    content: "";
    width: 100%;
    background: rgb(183,213,180);
    bottom: -2px;
    left: 0;
    height: 1px;
    transform-origin: left;
}.contact_panel_zxCA .message_reach_rlFZ label a:hover {
    color: rgb(186,123,123);
}.contact_panel_zxCA .message_reach_rlFZ label a:hover::after {
    background: rgb(186,123,123);
    transform: scaleX(1);
}.contact_panel_zxCA .feedback_message_hWZO {
    position: relative;
    padding: 15px 20px;
    font-weight: 600;
    z-index: 1;
    border: none;
    overflow: hidden;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, rgb(183,213,180), rgb(186,123,123));
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    width: 100%;
    color: #ffffff;
}.contact_panel_zxCA .feedback_message_hWZO::before {
    content: "";
    opacity: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: opacity 0.3s ease;
    background: linear-gradient(90deg, rgb(186,123,123), rgb(183,213,180));
    top: 0;
}.contact_panel_zxCA .feedback_message_hWZO:hover::before {
    opacity: 1;
}.contact_panel_zxCA .feedback_message_hWZO:active {
    transform: translateY(2px);
}.contact_panel_zxCA svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    transition: fill 0.3s ease;
    fill: rgb(183,213,180);
}.contact_panel_zxCA svg path {
    fill: rgb(183,213,180);
    transition: fill 0.3s ease;
}.contact_panel_zxCA svg:hover,
.contact_panel_zxCA svg:hover path {
    fill: rgb(186,123,123);
}.contact_panel_zxCA form input {
    background: rgb(232,232,240);
}
@media (max-width: 1024px) {.contact_panel_zxCA {
    padding: 60px 0;
}.contact_panel_zxCA .container {
    padding: 0 15px;
}.contact_panel_zxCA h2 {
    margin-bottom: 40px;
}.contact_panel_zxCA .reach_map_epOz {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.contact_panel_zxCA {
    padding: 50px 0;
}.contact_panel_zxCA h2 {
    margin-bottom: 30px;
}.contact_panel_zxCA .help_query_UgTt {
    flex-direction: column;
}.contact_panel_zxCA .img_effect_MRwd {
    width: 100%;
    height: 250px;
}.contact_panel_zxCA .reach_map_epOz {
    padding: 30px 25px;
    width: 100%;
}.contact_panel_zxCA form h3 {
    margin-bottom: 25px;
}.contact_panel_zxCA form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_panel_zxCA .message_reach_rlFZ {
    margin-bottom: 25px;
}.contact_panel_zxCA .feedback_message_hWZO {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.contact_panel_zxCA {
    padding: 40px 0;
}.contact_panel_zxCA h2 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.85);
}.contact_panel_zxCA .img_effect_MRwd {
    height: 200px;
}.contact_panel_zxCA .reach_map_epOz {
    padding: 25px 20px;
}.contact_panel_zxCA form h3 {
    margin-bottom: 20px;
    font-size: calc(22px * 0.9);
}.contact_panel_zxCA form input[type="text"] {
    padding: 10px 12px;
    margin-bottom: 12px;
}.contact_panel_zxCA .message_reach_rlFZ {
    margin-bottom: 20px;
}.contact_panel_zxCA .message_reach_rlFZ label {
    padding-left: 30px;
    font-size: calc(14px * 0.9);
}.contact_panel_zxCA .message_reach_rlFZ label::before {
    width: 18px;
    height: 18px;
}.contact_panel_zxCA .message_reach_rlFZ input[type="checkbox"]:checked + label::after {
    left: 6px;
    width: 5px;
    top: 3px;
    height: 10px;
}.contact_panel_zxCA .feedback_message_hWZO {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.contact_panel_zxCA::after,
    .contact_panel_zxCA .img_effect_MRwd::before {
    animation: none;
}.contact_panel_zxCA .help_query_UgTt:hover {
    transform: none;
}}.join_list_rPSF {
    perspective: 1000px;
    overflow: hidden;
    margin: 4rem 0;
    padding: 3rem;
    position: relative;
    background: linear-gradient(90deg, rgb(232,232,240) 0%, rgba(0, 0, 0, 0.5) 100%);
}.join_list_rPSF::before {
    background: radial-gradient(circle at 30% 50%, rgb(183,213,180,0.5) 0%, transparent 60%);
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.4;
    z-index: 1;
    content: "";
    animation: breathe 8s infinite alternate;
    width: 100%;
}.join_list_rPSF::after {
    height: 50%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(186,123,123,0.5) 0%, transparent 100%);
    z-index: 0;
    width: 120%;
    transform: rotate(-5deg);
    filter: blur(20px);
    left: -10%;
    bottom: -30%;
}.join_list_rPSF .diff_block_gSvE {
    transition: transform 0.5s ease;
    justify-content: space-between;
    position: relative;
    transform: rotateX(5deg);
    display: flex;
    transform-style: preserve-3d;
    align-items: center;
    z-index: 2;
}.join_list_rPSF .diff_block_gSvE:hover {
    transform: rotateX(0deg);
}.join_list_rPSF p {
    flex: 0 0 40%;
    transform: translateZ(20px);
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    padding-right: 2rem;
    font-weight: 700;
    font-size: 24px;
}.join_list_rPSF p::after {
    width: 60px;
    background: rgb(186,123,123);
    content: "";
    transform: scaleX(0.5);
    transition: transform 0.4s ease;
    transform-origin: left;
    bottom: -10px;
    position: absolute;
    left: 0;
    height: 3px;
}.join_list_rPSF .diff_block_gSvE:hover p::after {
    transform: scaleX(1);
}.join_list_rPSF .input_holder {
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 10px;
    transform: translateZ(40px);
    flex: 0 0 60%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}.join_list_rPSF .sub_deal_lers {
    background: #ffffff;
    font-size: 17px;
    color: #000000;
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    flex: 1;
    border: none;
    font-family: Arial, sans-serif;
}.join_list_rPSF .sub_deal_lers:focus {
    outline: none;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.9));
}.join_list_rPSF .sub_deal_lers::placeholder {
    opacity: 0.6;
    color: #000000;
}.join_list_rPSF .sub_promo_jnic {
    position: relative;
    overflow: hidden;
    font-size: 20px;
    background: linear-gradient(45deg, rgb(183,213,180) 0%, rgb(186,123,123) 100%);
    padding: 0 2rem;
    cursor: pointer;
    border: none;
    color: #ffffff;
    transition: all 0.4s ease;
    font-weight: 600;
    font-family: Arial, sans-serif;
}.join_list_rPSF .sub_promo_jnic::after {
    opacity: 0;
    top: -50%;
    width: 200%;
    transform: scale(0.5);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transition: opacity 0.4s ease;
    position: absolute;
    content: "";
    height: 200%;
    left: -50%;
}.join_list_rPSF .sub_promo_jnic:hover::after {
    transform: scale(1);
    opacity: 1;
}.join_list_rPSF .sub_promo_jnic:hover {
    box-shadow: 0 0 15px rgb(183,213,180,0.5);
    background: linear-gradient(45deg, rgb(186,123,123) 0%, rgb(183,213,180) 100%);
}

@keyframes breathe {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {.join_list_rPSF {
    padding: 2rem 1.5rem;
}.join_list_rPSF .diff_block_gSvE {
    flex-direction: column;
    align-items: stretch;
    transform: none;
}.join_list_rPSF p {
    flex: none;
    margin-bottom: 1.5rem;
    transform: none;
    padding-right: 0;
}.join_list_rPSF .input_holder {
    transform: none;
    flex-direction: column;
    flex: none;
}.join_list_rPSF .sub_deal_lers {
    margin-bottom: 1rem;
    border-radius: 10px;
    width: 100%;
}.join_list_rPSF .sub_promo_jnic {
    border-radius: 10px;
    width: 100%;
    padding: 1rem;
}}.secure_protection_xrsE {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 40px;
    width: 100%;
    line-height: 1.6;
    overflow: hidden;
}.secure_protection_xrsE h1 {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: rgb(183,213,180);
    font-size: 45px;
    border-bottom: 2px solid rgb(183,213,180);
    margin-top: 20px;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.secure_protection_xrsE h2 {
    border-bottom: 1px solid rgb(186,123,123);
    font-size: 32px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-top: 30px;
    color: rgb(186,123,123);
}.secure_protection_xrsE h3, .secure_protection_xrsE h4, .secure_protection_xrsE h5, .secure_protection_xrsE h6 {
    font-family: Arial, sans-serif;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 21px;
    margin-top: 25px;
    font-weight: 600;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}.secure_protection_xrsE ul, .secure_protection_xrsE ol {
    margin: 0;
    padding: 10px 0;
    list-style-position: inside;
    padding-left: 0;
}.secure_protection_xrsE li {
    line-height: 1.8;
    padding: 5px 0;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 13px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}.secure_protection_xrsE section {
    background: #ffffff;
}.secure_protection_xrsE p, .secure_protection_xrsE span, .secure_protection_xrsE div {
    font-size: 13px;
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {.secure_protection_xrsE {
    padding: 20px;
    box-shadow: none;
}.secure_protection_xrsE h1, .secure_protection_xrsE h2 {
    border-bottom-width: 1px;
    text-align: left;
    font-size: calc(21px - 5px);
}.secure_protection_xrsE ul, .secure_protection_xrsE ol {
    padding: 10px 0;
}.secure_protection_xrsE li {
    padding: 5px 0;
}.secure_protection_xrsE p, .secure_protection_xrsE span, .secure_protection_xrsE div {
    padding-bottom: 5px;
}}.user_comments_PvMA {
    position: relative;
    padding: 7rem 0;
    perspective: 1200px;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(232,232,240) 0%, rgba(0, 0, 0, 0.5) 100%);
}.user_comments_PvMA::before {
    opacity: 0.6;
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    background: radial-gradient(ellipse at 30% 20%, rgb(183,213,180,0.5) 0%, transparent 60%);
}.user_comments_PvMA .container {
    position: relative;
    z-index: 2;
}.user_comments_PvMA h2 {
    color: #000000;
    position: relative;
    left: 50%;
    display: inline-block;
    transform: translateX(-50%);
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    margin-bottom: 3rem;
}.user_comments_PvMA h2::after {
    height: 4px;
    content: "";
    bottom: -15px;
    background: rgb(183,213,180);
    position: absolute;
    left: 20%;
    box-shadow: 0 5px 15px rgb(183,213,180,0.5);
    transform: perspective(500px) rotateX(45deg);
    width: 60%;
}.user_comments_PvMA .client_voices_Bxne {
    transform-style: preserve-3d;
    padding: 3rem 1rem;
    scroll-snap-type: x mandatory;
    margin: 0 -1rem;
    display: flex;
    overflow-x: auto;
    gap: 3rem;
}.user_comments_PvMA .client_voices_Bxne::-webkit-scrollbar {
    height: 8px;
}.user_comments_PvMA .client_voices_Bxne::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
}.user_comments_PvMA .client_voices_Bxne::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(183,213,180);
}.user_comments_PvMA .student_perspectives_UAcZ {
    background: #ffffff;
    transform-origin: center center;
    position: relative;
    border-radius: 10px;
    flex: 0 0 300px;
    padding: 2rem;
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
    scroll-snap-align: center;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.user_comments_PvMA .student_perspectives_UAcZ::before {
    left: 0;
    opacity: 0.3;
    width: 100%;
    position: absolute;
    border-radius: 10px;
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(183,213,180,0.5) 0%, transparent 80%);
    transition: all 0.3s ease;
}.user_comments_PvMA .student_perspectives_UAcZ:nth-child(odd) {
    transform: perspective(1000px) rotateY(-5deg) translateZ(10px);
}.user_comments_PvMA .student_perspectives_UAcZ:nth-child(3n+1) {
    transform: perspective(1000px) rotateY(8deg) translateZ(20px);
}.user_comments_PvMA .student_perspectives_UAcZ:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    z-index: 10;
    transform: perspective(1000px) rotateY(0) translateZ(50px) scale(1.05);
}.user_comments_PvMA .student_perspectives_UAcZ:hover::before {
    opacity: 0;
}.user_comments_PvMA .student_perspectives_UAcZ img {
    transform: translateX(-1rem);
    border-radius: 50%;
    transition: all 0.4s ease;
    height: 80px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    width: 80px;
    border: 3px solid #ffffff;
    object-fit: cover;
}.user_comments_PvMA .student_perspectives_UAcZ:hover img {
    transform: translateX(0) translateY(-10px);
    box-shadow: 0 15px 25px rgb(183,213,180,0.5);
}.user_comments_PvMA .student_perspectives_UAcZ p {
    font-size: calc(17px + 0.1rem);
    transition: all 0.3s ease;
    color: #000000;
    margin: 0.5rem 0;
    font-weight: 600;
}.user_comments_PvMA .student_perspectives_UAcZ .description {
    transition: all 0.3s ease;
    border-left: 3px solid rgb(186,123,123,0.5);
    position: relative;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    padding-left: 1.5rem;
    color: #000000;
    margin-top: 1rem;
}.user_comments_PvMA .student_perspectives_UAcZ:hover .description {
    padding-left: 1rem;
    border-left-color: rgb(183,213,180);
}

@media (min-width: 768px) {.user_comments_PvMA .client_voices_Bxne {
    padding-bottom: 2rem;
}.user_comments_PvMA .client_voices_Bxne::after {
    content: "";
    flex: 0 0 1rem;
}
}

@media (max-width: 767px) {.user_comments_PvMA {
    padding: 5rem 0;
}.user_comments_PvMA h2 {
    font-size: calc(28px - 0.2rem);
    margin-bottom: 2.5rem;
}.user_comments_PvMA .client_voices_Bxne {
    gap: 1.5rem;
}.user_comments_PvMA .student_perspectives_UAcZ {
    padding: 1.5rem;
    transform: perspective(800px) rotateY(3deg) !important;
    flex: 0 0 250px;
}.user_comments_PvMA .student_perspectives_UAcZ:hover {
    transform: perspective(800px) rotateY(0) translateZ(20px) scale(1.03) !important;
}.user_comments_PvMA .student_perspectives_UAcZ img {
    height: 60px;
    width: 60px;
}}header {
    z-index: 1000;
    background: rgb(232,232,240);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    top: 0;
    width: 100%;
    position: fixed;
    left: 0;
}header:before {
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(183,213,180) 0%, 
        rgb(186,123,123) 50%, 
        rgb(183,213,180) 100%
    );
    top: 0;
    height: 5px;
    content: '';
    width: 100%;
}header:after {
    opacity: 0.4;
    position: absolute;
    background-size: 20px 20px;
    width: 100%;
    content: '';
    bottom: 0;
    height: 100%;
    background: 
        linear-gradient(135deg, rgb(232,232,240) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(232,232,240) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(232,232,240) 25%, transparent 25%),
        linear-gradient(45deg, rgb(232,232,240) 25%, transparent 25%);
    background-color: rgba(0, 0, 0, 0.01);
    left: 0;
    pointer-events: none;
}header .nav_core_BYOv {
    overflow: hidden;
    position: relative;
}header .nav_core_BYOv:before {
    height: 1px;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(183,213,180,0.5),
        transparent
    );
    position: absolute;
}header .container {
    padding: 15px 25px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}header .container:before {
    transform: translateY(-50%) rotate(45deg);
    background: rgb(183,213,180);
    left: 10px;
    content: '';
    height: 8px;
    top: 50%;
    position: absolute;
    opacity: 0.7;
    width: 8px;
}header .container:after {
    opacity: 0.7;
    height: 8px;
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    content: '';
    background: rgb(186,123,123);
    top: 50%;
    right: 10px;
}header .site_prime_jvFg {
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
}header .site_prime_jvFg:before {
    height: 1px;
    opacity: 0.2;
    position: absolute;
    bottom: -10px;
    width: 100%;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    content: '';
    left: 0;
}header .main_top_jobe {
    align-items: center;
    gap: 30px;
    display: flex;
    position: relative;
}header .main_top_jobe:before {
    left: 0;
    transform-origin: center;
    transform: scaleX(0.9);
    position: absolute;
    bottom: -8px;
    content: '';
    width: 100%;
    background: rgb(183,213,180);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    height: 2px;
}header .main_top_jobe:hover:before {
    transform: scaleX(1);
    opacity: 0.3;
}header .head_pagebar_MTAI {
    font-size: 14px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    padding: 8px 2px;
    position: relative;
}header .head_pagebar_MTAI:before {
    content: '';
    transform: translateX(-101%);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    left: 0;
    height: 2px;
    bottom: 0;
    background: rgb(183,213,180);
    position: absolute;
}header .head_pagebar_MTAI:after {
    opacity: 0;
    width: 8px;
    left: 50%;
    content: '';
    top: 100%;
    background: rgb(183,213,180);
    position: absolute;
    height: 8px;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.3s ease;
}header .head_pagebar_MTAI:hover {
    color: rgb(183,213,180);
}header .head_pagebar_MTAI:hover:before {
    transform: translateX(0);
}header .head_pagebar_MTAI:hover:after {
    top: calc(100% - 3px);
    opacity: 1;
}header .header_navbar_hjVe {
    align-items: center;
    padding: 5px 12px;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    text-decoration: none;
}header .header_navbar_hjVe:before {
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(rgb(232,232,240), rgb(232,232,240)) padding-box,
                linear-gradient(135deg, rgb(183,213,180), rgb(186,123,123)) border-box;
    border: 2px solid transparent;
    content: '';
    position: absolute;
    border-radius: 10px;
}header .header_navbar_hjVe:after {
    background: linear-gradient(135deg, rgb(183,213,180), rgb(186,123,123));
    border-radius: 50%;
    opacity: 0;
    content: '';
    transition: all 0.4s ease;
    height: 10px;
    transform: scale(0);
    top: -5px;
    position: absolute;
    left: -5px;
    width: 10px;
}header .header_navbar_hjVe:hover:before {
    opacity: 1;
}header .header_navbar_hjVe:hover:after {
    transform: scale(1);
    opacity: 1;
}header .header_navbar_hjVe svg {
    height: 42px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: auto;
}header .header_navbar_hjVe:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .main_top_jobe {
    gap: 20px;
}header .header_navbar_hjVe svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .main_top_jobe {
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1001;
    flex-direction: column;
    right: -100%;
    background: rgb(232,232,240);
    width: 80%;
    gap: 5px;
    max-width: 320px;
    height: 100vh;
    top: 0;
    position: fixed;
    padding: 75px 30px 30px;
}header .main_top_jobe:before {
    width: 80%;
    left: 10%;
    height: 1px;
    top: 60px;
    bottom: auto;
}header .menu.active {
    right: 0;
}header .head_pagebar_MTAI {
    width: 100%;
    padding: 14px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}header .head_pagebar_MTAI:last-child {
    border-bottom: none;
}header .head_pagebar_MTAI:after {
    top: 50%;
    left: 10px;
    transform: translateY(-50%) rotate(45deg);
}header .head_pagebar_MTAI:hover:after {
    left: 5px;
    top: 50%;
    opacity: 1;
}header .header_navbar_hjVe {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .header_navbar_hjVe svg {
    height: 35px;
}}.meet_us_QDGF {
    color: #ffffff;
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}.meet_us_QDGF::before {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgb(183,213,180,0.5), rgba(0, 0, 0, 0.5) 80%);
}.meet_us_QDGF::after {
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(186,123,123,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(186,123,123,0.5) 0%, transparent 25%);
    z-index: 2;
    pointer-events: none;
    content: "";
    position: absolute;
    opacity: 0.4;
    top: 0;
    width: 100%;
    left: 0;
}.meet_us_QDGF h4 {
    text-transform: uppercase;
    animation: fadeInUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    text-align: center;
    margin-bottom: 60px;
    transform: translateY(20px);
    font-weight: 700;
    position: relative;
    font-size: calc(34px * 1.2);
    letter-spacing: 0.05em;
    z-index: 5;
    opacity: 0;
    color: #ffffff;
}.meet_us_QDGF h4::after {
    left: 50%;
    height: 3px;
    background: rgb(186,123,123);
    transform: translateX(-50%);
    content: "";
    width: 80px;
    position: absolute;
    bottom: -15px;
}.meet_us_QDGF .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
    position: relative;
}.meet_us_QDGF .text_element_ZqsG {
    opacity: 0;
    border-left: 3px solid rgb(186,123,123);
    backdrop-filter: blur(10px);
    position: relative;
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(30px);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    padding: 40px 50px;
}.meet_us_QDGF .text_element_ZqsG::before {
    top: 20px;
    height: 60px;
    border-right: 2px solid rgb(186,123,123);
    content: "";
    position: absolute;
    opacity: 0.6;
    border-top: 2px solid rgb(186,123,123);
    right: 20px;
    width: 60px;
}.meet_us_QDGF .text_element_ZqsG::after {
    border-left: 2px solid rgb(186,123,123);
    width: 60px;
    bottom: 20px;
    position: absolute;
    content: "";
    opacity: 0.6;
    left: 20px;
    border-bottom: 2px solid rgb(186,123,123);
    height: 60px;
}.meet_us_QDGF .text_element_ZqsG h6 {
    color: rgb(186,123,123);
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: calc(20px * 1.3);
    letter-spacing: 0.03em;
}.meet_us_QDGF .text_element_ZqsG h6::after {
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(186,123,123), transparent);
    content: "";
    width: 70%;
    bottom: -10px;
    height: 2px;
}.meet_us_QDGF .text_element_ZqsG div {
    position: relative;
}.meet_us_QDGF .text_element_ZqsG span {
    max-width: 100%;
    line-height: 1.8;
    display: block;
    text-align: justify;
    letter-spacing: 0.02em;
    font-size: 13px;
    column-count: 1;
    opacity: 0.9;
    color: #ffffff;
    font-weight: 400;
    column-gap: 40px;
}

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

@media (min-width: 768px) {.meet_us_QDGF {
    padding: 150px 0;
}.meet_us_QDGF h4 {
    font-size: calc(34px * 1.4);
    margin-bottom: 80px;
}.meet_us_QDGF .text_element_ZqsG {
    padding: 60px 70px;
}.meet_us_QDGF .text_element_ZqsG span {
    column-count: 2;
}
}

@media (min-width: 992px) {.meet_us_QDGF .container {
    padding: 0 40px;
}.meet_us_QDGF .text_element_ZqsG {
    margin-left: 5%;
    padding: 70px 80px;
    width: 90%;
}.meet_us_QDGF .text_element_ZqsG span {
    column-count: 2;
}.meet_us_QDGF .text_element_ZqsG:hover {
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
}

@media (min-width: 1200px) {.meet_us_QDGF {
    padding: 180px 0;
}.meet_us_QDGF .text_element_ZqsG {
    margin-left: 10%;
    padding: 80px 100px;
    width: 80%;
}.meet_us_QDGF .text_element_ZqsG span {
    column-count: 2;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.meet_us_QDGF {
    padding: 80px 0;
}.meet_us_QDGF h4 {
    font-size: calc(34px * 1.1);
    margin-bottom: 40px;
}.meet_us_QDGF .text_element_ZqsG {
    padding: 30px;
}.meet_us_QDGF .text_element_ZqsG h6 {
    margin-bottom: 20px;
    font-size: 20px;
}.meet_us_QDGF .text_element_ZqsG::before,
    .meet_us_QDGF .text_element_ZqsG::after {
    height: 40px;
    width: 40px;
}
}