﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.container {
    width: 1193px;
    margin: auto;
    max-width: 100%;
}.main_tutor_hozwR {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    color: #000000;
    min-height: 100%;
    scroll-behavior: smooth;
    height: 100%;
    font-family: Arial, sans-serif;
}.skill_test_dotAZ {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
    width: 14px;
    background: #ffffff;
}::-webkit-scrollbar-track {
    background: rgb(147,172,170);
}::-webkit-scrollbar-thumb {
    border-radius: 19.6em;
    background: rgb(112,134,129);
    transition: all, background, box-shadow 4.6s cubic-bezier(0.42, 0, 0.58, 1);
}::-webkit-scrollbar-thumb:hover {
    transform: scale(1.05);
    border-color: rgb(112,134,129);
}::-webkit-scrollbar-thumb:active {
    background: rgb(147,172,170);
    box-shadow: inset -1px -4px 1px 6px rgba(0, 0, 0, 0.6);
}* {
    scrollbar-width: thin;
    scrollbar-color: rgb(147,172,170) rgb(255, 255, 255, 0.5);
}a {
    color: inherit;
    text-decoration: none;
}.segment-wrapper_MPTvy {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy_chamber_qpbjQ {
    padding: 40px;
    color: #000000;
    background-color: rgb(182,208,205);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.privacy_chamber_qpbjQ h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: rgb(147,172,170);
    padding-bottom: 10px;
    font-size: 44px;
    letter-spacing: 1.5px;
    border-bottom: 2px solid rgb(147,172,170,0.5);
}.privacy_chamber_qpbjQ h2 {
    padding-left: 10px;
    border-left: 4px solid rgb(112,134,129,0.5);
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(112,134,129);
    font-family: Arial, sans-serif;
    font-size: 36px;
}.privacy_chamber_qpbjQ h3,
.privacy_chamber_qpbjQ h4,
.privacy_chamber_qpbjQ h5,
.privacy_chamber_qpbjQ h6 {
    font-family: Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000000;
}.privacy_chamber_qpbjQ ul,
.privacy_chamber_qpbjQ ol {
    list-style-position: inside;
    margin-left: 20px;
}.privacy_chamber_qpbjQ li {
    margin-bottom: 10px;
    font-size: 12px;
}.privacy_chamber_qpbjQ section {
    border-radius: 10px;
    background-color: rgb(182,208,205);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-top: 30px;
    padding: 20px;
}.privacy_chamber_qpbjQ p {
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 12px;
}.privacy_chamber_qpbjQ span {
    color: rgb(147,172,170);
    font-weight: 600;
}.privacy_chamber_qpbjQ div {
    margin-bottom: 20px;
}.privacy_chamber_qpbjQ a {
    border-bottom: 1px solid rgb(147,172,170,0.5);
    transition: color 0.3s, border-color 0.3s;
    text-decoration: none;
    color: rgb(147,172,170);
}.privacy_chamber_qpbjQ a:hover {
    color: rgb(112,134,129);
    border-color: rgb(112,134,129,0.5);
}.privacy_chamber_qpbjQ button {
    cursor: pointer;
    border-radius: 10px;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background-color: rgb(147,172,170);
    transition: background-color 0.3s, transform 0.3s;
}.privacy_chamber_qpbjQ button:hover {
    background-color: rgb(112,134,129);
    transform: scale(1.05);
}
@media only screen and (max-width: 800px) {.privacy_chamber_qpbjQ {
    padding: 20px;
}.privacy_chamber_qpbjQ h1 {
    font-size: calc(19px - 4px);
}.privacy_chamber_qpbjQ h2 {
    font-size: calc(19px - 4px);
}.privacy_chamber_qpbjQ p {
    font-size: calc(12px - 2px);
}.privacy_chamber_qpbjQ button {
    padding: 8px 16px;
    font-size: calc(16px - 2px);
}}.learning_impact_IECRn {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(182,208,205) 0%, rgba(245, 248, 255, 0.9) 100%);
}.learning_impact_IECRn::before {
    top: 0;
    position: absolute;
    background-image: radial-gradient(circle at 10% 10%, rgba(rgb(147,172,170,0.5), 0.05) 0%, transparent 50%),
                      radial-gradient(circle at 90% 90%, rgba(rgb(112,134,129,0.5), 0.05) 0%, transparent 50%);
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    z-index: 0;
}.learning_impact_IECRn .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}.learning_impact_IECRn .video_thumbnail_NtReD {
    filter: saturate(1.1) brightness(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    border: 4px solid #ffffff;
    transform: perspective(1000px) rotateY(-2deg);
    max-height: 400px;
    object-fit: cover;
}.learning_impact_IECRn .proof_stats_fEYPa {
    background: #ffffff;
    display: flex;
    padding: 40px;
    transform: translateY(-20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    flex-direction: column;
}.learning_impact_IECRn .info_wrapper_EpWRc {
    position: relative;
}.learning_impact_IECRn h1 {
    padding-bottom: 15px;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 30px;
    font-size: 33px;
    position: relative;
    font-weight: 700;
}.learning_impact_IECRn h1::after {
    width: 60px;
    background: rgb(147,172,170);
    height: 3px;
    bottom: 0;
    position: absolute;
    left: 0;
    content: "";
    transition: width 0.5s ease;
}.learning_impact_IECRn ul {
    grid-template-columns: 1fr;
    padding: 0;
    list-style: none;
    margin: 0;
    grid-gap: 15px;
    display: grid;
}.learning_impact_IECRn li {
    padding-left: 36px;
    transition: transform 0.3s ease;
    position: relative;
}.learning_impact_IECRn li:hover {
    transform: translateX(5px);
}.learning_impact_IECRn li p {
    font-size: calc(16px - 1px);
    color: #000000;
    align-items: center;
    line-height: 1.6;
    margin: 0;
    display: flex;
}.learning_impact_IECRn li svg {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 2px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.learning_impact_IECRn li:hover svg {
    transform: scale(1.15) rotate(5deg);
}.learning_impact_IECRn svg path {
    transition: fill 0.3s ease;
    fill: rgb(147,172,170);
}.learning_impact_IECRn li:hover svg path {
    fill: rgb(112,134,129);
}@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}

.learning_impact_IECRn .video_thumbnail_NtReD:hover {
    transform: perspective(1000px) rotateY(0deg);
}

@media (min-width: 768px) {.learning_impact_IECRn .container {
    flex-direction: row;
    align-items: center;
    gap: 40px;
}.learning_impact_IECRn .video_thumbnail_NtReD {
    width: 45%;
    max-height: none;
    animation: float 6s infinite ease-in-out;
    margin-bottom: 0;
}.learning_impact_IECRn .proof_stats_fEYPa {
    padding: 50px;
    transform: translateY(0);
    width: 55%;
}.learning_impact_IECRn h1 {
    font-size: 40px;
}.learning_impact_IECRn h1::after {
    width: 80px;
}.learning_impact_IECRn ul {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.learning_impact_IECRn li {
    padding-left: 40px;
}
}

@media (min-width: 992px) {.learning_impact_IECRn {
    padding: 150px 0;
}.learning_impact_IECRn .container {
    gap: 60px;
}.learning_impact_IECRn h1 {
    margin-bottom: 40px;
}.learning_impact_IECRn h1:hover::after {
    width: 120px;
}.learning_impact_IECRn li p {
    font-size: 16px;
}.learning_impact_IECRn .proof_stats_fEYPa {
    padding: 60px;
}
}

@media (max-width: 767px) {.learning_impact_IECRn {
    padding: 80px 0;
}.learning_impact_IECRn .video_thumbnail_NtReD {
    max-height: 300px;
}.learning_impact_IECRn .proof_stats_fEYPa {
    padding: 30px 25px;
}.learning_impact_IECRn h1 {
    font-size: calc(33px - 4px);
    margin-bottom: 25px;
}.learning_impact_IECRn li {
    margin-bottom: 15px;
}.learning_impact_IECRn li p {
    font-size: calc(16px - 2px);
}}.customer_feedback_vXujc {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(112,134,129,0.5), rgb(182,208,205));
}.customer_feedback_vXujc::before {
    position: absolute;
    background-image: radial-gradient(circle at 20% 30%, rgb(147,172,170,0.5) 0%, transparent 70%);
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    opacity: 0.4;
    width: 100%;
}.customer_feedback_vXujc::after {
    border: 2px solid rgb(147,172,170,0.5);
    position: absolute;
    width: 300px;
    right: -50px;
    transform: rotate(15deg);
    z-index: 1;
    opacity: 0.2;
    bottom: -50px;
    content: "";
    height: 300px;
}.customer_feedback_vXujc .container.proof_stats_fEYPa {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.customer_feedback_vXujc h2 {
    color: #000000;
    font-weight: 700;
    padding-left: 20px;
    position: relative;
    margin-bottom: 60px;
    transform: perspective(1000px) rotateX(0deg) rotateY(-1deg);
    font-size: 37px;
    transform-origin: left center;
    text-align: left;
}.customer_feedback_vXujc h2::before {
    width: 8px;
    top: 50%;
    background: linear-gradient(to bottom, rgb(147,172,170), rgb(112,134,129));
    left: 0;
    height: 80%;
    position: absolute;
    transform: translateY(-50%);
    content: "";
}.customer_feedback_vXujc .client_views_qeVTH {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
}.customer_feedback_vXujc .edu_quotes_PaQJm {
    position: relative;
    border-left: 4px solid rgb(147,172,170);
    padding: 30px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.5s ease;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 20px 40px rgba(83, 83, 83, 0.04);
    height: 100%;
    background: linear-gradient(145deg, #ffffff, #f8f9fd);
    overflow: hidden;
}.customer_feedback_vXujc .edu_quotes_PaQJm:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 30px 60px rgba(83, 83, 83, 0.05);
    transform: translateY(-10px) scale(1.01);
}.customer_feedback_vXujc .edu_quotes_PaQJm:hover::after {
    transform: translate(-50%, -50%) scale(1.5);
}.customer_feedback_vXujc .edu_quotes_PaQJm::after {
    left: 0;
    transition: transform 1.5s ease-out;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: radial-gradient(circle at 10% 10%, #ffffff 0%, transparent 70%);
    position: absolute;
    content: "";
    opacity: 0.8;
    top: 0;
}.customer_feedback_vXujc .edu_quotes_PaQJm > div {
    z-index: 2;
    position: relative;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}.customer_feedback_vXujc .edu_quotes_PaQJm img {
    width: 60px;
    border-radius: 50%;
    transition: transform 0.3s ease;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    height: 60px;
}.customer_feedback_vXujc .edu_quotes_PaQJm:hover img {
    transform: scale(1.1) rotate(5deg);
}.customer_feedback_vXujc .edu_quotes_PaQJm h4 {
    margin-left: 20px;
    font-weight: 600;
    position: relative;
    color: #000000;
    font-size: 20px;
}.customer_feedback_vXujc .edu_quotes_PaQJm h4::after {
    bottom: -8px;
    background: linear-gradient(to right, rgb(147,172,170), transparent);
    content: "";
    transition: width 0.4s ease-out;
    height: 2px;
    width: 0;
    left: 0;
    position: absolute;
}.customer_feedback_vXujc .edu_quotes_PaQJm:hover h4::after {
    width: 100%;
}.customer_feedback_vXujc .description {
    font-family: Arial, sans-serif;
    margin: 0;
    font-weight: 400;
    color: #000000;
    position: relative;
    line-height: 1.7;
    font-size: 14px;
    z-index: 2;
}.customer_feedback_vXujc .description::before {
    font-family: Georgia, serif;
    z-index: -1;
    color: rgb(112,134,129,0.5);
    opacity: 0.2;
    line-height: 1;
    content: "";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -20px;
}.customer_feedback_vXujc a {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    border-radius: 10px;
    display: inline-block;
    margin-top: 50px;
    background: linear-gradient(135deg, rgb(147,172,170), rgb(112,134,129));
    position: relative;
    padding: 15px 32px;
    z-index: 2;
    font-size: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    overflow: hidden;
}.customer_feedback_vXujc a::before {
    transition: left 0.7s ease;
    left: -100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
}.customer_feedback_vXujc a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.customer_feedback_vXujc a:hover::before {
    left: 100%;
}

@media (max-width: 1024px) {.customer_feedback_vXujc {
    padding: 80px 0 60px;
}.customer_feedback_vXujc h2 {
    margin-bottom: 40px;
    font-size: calc(37px * 0.9);
}.customer_feedback_vXujc .client_views_qeVTH {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}
}

@media (max-width: 768px) {.customer_feedback_vXujc {
    padding: 60px 0 40px;
}.customer_feedback_vXujc::after {
    width: 200px;
    height: 200px;
}.customer_feedback_vXujc h2 {
    font-size: calc(37px * 0.8);
    text-align: center;
    padding-left: 0;
    margin-bottom: 30px;
    transform: none;
}.customer_feedback_vXujc h2::before {
    width: 60px;
    transform: translateX(-50%);
    height: 5px;
    left: 50%;
    top: -20px;
}.customer_feedback_vXujc .client_views_qeVTH {
    grid-template-columns: 1fr;
    gap: 20px;
}.customer_feedback_vXujc .edu_quotes_PaQJm {
    padding: 25px;
}.customer_feedback_vXujc a {
    padding: 12px 28px;
    margin-top: 30px;
}
}

@media (max-width: 480px) {.customer_feedback_vXujc {
    padding: 50px 0 30px;
}.customer_feedback_vXujc h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.7);
}.customer_feedback_vXujc .edu_quotes_PaQJm {
    padding: 20px;
}.customer_feedback_vXujc .edu_quotes_PaQJm > div {
    margin-bottom: 15px;
}.customer_feedback_vXujc .edu_quotes_PaQJm img {
    height: 50px;
    width: 50px;
}.customer_feedback_vXujc .description {
    font-size: calc(14px * 0.95);
}.customer_feedback_vXujc a {
    width: 100%;
    padding: 12px 20px;
}}.cookieAlertContainer_ozvPu {
    border-top: 3px solid rgb(147,172,170);
    bottom: 0;
    padding: 15px 20px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    width: 100%;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease-in-out;
    z-index: 1050;
    position: fixed;
}.cookie_layer_etjzI {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.cookie_show_UuqCF {
    flex-shrink: 0;
    margin-right: 15px;
}.cookie_show_UuqCF svg {
    width: 50px;
    fill: rgb(147,172,170);
    transition: fill 0.3s ease-in-out;
    height: 50px;
}.consent_comply_dzeMG {
    margin-right: 15px;
    flex-grow: 1;
}.consent_comply_dzeMG h5 {
    color: rgb(147,172,170);
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 23px;
}.consent_comply_dzeMG p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
}.track_manage_BnrCi {
    font-size: 16px;
    border-radius: 10px;
    line-height: 1.5;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid transparent;
    margin-left: 10px;
}.cookie_button.cookie_customize_YTBpz {
    background-color: rgb(147,172,170);
    border-color: rgb(147,172,170);
    color: #ffffff;
}#cookiePolicyBanner_MrRXu {
    display: none;
}#cookiePolicyBanner_MrRXu:checked ~ .cookieAlertContainer_ozvPu {
    opacity: 0;
    visibility: hidden;
}.cookie_button.cookie_customize_YTBpz:hover {
    border-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
}.cookie_button.manage_tracking_oOKJy {
    border-color: rgb(112,134,129);
    background-color: rgb(112,134,129);
    color: #000000;
}.cookie_button.manage_tracking_oOKJy:hover {
    border-color: rgb(147,172,170);
    color: #ffffff;
    background-color: rgb(147,172,170);
}.cookieAlertContainer_ozvPu p a {
    color: rgb(147,172,170);
    text-decoration: underline;
}.cookieAlertContainer_ozvPu p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.consent_comply_dzeMG h5 {
    font-size: calc(23px - 2px);
}.consent_comply_dzeMG p {
    font-size: calc(18px - 2px);
}.track_manage_BnrCi {
    font-size: calc(16px - 2px);
}
}
@media (max-width: 800px) {.cookie_layer_etjzI {
    align-items: center;
    flex-direction: column;
}.cookie_show_UuqCF {
    margin-bottom: 10px;
}.consent_comply_dzeMG {
    margin-bottom: 15px;
    text-align: center;
}.track_manage_BnrCi {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}
.info_details_gdJFM {
    background: rgb(182,208,205);
    z-index: 1;
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    padding: 120px 0;
}.info_details_gdJFM::before {
    background-image: 
        linear-gradient(rgb(147,172,170,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(147,172,170,0.5) 1px, transparent 1px);
    background-size: 20px 20px;
    animation: perspectiveGrid 30s linear infinite;
    inset: 0;
    position: absolute;
    transform: rotateX(60deg) translateZ(-100px);
    transform-origin: top;
    perspective: 1000px;
    content: '';
    z-index: -2;
    opacity: 0.2;
}@keyframes perspectiveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 20px;
    }
}

