* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    height: 100%;
    scroll-behavior: smooth;
}.footer_address_2 {
    flex: 0 0 auto;
}.nav_guide_9 {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-canvas_5 {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}.container {
    width: 1173px;
    max-width: 100%;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header .top_lead_8 {
    position: relative;
    z-index: 100;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    background: linear-gradient(120deg, rgb(200,228,232) 0%, rgb(153,202,206,0.5) 100%);
    overflow: hidden;
}header .top_lead_8::before {
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(103,171,179,0.5) 10px,
        rgb(103,171,179,0.5) 11px
    );
    position: absolute;
    left: 0;
    top: 0;
    animation: slidePattern 25s linear infinite;
    opacity: 0.1;
    width: 100%;
    height: 100%;
}header .top_lead_8::after {
    top: -50px;
    width: 150%;
    left: -25%;
    z-index: -2;
    transform: rotate(-2deg);
    height: 100px;
    opacity: 0.1;
    position: absolute;
    background: rgb(153,202,206);
    content: "";
}header .container {
    padding: 1.5rem 2rem;
    position: relative;
}header .head_sitewrap_7 {
    grid-template-columns: auto 1fr;
    display: grid;
    align-items: center;
    gap: 2rem;
}header .nav_start_6 {
    z-index: 2;
    position: relative;
}header .top_bar_5 {
    border-radius: 10px;
    display: block;
    transform: rotate(-3deg);
    padding: 15px;
    background: #ffffff;
    position: relative;
    box-shadow: 5px 5px 0 rgb(153,202,206,0.5);
    transition: all 0.3s ease;
}header .top_bar_5::before {
    left: -5px;
    content: "";
    bottom: -5px;
    border-radius: 10px;
    border: 2px dashed rgb(153,202,206,0.5);
    right: -5px;
    position: absolute;
    top: -5px;
    opacity: 0;
    transition: all 0.3s ease;
}header .top_bar_5:hover {
    box-shadow: 8px 8px 0 rgb(153,202,206);
    transform: rotate(0deg) translateY(-5px);
}header .top_bar_5:hover::before {
    right: -8px;
    left: -8px;
    bottom: -8px;
    top: -8px;
    opacity: 1;
}header .top_bar_5 svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
}header .header_sitebar_8 {
    position: relative;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    align-items: center;
}header .header_sitebar_8::before {
    background: linear-gradient(90deg, transparent, rgb(103,171,179,0.5) 100%);
    bottom: 0;
    right: 0;
    width: 85%;
    transition: width 0.3s ease;
    top: 0;
    z-index: -1;
    content: "";
    position: absolute;
    opacity: 0.15;
    border-radius: 0 23px 23px 0;
}header .header_sitebar_8:hover::before {
    width: 100%;
}header .header_pagewrap_2 {
    position: relative;
    margin: 5px 3px;
}header .header_pagewrap_2:nth-child(odd) {
    transform: translateY(-3px);
}header .header_pagewrap_2:nth-child(even) {
    transform: translateY(3px);
}header .header_pagewrap_2 a {
    border-left: 3px solid transparent;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    display: block;
    padding: 8px 16px;
    overflow: hidden;
    font-size: 15px;
    border-radius: 0 10px 0 10px;
    color: #000000;
    font-weight: 600;
    background: #ffffff;
    font-family: Arial, sans-serif;
}header .header_pagewrap_2 a::before {
    top: 0;
    content: "";
    transition: transform 0.3s ease;
    position: absolute;
    width: 5px;
    transform-origin: top;
    height: 100%;
    transform: scaleY(0);
    right: 0;
    background: rgb(153,202,206);
}header .header_pagewrap_2 a::after {
    transform-origin: left;
    bottom: 0;
    background: linear-gradient(90deg, rgb(153,202,206) 0%, rgb(103,171,179) 100%);
    transition: transform 0.3s ease 0.1s;
    transform: scaleX(0);
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    content: "";
}header .header_pagewrap_2 a:hover {
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    transform: translateX(5px);
    color: rgb(153,202,206);
    border-left-color: rgb(153,202,206);
}header .header_pagewrap_2 a:hover::before {
    transform: scaleY(1);
}header .header_pagewrap_2 a:hover::after {
    transform: scaleX(1);
}

@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 991px) {header .head_sitewrap_7 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 1.5rem;
}header .nav_start_6 {
    justify-self: center;
}header .header_sitebar_8 {
    justify-content: center;
}header .header_sitebar_8::before {
    width: 100%;
    opacity: 0.1;
    background: rgb(103,171,179,0.5);
}
}

@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .header_sitebar_8 {
    flex-direction: column;
    width: 100%;
}header .header_pagewrap_2 {
    margin: 3px 0;
    transform: none !important;
    width: 100%;
}header .header_pagewrap_2 a {
    text-align: center;
    border-radius: 10px;
    border-left: none;
    border-bottom: 3px solid transparent;
}header .header_pagewrap_2 a:hover {
    transform: translateY(-3px);
    border-bottom-color: rgb(153,202,206);
    border-left-color: transparent;
}header .header_pagewrap_2 a::before {
    left: 0;
    top: auto;
    height: 5px;
    width: 100%;
    right: auto;
    bottom: 0;
    transform: scaleX(0);
}header .header_pagewrap_2 a:hover::before {
    transform: scaleX(1);
}
}

@media (max-width: 480px) {header .top_bar_5 {
    transform: none;
    padding: 10px;
}header .top_bar_5 svg {
    height: 40px;
}header .top_bar_5:hover {
    transform: translateY(-3px);
}}footer {
    position: relative;
    width: 100%;
}footer .footer_address_2 {
    position: relative;
    color: #000000;
    background-color: rgb(200,228,232);
    padding: 100px 0 30px;
    font-family: Arial, sans-serif;
}footer .footer_address_2::before {
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
    opacity: 0.3;
    content: "";
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(153,202,206,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(103,171,179,0.5) 0%, transparent 20%);
    left: 0;
}footer .privacy_cta_8 {
    position: relative;
    z-index: 1;
}footer .connect_section_4 {
    border-radius: 20px;
    flex-wrap: wrap;
    display: flex;
    gap: 15px;
    width: 85%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    z-index: 3;
    padding: 25px;
    background-color: #ffffff;
    margin: auto;
}footer .info_item {
    background-color: rgb(200,228,232);
    flex: 1 1 200px;
    border-radius: 10px;
    display: flex;
    padding: 15px;
    align-items: center;
    transition: all 0.3s ease;
}footer .info_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}footer .info_item svg {
    transition: transform 0.3s ease;
    fill: rgb(153,202,206);
    width: 22px;
    height: 22px;
    margin-right: 12px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 13px;
    color: #000000;
}footer .info_item a:hover {
    color: rgb(153,202,206);
}footer .text_main_holder {
    display: flex;
    position: relative;
    perspective: 2000px;
    gap: 20px;
    margin-top: 40px;
    flex-direction: column;
}footer .nav_start_6, footer .header_sitebar_8, footer .subscribe_holder {
    transform-style: preserve-3d;
    transform-origin: center center;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: all 0.5s ease;
}footer .nav_start_6 {
    background-color: #ffffff;
    transform: translateZ(0) scale(1);
    z-index: 2;
}footer .nav_start_6:hover {
    transform: translateZ(30px) scale(1.02);
}footer .header_sitebar_8 {
    margin-right: 20px;
    color: #ffffff;
    z-index: 1;
    margin-left: 20px;
    margin-top: -20px;
    transform: translateZ(-10px) scale(0.98);
    background-color: rgb(103,171,179);
}footer .subscribe_holder {
    margin-left: 40px;
    z-index: 0;
    margin-top: -20px;
    margin-right: 40px;
    background-color: rgb(153,202,206);
    color: #ffffff;
    transform: translateZ(-20px) scale(0.96);
}footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}footer .nav_start_6::after, footer .header_sitebar_8::after, footer .subscribe_holder::after {
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    position: absolute;
    transition: opacity 0.3s ease;
    border-radius: 20px;
    height: 100%;
    opacity: 0;
    z-index: -1;
    width: 100%;
    content: "";
    left: 0;
}footer .nav_start_6:hover::after, footer .header_sitebar_8:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}footer .nav_start_6 svg {
    margin-bottom: 20px;
    height: 45px;
    display: block;
    width: auto;
}footer .scholar_cta_1 {
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
}footer .header_sitebar_8 h5 {
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}footer .header_sitebar_8 h5::after {
    bottom: -8px;
    background: linear-gradient(90deg, rgb(153,202,206), transparent);
    transition: width 0.3s ease;
    position: absolute;
    height: 2px;
    left: 0;
    content: "";
    width: 40px;
}footer .header_sitebar_8 h5:hover::after {
    width: 100%;
}footer .main_teach_3 {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    display: grid;
    margin-bottom: 20px;
    gap: 15px;
}footer .main_teach_3 a {
    font-size: 13px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    padding: 5px 0;
    display: inline-block;
    color: rgba(255, 255, 255, 0.75);
}footer .main_teach_3 a::before {
    content: "";
    transition: width 0.3s ease;
    height: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 0;
    background-color: rgb(153,202,206);
}footer .main_teach_3 a:hover {
    color: #ffffff;
    transform: translateX(5px);
}footer .main_teach_3 a:hover::before {
    width: 100%;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}footer .subscribe_holder p {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    font-size: 13px;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_widget_2 {
    color: rgb(153,202,206);
    background-color: #ffffff;
    border-radius: 10px;
    font-size: 19px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    padding: 14px 20px;
    transition: all 0.3s ease;
    border: none;
}footer .sub_widget_2:hover {
    background-color: rgb(103,171,179);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}footer .netiquette_5 {
    position: relative;
    text-align: center;
    margin-top: 60px;
}footer .telegram_ref_7 {
    padding: 8px 20px;
    background-color: #ffffff;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    color: #000000;
    border-radius: 30px;
}

@media (min-width: 992px) {footer .text_main_holder {
    align-items: stretch;
    flex-direction: row;
}footer .nav_start_6, footer .header_sitebar_8, footer .subscribe_holder {
    display: flex;
    flex: 1;
    margin-top: 0;
    flex-direction: column;
}footer .nav_start_6 {
    margin-right: -20px;
}footer .header_sitebar_8 {
    margin-left: 0;
    z-index: 1;
    margin-right: -20px;
}footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
}
}

