* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}html,body {
    scroll-behavior: smooth;
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}.recycle_info7 {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1187px;
}.header_sitebar4 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.warp-container4 {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_information9 {
    padding: 100px 0;
    position: relative;
}.contact_information9::before {
    content: '';
    position: absolute;
    background: linear-gradient(135deg, rgb(152,189,189,0.5) 0%, rgb(101,117,164,0.5) 100%);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}.contact_information9 .container {
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}.contact_information9 .contact_request9 {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    display: grid;
}.contact_information9 .connect_list2 {
    grid-gap: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    background: #ffffff;
    display: grid;
    border-radius: 30px;
}.contact_information9 .connect_list2 h3 {
    text-align: center;
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: 32px;
    margin-bottom: 30px;
    grid-column: 1 / -1;
}.contact_information9 .connect_list2 h3::after {
    background: rgb(152,189,189);
    left: 50%;
    width: 80px;
    bottom: -15px;
    content: '';
    transform: translateX(-50%);
    position: absolute;
    height: 4px;
    border-radius: 2px;
}.contact_information9 .connect_list2 div {
    display: flex;
    flex-direction: column;
    background: rgb(202,211,205);
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 30px 20px;
}.contact_information9 .connect_list2 div:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.contact_information9 .connect_list2 svg {
    height: 40px;
    margin-bottom: 15px;
    width: 40px;
}.contact_information9 .connect_list2 svg path {
    fill: rgb(152,189,189);
}.contact_information9 .connect_list2 span {
    font-size: 13px;
    color: #000000;
}.contact_information9 .connect_list2 a {
    color: rgb(152,189,189);
    transition: color 0.3s ease;
    font-weight: 600;
    text-decoration: none;
}.contact_information9 .connect_list2 a:hover {
    color: rgb(101,117,164);
}.contact_information9 .help_form6 {
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
}.contact_information9 form h3 {
    font-weight: 700;
    position: relative;
    font-size: 32px;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}.contact_information9 form h3::after {
    bottom: -15px;
    background: rgb(152,189,189);
    position: absolute;
    transform: translateX(-50%);
    border-radius: 2px;
    width: 80px;
    height: 4px;
    left: 50%;
    content: '';
}.contact_information9 form {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 25px;
}.contact_information9 form h3 {
    grid-column: 1 / -1;
}.contact_information9 form input[type="text"],
.contact_information9 form input[type="email"] {
    font-size: 13px;
    color: #000000;
    width: 100%;
    padding: 15px 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 10px;
}.contact_information9 form input[type="text"]:focus,
.contact_information9 form input[type="email"]:focus {
    border-color: rgb(152,189,189);
    outline: none;
    box-shadow: 0 0 0 3px rgb(152,189,189,0.5);
}.contact_information9 form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_information9 .reach_links3 {
    align-items: flex-start;
    margin: 10px 0;
    grid-column: 1 / -1;
    display: flex;
}.contact_information9 .reach_links3 input[type="checkbox"] {
    border: 2px solid rgba(0, 0, 0, 0.1);
    position: relative;
    width: 22px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    height: 22px;
    margin-right: 15px;
    flex-shrink: 0;
    appearance: none;
    border-radius: 10px;
}.contact_information9 .reach_links3 input[type="checkbox"]:checked {
    background-color: rgb(152,189,189);
    border-color: rgb(152,189,189);
}.contact_information9 .reach_links3 input[type="checkbox"]:checked::before {
    content: "";
    border: solid #ffffff;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    left: 7px;
    position: absolute;
    top: 4px;
    width: 6px;
    height: 10px;
}.contact_information9 .reach_links3 label {
    color: #000000;
    line-height: 1.5;
    font-size: 13px;
}.contact_information9 .reach_links3 a {
    color: rgb(152,189,189);
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
}.contact_information9 .reach_links3 a:hover {
    color: rgb(101,117,164);
}.contact_information9 .help_query7 {
    position: relative;
    font-weight: 600;
    border: none;
    background: rgb(152,189,189);
    cursor: pointer;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 18px 20px;
    border-radius: 10px;
    overflow: hidden;
    grid-column: 1 / -1;
    font-size: 20px;
}.contact_information9 .help_query7:hover {
    background: rgb(101,117,164);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

@media (max-width: 992px) {.contact_information9 {
    padding: 80px 0;
}.contact_information9 .connect_list2 {
    padding: 35px;
}.contact_information9 .help_form6 {
    padding: 35px;
}
}

@media (max-width: 768px) {.contact_information9 {
    padding: 60px 0;
}.contact_information9 .connect_list2 {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;
}.contact_information9 .help_form6 {
    padding: 30px;
}.contact_information9 form {
    grid-gap: 20px;
    grid-template-columns: 1fr;
}.contact_information9 .connect_list2 h3,
    .contact_information9 form h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.85);
}
}