.info_details_gdJFM::after {
    position: absolute;
    z-index: -1;
    content: '';
    filter: blur(50px);
    opacity: 0.3;
    background: 
        radial-gradient(circle at 20% 20%, rgb(147,172,170,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(112,134,129,0.5) 0%, transparent 40%);
    inset: 0;
}.info_details_gdJFM .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.info_details_gdJFM .request_form_vTHNC {
    overflow: hidden;
    background: #ffffff;
    padding: 60px;
    position: relative;
    clip-path: polygon(
        0 5%, 5% 0, 95% 0, 100% 5%,
        100% 95%, 95% 100%, 5% 100%, 0 95%
    );
    backdrop-filter: blur(5px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    z-index: 2;
    border-radius: 0;
}.info_details_gdJFM .request_form_vTHNC::before {
    height: 100%;
    left: 0;
    position: absolute;
    background: 
        repeating-conic-gradient(
            from 0deg,
            transparent 0deg 10deg,
            rgba(0, 0, 0, 0.01) 10deg 20deg
        ),
        repeating-conic-gradient(
            from 5deg,
            transparent 0deg 10deg,
            rgba(0, 0, 0, 0.02) 10deg 20deg
        );
    top: 0;
    content: '';
    z-index: -1;
    width: 100%;
    opacity: 0.3;
}.info_details_gdJFM .request_form_vTHNC::after {
    z-index: -1;
    position: absolute;
    opacity: 0.05;
    width: 100%;
    background-image: 
        linear-gradient(45deg, transparent 25%, rgb(182,208,205) 25%, rgb(182,208,205) 26%, transparent 26%, transparent 75%, rgb(182,208,205) 75%, rgb(182,208,205) 76%, transparent 76%),
        linear-gradient(-45deg, transparent 25%, rgb(182,208,205) 25%, rgb(182,208,205) 26%, transparent 26%, transparent 75%, rgb(182,208,205) 75%, rgb(182,208,205) 76%, transparent 76%);
    height: 100%;
    content: '';
    top: 0;
    background-size: 60px 60px;
    left: 0;
}.info_details_gdJFM h3 {
    font-size: 38px;
    text-transform: uppercase;
    color: rgb(147,172,170);
    margin-bottom: 40px;
    letter-spacing: 2px;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
    font-weight: 700;
}.info_details_gdJFM h3::before {
    background: linear-gradient(to right, rgb(147,172,170), transparent);
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 2px;
}.info_details_gdJFM .contact_question_RICfq {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
    color: #000000;
    padding: 25px;
    position: relative;
    border-radius: 0;
    font-size: 18px;
    background: rgb(182,208,205);
    line-height: 1.8;
    clip-path: polygon(
        0 0, 98% 0, 100% 15px,
        100% 100%, 2% 100%, 0 calc(100% - 15px)
    );
}.info_details_gdJFM .contact_question_RICfq::before {
    content: '';
    left: 0;
    width: 3px;
    position: absolute;
    background: rgb(147,172,170);
    height: 100%;
    top: 0;
}.info_details_gdJFM .get_helpdesk_fdBjq {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.info_details_gdJFM .get_helpdesk_fdBjq::before {
    top: -25px;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background: repeating-linear-gradient(
        to right,
        rgb(147,172,170) 0,
        rgb(147,172,170) 8px,
        transparent 8px,
        transparent 16px
    );
}.info_details_gdJFM .get_helpdesk_fdBjq span {
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.05);
    clip-path: polygon(
        0 0, 90% 0, 100% 10%, 
        100% 100%, 10% 100%, 0 90%
    );
    padding: 25px;
    overflow: hidden;
    backdrop-filter: blur(5px);
    z-index: 1;
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    display: flex;
}.info_details_gdJFM .get_helpdesk_fdBjq span::before {
    content: '';
    transition: opacity 0.3s ease;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgb(182,208,205) 100%);
    inset: 0;
    opacity: 0.5;
    z-index: -1;
}.info_details_gdJFM .get_helpdesk_fdBjq span::after {
    content: '';
    height: 200%;
    width: 200%;
    transform: scale(0.5);
    transition: opacity 0.5s ease;
    z-index: -2;
    left: -50%;
    position: absolute;
    top: -50%;
    opacity: 0;
    background: radial-gradient(
        circle at center,
        rgb(147,172,170,0.5) 0%,
        transparent 70%
    );
}.info_details_gdJFM .get_helpdesk_fdBjq span:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgb(147,172,170,0.5);
    transform: translateY(-10px) scale(1.03);
    border-color: transparent;
}.info_details_gdJFM .get_helpdesk_fdBjq span:hover::before {
    opacity: 0.2;
}.info_details_gdJFM .get_helpdesk_fdBjq span:hover::after {
    transform: scale(1);
    opacity: 0.3;
}.info_details_gdJFM .get_helpdesk_fdBjq span p {
    margin-bottom: 10px;
    position: relative;
    color: #000000;
    z-index: 2;
    font-weight: 600;
    font-size: 18px;
    align-items: center;
    display: flex;
}.info_details_gdJFM .get_helpdesk_fdBjq span p::before {
    content: '';
    display: inline-block;
    width: 8px;
    margin-right: 10px;
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    background: rgb(147,172,170);
    height: 8px;
}.info_details_gdJFM .get_helpdesk_fdBjq span svg {
    stroke-width: 1;
    transition: transform 0.3s ease, fill 0.3s ease;
    fill: rgb(147,172,170);
    height: 20px;
    margin-right: 8px;
    flex-shrink: 0;
    width: 20px;
    stroke: rgb(147,172,170);
}.info_details_gdJFM .get_helpdesk_fdBjq span:hover svg {
    transform: scale(1.2);
    fill: rgb(112,134,129);
}.info_details_gdJFM .get_helpdesk_fdBjq span svg path {
    stroke-dashoffset: 0;
    transition: fill 0.3s ease, stroke 0.3s ease;
    stroke-dasharray: 100;
}.info_details_gdJFM .get_helpdesk_fdBjq span:hover svg path {
    animation: dashAnimation 1.5s ease forwards;
    stroke-dashoffset: 100;
}@keyframes dashAnimation {
    from {
        stroke-dashoffset: 100;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.info_details_gdJFM .get_helpdesk_fdBjq span span {
    border: none;
    box-shadow: none;
    clip-path: none;
    transform: none;
    background: transparent;
    backdrop-filter: none;
    margin: 0;
    display: inline;
    padding: 0;
}.info_details_gdJFM .get_helpdesk_fdBjq span span::before,
.info_details_gdJFM .get_helpdesk_fdBjq span span::after {
    display: none;
}.info_details_gdJFM .get_helpdesk_fdBjq span span a {
    color: rgb(147,172,170);
    padding: 5px 0;
    display: inline-block;
    background-size: 0% 100%;
    transition: background-size 0.3s ease;
    position: relative;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(147,172,170) calc(100% - 2px),
        rgb(147,172,170) 100%
    );
    z-index: 2;
    font-weight: 600;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: all 0.3s ease;
}.info_details_gdJFM .get_helpdesk_fdBjq span span a svg {
    transform-origin: center;
    width: 16px;
    stroke: currentColor;
    fill: currentColor;
    height: 16px;
    stroke-width: 0.5;
    margin-right: 5px;
    vertical-align: middle;
}.info_details_gdJFM .write_experts_xXMKq {
    position: relative;
    margin-top: 40px;
    background: rgb(182,208,205);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 35px;
    grid-column: 1 / -1;
}.info_details_gdJFM .write_experts_xXMKq::before {
    content: '';
    left: 0;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.02) 10px, rgba(0, 0, 0, 0.02) 20px);
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
}.info_details_gdJFM .write_experts_xXMKq::after {
    right: 0;
    top: 0;
    border-color: transparent rgb(147,172,170,0.5) transparent transparent;
    height: 0;
    position: absolute;
    content: '';
    border-width: 0 50px 50px 0;
    border-style: solid;
    width: 0;
}.info_details_gdJFM .write_experts_xXMKq h4 {
    font-weight: 700;
    padding-left: 15px;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    color: rgb(147,172,170);
}.info_details_gdJFM .write_experts_xXMKq h4::before {
    width: 5px;
    background: rgb(147,172,170);
    height: 20px;
    content: '';
    top: 50%;
    clip-path: polygon(0 0, 100% 25%, 100% 75%, 0 100%);
    transform: translateY(-50%);
    left: 0;
    position: absolute;
}.info_details_gdJFM .write_experts_xXMKq h4 svg {
    animation: rotateIcon 6s linear infinite;
    stroke-width: 1;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    stroke: rgb(147,172,170);
    margin-right: 8px;
    fill: rgb(147,172,170);
}@keyframes rotateIcon {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.info_details_gdJFM .write_experts_xXMKq span {
    display: block;
    transform-origin: left;
    margin-bottom: 12px;
    clip-path: polygon(
        0 0, 100% 0, 100% 100%, 
        15px 100%, 0 calc(100% - 15px)
    );
    background: rgba(255, 255, 255, 0.7);
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 12px 15px;
}.info_details_gdJFM .write_experts_xXMKq span::before {
    top: 0;
    position: absolute;
    transform: scaleY(0);
    height: 100%;
    width: 3px;
    transition: transform 0.3s ease;
    left: 0;
    transform-origin: top;
    background: rgb(112,134,129);
    content: '';
}.info_details_gdJFM .write_experts_xXMKq span:hover {
    transform: translateX(15px) scale(1.02);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.9);
}.info_details_gdJFM .write_experts_xXMKq span:hover::before {
    transform: scaleY(1);
}.info_details_gdJFM .write_experts_xXMKq span svg {
    stroke-width: 0.5;
    margin-right: 8px;
    stroke: rgb(147,172,170);
    fill: rgb(112,134,129);
    transition: all 0.3s ease;
    vertical-align: middle;
    height: 18px;
    width: 18px;
    opacity: 0.8;
}.info_details_gdJFM .write_experts_xXMKq span:hover svg {
    fill: rgb(147,172,170);
    transform: scale(1.1);
    opacity: 1;
}.info_details_gdJFM .write_experts_xXMKq span svg path {
    transition: all 0.5s ease;
    stroke-dashoffset: 50;
    fill-opacity: 0.7;
    stroke-dasharray: 50;
}.info_details_gdJFM .write_experts_xXMKq span:hover svg path {
    stroke-dashoffset: 0;
    fill-opacity: 1;
}