@media (max-width: 991px) {footer .connect_section_4 {
    padding: 20px;
    width: 90%;
}footer .text_main_holder {
    margin-top: 80px;
}
}

@media (max-width: 767px) {footer .footer_address_2 {
    padding: 80px 0 30px;
}footer .connect_section_4 {
    width: 95%;
    padding: 15px;
}footer .info_item {
    flex: 1 1 100%;
}footer .nav_start_6, footer .header_sitebar_8, footer .subscribe_holder {
    padding: 25px 20px;
    margin-left: 0;
    margin-right: 0;
}footer .header_sitebar_8, footer .subscribe_holder {
    margin-top: -10px;
}footer .netiquette_5 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .footer_address_2 {
    padding: 70px 0 20px;
}footer .connect_section_4 {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .nav_start_6, footer .header_sitebar_8, footer .subscribe_holder {
    padding: 20px 15px;
}footer .header_sitebar_8 h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .main_teach_3 {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .sub_widget_2 {
    padding: 12px;
}}.course_features_9 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(200,228,232) 0%, #ffffff 100%);
    padding: 120px 0 80px;
}.course_features_9::before {
    width: 50%;
    filter: blur(20px);
    top: -10%;
    opacity: 0.6;
    height: 70%;
    background: linear-gradient(45deg, rgb(153,202,206,0.5) 0%, rgb(103,171,179,0.5) 100%);
    position: absolute;
    transform: rotate(-15deg) skew(10deg);
    content: "";
    right: -5%;
    z-index: 1;
}.course_features_9::after {
    content: "";
    position: absolute;
    opacity: 0.4;
    height: 60%;
    transform: rotate(15deg) skew(-10deg);
    filter: blur(20px);
    width: 40%;
    bottom: -10%;
    background: linear-gradient(225deg, rgb(103,171,179,0.5) 0%, rgb(153,202,206,0.5) 100%);
    z-index: 1;
    left: -5%;
}.course_features_9 .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.course_features_9 h2 {
    font-size: 37px;
    font-weight: 700;
    position: relative;
    max-width: 80%;
    transform: translateX(-5px);
    margin-bottom: 50px;
    color: #000000;
}.course_features_9 h2::after {
    content: "";
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    bottom: -15px;
    position: absolute;
    background: rgb(153,202,206);
    transform-origin: left center;
    height: 3px;
    left: 0;
    width: 80px;
    transform: scaleX(1);
}.course_features_9 h2:hover::after {
    transform: scaleX(1.5);
}.course_features_9 .tech_training_3 {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
    position: relative;
}.course_features_9 .content_image_4 {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    height: 400px;
    position: relative;
}.course_features_9 .content_image_4::before {
    top: 0;
    left: 0;
    opacity: 0.4;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to right, rgb(153,202,206,0.5) 0%, transparent 100%);
    transition: opacity 0.5s ease;
    position: absolute;
}.course_features_9 .content_image_4:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) scale(1.02);
}.course_features_9 .content_image_4:hover::before {
    opacity: 0.2;
}.course_features_9 .content_block_8 {
    position: relative;
    padding: 20px 0;
}.course_features_9 .description {
    border-left: 2px solid rgb(103,171,179,0.5);
    transition: all 0.3s ease;
    margin-bottom: 25px;
    padding-left: 20px;
    line-height: 1.7;
    position: relative;
    color: #000000;
    font-size: 16px;
}.course_features_9 .description:first-child {
    font-size: calc(16px * 1.05);
    font-weight: 600;
}.course_features_9 .description:last-child {
    transform: translateY(5px);
    opacity: 0.85;
}.course_features_9 .description::first-letter {
    font-size: 1.5em;
    color: rgb(153,202,206);
    font-weight: 700;
}.course_features_9 .description:hover {
    border-left-color: rgb(153,202,206);
    transform: translateX(5px);
}

@media (min-width: 768px) {.course_features_9 h2 {
    font-size: calc(37px * 1.1);
    max-width: 70%;
}.course_features_9 .tech_training_3 {
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 60px;
}.course_features_9 .content_image_4 {
    height: 500px;
}.course_features_9 .content_block_8 {
    padding: 20px 0 20px 20px;
}
}

@media (min-width: 992px) {.course_features_9 {
    padding: 150px 0 100px;
}.course_features_9 h2 {
    margin-bottom: 70px;
    transform: translateX(-10px);
    max-width: 60%;
}.course_features_9 .tech_training_3 {
    gap: 80px;
}.course_features_9 .content_image_4 {
    height: 600px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.course_features_9 .content_block_8 {
    scrollbar-width: thin;
    max-height: 600px;
    scrollbar-color: rgb(103,171,179) #ffffff;
    overflow-y: auto;
    padding: 40px 0 40px 40px;
}.course_features_9 .content_block_8::-webkit-scrollbar {
    width: 6px;
}.course_features_9 .content_block_8::-webkit-scrollbar-track {
    background: #ffffff;
}.course_features_9 .content_block_8::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(103,171,179);
}.course_features_9 .description {
    padding-left: 30px;
    margin-bottom: 30px;
}
}

@media (min-width: 1200px) {.course_features_9 h2 {
    font-size: calc(37px * 1.2);
    max-width: 50%;
}.course_features_9 .tech_training_3 {
    grid-template-columns: 45% 55%;
}.course_features_9 .content_image_4 {
    height: 650px;
}.course_features_9 .content_block_8 {
    max-height: 650px;
    padding: 60px 0 60px 60px;
}.course_features_9 .description {
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}.course_features_9 .description:first-child {
    font-size: calc(16px * 1.1);
}
}

@media (max-width: 767px) {.course_features_9 {
    padding: 80px 0 50px;
}.course_features_9 h2 {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: calc(37px * 0.9);
}.course_features_9 .content_image_4 {
    transform: perspective(1000px) rotateY(-1deg) translateZ(0);
    height: 300px;
}.course_features_9 .description {
    font-size: calc(16px * 0.95);
    padding-left: 15px;
    line-height: 1.6;
}}.data_analysis_8 {
    position: relative;
    padding: 120px 0;
    color: #ffffff;
    overflow: hidden;
}.data_analysis_8::before {
    z-index: 1;
    left: 0;
    content: "";
    opacity: 0.15;
    height: 100%;
    top: 0;
    background-color: rgb(153,202,206);
    width: 100%;
    position: absolute;
}.data_analysis_8::after {
    content: "";
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(153,202,206) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(103,171,179) 0%, transparent 50%);
    height: 100%;
    opacity: 0.1;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    position: absolute;
}.data_analysis_8 .container {
    padding: 0;
    max-width: 1400px;
    position: relative;
    z-index: 5;
    margin: 0 auto;
}.data_analysis_8 .statistics_grow_0 {
    grid-template-columns: 350px 1fr;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    height: 600px;
    display: grid;
}.data_analysis_8 .success_factors_0 {
    background: linear-gradient(135deg, rgb(153,202,206), rgb(103,171,179));
    display: flex;
    overflow: hidden;
    justify-content: center;
    position: relative;
    padding: 20px;
    grid-column: 1;
    align-items: center;
}.data_analysis_8 .success_factors_0::before {
    width: 200%;
    position: absolute;
    content: "";
    top: -50%;
    animation: movePattern 20s linear infinite;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.1) 2px,
        transparent 2px,
        transparent 10px
    );
    height: 200%;
    left: -50%;
}@keyframes movePattern {
    0% { transform: rotate(0) scale(1); }
    100% { transform: rotate(360deg) scale(1.2); }
}

