﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    max-width: 100%;
    width: 1191px;
    margin: auto;
}header,footer {
    width: 100%;
}.unYmi_cert_block {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    height: 100%;
    min-height: 100%;
    auto
contain
    scroll-behavior: auto;
    color: #000000;
    font-family: Arial, sans-serif;
}.uRiIx_content-wrapper {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}.tbNgR_nav_start {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 0;
    z-index: 100;
    background: linear-gradient(135deg, rgb(180,185,167,0.5) 0%, rgb(154,126,116,0.5) 100%);
    margin-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}header::before {
    z-index: -1;
    left: 0;
    content: '';
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(180,185,167,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(154,126,116,0.5) 0%, transparent 30%);
    height: 100%;
    opacity: 0.5;
    position: absolute;
}header .CqhRA_main_master {
    z-index: 5;
    padding: 1.2rem 2.5rem;
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
}header .ZguFH_top_core {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.8rem 1.2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: all 0.4s ease;
    z-index: 2;
    flex: 0 0 auto;
}header .ZguFH_top_core:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.25);
}header .UwLrY_main_sitewrap {
    display: block;
    transition: all 0.3s ease;
}header .UwLrY_main_sitewrap img {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    max-height: 40px;
}header .Zmxwp_head_edu {
    list-style: none;
    display: flex;
    margin: 0;
    z-index: 2;
    position: relative;
    padding: 0;
}header .YiJKU_header_page {
    position: relative;
    margin: 0 0.3rem;
}header .YiJKU_header_page a {
    transition: all 0.3s ease;
    display: block;
    z-index: 1;
    font-weight: 600;
    padding: 0.8rem 1.2rem;
    text-decoration: none;
    backdrop-filter: blur(5px);
    font-size: 18px;
    -webkit-backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
}header .YiJKU_header_page a:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}header .YiJKU_header_page a::before {
    top: 0;
    content: '';
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    opacity: 0;
    border-radius: 12px;
    z-index: -1;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}header .YiJKU_header_page a:hover::before {
    opacity: 1;
}header .YiJKU_header_page::after {
    left: 50%;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    bottom: -3px;
    border-radius: 10px;
    content: '';
    position: absolute;
    width: 0;
    background: #ffffff;
    height: 3px;
    opacity: 0.7;
}header .YiJKU_header_page:hover::after {
    width: 70%;
}header .CqhRA_main_master::before {
    content: '';
    position: absolute;
    opacity: 0.5;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    top: -20px;
    filter: blur(40px);
    background: rgb(180,185,167,0.5);
    z-index: -1;
    right: -20px;
}header .CqhRA_main_master::after {
    height: 80px;
    bottom: -20px;
    border-radius: 50%;
    width: 80px;
    left: -20px;
    content: '';
    position: absolute;
    background: rgb(154,126,116,0.5);
    filter: blur(30px);
    opacity: 0.5;
    z-index: -1;
}header .tbNgR_nav_start {
    background: rgb(213,215,209);
    padding-top: 2rem;
    z-index: 1;
    position: relative;
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .ZguFH_top_core::after {
    left: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    width: 100%;
    opacity: 0.5;
    bottom: -20px;
    position: absolute;
    content: '';
    transition: all 0.4s ease;
    height: 20px;
}header .ZguFH_top_core:hover::after {
    opacity: 0.7;
    transform: scaleX(0.9);
}

@media (min-width: 1400px) {header .CqhRA_main_master {
    margin: 0 auto;
    max-width: 1320px;
}header .YiJKU_header_page {
    margin: 0 0.5rem;
}header .YiJKU_header_page a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}header .CqhRA_main_master {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .ZguFH_top_core {
    margin-bottom: 0;
    padding: 0.6rem 1rem;
    border-radius: 10px;
}header .Zmxwp_head_edu {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .YiJKU_header_page a {
    font-size: calc(18px - 1px);
    padding: 0.6rem 1rem;
    border-radius: 10px;
}header .CqhRA_main_master::before,
    header .CqhRA_main_master::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .CqhRA_main_master {
    padding: 0.8rem 1.2rem;
}header .ZguFH_top_core {
    padding: 0.5rem 0.8rem;
    max-width: 140px;
}header .UwLrY_main_sitewrap img {
    max-height: 35px;
}header .Zmxwp_head_edu {
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    margin-top: 0.8rem;
}header .Zmxwp_head_edu::-webkit-scrollbar {
    height: 3px;
}header .Zmxwp_head_edu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .YiJKU_header_page {
    flex: 0 0 auto;
    margin: 0 0.15rem;
}header .YiJKU_header_page a {
    font-size: calc(18px - 2px);
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
}header .YiJKU_header_page::after {
    display: none;
}header .ZguFH_top_core::after {
    display: none;
}
}

@media (max-width: 479px) {header .CqhRA_main_master {
    padding: 0.7rem 1rem;
}header .ZguFH_top_core {
    max-width: 120px;
    padding: 0.4rem 0.7rem;
}header .YiJKU_header_page a {
    font-size: calc(18px - 3px);
    padding: 0.4rem 0.6rem;
}}.qIbEp_thxBox {
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(213,215,209) 0%, rgb(154,126,116,0.5) 100%);
}.qIbEp_thxBox::before {
    pointer-events: none;
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.15;
    content: "";
    z-index: 0;
    animation: backgroundPulse 15s infinite alternate ease-in-out;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(180,185,167,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(154,126,116,0.5) 0%, transparent 60%);
}.qIbEp_thxBox::after {
    right: -10%;
    height: 50%;
    width: 50%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    transform: rotate(-15deg) translateZ(-10px);
    top: -10%;
    animation: floatElement 20s infinite alternate ease-in-out;
    position: absolute;
    opacity: 0.05;
    filter: blur(30px);
    z-index: 0;
    background: rgb(180,185,167,0.5);
}.qIbEp_thxBox .container {
    transform-style: preserve-3d;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.qIbEp_thxBox h2 {
    font-weight: 700;
    margin-bottom: 40px;
    transform: translateZ(30px);
    color: #000000;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    position: relative;
    font-size: 29px;
    line-height: 1.3;
    animation: slideInFromTop 0.8s ease-out forwards;
}.qIbEp_thxBox h2::after {
    bottom: -15px;
    transform-origin: left;
    background: rgb(180,185,167);
    transform: scaleX(0);
    position: absolute;
    left: 0;
    content: "";
    height: 3px;
    width: 80px;
    animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.qIbEp_thxBox .tiPVA_learning_classes {
    transform: translateZ(10px) rotateX(2deg);
    animation: fadeInUp 1s 0.3s backwards;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    background: #ffffff;
    padding: 45px;
}.qIbEp_thxBox .tiPVA_learning_classes::before {
    animation: heightGrow 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(180,185,167), rgb(154,126,116));
    position: absolute;
    width: 6px;
}.qIbEp_thxBox .tiPVA_learning_classes:hover {
    transform: translateZ(15px) rotateX(0deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 8px 20px rgba(0, 0, 0, 0.05);
}.qIbEp_thxBox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.qIbEp_thxBox li {
    display: flex;
    align-items: flex-start;
    position: relative;
}.qIbEp_thxBox li::before {
    left: -30px;
    opacity: 0;
    border-radius: 50%;
    width: 12px;
    transform: scale(0);
    content: "";
    position: absolute;
    top: 8px;
    background: rgb(180,185,167);
    animation: dotAppear 0.5s 1.2s forwards;
    height: 12px;
}.qIbEp_thxBox li span {
    color: #000000;
    line-height: 1.8;
    position: relative;
    animation: textFadeIn 0.8s 1s forwards ease-out;
    display: block;
    font-size: 13px;
    transform: translateX(0);
    font-family: Arial, sans-serif;
    opacity: 0;
}.qIbEp_thxBox li span::first-letter {
    font-weight: 700;
    color: rgb(180,185,167);
    font-size: 1.5em;
}

@keyframes backgroundPulse {
    0%, 100% { 
        opacity: 0.15;
        transform: scale(1);
    }
    50% { 
        opacity: 0.25;
        transform: scale(1.05);
    }
}

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

@keyframes slideInFromTop {
    0% { 
        opacity: 0;
        transform: translateY(-40px) translateZ(30px);
    }
    100% { 
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}

@keyframes lineExpand {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(10px) rotateX(5deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(10px) rotateX(2deg);
    }
}

@keyframes heightGrow {
    0% { height: 0; }
    100% { height: 100%; }
}

@keyframes dotAppear {
    0% { opacity: 0; transform: scale(0); }
    70% { opacity: 1; transform: scale(1.2); }
    100% { opacity: 1; transform: scale(1); }
}

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

@media (max-width: 991px) {.qIbEp_thxBox {
    padding: 80px 0;
}.qIbEp_thxBox h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}.qIbEp_thxBox .tiPVA_learning_classes {
    padding: 35px;
}
}

@media (max-width: 767px) {.qIbEp_thxBox {
    padding: 60px 0;
    perspective: 800px;
}.qIbEp_thxBox h2 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.8);
    transform: translateZ(20px);
}.qIbEp_thxBox .tiPVA_learning_classes {
    transform: translateZ(5px) rotateX(1deg);
    padding: 30px 25px;
}.qIbEp_thxBox li::before {
    left: -20px;
    height: 10px;
    width: 10px;
}.qIbEp_thxBox li span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.qIbEp_thxBox {
    padding: 40px 0;
}.qIbEp_thxBox h2 {
    margin-bottom: 20px;
    font-size: calc(29px * 0.7);
}.qIbEp_thxBox .tiPVA_learning_classes {
    padding: 25px 20px;
}.qIbEp_thxBox h2::after {
    width: 60px;
    height: 2px;
}.qIbEp_thxBox li span {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}}.EMphZ_contact_us {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(213,215,209);
}.EMphZ_contact_us::before {
    z-index: 1;
    position: absolute;
    left: 0;
    opacity: 0.3;
    content: "";
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(180,185,167,0.5) 0,
        rgb(180,185,167,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
    top: 0;
}.EMphZ_contact_us::after {
    bottom: 0;
    animation: float 10s ease-in-out infinite;
    height: 300px;
    right: 0;
    width: 300px;
    position: absolute;
    filter: blur(60px);
    opacity: 0.2;
    background: radial-gradient(circle, rgb(154,126,116) 0%, transparent 70%);
    content: "";
    z-index: 1;
}.EMphZ_contact_us .CmWIw_profile_photo {
    filter: blur(2px) saturate(0.8);
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.08;
    left: 0;
    height: 100%;
}.EMphZ_contact_us .CmWIw_profile_photo::after {
    background: linear-gradient(to bottom, rgb(154,126,116,0.5) 0%, transparent 100%);
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
}.EMphZ_contact_us .container {
    z-index: 5;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.EMphZ_contact_us h3 {
    color: #000000;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}.EMphZ_contact_us h3::before {
    width: 40px;
    top: -20px;
    height: 4px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    background: rgb(180,185,167);
}.EMphZ_contact_us h3::after {
    content: "";
    bottom: -20px;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(180,185,167), transparent);
    height: 1px;
    transform: translateX(-50%);
    left: 50%;
    width: 100px;
}.elgqr_support_section {
    gap: 0;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    display: grid;
    backdrop-filter: blur(10px);
    border-radius: 15px;
    z-index: 10;
    background: #ffffff;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
}.elgqr_support_section::before {
    animation: rotate 60s linear infinite;
    position: absolute;
    width: 200%;
    top: -50%;
    content: "";
    left: -50%;
    z-index: 0;
    opacity: 0.2;
    height: 200%;
    background: radial-gradient(circle at center, rgb(154,126,116,0.5) 0%, transparent 50%);
}.elgqr_support_section .oydKf_request_card {
    padding: 60px 50px;
    z-index: 2;
    position: relative;
}.elgqr_support_section .oydKf_request_card::before {
    height: 70%;
    position: absolute;
    right: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(180,185,167,0.5), transparent);
    top: 15%;
    content: "";
}.elgqr_support_section .oydKf_request_card h3 {
    margin-bottom: 35px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000000;
    font-size: 18px;
    text-align: left;
}.elgqr_support_section .oydKf_request_card h3::before {
    display: none;
}.elgqr_support_section .oydKf_request_card h3::after {
    bottom: -15px;
    width: 60px;
    background: rgb(180,185,167);
    height: 2px;
    left: 0;
    transform: none;
}.elgqr_support_section .oydKf_request_card form {
    display: flex;
    flex-direction: column;
}.elgqr_support_section .oydKf_request_card input[type="text"],
.elgqr_support_section .oydKf_request_card textarea {
    background: rgba(240, 240, 240, 0.5);
    border: none;
    font-size: 12px;
    margin-bottom: 25px;
    border-radius: 10px;
    width: 100%;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 18px 22px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}.elgqr_support_section .oydKf_request_card input[type="text"]:focus,
.elgqr_support_section .oydKf_request_card textarea:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(180,185,167,0.5), inset 0 1px 3px rgba(0, 0, 0, 0.05);
}.elgqr_support_section .oydKf_request_card textarea {
    min-height: 150px;
    resize: vertical;
}.elgqr_support_section .oydKf_request_card .wCMZE_help_feedback {
    position: relative;
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.elgqr_support_section .oydKf_request_card .wCMZE_help_feedback input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.elgqr_support_section .oydKf_request_card .wCMZE_help_feedback label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: calc(12px - 2px);
    color: #000000;
    line-height: 1.5;
}.elgqr_support_section .oydKf_request_card .wCMZE_help_feedback label::before {
    left: 0;
    height: 20px;
    position: absolute;
    top: 2px;
    background: rgba(240, 240, 240, 0.8);
    content: "";
    border-radius: 10px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    width: 20px;
}.elgqr_support_section .oydKf_request_card .wCMZE_help_feedback input[type="checkbox"]:checked + label::before {
    background: rgb(180,185,167);
}.elgqr_support_section .oydKf_request_card .wCMZE_help_feedback input[type="checkbox"]:checked + label::after {
    position: absolute;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    width: 5px;
    border: solid #ffffff;
    content: "";
    left: 8px;
    height: 10px;
    top: 5px;
}.elgqr_support_section .oydKf_request_card .wCMZE_help_feedback a {
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    color: rgb(180,185,167);
}.elgqr_support_section .oydKf_request_card .wCMZE_help_feedback a::after {
    bottom: -2px;
    position: absolute;
    left: 0;
    height: 1px;
    content: "";
    transition: width 0.3s ease;
    width: 0;
    background-color: rgb(180,185,167);
}.elgqr_support_section .oydKf_request_card .wCMZE_help_feedback a:hover::after {
    width: 100%;
}.elgqr_support_section .oydKf_request_card .rtXvH_query_card {
    align-self: flex-start;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    display: inline-block;
    background: transparent;
    color: #000000;
    font-weight: 600;
    border: 2px solid rgb(180,185,167);
    cursor: pointer;
    padding: 15px 30px;
    position: relative;
    font-size: 14px;
    border-radius: 10px;
}.elgqr_support_section .oydKf_request_card .rtXvH_query_card::before {
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(180,185,167);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    position: absolute;
    width: 0;
    z-index: -1;
}.elgqr_support_section .oydKf_request_card .rtXvH_query_card:hover {
    color: #ffffff;
}.elgqr_support_section .oydKf_request_card .rtXvH_query_card:hover::before {
    width: 100%;
}.elgqr_support_section .mzUtM_help_inquiry {
    padding: 60px 50px;
    z-index: 2;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 1) 100%);
}.elgqr_support_section .mzUtM_help_inquiry::before {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    background-size: 20px 20px;
    height: 100%;
    opacity: 0.5;
    background: linear-gradient(45deg, transparent 25%, rgba(0, 0, 0, 0.02) 25%, rgba(0, 0, 0, 0.02) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.02) 75%);
}.elgqr_support_section .mzUtM_help_inquiry h4 {
    font-weight: 600;
    position: relative;
    color: #000000;
    letter-spacing: 0.5px;
    font-size: 18px;
    margin-bottom: 35px;
}.elgqr_support_section .mzUtM_help_inquiry h4::after {
    width: 60px;
    height: 2px;
    content: "";
    background: rgb(180,185,167);
    bottom: -15px;
    left: 0;
    position: absolute;
}.elgqr_support_section .mzUtM_help_inquiry .Wanzo_reach_query {
    margin: 0;
    list-style: none;
    padding: 0;
}.elgqr_support_section .mzUtM_help_inquiry .Wanzo_reach_query li {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    border-left: 2px solid transparent;
    align-items: center;
    transition: all 0.3s ease;
    padding-left: 15px;
    display: flex;
}.elgqr_support_section .mzUtM_help_inquiry .Wanzo_reach_query li:last-child {
    margin-bottom: 0;
}.elgqr_support_section .mzUtM_help_inquiry .Wanzo_reach_query li:hover {
    padding-left: 20px;
    border-left-color: rgb(180,185,167);
}.elgqr_support_section .mzUtM_help_inquiry .Wanzo_reach_query li svg {
    height: 22px;
    opacity: 0.8;
    flex-shrink: 0;
    width: 22px;
    transition: all 0.3s ease;
    margin-right: 18px;
}.elgqr_support_section .mzUtM_help_inquiry .Wanzo_reach_query li:hover svg {
    opacity: 1;
    transform: scale(1.1);
}.elgqr_support_section .mzUtM_help_inquiry .Wanzo_reach_query li svg path {
    transition: all 0.3s ease;
    fill: rgb(180,185,167);
}.elgqr_support_section .mzUtM_help_inquiry .Wanzo_reach_query li:hover svg path {
    fill: rgb(154,126,116);
}.elgqr_support_section .mzUtM_help_inquiry .Wanzo_reach_query li span {
    color: #000000;
    font-size: 12px;
    line-height: 1.5;
}.elgqr_support_section .mzUtM_help_inquiry .Wanzo_reach_query li a {
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
}.elgqr_support_section .mzUtM_help_inquiry .Wanzo_reach_query li a::after {
    height: 1px;
    bottom: -3px;
    background-color: rgb(180,185,167);
    left: 0;
    content: "";
    transition: width 0.3s ease;
    width: 0;
    position: absolute;
}.elgqr_support_section .mzUtM_help_inquiry .Wanzo_reach_query li a:hover {
    color: rgb(180,185,167);
}.elgqr_support_section .mzUtM_help_inquiry .Wanzo_reach_query li a:hover::after {
    width: 100%;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {.EMphZ_contact_us {
    padding: 80px 0;
}.elgqr_support_section {
    grid-template-columns: 1fr;
}.elgqr_support_section .oydKf_request_card::before {
    left: 15%;
    right: auto;
    top: auto;
    height: 1px;
    width: 70%;
    bottom: 0;
}.elgqr_support_section .oydKf_request_card,
    .elgqr_support_section .mzUtM_help_inquiry {
    padding: 50px 40px;
}
}

@media screen and (max-width: 768px) {.EMphZ_contact_us {
    padding: 60px 0;
}.EMphZ_contact_us h3 {
    margin-bottom: 40px;
    font-size: calc(32px - 4px);
}.elgqr_support_section .oydKf_request_card,
    .elgqr_support_section .mzUtM_help_inquiry {
    padding: 40px 30px;
}.elgqr_support_section .oydKf_request_card h3,
    .elgqr_support_section .mzUtM_help_inquiry h4 {
    margin-bottom: 30px;
    font-size: calc(18px - 2px);
}.elgqr_support_section .oydKf_request_card input[type="text"],
    .elgqr_support_section .oydKf_request_card textarea {
    padding: 15px 18px;
    margin-bottom: 20px;
}.elgqr_support_section .oydKf_request_card .rtXvH_query_card {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.EMphZ_contact_us {
    padding: 50px 0;
}.elgqr_support_section {
    border-radius: 10px;
}.elgqr_support_section .oydKf_request_card,
    .elgqr_support_section .mzUtM_help_inquiry {
    padding: 30px 25px;
}.elgqr_support_section .mzUtM_help_inquiry .Wanzo_reach_query li {
    align-items: flex-start;
}.elgqr_support_section .mzUtM_help_inquiry .Wanzo_reach_query li svg {
    margin-top: 3px;
}}.ZNzxK_secure_shell {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    background: linear-gradient(135deg, rgb(213,215,209) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
    padding: 5rem 2rem;
}.ZNzxK_secure_shell::before {
    top: -5%;
    right: -5%;
    height: 40%;
    filter: blur(40px);
    transform: rotate(-15deg);
    position: absolute;
    background: linear-gradient(225deg, rgb(180,185,167,0.5) 0%, transparent 70%);
    opacity: 0.15;
    width: 40%;
    content: "";
    animation: float 15s ease-in-out infinite;
    z-index: 0;
}.ZNzxK_secure_shell::after {
    content: "";
    bottom: -5%;
    z-index: 0;
    animation: float 18s ease-in-out infinite reverse;
    opacity: 0.15;
    background: linear-gradient(45deg, rgb(154,126,116,0.5) 0%, transparent 80%);
    position: absolute;
    height: 35%;
    left: -5%;
    width: 35%;
    filter: blur(30px);
    transform: rotate(10deg);
}@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(-15deg); }
    50% { transform: translate(10px, 15px) rotate(-5deg); }
}

.ZNzxK_secure_shell .container {
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: perspective(1000px) rotateX(0.5deg);
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.02);
    background: #ffffff;
    padding: 3rem;
}.ZNzxK_secure_shell .container:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.ZNzxK_secure_shell h1 {
    margin-bottom: 2rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    color: #000000;
    display: inline-block;
}.ZNzxK_secure_shell h1::after {
    bottom: -0.5rem;
    height: 4px;
    width: 40%;
    transition: width 0.3s ease;
    left: 0;
    transform-origin: left;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(180,185,167) 0%, rgb(154,126,116) 100%);
}.ZNzxK_secure_shell h2 {
    margin: 2.5rem 0 1.5rem;
    padding-left: 1rem;
    border-left: 3px solid rgb(180,185,167);
    transition: all 0.3s ease;
    font-size: 34px;
    color: #000000;
    font-weight: 600;
}.ZNzxK_secure_shell h2:hover {
    transform: translateX(5px);
    border-left-width: 5px;
}.ZNzxK_secure_shell h3 {
    border-left: 2px solid rgb(154,126,116);
    position: relative;
    font-weight: 600;
    color: #000000;
    margin: 2rem 0 1.2rem;
    font-size: calc(34px * 0.8);
    padding-left: 0.8rem;
}.ZNzxK_secure_shell h4 {
    margin: 1.8rem 0 1rem;
    color: #000000;
    position: relative;
    font-size: calc(34px * 0.7);
    padding-left: 0.6rem;
    font-weight: 600;
    border-left: 1px solid rgb(154,126,116);
}.ZNzxK_secure_shell p {
    line-height: 1.7;
    color: #000000;
    font-size: 18px;
    position: relative;
    margin-bottom: 1.5rem;
    z-index: 1;
    transition: transform 0.3s ease;
}.ZNzxK_secure_shell p:hover {
    transform: translateX(3px);
}.ZNzxK_secure_shell p strong {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: rgb(180,185,167);
}.ZNzxK_secure_shell p strong::after {
    width: 100%;
    height: 1px;
    transform-origin: left;
    bottom: -2px;
    transition: transform 0.3s ease;
    content: "";
    background: rgb(180,185,167,0.5);
    left: 0;
    position: absolute;
    transform: scaleX(0);
}.ZNzxK_secure_shell p:hover strong::after {
    transform: scaleX(1);
}.ZNzxK_secure_shell span {
    margin-bottom: 1.5rem;
    display: block;
    line-height: 1.7;
    color: #000000;
    border-left: 1px dashed rgb(154,126,116,0.5);
    padding-left: 1rem;
    position: relative;
    font-size: 18px;
}.ZNzxK_secure_shell ul {
    padding-left: 0;
    list-style-type: none;
    position: relative;
    margin: 1.5rem 0 2rem;
}.ZNzxK_secure_shell ul::before {
    left: 0.8rem;
    bottom: 0;
    top: 0;
    transform-origin: top;
    background: linear-gradient(to bottom, rgb(180,185,167,0.5), transparent);
    width: 1px;
    content: "";
    position: absolute;
    transform: scaleY(0.95);
}.ZNzxK_secure_shell li {
    color: #000000;
    transition: transform 0.2s ease;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
}.ZNzxK_secure_shell li:hover {
    transform: translateX(5px);
}.ZNzxK_secure_shell li::before {
    transition: all 0.2s ease;
    box-shadow: 0 0 0 2px rgb(180,185,167,0.5);
    width: 8px;
    left: 0.5rem;
    height: 8px;
    position: absolute;
    top: 0.6rem;
    border-radius: 50%;
    background: rgb(180,185,167);
    content: "";
}.ZNzxK_secure_shell li:hover::before {
    transform: scale(1.2);
    background: rgb(154,126,116);
}