@media (max-width: 991px) {.info_details_gdJFM {
    padding: 80px 0;
}.info_details_gdJFM .request_form_vTHNC {
    padding: 40px;
    clip-path: polygon(
            0 3%, 3% 0, 97% 0, 100% 3%,
            100% 97%, 97% 100%, 3% 100%, 0 97%
        );
}.info_details_gdJFM h3 {
    font-size: calc(38px - 0.2rem);
}.info_details_gdJFM .get_helpdesk_fdBjq {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.info_details_gdJFM .contact_question_RICfq {
    padding: 20px;
}.info_details_gdJFM .get_helpdesk_fdBjq span svg {
    height: 18px;
    width: 18px;
}
}

@media (max-width: 767px) {.info_details_gdJFM {
    padding: 60px 0;
}.info_details_gdJFM .request_form_vTHNC {
    padding: 30px;
    clip-path: polygon(
            0 2%, 2% 0, 98% 0, 100% 2%,
            100% 98%, 98% 100%, 2% 100%, 0 98%
        );
}.info_details_gdJFM h3 {
    margin-bottom: 30px;
    font-size: calc(38px - 0.3rem);
}.info_details_gdJFM .contact_question_RICfq {
    margin-bottom: 35px;
    padding: 15px;
}.info_details_gdJFM .get_helpdesk_fdBjq {
    gap: 20px;
    grid-template-columns: 1fr;
}.info_details_gdJFM .write_experts_xXMKq {
    padding: 25px;
}.info_details_gdJFM .write_experts_xXMKq svg {
    width: 16px;
    height: 16px;
}
}

@media (max-width: 480px) {.info_details_gdJFM {
    padding: 40px 0;
}.info_details_gdJFM .container {
    padding: 0 15px;
}.info_details_gdJFM .request_form_vTHNC {
    clip-path: polygon(
            0 1%, 1% 0, 99% 0, 100% 1%,
            100% 99%, 99% 100%, 1% 100%, 0 99%
        );
    padding: 25px 20px;
}.info_details_gdJFM h3 {
    font-size: calc(38px - 0.4rem);
    margin-bottom: 25px;
}.info_details_gdJFM .contact_question_RICfq {
    margin-bottom: 30px;
    padding: 15px;
}.info_details_gdJFM .get_helpdesk_fdBjq span {
    padding: 20px;
}.info_details_gdJFM .write_experts_xXMKq {
    padding: 20px;
    margin-top: 25px;
}.info_details_gdJFM .get_helpdesk_fdBjq span svg,
    .info_details_gdJFM .write_experts_xXMKq span svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}}.receive_updates_RsPmp {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    padding: 6rem 2rem;
}.receive_updates_RsPmp::before {
    opacity: 0.3;
    left: 0;
    width: 100%;
    background-image: linear-gradient(
        90deg,
        rgb(182,208,205) 0%,
        rgb(182,208,205) 50%,
        transparent 50%,
        transparent 100%
    );
    top: 0;
    background-size: 4px 4px;
    position: absolute;
    z-index: 0;
    content: "";
    height: 100%;
}.receive_updates_RsPmp .container {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
}.receive_updates_RsPmp .proof_stats_fEYPa {
    position: relative;
    display: flex;
    flex-direction: column;
}.receive_updates_RsPmp .proof_stats_fEYPa::before {
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: Arial, sans-serif;
    opacity: 0.04;
    font-weight: 700;
    font-size: 12rem;
    letter-spacing: 0.5rem;
    color: rgb(147,172,170);
    position: absolute;
    z-index: -1;
    left: 50%;
    white-space: nowrap;
}.receive_updates_RsPmp p {
    margin-bottom: 4rem;
    max-width: 70%;
    line-height: 1.3;
    font-weight: 700;
    color: #000000;
    transform: translateX(15%);
    font-size: 38px;
    font-family: Arial, sans-serif;
    position: relative;
}.receive_updates_RsPmp p::after {
    animation: expandLine 1.5s cubic-bezier(.17,.67,.83,.67) forwards;
    background: rgb(147,172,170);
    bottom: -20px;
    height: 5px;
    left: 0;
    width: 100px;
    content: "";
    position: absolute;
    transform-origin: left;
}.receive_updates_RsPmp .input_holder {
    z-index: 2;
    max-width: 80%;
    position: relative;
    display: grid;
    transform: translateX(-15%);
    grid-template-columns: 3fr 1fr;
    margin-left: auto;
}.receive_updates_RsPmp .input_holder::before {
    width: 100%;
    transform: translate(10px, 10px);
    z-index: -1;
    background: #000000;
    position: absolute;
    opacity: 0.02;
    content: "";
    height: 100%;
    transition: transform 0.3s ease;
}.receive_updates_RsPmp .input_holder:hover::before {
    transform: translate(5px, 5px);
}.receive_updates_RsPmp .online_lessons_SwCbt {
    padding: 1.5rem;
    font-size: 15px;
    border-right: none;
    background: #ffffff;
    transition: all 0.3s ease;
    color: #000000;
    border: 2px solid #000000;
    font-family: Arial, sans-serif;
    outline: none;
}.receive_updates_RsPmp .online_lessons_SwCbt:focus {
    border-color: rgb(147,172,170);
}.receive_updates_RsPmp .reach_query_zEfHc {
    transition: all 0.3s ease;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    padding: 0 2rem;
    font-size: 15px;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid #000000;
    background: #000000;
    color: #ffffff;
    position: relative;
}.receive_updates_RsPmp .reach_query_zEfHc::after {
    position: absolute;
    left: -50%;
    top: -50%;
    border-radius: 50%;
    height: 200%;
    opacity: 0;
    background: rgb(147,172,170);
    transform: scale(0);
    content: "";
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: -1;
    width: 200%;
}.receive_updates_RsPmp .reach_query_zEfHc:hover {
    color: #ffffff;
    border-color: rgb(147,172,170);
    background: transparent;
}.receive_updates_RsPmp .reach_query_zEfHc:hover::after {
    opacity: 1;
    transform: scale(1);
}@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes floatingItem {
    0%, 100% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-15px) rotate(5deg);
    }
}

.receive_updates_RsPmp::after {
    opacity: 0.1;
    width: 300px;
    content: "";
    background: linear-gradient(
        45deg,
        rgb(147,172,170,0.5),
        rgb(112,134,129,0.5)
    );
    height: 300px;
    right: -150px;
    filter: blur(100px);
    position: absolute;
    top: -150px;
    animation: floatingItem 20s ease-in-out infinite;
    border-radius: 50%;
}

@media (max-width: 992px) {.receive_updates_RsPmp p {
    transform: translateX(10%);
    max-width: 80%;
    font-size: 30px;
}.receive_updates_RsPmp .input_holder {
    transform: translateX(-10%);
    max-width: 90%;
}.receive_updates_RsPmp .proof_stats_fEYPa::before {
    font-size: 8rem;
}
}

@media (max-width: 768px) {.receive_updates_RsPmp {
    padding: 4rem 1.5rem;
}.receive_updates_RsPmp p {
    max-width: 100%;
    font-size: calc(30px * 0.8);
    transform: none;
}.receive_updates_RsPmp .input_holder {
    max-width: 100%;
    transform: none;
    gap: 1rem;
    grid-template-columns: 1fr;
}.receive_updates_RsPmp .online_lessons_SwCbt {
    border: 2px solid #000000;
    padding: 1.2rem;
}.receive_updates_RsPmp .reach_query_zEfHc {
    padding: 1.2rem;
}.receive_updates_RsPmp .proof_stats_fEYPa::before {
    font-size: 5rem;
}
}