.data_analysis_8 .success_factors_0 svg {
    fill: #ffffff;
    position: relative;
    z-index: 1;
    height: 120px;
    width: 120px;
}.data_analysis_8 .success_factors_0 svg path {
    fill: #ffffff;
}.data_analysis_8 .knowledge_upgrade_3 {
    text-transform: uppercase;
    top: 40px;
    position: absolute;
    font-size: 38px;
    letter-spacing: 2px;
    margin: 0;
    z-index: 1;
    font-weight: 700;
    left: 40px;
    max-width: 250px;
}.data_analysis_8 .top_gain_9 {
    color: rgba(255, 255, 255, 0.9);
    max-width: 270px;
    position: absolute;
    line-height: 1.6;
    z-index: 1;
    bottom: 40px;
    left: 40px;
    font-size: 15px;
}.data_analysis_8 .advantage_statistics_6 {
    background: linear-gradient(135deg, rgb(153,202,206,0.5) 0%, rgb(103,171,179,0.5) 100%);
    display: flex;
    grid-column: 2;
    overflow: hidden;
    flex-direction: column;
    position: relative;
}.data_analysis_8 .advantage_statistics_6::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0 / 20px 20px,
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0 / 20px 20px;
}.data_analysis_8 .career_benefits_1 {
    align-items: center;
    transition: all 0.3s ease;
    height: 20%;
    position: relative;
    display: flex;
    padding: 0 40px 0 40px;
}.data_analysis_8 .career_benefits_1:hover {
    background: rgba(255, 255, 255, 0.15);
}.data_analysis_8 .career_benefits_1::after {
    position: absolute;
    height: 1px;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: "";
    right: 40px;
    left: 40px;
}.data_analysis_8 .career_benefits_1:last-child::after {
    display: none;
}.data_analysis_8 .statistics_boosts_5 {
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    border-radius: 50%;
    height: 80px;
    flex: 0 0 80px;
    background: rgba(255, 255, 255, 0.2);
    margin-right: 30px;
}.data_analysis_8 .career_benefits_1:hover .statistics_boosts_5 {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.3);
}.data_analysis_8 .statistics_boosts_5 svg {
    width: 40px;
    height: 40px;
    fill: rgb(153,202,206);
}.data_analysis_8 .statistics_boosts_5 svg path {
    fill: rgb(153,202,206);
}.data_analysis_8 .career_benefits_1:nth-child(even) .statistics_boosts_5 svg,
.data_analysis_8 .career_benefits_1:nth-child(even) .statistics_boosts_5 svg path {
    fill: rgb(103,171,179);
}.data_analysis_8 .career_benefits_1 span {
    font-weight: 700;
    font-size: calc(38px * 1.3);
    margin-right: 20px;
    min-width: 100px;
}.data_analysis_8 .career_benefits_1 p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-size: 15px;
    flex: 1;
    line-height: 1.4;
}

@media screen and (max-width: 1200px) {.data_analysis_8 .statistics_grow_0 {
    grid-template-columns: 300px 1fr;
    height: 550px;
}.data_analysis_8 .knowledge_upgrade_3 {
    max-width: 240px;
    top: 30px;
    font-size: 38px;
    left: 30px;
}.data_analysis_8 .top_gain_9 {
    bottom: 30px;
    left: 30px;
    max-width: 240px;
}.data_analysis_8 .success_factors_0 svg {
    height: 100px;
    width: 100px;
}.data_analysis_8 .career_benefits_1 {
    padding: 0 30px;
}.data_analysis_8 .career_benefits_1::after {
    right: 30px;
    left: 30px;
}.data_analysis_8 .statistics_boosts_5 {
    margin-right: 25px;
    height: 70px;
    flex: 0 0 70px;
}.data_analysis_8 .statistics_boosts_5 svg {
    height: 35px;
    width: 35px;
}.data_analysis_8 .career_benefits_1 span {
    font-size: calc(38px * 1.2);
    min-width: 90px;
}
}

@media screen and (max-width: 992px) {.data_analysis_8 {
    padding: 80px 0;
}.data_analysis_8 .statistics_grow_0 {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    height: auto;
}.data_analysis_8 .success_factors_0 {
    padding: 30px;
    height: 200px;
    grid-row: 1;
}.data_analysis_8 .knowledge_upgrade_3 {
    max-width: 100%;
    font-size: 38px;
    left: auto;
    margin-bottom: 15px;
    position: relative;
    top: auto;
    text-align: center;
}.data_analysis_8 .top_gain_9 {
    left: auto;
    bottom: auto;
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
    position: relative;
}.data_analysis_8 .success_factors_0 svg {
    height: 150px;
    width: 150px;
    right: 30px;
    top: 50%;
    position: absolute;
    opacity: 0.2;
    transform: translateY(-50%);
}.data_analysis_8 .advantage_statistics_6 {
    grid-row: 2;
}.data_analysis_8 .career_benefits_1 {
    padding: 20px 30px;
    height: auto;
}
}

@media screen and (max-width: 768px) {.data_analysis_8 {
    padding: 60px 0;
}.data_analysis_8 .success_factors_0 {
    padding: 20px;
    height: 180px;
}.data_analysis_8 .knowledge_upgrade_3 {
    font-size: calc(38px * 0.9);
}.data_analysis_8 .top_gain_9 {
    font-size: calc(15px * 0.95);
    max-width: 400px;
}.data_analysis_8 .success_factors_0 svg {
    right: 20px;
    height: 120px;
    width: 120px;
}.data_analysis_8 .career_benefits_1 {
    padding: 15px 20px;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
}.data_analysis_8 .statistics_boosts_5 {
    margin: 0 0 15px 0;
    flex: 0 0 60px;
    height: 60px;
}.data_analysis_8 .statistics_boosts_5 svg {
    width: 30px;
    height: 30px;
}.data_analysis_8 .career_benefits_1 span {
    font-size: calc(38px * 1.1);
    margin: 0 0 10px 0;
}.data_analysis_8 .career_benefits_1 p {
    font-size: calc(15px * 0.9);
}.data_analysis_8 .career_benefits_1::after {
    right: 20px;
    left: 20px;
}
}

@media screen and (max-width: 576px) {.data_analysis_8 .success_factors_0 {
    height: 160px;
}.data_analysis_8 .knowledge_upgrade_3 {
    font-size: calc(38px * 0.8);
}.data_analysis_8 .top_gain_9 {
    font-size: calc(15px * 0.9);
}.data_analysis_8 .success_factors_0 svg {
    height: 100px;
    width: 100px;
}.data_analysis_8 .statistics_boosts_5 {
    flex: 0 0 50px;
    height: 50px;
}.data_analysis_8 .statistics_boosts_5 svg {
    height: 25px;
    width: 25px;
}}.get_in_touch_9 {
    padding: 120px 0;
    overflow: hidden;
    background: rgb(200,228,232);
    position: relative;
}.get_in_touch_9::before {
    left: 0;
    content: "";
    z-index: 1;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0.4;
    background: linear-gradient(180deg, rgb(103,171,179,0.5) 0%, transparent 100%);
}.get_in_touch_9::after {
    content: "";
    left: 0;
    background: linear-gradient(0deg, rgb(200,228,232) 0%, transparent 100%);
    z-index: 2;
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
}.get_in_touch_9 .content_image_4 {
    opacity: 0.12;
    top: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(100%) contrast(120%);
    left: 0;
    position: absolute;
    z-index: 0;
}.get_in_touch_9 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 5;
    padding: 0 20px;
}.get_in_touch_9 h3 {
    text-transform: uppercase;
    font-size: 29px;
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 60px;
    color: #000000;
}.connect_links_8 {
    z-index: 10;
    gap: 0;
    position: relative;
    display: flex;
}.connect_links_8 .query_card_1 {
    background: #ffffff;
    position: relative;
    padding: 60px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    flex: 0 0 58%;
    z-index: 1;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}.connect_links_8 .query_card_1 h3 {
    text-transform: none;
    font-weight: 600;
    text-align: left;
    margin-bottom: 40px;
    font-size: 20px;
    color: #000000;
}.connect_links_8 .query_card_1 h3::before,
.connect_links_8 .query_card_1 h3::after {
    content: none;
}.connect_links_8 .query_card_1 form {
    display: flex;
    flex-direction: column;
}.connect_links_8 .query_card_1 input[type="text"],
.connect_links_8 .query_card_1 textarea {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    background: rgba(245, 245, 245, 0.5);
    border: none;
    padding: 16px 20px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
}.connect_links_8 .query_card_1 input[type="text"]:focus,
.connect_links_8 .query_card_1 textarea:focus {
    border-bottom-color: rgb(153,202,206);
    background: rgba(245, 245, 245, 0.8);
    outline: none;
}.connect_links_8 .query_card_1 textarea {
    min-height: 150px;
    resize: vertical;
}.connect_links_8 .query_card_1 .request_panel_6 {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.connect_links_8 .query_card_1 .request_panel_6 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_links_8 .query_card_1 .request_panel_6 label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    color: #000000;
    font-size: calc(14px - 2px);
    line-height: 1.5;
}.connect_links_8 .query_card_1 .request_panel_6 label::before {
    left: 0;
    content: "";
    width: 22px;
    top: 2px;
    height: 22px;
    position: absolute;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    background: rgba(245, 245, 245, 0.5);
}.connect_links_8 .query_card_1 .request_panel_6 input[type="checkbox"]:checked + label::before {
    border-bottom-color: rgb(153,202,206);
    background: rgb(153,202,206);
}.connect_links_8 .query_card_1 .request_panel_6 input[type="checkbox"]:checked + label::after {
    left: 8px;
    content: "";
    height: 12px;
    border-width: 0 2px 2px 0;
    width: 6px;
    transform: rotate(45deg);
    border: solid #ffffff;
    top: 4px;
    position: absolute;
}.connect_links_8 .query_card_1 .request_panel_6 a {
    color: rgb(153,202,206);
    font-weight: 600;
    border-bottom: 1px dashed rgb(153,202,206);
    text-decoration: none;
    transition: all 0.3s ease;
}.connect_links_8 .query_card_1 .request_panel_6 a:hover {
    border-bottom-color: rgb(103,171,179);
    color: rgb(103,171,179);
}.connect_links_8 .query_card_1 .query_support_8 {
    transition: all 0.3s ease;
    font-size: 18px;
    padding: 15px 35px;
    cursor: pointer;
    display: inline-block;
    color: #000000;
    border-bottom: 2px solid rgb(153,202,206);
    border: none;
    font-weight: 600;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    align-self: flex-start;
}.connect_links_8 .query_card_1 .query_support_8::before {
    bottom: -2px;
    background: rgb(153,202,206);
    left: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    height: 2px;
}.connect_links_8 .query_card_1 .query_support_8:hover {
    color: #ffffff;
}.connect_links_8 .query_card_1 .query_support_8:hover::before {
    height: 100%;
}.connect_links_8 .message_query_1 {
    position: relative;
    z-index: 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    margin-left: -40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    flex: 0 0 42%;
    padding: 60px;
}.connect_links_8 .message_query_1::before {
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    z-index: -1;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
}.connect_links_8 .message_query_1 h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
    position: relative;
}.connect_links_8 .message_query_1 .connect_request_0 {
    margin: 0;
    padding: 0;
    list-style: none;
}.connect_links_8 .message_query_1 .connect_request_0 li {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 1;
    padding-bottom: 30px;
    position: relative;
    align-items: center;
    display: flex;
}.connect_links_8 .message_query_1 .connect_request_0 li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}.connect_links_8 .message_query_1 .connect_request_0 li svg {
    margin-right: 20px;
    width: 24px;
    flex-shrink: 0;
    height: 24px;
}.connect_links_8 .message_query_1 .connect_request_0 li svg path {
    fill: rgb(153,202,206);
    transition: all 0.3s ease;
}.connect_links_8 .message_query_1 .connect_request_0 li:hover svg path {
    fill: #ffffff;
}.connect_links_8 .message_query_1 .connect_request_0 li span {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    font-size: 14px;
}.connect_links_8 .message_query_1 .connect_request_0 li a {
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}.connect_links_8 .message_query_1 .connect_request_0 li a:hover {
    color: rgb(153,202,206);
}