@media (max-width: 576px) {.contact_information9 {
    padding: 50px 0;
}.contact_information9 .connect_list2 {
    padding: 25px;
    grid-template-columns: 1fr;
}.contact_information9 .help_form6 {
    padding: 25px;
}.contact_information9 .connect_list2 h3,
    .contact_information9 form h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 25px;
}.contact_information9 .connect_list2 div {
    padding: 25px 15px;
}}.course_offering4 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(202,211,205) 0%, rgba(249, 249, 249, 0.95) 100%);
    padding: 5rem 0;
    position: relative;
}.course_offering4::before {
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
    height: 100%;
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 15px,
        rgba(var(--primary-color-rgb, 0, 110, 255), 0.02) 15px,
        rgba(var(--primary-color-rgb, 0, 110, 255), 0.02) 30px
    );
}.course_offering4 .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.course_offering4 .career_classes4 {
    grid-template-columns: 1fr;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(0deg);
    gap: 2.5rem;
    display: grid;
}.course_offering4 .career_classes4:hover {
    transform: perspective(1000px) rotateX(1deg);
}.course_offering4 .img_clickable6 {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    height: 300px;
    position: relative;
}.course_offering4 .img_clickable6::after {
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(var(--primary-color-rgb, 0, 110, 255), 0.3) 100%
    );
    content: '';
    position: absolute;
    inset: 0;
}.course_offering4 .img_clickable6:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateZ(30px);
}.course_offering4 .article_wrap8 {
    transform: translateZ(10px);
    border-left: 4px solid rgb(152,189,189);
    padding: 2.5rem;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.95) 100%
    );
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
}.course_offering4 .article_wrap8::before {
    top: -15px;
    background-color: rgb(152,189,189);
    z-index: -1;
    position: absolute;
    height: 30px;
    width: 30px;
    left: 30px;
    content: '';
    transform: rotate(45deg);
}.course_offering4 .article_wrap8:hover {
    transform: translateZ(15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.course_offering4 h3 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    font-size: 20px;
    color: #000000;
    position: relative;
    font-weight: 700;
    transform: translateY(0);
}.course_offering4 h3::after {
    bottom: 0;
    width: 50px;
    position: absolute;
    content: '';
    background: linear-gradient(
        to right,
        rgb(152,189,189) 0%,
        rgb(101,117,164) 100%
    );
    transition: width 0.4s ease;
    height: 3px;
    left: 0;
}.course_offering4 .article_wrap8:hover h3 {
    transform: translateY(-5px);
}.course_offering4 .article_wrap8:hover h3::after {
    width: 100px;
}.course_offering4 .description {
    animation: fadeInUp 0.8s forwards 0.2s;
    line-height: 1.75;
    font-size: 13px;
    margin-bottom: 1.5rem;
    color: #000000;
    opacity: 0;
    transform: translateY(20px);
}.course_offering4 span.description {
    display: none;
}

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

@media (min-width: 768px) {.course_offering4 {
    padding: 7rem 0;
}.course_offering4 .career_classes4 {
    gap: 3.5rem;
    align-items: center;
    grid-template-columns: 40% 1fr;
}.course_offering4 .img_clickable6 {
    height: 450px;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
}.course_offering4 h3 {
    font-size: calc(20px * 1.2);
}.course_offering4 .description {
    column-gap: 2.5rem;
    column-count: 2;
}
}

@media (min-width: 992px) {.course_offering4 {
    padding: 8rem 0;
}.course_offering4 .career_classes4 {
    gap: 4rem;
    grid-template-columns: 45% 1fr;
}.course_offering4 .img_clickable6 {
    height: 550px;
}.course_offering4 .article_wrap8 {
    padding: 3.5rem;
}.course_offering4 h3 {
    font-size: calc(20px * 1.4);
    margin-bottom: 2rem;
}
}

@media (max-width: 767px) {.course_offering4 .container {
    padding: 0 15px;
}.course_offering4 .img_clickable6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}.course_offering4 .article_wrap8 {
    padding: 1.5rem;
}.course_offering4 h3 {
    font-size: calc(20px * 0.9);
}.course_offering4 .description {
    font-size: calc(13px * 0.95);
}}footer {
    width: 100%;
    position: relative;
}footer .recycle_info7 {
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 80px 0 30px;
    background-color: rgb(101,117,164);
    font-family: Arial, sans-serif;
}footer .recycle_info7::before {
    position: absolute;
    left: 0;
    z-index: 0;
    transform: skewY(-3deg);
    content: "";
    height: 100px;
    top: -50px;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    background-color: rgb(101,117,164);
    right: 0;
}footer .discuss_cta2 {
    position: relative;
    z-index: 1;
}footer .contact_us2 {
    display: flex;
    margin-bottom: 60px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}footer .info_item {
    padding: 15px 20px 15px 25px;
    max-width: 300px;
    background-color: rgb(101,117,164,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    flex: 1 1 200px;
    overflow: hidden;
    border-radius: 0 5px 5px 0;
    position: relative;
}footer .info_item::before {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    width: 5px;
    height: 100%;
    background-color: rgb(152,189,189);
}footer .info_item::after {
    z-index: -1;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    position: absolute;
}footer .info_item:nth-child(even) {
    background-color: rgb(152,189,189,0.5);
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) translateX(5px);
}footer .info_item svg {
    width: 20px;
    position: relative;
    vertical-align: middle;
    top: -1px;
    fill: rgb(152,189,189);
    margin-right: 12px;
    height: 20px;
}footer .info_item p,
footer .info_item a {
    vertical-align: middle;
    color: #ffffff;
    transition: color 0.3s ease;
    font-size: 13px;
    display: inline-block;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(152,189,189);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
}footer .top_expert8 {
    border-radius: 13px;
    background-color: rgb(101,117,164,0.5);
    position: relative;
    padding: 30px;
}footer .top_expert8::before {
    border-radius: calc(13px - 8px);
    left: 15px;
    position: absolute;
    content: "";
    right: 15px;
    bottom: 15px;
    pointer-events: none;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    top: 15px;
}footer .top_expert8 svg {
    display: block;
    filter: brightness(0) invert(1);
    height: 45px;
    margin-bottom: 20px;
    width: auto;
}footer .podcast_cta8 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .nav_lesson3 {
    position: relative;
}footer .nav_lesson3 h5 {
    font-size: 20px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    padding-left: 15px;
    margin-bottom: 25px;
}footer .nav_lesson3 h5::before {
    top: 0;
    position: absolute;
    left: 0;
    background-color: rgb(152,189,189);
    content: "";
    width: 3px;
    height: 100%;
}footer .top_mainwrap0 {
    margin-bottom: 25px;
    position: relative;
}footer .top_mainwrap0 a {
    display: inline-block;
    padding: 10px 15px;
    position: relative;
    border-radius: 0 5px 5px 0;
    background-color: rgb(101,117,164,0.5);
    transition: all 0.3s ease;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    margin: 0 10px 10px 0;
}footer .top_mainwrap0 a::before {
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    background-color: rgb(152,189,189);
    transition: width 0.3s ease;
    left: 0;
    width: 3px;
}footer .top_mainwrap0 a:hover {
    background-color: rgb(152,189,189,0.5);
    transform: translateX(5px);
    color: #ffffff;
}footer .top_mainwrap0 a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    background-color: rgb(101,117,164,0.5);
    position: relative;
    border-radius: 13px;
    padding: 30px;
}footer .subscribe_holder::before {
    position: absolute;
    bottom: 15px;
    right: 15px;
    pointer-events: none;
    content: "";
    left: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    top: 15px;
    border-radius: calc(13px - 8px);
}footer .subscribe_holder h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    padding-left: 15px;
    margin-bottom: 15px;
    position: relative;
}footer .subscribe_holder h5::before {
    width: 3px;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    background-color: rgb(152,189,189);
    content: "";
}footer .subscribe_holder p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(152,189,189);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .subscribe_widget4 {
    transition: all 0.3s ease;
    padding: 14px 20px;
    position: relative;
    border-radius: 10px;
    border: none;
    color: #ffffff;
    background-color: rgb(152,189,189);
    overflow: hidden;
    font-weight: 600;
    cursor: pointer;
    font-size: 19px;
}footer .subscribe_widget4::after {
    top: -50%;
    left: -100%;
    content: "";
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.5s ease;
    position: absolute;
    transform: rotate(30deg);
    width: 200%;
}footer .subscribe_widget4:hover {
    background-color: rgb(101,117,164);
}footer .subscribe_widget4:hover::after {
    left: 100%;
}footer .intern_opp3 {
    text-align: center;
    position: relative;
    margin-top: 50px;
}footer .intern_opp3::before {
    position: absolute;
    height: 1px;
    width: 50px;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    top: -25px;
}footer .degree_path8 {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .subscribe_widget4 {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .recycle_info7 {
    padding: 60px 0 30px;
}footer .contact_us2 {
    margin-bottom: 40px;
}footer .top_expert8, footer .subscribe_holder {
    padding: 25px 20px;
}footer .top_mainwrap0 a {
    margin: 0 5px 8px 0;
    padding: 8px 12px;
}footer .intern_opp3 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .recycle_info7 {
    padding: 50px 0 20px;
}footer .nav_lesson3 h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
    margin-bottom: 20px;
}footer .top_expert8::before, footer .subscribe_holder::before {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
}footer .input_holder input[type="email"],
    footer .subscribe_widget4 {
    padding: 12px;
}}.privacy_lock9 {
    height: auto;
    width: 100%;
    background: rgb(101,117,164,0.5);
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    padding: 40px;
}.privacy_lock9 h1 {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 25px;
    color: rgb(152,189,189);
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 47px;
}.privacy_lock9 h2 {
    font-size: 34px;
    font-weight: 600;
    color: rgb(101,117,164);
    margin-top: 30px;
    padding-bottom: 5px;
    text-transform: capitalize;
    border-bottom: 2px solid rgb(152,189,189);
    margin-bottom: 20px;
}.privacy_lock9 h3, .privacy_lock9 h4, .privacy_lock9 h5, .privacy_lock9 h6 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 20px;
    color: #000000;
}.privacy_lock9 ul, .privacy_lock9 ol {
    padding-left: 20px;
    list-style: none;
    padding: 15px 0;
}.privacy_lock9 ul li::before {
    color: rgb(152,189,189);
    content: '•';
    margin-right: 10px;
    font-size: 1.5em;
    vertical-align: middle;
}.privacy_lock9 li {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 12px;
}.privacy_lock9 p, .privacy_lock9 span, .privacy_lock9 div {
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}.privacy_lock9 div.container {
    margin: 0 auto;
    max-width: 1200px;
}

