* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}html,body {
    height: 100%;
    scroll-behavior: auto;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
}.main_class_80359 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1102px;
}.discuss_cta_75823 {
    flex: 0 0 auto;
}.grid-container_56978 {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    width: 100%;
    position: relative;
}footer .discuss_cta_75823 {
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    background-color: #2c3e50;
    padding: 100px 0 30px;
}footer .discuss_cta_75823::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.1;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    background-size: 60px 60px;
    height: 100%;
}footer .story_spot_70942 {
    position: relative;
    z-index: 1;
}footer .get_contactcard_13258 {
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    gap: 15px;
    margin: -70px auto 60px;
}footer .info_item {
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.3s ease;
    padding: 0 20px;
    height: 100px;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    content: "";
    top: 25%;
    width: 6px;
    height: 50%;
    background-color: rgb(158,171,169);
    left: 0;
    transition: height 0.3s ease, top 0.3s ease;
    position: absolute;
}footer .info_item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}footer .info_item:hover::before {
    top: 0;
    height: 100%;
}footer .info_item svg {
    width: 22px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    fill: rgb(158,171,169);
    margin-right: 15px;
    height: 22px;
}footer .info_item p,
footer .info_item a {
    font-size: 15px;
    z-index: 1;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    color: #2c3e50;
}footer .info_item a:hover {
    color: rgb(158,171,169);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
    position: relative;
}footer .page_header_17523, footer .subscribe_holder {
    transition: all 0.3s ease;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 28px;
}footer .page_header_17523:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .head_mentor_60759 {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
}footer .page_header_17523 svg {
    filter: brightness(0) invert(1);
    width: auto;
    height: 45px;
    margin-bottom: 20px;
}footer .sponsor_logo_62748 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.6;
}footer .head_mentor_60759 h5 {
    color: #ffffff;
    grid-column: 1 / -1;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
}footer .head_mentor_60759 h5::after {
    position: absolute;
    left: 0;
    width: 50px;
    height: 2px;
    content: "";
    background-color: rgb(158,171,169);
    bottom: 0;
}footer .main_pagewrap_43617 {
    background-color: rgba(255, 255, 255, 0.05);
    height: 100%;
    border-radius: 28px;
    padding: 20px;
    transition: all 0.3s ease;
}footer .main_pagewrap_43617:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}footer .main_pagewrap_43617 a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    transition: all 0.3s ease;
    display: block;
    padding: 8px 0;
    text-decoration: none;
}footer .main_pagewrap_43617 a:last-child {
    border-bottom: none;
}footer .main_pagewrap_43617 a::before {
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    right: 0;
    transform: translateX(-10px);
    opacity: 0;
    content: "→";
}footer .main_pagewrap_43617 a:hover {
    color: #ffffff;
    padding-left: 5px;
}footer .main_pagewrap_43617 a:hover::before {
    transform: translateX(0);
    opacity: 1;
}footer .subscribe_holder h5 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
}footer .subscribe_holder h5::after {
    bottom: 0;
    position: absolute;
    width: 50px;
    background-color: rgb(158,171,169);
    left: 0;
    height: 2px;
    content: "";
}footer .subscribe_holder p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.6;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    font-size: 15px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 15px;
    color: #ffffff;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(158,171,169);
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .news_section_48531 {
    transition: all 0.3s ease;
    background-color: rgb(158,171,169);
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff;
    border-radius: 10px;
    border: none;
}footer .news_section_48531:hover {
    transform: translateY(-3px);
    background-color: rgb(123,133,132);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .biz_learnings_64720 {
    margin-top: 50px;
    text-align: center;
    position: relative;
}footer .data_viz_21489 {
    display: inline-block;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.6);
    padding: 8px 20px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.05);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .news_section_48531 {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .head_mentor_60759 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .discuss_cta_75823 {
    padding: 70px 0 30px;
}footer .get_contactcard_13258 {
    margin-bottom: 40px;
    margin-top: 0;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .page_header_17523, footer .subscribe_holder {
    padding: 25px 20px;
}footer .head_mentor_60759 h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .biz_learnings_64720 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .discuss_cta_75823 {
    padding: 50px 0 20px;
}footer .main_pagewrap_43617 {
    padding: 15px;
}footer .head_mentor_60759 h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}footer .input_holder input[type="email"],
    footer .news_section_48531 {
    padding: 12px;
}}.program_offerings_60358 {
    overflow: hidden;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    background-color: rgb(193,207,207);
    display: flex;
}.program_offerings_60358 .study_map_78062 {
    z-index: 1;
    width: 100%;
    overflow: hidden;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
}.program_offerings_60358 .program_track_25130 {
    height: 100%;
    animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    display: flex;
    width: calc(100% * var(--slide-count, 5));
}.program_offerings_60358 .study_map_78062:hover .program_track_25130 {
    animation-play-state: paused;
}.program_offerings_60358 .online_learn_26185 {
    height: 100%;
    width: calc(100% / var(--slide-count, 5));
    overflow: hidden;
    position: relative;
}.program_offerings_60358 .online_learn_26185::before {
    background: linear-gradient(
        135deg,
        rgb(158,171,169,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(123,133,132,0.5) 100%
    );
    content: "";
    z-index: 1;
    position: absolute;
    transition: opacity 0.5s ease;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.8;
    top: 0;
}.program_offerings_60358 .online_learn_26185:hover::before {
    opacity: 0.4;
}.program_offerings_60358 .online_learn_26185 img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.7s ease-out;
    transform: scale(1.05);
    filter: brightness(0.85) contrast(1.1);
    height: 100%;
}.program_offerings_60358 .online_learn_26185:hover img {
    transform: scale(1);
    filter: brightness(0.95) contrast(1.05);
}.program_offerings_60358 .container {
    position: relative;
    justify-content: flex-end;
    margin: auto;
    padding: 4rem 2rem;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 100%;
}.program_offerings_60358 .mastery_zone_02759 {
    margin-right: 5%;
    max-width: 600px;
    width: 100%;
    position: relative;
}.program_offerings_60358 .program_map_19435 {
    transform: translateY(0);
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 3rem;
    border-radius: 11px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 
                0 1px 3px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    overflow: hidden;
}.program_offerings_60358 .program_map_19435::before {
    position: absolute;
    width: 100%;
    top: 0;
    height: 3px;
    background: linear-gradient(
        90deg,
        rgb(158,171,169) 0%,
        rgb(123,133,132) 100%
    );
    content: "";
    left: 0;
}.program_offerings_60358 .program_map_19435::after {
    bottom: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(158,171,169,0.5) 100%
    );
    right: 0;
    height: 1px;
    content: "";
    position: absolute;
    width: 50%;
}.program_offerings_60358 .program_map_19435:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 
                0 2px 5px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    transform: translateY(-5px);
}.program_offerings_60358 .program_map_19435 h3 {
    font-weight: 700;
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
}.program_offerings_60358 .program_map_19435 h3::after {
    position: absolute;
    left: 0;
    width: 40%;
    height: 2px;
    content: "";
    background-color: rgb(158,171,169);
    transition: width 0.3s ease;
    bottom: -8px;
}.program_offerings_60358 .program_map_19435:hover h3::after {
    width: 60%;
}.program_offerings_60358 .program_map_19435 p {
    font-weight: 300;
    margin-bottom: 2rem;
    line-height: 1.6;
    font-size: 15px;
    color: #ffffff;
    opacity: 0.8;
}.program_offerings_60358 .program_map_19435 .help_section_37108 {
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    background: linear-gradient(
        45deg,
        rgb(158,171,169) 0%,
        rgb(123,133,132) 100%
    );
    position: relative;
    box-shadow: 0 4px 15px rgb(158,171,169,0.5);
    font-weight: 600;
    overflow: hidden;
    font-size: 16px;
    z-index: 1;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 0.85rem 2rem;
}.program_offerings_60358 .program_map_19435 .help_section_37108::before {
    width: 100%;
    opacity: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    transition: opacity 0.3s ease;
    left: 0;
    background: linear-gradient(
        45deg,
        rgb(123,133,132) 0%,
        rgb(158,171,169) 100%
    );
    content: "";
    position: absolute;
}.program_offerings_60358 .program_map_19435 .help_section_37108:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(158,171,169,0.5);
}.program_offerings_60358 .program_map_19435 .help_section_37108:hover::before {
    opacity: 1;
}@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    16% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

.program_offerings_60358::before {
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    background: radial-gradient(circle at 75% 25%, 
                transparent 0%,
                rgba(0, 0, 0, 0.5) 70%);
    width: 100%;
    height: 100%;
    position: absolute;
}