@media screen and (max-width: 992px) {.get_in_touch_9 {
    padding: 80px 0;
}.connect_links_8 {
    flex-direction: column;
}.connect_links_8 .query_card_1 {
    width: 100%;
    clip-path: none;
}.connect_links_8 .message_query_1 {
    width: 100%;
    margin-left: 0;
    clip-path: none;
}
}

@media screen and (max-width: 768px) {.get_in_touch_9 {
    padding: 60px 0;
}.get_in_touch_9 h3 {
    font-size: calc(29px - 4px);
}.connect_links_8 .query_card_1,
    .connect_links_8 .message_query_1 {
    padding: 40px 30px;
}.connect_links_8 .query_card_1 .query_support_8 {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.get_in_touch_9 {
    padding: 40px 0;
}.connect_links_8 .query_card_1,
    .connect_links_8 .message_query_1 {
    padding: 30px 20px;
}.connect_links_8 .query_card_1 h3,
    .connect_links_8 .message_query_1 h4 {
    font-size: calc(20px - 2px);
}}.customer_experience_2 {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(200,228,232) 0%, rgba(rgb(153,202,206,0.5), 0.05) 100%);
}.customer_experience_2::before {
    right: 0;
    top: 0;
    opacity: 0.7;
    left: 0;
    height: 3px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(103,171,179), transparent);
}.customer_experience_2::after {
    z-index: 0;
    background: radial-gradient(circle at 50% 120%, rgb(153,202,206,0.5) 0%, transparent 70%);
    position: absolute;
    width: 100%;
    left: 0;
    pointer-events: none;
    bottom: 0;
    height: 100%;
    opacity: 0.05;
    content: "";
}.customer_experience_2 h2.container {
    z-index: 2;
    transform: perspective(1000px) translateZ(0);
    color: #000000;
    font-weight: 700;
    transition: transform 0.5s ease-out;
    margin-bottom: 3.5rem;
    position: relative;
    font-size: calc(36px * 1.1);
    text-align: center;
}.customer_experience_2 h2.container::after {
    transform: translateX(-50%);
    content: "";
    width: 80px;
    left: 50%;
    background: linear-gradient(to right, transparent, rgb(103,171,179), transparent);
    bottom: -15px;
    height: 3px;
    position: absolute;
}.customer_experience_2 .container.skill_track_3 {
    max-width: 1200px;
    padding: 0 15px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.customer_experience_2 .success_stories_8 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    gap: 2.5rem;
}.customer_experience_2 .rating_showcase_0 {
    position: relative;
    flex-direction: column;
    display: flex;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    transform: translateY(0) scale(1) rotate(0);
    transform-style: preserve-3d;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.03);
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(rgb(255, 255, 255, 0.5), 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.customer_experience_2 .rating_showcase_0::before {
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    height: 3px;
    opacity: 0.8;
    transform: scaleX(0);
    left: 0;
    transform-origin: left;
    transition: transform 0.5s ease-out;
    background: linear-gradient(90deg, rgb(153,202,206), rgb(103,171,179));
}.customer_experience_2 .rating_showcase_0:hover {
    transform: translateY(-10px) scale(1.01) rotate(0.5deg);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.04);
}.customer_experience_2 .rating_showcase_0:hover::before {
    transform: scaleX(1);
}.customer_experience_2 .rating_showcase_0 h3 {
    transition: transform 0.3s ease;
    margin-bottom: 0.75rem;
    font-size: calc(18px * 1.1);
    z-index: 2;
    font-weight: 600;
    position: relative;
    color: #000000;
    transform-origin: left;
}.customer_experience_2 .rating_showcase_0:hover h3 {
    color: rgb(153,202,206);
    transform: translateX(5px);
}.customer_experience_2 .rating_showcase_0 .description {
    z-index: 2;
    font-size: 12px;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.6;
    flex-grow: 1;
    color: #000000;
}.customer_experience_2 .rating_showcase_0 div {
    transition: transform 0.4s ease;
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
    transform-origin: bottom;
    width: 100%;
    border-radius: 4px;
    height: 0;
}.customer_experience_2 .rating_showcase_0:hover div {
    transform: scale(1.03);
}.customer_experience_2 .rating_showcase_0 img {
    width: 100%;
    transition: transform 0.6s ease;
    left: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
    position: absolute;
}.customer_experience_2 .rating_showcase_0:hover img {
    transform: scale(1.05);
}.customer_experience_2 .rating_showcase_0:nth-child(odd) {
    transform: translateY(0) rotate(-0.5deg);
}.customer_experience_2 .rating_showcase_0:nth-child(odd):hover {
    transform: translateY(-10px) rotate(0);
}.customer_experience_2 .rating_showcase_0:nth-child(even) {
    transform: translateY(0) rotate(0.5deg);
}.customer_experience_2 .rating_showcase_0:nth-child(even):hover {
    transform: translateY(-10px) rotate(0);
}.customer_experience_2 .rating_showcase_0::after {
    content: "";
    opacity: 0.1;
    top: 0.5rem;
    transition: all 0.4s ease;
    color: rgb(103,171,179);
    line-height: 1;
    position: absolute;
    transform: translateY(-10px);
    font-family: serif;
    right: 1rem;
    font-size: 5rem;
    z-index: 1;
}.customer_experience_2 .rating_showcase_0:hover::after {
    opacity: 0.15;
    transform: translateY(0) rotate(5deg);
}

@media (max-width: 991px) {.customer_experience_2 {
    padding: 4rem 0;
}.customer_experience_2 h2.container {
    margin-bottom: 2.5rem;
    font-size: 36px;
}.customer_experience_2 .success_stories_8 {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.customer_experience_2 {
    padding: 3rem 0;
}.customer_experience_2 h2.container {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.9);
}.customer_experience_2 h2.container::after {
    width: 60px;
    bottom: -10px;
}.customer_experience_2 .success_stories_8 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.5rem;
}.customer_experience_2 .rating_showcase_0 {
    padding: 1.5rem;
}
}

@media (max-width: 480px) {.customer_experience_2 {
    padding: 2.5rem 0;
}.customer_experience_2 h2.container {
    font-size: calc(36px * 0.8);
    padding: 0 1rem;
}.customer_experience_2 .rating_showcase_0 {
    padding: 1.25rem;
}.customer_experience_2 .rating_showcase_0 h3 {
    font-size: 18px;
}.customer_experience_2 .rating_showcase_0 .description {
    margin-bottom: 1rem;
    font-size: calc(12px * 0.95);
}
}