@media only screen and (max-width: 800px) {.privacy_lock9 {
    padding: 20px 10px;
    border-radius: 10px;
}.privacy_lock9 h1 {
    font-size: calc(22px - 10px);
}.privacy_lock9 h2 {
    font-size: calc(22px - 5px);
}.privacy_lock9 h3, .privacy_lock9 h4, .privacy_lock9 h5, .privacy_lock9 h6 {
    font-size: calc(22px - 5px);
}}header {
    left: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    top: 0;
    background: linear-gradient(to bottom, 
        rgb(152,189,189,0.5) 0%,
        #000000 100%);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
}header::before {
    z-index: 1;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(101,117,164,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(152,189,189,0.5) 0%, transparent 15%);
    opacity: 0.3;
    animation: pulse-bg 8s infinite alternate;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
}header::after {
    position: absolute;
    top: 0;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(101,117,164,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(101,117,164,0.5) 100%);
    height: 100%;
    width: 100%;
    background-size: 20px 20px;
    left: 0;
    content: "";
    opacity: 0.1;
    z-index: 1;
}header .container {
    flex-direction: column;
    align-items: center;
    padding: 0;
    z-index: 2;
    display: flex;
    position: relative;
}header .header_base8 {
    width: 100%;
    position: relative;
    align-items: center;
    flex-direction: column;
    display: flex;
}header .top_know5 {
    z-index: 3;
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
    margin: 1rem 0 1.5rem;
    text-decoration: none;
}header .top_know5::before {
    animation: rotate 10s linear infinite;
    width: 120px;
    border-radius: 50%;
    z-index: -1;
    height: 120px;
    position: absolute;
    content: "";
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(101,117,164,0.5) 120deg,
            transparent 180deg,
            rgb(152,189,189,0.5) 240deg,
            transparent 360deg
        );
    opacity: 0.2;
}header .top_know5::after {
    background: rgb(101,117,164,0.5);
    border-radius: 50%;
    height: 70px;
    opacity: 0.3;
    width: 70px;
    content: "";
    animation: pulse-opacity 4s ease infinite alternate;
    z-index: -2;
    position: absolute;
    filter: blur(20px);
}header .top_know5 svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 0 8px rgb(152,189,189,0.5));
    transition: all 0.4s ease;
}header .top_know5:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(101,117,164));
}header .nav_lesson3 {
    position: relative;
    border-bottom: 1px solid rgb(152,189,189,0.5);
    overflow-x: auto;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    gap: 0.8rem;
    display: flex;
    scrollbar-width: none;
    padding: 1rem 0;
    justify-content: center;
    width: 100vw;
    border-top: 1px solid rgb(152,189,189,0.5);
}header .nav_lesson3::-webkit-scrollbar {
    display: none;
}header .nav_lesson3::before {
    content: "";
    z-index: 3;
    width: 100%;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    top: 0;
    height: 100%;
    pointer-events: none;
    left: 0;
    position: absolute;
}header .head_master3 {
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    z-index: 2;
    letter-spacing: 1px;
    color: #ffffff;
    white-space: nowrap;
    text-decoration: none;
    perspective: 800px;
    font-family: Arial, sans-serif;
}header .head_master3::before {
    top: 0;
    transform: translateZ(-10px);
    left: 0;
    height: 100%;
    content: "";
    transition: all 0.3s ease;
    width: 100%;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    border: 1px solid transparent;
}header .head_master3::after {
    background: rgb(101,117,164);
    height: 2px;
    left: 50%;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    width: 0%;
    content: "";
}header .head_master3:hover {
    text-shadow: 0 0 5px rgb(101,117,164,0.5);
    color: rgb(101,117,164);
    transform: translateY(-2px) translateZ(0);
}header .head_master3:hover::before {
    transform: translateZ(0);
    border-color: rgb(101,117,164,0.5);
    box-shadow: 0 0 15px rgb(152,189,189,0.5);
}header .head_master3:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .top_know5 {
    margin: 0.8rem 0 1.2rem;
}header .top_know5 svg {
    height: 40px;
}header .head_master3 {
    font-size: calc(12px - 1px);
    padding: 0.5rem 1.2rem;
}
}