@media (max-width: 992px) {.program_offerings_60358 .container {
    padding: 3rem 1.5rem;
    justify-content: center;
}.program_offerings_60358 .mastery_zone_02759 {
    max-width: 540px;
    margin-right: 0;
}.program_offerings_60358 .program_map_19435 {
    padding: 2.5rem;
}.program_offerings_60358 .program_map_19435 h3 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 768px) {.program_offerings_60358 .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
}.program_offerings_60358 .program_map_19435 {
    padding: 2rem;
}.program_offerings_60358 .program_map_19435 h3 {
    margin-bottom: 1.2rem;
    font-size: calc(28px * 0.8);
}.program_offerings_60358 .program_map_19435 p {
    margin-bottom: 1.5rem;
}.program_offerings_60358 .program_map_19435 .help_section_37108 {
    padding: 0.75rem 1.75rem;
}
    
    @keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        45% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        50% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        70% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        75% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        95% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 576px) {.program_offerings_60358 .program_track_25130 {
    animation-duration: 20s;
}.program_offerings_60358 .container {
    padding: 3rem 1rem;
}.program_offerings_60358 .program_map_19435 {
    padding: 1.5rem;
}.program_offerings_60358 .program_map_19435 h3 {
    margin-bottom: 1rem;
    font-size: calc(28px * 0.7);
}.program_offerings_60358 .program_map_19435 p {
    margin-bottom: 1.25rem;
    font-size: calc(15px * 0.9);
}.program_offerings_60358 .program_map_19435 .help_section_37108 {
    font-size: calc(16px * 0.9);
    padding: 0.65rem 1.5rem;
}}

.program_offerings_60358 .program_track_25130::before {
    width: 1px;
    animation: set-slide-count 0.1s forwards;
    content: "";
    position: fixed;
    height: 1px;
}@keyframes set-slide-count {
    to {
        --slide-count: attr(data-slides integer);
    }
}

.program_offerings_60358 .online_learn_26185:nth-child(1) {
    --slide-color: rgb(158,171,169);
}.program_offerings_60358 .online_learn_26185:nth-child(2) {
    --slide-color: rgb(123,133,132);
}.program_offerings_60358 .online_learn_26185:nth-child(3) {
    --slide-color: rgb(158,171,169);
}.program_offerings_60358 .online_learn_26185:nth-child(4) {
    --slide-color: rgb(123,133,132);
}.program_offerings_60358 .online_learn_26185:nth-child(5) {
    --slide-color: rgb(158,171,169);
}.program_offerings_60358 .online_learn_26185::after {
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    mix-blend-mode: soft-light;
    top: 0;
    transition: opacity 0.5s ease;
    opacity: 0.3;
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 40%,
        var(--slide-color, rgb(158,171,169)) 150%
    );
    left: 0;
}.program_offerings_60358 .online_learn_26185:hover::after {
    opacity: 0.5;
}.thankYouDiv_36217 {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #ffffff 0%, rgb(193,207,207) 100%);
    overflow: hidden;
    position: relative;
}.thankYouDiv_36217::before {
    transform: rotate(-15deg) skew(10deg);
    content: "";
    position: absolute;
    height: 70%;
    left: -5%;
    background: linear-gradient(145deg, rgb(123,133,132,0.5) 0%, transparent 80%);
    animation: float 12s ease-in-out infinite alternate;
    top: -10%;
    opacity: 0.4;
    filter: blur(40px);
    z-index: 1;
    width: 40%;
}.thankYouDiv_36217::after {
    bottom: -5%;
    background: linear-gradient(215deg, rgb(158,171,169,0.5) 0%, transparent 70%);
    transform: rotate(10deg) skew(-5deg);
    filter: blur(30px);
    position: absolute;
    content: "";
    right: -5%;
    height: 60%;
    opacity: 0.3;
    z-index: 1;
    width: 35%;
    animation: float 15s ease-in-out infinite alternate-reverse;
}.thankYouDiv_36217 .container {
    position: relative;
    max-width: 1200px;
    z-index: 3;
    padding: 0 20px;
    margin: 0 auto;
}.thankYouDiv_36217 h2 {
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 33px;
    opacity: 0;
    letter-spacing: -0.02em;
    margin-bottom: 40px;
    transform: translateY(20px);
    font-weight: 700;
    animation: fadeUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    text-align: center;
    line-height: 1.3;
}.thankYouDiv_36217 h2::after {
    transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
    left: 50%;
    background: linear-gradient(90deg, rgb(158,171,169) 0%, rgb(123,133,132) 100%);
    width: 80px;
    height: 3px;
    transform-origin: center;
    opacity: 0;
    animation: expand 1.5s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
}.thankYouDiv_36217 .mastery_zone_02759 {
    transform: translateY(30px);
    padding: 50px 40px;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    position: relative;
}.thankYouDiv_36217 .mastery_zone_02759::before {
    position: absolute;
    animation: growDown 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(158,171,169), rgb(123,133,132));
    top: 0;
    transform: scaleY(0);
    transform-origin: top;
    content: "";
    height: 100%;
}.thankYouDiv_36217 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.thankYouDiv_36217 li {
    position: relative;
    padding-left: 25px;
}.thankYouDiv_36217 li::before {
    left: 0;
    height: 8px;
    position: absolute;
    width: 8px;
    transform: scale(0);
    top: 10px;
    border-radius: 50%;
    animation: popIn 0.5s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgb(123,133,132);
    content: "";
}.thankYouDiv_36217 span {
    opacity: 0;
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 400;
    line-height: 1.8;
    font-size: 15px;
    transform: translateY(10px);
    font-family: Arial, sans-serif;
    display: block;
    color: #000000;
}

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