@media (hover: none) {.customer_experience_2 .rating_showcase_0:hover {
    transform: none;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                    0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.03);
}.customer_experience_2 .rating_showcase_0:hover::before {
    transform: scaleX(0.3);
}.customer_experience_2 .rating_showcase_0:hover h3 {
    transform: none;
}.customer_experience_2 .rating_showcase_0:hover div,
    .customer_experience_2 .rating_showcase_0:hover img {
    transform: none;
}}.mentorship_profile_1 {
    position: relative;
    background: linear-gradient(135deg, rgb(200,228,232) 0%, rgb(153,202,206,0.5) 50%, rgb(200,228,232) 100%);
    padding: 100px 0;
    overflow: hidden;
}.mentorship_profile_1::before {
    width: 100%;
    height: 100%;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(153,202,206,0.5) 0,
        rgb(153,202,206,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.05;
}.mentorship_profile_1::after {
    position: absolute;
    height: 100%;
    content: "";
    filter: blur(60px);
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(153,202,206,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(103,171,179,0.5) 0%, transparent 50%);
    opacity: 0.4;
    top: 0;
}.mentorship_profile_1 .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 15px;
}.mentorship_profile_1 .rating_showcase_0 {
    display: flex;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    flex-direction: column;
    border-radius: 28px;
    padding: 60px 40px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    overflow: hidden;
    align-items: center;
    position: relative;
}.mentorship_profile_1 .rating_showcase_0::before {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
    position: absolute;
    inset: 0;
    opacity: 0;
    content: "";
    z-index: 1;
    transition: opacity 0.6s ease;
    transform: rotate(-45deg) scale(2);
}.mentorship_profile_1 .rating_showcase_0:hover::before {
    animation: holographic-sweep 1.5s ease infinite;
    opacity: 1;
}@keyframes holographic-sweep {
    0% {
        transform: rotate(-45deg) translateX(-50%) scale(2);
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    70% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(-45deg) translateX(50%) scale(2);
        opacity: 0;
    }
}

.mentorship_profile_1 .content_image_4 {
    margin-bottom: 35px;
    width: 180px;
    position: relative;
    height: 180px;
    transform: rotate(-3deg);
    z-index: 2;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 0 10px rgb(153,202,206,0.5);
    transition: all 0.5s ease;
    overflow: hidden;
    border-radius: 10px;
}.mentorship_profile_1 .content_image_4::before {
    position: absolute;
    left: 0;
    z-index: 3;
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    width: 100%;
}.mentorship_profile_1 .content_image_4::after {
    z-index: 1;
    left: -50%;
    content: "";
    opacity: 0.15;
    top: -50%;
    height: 200%;
    position: absolute;
    animation: rotate 15s linear infinite;
    width: 200%;
    background: 
        conic-gradient(
            from 0deg,
            transparent 0deg,
            rgb(153,202,206,0.5) 90deg,
            transparent 180deg,
            rgb(103,171,179,0.5) 270deg,
            transparent 360deg
        );
    mix-blend-mode: overlay;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.mentorship_profile_1 .name {
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    color: #000000;
    font-size: 38px;
}.mentorship_profile_1 .name::after {
    transform: translateX(-50%);
    height: 2px;
    bottom: -8px;
    width: 70px;
    content: "";
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(153,202,206) 50%,
        transparent 100%
    );
    position: absolute;
    left: 50%;
}.mentorship_profile_1 .rating_showcase_0 span:not(.name) {
    z-index: 2;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}.mentorship_profile_1 .exp_flex_9 {
    backdrop-filter: blur(5px);
    padding: 25px 30px;
    max-width: 85%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    color: #000000;
    margin: 0;
    border-left: 3px solid rgb(153,202,206);
    border-right: 3px solid rgb(103,171,179);
    font-size: 16px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    z-index: 2;
    text-align: center;
    line-height: 1.8;
}.mentorship_profile_1 .exp_flex_9::before,
.mentorship_profile_1 .exp_flex_9::after {
    opacity: 0.1;
    background: rgb(153,202,206,0.5);
    width: 40px;
    position: absolute;
    content: "";
    height: 40px;
}.mentorship_profile_1 .exp_flex_9::before {
    border-left: 3px solid rgb(153,202,206);
    border-top: 3px solid rgb(153,202,206);
    top: -5px;
    left: -5px;
}.mentorship_profile_1 .exp_flex_9::after {
    right: -5px;
    border-bottom: 3px solid rgb(103,171,179);
    bottom: -5px;
    border-right: 3px solid rgb(103,171,179);
}.mentorship_profile_1 .rating_showcase_0:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.mentorship_profile_1 .rating_showcase_0:hover .content_image_4 {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(153,202,206,0.5);
    transform: rotate(0deg) scale(1.05);
}

@media (max-width: 991px) {.mentorship_profile_1 {
    padding: 80px 0;
}.mentorship_profile_1 .rating_showcase_0 {
    padding: 50px 30px;
}.mentorship_profile_1 .content_image_4 {
    margin-bottom: 30px;
    width: 160px;
    height: 160px;
}.mentorship_profile_1 .exp_flex_9 {
    padding: 20px 25px;
    max-width: 90%;
}
}

@media (max-width: 767px) {.mentorship_profile_1 {
    padding: 60px 0;
}.mentorship_profile_1 .rating_showcase_0 {
    padding: 40px 25px;
}.mentorship_profile_1 .content_image_4 {
    width: 140px;
    height: 140px;
    margin-bottom: 25px;
}.mentorship_profile_1 .name {
    font-size: calc(38px * 0.9);
}.mentorship_profile_1 .rating_showcase_0 span:not(.name) {
    font-size: calc(18px * 0.95);
    margin-bottom: 20px;
}.mentorship_profile_1 .exp_flex_9 {
    font-size: calc(16px * 0.95);
    padding: 18px 20px;
}
}