@media (max-width: 992px) {.ZNzxK_secure_shell {
    padding: 4rem 1.5rem;
}.ZNzxK_secure_shell .container {
    padding: 2.5rem;
    transform: perspective(800px) rotateX(0.3deg);
}.ZNzxK_secure_shell h1 {
    font-size: calc(40px * 0.9);
}.ZNzxK_secure_shell h2 {
    font-size: calc(34px * 0.9);
    padding-left: 0.8rem;
}
}

@media (max-width: 768px) {.ZNzxK_secure_shell {
    padding: 3rem 1rem;
}.ZNzxK_secure_shell .container {
    transform: none;
    padding: 2rem;
}.ZNzxK_secure_shell h1 {
    font-size: calc(40px * 0.8);
}.ZNzxK_secure_shell h2 {
    margin: 2rem 0 1rem;
    font-size: calc(34px * 0.8);
}.ZNzxK_secure_shell h3 {
    font-size: calc(34px * 0.7);
}.ZNzxK_secure_shell h4 {
    font-size: calc(34px * 0.6);
}.ZNzxK_secure_shell p, 
    .ZNzxK_secure_shell span, 
    .ZNzxK_secure_shell li {
    font-size: calc(18px * 0.95);
}.ZNzxK_secure_shell ul {
    margin: 1.2rem 0 1.5rem;
}.ZNzxK_secure_shell li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.ZNzxK_secure_shell {
    padding: 2rem 0.8rem;
}.ZNzxK_secure_shell .container {
    padding: 1.5rem;
}.ZNzxK_secure_shell h1 {
    font-size: calc(40px * 0.7);
    margin-bottom: 1.5rem;
}.ZNzxK_secure_shell h1::after {
    height: 3px;
}.ZNzxK_secure_shell h2 {
    font-size: calc(34px * 0.7);
    padding-left: 0.6rem;
    border-left-width: 2px;
}.ZNzxK_secure_shell p, 
    .ZNzxK_secure_shell span, 
    .ZNzxK_secure_shell li {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.ZNzxK_secure_shell li {
    padding-left: 1.8rem;
}.ZNzxK_secure_shell li::before {
    width: 6px;
    height: 6px;
}}.GzlVI_meet_us {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(213,215,209) 0%, rgb(154,126,116,0.5) 100%);
    padding: 7rem 0;
}.GzlVI_meet_us::before {
    width: 40%;
    transform: rotate(-15deg) skewX(15deg);
    position: absolute;
    content: "";
    background: rgb(180,185,167,0.5);
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 70%);
    opacity: 0.15;
    height: 80%;
    z-index: 1;
    top: -10%;
    right: -5%;
}.GzlVI_meet_us::after {
    background: rgb(154,126,116);
    bottom: -5%;
    transform: rotate(10deg) skewY(-5deg);
    clip-path: polygon(15% 0, 85% 30%, 100% 100%, 0 70%);
    position: absolute;
    opacity: 0.08;
    left: -5%;
    content: "";
    z-index: 1;
    height: 70%;
    width: 30%;
}.GzlVI_meet_us .container {
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
}.GzlVI_meet_us h1 {
    position: relative;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    transform: translateX(1rem);
    font-size: 44px;
    margin-bottom: 3rem;
}.GzlVI_meet_us h1::after {
    transform-origin: left;
    bottom: -0.5rem;
    height: 6px;
    background: rgb(180,185,167);
    animation: growLine 1.2s ease-out forwards;
    width: 35%;
    left: -1rem;
    position: absolute;
    content: "";
}.GzlVI_meet_us .yWhog_expert_sessions {
    position: relative;
}.GzlVI_meet_us .yWhog_expert_sessions ul {
    margin: 0;
    display: grid;
    padding: 0;
    gap: 3rem;
    list-style: none;
    grid-template-columns: 1fr;
}.GzlVI_meet_us .jAOeZ_creds_sect {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
              0 5px 15px rgba(0, 0, 0, 0.04);
    background: #ffffff;
    transform: translateY(0);
    position: relative;
    border-left: 5px solid rgb(180,185,167);
    overflow: hidden;
    padding: 2.5rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
              box-shadow 0.4s ease;
}.GzlVI_meet_us .jAOeZ_creds_sect:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
              0 10px 20px rgba(0, 0, 0, 0.06);
}.GzlVI_meet_us .jAOeZ_creds_sect::before {
    height: 80px;
    transform: translate(40%, -40%) rotate(45deg);
    background: rgb(154,126,116,0.5);
    right: 0;
    transition: transform 0.5s ease;
    content: "";
    position: absolute;
    width: 80px;
    top: 0;
    opacity: 0.15;
}.GzlVI_meet_us .jAOeZ_creds_sect:hover::before {
    transform: translate(30%, -30%) rotate(45deg) scale(1.2);
}.GzlVI_meet_us .jAOeZ_creds_sect h4 {
    position: relative;
    margin-top: 0;
    color: rgb(180,185,167);
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.8);
    display: inline-block;
}.GzlVI_meet_us .jAOeZ_creds_sect h4::after {
    content: "";
    background: rgb(154,126,116);
    width: 0;
    position: absolute;
    bottom: -0.5rem;
    height: 3px;
    left: 0;
    transition: width 0.4s ease;
}.GzlVI_meet_us .jAOeZ_creds_sect:hover h4::after {
    width: 50%;
}.GzlVI_meet_us .jAOeZ_creds_sect div {
    overflow-y: auto;
    font-family: Arial, sans-serif;
    color: #000000;
    padding-right: 1rem;
    line-height: 1.7;
    max-height: 250px;
    font-size: 12px;
}.GzlVI_meet_us .jAOeZ_creds_sect div::-webkit-scrollbar {
    width: 5px;
}.GzlVI_meet_us .jAOeZ_creds_sect div::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 10px;
}.GzlVI_meet_us .jAOeZ_creds_sect div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(154,126,116,0.5);
}.GzlVI_meet_us .jAOeZ_creds_sect:nth-child(odd) {
    transform: translateX(1rem);
}.GzlVI_meet_us .jAOeZ_creds_sect:nth-child(even) {
    transform: translateX(-1rem);
}.GzlVI_meet_us .jAOeZ_creds_sect:nth-child(odd):hover {
    transform: translateX(1rem) translateY(-8px);
}.GzlVI_meet_us .jAOeZ_creds_sect:nth-child(even):hover {
    transform: translateX(-1rem) translateY(-8px);
}