@keyframes popIn {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

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

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

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

@media (max-width: 1024px) {.thankYouDiv_36217 {
    padding: 100px 0 70px;
}.thankYouDiv_36217 h2 {
    font-size: calc(33px * 0.9);
}.thankYouDiv_36217 .mastery_zone_02759 {
    padding: 40px 35px;
}
}

@media (max-width: 768px) {.thankYouDiv_36217 {
    padding: 80px 0 60px;
}.thankYouDiv_36217 h2 {
    margin-bottom: 35px;
    font-size: calc(33px * 0.8);
}.thankYouDiv_36217 h2::after {
    bottom: -12px;
    width: 60px;
}.thankYouDiv_36217 .mastery_zone_02759 {
    padding: 35px 30px;
}.thankYouDiv_36217 span {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 576px) {.thankYouDiv_36217 {
    padding: 60px 0 50px;
}.thankYouDiv_36217 h2 {
    line-height: 1.4;
    font-size: calc(33px * 0.7);
    margin-bottom: 30px;
}.thankYouDiv_36217 h2::after {
    bottom: -10px;
    width: 50px;
    height: 2px;
}.thankYouDiv_36217 .mastery_zone_02759 {
    padding: 30px 20px;
}.thankYouDiv_36217 li {
    padding-left: 20px;
}.thankYouDiv_36217 li::before {
    top: 12px;
    height: 6px;
    width: 6px;
}.thankYouDiv_36217 span {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}@keyframes expand {
    100% {
      width: 50px;
    }
  }
}.secure_harbor_94683 {
    color: #000000;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    max-width: 1000px;
    padding: 40px;
}.secure_harbor_94683 h1 {
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 3px solid rgb(158,171,169);
    font-size: 46px;
    color: rgb(158,171,169);
}.secure_harbor_94683 h2 {
    padding-left: 15px;
    font-size: 32px;
    border-left: 5px solid rgb(123,133,132);
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    color: rgb(123,133,132);
}.secure_harbor_94683 ul {
    background: rgb(123,133,132,0.5);
    list-style-type: disc;
    padding-left: 40px;
    margin: 20px 0;
    border-radius: 10px;
}.secure_harbor_94683 li {
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 5px;
    margin-bottom: 10px;
}.secure_harbor_94683 p, .secure_harbor_94683 span, .secure_harbor_94683 div {
    color: #000000;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 14px;
}.secure_harbor_94683 h3, .secure_harbor_94683 h4, .secure_harbor_94683 h5, .secure_harbor_94683 h6 {
    font-weight: 600;
    border-left: 4px solid rgb(158,171,169);
    font-size: 22px;
    color: rgb(158,171,169);
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
}

@media only screen and (max-width: 800px) {.secure_harbor_94683 {
    padding: 20px;
}.secure_harbor_94683 h1 {
    font-size: calc(22px - 4px);
}.secure_harbor_94683 h2 {
    font-size: calc(22px - 3px);
}.secure_harbor_94683 h3, .secure_harbor_94683 h4, .secure_harbor_94683 h5, .secure_harbor_94683 h6 {
    font-size: calc(22px - 2px);
}.secure_harbor_94683 p, .secure_harbor_94683 span, .secure_harbor_94683 div, .secure_harbor_94683 li {
    font-size: calc(14px - 2px);
}}header {
    top: 0;
    left: 0;
    transition: all 0.4s ease;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(180deg, 
        rgb(158,171,169) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    z-index: 1000;
    border-bottom: 1px solid rgb(158,171,169,0.5);
    backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
}header:before {
    opacity: 0.1;
    background: 
        radial-gradient(circle at 15% 15%, rgb(158,171,169,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(123,133,132,0.5) 0%, transparent 25%);
    pointer-events: none;
    left: 0;
    content: '';
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
}header:after {
    width: 100%;
    left: 0;
    mix-blend-mode: overlay;
    pointer-events: none;
    position: absolute;
    opacity: 0.02;
    top: 0;
    content: '';
    height: 100%;
}header .first_class_49628 {
    overflow: hidden;
    position: relative;
}header .first_class_49628:before {
    animation: scanlineGlow 4s linear infinite;
    box-shadow: 0 0 15px rgb(158,171,169), 0 0 35px rgb(158,171,169);
    opacity: 0.7;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(158,171,169) 25%,
        #ffffff 50%,
        rgb(158,171,169) 75%,
        transparent 100%
    );
    left: -50%;
    position: absolute;
    width: 200%;
    bottom: 0;
    content: '';
    height: 1px;
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 18px 25px;
}header .container:before {
    position: absolute;
    width: 100%;
    content: '';
    opacity: 0.5;
    height: 100%;
    mix-blend-mode: overlay;
    pointer-events: none;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
}header .site_study_68142 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}header .site_study_68142:before {
    filter: blur(15px);
    left: -10px;
    content: '';
    width: 20px;
    background: rgb(158,171,169);
    position: absolute;
    height: 20px;
    animation: breathe 5s infinite alternate;
    transform: translateY(-50%);
    top: 50%;
    opacity: 0.3;
    border-radius: 50%;
}header .site_study_68142:after {
    transform: translateY(-50%);
    animation: breathe 5s infinite alternate-reverse;
    background: rgb(123,133,132);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    right: -10px;
    position: absolute;
    content: '';
    filter: blur(15px);
    top: 50%;
    opacity: 0.3;
}header .head_mentor_60759 {
    position: relative;
    align-items: center;
    gap: 30px;
    display: flex;
}header .head_mentor_60759:before {
    animation: menuGlow 10s infinite ease-in-out;
    top: -5%;
    opacity: 0.15;
    content: '';
    position: absolute;
    left: -5%;
    transform: translateX(-100%);
    filter: blur(5px);
    background: linear-gradient(90deg, 
        transparent, 
        rgb(158,171,169,0.5), 
        transparent
    );
    width: 110%;
    height: 110%;
}header .head_study_80429 {
    text-shadow: 0 0 1px #ffffff;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
    font-weight: 400;
    font-family: Arial, sans-serif;
    padding: 8px 2px;
    font-size: 15px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    color: #ffffff;
}header .head_study_80429:before {
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(158,171,169,0.5), 
        transparent
    );
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transform: skewX(-20deg) scale(0.8, 1);
    content: '';
    top: 0;
    transition: all 0.4s ease;
}header .head_study_80429:after {
    width: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: blur(0.5px);
    transform: translateX(-50%);
    content: '';
    height: 2px;
    bottom: -2px;
    opacity: 0.8;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(158,171,169),
        #ffffff 50%,
        rgb(158,171,169)
    );
    left: 50%;
}header .head_study_80429:hover {
    color: #ffffff;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(158,171,169);
    transform: translateY(-2px);
}header .head_study_80429:hover:before {
    opacity: 0.15;
    transform: skewX(-20deg) scale(1.05, 1);
}header .head_study_80429:hover:after {
    box-shadow: 
        0 0 5px rgb(158,171,169),
        0 0 10px rgb(158,171,169);
    width: 100%;
}header .main_mainbar_12896 {
    justify-content: center;
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
    padding: 5px;
}header .main_mainbar_12896:before {
    width: 150%;
    background: radial-gradient(circle, 
        rgb(158,171,169,0.5) 0%, 
        transparent 70%
    );
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    transition: opacity 0.5s ease;
    opacity: 0;
    position: absolute;
    height: 150%;
    content: '';
}header .main_mainbar_12896:after {
    top: -5px;
    opacity: 0;
    border: 1px solid transparent;
    border-image: linear-gradient(45deg, rgb(158,171,169), rgb(123,133,132), rgb(158,171,169)) 1;
    content: '';
    position: absolute;
    left: -5px;
    height: calc(100% + 10px);
    transition: all 0.5s ease;
    width: calc(100% + 10px);
}header .main_mainbar_12896:hover:before {
    opacity: 0.3;
}header .main_mainbar_12896:hover:after {
    opacity: 0.7;
    animation: borderRotate 4s linear infinite;
}header .main_mainbar_12896 svg {
    width: auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 2px rgb(158,171,169,0.5));
    height: 45px;
    position: relative;
}header .main_mainbar_12896:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(158,171,169));
}header .main_mainbar_12896:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(158,171,169), rgb(123,133,132), rgb(158,171,169)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(158,171,169), rgb(123,133,132), rgb(158,171,169)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(158,171,169), rgb(123,133,132), rgb(158,171,169)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .head_mentor_60759 {
    gap: 20px;
}header .main_mainbar_12896 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .head_mentor_60759 {
    flex-direction: column;
    gap: 25px;
    width: 85%;
    backdrop-filter: blur(15px);
    padding: 85px 30px 30px;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    height: 100vh;
    top: 0;
    max-width: 330px;
    position: fixed;
    z-index: 1001;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    overflow-y: auto;
    -webkit-backdrop-filter: blur(15px);
    right: -100%;
}header .head_mentor_60759:before {
    height: 1px;
    opacity: 0.3;
    animation: none;
    width: 80%;
    left: 10%;
    top: 70px;
}header .head_mentor_60759:after {
    top: 20px;
    border: 1px solid rgb(158,171,169,0.5);
    right: 20px;
    width: 30px;
    background: transparent;
    opacity: 0.6;
    height: 30px;
    position: absolute;
    content: '';
}header .menu.active {
    right: 0;
}header .head_study_80429 {
    text-align: left;
    width: 100%;
    border-bottom: 1px solid rgb(158,171,169,0.5);
    padding: 12px 5px;
    opacity: 0.8;
}header .head_study_80429:last-child {
    border-bottom: none;
}header .head_study_80429:hover {
    opacity: 1;
    transform: translateY(0);
}header .main_mainbar_12896 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .main_mainbar_12896 svg {
    height: 35px;
}header .head_mentor_60759 {
    width: 100%;
    max-width: 100%;
}}.check_it_out_now_08763 {
    padding: 110px 0;
    z-index: 1;
    background: linear-gradient(145deg, rgb(158,171,169) 0%, rgb(123,133,132) 50%, rgb(158,171,169) 100%);
    overflow: hidden;
    position: relative;
}.check_it_out_now_08763::before {
    background: 
        linear-gradient(45deg, transparent 48%, #ffffff 49%, #ffffff 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, #ffffff 49%, #ffffff 51%, transparent 52%);
    content: '';
    background-size: 60px 60px;
    animation: crystalBackground 30s linear infinite;
    width: 100%;
    opacity: 0.05;
    height: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
    top: 0;
}.check_it_out_now_08763::after {
    height: 100%;
    background: radial-gradient(
        circle at 30% 40%,
        #ffffff 0%,
        transparent 60%
    ),
    radial-gradient(
        circle at 70% 60%,
        #ffffff 0%,
        transparent 60%
    );
    width: 100%;
    filter: blur(50px);
    content: '';
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    z-index: -1;
}.check_it_out_now_08763 .mastery_zone_02759 {
    position: relative;
    max-width: 1000px;
    flex-direction: column;
    backdrop-filter: blur(10px);
    z-index: 2;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.07);
    padding: 60px;
    box-shadow: 
        0 25px 45px rgba(0, 0, 0, 0.1),
        0 0 30px rgba(255, 255, 255, 0.1);
    border-radius: 21px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    clip-path: polygon(
        4% 0%, 
        96% 0%, 
        100% 4%, 
        100% 96%, 
        96% 100%, 
        4% 100%, 
        0% 96%, 
        0% 4%
    );
    justify-content: center;
    display: flex;
    align-items: center;
}.check_it_out_now_08763 .mastery_zone_02759::before {
    clip-path: polygon(
        4% 0%, 
        96% 0%, 
        100% 4%, 
        100% 96%, 
        96% 100%, 
        4% 100%, 
        0% 96%, 
        0% 4%
    );
    top: -2px;
    right: -2px;
    filter: blur(20px);
    content: '';
    opacity: 0.5;
    z-index: -1;
    background: linear-gradient(
        45deg,
        rgb(158,171,169,0.5),
        rgb(123,133,132,0.5),
        rgb(158,171,169,0.5)
    );
    animation: borderGlow 5s ease infinite;
    left: -2px;
    bottom: -2px;
    position: absolute;
}.check_it_out_now_08763 .mastery_zone_02759::after {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.3;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        );
    z-index: -1;
    content: '';
}.check_it_out_now_08763 h3 {
    font-size: 34px;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    font-family: Arial, sans-serif;
    font-weight: 700;
}.check_it_out_now_08763 h3::before {
    top: -40px;
    transform: translateX(-50%);
    width: 30px;
    opacity: 0.6;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    height: 30px;
    border-radius: 50%;
    animation: orbitalSpin 10s linear infinite;
    left: 50%;
    content: '';
}.check_it_out_now_08763 h3::after {
    width: 50px;
    height: 2px;
    bottom: -15px;
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    box-shadow: 0 0 10px #ffffff;
    left: 50%;
    transform: translateX(-50%);
    content: '';
}.check_it_out_now_08763 .contact_question_34967 {
    text-decoration: none;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    letter-spacing: 2px;
    clip-path: polygon(
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%, 
        0% 5%
    );
    overflow: hidden;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 16px 45px;
    display: inline-block;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    font-weight: 600;
    transition: all 0.4s ease;
    backdrop-filter: blur(5px);
}.check_it_out_now_08763 .contact_question_34967::before {
    width: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
    opacity: 0;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    height: 100%;
    left: 0;
    transition: opacity 0.4s ease;
    content: '';
}.check_it_out_now_08763 .contact_question_34967::after {
    position: absolute;
    z-index: 1;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    transition: all 0.6s ease;
    top: -50%;
    transform: rotate(25deg);
    height: 200%;
    content: '';
    left: -100%;
    width: 40%;
}.check_it_out_now_08763 .contact_question_34967:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.3);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.8);
    border-color: transparent;
    color: rgb(158,171,169);
}.check_it_out_now_08763 .contact_question_34967:hover::before {
    opacity: 1;
}.check_it_out_now_08763 .contact_question_34967:hover::after {
    left: 150%;
}