@media (max-width: 575px) {.mentorship_profile_1 {
    padding: 50px 0;
}.mentorship_profile_1 .rating_showcase_0 {
    padding: 35px 20px;
}.mentorship_profile_1 .content_image_4 {
    height: 120px;
    width: 120px;
    margin-bottom: 20px;
}.mentorship_profile_1 .name {
    font-size: calc(38px * 0.8);
}.mentorship_profile_1 .rating_showcase_0 span:not(.name) {
    font-size: calc(18px * 0.9);
    letter-spacing: 1px;
    margin-bottom: 15px;
}.mentorship_profile_1 .exp_flex_9 {
    font-size: calc(16px * 0.9);
    padding: 15px;
    max-width: 100%;
}}.title_opener_6 {
    padding: 4rem 1rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    display: flex;
    background: rgb(200,228,232);
    min-height: 100vh;
    width: 100%;
}.title_opener_6 > div {
    max-width: 1200px;
    width: 100%;
    z-index: 2;
    position: relative;
}.title_opener_6 .growth_hist_9 {
    margin-bottom: 2.5rem;
    transform: translateX(-5%);
    position: relative;
}.title_opener_6 .learn_quickpro_0 {
    position: relative;
    font-size: 42px;
    background: linear-gradient(135deg, rgb(103,171,179,0.5), transparent);
    margin: 0;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transform: skew(-5deg);
    font-weight: 700;
    border-left: 4px solid rgb(153,202,206);
    color: rgb(153,202,206);
}.title_opener_6 .learn_quickpro_0::after {
    transform: scaleX(0);
    bottom: -10px;
    height: 4px;
    position: absolute;
    width: 80px;
    transform-origin: left center;
    left: 1.5rem;
    background: rgb(103,171,179);
    transition: transform 0.5s ease;
    content: "";
}.title_opener_6:hover .learn_quickpro_0::after {
    transform: scaleX(1);
}.title_opener_6 .course_entry_4 {
    position: relative;
    align-items: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
    height: 500px;
}.title_opener_6 .course_entry_4::before {
    right: 0;
    left: 0;
    content: "";
    bottom: 0;
    top: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4));
    position: absolute;
    z-index: 1;
}.title_opener_6 .course_entry_4 > div {
    position: relative;
    padding: 2rem;
    opacity: 0;
    z-index: 2;
    transform: translateY(0);
    width: 90%;
    animation: fadeUpIn 1s 0.3s forwards;
    max-width: 800px;
}@keyframes fadeUpIn {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.title_opener_6 .course_entry_4 > div > div {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    background: rgba(255, 255, 255, 0.9);
    transition: transform 0.4s ease;
    margin-bottom: 1.5rem;
    transform: translateX(-20px);
    padding: 1.5rem 2rem;
}.title_opener_6 .course_entry_4:hover > div > div {
    transform: translateX(0);
}.title_opener_6 .course_entry_4 p {
    font-size: calc(16px * 1.1);
    color: #000000;
    margin: 0;
    font-weight: 600;
    line-height: 1.6;
}.title_opener_6 .course_entry_4 h3 {
    line-height: 1.5;
    transition: transform 0.4s ease;
    transform: translateX(20px);
    max-width: 90%;
    color: #ffffff;
    font-size: calc(19px * 1.1);
    background: linear-gradient(90deg, rgb(153,202,206), rgb(153,202,206,0.5));
    border-left: 4px solid rgb(103,171,179);
    padding: 1rem 1.5rem;
}.title_opener_6 .course_entry_4:hover h3 {
    transform: translateX(0);
}

@media (max-width: 992px) {.title_opener_6 {
    padding: 3rem 1rem;
}.title_opener_6 .learn_quickpro_0 {
    font-size: calc(42px * 0.85);
}.title_opener_6 .course_entry_4 {
    height: 450px;
}.title_opener_6 .course_entry_4 h3 {
    font-size: 19px;
    max-width: 100%;
}
}

@media (max-width: 768px) {.title_opener_6 {
    padding: 2rem 1rem;
    min-height: auto;
}.title_opener_6 .growth_hist_9 {
    transform: translateX(0);
}.title_opener_6 .learn_quickpro_0 {
    transform: skew(0);
    font-size: calc(42px * 0.7);
}.title_opener_6 .course_entry_4 {
    height: auto;
    min-height: 380px;
}.title_opener_6 .course_entry_4 > div {
    width: 100%;
    padding: 1.5rem;
}.title_opener_6 .course_entry_4 > div > div {
    padding: 1rem 1.5rem;
    transform: translateX(0);
    clip-path: none;
}.title_opener_6 .course_entry_4 p {
    font-size: 16px;
}.title_opener_6 .course_entry_4 h3 {
    max-width: 100%;
    font-size: calc(21px * 1.1);
    transform: translateX(0);
    padding: 1rem;
}
}

@media (max-width: 480px) {.title_opener_6 {
    padding: 1.5rem 0.75rem;
}.title_opener_6 .learn_quickpro_0 {
    font-size: calc(33px * 0.8);
    padding: 0.5rem 1rem;
}.title_opener_6 .course_entry_4 {
    min-height: 320px;
}.title_opener_6 .course_entry_4 > div {
    padding: 1rem;
}.title_opener_6 .course_entry_4 > div > div {
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
}.title_opener_6 .course_entry_4 p {
    font-size: calc(16px * 0.9);
}.title_opener_6 .course_entry_4 h3 {
    line-height: 1.4;
    padding: 0.75rem;
    font-size: 21px;
}}#cookie_overlay_box_1 {
    display: none;
}#cookie_overlay_box_1:checked ~ .cookie_overlay_alert_3 {
    visibility: hidden;
    opacity: 0;
}.cookie_overlay_alert_3 {
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 3px solid rgb(153,202,206);
    background: rgb(103,171,179);
    padding: 20px 0;
    z-index: 90;
    font-family: Arial, sans-serif;
}.cookie_preference_1 {
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
    gap: 20px;
    display: flex;
    padding: 20px 5%;
    border-radius: 12px;
    border: 2px dashed rgb(153,202,206);
    align-items: center;
}.cookie_overlay_alert_3 h5 {
    letter-spacing: 1.5px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    color: rgb(153,202,206);
}.cookie_overlay_alert_3 p {
    position: relative;
    font-size: 13px;
    margin: 0;
    color: #ffffff;
    line-height: 1.5;
}.manage_tracking_3 {
    justify-content: center;
    padding: 10px;
    background: rgb(153,202,206,0.5);
    margin-right: 20px;
    flex-shrink: 0;
    display: flex;
    border-radius: 12px;
    align-items: center;
}.manage_tracking_3 svg {
    fill: rgb(153,202,206);
    height: 60px;
    width: 60px;
}.privacy_gate_6 {
    text-decoration: none;
    border-radius: 10px;
    color: #000000;
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
    border: 2px solid rgb(153,202,206);
    flex-shrink: 0;
    line-height: 40px;
    padding: 10px 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
    background: rgb(153,202,206);
    font-size: 17px;
    min-width: 140px;
}.privacy_gate_6:hover {
    background-color: rgb(103,171,179);
    box-shadow: 0 0 10px rgb(103,171,179);
}.cookie_button.user_choices_2 {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: 2px solid rgb(103,171,179);
}.cookie_button.user_choices_2:hover {
    box-shadow: 0 0 10px rgb(103,171,179);
}.cookie_overlay_alert_3 p a {
    text-decoration: none;
    color: rgb(153,202,206);
    transition: color 0.3s ease;
    border-bottom: 1px dashed rgb(153,202,206);
}.cookie_overlay_alert_3 p a:hover {
    color: rgb(103,171,179);
}
@media only screen and (max-width: 1200px) {.cookie_overlay_alert_3 {
    padding: 15px 0;
}.cookie_preference_1 {
    padding: 15px 5%;
}.manage_tracking_3 {
    display: none;
}.cookie_preference_1 {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.cookie_overlay_alert_3 h5 {
    font-size: 22px;
    margin-bottom: 10px;
}.cookie_user_0 {
    margin-bottom: 15px;
}.privacy_gate_6 {
    min-width: 100%;
    margin: 10px 0;
}}
.offer_deck_1 {
    position: relative;
    padding: 100px 0;
    color: #ffffff;
    overflow: hidden;
}.offer_deck_1::before {
    top: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.85), rgba(36, 59, 85, 0.92));
    left: 0;
}.offer_deck_1::after {
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    background: radial-gradient(circle at 75% 25%, rgba(rgb(153,202,206,0.5), 0.15) 0%, transparent 50%);
    z-index: 2;
    left: 0;
    width: 100%;
}.offer_deck_1 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 3;
}.offer_deck_1 .rate_choice_1 {
    position: relative;
}.offer_deck_1 h2 {
    transition: transform 0.5s ease, opacity 0.5s ease;
    font-size: 38px;
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
    transform: translateY(0);
    opacity: 1;
    font-weight: 700;
    position: relative;
}.offer_deck_1 h2::after {
    position: absolute;
    width: 80px;
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, rgb(153,202,206), rgb(103,171,179));
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
}.offer_deck_1 .cert_cost_0 {
    font-size: calc(15px + 2px);
    color: #ffffff;
    opacity: 0.9;
    margin: 0 auto 40px;
    max-width: 700px;
    text-align: center;
    line-height: 1.6;
}.offer_deck_1 .skill_pricing_3 {
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
    list-style: none;
    padding: 0;
    display: grid;
}.offer_deck_1 .skill_pricing_3 li {
    perspective: 1000px;
    display: flex;
}.offer_deck_1 .program_price_2 {
    height: 100%;
    position: relative;
    width: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    flex-direction: column;
    backdrop-filter: blur(8px);
    display: flex;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(8px);
    overflow: hidden;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
}.offer_deck_1 .program_price_2::before {
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
    background: radial-gradient(circle at 30% 30%, rgb(153,202,206,0.5), transparent 75%);
    transition: opacity 0.5s ease;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
}.offer_deck_1 .program_price_2:hover {
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px) rotateX(5deg);
}.offer_deck_1 .program_price_2:hover::before {
    opacity: 0.15;
}.offer_deck_1 .learn_fees_8 {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}.offer_deck_1 .plan_details_4 {
    display: flex;
    height: 100%;
    flex-direction: column;
}.offer_deck_1 .plan_details_4 h4 {
    font-size: calc(22px + 2px);
    position: relative;
    transition: transform 0.3s ease;
    color: #ffffff;
    margin: 0 0 20px;
}.offer_deck_1 .program_price_2:hover .plan_details_4 h4 {
    transform: translateY(-5px);
}.offer_deck_1 .plan_details_4 h4::after {
    background: rgb(103,171,179);
    bottom: -8px;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    left: 0;
}.offer_deck_1 .program_price_2:hover .plan_details_4 h4::after {
    width: 60px;
}.offer_deck_1 .plan_details_4 p {
    margin: 0 0 25px;
    word-break: break-word;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    overflow-wrap: break-word;
    font-size: 15px;
    flex-grow: 1;
}.offer_deck_1 .fee_board_9 {
    font-size: calc(22px + 4px);
    overflow: hidden;
    transition: transform 0.3s ease;
    border-radius: 10px;
    margin-top: auto;
    align-self: flex-start;
    background: linear-gradient(90deg, rgb(153,202,206,0.5), transparent);
    color: #ffffff;
    font-weight: 700;
    padding: 10px 20px;
    position: relative;
}.offer_deck_1 .fee_board_9::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    transition: left 0.5s ease;
    position: absolute;
    height: 100%;
    top: 0;
    left: -100%;
}.offer_deck_1 .program_price_2:hover .fee_board_9 {
    transform: scale(1.05);
}.offer_deck_1 .program_price_2:hover .fee_board_9::before {
    left: 100%;
}

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

@media (max-width: 992px) {.offer_deck_1 h2 {
    font-size: calc(38px - 4px);
}.offer_deck_1 .cert_cost_0 {
    margin-bottom: 30px;
    font-size: 15px;
}.offer_deck_1 .learn_fees_8 {
    padding: 25px;
}
}