@keyframes growLine {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 35%;
    opacity: 1;
  }
}

@media (min-width: 768px) {.GzlVI_meet_us .yWhog_expert_sessions ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.GzlVI_meet_us .jAOeZ_creds_sect {
    padding: 2.5rem 3rem;
}.GzlVI_meet_us .jAOeZ_creds_sect:nth-child(1) {
    transform: translateY(2rem);
}.GzlVI_meet_us .jAOeZ_creds_sect:nth-child(2) {
    transform: translateY(-2rem);
}.GzlVI_meet_us .jAOeZ_creds_sect:nth-child(1):hover {
    transform: translateY(calc(2rem - 8px));
}.GzlVI_meet_us .jAOeZ_creds_sect:nth-child(2):hover {
    transform: translateY(calc(-2rem - 8px));
}
}

@media (min-width: 992px) {.GzlVI_meet_us {
    padding: 10rem 0;
}.GzlVI_meet_us h1 {
    font-size: calc(44px * 1.2);
    margin-bottom: 4rem;
}.GzlVI_meet_us .jAOeZ_creds_sect div {
    max-height: 300px;
}.GzlVI_meet_us .yWhog_expert_sessions ul {
    gap: 3rem;
}
}

@media (max-width: 767px) {.GzlVI_meet_us {
    padding: 5rem 0;
}.GzlVI_meet_us h1 {
    font-size: calc(44px * 0.9);
    margin-bottom: 2rem;
}.GzlVI_meet_us .jAOeZ_creds_sect {
    border-left-width: 4px;
    padding: 2rem;
}.GzlVI_meet_us .jAOeZ_creds_sect:nth-child(odd),
  .GzlVI_meet_us .jAOeZ_creds_sect:nth-child(even) {
    transform: translateX(0);
}.GzlVI_meet_us .jAOeZ_creds_sect:nth-child(odd):hover,
  .GzlVI_meet_us .jAOeZ_creds_sect:nth-child(even):hover {
    transform: translateY(-8px);
}.GzlVI_meet_us .jAOeZ_creds_sect h4 {
    font-size: calc(38px * 0.7);
}.GzlVI_meet_us .jAOeZ_creds_sect div {
    max-height: 200px;
    font-size: calc(12px * 0.95);
}}header .top_plank {
    background: rgb(180,185,167);
    color:  #ffffff;
}header .top_plank .oYsme_learning_links div svg, header .top_plank .oYsme_learning_links div svg path {
    fill: #ffffff;
}header .top_plank .oYsme_learning_links div span {
    color: #ffffff;
}header .top_plank .oYsme_learning_links {
    justify-content: flex-start;
    flex-wrap: wrap;
    line-height: 21px;
    padding: 15px 0 10px 0;
    align-items: center;
    display: flex;
    font-size: 14px;
    width: 100%;
}header .top_plank .oYsme_learning_links div {
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}header .top_plank .oYsme_learning_links div img, header .top_plank .oYsme_learning_links div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.fxtHc_welcome_section {
    background: linear-gradient(145deg, rgb(180,185,167,0.5), rgb(154,126,116,0.5));
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
}.fxtHc_welcome_section::before {
    content: "";
    background-image: 
    linear-gradient(45deg, rgb(180,185,167,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(180,185,167,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(180,185,167,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(180,185,167,0.5) 75%);
    height: 100%;
    z-index: 1;
    background-size: 40px 40px;
    position: absolute;
    opacity: 0.05;
    width: 100%;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    top: 0;
    left: 0;
}.fxtHc_welcome_section > div {
    max-width: 1200px;
    width: 100%;
    z-index: 2;
    position: relative;
}.fxtHc_welcome_section .mfBXH_expert_learnings {
    position: relative;
    margin-bottom: 3rem;
    transform: translateY(-20px);
    opacity: 0;
    animation: fadeSlideDown 1s forwards 0.2s ease-out;
}.fxtHc_welcome_section .ITnQk_course_begin {
    font-size: 42px;
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    color: #000000;
    padding-bottom: 1rem;
}.fxtHc_welcome_section .ITnQk_course_begin::after {
    content: "";
    animation: lineGrow 1.5s forwards 0.5s ease-in-out;
    background: linear-gradient(to right, rgb(180,185,167), rgb(154,126,116));
    height: 4px;
    width: 0;
    left: 0;
    bottom: 0;
    position: absolute;
}.fxtHc_welcome_section .ELrON_skill_plus {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(20px);
    position: relative;
    padding: 3rem;
    animation: fadeSlideUp 1s forwards 0.4s ease-out;
    border-radius: 24px;
    overflow: hidden;
    opacity: 0;
}.fxtHc_welcome_section .ELrON_skill_plus::before {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    left: 0;
    position: absolute;
    backdrop-filter: blur(5px);
    top: 0;
    width: 100%;
    z-index: 1;
}.fxtHc_welcome_section .ELrON_skill_plus > div {
    color: #ffffff;
    position: relative;
    z-index: 2;
}.fxtHc_welcome_section .ELrON_skill_plus p {
    padding-left: 1.5rem;
    transform: translateX(-20px);
    font-size: calc(17px * 1.2);
    animation: fadeSlideRight 1s forwards 0.6s ease-out;
    opacity: 0;
    position: relative;
    margin-bottom: 2rem;
    font-weight: 400;
    line-height: 1.6;
}.fxtHc_welcome_section .ELrON_skill_plus p::before {
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(180,185,167), rgb(154,126,116));
    content: "";
    top: 0.5rem;
    height: 0;
    width: 4px;
    animation: lineGrowVertical 1.2s forwards 0.8s ease-in-out;
}.fxtHc_welcome_section .ELrON_skill_plus h3 {
    font-weight: 600;
    animation: fadeSlideUp 1s forwards 0.8s ease-out;
    font-size: 21px;
    border-top: 1px solid rgb(255, 255, 255, 0.5);
    opacity: 0;
    padding-top: 1.5rem;
    margin: 0;
    transform: translateY(20px);
    line-height: 1.4;
}@keyframes fadeSlideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@keyframes fadeSlideRight {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes lineGrow {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes lineGrowVertical {
  from {
    height: 0;
  }
  to {
    height: 85%;
  }
}

.fxtHc_welcome_section {
    cursor: default;
}.fxtHc_welcome_section .ITnQk_course_begin:hover {
    text-shadow: 0 0 15px rgb(180,185,167,0.5);
    transition: text-shadow 0.3s ease;
}.fxtHc_welcome_section .ELrON_skill_plus {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.fxtHc_welcome_section .ELrON_skill_plus:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px) {.fxtHc_welcome_section {
    padding: 3rem 1.5rem;
}.fxtHc_welcome_section .ITnQk_course_begin {
    font-size: calc(42px * 0.9);
}.fxtHc_welcome_section .ELrON_skill_plus {
    padding: 2.5rem;
}.fxtHc_welcome_section .ELrON_skill_plus p {
    font-size: calc(17px * 1.1);
}.fxtHc_welcome_section .ELrON_skill_plus h3 {
    font-size: calc(21px * 0.95);
}
}

@media (max-width: 768px) {.fxtHc_welcome_section {
    padding: 2.5rem 1rem;
    min-height: 80vh;
}.fxtHc_welcome_section .mfBXH_expert_learnings {
    margin-bottom: 2rem;
}.fxtHc_welcome_section .ITnQk_course_begin {
    font-size: calc(42px * 0.8);
}.fxtHc_welcome_section .ELrON_skill_plus {
    padding: 2rem;
}.fxtHc_welcome_section .ELrON_skill_plus p {
    margin-bottom: 1.5rem;
    font-size: 17px;
    padding-left: 1rem;
}.fxtHc_welcome_section .ELrON_skill_plus h3 {
    font-size: calc(21px * 0.9);
    padding-top: 1rem;
}
}

@media (max-width: 576px) {.fxtHc_welcome_section {
    padding: 2rem 0.8rem;
    min-height: 70vh;
}.fxtHc_welcome_section .mfBXH_expert_learnings {
    margin-bottom: 1.5rem;
}.fxtHc_welcome_section .ITnQk_course_begin {
    font-size: calc(42px * 0.7);
}.fxtHc_welcome_section .ELrON_skill_plus {
    padding: 1.5rem;
}.fxtHc_welcome_section .ELrON_skill_plus p {
    padding-left: 0.8rem;
    margin-bottom: 1.2rem;
    font-size: calc(17px * 0.9);
}.fxtHc_welcome_section .ELrON_skill_plus h3 {
    font-size: calc(21px * 0.8);
}}.jDXQC_price_palette {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(213,215,209);
}.jDXQC_price_palette::before {
    content: "";
    height: 600px;
    background: linear-gradient(135deg, rgb(180,185,167,0.5), rgb(154,126,116,0.5));
    width: 600px;
    position: absolute;
    right: -10%;
    top: -15%;
    opacity: 0.15;
    z-index: 0;
    filter: blur(80px);
}.jDXQC_price_palette::after {
    z-index: 0;
    filter: blur(100px);
    position: absolute;
    background: linear-gradient(225deg, rgb(154,126,116,0.5), rgb(180,185,167,0.5));
    width: 500px;
    content: "";
    height: 500px;
    bottom: -15%;
    left: -10%;
    opacity: 0.1;
}.jDXQC_price_palette .container {
    padding: 0 20px;
    max-width: 1400px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.jDXQC_price_palette .JzLQH_bundle_offer {
    flex-direction: column;
    gap: 60px;
    display: flex;
}.jDXQC_price_palette .RhlPk_pricing_fees {
    z-index: 2;
    margin-bottom: 20px;
    position: relative;
    transform: translateX(5%);
    order: -1;
}.jDXQC_price_palette .RhlPk_pricing_fees h2 {
    background-clip: text !important;
    margin-bottom: 15px;
    color: transparent;
    transform: perspective(1000px) rotateX(0deg);
    -webkit-background-clip: text !important;
    transition: transform 0.5s ease;
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    background: linear-gradient(90deg, #000000, rgb(180,185,167));
}.jDXQC_price_palette .RhlPk_pricing_fees .MqxdS_plan_rates {
    margin-left: 5px;
    max-width: 700px;
    transform: translateY(0);
    color: #000000;
    transition: transform 0.4s ease;
    font-size: 12px;
    line-height: 1.6;
}.jDXQC_price_palette .RhlPk_pricing_fees:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}.jDXQC_price_palette .RhlPk_pricing_fees:hover .MqxdS_plan_rates {
    transform: translateY(3px);
}.jDXQC_price_palette .dFDGK_trial_rates {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    perspective: 1000px;
}.jDXQC_price_palette .TIyjJ_price_deals {
    text-decoration: none;
    overflow: hidden;
    position: relative;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateZ(0) scale(1);
    display: block;
}.jDXQC_price_palette .TIyjJ_price_deals:hover {
    z-index: 5;
    transform: translateZ(20px) scale(1.02);
}.jDXQC_price_palette .GQsuz_learning_fees {
    overflow: hidden;
    display: flex;
    background: #ffffff;
    height: 100%;
    position: relative;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.5s ease;
}.jDXQC_price_palette .TIyjJ_price_deals:hover .GQsuz_learning_fees {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(180,185,167,0.5);
}.jDXQC_price_palette .GQsuz_learning_fees::before {
    height: 5px;
    top: 0;
    background: linear-gradient(90deg, rgb(180,185,167), rgb(154,126,116));
    content: "";
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    right: 0;
    transform-origin: left;
    transform: scaleX(0);
}.jDXQC_price_palette .TIyjJ_price_deals:hover .GQsuz_learning_fees::before {
    transform: scaleX(1);
}.jDXQC_price_palette .oTWju_price_grid {
    overflow: hidden;
    display: flex;
    flex-grow: 1;
    position: relative;
    flex-direction: column;
    padding: 35px 30px;
    z-index: 2;
}.jDXQC_price_palette .oTWju_price_grid h3 {
    margin-bottom: 15px;
    position: relative;
    color: #000000;
    transform: translateY(0);
    font-weight: 600;
    word-break: break-word;
    font-size: calc(18px + 2px);
    overflow-wrap: break-word;
    transition: transform 0.4s ease, color 0.3s ease;
}.jDXQC_price_palette .TIyjJ_price_deals:hover .oTWju_price_grid h3 {
    color: rgb(180,185,167);
    transform: translateY(-2px);
}.jDXQC_price_palette .oTWju_price_grid .kgvox_payment_option {
    color: rgb(180,185,167);
    position: relative;
    overflow-wrap: break-word;
    font-size: calc(18px + 6px);
    font-weight: 700;
    word-break: break-word;
    display: block;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 5px 0 20px;
}.jDXQC_price_palette .TIyjJ_price_deals:hover .oTWju_price_grid .kgvox_payment_option {
    transform: scale(1.05);
}.jDXQC_price_palette .oTWju_price_grid .kgvox_payment_option::after {
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background: rgb(154,126,116,0.5);
    transition: width 0.4s ease;
    width: 50px;
}.jDXQC_price_palette .TIyjJ_price_deals:hover .oTWju_price_grid .kgvox_payment_option::after {
    width: 80px;
}.jDXQC_price_palette .oTWju_price_grid p {
    white-space: normal;
    color: #000000;
    font-size: 12px;
    line-height: 1.7;
    transition: opacity 0.3s ease;
    opacity: 0.85;
    margin-top: 10px;
    word-break: break-word;
    flex-grow: 1;
    overflow-wrap: break-word;
}.jDXQC_price_palette .TIyjJ_price_deals:hover .oTWju_price_grid p {
    opacity: 1;
}.jDXQC_price_palette .TIyjJ_price_deals .CmWIw_profile_photo {
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    height: 220px;
    width: 100%;
    position: relative;
}.jDXQC_price_palette .TIyjJ_price_deals:hover .CmWIw_profile_photo {
    height: 240px;
}.jDXQC_price_palette .TIyjJ_price_deals .CmWIw_profile_photo::after {
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    content: "";
    transition: opacity 0.4s ease;
    bottom: 0;
}.jDXQC_price_palette .TIyjJ_price_deals:hover .CmWIw_profile_photo::after {
    opacity: 1;
}.jDXQC_price_palette .TIyjJ_price_deals:nth-child(odd) .GQsuz_learning_fees {
    flex-direction: column-reverse;
}

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

@media (min-width: 1200px) {.jDXQC_price_palette .dFDGK_trial_rates {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.jDXQC_price_palette .RhlPk_pricing_fees h2 {
    font-size: calc(36px + 5px);
}
}

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

@media (max-width: 767px) {.jDXQC_price_palette {
    padding: 60px 0;
}.jDXQC_price_palette .dFDGK_trial_rates {
    grid-template-columns: 1fr;
}.jDXQC_price_palette .oTWju_price_grid {
    padding: 25px 20px;
}.jDXQC_price_palette .TIyjJ_price_deals .CmWIw_profile_photo {
    height: 180px;
}.jDXQC_price_palette .RhlPk_pricing_fees h2 {
    font-size: calc(36px - 2px);
}
}

@media (max-width: 480px) {.jDXQC_price_palette {
    padding: 50px 0;
}.jDXQC_price_palette .oTWju_price_grid h3 {
    font-size: 18px;
}.jDXQC_price_palette .oTWju_price_grid .kgvox_payment_option {
    font-size: calc(18px + 2px);
}.jDXQC_price_palette .oTWju_price_grid p {
    font-size: calc(12px - 1px);
}}.UJnux_developer_experience {
    background: rgb(213,215,209);
    position: relative;
    overflow: hidden;
    min-height: 450px;
    padding: 80px 40px;
}.UJnux_developer_experience::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.05;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(180,185,167,0.5) 30px,
        rgb(180,185,167,0.5) 32px
    );
}.UJnux_developer_experience .TkPVs_feedback_testimonials {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    perspective: 1000px;
    flex-direction: column;
    position: relative;
    transform-style: preserve-3d;
}.UJnux_developer_experience .CmWIw_profile_photo {
    border-radius: 50%;
    height: 140px;
    border: 4px solid #ffffff;
    width: 140px;
    position: relative;
    z-index: 5;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin-left: 60px;
}.UJnux_developer_experience .TkPVs_feedback_testimonials:hover .CmWIw_profile_photo {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(180,185,167);
}.UJnux_developer_experience .sKXFr_job_exp {
    position: relative;
    padding: 60px 40px 40px;
    overflow: hidden;
    border-radius: 17px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin-top: -40px;
    background: #ffffff;
    transform: translateZ(0);
}.UJnux_developer_experience .TkPVs_feedback_testimonials:hover .sKXFr_job_exp {
    transform: translateZ(30px);
}.UJnux_developer_experience .sKXFr_job_exp::before {
    top: 0;
    width: 4px;
    height: 0;
    position: absolute;
    transition: height 0.5s ease;
    background: linear-gradient(to bottom, rgb(180,185,167), rgb(154,126,116));
    content: "";
    left: 0;
}.UJnux_developer_experience .TkPVs_feedback_testimonials:hover .sKXFr_job_exp::before {
    height: 100%;
    animation: pulseGlow 2s infinite;
}.UJnux_developer_experience .name {
    color: #000000;
    margin-bottom: 5px;
    font-size: 31px;
    font-weight: 700;
    transition: all 0.4s ease;
    letter-spacing: 1px;
    transform: translateX(0);
}.UJnux_developer_experience .TkPVs_feedback_testimonials:hover .name {
    transform: translateX(15px);
    color: rgb(180,185,167);
}.UJnux_developer_experience .sKXFr_job_exp > div:nth-child(2) {
    transform: translateX(0);
    opacity: 0.8;
    transition: all 0.4s ease 0.1s;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: rgb(154,126,116);
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}.UJnux_developer_experience .TkPVs_feedback_testimonials:hover .sKXFr_job_exp > div:nth-child(2) {
    transform: translateX(15px);
}.UJnux_developer_experience .oVRgX_job_timeline {
    transition: all 0.4s ease 0.2s;
    color: #000000;
    opacity: 0.9;
    transform: translateY(0);
    line-height: 1.8;
    font-size: 16px;
    padding: 20px 0;
    position: relative;
}.UJnux_developer_experience .TkPVs_feedback_testimonials:hover .oVRgX_job_timeline {
    transform: translateY(-5px);
}.UJnux_developer_experience .oVRgX_job_timeline::before,
.UJnux_developer_experience .oVRgX_job_timeline::after {
    background: rgb(154,126,116,0.5);
    position: absolute;
    transition: all 0.4s ease;
    height: 1px;
    width: 35px;
    content: "";
}.UJnux_developer_experience .oVRgX_job_timeline::before {
    top: 0;
    left: 0;
}.UJnux_developer_experience .oVRgX_job_timeline::after {
    right: 0;
    bottom: 0;
}.UJnux_developer_experience .TkPVs_feedback_testimonials:hover .oVRgX_job_timeline::before,
.UJnux_developer_experience .TkPVs_feedback_testimonials:hover .oVRgX_job_timeline::after {
    height: 2px;
    width: 100px;
    background: rgb(154,126,116);
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(180,185,167,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(180,185,167);
    }
}

@media (min-width: 768px) {.UJnux_developer_experience .TkPVs_feedback_testimonials {
    align-items: center;
    flex-direction: row;
}.UJnux_developer_experience .CmWIw_profile_photo {
    margin-left: 0;
    height: 180px;
    width: 180px;
    margin-right: -80px;
    z-index: 5;
}.UJnux_developer_experience .sKXFr_job_exp {
    flex: 1;
    padding-left: 100px;
    margin-top: 0;
}
}

@media (max-width: 767px) {.UJnux_developer_experience {
    padding: 60px 20px;
}.UJnux_developer_experience .sKXFr_job_exp {
    padding: 60px 25px 35px;
}.UJnux_developer_experience .name {
    font-size: calc(31px - 4px);
}.UJnux_developer_experience .sKXFr_job_exp > div:nth-child(2) {
    font-size: calc(16px - 1px);
}.UJnux_developer_experience .oVRgX_job_timeline {
    font-size: calc(16px - 1px);
}}.uXFkL_program_details {
    background: linear-gradient(135deg, rgb(213,215,209) 0%, #ffffff 100%);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}.uXFkL_program_details::before {
    background: linear-gradient(45deg, rgb(180,185,167,0.5) 0%, rgb(154,126,116,0.5) 100%);
    opacity: 0.6;
    filter: blur(20px);
    height: 70%;
    transform: rotate(-15deg) skew(10deg);
    top: -10%;
    z-index: 1;
    position: absolute;
    content: "";
    width: 50%;
    right: -5%;
}.uXFkL_program_details::after {
    filter: blur(20px);
    height: 60%;
    background: linear-gradient(225deg, rgb(154,126,116,0.5) 0%, rgb(180,185,167,0.5) 100%);
    width: 40%;
    opacity: 0.4;
    left: -5%;
    position: absolute;
    bottom: -10%;
    content: "";
    z-index: 1;
    transform: rotate(15deg) skew(-10deg);
}.uXFkL_program_details .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.uXFkL_program_details h2 {
    transform: translateX(-5px);
    max-width: 80%;
    font-size: 29px;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 50px;
}.uXFkL_program_details h2::after {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    transform: scaleX(1);
    bottom: -15px;
    left: 0;
    content: "";
    width: 80px;
    background: rgb(180,185,167);
    height: 3px;
    transform-origin: left center;
}.uXFkL_program_details h2:hover::after {
    transform: scaleX(1.5);
}.uXFkL_program_details .EaOXN_career_progress {
    display: grid;
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr;
}.uXFkL_program_details .CmWIw_profile_photo {
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    height: 400px;
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}.uXFkL_program_details .CmWIw_profile_photo::before {
    content: "";
    background: linear-gradient(to right, rgb(180,185,167,0.5) 0%, transparent 100%);
    left: 0;
    top: 0;
    height: 100%;
    transition: opacity 0.5s ease;
    width: 100%;
    position: absolute;
    opacity: 0.4;
}.uXFkL_program_details .CmWIw_profile_photo:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) scale(1.02);
}.uXFkL_program_details .CmWIw_profile_photo:hover::before {
    opacity: 0.2;
}.uXFkL_program_details .PHvjY_text_box_wrap {
    position: relative;
    padding: 20px 0;
}.uXFkL_program_details .description {
    border-left: 2px solid rgb(154,126,116,0.5);
    position: relative;
    color: #000000;
    line-height: 1.7;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    padding-left: 20px;
    font-size: 14px;
}.uXFkL_program_details .description:first-child {
    font-weight: 600;
    font-size: calc(14px * 1.05);
}.uXFkL_program_details .description:last-child {
    transform: translateY(5px);
    opacity: 0.85;
}.uXFkL_program_details .description::first-letter {
    font-weight: 700;
    color: rgb(180,185,167);
    font-size: 1.5em;
}.uXFkL_program_details .description:hover {
    transform: translateX(5px);
    border-left-color: rgb(180,185,167);
}

@media (min-width: 768px) {.uXFkL_program_details h2 {
    max-width: 70%;
    font-size: calc(29px * 1.1);
}.uXFkL_program_details .EaOXN_career_progress {
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.uXFkL_program_details .CmWIw_profile_photo {
    height: 500px;
}.uXFkL_program_details .PHvjY_text_box_wrap {
    padding: 20px 0 20px 20px;
}
}

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

@media (min-width: 1200px) {.uXFkL_program_details h2 {
    font-size: calc(29px * 1.2);
    max-width: 50%;
}.uXFkL_program_details .EaOXN_career_progress {
    grid-template-columns: 45% 55%;
}.uXFkL_program_details .CmWIw_profile_photo {
    height: 650px;
}.uXFkL_program_details .PHvjY_text_box_wrap {
    max-height: 650px;
    padding: 60px 0 60px 60px;
}.uXFkL_program_details .description {
    font-size: calc(14px * 1.05);
    line-height: 1.8;
}.uXFkL_program_details .description:first-child {
    font-size: calc(14px * 1.1);
}
}

@media (max-width: 767px) {.uXFkL_program_details {
    padding: 80px 0 50px;
}.uXFkL_program_details h2 {
    margin-bottom: 40px;
    max-width: 100%;
    font-size: calc(29px * 0.9);
}.uXFkL_program_details .CmWIw_profile_photo {
    height: 300px;
    transform: perspective(1000px) rotateY(-1deg) translateZ(0);
}.uXFkL_program_details .description {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
    padding-left: 15px;
}}.ezYrj_consentInformationPopup {
    z-index: 1050;
    position: fixed;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transform: translateX(-50%);
    max-width: 500px;
    width: 90%;
    left: 50%;
    bottom: 20px;
    border-radius: 26px;
    font-family: Arial, sans-serif;
    background: #ffffff;
    overflow: hidden;
}.zOLWS_cookie_tips {
    flex-direction: column;
    padding: 20px;
    display: flex;
    align-items: center;
}.aZrDG_cookie_window {
    margin-bottom: 20px;
}.aZrDG_cookie_window svg, .aZrDG_cookie_window svg path, .aZrDG_cookie_window img {
    height: 60px;
    fill: rgb(180,185,167);
    width: 60px;
}.ezYrj_consentInformationPopup h5 {
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 10px;
    text-align: center;
    color: rgb(180,185,167);
}.ezYrj_consentInformationPopup p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #000000;
    text-align: center;
}.nawtS_track_ack {
    padding: 10px 20px;
    background: rgb(180,185,167);
    margin: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    transition: background 0.3s ease-in-out;
    width: calc(50% - 10px);
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}.nawtS_track_ack:hover {
    background: rgb(154,126,116);
}.cookie_button.qAVSI_online_cookies {
    background: rgb(154,126,116);
}.cookie_button.qAVSI_online_cookies:hover {
    background: rgb(154,126,116,0.5);
}.ezYrj_consentInformationPopup p a {
    text-decoration: none;
    color: rgb(180,185,167);
    transition: color 0.3s ease-in-out;
}.ezYrj_consentInformationPopup p a:hover {
    color: rgb(154,126,116);
}#hXQGZ_cookieUsagePrompt {
    display: none;
}#hXQGZ_cookieUsagePrompt:checked ~ .ezYrj_consentInformationPopup {
    opacity: 0;
    visibility: hidden;
}.unYmi_cert_block {
    color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 5rem 0 3rem;
}.unYmi_cert_block::before {
    height: 100%;
    width: 100%;
    top: 0;
    backdrop-filter: blur(8px);
    z-index: -1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(180,185,167,0.5) 100%);
    left: 0;
    content: "";
    position: absolute;
}.unYmi_cert_block .container {
    position: relative;
    grid-template-columns: 1.5fr 2fr;
    gap: 3rem;
    display: grid;
}.unYmi_cert_block .company_holder {
    animation: borderPulse 4s infinite alternate;
    padding-left: 2rem;
    position: relative;
    border-left: 2px solid rgb(180,185,167);
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(180,185,167);
    }
    50% {
        border-left-color: rgb(154,126,116);
    }
    100% {
        border-left-color: rgb(180,185,167);
    }
}