@media (max-width: 576px) {.receive_updates_RsPmp {
    margin: 4rem 0;
    padding: 3rem 1rem;
}.receive_updates_RsPmp p {
    font-size: 18px;
    margin-bottom: 3rem;
}.receive_updates_RsPmp p::after {
    width: 60px;
    height: 3px;
}.receive_updates_RsPmp .proof_stats_fEYPa::before {
    font-size: 3.5rem;
}.receive_updates_RsPmp .online_lessons_SwCbt,
    .receive_updates_RsPmp .reach_query_zEfHc {
    padding: 1rem;
}}.our_mission_dwhuo {
    background-color: rgb(182,208,205);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.our_mission_dwhuo::before {
    z-index: 1;
    left: 0;
    opacity: 0.05;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(147,172,170,0.5) 0,
        rgb(147,172,170,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.our_mission_dwhuo .container {
    position: relative;
    z-index: 2;
}.our_mission_dwhuo .proof_stats_fEYPa {
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1200px;
    gap: 0;
    position: relative;
    display: flex;
}.our_mission_dwhuo .proof_stats_fEYPa h3 {
    position: relative;
    width: 100%;
    font-weight: 700;
    transform: translateZ(0);
    border-left: 6px solid rgb(147,172,170);
    transition: transform 0.3s ease;
    color: #000000;
    margin-bottom: 60px;
    font-size: 43px;
    padding-left: 20px;
}.our_mission_dwhuo .proof_stats_fEYPa h3:hover {
    transform: translateX(5px);
}.our_mission_dwhuo .virtual_guides_tleBg {
    width: 55%;
    position: relative;
    padding-right: 60px;
}.our_mission_dwhuo .learning_creators_asQCB {
    width: 45%;
    position: relative;
}.our_mission_dwhuo .virtual_guides_tleBg span {
    transform: skewX(-10deg);
    border-radius: 10px;
    position: relative;
    font-size: 24px;
    background-color: rgb(147,172,170,0.5);
    padding: 8px 15px;
    margin-bottom: 20px;
    display: inline-block;
    color: rgb(147,172,170);
    font-weight: 600;
}.our_mission_dwhuo .virtual_guides_tleBg p {
    position: relative;
    color: #000000;
    line-height: 1.8;
    font-size: 13px;
    margin-bottom: 40px;
}.our_mission_dwhuo .learning_creators_asQCB p {
    margin-bottom: 40px;
    font-size: 13px;
    position: relative;
    line-height: 1.8;
    color: #000000;
}.our_mission_dwhuo .virtual_guides_tleBg .video_thumbnail_NtReD {
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: -15px 15px 0 rgb(147,172,170,0.5);
    position: relative;
    overflow: hidden;
    height: 320px;
    border-radius: 0 19px 19px 0;
}.our_mission_dwhuo .virtual_guides_tleBg .video_thumbnail_NtReD:hover {
    box-shadow: -20px 20px 0 rgb(147,172,170,0.5);
    transform: translate(5px, -5px);
}.our_mission_dwhuo .learning_creators_asQCB .study_expert_NAoEz {
    border-radius: 19px 0 0 19px;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    height: 320px;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 15px 15px 0 rgb(112,134,129,0.5);
}.our_mission_dwhuo .learning_creators_asQCB .study_expert_NAoEz:hover {
    transform: translate(-5px, -5px);
    box-shadow: 20px 20px 0 rgb(112,134,129,0.5);
}.our_mission_dwhuo .virtual_guides_tleBg::after {
    bottom: -30px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(147,172,170), transparent);
    width: 40%;
    content: "";
    height: 2px;
}.our_mission_dwhuo .learning_creators_asQCB::before {
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(112,134,129));
    height: 2px;
    width: 40%;
    content: "";
    top: -30px;
    position: absolute;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {.our_mission_dwhuo {
    padding: 80px 0;
}.our_mission_dwhuo .proof_stats_fEYPa h3 {
    margin-bottom: 40px;
}.our_mission_dwhuo .virtual_guides_tleBg,
    .our_mission_dwhuo .learning_creators_asQCB {
    width: 50%;
}.our_mission_dwhuo .virtual_guides_tleBg {
    padding-right: 30px;
}.our_mission_dwhuo .virtual_guides_tleBg .video_thumbnail_NtReD,
    .our_mission_dwhuo .learning_creators_asQCB .study_expert_NAoEz {
    height: 280px;
}
}

@media (max-width: 768px) {.our_mission_dwhuo {
    padding: 60px 0;
}.our_mission_dwhuo .proof_stats_fEYPa h3 {
    margin-bottom: 30px;
    font-size: calc(43px * 0.8);
}.our_mission_dwhuo .virtual_guides_tleBg,
    .our_mission_dwhuo .learning_creators_asQCB {
    padding-right: 0;
    width: 100%;
}.our_mission_dwhuo .virtual_guides_tleBg {
    margin-bottom: 60px;
}.our_mission_dwhuo .virtual_guides_tleBg .video_thumbnail_NtReD {
    height: 250px;
    box-shadow: -10px 10px 0 rgb(147,172,170,0.5);
    border-radius: 19px;
}.our_mission_dwhuo .learning_creators_asQCB .study_expert_NAoEz {
    border-radius: 19px;
    height: 250px;
    box-shadow: 10px 10px 0 rgb(112,134,129,0.5);
}.our_mission_dwhuo .virtual_guides_tleBg::after,
    .our_mission_dwhuo .learning_creators_asQCB::before {
    width: 30%;
}
}

@media (max-width: 576px) {.our_mission_dwhuo {
    padding: 40px 0;
}.our_mission_dwhuo .proof_stats_fEYPa h3 {
    padding-left: 15px;
    border-left-width: 4px;
    font-size: calc(43px * 0.7);
    margin-bottom: 25px;
}.our_mission_dwhuo .virtual_guides_tleBg {
    margin-bottom: 40px;
}.our_mission_dwhuo .virtual_guides_tleBg span {
    padding: 6px 12px;
    font-size: calc(24px * 0.9);
}.our_mission_dwhuo .virtual_guides_tleBg p,
    .our_mission_dwhuo .learning_creators_asQCB p {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
    margin-bottom: 25px;
}.our_mission_dwhuo .virtual_guides_tleBg .video_thumbnail_NtReD,
    .our_mission_dwhuo .learning_creators_asQCB .study_expert_NAoEz {
    height: 200px;
}.our_mission_dwhuo .virtual_guides_tleBg .video_thumbnail_NtReD {
    box-shadow: -8px 8px 0 rgb(147,172,170,0.5);
}.our_mission_dwhuo .learning_creators_asQCB .study_expert_NAoEz {
    box-shadow: 8px 8px 0 rgb(112,134,129,0.5);
}.our_mission_dwhuo .virtual_guides_tleBg::after,
    .our_mission_dwhuo .learning_creators_asQCB::before {
    width: 25%;
}}header {
    background: rgb(182,208,205);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 100;
    padding: 0;
    margin-top: 0;
    overflow: visible;
}header::before {
    width: 100%;
    z-index: 0;
    top: 0;
    position: absolute;
    left: 0;
    content: '';
    height: 100%;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(147,172,170), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(147,172,170), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(147,172,170), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(147,172,170), 0.03) 25%) 0 0 / 20px 20px;
}header::after {
    transform-origin: center;
    height: 5px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, 
        rgb(147,172,170), 
        rgb(112,134,129), 
        rgb(147,172,170)
    );
    transition: transform 0.5s ease;
    position: absolute;
    width: 100%;
    transform: scaleX(0.7);
    content: '';
}header:hover::after {
    transform: scaleX(1);
}header .header_navbar_SLIvb {
    padding: 1.3rem 2.5rem;
    position: relative;
    justify-content: space-between;
    z-index: 5;
    display: flex;
    align-items: center;
}header .first_class_IqXPF {
    position: relative;
    perspective: 800px;
    margin-right: 2rem;
    flex: 0 0 auto;
}header .head_skill_dafme {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    display: block;
}header .head_skill_dafme:hover {
    transform: rotateY(10deg) rotateX(5deg);
}header .head_skill_dafme::before {
    position: absolute;
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
    transform: translateZ(-10px);
    opacity: 0.1;
    left: 0;
    background: rgb(147,172,170);
    filter: blur(10px);
}header .head_skill_dafme img {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    max-height: 40px;
    transform: translateZ(20px);
}header .nav_know_ADznK {
    perspective: 1000px;
    position: relative;
    padding: 0;
    list-style: none;
    transform-style: preserve-3d;
    margin: 0;
    display: flex;
}header .nav_know_ADznK::before {
    left: 0;
    transform: rotateX(90deg);
    position: absolute;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    height: 10px;
    transform-origin: top;
    top: 100%;
    content: '';
    width: 100%;
}header .head_sitewrap_GLofx {
    position: relative;
    margin: 0 0.3rem;
    transform-style: preserve-3d;
}header .head_sitewrap_GLofx a {
    transform: translateZ(0);
    align-items: center;
    font-size: 17px;
    transform-style: preserve-3d;
    position: relative;
    border-radius: 10px;
    text-decoration: none;
    display: flex;
    font-weight: 600;
    justify-content: center;
    color: #000000;
    transition: all 0.4s ease;
    padding: 0.7rem 1.2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}header .head_sitewrap_GLofx a::before {
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(135deg, 
        rgb(147,172,170,0.5) 0%, 
        rgb(112,134,129,0.5) 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    transform: translateZ(-5px);
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    content: '';
}header .head_sitewrap_GLofx a:hover {
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(15px);
}header .head_sitewrap_GLofx a:hover::before {
    opacity: 1;
}header .head_sitewrap_GLofx a::after {
    height: 5px;
    transition: all 0.4s ease;
    content: '';
    transform: translateZ(-10px);
    opacity: 0;
    background: rgb(147,172,170);
    right: 5px;
    position: absolute;
    bottom: -5px;
    left: 5px;
}header .head_sitewrap_GLofx a:hover::after {
    opacity: 0.3;
    bottom: -8px;
}header .header_navbar_SLIvb::before {
    position: absolute;
    height: 1px;
    top: 0;
    width: 30%;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        rgb(147,172,170), 
        transparent
    );
    left: 35%;
}.main_tutor_hozwR {
    z-index: 1;
    padding-top: 2rem;
    position: relative;
    background: #ffffff;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (min-width: 1400px) {header .header_navbar_SLIvb {
    max-width: 1320px;
    margin: 0 auto;
}header .head_sitewrap_GLofx {
    margin: 0 0.5rem;
}header .head_sitewrap_GLofx a {
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 991px) {header .header_navbar_SLIvb {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .first_class_IqXPF {
    margin-right: 0;
    margin-bottom: 0;
}header .nav_know_ADznK {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .head_sitewrap_GLofx a {
    padding: 0.6rem 1rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .header_navbar_SLIvb {
    padding: 0.8rem 1.5rem;
}header .first_class_IqXPF {
    max-width: 140px;
}header .head_skill_dafme img {
    max-height: 35px;
}header .nav_know_ADznK {
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    justify-content: flex-start;
    overflow-x: auto;
}header .nav_know_ADznK::-webkit-scrollbar {
    height: 3px;
}header .nav_know_ADznK::-webkit-scrollbar-thumb {
    background: rgb(147,172,170,0.5);
    border-radius: 10px;
}header .head_sitewrap_GLofx {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .head_sitewrap_GLofx a {
    padding: 0.5rem 0.8rem;
    font-size: calc(17px - 2px);
    white-space: nowrap;
}
}

@media (max-width: 479px) {header .header_navbar_SLIvb {
    padding: 0.7rem 1.2rem;
}header .first_class_IqXPF {
    max-width: 120px;
}header .head_sitewrap_GLofx a {
    font-size: calc(17px - 3px);
    padding: 0.4rem 0.6rem;
}header::after {
    height: 3px;
}
}

@supports not (transform-style: preserve-3d) {header .head_skill_dafme:hover {
    transform: translateY(-3px);
}header .head_sitewrap_GLofx a:hover {
    transform: translateY(-3px);
}}

.course_overview_tXHWU {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: rgb(182,208,205);
}.course_overview_tXHWU .grow_skills_xcqPL {
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
}.course_overview_tXHWU .grow_skills_xcqPL::before {
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(circle at center, transparent 30%, #000000 100%);
    height: 100%;
    width: 100%;
    content: "";
    z-index: 2;
}.course_overview_tXHWU .career_learn_YTNxu {
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}.course_overview_tXHWU .class_map_iKJrV {
    opacity: 0;
    left: 0;
    transition: transform 1s ease;
    position: absolute;
    height: 100%;
    width: 100%;
    transform: scale(1.1);
    animation: fade-slides 30s infinite;
    top: 0;
}.course_overview_tXHWU .grow_skills_xcqPL:hover .class_map_iKJrV {
    animation-play-state: paused;
}.course_overview_tXHWU .class_map_iKJrV:hover {
    transform: scale(1);
}.course_overview_tXHWU .class_map_iKJrV:nth-child(1) {
    animation-delay: 0s;
}.course_overview_tXHWU .class_map_iKJrV:nth-child(2) {
    animation-delay: -6s;
}.course_overview_tXHWU .class_map_iKJrV:nth-child(3) {
    animation-delay: -12s;
}.course_overview_tXHWU .class_map_iKJrV:nth-child(4) {
    animation-delay: -18s;
}.course_overview_tXHWU .class_map_iKJrV:nth-child(5) {
    animation-delay: -24s;
}.course_overview_tXHWU .class_map_iKJrV img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: saturate(0.8) brightness(0.7);
}.course_overview_tXHWU .container {
    z-index: 10;
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}.course_overview_tXHWU .proof_stats_fEYPa {
    align-items: center;
    justify-content: center;
    display: flex;
}.course_overview_tXHWU .future_skills_WZVvo {
    position: relative;
    align-items: center;
    max-width: 1000px;
    backdrop-filter: blur(10px);
    aspect-ratio: 1;
    justify-content: center;
    width: 100%;
    display: flex;
    border-radius: 50%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3rem;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
}.course_overview_tXHWU .future_skills_WZVvo::before {
    right: -5px;
    content: "";
    z-index: -1;
    animation: rotate-border 15s linear infinite;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        rgb(147,172,170,0.5) 90deg,
        transparent 180deg,
        rgb(112,134,129,0.5) 270deg,
        transparent 360deg
    );
    top: -5px;
    border-radius: 50%;
    bottom: -5px;
    opacity: 0.7;
    position: absolute;
    left: -5px;
}.course_overview_tXHWU .future_skills_WZVvo::after {
    z-index: -2;
    filter: blur(20px);
    height: 120%;
    width: 120%;
    background: radial-gradient(
        ellipse at center,
        rgb(147,172,170,0.5) 0%,
        transparent 70%
    );
    animation: pulse-glow 5s ease-in-out infinite alternate;
    position: absolute;
    content: "";
    opacity: 0.1;
}.course_overview_tXHWU .future_skills_WZVvo h3 {
    margin-bottom: 1rem;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
}.course_overview_tXHWU .future_skills_WZVvo p {
    margin-bottom: 2rem;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
}.course_overview_tXHWU .reach_query_zEfHc {
    font-size: 19px;
    background: rgb(147,172,170);
    display: inline-block;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 0.8rem 2rem;
    font-weight: 600;
    z-index: 1;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 50px;
    color: #ffffff;
}.course_overview_tXHWU .reach_query_zEfHc::before {
    position: absolute;
    transition: transform 0.6s ease;
    transform-origin: right;
    height: 100%;
    top: 0;
    transform: scaleX(0);
    z-index: -1;
    width: 100%;
    content: "";
    left: 0;
    background: rgb(112,134,129);
}.course_overview_tXHWU .reach_query_zEfHc:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
}.course_overview_tXHWU .reach_query_zEfHc:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.course_overview_tXHWU .future_skills_WZVvo .orbital-elements {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    border-radius: 50%;
    position: absolute;
    pointer-events: none;
}.course_overview_tXHWU .future_skills_WZVvo::before,
.course_overview_tXHWU .future_skills_WZVvo::after {
    position: absolute;
    content: "";
    border-radius: 50%;
}.course_overview_tXHWU::after {
    bottom: 15%;
    left: 50%;
    position: absolute;
    z-index: 100;
    display: flex;
    gap: 15px;
    transform: translateX(-50%);
    content: "";
}.course_overview_tXHWU::after {
    opacity: 0.3;
    background: repeating-linear-gradient(
        90deg,
        #ffffff,
        #ffffff 10px,
        transparent 10px,
        transparent 25px
    );
    height: 10px;
    width: 100px;
}

@keyframes fade-slides {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

@keyframes rotate-border {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.05);
    }
}

@keyframes slide-indicator {
    0%, 16% {
        left: calc(50% - 50px);
    }
    20%, 36% {
        left: calc(50% - 25px);
    }
    40%, 56% {
        left: calc(50%);
    }
    60%, 76% {
        left: calc(50% + 25px);
    }
    80%, 96% {
        left: calc(50% + 50px);
    }
    100% {
        left: calc(50% - 50px);
    }
}


@media screen and (max-width: 1200px) {.course_overview_tXHWU .future_skills_WZVvo {
    max-width: 900px;
}
}

@media screen and (max-width: 992px) {.course_overview_tXHWU .future_skills_WZVvo {
    max-width: 800px;
    padding: 3rem;
}
}

@media screen and (max-width: 768px) {.course_overview_tXHWU {
    padding: 2rem 0;
}.course_overview_tXHWU .future_skills_WZVvo {
    padding: 3rem;
    max-width: 700px;
    border-radius: 20px;
    aspect-ratio: auto;
    height: auto;
    min-height: 700px;
}.course_overview_tXHWU .future_skills_WZVvo::before {
    border-radius: 20px;
}.course_overview_tXHWU .future_skills_WZVvo h3 {
    font-size: calc(28px * 0.9);
}.course_overview_tXHWU .future_skills_WZVvo p {
    -webkit-line-clamp: 3;
}
}

@media screen and (max-width: 576px) {.course_overview_tXHWU .future_skills_WZVvo {
    aspect-ratio: auto;
    min-height: auto;
    max-width: 90%;
    border-radius: 15px;
    padding: 2rem 1.5rem;
}.course_overview_tXHWU .future_skills_WZVvo::before {
    border-radius: 15px;
}.course_overview_tXHWU .future_skills_WZVvo h3 {
    font-size: calc(28px * 0.8);
}.course_overview_tXHWU .future_skills_WZVvo p {
    margin-bottom: 1.5rem;
    font-size: calc(16px * 0.9);
    -webkit-line-clamp: 4;
}.course_overview_tXHWU .reach_query_zEfHc {
    font-size: calc(19px * 0.9);
    padding: 0.7rem 1.8rem;
}.course_overview_tXHWU::after {
    bottom: 10%;
}}


.course_overview_tXHWU .career_learn_YTNxu:has(.class_map_iKJrV:nth-child(2):last-child) .class_map_iKJrV:nth-child(1) {
    animation-delay: 0s;
}.course_overview_tXHWU .career_learn_YTNxu:has(.class_map_iKJrV:nth-child(2):last-child) .class_map_iKJrV:nth-child(2) {
    animation-delay: -15s;
}.course_overview_tXHWU .career_learn_YTNxu:has(.class_map_iKJrV:nth-child(3):last-child) .class_map_iKJrV:nth-child(1) {
    animation-delay: 0s;
}.course_overview_tXHWU .career_learn_YTNxu:has(.class_map_iKJrV:nth-child(3):last-child) .class_map_iKJrV:nth-child(2) {
    animation-delay: -10s;
}.course_overview_tXHWU .career_learn_YTNxu:has(.class_map_iKJrV:nth-child(3):last-child) .class_map_iKJrV:nth-child(3) {
    animation-delay: -20s;
}.course_overview_tXHWU .career_learn_YTNxu:has(.class_map_iKJrV:nth-child(4):last-child) .class_map_iKJrV:nth-child(1) {
    animation-delay: 0s;
}.course_overview_tXHWU .career_learn_YTNxu:has(.class_map_iKJrV:nth-child(4):last-child) .class_map_iKJrV:nth-child(2) {
    animation-delay: -7.5s;
}.course_overview_tXHWU .career_learn_YTNxu:has(.class_map_iKJrV:nth-child(4):last-child) .class_map_iKJrV:nth-child(3) {
    animation-delay: -15s;
}.course_overview_tXHWU .career_learn_YTNxu:has(.class_map_iKJrV:nth-child(4):last-child) .class_map_iKJrV:nth-child(4) {
    animation-delay: -22.5s;
}footer {
    position: relative;
    width: 100%;
}.skill_test_dotAZ {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #000000;
    padding: 70px 0 30px;
    position: relative;
}.skill_test_dotAZ::before {
    height: 5px;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(147,172,170), rgb(112,134,129));
}footer .fund_cta_FgIZQ {
    display: grid;
    gap: 60px;
}footer .send_feedback_EgHtx {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 40px;
}footer .info_item {
    margin-right: 30px;
    margin-bottom: 15px;
    position: relative;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    width: 18px;
    top: 3px;
    position: relative;
    fill: rgb(147,172,170);
    height: 18px;
    margin-right: 10px;
}footer .info_item p,
footer .info_item a {
    transition: color 0.2s ease;
    font-size: 16px;
    text-decoration: none;
    color: #000000;
    letter-spacing: 0.3px;
}footer .info_item a:hover {
    color: rgb(147,172,170);
}footer .text_main_holder {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .first_class_IqXPF {
    margin-bottom: 15px;
}footer .first_class_IqXPF svg {
    height: 40px;
    margin-bottom: 20px;
    width: auto;
}footer .ar_tools_seSnK {
    max-width: 350px;
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
}footer .nav_know_ADznK h5 {
    color: #000000;
    margin-bottom: 25px;
    position: relative;
    font-size: 19px;
    font-weight: 600;
}footer .nav_know_ADznK h5::after {
    left: 0;
    background-color: rgb(147,172,170);
    height: 2px;
    content: "";
    bottom: -8px;
    width: 30px;
    position: absolute;
}footer .main_skill_gJEsW {
    margin-bottom: 30px;
}footer .main_skill_gJEsW a {
    transition: transform 0.2s ease, color 0.2s ease;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 12px;
    color: #000000;
    display: block;
}footer .main_skill_gJEsW a:hover {
    transform: translateX(5px);
    color: rgb(147,172,170);
}footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    padding: 30px;
}footer .subscribe_holder h5 {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 15px;
    color: #000000;
}footer .subscribe_holder p {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 25px;
}footer .input_holder {
    display: flex;
    gap: 10px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    transition: border-color 0.3s ease;
    font-size: 16px;
    padding: 14px 16px;
    background-color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(147,172,170);
    outline: none;
}footer .mail_section_jtYRI {
    font-weight: 600;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    background-color: rgb(147,172,170);
    font-size: 17px;
    padding: 14px 20px;
    border: none;
    transition: background-color 0.3s ease;
    text-align: center;
}footer .mail_section_jtYRI:hover {
    background-color: rgb(112,134,129);
}footer .reg_remind_TODYk {
    margin-top: 50px;
}footer .green_edu_EcfPb {
    color: #000000;
    font-size: 16px;
    text-align: center;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .mail_section_jtYRI {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .skill_test_dotAZ {
    padding: 50px 0 30px;
}footer .send_feedback_EgHtx {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 20px;
}footer .subscribe_holder {
    padding: 20px;
}footer .reg_remind_TODYk {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .skill_test_dotAZ {
    padding: 40px 0 20px;
}footer .fund_cta_FgIZQ {
    gap: 40px;
}footer .nav_know_ADznK h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}.contact_information_fmDRz {
    padding: 100px 0;
    overflow: hidden;
    background: rgb(182,208,205);
    position: relative;
}.contact_information_fmDRz::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(147,172,170,0.5) 0,
        rgb(147,172,170,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    width: 100%;
    opacity: 0.07;
    height: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}.contact_information_fmDRz::after {
    opacity: 0.07;
    position: absolute;
    z-index: 1;
    top: 0;
    background-size: 30px 30px;
    width: 100%;
    left: 0;
    content: "";
    background-image: 
        linear-gradient(rgb(112,134,129,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(112,134,129,0.5) 1px, transparent 1px);
    height: 100%;
}.contact_information_fmDRz .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}.contact_information_fmDRz h2 {
    padding-bottom: 20px;
    left: 50%;
    font-weight: 700;
    position: relative;
    text-align: center;
    transform: translateX(-50%);
    color: #000000;
    display: inline-block;
    font-size: 38px;
    margin-bottom: 20px;
}.contact_information_fmDRz h2::before {
    height: 4px;
    content: "";
    left: calc(50% - 40px);
    background: rgb(147,172,170);
    width: 80px;
    position: absolute;
    bottom: 0;
}.contact_information_fmDRz h2::after {
    background: rgb(112,134,129);
    width: 30px;
    height: 4px;
    bottom: 0;
    position: absolute;
    content: "";
    left: calc(50% - 15px);
}.contact_information_fmDRz .reach_grid_vUKWR {
    overflow: hidden;
    margin-top: 50px;
    display: flex;
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    position: relative;
}.contact_information_fmDRz .video_thumbnail_NtReD {
    min-height: 550px;
    position: relative;
    flex: 0 0 45%;
}.contact_information_fmDRz .video_thumbnail_NtReD::before {
    z-index: 1;
    inset: 0;
    content: "";
    position: absolute;
    background: linear-gradient(
        135deg, 
        rgba(rgb(147,172,170), 0.4), 
        rgba(rgb(112,134,129), 0.4)
    );
}.contact_information_fmDRz .connect_links_qiaWZ {
    display: flex;
    justify-content: center;
    position: relative;
    flex: 0 0 55%;
    flex-direction: column;
    padding: 60px;
}.contact_information_fmDRz .connect_links_qiaWZ::before {
    top: -75px;
    right: -75px;
    border-radius: 50%;
    z-index: 0;
    content: "";
    height: 150px;
    border: 30px solid rgb(147,172,170,0.5);
    width: 150px;
    position: absolute;
}.contact_information_fmDRz .connect_links_qiaWZ::after {
    transform: rotate(45deg);
    left: -50px;
    border-radius: 0;
    height: 100px;
    width: 100px;
    z-index: 0;
    background: rgb(112,134,129,0.5);
    bottom: -50px;
    content: "";
    position: absolute;
}.contact_information_fmDRz form {
    position: relative;
    z-index: 2;
}.contact_information_fmDRz form h3 {
    font-weight: 600;
    margin-bottom: 40px;
    color: #000000;
    display: inline-block;
    font-size: 22px;
    position: relative;
}.contact_information_fmDRz form h3::after {
    left: 0;
    bottom: -15px;
    width: 50%;
    height: 2px;
    background: rgb(147,172,170);
    position: absolute;
    content: "";
}.contact_information_fmDRz form input[type="text"] {
    color: #000000;
    font-size: 18px;
    padding: 20px 25px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    border: none;
    border-bottom: 2px solid rgb(182,208,205);
    background: transparent;
    width: 100%;
}.contact_information_fmDRz form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(147,172,170);
}.contact_information_fmDRz form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.contact_information_fmDRz form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}.contact_information_fmDRz .help_inquiry_dSALQ {
    position: relative;
    margin-bottom: 40px;
}.contact_information_fmDRz .help_inquiry_dSALQ input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_information_fmDRz .help_inquiry_dSALQ label {
    padding-left: 35px;
    color: #000000;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    line-height: 1.5;
}.contact_information_fmDRz .help_inquiry_dSALQ label::before {
    background: transparent;
    left: 0;
    position: absolute;
    content: "";
    width: 22px;
    border: 2px solid rgb(182,208,205);
    top: 0;
    height: 22px;
    transition: all 0.3s ease;
}.contact_information_fmDRz .help_inquiry_dSALQ input[type="checkbox"]:checked + label::before {
    background: rgb(147,172,170);
    border-color: rgb(147,172,170);
}.contact_information_fmDRz .help_inquiry_dSALQ input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    content: "";
    height: 12px;
    top: 4px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    width: 6px;
    position: absolute;
    left: 8px;
}.contact_information_fmDRz .help_inquiry_dSALQ label a {
    position: relative;
    font-weight: 600;
    text-decoration: none;
    color: rgb(147,172,170);
    transition: all 0.3s ease;
}.contact_information_fmDRz .help_inquiry_dSALQ label a::after {
    left: 0;
    transition: transform 0.3s ease;
    bottom: -1px;
    transform-origin: left;
    content: "";
    transform: scaleX(1);
    width: 100%;
    height: 1px;
    position: absolute;
    background: rgb(147,172,170);
}.contact_information_fmDRz .help_inquiry_dSALQ label a:hover {
    color: rgb(112,134,129);
}.contact_information_fmDRz .help_inquiry_dSALQ label a:hover::after {
    background: rgb(112,134,129);
    transform: scaleX(0);
}.contact_information_fmDRz .reach_query_zEfHc {
    display: inline-block;
    border: none;
    width: auto;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    color: #ffffff;
    background: rgb(147,172,170);
    font-size: 15px;
    padding: 18px 40px;
    cursor: pointer;
    z-index: 1;
    font-weight: 600;
}.contact_information_fmDRz .reach_query_zEfHc::before {
    position: absolute;
    transition: width 0.5s ease;
    width: 0;
    height: 100%;
    background: rgb(112,134,129);
    left: -10px;
    content: "";
    top: 0;
    z-index: -1;
    transform: skewX(-25deg);
}.contact_information_fmDRz .reach_query_zEfHc:hover::before {
    width: 150%;
}.contact_information_fmDRz svg {
    width: 24px;
    stroke-width: 2;
    fill: none;
    transition: all 0.3s ease;
    stroke: rgb(147,172,170);
    height: 24px;
}.contact_information_fmDRz svg path {
    fill: none;
    stroke: rgb(147,172,170);
    transition: all 0.3s ease;
}.contact_information_fmDRz svg:hover,
.contact_information_fmDRz svg:hover path {
    stroke: rgb(112,134,129);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.contact_information_fmDRz {
    padding: 80px 0;
}.contact_information_fmDRz .video_thumbnail_NtReD {
    min-height: 500px;
}.contact_information_fmDRz .connect_links_qiaWZ {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_information_fmDRz {
    padding: 60px 0;
}.contact_information_fmDRz .reach_grid_vUKWR {
    flex-direction: column;
}.contact_information_fmDRz .video_thumbnail_NtReD {
    min-height: 300px;
    width: 100%;
}.contact_information_fmDRz .connect_links_qiaWZ {
    padding: 40px 30px;
    width: 100%;
}.contact_information_fmDRz form h3 {
    margin-bottom: 30px;
}.contact_information_fmDRz form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_information_fmDRz .help_inquiry_dSALQ {
    margin-bottom: 30px;
}.contact_information_fmDRz .reach_query_zEfHc {
    width: 100%;
    padding: 15px 30px;
}
}

@media (max-width: 480px) {.contact_information_fmDRz {
    padding: 50px 0;
}.contact_information_fmDRz h2 {
    font-size: calc(38px * 0.85);
}.contact_information_fmDRz .reach_grid_vUKWR {
    margin-top: 30px;
}.contact_information_fmDRz .video_thumbnail_NtReD {
    min-height: 200px;
}.contact_information_fmDRz .connect_links_qiaWZ {
    padding: 30px 20px;
}.contact_information_fmDRz form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}.contact_information_fmDRz form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_information_fmDRz .help_inquiry_dSALQ {
    margin-bottom: 25px;
}.contact_information_fmDRz .help_inquiry_dSALQ label {
    font-size: calc(16px * 0.9);
}.contact_information_fmDRz .reach_query_zEfHc {
    padding: 12px 25px;
}}.plan_container_Zkxfb {
    background: rgb(182,208,205);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.plan_container_Zkxfb::before {
    background: linear-gradient(135deg, rgb(147,172,170,0.5), rgb(112,134,129,0.5));
    width: 600px;
    z-index: 0;
    filter: blur(80px);
    opacity: 0.15;
    height: 600px;
    position: absolute;
    content: "";
    top: -15%;
    right: -10%;
}.plan_container_Zkxfb::after {
    opacity: 0.1;
    width: 500px;
    background: linear-gradient(225deg, rgb(112,134,129,0.5), rgb(147,172,170,0.5));
    height: 500px;
    filter: blur(100px);
    z-index: 0;
    content: "";
    bottom: -15%;
    position: absolute;
    left: -10%;
}.plan_container_Zkxfb .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1400px;
    z-index: 1;
}.plan_container_Zkxfb .rate_card_HcGzs {
    flex-direction: column;
    gap: 60px;
    display: flex;
}.plan_container_Zkxfb .annual_fee_faokZ {
    transform: translateX(5%);
    margin-bottom: 20px;
    position: relative;
    order: -1;
    z-index: 2;
}.plan_container_Zkxfb .annual_fee_faokZ h2 {
    color: #000000;
    transform: perspective(1000px) rotateX(0deg);
    background: linear-gradient(90deg, #000000, rgb(147,172,170));
    font-size: 35px;
    background-clip: text !important;
    transition: transform 0.5s ease;
    font-weight: 700;
    margin-bottom: 15px;
    -webkit-background-clip: text !important;
    color: transparent;
}.plan_container_Zkxfb .annual_fee_faokZ .edu_rates_Zsxga {
    font-size: 12px;
    margin-left: 5px;
    transition: transform 0.4s ease;
    transform: translateY(0);
    color: #000000;
    max-width: 700px;
    line-height: 1.6;
}.plan_container_Zkxfb .annual_fee_faokZ:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}.plan_container_Zkxfb .annual_fee_faokZ:hover .edu_rates_Zsxga {
    transform: translateY(3px);
}.plan_container_Zkxfb .pricing_block_KVuzZ {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    perspective: 1000px;
}.plan_container_Zkxfb .study_cost_cnqNb {
    display: block;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
    overflow: hidden;
    transform-style: preserve-3d;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
}.plan_container_Zkxfb .study_cost_cnqNb:hover {
    z-index: 5;
    transform: translateZ(20px) scale(1.02);
}.plan_container_Zkxfb .basic_rates_NHQzI {
    position: relative;
    flex-direction: column;
    transition: box-shadow 0.5s ease;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    display: flex;
    background: #ffffff;
}.plan_container_Zkxfb .study_cost_cnqNb:hover .basic_rates_NHQzI {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(147,172,170,0.5);
}.plan_container_Zkxfb .basic_rates_NHQzI::before {
    left: 0;
    transform-origin: left;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(147,172,170), rgb(112,134,129));
    content: "";
    top: 0;
    height: 5px;
    right: 0;
}.plan_container_Zkxfb .study_cost_cnqNb:hover .basic_rates_NHQzI::before {
    transform: scaleX(1);
}.plan_container_Zkxfb .plan_cost_fcDgr {
    padding: 35px 30px;
    display: flex;
    z-index: 2;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    flex-grow: 1;
}.plan_container_Zkxfb .plan_cost_fcDgr h3 {
    overflow-wrap: break-word;
    transform: translateY(0);
    margin-bottom: 15px;
    position: relative;
    transition: transform 0.4s ease, color 0.3s ease;
    word-break: break-word;
    font-weight: 600;
    font-size: calc(24px + 2px);
    color: #000000;
}.plan_container_Zkxfb .study_cost_cnqNb:hover .plan_cost_fcDgr h3 {
    transform: translateY(-2px);
    color: rgb(147,172,170);
}.plan_container_Zkxfb .plan_cost_fcDgr .class_rates_pXECJ {
    font-size: calc(24px + 6px);
    position: relative;
    overflow-wrap: break-word;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: rgb(147,172,170);
    font-weight: 700;
    word-break: break-word;
    display: block;
    margin: 5px 0 20px;
}.plan_container_Zkxfb .study_cost_cnqNb:hover .plan_cost_fcDgr .class_rates_pXECJ {
    transform: scale(1.05);
}.plan_container_Zkxfb .plan_cost_fcDgr .class_rates_pXECJ::after {
    content: "";
    transition: width 0.4s ease;
    height: 2px;
    bottom: -10px;
    width: 50px;
    position: absolute;
    background: rgb(112,134,129,0.5);
    left: 0;
}.plan_container_Zkxfb .study_cost_cnqNb:hover .plan_cost_fcDgr .class_rates_pXECJ::after {
    width: 80px;
}.plan_container_Zkxfb .plan_cost_fcDgr p {
    flex-grow: 1;
    margin-top: 10px;
    line-height: 1.7;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    font-size: 12px;
    transition: opacity 0.3s ease;
    color: #000000;
    opacity: 0.85;
}.plan_container_Zkxfb .study_cost_cnqNb:hover .plan_cost_fcDgr p {
    opacity: 1;
}.plan_container_Zkxfb .study_cost_cnqNb .video_thumbnail_NtReD {
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    height: 220px;
    width: 100%;
    overflow: hidden;
}.plan_container_Zkxfb .study_cost_cnqNb:hover .video_thumbnail_NtReD {
    height: 240px;
}.plan_container_Zkxfb .study_cost_cnqNb .video_thumbnail_NtReD::after {
    top: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    opacity: 0;
    left: 0;
    bottom: 0;
    content: "";
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
}.plan_container_Zkxfb .study_cost_cnqNb:hover .video_thumbnail_NtReD::after {
    opacity: 1;
}.plan_container_Zkxfb .study_cost_cnqNb:nth-child(odd) .basic_rates_NHQzI {
    flex-direction: column-reverse;
}