@media (max-width: 767px) {header .top_know5 {
    margin: 0.6rem 0 1rem;
}header .top_know5 svg {
    height: 35px;
}header .top_know5::before {
    height: 90px;
    width: 90px;
}header .top_know5::after {
    height: 50px;
    width: 50px;
}header .nav_lesson3 {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .head_master3 {
    font-size: calc(12px - 2px);
    padding: 0.4rem 1rem;
}header .head_master3:first-child {
    margin-left: 2rem;
}header .head_master3:last-child {
    margin-right: 2rem;
}}.our_background9 {
    color: #ffffff;
    overflow: hidden;
    background: rgb(101,117,164,0.5);
    padding: 120px 0;
    position: relative;
}.our_background9::before {
    z-index: 0;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: 
        linear-gradient(217deg, rgb(152,189,189,0.5), transparent 70%),
        linear-gradient(127deg, rgb(101,117,164,0.5), transparent 70%);
    width: 100%;
    content: "";
    opacity: 0.2;
}.our_background9 .container {
    position: relative;
    z-index: 2;
}.our_background9 .skill_sessions7 {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 100px;
}.our_background9 h3 {
    animation: slideIn 0.6s ease forwards;
    opacity: 0;
    transform: translateX(-100px);
    margin-bottom: 0;
    position: relative;
    font-size: calc(48px * 1.2);
    color: #ffffff;
    font-weight: 700;
}@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.our_background9 h3::before {
    height: 3px;
    width: 20px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    content: "";
    background: rgb(152,189,189);
    left: -30px;
}.our_background9 .team_culture2 {
    display: grid;
    position: relative;
    opacity: 0;
    gap: 40px;
    border-left: 3px solid rgb(152,189,189);
    transform: translateX(-50px);
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
    animation: fadeInRight 0.6s ease forwards 0.3s;
}@keyframes fadeInRight {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.our_background9 .team_culture2 span {
    font-size: 23px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 600;
    grid-column: 1 / 3;
    display: block;
    color: rgb(152,189,189);
}.our_background9 .team_culture2 p {
    color: #ffffff;
    line-height: 1.8;
    opacity: 0.9;
    font-size: 16px;
    padding-right: 20px;
    margin: 0;
}.our_background9 .team_culture2 .img_clickable6 {
    width: 100%;
    border-radius: 0;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    transform: scale(1);
    min-height: 300px;
    transition: transform 0.4s ease;
    overflow: hidden;
    position: relative;
    height: 100%;
}.our_background9 .team_culture2 .img_clickable6:hover {
    transform: scale(1.05);
}.our_background9 .team_culture2 .img_clickable6::before {
    background: linear-gradient(to right, rgb(152,189,189,0.5), transparent);
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    opacity: 0.3;
}.our_background9 .knowledge_study8 {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    border-right: 3px solid rgb(101,117,164);
    padding-right: 40px;
    animation: fadeInLeft 0.6s ease forwards 0.6s;
    opacity: 0;
    transform: translateX(50px);
}@keyframes fadeInLeft {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.our_background9 .knowledge_study8 p {
    color: #ffffff;
    margin: 0;
    padding-left: 20px;
    grid-column: 2 / 3;
    line-height: 1.8;
    opacity: 0.9;
    font-size: 16px;
}.our_background9 .knowledge_study8 .learning_track0 {
    grid-column: 1 / 2;
    transition: transform 0.4s ease;
    min-height: 300px;
    height: 100%;
    grid-row: 1 / 2;
    transform: scale(1);
    width: 100%;
    overflow: hidden;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    border-radius: 0;
    position: relative;
}.our_background9 .knowledge_study8 .learning_track0:hover {
    transform: scale(1.05);
}.our_background9 .knowledge_study8 .learning_track0::before {
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(to left, rgb(101,117,164,0.5), transparent);
    width: 100%;
    opacity: 0.3;
    position: absolute;
}.our_background9 .skill_sessions7::before {
    left: 0;
    width: 40%;
    content: "";
    background: linear-gradient(to right, rgb(152,189,189), transparent);
    position: absolute;
    top: -20px;
    height: 1px;
}.our_background9 .skill_sessions7::after {
    background: linear-gradient(to left, rgb(101,117,164), transparent);
    position: absolute;
    bottom: -20px;
    height: 1px;
    content: "";
    right: 0;
    width: 40%;
}.our_background9 .container::before {
    border-radius: 50%;
    border: 1px solid rgb(152,189,189,0.5);
    height: 200px;
    width: 200px;
    top: -100px;
    content: "";
    left: -100px;
    z-index: -1;
    position: absolute;
    animation: rotate 30s linear infinite;
}.our_background9 .container::after {
    animation: rotate 40s linear infinite reverse;
    bottom: -150px;
    height: 300px;
    width: 300px;
    border: 1px solid rgb(101,117,164,0.5);
    content: "";
    z-index: -1;
    right: -150px;
    border-radius: 50%;
    position: absolute;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.our_background9::after {
    left: 0;
    z-index: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
}

@media screen and (max-width: 992px) {.our_background9 {
    padding: 80px 0;
}.our_background9 h3 {
    font-size: calc(48px * 1.1);
}.our_background9 .skill_sessions7 {
    gap: 70px;
}.our_background9 .team_culture2,
    .our_background9 .knowledge_study8 {
    grid-template-columns: 1fr;
    gap: 30px;
}.our_background9 .team_culture2 p {
    padding-right: 0;
    grid-column: 1 / 2;
}.our_background9 .knowledge_study8 p {
    grid-column: 1 / 2;
    padding-left: 0;
    grid-row: 2 / 3;
}.our_background9 .knowledge_study8 .learning_track0 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.our_background9 .team_culture2 .img_clickable6,
    .our_background9 .knowledge_study8 .learning_track0 {
    min-height: 250px;
}
}

@media screen and (max-width: 768px) {.our_background9 {
    padding: 60px 0;
}.our_background9 h3 {
    font-size: 48px;
}.our_background9 .skill_sessions7 {
    gap: 50px;
}.our_background9 .team_culture2,
    .our_background9 .knowledge_study8 {
    padding-left: 20px;
    padding-right: 20px;
}.our_background9 .team_culture2 {
    border-left: 2px solid rgb(152,189,189);
}.our_background9 .knowledge_study8 {
    border-right: 2px solid rgb(101,117,164);
}.our_background9 .team_culture2 span {
    font-size: calc(23px * 0.9);
}.our_background9 .team_culture2 p,
    .our_background9 .knowledge_study8 p {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}.our_background9 .team_culture2 .img_clickable6,
    .our_background9 .knowledge_study8 .learning_track0 {
    clip-path: none;
    min-height: 220px;
    border-radius: 10px;
}
}

@media screen and (max-width: 576px) {.our_background9 {
    padding: 50px 0;
}.our_background9 h3 {
    font-size: calc(48px * 0.8);
}.our_background9 h3::before {
    left: -20px;
    width: 15px;
}.our_background9 .skill_sessions7 {
    gap: 40px;
}.our_background9 .team_culture2,
    .our_background9 .knowledge_study8 {
    padding-left: 15px;
    padding-right: 15px;
    gap: 20px;
}.our_background9 .team_culture2 .img_clickable6,
    .our_background9 .knowledge_study8 .learning_track0 {
    min-height: 180px;
}.our_background9 .container::before,
    .our_background9 .container::after {
    display: none;
}}.pricing_card_list8 {
    overflow: hidden;
    z-index: 1;
    padding: 100px 0;
    position: relative;
}.pricing_card_list8::before {
    position: absolute;
    background: linear-gradient(135deg, rgba(36, 48, 94, 0.95), rgba(26, 35, 72, 0.97));
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
}.pricing_card_list8 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.pricing_card_list8 .pro_rates1 {
    z-index: 2;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    display: flex;
}.pricing_card_list8 h2 {
    text-align: center;
    font-weight: 700;
    transform: translateY(0);
    color: #ffffff;
    letter-spacing: 0.5px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: calc(37px * 1.1);
    position: relative;
    margin-bottom: 20px;
}.pricing_card_list8 h2::after {
    width: 80px;
    background: rgb(152,189,189);
    bottom: -12px;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    border-radius: 1px;
    left: 50%;
    content: "";
}.pricing_card_list8 .access_plans5 {
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    text-align: center;
    line-height: 1.6;
    max-width: 80%;
    letter-spacing: 0.2px;
    font-size: calc(17px * 1.05);
    font-weight: 400;
}.pricing_card_list8 .program_fees4 {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.pricing_card_list8 .program_fees4 li {
    height: 100%;
    display: flex;
}.pricing_card_list8 .cost_card7 {
    display: flex;
    transform: translateY(0) scale(1);
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 
                0 2px 5px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}.pricing_card_list8 .cost_card7::before {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    background: linear-gradient(90deg, rgb(152,189,189), rgb(101,117,164));
    transform: translateY(-5px);
    left: 0;
    top: 0;
    height: 5px;
    content: "";
    width: 100%;
}.pricing_card_list8 .cost_card7:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18), 
                0 5px 15px rgba(0, 0, 0, 0.08);
}.pricing_card_list8 .cost_card7:hover::before {
    transform: translateY(0);
}.pricing_card_list8 .price_panel4 {
    position: relative;
    padding: 35px 30px;
    display: flex;
    height: 100%;
    flex-direction: column;
}.pricing_card_list8 .bundle_rate9 {
    display: flex;
    flex-direction: column;
    height: 100%;
}.pricing_card_list8 .cost_card7 h4 {
    position: relative;
    transition: color 0.3s ease;
    padding-bottom: 15px;
    letter-spacing: 0.3px;
    font-size: calc(23px * 1.1);
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 20px;
}.pricing_card_list8 .cost_card7:hover h4 {
    color: rgb(152,189,189);
}.pricing_card_list8 .cost_card7 h4::after {
    height: 2px;
    transition: width 0.4s ease, background-color 0.4s ease;
    width: 40px;
    left: 0;
    content: "";
    bottom: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
}.pricing_card_list8 .cost_card7:hover h4::after {
    width: 60px;
    background-color: rgb(152,189,189);
}.pricing_card_list8 .cost_card7 p {
    overflow-wrap: break-word;
    word-break: normal;
    white-space: normal;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300;
    hyphens: auto;
    flex-grow: 1;
    margin: 0 0 30px;
    line-height: 1.7;
    font-size: 17px;
}.pricing_card_list8 .program_price9 {
    font-weight: 700;
    margin-top: auto;
    position: relative;
    font-size: calc(23px * 1.15);
    padding: 15px 0 0;
    color: rgb(152,189,189);
    transition: transform 0.3s ease, color 0.3s ease;
    display: block;
    letter-spacing: 0.5px;
}.pricing_card_list8 .program_price9::before {
    transition: width 0.4s ease, opacity 0.3s ease;
    opacity: 0.6;
    position: absolute;
    content: "";
    left: 0;
    height: 2px;
    top: 0;
    width: 25px;
    background-color: rgb(152,189,189);
}.pricing_card_list8 .cost_card7:hover .program_price9 {
    transform: translateY(-3px);
    color: rgb(101,117,164);
}.pricing_card_list8 .cost_card7:hover .program_price9::before {
    width: 40px;
    opacity: 1;
}


@media (max-width: 1200px) {.pricing_card_list8 {
    padding: 80px 0;
}.pricing_card_list8 .access_plans5 {
    max-width: 90%;
}.pricing_card_list8 .program_fees4 {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.pricing_card_list8 h2 {
    font-size: 37px;
}.pricing_card_list8 .price_panel4 {
    padding: 30px 25px;
}.pricing_card_list8 .cost_card7 h4 {
    font-size: 23px;
}
}

@media (max-width: 768px) {.pricing_card_list8 {
    padding: 60px 0;
}.pricing_card_list8 h2 {
    font-size: calc(37px * 0.9);
}.pricing_card_list8 .access_plans5 {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 17px;
}.pricing_card_list8 .program_fees4 {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing_card_list8 .cost_card7 {
    max-height: none;
}.pricing_card_list8 .cost_card7 p {
    margin-bottom: 25px;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.pricing_card_list8 {
    padding: 50px 0;
}.pricing_card_list8 h2 {
    font-size: calc(37px * 0.85);
}.pricing_card_list8 .access_plans5 {
    font-size: calc(17px * 0.95);
}.pricing_card_list8 .price_panel4 {
    padding: 25px 20px;
}.pricing_card_list8 .cost_card7 h4 {
    font-size: calc(23px * 0.95);
    margin-bottom: 15px;
}.pricing_card_list8 .program_price9 {
    font-size: 23px;
}}.thxDiv7 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(202,211,205), rgb(202,211,205) 60%, rgb(101,117,164,0.5) 140%);
    padding: 5rem 0;
}.thxDiv7::before {
    animation: float 18s ease-in-out infinite alternate;
    right: -10%;
    width: 50%;
    background: linear-gradient(145deg, rgb(152,189,189,0.5) 10%, transparent 70%);
    position: absolute;
    height: 70%;
    transform: rotate(15deg) skew(5deg);
    content: "";
    z-index: 1;
    filter: blur(20px);
    top: -5%;
    opacity: 0.8;
}.thxDiv7::after {
    bottom: -8%;
    filter: blur(15px);
    background: linear-gradient(215deg, rgb(101,117,164,0.5) 15%, transparent 65%);
    content: "";
    position: absolute;
    height: 60%;
    transform: rotate(-10deg) skew(-5deg);
    animation: float 15s ease-in-out infinite alternate-reverse;
    width: 40%;
    opacity: 0.7;
    left: -5%;
    z-index: 1;
}.thxDiv7 .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.thxDiv7 h2 {
    margin-bottom: 2rem;
    transform: translateY(0);
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    line-height: 1.3;
    position: relative;
    max-width: 90%;
}.thxDiv7 h2::after {
    transform-origin: left center;
    transform: scaleX(1);
    left: 0;
    position: absolute;
    height: 4px;
    transition: transform 0.6s ease-out;
    bottom: -0.8rem;
    content: "";
    background: linear-gradient(90deg, rgb(152,189,189), rgb(101,117,164));
    width: 80px;
}.thxDiv7:hover h2 {
    transform: translateY(-5px);
}.thxDiv7:hover h2::after {
    transform: scaleX(1.2);
}.thxDiv7 .skill_sessions7 {
    position: relative;
    margin-top: 1rem;
    backdrop-filter: blur(8px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 2.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.02);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    transform: translateZ(0);
    border-radius: calc(21px / 1.5);
}.thxDiv7 .skill_sessions7::before {
    height: 4px;
    content: "";
    background: linear-gradient(90deg, rgb(152,189,189), rgb(101,117,164), rgb(152,189,189));
    background-size: 200% 100%;
    animation: gradientMove 8s ease infinite;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
}.thxDiv7 .skill_sessions7:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.08),
        0 8px 15px rgba(0, 0, 0, 0.03);
}.thxDiv7 ul {
    padding: 0;
    list-style: none;
    margin: 0;
    position: relative;
}.thxDiv7 li {
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 2rem;
}.thxDiv7 li::before {
    width: 10px;
    content: "";
    transition: transform 0.3s ease, background-color 0.3s ease;
    left: 0;
    background: rgb(152,189,189);
    top: 0.5rem;
    border-radius: 50%;
    position: absolute;
    height: 10px;
    transform: scale(0.8);
}.thxDiv7 li:hover::before {
    background: rgb(101,117,164);
    transform: scale(1.1);
}.thxDiv7 li span {
    font-size: calc(17px * 1.05);
    line-height: 1.7;
    font-family: Arial, sans-serif;
    display: block;
    color: #000000;
    transition: transform 0.3s ease;
}.thxDiv7 li:hover span {
    transform: translateX(5px);
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(15deg) skew(5deg);
    }
    50% {
        transform: translateY(-20px) rotate(12deg) skew(3deg);
    }
    100% {
        transform: translateY(0) rotate(15deg) skew(5deg);
    }
}

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

@media (max-width: 992px) {.thxDiv7 {
    padding: 4rem 0;
}.thxDiv7 h2 {
    font-size: calc(28px * 0.9);
    max-width: 100%;
}.thxDiv7 .skill_sessions7 {
    padding: 2rem;
}
}

@media (max-width: 768px) {.thxDiv7 {
    padding: 3.5rem 0;
}.thxDiv7 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.8);
}.thxDiv7 h2::after {
    width: 60px;
    height: 3px;
}.thxDiv7 .skill_sessions7 {
    padding: 1.8rem;
}.thxDiv7 li {
    padding-left: 1.8rem;
}.thxDiv7 li span {
    font-size: 17px;
}
}