.unYmi_cert_block .company_holder h3 {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
    -webkit-background-clip: text !important;
    font-weight: 700;
    font-size: calc(30px * 1.2);
    background: linear-gradient(to right, #ffffff, rgb(154,126,116));
}.unYmi_cert_block .CHAtI_play_market {
    margin-top: 1rem;
    line-height: 1.6;
    opacity: 0.8;
    color: #ffffff;
    font-size: 17px;
}.unYmi_cert_block .NGXRY_challenge_cta {
    justify-content: flex-end;
    display: flex;
}.unYmi_cert_block .lyutC_main_lead {
    display: flex;
    gap: 4rem;
}.unYmi_cert_block .Zmxwp_head_edu {
    position: relative;
}.unYmi_cert_block .Zmxwp_head_edu::before {
    height: 40px;
    border-top: 1px solid rgb(180,185,167);
    content: "";
    top: -10px;
    left: -20px;
    opacity: 0.4;
    position: absolute;
    width: 40px;
    border-left: 1px solid rgb(180,185,167);
}.unYmi_cert_block .Zmxwp_head_edu::after {
    right: -20px;
    height: 40px;
    content: "";
    opacity: 0.4;
    width: 40px;
    border-bottom: 1px solid rgb(180,185,167);
    position: absolute;
    bottom: -10px;
    border-right: 1px solid rgb(180,185,167);
}.unYmi_cert_block .Zmxwp_head_edu h5 {
    color: rgb(154,126,116);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 21px;
    letter-spacing: 1px;
}.unYmi_cert_block .Zmxwp_head_edu .lyutC_main_lead {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}.unYmi_cert_block .Zmxwp_head_edu .lyutC_main_lead a {
    opacity: 0.8;
    color: #ffffff;
    padding-left: 1rem;
    position: relative;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.3s ease;
}.unYmi_cert_block .Zmxwp_head_edu .lyutC_main_lead a::before {
    transform: translateY(-50%);
    position: absolute;
    background-color: rgb(180,185,167);
    left: 0;
    border-radius: 50%;
    content: "";
    width: 5px;
    transition: all 0.3s ease;
    height: 5px;
    top: 50%;
}.unYmi_cert_block .Zmxwp_head_edu .lyutC_main_lead a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(180,185,167);
}.unYmi_cert_block .Zmxwp_head_edu .lyutC_main_lead a:hover::before {
    height: 7px;
    background-color: rgb(154,126,116);
    width: 7px;
}.gKmiZ_knowl_base {
    position: relative;
    margin-top: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.gKmiZ_knowl_base::before {
    background: linear-gradient(to right, transparent, rgb(180,185,167), transparent);
    left: 0;
    content: "";
    position: absolute;
    height: 1px;
    opacity: 0.5;
    width: 100%;
    top: 0;
}.gKmiZ_knowl_base .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.gKmiZ_knowl_base .SHLic_story_spot {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    opacity: 0.7;
}

@media screen and (max-width: 992px) {.unYmi_cert_block .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.unYmi_cert_block .company_holder {
    margin-bottom: 2rem;
    padding-left: 1rem;
}.unYmi_cert_block .NGXRY_challenge_cta {
    justify-content: flex-start;
}.unYmi_cert_block .lyutC_main_lead {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.unYmi_cert_block {
    padding: 3rem 0 2rem;
}.unYmi_cert_block .lyutC_main_lead {
    gap: 2rem;
    flex-direction: column;
}.unYmi_cert_block .Zmxwp_head_edu::before,
    .unYmi_cert_block .Zmxwp_head_edu::after {
    display: none;
}.unYmi_cert_block .Zmxwp_head_edu {
    margin-bottom: 1.5rem;
}.gKmiZ_knowl_base {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.unYmi_cert_block .company_holder h3 {
    font-size: 30px;
}.unYmi_cert_block .Zmxwp_head_edu h5 {
    font-size: calc(18px * 1.1);
}.unYmi_cert_block .Zmxwp_head_edu .lyutC_main_lead a {
    font-size: calc(17px * 0.9);
}
}