@media (min-width: 992px) {.plan_container_Zkxfb {
    padding: 140px 0;
}.plan_container_Zkxfb .rate_card_HcGzs {
    flex-direction: row;
    align-items: flex-start;
}.plan_container_Zkxfb .annual_fee_faokZ {
    top: 100px;
    width: 30%;
    margin-right: 70px;
    align-self: flex-start;
    position: sticky;
    transform: translateX(0);
    order: 0;
}.plan_container_Zkxfb .pricing_block_KVuzZ {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}
}

@media (min-width: 1200px) {.plan_container_Zkxfb .pricing_block_KVuzZ {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.plan_container_Zkxfb .annual_fee_faokZ h2 {
    font-size: calc(35px + 5px);
}
}

@media (max-width: 991px) {.plan_container_Zkxfb {
    padding: 80px 0;
}.plan_container_Zkxfb .annual_fee_faokZ {
    transform: translateX(0);
    text-align: center;
}.plan_container_Zkxfb .annual_fee_faokZ .edu_rates_Zsxga {
    margin: 0 auto;
}
}

@media (max-width: 767px) {.plan_container_Zkxfb {
    padding: 60px 0;
}.plan_container_Zkxfb .pricing_block_KVuzZ {
    grid-template-columns: 1fr;
}.plan_container_Zkxfb .plan_cost_fcDgr {
    padding: 25px 20px;
}.plan_container_Zkxfb .study_cost_cnqNb .video_thumbnail_NtReD {
    height: 180px;
}.plan_container_Zkxfb .annual_fee_faokZ h2 {
    font-size: calc(35px - 2px);
}
}

@media (max-width: 480px) {.plan_container_Zkxfb {
    padding: 50px 0;
}.plan_container_Zkxfb .plan_cost_fcDgr h3 {
    font-size: 24px;
}.plan_container_Zkxfb .plan_cost_fcDgr .class_rates_pXECJ {
    font-size: calc(24px + 2px);
}.plan_container_Zkxfb .plan_cost_fcDgr p {
    font-size: calc(12px - 1px);
}}.future_members_LadsJ {
    position: relative;
    background: linear-gradient(150deg, rgb(182,208,205) 30%, rgb(112,134,129,0.5) 100%);
    overflow: hidden;
    padding: 110px 0;
}.future_members_LadsJ::before {
    width: 80%;
    top: -50%;
    animation: float-slow 20s ease-in-out infinite alternate;
    transform: rotate(30deg);
    right: -20%;
    background: rgb(147,172,170,0.5);
    content: "";
    opacity: 0.1;
    filter: blur(60px);
    border-radius: 100px;
    position: absolute;
    height: 200%;
}.future_members_LadsJ::after {
    left: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(147,172,170,0.5) 25%, 
        rgb(147,172,170) 50%, 
        rgb(147,172,170,0.5) 75%, 
        transparent 100%
    );
}@keyframes float-slow {
    0% {
        transform: rotate(30deg) translateY(0);
    }
    100% {
        transform: rotate(30deg) translateY(-50px);
    }
}