@media (max-width: 576px) {.thxDiv7 {
    padding: 3rem 0;
}.thxDiv7 h2 {
    margin-bottom: 1.2rem;
    font-size: calc(28px * 0.7);
}.thxDiv7 h2::after {
    height: 3px;
    width: 50px;
}.thxDiv7 .skill_sessions7 {
    margin-top: 0.5rem;
    padding: 1.5rem;
}.thxDiv7 li {
    padding-left: 1.5rem;
}.thxDiv7 li::before {
    width: 8px;
    height: 8px;
    top: 0.4rem;
}.thxDiv7 li span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}}.primary_page5 {
    width: 100%;
    position: relative;
    min-height: 100vh;
    background: rgb(202,211,205);
    overflow: hidden;
}.primary_page5::before {
    top: 0;
    background: 
        linear-gradient(217deg, rgb(152,189,189,0.5), transparent 70%),
        linear-gradient(127deg, rgb(101,117,164,0.5), transparent 70%),
        linear-gradient(336deg, rgba(0, 0, 0, 0.5), transparent 70%);
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    z-index: 1;
}.primary_page5::after {
    height: 200%;
    background-size: 30px 30px;
    content: "";
    animation: backgroundMove 50s linear infinite;
    top: -50%;
    opacity: 0.2;
    z-index: 2;
    width: 200%;
    background: radial-gradient(rgb(152,189,189,0.5) 2px, transparent 4px);
    left: -50%;
    position: absolute;
}.primary_page5 .skill_sessions7 {
    z-index: 3;
    width: 100%;
    position: relative;
    height: 100vh;
}.primary_page5 .page_welcome3 {
    height: 100vh;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    overflow: hidden;
}.primary_page5 .page_welcome3 input {
    display: none;
}.primary_page5 .fast_skill0 {
    height: 100%;
    width: 100%;
    transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: flex;
}.primary_page5 .start_head0 {
    height: 100%;
    overflow: hidden;
    flex: 0 0 100%;
    position: relative;
}.primary_page5 .start_head0::before {
    inset: 0;
    mix-blend-mode: multiply;
    position: absolute;
    background: linear-gradient(0deg, rgb(202,211,205) 0%, transparent 35%, transparent 65%, rgb(202,211,205) 100%);
    z-index: 2;
    content: "";
}.primary_page5 .start_head0 img {
    height: 100%;
    object-fit: cover;
    filter: saturate(0.8) brightness(0.9);
    width: 100%;
    transform: scale(1.1);
    transition: transform 6s cubic-bezier(0.215, 0.610, 0.355, 1), filter 1s ease;
}.primary_page5 .study_tech8 {
    gap: 20px;
    position: absolute;
    display: flex;
    z-index: 10;
    width: 80%;
    left: 10%;
    justify-content: center;
    bottom: 40px;
}.primary_page5 .study_tech8 label {
    height: 6px;
    background: #ffffff;
    opacity: 0.2;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: 50px;
}.primary_page5 .study_tech8 label::before {
    width: 100%;
    background: rgb(152,189,189);
    top: 0;
    position: absolute;
    transition: transform 0.5s ease;
    left: -100%;
    height: 100%;
    content: "";
}.primary_page5 .study_tech8 label:hover {
    opacity: 0.6;
}.primary_page5 .study_tech8 label:hover::before {
    transform: translateX(100%);
}.primary_page5 .article_wrap8 {
    height: 100%;
    position: absolute;
    align-items: center;
    justify-content: center;
    z-index: 5;
    display: flex;
    width: 100%;
}.primary_page5 .article_wrap8 .container {
    overflow: hidden;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    max-width: 700px;
    position: relative;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
}.primary_page5 .article_wrap8 .container::before {
    left: -100%;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(152,189,189,0.5) 0,
            rgb(152,189,189,0.5) 1px,
            transparent 1px,
            transparent 10px
        );
    opacity: 0.1;
    position: absolute;
    top: -100%;
    height: 300%;
    content: "";
    width: 300%;
    z-index: -1;
    animation: backgroundShift 120s linear infinite;
}.primary_page5 .article_wrap8 .container::after {
    z-index: -1;
    mask: 
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    inset: 0;
    content: "";
    mask-composite: exclude;
    border: 2px solid transparent;
    position: absolute;
    border-radius: 12px;
    background: linear-gradient(90deg, rgb(152,189,189), rgb(101,117,164)) border-box;
}.primary_page5 .article_wrap8 h1 {
    font-size: 42px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
}.primary_page5 .article_wrap8 h1::before {
    border-left: 2px solid rgb(152,189,189);
    left: -20px;
    border-top: 2px solid rgb(152,189,189);
    z-index: -1;
    position: absolute;
    opacity: 0.7;
    content: "";
    height: 40px;
    width: 40px;
    top: -10px;
}.primary_page5 .article_wrap8 h1::after {
    height: 2px;
    width: 0;
    position: absolute;
    animation: lineExpand 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    background: linear-gradient(90deg, rgb(152,189,189), rgb(101,117,164));
    bottom: -5px;
    left: 0;
    content: "";
}.primary_page5 .article_wrap8 h3 {
    position: relative;
    font-size: 19px;
    padding-left: 15px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}.primary_page5 .article_wrap8 h3::before {
    background: rgb(101,117,164);
    height: 100%;
    top: 0;
    content: "";
    width: 3px;
    left: 0;
    position: absolute;
}.primary_page5 .article_wrap8 p {
    padding: 20px;
    background: rgb(101,117,164);
    border-radius: 10px;
    font-weight: 400;
    line-height: 1.8;
    font-size: 14px;
    color: #ffffff;
    border-left: 2px solid rgb(152,189,189);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    position: relative;
    backdrop-filter: blur(4px);
}.primary_page5 input[type="radio"]:nth-of-type(1):checked ~ .fast_skill0 {
    transform: translateX(0%);
}.primary_page5 input[type="radio"]:nth-of-type(2):checked ~ .fast_skill0 {
    transform: translateX(-100%);
}.primary_page5 input[type="radio"]:nth-of-type(3):checked ~ .fast_skill0 {
    transform: translateX(-200%);
}.primary_page5 input[type="radio"]:nth-of-type(4):checked ~ .fast_skill0 {
    transform: translateX(-300%);
}.primary_page5 input[type="radio"]:nth-of-type(5):checked ~ .fast_skill0 {
    transform: translateX(-400%);
}.primary_page5 input[type="radio"]:nth-of-type(6):checked ~ .fast_skill0 {
    transform: translateX(-500%);
}.primary_page5 input[type="radio"]:nth-of-type(7):checked ~ .fast_skill0 {
    transform: translateX(-600%);
}.primary_page5 input[type="radio"]:nth-of-type(8):checked ~ .fast_skill0 {
    transform: translateX(-700%);
}.primary_page5 input[type="radio"]:nth-of-type(9):checked ~ .fast_skill0 {
    transform: translateX(-800%);
}.primary_page5 input[type="radio"]:nth-of-type(10):checked ~ .fast_skill0 {
    transform: translateX(-900%);
}.primary_page5 input[type="radio"]:nth-of-type(1):checked ~ .study_tech8 label:nth-of-type(1),
.primary_page5 input[type="radio"]:nth-of-type(2):checked ~ .study_tech8 label:nth-of-type(2),
.primary_page5 input[type="radio"]:nth-of-type(3):checked ~ .study_tech8 label:nth-of-type(3),
.primary_page5 input[type="radio"]:nth-of-type(4):checked ~ .study_tech8 label:nth-of-type(4),
.primary_page5 input[type="radio"]:nth-of-type(5):checked ~ .study_tech8 label:nth-of-type(5),
.primary_page5 input[type="radio"]:nth-of-type(6):checked ~ .study_tech8 label:nth-of-type(6),
.primary_page5 input[type="radio"]:nth-of-type(7):checked ~ .study_tech8 label:nth-of-type(7),
.primary_page5 input[type="radio"]:nth-of-type(8):checked ~ .study_tech8 label:nth-of-type(8),
.primary_page5 input[type="radio"]:nth-of-type(9):checked ~ .study_tech8 label:nth-of-type(9),
.primary_page5 input[type="radio"]:nth-of-type(10):checked ~ .study_tech8 label:nth-of-type(10) {
    background: linear-gradient(90deg, rgb(152,189,189), rgb(101,117,164));
    box-shadow: 0 0 15px rgb(152,189,189,0.5);
    opacity: 1;
    width: 70px;
}.primary_page5 input[type="radio"]:nth-of-type(1):checked ~ .fast_skill0 .start_head0:nth-of-type(1) img,
.primary_page5 input[type="radio"]:nth-of-type(2):checked ~ .fast_skill0 .start_head0:nth-of-type(2) img,
.primary_page5 input[type="radio"]:nth-of-type(3):checked ~ .fast_skill0 .start_head0:nth-of-type(3) img,
.primary_page5 input[type="radio"]:nth-of-type(4):checked ~ .fast_skill0 .start_head0:nth-of-type(4) img,
.primary_page5 input[type="radio"]:nth-of-type(5):checked ~ .fast_skill0 .start_head0:nth-of-type(5) img,
.primary_page5 input[type="radio"]:nth-of-type(6):checked ~ .fast_skill0 .start_head0:nth-of-type(6) img,
.primary_page5 input[type="radio"]:nth-of-type(7):checked ~ .fast_skill0 .start_head0:nth-of-type(7) img,
.primary_page5 input[type="radio"]:nth-of-type(8):checked ~ .fast_skill0 .start_head0:nth-of-type(8) img,
.primary_page5 input[type="radio"]:nth-of-type(9):checked ~ .fast_skill0 .start_head0:nth-of-type(9) img,
.primary_page5 input[type="radio"]:nth-of-type(10):checked ~ .fast_skill0 .start_head0:nth-of-type(10) img {
    filter: saturate(1.2) brightness(1.1);
    transform: scale(1.2);
}