@media (max-width: 768px) {.offer_deck_1 {
    padding: 60px 0;
}.offer_deck_1 .skill_pricing_3 {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.offer_deck_1 .plan_details_4 h4 {
    font-size: 22px;
}.offer_deck_1 .fee_board_9 {
    font-size: 22px;
}
}

@media (max-width: 576px) {.offer_deck_1 {
    padding: 50px 0;
}.offer_deck_1 h2 {
    font-size: calc(38px - 6px);
}.offer_deck_1 .cert_cost_0 {
    font-size: calc(15px - 1px);
}.offer_deck_1 .learn_fees_8 {
    padding: 20px;
}.offer_deck_1 .plan_details_4 p {
    font-size: calc(15px - 1px);
}}.operation_process_8 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(200,228,232) 0%, rgb(103,171,179,0.5) 100%);
    padding: 8rem 0;
}.operation_process_8::before {
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.4;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, rgb(153,202,206,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgb(103,171,179,0.5) 0%, transparent 40%);
    height: 100%;
    content: "";
    z-index: 0;
}.operation_process_8::after {
    z-index: 1;
    height: 70%;
    position: absolute;
    width: 40%;
    background: rgb(153,202,206,0.5);
    transform: rotate(-15deg) skew(15deg);
    opacity: 0.08;
    top: -10%;
    right: -5%;
    content: "";
    clip-path: polygon(0 0, 100% 20%, 90% 90%, 10% 100%);
}.operation_process_8 .container {
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.operation_process_8 .skill_track_3 {
    transition: transform 0.8s ease-out;
    transform: perspective(1000px) rotateY(2deg);
    justify-content: center;
    display: flex;
    align-items: center;
}.operation_process_8 .skill_track_3:hover {
    transform: perspective(1000px) rotateY(0deg);
}.operation_process_8 .skill_track_3 > div {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    padding: 3.5rem 3rem;
    max-width: 800px;
    z-index: 3;
    transform: translateZ(0);
    position: relative;
    width: 100%;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
}.operation_process_8 .skill_track_3 > div::before {
    opacity: 0.2;
    position: absolute;
    transition: opacity 0.5s ease;
    top: -10px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(153,202,206,0.5) 0%, transparent 70%);
    transform: translateZ(-10px);
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    content: "";
}.operation_process_8 .skill_track_3 > div:hover::before {
    opacity: 0.4;
}.operation_process_8 h3 {
    font-size: calc(34px * 0.8);
    transform: translateX(-5px);
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    margin-bottom: 1.5rem;
    color: #000000;
}.operation_process_8 .skill_track_3 > div:hover h3 {
    transform: translateX(0);
}.operation_process_8 h3::after {
    content: "";
    transform: scaleX(0.7);
    height: 3px;
    width: 80px;
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    background: linear-gradient(90deg, rgb(153,202,206) 0%, rgb(103,171,179) 100%);
    transform-origin: left;
}.operation_process_8 .skill_track_3 > div:hover h3::after {
    transform: scaleX(1);
}.operation_process_8 p {
    font-size: 13px;
    transition: transform 0.5s ease;
    margin-top: 2rem;
    line-height: 1.8;
    color: #000000;
    position: relative;
    transform: translateY(0);
}.operation_process_8 p span {
    background-size: 0% 100%;
    background: linear-gradient(to bottom, transparent 95%, rgb(153,202,206,0.5) 95%);
    transition: background-size 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
}.operation_process_8 .skill_track_3 > div:hover p span {
    background-size: 100% 100%;
}

@media (max-width: 991px) {.operation_process_8 {
    padding: 6rem 0;
}.operation_process_8 .skill_track_3 {
    transform: perspective(800px) rotateY(1deg);
}.operation_process_8 .skill_track_3 > div {
    padding: 2.5rem 2rem;
}.operation_process_8 h3 {
    margin-bottom: 1.2rem;
    font-size: calc(34px * 0.7);
}
}

@media (max-width: 768px) {.operation_process_8 {
    padding: 5rem 0;
}.operation_process_8 .skill_track_3 {
    transform: none;
}.operation_process_8 .skill_track_3 > div {
    padding: 2.2rem 1.8rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08),
                    0 5px 10px rgba(0, 0, 0, 0.05);
}.operation_process_8 h3 {
    font-size: calc(34px * 0.6);
    margin-bottom: 1rem;
}.operation_process_8 h3::after {
    width: 60px;
    height: 2px;
}.operation_process_8 p {
    margin-top: 1.5rem;
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.operation_process_8 {
    padding: 4rem 0;
}.operation_process_8 .skill_track_3 > div {
    padding: 2rem 1.5rem;
}.operation_process_8 h3 {
    font-size: calc(34px * 0.55);
}.operation_process_8 p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}.who_we_are_3 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.who_we_are_3::before {
    pointer-events: none;
    bottom: 0;
    right: 0;
    top: 0;
    backdrop-filter: blur(3px);
    left: 0;
    z-index: 1;
    background: radial-gradient(circle at 30% 70%, rgb(153,202,206,0.5), rgba(0, 0, 0, 0.5) 80%);
    content: "";
    position: absolute;
}.who_we_are_3::after {
    top: -10%;
    height: 120%;
    position: absolute;
    z-index: 2;
    width: 120%;
    content: "";
    left: -10%;
    background: linear-gradient(135deg, rgb(153,202,206,0.5) 5%, transparent 15%, transparent 85%, rgb(103,171,179,0.5) 95%);
    animation: orbitGlow 20s infinite linear;
    pointer-events: none;
}.who_we_are_3 .container {
    padding: 0 15px;
    z-index: 5;
    position: relative;
    perspective: 1000px;
    margin: 0 auto;
    max-width: 1200px;
    transform-style: preserve-3d;
}.who_we_are_3 .content_block_8 {
    padding: 40px 50px;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-left: 3px solid rgb(103,171,179);
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    box-shadow: 0 10px 30px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.1);
    transform: translateZ(0) rotateY(-2deg);
}.who_we_are_3 .content_block_8:hover {
    transform: translateZ(10px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.15);
}.who_we_are_3 h5 {
    letter-spacing: 1.5px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 15px;
    display: inline-block;
}.who_we_are_3 h5::after {
    left: 0;
    bottom: -8px;
    content: "";
    position: absolute;
    width: 50px;
    transform-origin: left center;
    height: 2px;
    background: rgb(103,171,179);
    transition: transform 0.4s ease-out;
    transform: scaleX(1);
}.who_we_are_3 h5:hover::after {
    transform: scaleX(1.5);
}.who_we_are_3 p {
    margin: 0 0 20px;
    line-height: 1.6;
    font-weight: 400;
    color: #ffffff;
    font-size: calc(15px * 1.2);
}.who_we_are_3 b {
    font-weight: 700;
    color: rgb(103,171,179);
    font-size: calc(15px * 1.5);
    letter-spacing: 0.5px;
    position: relative;
}.who_we_are_3 b::before {
    bottom: -5px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, rgb(103,171,179), transparent);
}.who_we_are_3 ol {
    list-style-position: outside;
    padding: 0 0 0 20px;
    margin: 20px 0 0;
}.who_we_are_3 li {
    line-height: 1.8;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
    color: #ffffff;
    text-align: justify;
}.who_we_are_3 .content_block_8 div:nth-child(1) {
    animation: fadeSlideIn 0.8s ease-out forwards;
}.who_we_are_3 .content_block_8 div:nth-child(2) {
    opacity: 0;
    animation: fadeSlideIn 0.8s 0.2s ease-out forwards;
    transform: translateY(20px);
}.who_we_are_3 ol {
    opacity: 0;
    animation: fadeSlideIn 0.8s 0.4s ease-out forwards;
    transform: translateY(20px);
}@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes orbitGlow {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.05);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}


.who_we_are_3 .container::before,
.who_we_are_3 .container::after {
    content: "";
    box-shadow: 0 0 10px 2px rgb(103,171,179,0.5);
    position: absolute;
    height: 5px;
    opacity: 0.7;
    animation: pulseDot 3s infinite alternate;
    background: rgb(103,171,179);
    z-index: 2;
    width: 5px;
    border-radius: 50%;
    pointer-events: none;
}.who_we_are_3 .container::before {
    right: 15%;
    top: -20px;
}.who_we_are_3 .container::after {
    bottom: 10%;
    left: 5%;
}.who_we_are_3 .content_block_8::before,
.who_we_are_3 .content_block_8::after {
    height: 4px;
    position: absolute;
    border-radius: 50%;
    z-index: 2;
    background: rgb(153,202,206);
    width: 4px;
    box-shadow: 0 0 8px 1px rgb(153,202,206,0.5);
    animation: pulseDot 4s infinite alternate-reverse;
    pointer-events: none;
    content: "";
    opacity: 0.8;
}.who_we_are_3 .content_block_8::before {
    top: 15%;
    right: -15px;
}.who_we_are_3 .content_block_8::after {
    left: -10px;
    bottom: 20%;
}

@keyframes pulseDot {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 0.9;
    }
}