.future_members_LadsJ .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.future_members_LadsJ .proof_stats_fEYPa {
    align-items: start;
    gap: 40px;
    grid-template-columns: 300px 1fr;
    position: relative;
    display: grid;
}.future_members_LadsJ h4 {
    padding: 0;
    margin: 0;
    color: #000000;
    font-size: 35px;
    line-height: 1.3;
    font-weight: 700;
    position: relative;
}.future_members_LadsJ h4::before {
    height: 5px;
    background: linear-gradient(90deg, rgb(147,172,170), rgb(112,134,129));
    content: "";
    width: 50px;
    position: absolute;
    border-radius: 10px;
    top: -20px;
    left: 0;
}.future_members_LadsJ h4::after {
    left: 0;
    height: 2px;
    width: 120px;
    background: rgb(147,172,170,0.5);
    position: absolute;
    border-radius: 10px;
    content: "";
    bottom: -20px;
}.future_members_LadsJ div {
    gap: 20px;
    flex-direction: column;
    display: flex;
}.future_members_LadsJ div p {
    line-height: 1.6;
    position: relative;
    backdrop-filter: blur(10px);
    display: flex;
    transition: all 0.3s ease;
    padding: 20px 25px;
    background: rgba(255, 255, 255, 0.9);
    align-items: center;
    font-size: 16px;
    overflow: hidden;
    margin: 0;
    color: #000000;
    border-radius: 8px;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.future_members_LadsJ div p:nth-child(even) {
    transform: translateX(30px);
}.future_members_LadsJ div p:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.future_members_LadsJ div p:nth-child(even):hover {
    transform: translate(30px, -5px);
}.future_members_LadsJ div p::before {
    position: absolute;
    opacity: 0.7;
    width: 4px;
    background: linear-gradient(180deg, rgb(147,172,170), rgb(112,134,129));
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    transition: width 0.3s ease;
}.future_members_LadsJ div p:hover::before {
    width: 8px;
}.future_members_LadsJ div p svg {
    transition: all 0.3s ease;
    z-index: 2;
    width: 28px;
    position: relative;
    min-width: 28px;
    margin-right: 20px;
    height: 28px;
}.future_members_LadsJ div p:hover svg {
    transform: scale(1.2);
}.future_members_LadsJ div p svg path {
    fill: rgb(147,172,170);
    transition: fill 0.3s ease;
}.future_members_LadsJ div p:hover svg path {
    fill: rgb(112,134,129);
}

@media (max-width: 991px) {.future_members_LadsJ {
    padding: 90px 0;
}.future_members_LadsJ .proof_stats_fEYPa {
    grid-template-columns: 250px 1fr;
    gap: 30px;
}.future_members_LadsJ h4 {
    font-size: calc(35px - 2px);
}.future_members_LadsJ div {
    gap: 15px;
}.future_members_LadsJ div p {
    padding: 18px 20px;
}.future_members_LadsJ div p:nth-child(even) {
    transform: translateX(20px);
}.future_members_LadsJ div p:nth-child(even):hover {
    transform: translate(20px, -5px);
}.future_members_LadsJ div p svg {
    margin-right: 15px;
    height: 24px;
    min-width: 24px;
    width: 24px;
}
}

@media (max-width: 767px) {.future_members_LadsJ {
    padding: 70px 0;
}.future_members_LadsJ .proof_stats_fEYPa {
    gap: 40px;
    grid-template-columns: 1fr;
}.future_members_LadsJ h4 {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    font-size: calc(35px - 2px);
}.future_members_LadsJ h4::before {
    left: 50%;
    transform: translateX(-50%);
}.future_members_LadsJ h4::after {
    transform: translateX(-50%);
    left: 50%;
    width: 100px;
}.future_members_LadsJ div p:nth-child(even) {
    transform: translateX(0);
}.future_members_LadsJ div p:nth-child(even):hover {
    transform: translateY(-5px);
}
}

@media (max-width: 479px) {.future_members_LadsJ {
    padding: 50px 0;
}.future_members_LadsJ h4 {
    font-size: calc(35px - 4px);
}.future_members_LadsJ div {
    gap: 12px;
}.future_members_LadsJ div p {
    padding: 15px;
}.future_members_LadsJ div p svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
}}.thxBlock_JOqTw {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(182,208,205) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
}.thxBlock_JOqTw::before {
    height: 80%;
    position: absolute;
    background: rgb(147,172,170,0.5);
    transform: rotate(-15deg) skew(15deg);
    opacity: 0.3;
    content: "";
    z-index: 0;
    top: -20%;
    right: -10%;
    width: 50%;
    filter: blur(60px);
    animation: float 18s infinite ease-in-out;
}.thxBlock_JOqTw::after {
    z-index: 0;
    width: 40%;
    bottom: -10%;
    content: "";
    height: 60%;
    transform: rotate(10deg) skew(-10deg);
    animation: float 15s infinite ease-in-out reverse;
    filter: blur(50px);
    left: -5%;
    position: absolute;
    background: rgb(112,134,129,0.5);
    opacity: 0.2;
}.thxBlock_JOqTw .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.thxBlock_JOqTw h2 {
    font-size: calc(37px * 1.1);
    margin-bottom: 2.5rem;
    font-family: Arial, sans-serif;
    text-align: center;
    line-height: 1.3;
    color: #000000;
    position: relative;
    font-weight: 700;
    transform: perspective(1000px) translateZ(0);
}.thxBlock_JOqTw h2::after {
    left: 50%;
    height: 3px;
    background: linear-gradient(90deg, rgb(147,172,170), rgb(112,134,129));
    content: "";
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    bottom: -15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}.thxBlock_JOqTw .proof_stats_fEYPa {
    background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.95) 100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    border-left: 5px solid rgb(147,172,170);
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03),
                0 0 0 1px rgba(0,0,0,0.02);
}.thxBlock_JOqTw .proof_stats_fEYPa:hover {
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08),
                0 10px 20px rgba(0,0,0,0.05),
                0 0 0 1px rgba(0,0,0,0.02);
}.thxBlock_JOqTw ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.thxBlock_JOqTw li {
    padding-left: 25px;
    position: relative;
}.thxBlock_JOqTw li::before {
    background: linear-gradient(135deg, rgb(147,172,170) 0%, rgb(112,134,129) 100%);
    transform: rotate(45deg);
    content: "";
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-radius: 2px;
    position: absolute;
}.thxBlock_JOqTw span {
    font-size: 12px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #000000;
    display: block;
}

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