@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes backgroundMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50%, 50%);
    }
}

@keyframes backgroundShift {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1024px) {.primary_page5 .article_wrap8 .container {
    max-width: 80%;
}.primary_page5 .study_tech8 {
    left: 5%;
    width: 90%;
}
}

@media screen and (max-width: 768px) {.primary_page5 .article_wrap8 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 80px;
}.primary_page5 .article_wrap8 .container {
    padding: 30px;
    max-width: 90%;
}.primary_page5 .study_tech8 {
    bottom: 30px;
}.primary_page5 .study_tech8 label {
    width: 40px;
    height: 5px;
}.primary_page5 input[type="radio"]:checked ~ .study_tech8 label {
    width: 60px;
}
}

@media screen and (max-width: 480px) {.primary_page5 .article_wrap8 {
    padding-top: 60px;
}.primary_page5 .article_wrap8 .container {
    padding: 20px;
}.primary_page5 .article_wrap8 h1 {
    margin-bottom: 15px;
    font-size: calc(42px * 0.8);
}.primary_page5 .article_wrap8 h1::before {
    top: -5px;
    height: 30px;
    left: -15px;
    width: 30px;
}.primary_page5 .article_wrap8 h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 15px;
}.primary_page5 .article_wrap8 p {
    padding: 15px;
    font-size: calc(14px * 0.9);
}.primary_page5 .study_tech8 {
    gap: 10px;
}.primary_page5 .study_tech8 label {
    width: 30px;
    height: 4px;
}.primary_page5 input[type="radio"]:checked ~ .study_tech8 label {
    width: 45px;
}}.training_specialist1 {
    background: linear-gradient(45deg, rgb(202,211,205) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 70px 30px;
}.training_specialist1::before {
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.4;
    background: radial-gradient(circle at 30% 50%, rgb(152,189,189,0.5) 0%, transparent 40%);
    content: "";
    left: 0;
    z-index: 0;
    height: 100%;
}.training_specialist1::after {
    top: 0;
    opacity: 0.3;
    background: radial-gradient(circle at 70% 30%, rgb(101,117,164,0.5) 0%, transparent 40%);
    position: absolute;
    right: 0;
    z-index: 0;
    content: "";
    height: 100%;
    width: 100%;
}.training_specialist1 .learning_voices6 {
    display: grid;
    max-width: 1000px;
    transform-style: preserve-3d;
    margin: 0 auto;
    perspective: 1500px;
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr;
}.training_specialist1 .img_clickable6 {
    height: 300px;
    border-radius: 10px 10px 0 0;
    z-index: 2;
    position: relative;
    transform: rotateX(10deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    width: 100%;
    transform-origin: bottom;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}.training_specialist1 .img_clickable6::before {
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    height: 100%;
}.training_specialist1 .learning_voices6:hover .img_clickable6 {
    transform: rotateX(0deg) translateZ(30px);
}.training_specialist1 .work_section5 {
    transform-origin: top;
    padding: 40px;
    border-radius: 0 0 10px 10px;
    transform: rotateX(-5deg);
    background: #ffffff;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
}.training_specialist1 .learning_voices6:hover .work_section5 {
    transform: rotateX(0deg) translateZ(20px);
}.training_specialist1 .name {
    font-weight: 700;
    font-size: 33px;
    transition: transform 0.4s ease;
    display: inline-block;
    margin-bottom: 10px;
    color: rgb(152,189,189);
    transform: translateZ(0);
    position: relative;
}.training_specialist1 .name::after {
    width: 0;
    height: 3px;
    content: "";
    bottom: -5px;
    transition: width 0.4s ease 0.1s;
    left: 0;
    background: linear-gradient(to right, rgb(101,117,164), transparent);
    position: absolute;
}.training_specialist1 .learning_voices6:hover .name::after {
    width: 100%;
}.training_specialist1 .learning_voices6:hover .name {
    transform: translateZ(10px);
}.training_specialist1 .work_section5 > div:nth-child(2) {
    transform: translateZ(0);
    letter-spacing: 1px;
    opacity: 0.7;
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000000;
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
}.training_specialist1 .learning_voices6:hover .work_section5 > div:nth-child(2) {
    transform: translateZ(15px);
    color: rgb(101,117,164);
}.training_specialist1 .job_view5 {
    color: #000000;
    transition: transform 0.4s ease 0.2s;
    border-top: 1px solid rgb(202,211,205);
    padding: 20px 0 0 0;
    font-size: 13px;
    line-height: 1.7;
    position: relative;
    transform: translateZ(0);
}.training_specialist1 .learning_voices6:hover .job_view5 {
    transform: translateZ(5px);
}.training_specialist1 .job_view5::before {
    position: absolute;
    left: -5px;
    font-size: 60px;
    line-height: 0;
    opacity: 0.5;
    top: 10px;
    content: "";
    color: rgb(101,117,164,0.5);
}

@media (min-width: 768px) {.training_specialist1 .learning_voices6 {
    grid-template-columns: 300px 1fr;
    grid-gap: 0;
}.training_specialist1 .img_clickable6 {
    transform-origin: right;
    height: 100%;
    border-radius: 10px 0 0 10px;
    transform: rotateY(-10deg);
}.training_specialist1 .learning_voices6:hover .img_clickable6 {
    transform: rotateY(0deg) translateZ(30px);
}.training_specialist1 .work_section5 {
    transform: rotateY(5deg);
    border-radius: 0 10px 10px 0;
    transform-origin: left;
}.training_specialist1 .learning_voices6:hover .work_section5 {
    transform: rotateY(0deg) translateZ(20px);
}
}

@media (max-width: 767px) {.training_specialist1 {
    padding: 50px 20px;
}.training_specialist1 .img_clickable6 {
    height: 250px;
}.training_specialist1 .work_section5 {
    padding: 30px 25px;
}.training_specialist1 .name {
    font-size: calc(33px - 4px);
}.training_specialist1 .work_section5 > div:nth-child(2) {
    font-size: calc(19px - 1px);
}.training_specialist1 .job_view5 {
    font-size: calc(13px - 1px);
}}.cookie_alert_overlay5 {
    z-index: 90;
    border-top: 2px solid rgb(152,189,189);
    bottom: 0;
    width: 100%;
    position: fixed;
    background: rgb(202,211,205);
}.tracking_policy8 {
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
}#cookie_popup_modal4 {
    display: none;
}#cookie_popup_modal4:checked ~ .cookie_alert_overlay5 {
    opacity: 0;
    visibility: hidden;
}.cookie_alert_overlay5 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_alert_overlay5 p {
    font-size: 18px;
}.track_ack3 {
    margin-right: 10px;
    flex-shrink: 0;
}.track_ack3 svg, .track_ack3 svg path, .track_ack3 img {
    fill: rgb(152,189,189);
    width: 100px;
    height: 100px;
}.visitor_confirm5 {
    border-bottom: 2px solid rgb(152,189,189);
    font-size: 24px;
    margin-left: 10px;
    text-decoration: none;
    color: rgb(152,189,189);
    line-height: 35px;
    white-space: nowrap;
    text-align: center;
    flex-shrink: 0;
    cursor: pointer;
    min-width: 120px;
}.cookie_alert_overlay5 p a {
    text-decoration: none;
    color: rgb(152,189,189);
}
@media only screen and (max-width: 1200px) {.cookie_alert_overlay5 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.track_ack3 {
    display: none;
}.tracking_policy8 {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_alert_overlay5 h5 {
    text-align: center;
}.cookie_alert_overlay5 p {
    text-align: center;
}.cookie_frame5 {
    margin-bottom: 20px;
}body .warp-container4 .visitor_confirm5 {
    margin-left: 0;
    margin-bottom: 10px;
}}
.warp-container4 .cookie_alert_overlay5 {
    box-shadow: rgb(152,189,189,0.5) 0px 0px 40px 39px;
    border: none;
    background: #ffffff;
}.warp-container4 .visitor_confirm5 {
    color: #ffffff;
    margin-left: 30px;
    border: none;
    font-size: 20px;
    background: rgb(152,189,189);
    padding: 10px;
    font-weight: 400;
}.warp-container4 .track_ack3 {
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    justify-content: center;
    background:rgb(152,189,189);
    display: flex;
}.warp-container4 .track_ack3 svg, .warp-container4 .track_ack3 svg path, .warp-container4 .track_ack3 img {
    fill:#000000;
    width: 40px;
    height: 40px;
}.warp-container4 .cookie_frame5 h5, .warp-container4 .cookie_frame5 p {
    color: #000000;
}
@media only screen and (max-width: 800px){.warp-container4 .track_ack3 {
    margin-bottom: 14px;
    margin: 0;
}
}