@media (max-width: 1200px) {.who_we_are_3 {
    padding: 100px 0;
}.who_we_are_3 .content_block_8 {
    padding: 35px 40px;
}.who_we_are_3 b {
    font-size: calc(15px * 1.3);
}
}

@media (max-width: 992px) {.who_we_are_3 {
    padding: 80px 0;
}.who_we_are_3 .content_block_8 {
    transform: translateZ(0) rotateY(-1deg);
    padding: 30px 35px;
}.who_we_are_3 h5 {
    font-size: calc(20px * 0.95);
}.who_we_are_3 b {
    font-size: calc(15px * 1.2);
}.who_we_are_3 li {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 768px) {.who_we_are_3 {
    padding: 60px 0;
}.who_we_are_3 .content_block_8 {
    transform: translateZ(0) rotateY(0deg);
    padding: 25px 30px;
}.who_we_are_3 h5 {
    font-size: calc(20px * 0.9);
    margin-bottom: 12px;
}.who_we_are_3 h5::after {
    bottom: -6px;
    width: 40px;
}.who_we_are_3 p {
    font-size: 15px;
    margin-bottom: 15px;
}.who_we_are_3 b {
    font-size: calc(15px * 1.1);
}.who_we_are_3 li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.who_we_are_3 ol {
    padding-left: 15px;
}
}

@media (max-width: 576px) {.who_we_are_3 {
    padding: 50px 0;
}.who_we_are_3 .content_block_8 {
    padding: 20px 25px;
}.who_we_are_3 h5 {
    margin-bottom: 10px;
    font-size: calc(20px * 0.85);
}.who_we_are_3 h5::after {
    width: 30px;
    bottom: -5px;
}.who_we_are_3 p {
    margin-bottom: 12px;
    font-size: calc(15px * 0.95);
}.who_we_are_3 b {
    font-size: calc(15px * 1);
}.who_we_are_3 li {
    font-size: calc(15px * 0.85);
    text-align: left;
    line-height: 1.5;
}.who_we_are_3 ol {
    margin-top: 15px;
    padding-left: 12px;
}}.tyZone_9 {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(103,171,179,0.5) 0%, rgb(200,228,232) 100%);
}.tyZone_9::before {
    z-index: 0;
    opacity: 0.6;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(153,202,206,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(103,171,179,0.5) 0%, transparent 60%);
    width: 100%;
}.tyZone_9::after {
    height: 200px;
    right: -50px;
    transform: rotate(15deg);
    animation: float 8s ease-in-out infinite;
    content: "";
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
    width: 200px;
    position: absolute;
    border: 2px solid rgb(153,202,206,0.5);
    top: -50px;
}.tyZone_9 .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1140px;
    position: relative;
}.tyZone_9 .skill_track_3 {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.95));
    padding: 50px;
    position: relative;
    flex-direction: column;
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    display: flex;
}.tyZone_9 .skill_track_3:hover {
    transform: perspective(1000px) rotateY(0deg);
}.tyZone_9 .skill_track_3::before {
    height: 5px;
    animation: gradient-shift 6s linear infinite;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background-size: 200% auto;
    background: linear-gradient(90deg, 
        rgb(153,202,206) 0%, 
        rgb(103,171,179) 50%, 
        rgb(153,202,206) 100%);
    content: "";
}.tyZone_9 .skill_track_3 > div:first-child {
    position: relative;
    margin-bottom: 30px;
    padding-left: 20px;
}.tyZone_9 .skill_track_3 > div:first-child::before {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    height: 70%;
    background: rgb(103,171,179);
    width: 4px;
    content: "";
}.tyZone_9 h5 {
    line-height: 1.4;
    font-size: 21px;
    position: relative;
    transition: transform 0.3s ease;
    transform: translateX(0);
    color: #000000;
    font-weight: 700;
    margin: 0;
}.tyZone_9 .skill_track_3:hover h5 {
    transform: translateX(5px);
}.tyZone_9 .skill_track_3 > div:last-child {
    border-left: 2px solid rgb(153,202,206,0.5);
    background: linear-gradient(120deg, rgba(255,255,255,0.7), rgba(255,255,255,0.9));
    position: relative;
    transition: all 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    padding: 20px;
}.tyZone_9 .skill_track_3 > div:last-child:hover {
    border-left-width: 4px;
    background: linear-gradient(120deg, rgba(255,255,255,0.9), rgba(255,255,255,1));
}.tyZone_9 p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    transition: transform 0.3s ease;
}.tyZone_9 a {
    text-decoration: none;
    position: relative;
    display: block;
    overflow: hidden;
}.tyZone_9 a::after {
    height: 2px;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 0;
    content: "";
    transition: width 0.5s ease;
    background: rgb(153,202,206);
}.tyZone_9 a:hover::after {
    width: 100%;
}.tyZone_9 a:hover p {
    transform: translateY(-3px);
}

@keyframes gradient-shift {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

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

@media (max-width: 992px) {.tyZone_9 {
    padding: 70px 0;
}.tyZone_9 .skill_track_3 {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(1deg);
}.tyZone_9 h5 {
    font-size: calc(21px - 2px);
}.tyZone_9 .skill_track_3 > div:last-child {
    padding: 15px;
}
}

@media (max-width: 768px) {.tyZone_9 {
    padding: 50px 0;
}.tyZone_9 .skill_track_3 {
    padding: 30px 20px;
    transform: none;
}.tyZone_9 .skill_track_3::before {
    height: 3px;
}.tyZone_9 .skill_track_3 > div:first-child {
    margin-bottom: 20px;
}.tyZone_9 h5 {
    font-size: calc(21px - 4px);
}.tyZone_9 p {
    font-size: calc(16px - 1px);
}.tyZone_9 .skill_track_3 > div:last-child {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
}
}

@media (max-width: 576px) {.tyZone_9 {
    padding: 40px 0;
}.tyZone_9 .skill_track_3 {
    padding: 25px 15px;
}.tyZone_9 .skill_track_3 > div:first-child::before {
    width: 3px;
}.tyZone_9 .skill_track_3 > div:last-child {
    padding: 10px;
    clip-path: none;
}.tyZone_9 p {
    font-size: calc(16px - 2px);
    line-height: 1.6;
}
}

@media (hover: none) {.tyZone_9 .skill_track_3 {
    transform: none;
}.tyZone_9 .skill_track_3:hover h5 {
    transform: none;
}.tyZone_9 a:hover p {
    transform: none;
}}.privacy_space_0 {
    background-color: #ffffff;
    margin: auto;
    z-index: 1;
    height: auto;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 50px;
}.privacy_space_0::before {
    right: -10px;
    bottom: -10px;
    left: -10px;
    position: absolute;
    content: '';
    border: 1px solid rgb(153,202,206);
    z-index: -1;
    top: -10px;
}.privacy_space_0::after {
    left: 20px;
    right: 20px;
    position: absolute;
    border: 1px dashed rgb(103,171,179);
    content: '';
    z-index: -1;
    top: 20px;
    bottom: 20px;
    border-radius: 10px;
}.privacy_space_0 h1 {
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 40px;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
    border-bottom: 3px double rgb(153,202,206);
    padding-bottom: 15px;
    color: rgb(153,202,206);
}.privacy_space_0 h2 {
    text-align: left;
    border-bottom: 2px dashed rgb(103,171,179);
    color: rgb(103,171,179);
    font-size: 31px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    margin-top: 30px;
    font-weight: 600;
    padding-bottom: 10px;
}.privacy_space_0 h3, .privacy_space_0 h4, .privacy_space_0 h5, .privacy_space_0 h6 {
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    font-size: 19px;
    margin-top: 25px;
    color: #000000;
    padding-left: 10px;
    border-left: 4px solid #000000;
    font-weight: 400;
}.privacy_space_0 ul, .privacy_space_0 ol {
    list-style: none;
    padding-left: 20px;
    padding: 15px 0;
    padding-left: 0;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    list-style-position: inside;
    margin: 0;
    color: #000000;
    font-size: 12px;
}.privacy_space_0 li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}.privacy_space_0 li::before {
    transform: translateY(-50%);
    content: "";
    background-color: rgb(153,202,206);
    width: 10px;
    left: 0;
    position: absolute;
    height: 10px;
    border-radius: 50%;
    top: 50%;
}.privacy_space_0 section {
    background: none;
}.privacy_space_0 p, .privacy_space_0 span, .privacy_space_0 div {
    padding-bottom: 10px;
    font-family: Arial, sans-serif;
    line-height: 1.75;
    font-size: 12px;
    color: #000000;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {.privacy_space_0 {
    width: 100%;
    padding: 30px;
}.privacy_space_0 h1 {
    margin-bottom: 20px;
    font-size: calc(19px - 6px);
    margin-top: 20px;
}.privacy_space_0 h2 {
    font-size: calc(19px - 6px);
    margin-top: 20px;
    margin-bottom: 15px;
}.privacy_space_0 ul, .privacy_space_0 ol {
    padding-left: 15px;
}.privacy_space_0 li {
    padding-left: 20px;
}.privacy_space_0 p, .privacy_space_0 span, .privacy_space_0 div {
    margin-bottom: 15px;
    padding-bottom: 8px;
}
}