@media screen and (max-width: 992px) {.check_it_out_now_08763 {
    padding: 90px 0;
}.check_it_out_now_08763 .mastery_zone_02759 {
    max-width: 90%;
    padding: 50px 40px;
}.check_it_out_now_08763 h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 45px;
}.check_it_out_now_08763 h3::before {
    width: 25px;
    top: -35px;
    height: 25px;
}.check_it_out_now_08763 h3::after {
    width: 45px;
}.check_it_out_now_08763 .contact_question_34967 {
    padding: 14px 40px;
}
}

@media screen and (max-width: 768px) {.check_it_out_now_08763 {
    padding: 70px 0;
}.check_it_out_now_08763 .mastery_zone_02759 {
    padding: 40px 30px;
}.check_it_out_now_08763 h3 {
    margin-bottom: 40px;
    letter-spacing: 3px;
    font-size: calc(34px * 0.8);
}.check_it_out_now_08763 h3::before {
    height: 20px;
    width: 20px;
    top: -30px;
}.check_it_out_now_08763 h3::after {
    width: 40px;
}.check_it_out_now_08763 .contact_question_34967 {
    font-size: calc(15px * 0.95);
    letter-spacing: 1.5px;
    padding: 12px 35px;
}
}

@media screen and (max-width: 576px) {.check_it_out_now_08763 {
    padding: 60px 0;
}.check_it_out_now_08763 .mastery_zone_02759 {
    padding: 30px 20px;
}.check_it_out_now_08763 h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 35px;
    letter-spacing: 2px;
}.check_it_out_now_08763 h3::before {
    width: 15px;
    top: -25px;
    height: 15px;
}.check_it_out_now_08763 h3::after {
    width: 35px;
}.check_it_out_now_08763 .contact_question_34967 {
    letter-spacing: 1px;
    padding: 10px 30px;
    font-size: calc(15px * 0.9);
}}

@keyframes crystalBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes borderGlow {
    0% {
        filter: blur(20px);
        opacity: 0.5;
    }
    50% {
        filter: blur(25px);
        opacity: 0.7;
    }
    100% {
        filter: blur(20px);
        opacity: 0.5;
    }
}

@keyframes orbitalSpin {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}.cookie_window_overlay_58413 {
    font-family: Arial, sans-serif;
    background: rgb(193,207,207);
    z-index: 1050;
    display: flex;
    border-radius: 19px;
    width: 90%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transform: translateX(-50%);
    bottom: 20px;
    text-align: center;
    flex-direction: column;
    left: 50%;
    position: fixed;
    padding: 20px;
    max-width: 600px;
    align-items: center;
}.cookie_eductrl_32078 {
    z-index: 1;
    align-items: center;
    display: flex;
    flex-direction: column;
}.privacy_ctrl_97061 {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.privacy_ctrl_97061 svg, .privacy_ctrl_97061 svg path, .privacy_ctrl_97061 img {
    width: 80px;
    height: 80px;
    fill: rgb(158,171,169);
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookie_window_overlay_58413 h5 {
    margin-bottom: 10px;
    color: rgb(158,171,169);
    font-size: 21px;
    font-weight: 700;
}.cookie_window_overlay_58413 p {
    margin-bottom: 20px;
    color: #000000;
    font-size: 12px;
}.consent_panel_07145 {
    text-decoration: none;
    background: rgb(158,171,169);
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    font-size: 16px;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    width: calc(50% - 10px);
    padding: 10px 20px;
    margin: 5px;
    text-align: center;
    color: #ffffff;
}.consent_panel_07145:hover {
    background: rgb(123,133,132);
    transform: translateY(-3px);
}.cookie_button.cookie_guard_34519 {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie_guard_34519:hover {
    background: rgb(123,133,132,0.5);
}.cookie_window_overlay_58413 p a {
    color: rgb(158,171,169);
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
}.cookie_window_overlay_58413 p a:hover {
    color: rgb(123,133,132);
}
@media only screen and (max-width: 600px) {.cookie_window_overlay_58413 {
    bottom: 0;
    width: 100%;
    border-radius: 0;
    left: 0;
    transform: none;
}.cookie_eductrl_32078 {
    padding: 15px;
}.privacy_ctrl_97061 svg {
    height: 50px;
    width: 50px;
}.cookie_window_overlay_58413 h5 {
    font-size: calc(21px - 2px);
}.cookie_window_overlay_58413 p {
    font-size: calc(12px - 2px);
}.consent_panel_07145 {
    font-size: calc(16px - 2px);
    padding: 8px 16px;
    width: calc(100% - 10px);
}}
#usagePolicyBanner_10745 {
    display: none;
}#usagePolicyBanner_10745:checked ~ .cookie_window_overlay_58413 {
    opacity: 0;
    visibility: hidden;
}.contact_information_97865 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(193,207,207) 0%, rgb(158,171,169,0.5) 100%);
    padding: 120px 0 80px;
}.contact_information_97865::before {
    background: linear-gradient(45deg, 
        rgb(158,171,169,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(158,171,169,0.5) 50%, 
        rgb(158,171,169,0.5) 75%, 
        transparent 75%, 
        transparent);
    left: 0;
    width: 100%;
    opacity: 0.05;
    height: 100%;
    content: "";
    position: absolute;
    background-size: 60px 60px;
    animation: gradientMove 20s linear infinite;
    top: 0;
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.contact_information_97865 .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.contact_information_97865 h2 {
    letter-spacing: 2px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 33px;
    position: relative;
    color: rgb(158,171,169);
    margin-bottom: 60px;
}.contact_information_97865 h2::after {
    content: "";
    bottom: -15px;
    width: 60px;
    background: rgb(158,171,169);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    height: 4px;
}.contact_information_97865 .query_block_13498 {
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 26px;
    max-width: 1000px;
    gap: 0;
}.contact_information_97865 .pic_cell_04139 {
    position: relative;
    min-height: 600px;
    order: 2;
    height: 100%;
}.contact_information_97865 .feedback_request_14032 {
    position: relative;
    flex-direction: column;
    padding: 60px;
    justify-content: center;
    background: #ffffff;
    display: flex;
    order: 1;
}.contact_information_97865 .feedback_request_14032::before {
    right: 0;
    top: 0;
    content: "";
    width: 10px;
    background: linear-gradient(to bottom, rgb(158,171,169), rgb(123,133,132));
    height: 100%;
    position: absolute;
}.contact_information_97865 form {
    width: 100%;
    position: relative;
}.contact_information_97865 form h3 {
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid rgb(123,133,132,0.5);
    font-family: Arial, sans-serif;
    color: #000000;
}.contact_information_97865 form input[type="text"] {
    border: none;
    position: relative;
    border-radius: 10px;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 17px;
    width: 100%;
    background: rgb(193,207,207);
    font-family: Arial, sans-serif;
    padding: 16px 20px 16px 50px;
    margin-bottom: 25px;
}.contact_information_97865 form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(158,171,169);
    background: #ffffff;
    outline: none;
}.contact_information_97865 form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_information_97865 form input#name {
    position: relative;
}.contact_information_97865 form input#name::before {
    width: 20px;
    height: 20px;
    left: 20px;
    content: "";
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgb(158,171,169);
    top: 50%;
    position: absolute;
}.contact_information_97865 .connect_grid_95062 {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact_information_97865 .connect_grid_95062 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_information_97865 .connect_grid_95062 label {
    cursor: pointer;
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
    font-size: 16px;
    color: #000000;
}.contact_information_97865 .connect_grid_95062 label::before {
    top: 0;
    content: "";
    left: 0;
    transition: all 0.3s ease;
    background: rgb(193,207,207);
    width: 24px;
    border-radius: 10px;
    height: 24px;
    position: absolute;
}.contact_information_97865 .connect_grid_95062 input[type="checkbox"]:checked + label::before {
    background: rgb(158,171,169);
}.contact_information_97865 .connect_grid_95062 input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    height: 14px;
    content: "";
    top: 4px;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    width: 8px;
    left: 8px;
    transform: rotate(45deg);
}.contact_information_97865 .connect_grid_95062 label a {
    color: rgb(158,171,169);
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}.contact_information_97865 .connect_grid_95062 label a::after {
    height: 1px;
    width: 0;
    position: absolute;
    transition: width 0.3s ease;
    bottom: -2px;
    background: rgb(158,171,169);
    left: 0;
    content: "";
}.contact_information_97865 .connect_grid_95062 label a:hover::after {
    width: 100%;
}.contact_information_97865 form .help_section_37108 {
    font-family: Arial, sans-serif;
    z-index: 1;
    padding: 16px 40px;
    border: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 50px;
    cursor: pointer;
    letter-spacing: 1px;
    background: rgb(158,171,169);
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: 20px;
}.contact_information_97865 form .help_section_37108::before {
    left: 0;
    content: "";
    transition: width 0.3s ease;
    background: rgb(123,133,132);
    height: 100%;
    z-index: -1;
    width: 0;
    position: absolute;
    top: 0;
}.contact_information_97865 form .help_section_37108:hover::before {
    width: 100%;
}.contact_information_97865 form .help_section_37108:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -10px rgb(158,171,169);
}.contact_information_97865 svg {
    position: absolute;
    width: 20px;
    left: 20px;
    top: 50%;
    height: 20px;
    fill: rgb(158,171,169);
    transform: translateY(-50%);
}.contact_information_97865 svg path {
    fill: rgb(158,171,169);
    transition: fill 0.3s ease;
}.contact_information_97865 form #name,
.contact_information_97865 form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.contact_information_97865 .query_block_13498 {
    max-width: 800px;
}.contact_information_97865 .feedback_request_14032 {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.contact_information_97865 {
    padding: 80px 0 60px;
}.contact_information_97865 .query_block_13498 {
    grid-template-columns: 1fr;
}.contact_information_97865 .pic_cell_04139 {
    min-height: 300px;
    order: 1;
    clip-path: none;
}.contact_information_97865 .feedback_request_14032 {
    padding: 40px 30px;
    order: 2;
}.contact_information_97865 .feedback_request_14032::before {
    background: linear-gradient(to right, rgb(158,171,169), rgb(123,133,132));
    right: 0;
    height: 6px;
    width: 100%;
    top: 0;
}.contact_information_97865 h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.contact_information_97865 {
    padding: 60px 0 40px;
}.contact_information_97865 h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 30px;
}.contact_information_97865 .pic_cell_04139 {
    min-height: 200px;
}.contact_information_97865 .feedback_request_14032 {
    padding: 30px 20px;
}.contact_information_97865 form h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 30px;
}.contact_information_97865 form .help_section_37108 {
    padding: 14px 20px;
    width: 100%;
}}.newsletter_75618 {
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(193,207,207) 0%, rgb(158,171,169,0.5) 100%);
    position: relative;
    margin: 5rem 0;
    transform: skewY(-2deg);
}.newsletter_75618 .container {
    z-index: 1;
    position: relative;
    transform: skewY(2deg);
}.newsletter_75618 .mastery_zone_02759 {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    align-items: flex-start;
    flex-direction: column;
}.newsletter_75618 .mastery_zone_02759::before {
    z-index: -1;
    opacity: 0.2;
    border-radius: 23px;
    width: 70%;
    height: 130%;
    position: absolute;
    content: "";
    filter: blur(25px);
    animation: pulse 8s infinite alternate;
    top: -15%;
    background: linear-gradient(45deg, rgb(123,133,132) 0%, rgb(158,171,169) 100%);
    right: -20%;
    transform: rotate(-15deg);
}.newsletter_75618 .mastery_zone_02759::after {
    background: rgb(158,171,169,0.5);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 60%;
    left: 10%;
    position: absolute;
    animation: float 6s infinite alternate;
    content: "";
    width: 40%;
    z-index: -1;
    bottom: -20%;
}.newsletter_75618 p {
    max-width: 70%;
    font-family: Arial, sans-serif;
    font-weight: 700;
    padding-left: 2rem;
    color: #000000;
    margin-bottom: 2rem;
    font-size: 33px;
    position: relative;
    transform: translateX(30px);
}.newsletter_75618 p::before {
    left: 0;
    background: rgb(123,133,132);
    top: 50%;
    height: 80%;
    transform: translateY(-50%);
    width: 5px;
    border-radius: 10px;
    content: "";
    position: absolute;
}.newsletter_75618 .input_holder {
    width: 100%;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    overflow: hidden;
    flex-direction: row;
    display: flex;
    margin-left: 3rem;
    border-radius: 23px;
}.newsletter_75618 .input_holder:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.newsletter_75618 .unlock_opportunities_97826 {
    color: #000000;
    font-family: Arial, sans-serif;
    flex: 1;
    padding: 1.2rem 1.5rem;
    outline: none;
    background: #ffffff;
    font-size: 15px;
    border: none;
    transition: all 0.3s ease;
}.newsletter_75618 .unlock_opportunities_97826:focus {
    background: #ffffff;
    box-shadow: inset 0 0 0 2px rgb(158,171,169,0.5);
}.newsletter_75618 .help_section_37108 {
    color: #ffffff;
    border: none;
    font-size: 18px;
    background: linear-gradient(135deg, rgb(123,133,132) 0%, rgb(158,171,169) 100%);
    padding: 1.2rem 2rem;
    outline: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}.newsletter_75618 .help_section_37108::before {
    left: -100%;
    height: 100%;
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
}.newsletter_75618 .help_section_37108:hover::before {
    left: 100%;
}.newsletter_75618 .help_section_37108:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(158,171,169) 0%, rgb(123,133,132) 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-10deg) scale(1.05);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-15px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