@media (max-width: 991px) {.thxBlock_JOqTw {
    padding: 90px 0;
}.thxBlock_JOqTw h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.9);
}.thxBlock_JOqTw .proof_stats_fEYPa {
    padding: 30px;
}
}

@media (max-width: 767px) {.thxBlock_JOqTw {
    padding: 70px 0;
}.thxBlock_JOqTw h2 {
    font-size: calc(37px * 0.8);
    line-height: 1.4;
}.thxBlock_JOqTw h2::after {
    width: 60px;
    bottom: -12px;
}.thxBlock_JOqTw .proof_stats_fEYPa {
    padding: 25px 20px;
    border-left: 4px solid rgb(147,172,170);
}.thxBlock_JOqTw li {
    padding-left: 20px;
}.thxBlock_JOqTw li::before {
    height: 10px;
    top: 7px;
    width: 10px;
}.thxBlock_JOqTw span {
    line-height: 1.7;
    font-size: calc(12px - 1px);
}
}

@media (max-width: 480px) {.thxBlock_JOqTw {
    padding: 50px 0;
}.thxBlock_JOqTw h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.5rem;
}.thxBlock_JOqTw .proof_stats_fEYPa {
    border-left: 3px solid rgb(147,172,170);
    padding: 20px 15px;
}.thxBlock_JOqTw li::before {
    height: 8px;
    top: 8px;
    width: 8px;
}.thxBlock_JOqTw span {
    line-height: 1.6;
    font-size: calc(12px - 2px);
}}.leadership_experience_zOkLx {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(182,208,205) 0%, rgb(147,172,170,0.5) 100%);
    position: relative;
    perspective: 1000px;
    padding: 5rem 0;
}.leadership_experience_zOkLx::before {
    height: 100%;
    pointer-events: none;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(112,134,129,0.5) 49.5%, rgb(112,134,129,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(112,134,129,0.5) 49.5%, rgb(112,134,129,0.5) 50.5%, transparent 50.5%);
    opacity: 0.1;
    background-size: 60px 60px;
    position: absolute;
    width: 100%;
}.leadership_experience_zOkLx .container {
    max-width: 1200px;
    transform-style: preserve-3d;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.leadership_experience_zOkLx .edu_quotes_PaQJm {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 2.5rem;
    display: grid;
    border-left: 4px solid rgb(147,172,170);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    border-radius: 10px;
    transform: rotateY(-2deg) translateZ(10px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 3px 3px rgba(0, 0, 0, 0.03);
    grid-gap: 2rem;
    grid-template-columns: 1fr;
}.leadership_experience_zOkLx .edu_quotes_PaQJm:hover {
    transform: rotateY(0deg) translateZ(20px) scale(1.01);
}.leadership_experience_zOkLx .edu_quotes_PaQJm > div:first-child {
    align-self: start;
    position: relative;
}.leadership_experience_zOkLx .video_thumbnail_NtReD {
    position: relative;
    height: 200px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transform: translateZ(20px);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 200px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
}.leadership_experience_zOkLx .video_thumbnail_NtReD::after {
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgba(rgb(147,172,170), 0.2) 0%, transparent 100%);
    height: 100%;
}.leadership_experience_zOkLx .edu_quotes_PaQJm:hover .video_thumbnail_NtReD {
    transform: translateZ(30px) scale(1.05);
}.leadership_experience_zOkLx .edu_quotes_PaQJm > div:nth-child(2) {
    transform: translateZ(15px);
    align-self: start;
}.leadership_experience_zOkLx .name {
    font-size: calc(24px * 1.1);
    transition: transform 0.4s ease;
    font-weight: 700;
    color: rgb(147,172,170);
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
    transform: translateX(0);
}.leadership_experience_zOkLx .name::after {
    bottom: -5px;
    background-color: rgb(112,134,129);
    position: absolute;
    height: 2px;
    width: 0;
    transition: width 0.4s ease-out;
    left: 0;
    content: "";
}.leadership_experience_zOkLx .edu_quotes_PaQJm:hover .name::after {
    width: 100%;
}.leadership_experience_zOkLx .edu_quotes_PaQJm:hover .name {
    transform: translateX(5px);
}.leadership_experience_zOkLx .edu_quotes_PaQJm > div:nth-child(2) > div {
    font-style: italic;
    opacity: 0.85;
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: calc(16px * 0.95);
}.leadership_experience_zOkLx .work_tasks_WuXJL {
    font-family: Arial, sans-serif;
    padding-left: 1.5rem;
    color: #000000;
    transform: translateZ(10px);
    line-height: 1.6;
    margin: 0;
    font-size: 16px;
    position: relative;
}.leadership_experience_zOkLx .work_tasks_WuXJL::before {
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(147,172,170) 0%, rgb(112,134,129) 100%);
    width: 3px;
    left: 0;
    top: 0;
    content: "";
}

@media (min-width: 768px) {.leadership_experience_zOkLx {
    padding: 7rem 0;
}.leadership_experience_zOkLx .edu_quotes_PaQJm {
    align-items: start;
    grid-template-columns: 220px 1fr 2fr;
    padding: 3rem;
    grid-gap: 2.5rem;
}.leadership_experience_zOkLx .video_thumbnail_NtReD {
    height: 260px;
    width: 220px;
}.leadership_experience_zOkLx .name {
    font-size: calc(24px * 1.2);
    margin-bottom: 0.75rem;
}.leadership_experience_zOkLx .work_tasks_WuXJL {
    font-size: calc(16px * 1.05);
    padding-left: 2rem;
}.leadership_experience_zOkLx .work_tasks_WuXJL::before {
    width: 4px;
}
}

@media (min-width: 992px) {.leadership_experience_zOkLx .container {
    padding: 0 3rem;
}.leadership_experience_zOkLx .edu_quotes_PaQJm {
    grid-template-columns: 260px 1fr 2.5fr;
    grid-gap: 3rem;
    padding: 3.5rem;
}.leadership_experience_zOkLx .video_thumbnail_NtReD {
    width: 260px;
    height: 300px;
}.leadership_experience_zOkLx .name {
    margin-bottom: 1rem;
    font-size: calc(24px * 1.3);
}.leadership_experience_zOkLx .edu_quotes_PaQJm > div:nth-child(2) > div {
    font-size: 16px;
    margin-bottom: 1.5rem;
}.leadership_experience_zOkLx .work_tasks_WuXJL {
    font-size: calc(16px * 1.1);
    line-height: 1.7;
}
}

@media (min-width: 1200px) {.leadership_experience_zOkLx .edu_quotes_PaQJm {
    padding: 4rem;
    grid-gap: 3.5rem;
    grid-template-columns: 300px 1fr 3fr;
}.leadership_experience_zOkLx .video_thumbnail_NtReD {
    width: 300px;
    height: 350px;
}
}

@media (max-width: 767px) {.leadership_experience_zOkLx .edu_quotes_PaQJm {
    padding: 2rem;
    transform: rotateY(0deg) translateZ(0);
}.leadership_experience_zOkLx .video_thumbnail_NtReD {
    height: 180px;
    margin: 0 auto 1.5rem;
    width: 180px;
}.leadership_experience_zOkLx .edu_quotes_PaQJm > div:first-child {
    display: flex;
    justify-content: center;
}.leadership_experience_zOkLx .edu_quotes_PaQJm > div:nth-child(2) {
    text-align: center;
}.leadership_experience_zOkLx .work_tasks_WuXJL {
    padding-left: 0;
    padding-top: 1.5rem;
}.leadership_experience_zOkLx .work_tasks_WuXJL::before {
    top: 0;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
}}.join_now_tGXOP {
    overflow: hidden;
    background: linear-gradient(110deg, rgb(147,172,170) 0%, rgb(112,134,129) 100%);
    position: relative;
    padding: 140px 0;
    z-index: 1;
}.join_now_tGXOP::before {
    content: '';
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0.5;
    background: 
        linear-gradient(
            135deg,
            transparent 25%,
            rgba(255, 255, 255, 0.05) 25%,
            rgba(255, 255, 255, 0.05) 50%,
            transparent 50%,
            transparent 75%,
            rgba(255, 255, 255, 0.05) 75%
        );
    animation: patternMove 15s linear infinite;
    background-size: 30px 30px;
    position: absolute;
    top: 0;
    z-index: -1;
}.join_now_tGXOP::after {
    position: absolute;
    animation: rotateConic 30s linear infinite;
    z-index: -1;
    height: 200%;
    content: '';
    top: -50%;
    width: 200%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgba(255, 255, 255, 0) 0deg,
        rgba(255, 255, 255, 0.03) 90deg,
        rgba(255, 255, 255, 0) 180deg,
        rgba(255, 255, 255, 0.03) 270deg,
        rgba(255, 255, 255, 0) 360deg
    );
    left: -50%;
}.join_now_tGXOP .proof_stats_fEYPa {
    flex-direction: column;
    padding: 0;
    align-items: center;
    justify-content: center;
    z-index: 2;
    display: flex;
    margin: 0 auto;
    position: relative;
    max-width: 900px;
}.join_now_tGXOP .proof_stats_fEYPa::before {
    position: absolute;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    z-index: -1;
    transform: skewX(-15deg);
    left: -20%;
    width: 140%;
    height: 100%;
    top: 0;
    content: '';
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
}.join_now_tGXOP .proof_stats_fEYPa::after {
    position: absolute;
    animation: floatBubble 10s ease-in-out infinite alternate;
    z-index: -1;
    height: 100px;
    top: -30px;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    border-radius: 50%;
    width: 100px;
    content: '';
    filter: blur(20px);
    right: -30px;
}.join_now_tGXOP h3 {
    letter-spacing: 2px;
    transition: all 0.5s ease;
    font-family: Arial, sans-serif;
    margin: 60px 0;
    padding: 0 20px;
    perspective: 1000px;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    transform: rotateX(5deg);
    transform-style: preserve-3d;
    font-size: 36px;
}.join_now_tGXOP h3::before {
    left: 10%;
    position: absolute;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    content: '';
    width: 80%;
    top: -30px;
}.join_now_tGXOP h3::after {
    width: 60%;
    height: 1px;
    position: absolute;
    left: 20%;
    bottom: -30px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    content: '';
}.join_now_tGXOP h3:hover {
    transform: rotateX(0deg);
}.join_now_tGXOP .contact_team_xiILt {
    border-radius: 10px;
    margin-bottom: 60px;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    text-transform: uppercase;
    text-decoration: none;
    z-index: 1;
    transform-origin: bottom center;
    font-weight: 600;
    transform: perspective(1000px) rotateX(10deg);
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 20px 50px;
    font-size: 15px;
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    overflow: hidden;
    display: inline-block;
    color: rgb(147,172,170);
    letter-spacing: 2px;
}.join_now_tGXOP .contact_team_xiILt::before {
    left: 0;
    height: 100%;
    transition: opacity 0.4s ease;
    content: '';
    background: linear-gradient(
        145deg,
        rgb(147,172,170) 0%,
        rgb(112,134,129) 100%
    );
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: -1;
}.join_now_tGXOP .contact_team_xiILt::after {
    width: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05),
        transparent
    );
    content: '';
    left: 0;
    height: 20px;
    position: absolute;
    z-index: -1;
    top: 0;
}.join_now_tGXOP .contact_team_xiILt:hover {
    color: #ffffff;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 10px 20px rgba(0, 0, 0, 0.1);
}.join_now_tGXOP .contact_team_xiILt:hover::before {
    opacity: 1;
}

@media screen and (max-width: 992px) {.join_now_tGXOP {
    padding: 120px 0;
}.join_now_tGXOP .proof_stats_fEYPa::before {
    width: 130%;
    left: -15%;
}.join_now_tGXOP h3 {
    font-size: calc(36px * 0.9);
    margin: 50px 0;
}.join_now_tGXOP .contact_team_xiILt {
    padding: 18px 45px;
    margin-bottom: 50px;
    font-size: calc(15px * 0.95);
}
}

@media screen and (max-width: 768px) {.join_now_tGXOP {
    padding: 100px 0;
}.join_now_tGXOP .proof_stats_fEYPa::before {
    left: -10%;
    width: 120%;
    transform: skewX(-10deg);
}.join_now_tGXOP h3 {
    margin: 40px 0;
    transform: none;
    font-size: calc(36px * 0.8);
}.join_now_tGXOP h3::before {
    top: -25px;
}.join_now_tGXOP h3::after {
    bottom: -25px;
}.join_now_tGXOP .contact_team_xiILt {
    padding: 15px 40px;
    margin-bottom: 40px;
    font-size: calc(15px * 0.9);
    transform: none;
}.join_now_tGXOP .contact_team_xiILt:hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.join_now_tGXOP {
    padding: 80px 0;
}.join_now_tGXOP .proof_stats_fEYPa::before {
    transform: skewX(-5deg);
    width: 110%;
    left: -5%;
}.join_now_tGXOP h3 {
    letter-spacing: 1px;
    font-size: calc(36px * 0.7);
    margin: 35px 0;
}.join_now_tGXOP h3::before {
    top: -20px;
}.join_now_tGXOP h3::after {
    bottom: -20px;
}.join_now_tGXOP .contact_team_xiILt {
    letter-spacing: 1px;
    font-size: calc(15px * 0.85);
    margin-bottom: 35px;
    padding: 12px 35px;
}}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    50% {
        transform: translate(-20px, 20px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
}.welcome_board_RsYLQ {
    justify-content: center;
    display: flex;
    align-items: center;
    background-color: rgb(182,208,205);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}.welcome_board_RsYLQ .page_begin_jPZWT {
    max-width: 1400px;
    width: 100%;
    z-index: 2;
    padding: 2rem;
    position: relative;
}.welcome_board_RsYLQ .skill_upfast_FALfS {
    overflow: hidden;
    padding: 4rem 3rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
}.welcome_board_RsYLQ .skill_upfast_FALfS::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(
    135deg,
    rgb(147,172,170,0.5),
    rgb(112,134,129,0.5),
    rgba(0, 0, 0, 0.5)
  );
    z-index: 1;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
}.welcome_board_RsYLQ .skill_upfast_FALfS::after {
    height: 200px;
    width: 200px;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -10px;
    opacity: 0.6;
    border: 2px solid rgb(112,134,129);
    z-index: 0;
    right: -10px;
    content: "";
    transform: rotate(-12deg);
    position: absolute;
}.welcome_board_RsYLQ .skill_upfast_FALfS:hover::after {
    opacity: 0.8;
    width: 230px;
    height: 230px;
    transform: rotate(0deg) translate(-15px, -15px);
}.welcome_board_RsYLQ .skill_upfast_FALfS span {
    display: inline-block;
    transform: translateX(-10px);
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
    transition: transform 0.5s ease;
}.welcome_board_RsYLQ .skill_upfast_FALfS:hover span {
    transform: translateX(0);
}.welcome_board_RsYLQ .skill_upfast_FALfS h3 {
    background: linear-gradient(
    to right, 
    rgb(147,172,170,0.5), 
    transparent
  );
    line-height: 1.5;
    position: relative;
    max-width: 90%;
    font-size: 24px;
    transform: skewX(-5deg);
    backdrop-filter: blur(4px);
    color: #ffffff;
    padding: 1rem 1.5rem;
    font-weight: 600;
}.welcome_board_RsYLQ .skill_upfast_FALfS h1 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 2rem;
    transform: translateY(0);
    position: relative;
    font-weight: 700;
    color: #ffffff;
    z-index: 2;
    font-size: clamp(2.5rem, 5vw, 43px);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.welcome_board_RsYLQ .skill_upfast_FALfS:hover h1 {
    transform: translateY(-8px);
}.welcome_board_RsYLQ .skill_upfast_FALfS div div {
    border-left: 4px solid rgb(112,134,129);
    background: linear-gradient(
    90deg,
    rgb(112,134,129,0.5),
    rgb(147,172,170,0.5)
  );
    max-width: 80%;
    padding: 0.8rem 2rem;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
    z-index: 2;
    backdrop-filter: blur(4px);
    display: inline-block;
}.welcome_board_RsYLQ .skill_upfast_FALfS:hover div div {
    transform: translateY(8px);
}.welcome_board_RsYLQ .skill_upfast_FALfS p {
    line-height: 1.6;
    font-weight: 400;
    font-size: calc(15px * 1.1);
    margin: 0;
    color: #ffffff;
}

@media screen and (max-width: 991px) {.welcome_board_RsYLQ .skill_upfast_FALfS {
    padding: 3rem 2rem;
}.welcome_board_RsYLQ .skill_upfast_FALfS h3 {
    max-width: 100%;
    font-size: calc(17px * 1.1);
}.welcome_board_RsYLQ .skill_upfast_FALfS h1 {
    font-size: clamp(2rem, 7vw, 3rem);
}.welcome_board_RsYLQ .skill_upfast_FALfS div div {
    max-width: 90%;
}
}

@media screen and (max-width: 767px) {.welcome_board_RsYLQ .page_begin_jPZWT {
    padding: 1rem;
}.welcome_board_RsYLQ .skill_upfast_FALfS {
    padding: 2rem 1.5rem;
}.welcome_board_RsYLQ .skill_upfast_FALfS::after {
    width: 120px;
    height: 120px;
}.welcome_board_RsYLQ .skill_upfast_FALfS h3 {
    padding: 0.75rem 1rem;
    font-size: 17px;
    max-width: 100%;
}.welcome_board_RsYLQ .skill_upfast_FALfS div div {
    max-width: 100%;
    padding: 0.75rem 1.25rem;
}.welcome_board_RsYLQ .skill_upfast_FALfS p {
    font-size: 15px;
}
}

@media screen and (max-width: 480px) {.welcome_board_RsYLQ .skill_upfast_FALfS h1 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}.welcome_board_RsYLQ .skill_upfast_FALfS span {
    margin-bottom: 1.5rem;
}.welcome_board_RsYLQ .skill_upfast_FALfS::after {
    height: 80px;
    width: 80px;
    right: -5px;
    bottom: -5px;
}.welcome_board_RsYLQ .skill_upfast_FALfS h3 {
    padding: 0.5rem 0.75rem;
    transform: skewX(0);
}
}

@media (hover: none) {.welcome_board_RsYLQ .skill_upfast_FALfS h1,
  .welcome_board_RsYLQ .skill_upfast_FALfS span,
  .welcome_board_RsYLQ .skill_upfast_FALfS div div {
    transform: none;
}.welcome_board_RsYLQ .skill_upfast_FALfS:hover h1,
  .welcome_board_RsYLQ .skill_upfast_FALfS:hover span,
  .welcome_board_RsYLQ .skill_upfast_FALfS:hover div div {
    transform: none;
}
}

@media (prefers-reduced-motion) {.welcome_board_RsYLQ .skill_upfast_FALfS h1,
  .welcome_board_RsYLQ .skill_upfast_FALfS span,
  .welcome_board_RsYLQ .skill_upfast_FALfS div div,
  .welcome_board_RsYLQ .skill_upfast_FALfS::after {
    transition: none;
}
}