@media (max-width: 992px) {.newsletter_75618 {
    padding: 3rem 1.5rem;
}.newsletter_75618 p {
    transform: translateX(15px);
    max-width: 80%;
    font-size: calc(33px * 0.9);
}.newsletter_75618 .input_holder {
    margin-left: 2rem;
}
}

@media (max-width: 768px) {.newsletter_75618 p {
    font-size: calc(33px * 0.8);
    padding-left: 1.5rem;
    transform: translateX(0);
    max-width: 100%;
}.newsletter_75618 .input_holder {
    flex-direction: column;
    margin-left: 0;
    max-width: 100%;
}.newsletter_75618 .unlock_opportunities_97826 {
    padding: 1rem;
    width: 100%;
}.newsletter_75618 .help_section_37108 {
    width: 100%;
    padding: 1rem;
}
}

@media (max-width: 576px) {.newsletter_75618 {
    padding: 2.5rem 1rem;
    transform: skewY(-1deg);
}.newsletter_75618 .container {
    transform: skewY(1deg);
}.newsletter_75618 p {
    margin-bottom: 1.5rem;
    font-size: 20px;
}.newsletter_75618 .mastery_zone_02759::before {
    width: 100%;
    right: -50%;
}}.title_page_24850 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(193,207,207) 0%, #ffffff 100%);
    flex-direction: column;
    min-height: 100vh;
    display: flex;
    position: relative;
}.title_page_24850::before {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(158,171,169,0.5) 0%, transparent 60%);
    height: 100%;
    content: "";
}.title_page_24850 h1 {
    font-size: 33px;
    font-weight: 700;
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    margin: 3rem 2rem 1rem;
    z-index: 10;
    transform: translateY(20px);
    text-align: center;
    color: #000000;
    position: relative;
    opacity: 0;
}.title_page_24850 .mastery_zone_02759 {
    grid-template-columns: 1fr;
    flex: 1;
    z-index: 5;
    display: grid;
    position: relative;
    padding: 0 20px;
    gap: 30px;
}.title_page_24850 .text_scroll_28941 {
    animation: fadeSlideUp 0.8s ease-out 0.4s forwards;
    z-index: 10;
    opacity: 0;
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-left: 5px solid rgb(158,171,169);
    backdrop-filter: blur(10px);
    padding: 2rem;
    transform: translateY(30px);
}.title_page_24850 .text_scroll_28941 ol {
    margin: 0;
    padding: 0;
    gap: 2rem;
    display: flex;
    list-style: none;
    flex-direction: column;
}.title_page_24850 .text_scroll_28941 li {
    position: relative;
}.title_page_24850 .course_open_25903 {
    gap: 1.5rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}.title_page_24850 .course_open_25903 svg {
    height: 120px;
    width: 120px;
    animation: scaleInRotate 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s forwards;
    transform: scale(0) rotate(-10deg);
    filter: drop-shadow(0 5px 15px rgba(94, 170, 168, 0.3));
}.title_page_24850 .course_open_25903 svg path {
    fill: rgb(158,171,169);
    transition: fill 0.3s ease;
}.title_page_24850 .course_open_25903 svg:hover path {
    fill: rgb(123,133,132);
}.title_page_24850 .course_open_25903 svg text {
    opacity: 0;
    animation: fadeIn 0.8s ease-out 1.2s forwards;
    font-family: Arial, sans-serif;
}.title_page_24850 .course_open_25903 p {
    animation: fadeSlideUp 0.8s ease-out 0.8s forwards;
    transform: translateY(15px);
    text-align: center;
    opacity: 0;
    color: #000000;
    margin: 0;
    max-width: 600px;
    line-height: 1.6;
    font-size: calc(16px * 1.1);
}.title_page_24850 .help_section_37108 {
    color: #ffffff;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.3);
    border-radius: 10px;
    align-self: center;
    animation: fadeSlideUp 0.8s ease-out 1s forwards;
    opacity: 0;
    font-weight: 600;
    transform: translateY(20px);
    background: linear-gradient(135deg, rgb(158,171,169) 0%, rgb(123,133,132) 100%);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    display: inline-block;
    padding: 15px 35px;
    text-decoration: none;
}.title_page_24850 .help_section_37108::before {
    top: 0;
    width: 100%;
    transition: left 0.7s ease;
    left: -100%;
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.title_page_24850 .help_section_37108:hover {
    box-shadow: 0 15px 25px rgba(94, 170, 168, 0.4);
    transform: translateY(-5px);
}.title_page_24850 .help_section_37108:hover::before {
    left: 100%;
}.title_page_24850 .pic_cell_04139 {
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-radius: 22px;
    animation: fadeScaleUp 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s forwards;
    transform: translateY(30px) scale(0.95);
    position: relative;
    opacity: 0;
    height: 300px;
    width: 100%;
}.title_page_24850 .pic_cell_04139::after {
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
}.title_page_24850 .text_scroll_28941 li:last-child {
    justify-content: center;
    margin-top: 1rem;
    display: flex;
}

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

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

@keyframes scaleInRotate {
    from {
        transform: scale(0) rotate(-10deg);
    }
    to {
        transform: scale(1) rotate(0deg);
    }
}

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

@media (min-width: 768px) {.title_page_24850 h1 {
    font-size: calc(33px * 1.2);
    margin: 4rem 3rem 2rem;
    text-align: left;
}.title_page_24850 .mastery_zone_02759 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
    padding: 0 40px;
}.title_page_24850 .text_scroll_28941 {
    transform: perspective(1000px) rotateY(-3deg);
    border-left: 8px solid rgb(158,171,169);
    transition: transform 0.5s ease;
    padding: 3rem;
}.title_page_24850 .text_scroll_28941:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title_page_24850 .course_open_25903 {
    align-items: flex-start;
}.title_page_24850 .course_open_25903 p {
    text-align: left;
}.title_page_24850 .text_scroll_28941 li:last-child {
    justify-content: flex-start;
}.title_page_24850 .pic_cell_04139 {
    height: 500px;
    transform: perspective(1000px) rotateY(3deg);
    transition: transform 0.5s ease;
}.title_page_24850 .pic_cell_04139:hover {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (min-width: 992px) {.title_page_24850 .mastery_zone_02759 {
    padding: 0 80px;
    gap: 80px;
}.title_page_24850 .course_open_25903 svg {
    height: 150px;
    width: 150px;
}.title_page_24850 .course_open_25903 p {
    font-size: calc(16px * 1.2);
}.title_page_24850 .pic_cell_04139 {
    height: 600px;
}
}

@media (min-width: 1200px) {.title_page_24850 h1 {
    font-size: calc(40px * 0.8);
    margin: 5rem 5rem 3rem;
}.title_page_24850 .mastery_zone_02759 {
    gap: 100px;
    padding: 0 120px;
}.title_page_24850 .text_scroll_28941 {
    padding: 4rem;
}
}

@media (max-width: 767px) {.title_page_24850 {
    padding-bottom: 50px;
}.title_page_24850 .text_scroll_28941 li:last-child {
    margin-top: 2rem;
}}.our_team_49153 {
    background: linear-gradient(135deg, rgb(158,171,169) 0%, #000000 100%);
    overflow: hidden;
    position: relative;
    padding: 150px 0;
    color: #ffffff;
}.our_team_49153::before {
    position: absolute;
    left: -50%;
    opacity: 0.1;
    top: -50%;
    width: 200%;
    height: 200%;
    background: repeating-conic-gradient(
        #000000 0deg 10deg,
        rgba(0, 0, 0, 0.5) 10deg 15deg
    );
    z-index: 1;
    content: "";
    animation: rotate-slow 120s linear infinite;
}.our_team_49153::after {
    background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.8) 70%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}@keyframes rotate-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.our_team_49153 .container {
    position: relative;
    z-index: 5;
}.our_team_49153 h2 {
    margin-bottom: 80px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-size: 48px;
    font-weight: 700;
    color: rgb(158,171,169);
    letter-spacing: 5px;
}.our_team_49153 h2::before {
    height: 1px;
    background-color: rgb(158,171,169);
    transform: translateX(-50%);
    content: "";
    width: 100px;
    bottom: -20px;
    left: 50%;
    position: absolute;
}.our_team_49153 .training_experts_63425 {
    gap: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}.our_team_49153 .study_space_82631 {
    flex: 0 0 50%;
    padding: 20px;
    position: relative;
    overflow: hidden;
    perspective: 1000px;
}.our_team_49153 .study_space_82631:first-child {
    transform-origin: right center;
    animation: card-in-left 1s ease-out forwards;
}.our_team_49153 .study_space_82631:last-child {
    animation: card-in-right 1s ease-out forwards;
    transform-origin: left center;
}@keyframes card-in-left {
    0% {
        transform: translateX(-100%) rotateY(90deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0) rotateY(0);
        opacity: 1;
    }
}

@keyframes card-in-right {
    0% {
        transform: translateX(100%) rotateY(-90deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0) rotateY(0);
        opacity: 1;
    }
}

.our_team_49153 .study_space_82631 h3 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    margin: 0 0 20px 0;
    font-weight: 700;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    position: relative;
    text-align: center;
}.our_team_49153 .study_space_82631 p {
    position: relative;
    opacity: 1;
    text-align: center;
    line-height: 1.8;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 0 40px;
    font-size: 12px;
    color: #ffffff;
}.our_team_49153 .study_space_82631::before {
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    transition: transform 0.5s ease;
    z-index: -1;
    transform: skewY(0deg);
    left: 0;
}.our_team_49153 .study_space_82631:hover::before {
    transform: skewY(-2deg);
}.our_team_49153 .study_space_82631::after {
    left: 0;
    z-index: -1;
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
    transition: opacity 0.5s ease;
    background: linear-gradient(135deg, rgb(158,171,169,0.5) 0%, transparent 100%);
    height: 100%;
    content: "";
}.our_team_49153 .study_space_82631:hover::after {
    opacity: 0.2;
}.our_team_49153 .study_space_82631 h3::before {
    width: 30px;
    transform: translateX(-50%);
    left: 50%;
    background-color: rgb(123,133,132);
    position: absolute;
    bottom: -10px;
    height: 1px;
    content: "";
}.our_team_49153 .study_space_82631:first-child::before {
    border-right: 1px solid rgb(158,171,169,0.5);
}.our_team_49153 .study_space_82631:last-child::before {
    border-left: 1px solid rgb(123,133,132,0.5);
}.our_team_49153 .training_experts_63425::before {
    top: 50%;
    left: 50%;
    width: 40px;
    transform: translate(-50%, -50%);
    height: 40px;
    content: "";
    animation: pulse-circle 2s infinite;
    border-radius: 50%;
    z-index: 10;
    position: absolute;
    box-shadow: 0 0 20px rgb(158,171,169,0.5);
    background-color: rgb(158,171,169);
}.our_team_49153 .training_experts_63425::after {
    transform: translate(-50%, -50%);
    border-radius: 50%;
    position: absolute;
    background-color: rgb(123,133,132);
    content: "";
    z-index: 11;
    width: 20px;
    left: 50%;
    top: 50%;
    height: 20px;
}@keyframes pulse-circle {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.our_team_49153 .container::before {
    content: "";
    transform: rotate(45deg);
    position: absolute;
    opacity: 0.2;
    width: 200px;
    left: -100px;
    top: -100px;
    animation: float-element 10s ease-in-out infinite;
    height: 200px;
    border-radius: 20px;
    border: 1px solid rgb(158,171,169,0.5);
}.our_team_49153 .container::after {
    height: 200px;
    width: 200px;
    position: absolute;
    border: 1px solid rgb(123,133,132,0.5);
    border-radius: 20px;
    opacity: 0.2;
    right: -100px;
    animation: float-element 10s ease-in-out infinite reverse;
    bottom: -100px;
    transform: rotate(45deg);
    content: "";
}

@keyframes float-element {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    50% {
        transform: rotate(60deg) translate(20px, 20px);
    }
}

@media screen and (max-width: 992px) {.our_team_49153 {
    padding: 100px 0;
}.our_team_49153 .study_space_82631 {
    flex: 0 0 100%;
    padding: 40px 0;
}.our_team_49153 .study_space_82631:first-child {
    animation: card-in-top 1s ease-out forwards;
}.our_team_49153 .study_space_82631:last-child {
    animation: card-in-bottom 1s ease-out forwards;
}@keyframes card-in-top {
        0% {
            transform: translateY(-100%);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    @keyframes card-in-bottom {
        0% {
            transform: translateY(100%);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    .our_team_49153 .training_experts_63425::before,
    .our_team_49153 .training_experts_63425::after {
    display: none;
}.our_team_49153 .study_space_82631:first-child::before {
    border-right: none;
    border-bottom: 1px solid rgb(158,171,169,0.5);
}.our_team_49153 .study_space_82631:last-child::before {
    border-top: 1px solid rgb(123,133,132,0.5);
    border-left: none;
}
}

@media screen and (max-width: 768px) {.our_team_49153 {
    padding: 80px 0;
}.our_team_49153 h2 {
    font-size: calc(48px * 0.8);
    margin-bottom: 60px;
    letter-spacing: 3px;
}.our_team_49153 .study_space_82631 h3 {
    font-size: calc(24px * 0.9);
    letter-spacing: 1px;
}.our_team_49153 .study_space_82631 p {
    padding: 0 30px;
}.our_team_49153 .container::before,
    .our_team_49153 .container::after {
    width: 150px;
    height: 150px;
}
}

@media screen and (max-width: 576px) {.our_team_49153 {
    padding: 60px 0;
}.our_team_49153 h2 {
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: calc(48px * 0.7);
}.our_team_49153 h2::before {
    bottom: -15px;
    width: 80px;
}.our_team_49153 .study_space_82631 {
    padding: 30px 0;
}.our_team_49153 .study_space_82631 h3 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.85);
}.our_team_49153 .study_space_82631 h3::before {
    bottom: -8px;
    width: 25px;
}.our_team_49153 .study_space_82631 p {
    padding: 0 20px;
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.our_team_49153 .container::before,
    .our_team_49153 .container::after {
    width: 100px;
    height: 100px;
}}.teaching_experience_13842 {
    background: linear-gradient(135deg, rgb(193,207,207) 0%, rgb(158,171,169,0.5) 100%);
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
}.teaching_experience_13842::before {
    height: 100%;
    top: 0;
    background: repeating-linear-gradient(
    -45deg,
    rgb(158,171,169,0.5) 0px,
    rgb(158,171,169,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    content: "";
    position: absolute;
    z-index: 1;
    opacity: 0.08;
    left: 0;
    width: 100%;
}.teaching_experience_13842::after {
    z-index: 0;
    content: "";
    width: 100%;
    right: -50%;
    height: 100%;
    opacity: 0.15;
    top: -50%;
    position: absolute;
    background: radial-gradient(circle, rgb(123,133,132,0.5) 0%, transparent 70%);
}.teaching_experience_13842 .container {
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.teaching_experience_13842 .learning_feedback_94365 {
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    grid-template-columns: 1fr;
    position: relative;
    padding: 3rem 2rem;
    isolation: isolate;
}.teaching_experience_13842 .learning_feedback_94365::before {
    z-index: 1;
    left: 0;
    width: 4px;
    background: linear-gradient(to bottom, rgb(158,171,169), rgb(123,133,132));
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
}.teaching_experience_13842 .learning_feedback_94365 > div:first-child {
    justify-content: center;
    align-items: center;
    order: 1;
    display: flex;
}.teaching_experience_13842 .learning_feedback_94365 .pic_cell_04139 {
    transform: translateY(-10px) rotate(-3deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 200px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    width: 200px;
}.teaching_experience_13842 .learning_feedback_94365 .pic_cell_04139::after {
    position: absolute;
    background: linear-gradient(to top right, rgba(rgb(158,171,169), 0.2), transparent);
    content: "";
    inset: 0;
    mix-blend-mode: overlay;
    z-index: 1;
}.teaching_experience_13842 .learning_feedback_94365 .pic_cell_04139:hover {
    transform: translateY(-15px) rotate(0deg) scale(1.05);
}.teaching_experience_13842 .learning_feedback_94365 > div:nth-child(2) {
    border-left: 1px solid rgb(158,171,169,0.5);
    padding-left: 1rem;
    order: 2;
}.teaching_experience_13842 .learning_feedback_94365 .name {
    font-size: calc(19px * 1.1);
    font-weight: 700;
    position: relative;
    color: rgb(158,171,169);
    display: inline-block;
    margin-bottom: 0.5rem;
}.teaching_experience_13842 .learning_feedback_94365 .name::after {
    height: 2px;
    content: "";
    transform-origin: left;
    transition: transform 0.3s ease-out;
    left: 0;
    transform: scaleX(0.7);
    bottom: -4px;
    position: absolute;
    background: rgb(123,133,132);
    width: 60%;
}.teaching_experience_13842 .learning_feedback_94365 .name:hover::after {
    transform: scaleX(1);
}.teaching_experience_13842 .learning_feedback_94365 > div:nth-child(2) > div {
    color: rgb(123,133,132);
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 18px;
    margin-top: 0.5rem;
}.teaching_experience_13842 .learning_feedback_94365 > div:nth-child(3) {
    position: relative;
    margin-top: 1rem;
    order: 3;
}.teaching_experience_13842 .learning_feedback_94365 .experience_area_57026 {
    position: relative;
    margin: 0;
    color: #000000;
    line-height: 1.7;
    font-size: 18px;
    padding: 1.5rem;
    background: linear-gradient(to right, rgb(193,207,207) 0%, transparent 100%);
    border-radius: 10px;
}.teaching_experience_13842 .learning_feedback_94365 .experience_area_57026::before {
    opacity: 0.3;
    left: 0;
    font-size: 5rem;
    content: "";
    top: -0.5rem;
    line-height: 1;
    color: rgb(158,171,169,0.5);
    position: absolute;
}

@media (min-width: 768px) {.teaching_experience_13842 .learning_feedback_94365 {
    padding: 4rem;
    grid-template-areas: 
      "photo info"
      "quote quote";
    grid-template-columns: 250px 1fr;
    gap: 3rem;
}.teaching_experience_13842 .learning_feedback_94365 > div:first-child {
    grid-area: photo;
    justify-content: flex-start;
}.teaching_experience_13842 .learning_feedback_94365 > div:nth-child(2) {
    align-self: center;
    padding-left: 0;
    grid-area: info;
    border-left: none;
}.teaching_experience_13842 .learning_feedback_94365 > div:nth-child(3) {
    grid-area: quote;
}.teaching_experience_13842 .learning_feedback_94365 .experience_area_57026 {
    padding: 2rem;
    background: linear-gradient(135deg, rgb(193,207,207) 0%, transparent 100%);
}
}

@media (min-width: 992px) {.teaching_experience_13842 .learning_feedback_94365 {
    grid-template-columns: 300px 1fr;
    gap: 3rem 4rem;
    padding: 5rem;
    grid-template-areas: 
      "photo info"
      "photo quote";
}.teaching_experience_13842 .learning_feedback_94365 > div:first-child {
    align-self: start;
}.teaching_experience_13842 .learning_feedback_94365 .pic_cell_04139 {
    height: 280px;
    width: 280px;
}.teaching_experience_13842 .learning_feedback_94365 .name {
    font-size: calc(19px * 1.3);
}.teaching_experience_13842 .learning_feedback_94365 > div:nth-child(2) > div {
    font-size: calc(18px * 1.1);
}.teaching_experience_13842 .learning_feedback_94365 .experience_area_57026 {
    font-size: calc(18px * 1.05);
    padding: 2.5rem;
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.teaching_experience_13842 .learning_feedback_94365 {
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(1deg) rotateY(-1deg);
}.teaching_experience_13842 .learning_feedback_94365:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.teaching_experience_13842 .learning_feedback_94365 .pic_cell_04139 {
    height: 320px;
    width: 320px;
}
}

@media (max-width: 767px) {.teaching_experience_13842 {
    padding: 3rem 0;
}.teaching_experience_13842 .container {
    padding: 0 1.5rem;
}.teaching_experience_13842 .learning_feedback_94365 {
    transform: none;
    padding: 2rem 1.5rem;
}.teaching_experience_13842 .learning_feedback_94365 .pic_cell_04139 {
    height: 180px;
    width: 180px;
}}.offer_box_58167 {
    color: #ffffff;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.offer_box_58167::before {
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
}.offer_box_58167 .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.offer_box_58167 .study_packages_51237 {
    position: relative;
}.offer_box_58167 .study_packages_51237::before {
    position: absolute;
    width: 300px;
    content: "";
    opacity: 0.2;
    pointer-events: none;
    background: radial-gradient(circle, rgb(158,171,169,0.5) 0%, transparent 70%);
    top: -50px;
    left: -150px;
    height: 300px;
    border-radius: 50%;
}.offer_box_58167 .study_packages_51237::after {
    pointer-events: none;
    bottom: -80px;
    background: radial-gradient(circle, rgb(123,133,132,0.5) 0%, transparent 70%);
    width: 250px;
    height: 250px;
    right: -120px;
    opacity: 0.15;
    content: "";
    border-radius: 50%;
    position: absolute;
}.offer_box_58167 h2 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    transform: translateX(-5%);
}.offer_box_58167 h2::after {
    width: 60%;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(158,171,169) 0%, rgb(123,133,132) 100%);
    position: absolute;
    height: 3px;
    left: 0;
    content: "";
}.offer_box_58167 .cost_breakdown_89742 {
    opacity: 0.9;
    font-size: calc(12px * 1.1);
    transform: translateX(-3%);
    line-height: 1.6;
    max-width: 80%;
    margin-bottom: 50px;
}.offer_box_58167 .trial_rates_45382 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    gap: 30px;
    padding: 0;
    margin: 0;
    display: grid;
}.offer_box_58167 .trial_rates_45382 li {
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
    perspective: 1000px;
}.offer_box_58167 .value_plan_12568 {
    display: block;
    position: relative;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}.offer_box_58167 .value_plan_12568:hover {
    transform: translateY(-8px) scale(1.02);
}.offer_box_58167 .payment_deals_05673 {
    height: 100%;
    position: relative;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.12) 0%, 
        rgba(255,255,255,0.05) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 15px 25px rgba(0,0,0,0.2), 
                0 5px 10px rgba(0,0,0,0.1), 
                inset 0 1px 1px rgba(255,255,255,0.1);
    padding: 5px;
    border-radius: 8px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}.offer_box_58167 .payment_deals_05673::before {
    position: absolute;
    background: linear-gradient(45deg, 
        rgb(158,171,169,0.5) 0%, 
        transparent 50%, 
        rgb(123,133,132,0.5) 100%);
    content: "";
    z-index: 0;
    opacity: 0;
    top: 0;
    height: 100%;
    transition: opacity 0.4s ease;
    left: 0;
    width: 100%;
}.offer_box_58167 .value_plan_12568:hover .payment_deals_05673::before {
    opacity: 0.15;
}.offer_box_58167 .promo_plans_35210 {
    display: flex;
    padding: 35px 30px;
    height: 100%;
    flex-direction: column;
    position: relative;
    z-index: 1;
}.offer_box_58167 .promo_plans_35210 h4 {
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-size: calc(21px * 1.2);
    transition: color 0.3s ease;
    margin: 0 0 20px;
}.offer_box_58167 .promo_plans_35210 h4::after {
    left: -15px;
    transition: all 0.3s ease;
    content: "";
    width: 5px;
    height: 70%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    background: linear-gradient(to bottom, rgb(158,171,169), rgb(123,133,132));
    opacity: 0.8;
}.offer_box_58167 .value_plan_12568:hover .promo_plans_35210 h4::after {
    opacity: 1;
    height: 100%;
}.offer_box_58167 .promo_plans_35210 p {
    font-size: 12px;
    margin-bottom: 25px;
    line-height: 1.6;
    overflow-y: auto;
    overflow-wrap: break-word;
    scrollbar-color: rgb(158,171,169) rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.8);
    max-height: 200px;
    scrollbar-width: thin;
    word-break: break-word;
    flex-grow: 1;
}.offer_box_58167 .promo_plans_35210 p::-webkit-scrollbar {
    width: 5px;
}.offer_box_58167 .promo_plans_35210 p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}.offer_box_58167 .promo_plans_35210 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(158,171,169);
}.offer_box_58167 .learning_fees_40932 {
    font-size: calc(21px * 1.3);
    border-radius: 4px;
    font-weight: 700;
    align-self: flex-start;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    margin-top: auto;
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
    background: linear-gradient(135deg, 
        rgb(158,171,169,0.5) 0%, 
        rgb(123,133,132,0.5) 100%);
    color: #ffffff;
    padding: 5px 10px;
}.offer_box_58167 .value_plan_12568:hover .learning_fees_40932 {
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    transform: scale(1.05);
}

@media (max-width: 1200px) {.offer_box_58167 {
    padding: 100px 0;
}.offer_box_58167 .trial_rates_45382 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.offer_box_58167 h2 {
    transform: translateX(0);
}.offer_box_58167 .cost_breakdown_89742 {
    transform: translateX(0);
    max-width: 90%;
}
}

@media (max-width: 992px) {.offer_box_58167 {
    padding: 80px 0;
}.offer_box_58167 .trial_rates_45382 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.offer_box_58167 .promo_plans_35210 {
    padding: 25px 20px;
}.offer_box_58167 .promo_plans_35210 p {
    max-height: 180px;
    font-size: calc(12px * 0.95);
}.offer_box_58167 .learning_fees_40932 {
    font-size: calc(21px * 1.2);
}
}

@media (max-width: 768px) {.offer_box_58167 {
    padding: 70px 0;
}.offer_box_58167 .trial_rates_45382 {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}.offer_box_58167 h2 {
    font-size: calc(30px * 0.9);
}.offer_box_58167 .cost_breakdown_89742 {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 12px;
}
}

@media (max-width: 576px) {.offer_box_58167 {
    padding: 60px 0;
}.offer_box_58167 .trial_rates_45382 {
    grid-template-columns: 1fr;
}.offer_box_58167 h2 {
    display: block;
    text-align: center;
    font-size: calc(30px * 0.8);
}.offer_box_58167 h2::after {
    width: 60%;
    left: 20%;
}.offer_box_58167 .cost_breakdown_89742 {
    text-align: center;
    margin-bottom: 30px;
}.offer_box_58167 .promo_plans_35210 h4 {
    font-size: calc(21px * 1.1);
}.offer_box_58167 .promo_plans_35210 p {
    max-height: 150px;
}.offer_box_58167 .learning_fees_40932 {
    font-size: calc(21px * 1.1);
}}.training_benefits_28697 {
    padding: 120px 0 140px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(193,207,207) 0%, #ffffff 100%);
    position: relative;
}.training_benefits_28697::before {
    width: 300px;
    z-index: 0;
    top: -50px;
    background: rgb(158,171,169,0.5);
    height: 300px;
    filter: blur(100px);
    transform: rotate(-15deg);
    content: "";
    left: -100px;
    opacity: 0.4;
    position: absolute;
}.training_benefits_28697::after {
    filter: blur(80px);
    content: "";
    transform: rotate(25deg);
    right: -60px;
    opacity: 0.3;
    width: 200px;
    z-index: 0;
    height: 200px;
    position: absolute;
    bottom: -40px;
    background: rgb(123,133,132,0.5);
}.training_benefits_28697 h5 {
    font-weight: 700;
    margin-right: auto;
    line-height: 1.4;
    max-width: 800px;
    transform: translateY(0);
    z-index: 2;
    color: #000000;
    position: relative;
    margin-left: auto;
    text-align: center;
    margin-bottom: 60px;
    font-size: 18px;
    transition: transform 0.5s ease-out;
}.training_benefits_28697 h5:hover {
    transform: translateY(-5px);
}.training_benefits_28697 h5::after {
    content: "";
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    left: 50%;
    background: linear-gradient(90deg, rgb(158,171,169) 0%, rgb(123,133,132) 100%);
    border-radius: 10px;
    bottom: -15px;
    position: absolute;
}.training_benefits_28697 .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.training_benefits_28697 .mastery_zone_02759 {
    position: relative;
    border-left: 4px solid rgb(158,171,169);
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    padding: 40px;
    align-items: center;
    backdrop-filter: blur(10px);
    display: flex;
    background: rgba(255, 255, 255, 0.8);
    gap: 40px;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.training_benefits_28697 .mastery_zone_02759:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}.training_benefits_28697 .mastery_zone_02759 > div:first-child {
    position: relative;
    overflow: hidden;
    width: 100%;
}.training_benefits_28697 .pic_cell_04139 {
    height: auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: scale(1);
    width: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.training_benefits_28697 .mastery_zone_02759:hover .pic_cell_04139 {
    transform: scale(1.05);
}.training_benefits_28697 .text_scroll_28941 {
    width: 100%;
}.training_benefits_28697 .text_scroll_28941 ul {
    list-style: none;
    display: grid;
    padding: 0;
    gap: 20px;
    grid-template-columns: 1fr;
    margin: 0;
}.training_benefits_28697 .text_scroll_28941 li {
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(0);
    opacity: 0.95;
    padding-left: 40px;
    position: relative;
}.training_benefits_28697 .text_scroll_28941 li:hover {
    opacity: 1;
    transform: translateY(-3px);
}.training_benefits_28697 .text_scroll_28941 li p {
    position: relative;
    color: #000000;
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
}.training_benefits_28697 .text_scroll_28941 li svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 24px;
    left: -40px;
    position: absolute;
    height: 24px;
    top: 2px;
}.training_benefits_28697 .text_scroll_28941 li:hover svg {
    transform: scale(1.2) rotate(5deg);
}.training_benefits_28697 .text_scroll_28941 li svg path {
    fill: rgb(158,171,169);
    transition: fill 0.3s ease;
}.training_benefits_28697 .text_scroll_28941 li:hover svg path {
    fill: rgb(123,133,132);
}.training_benefits_28697 .text_scroll_28941 li:nth-child(odd) {
    padding-left: 45px;
    border-left: 2px solid rgba(var(--primary-color-rgb), 0.1);
}.training_benefits_28697 .text_scroll_28941 li:nth-child(even) {
    padding-right: 15px;
    border-right: 2px solid rgba(var(--secondary-color-rgb), 0.1);
}.training_benefits_28697 .text_scroll_28941 li::before {
    transition: width 0.4s ease-out;
    bottom: -5px;
    position: absolute;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, rgb(158,171,169) 0%, rgb(123,133,132) 100%);
    left: 0;
    width: 0;
}.training_benefits_28697 .text_scroll_28941 li:hover::before {
    width: 100%;
}

@media (min-width: 768px) {.training_benefits_28697 {
    padding: 150px 0 180px;
}.training_benefits_28697 .mastery_zone_02759 {
    border-left: 6px solid rgb(158,171,169);
    padding: 60px;
    flex-direction: row;
}.training_benefits_28697 .mastery_zone_02759 > div:first-child {
    width: 40%;
    flex-shrink: 0;
}.training_benefits_28697 .text_scroll_28941 {
    padding-left: 40px;
    width: 60%;
}.training_benefits_28697 .text_scroll_28941 ul {
    gap: 30px 20px;
    grid-template-columns: repeat(2, 1fr);
}.training_benefits_28697 h5 {
    font-size: calc(18px * 1.1);
    margin-bottom: 80px;
}.training_benefits_28697 h5::after {
    height: 5px;
    width: 120px;
}
}

@media (min-width: 992px) {.training_benefits_28697 .mastery_zone_02759 {
    padding: 70px;
}.training_benefits_28697 .mastery_zone_02759 > div:first-child {
    width: 45%;
}.training_benefits_28697 .text_scroll_28941 {
    padding-left: 50px;
    width: 55%;
}.training_benefits_28697 .pic_cell_04139 {
    height: 450px;
}
}

@media (max-width: 767px) {.training_benefits_28697 {
    padding: 80px 0 100px;
}.training_benefits_28697 h5 {
    margin-bottom: 40px;
    padding: 0 15px;
    font-size: calc(18px * 0.9);
}.training_benefits_28697 .mastery_zone_02759 {
    padding: 30px 20px;
}.training_benefits_28697 .pic_cell_04139 {
    height: 250px;
    margin-bottom: 20px;
}.training_benefits_28697 .text_scroll_28941 li {
    margin-bottom: 15px;
}.training_benefits_28697 .text_scroll_28941 li p {
    font-size: calc(12px * 0.95);
}
}