* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: smooth;
    min-height: 100%;
}.container {
    max-width: 100%;
    width: 1269px;
    margin: auto;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.bsV_wrapper-holder {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}.FEG_support_cta {
    flex: 0 0 auto;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    width: 20px;
    height: 8px;
    padding: 5px;
}::-webkit-scrollbar-track {
    background: rgb(135,170,191);
    border-radius: 13.7rem;
    margin: 1px 0;
}::-webkit-scrollbar-thumb {
    animation: slide_scrollbar 5s linear infinite;
    transition: all, border-radius, transform 1.7s ease-in-out;
    background: radial-gradient(ellipse at top right, #ffffff 21%, rgb(108,137,160) 63%, rgb(108,137,160,0.5) 27%, rgb(135,170,191) 28%, rgb(135,170,191,0.5) 75%, rgb(164,206,222) 53%);
    border-radius: 9999px;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(135,170,191,0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(108,137,160,0.5);
}::-webkit-scrollbar-corner {
    background: rgb(255, 255, 255, 0.5);
    border: 1px solid rgb(108,137,160);
}html {
    scrollbar-color: rgb(164,206,222) rgb(108,137,160,0.5);
    scrollbar-width: none;
}.GQB_head_bar {
    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;
}}
.zEV_gratPage {
    background: linear-gradient(135deg, rgb(164,206,222) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.zEV_gratPage::before {
    filter: blur(80px);
    content: "";
    top: -50px;
    height: 300px;
    width: 300px;
    animation: float 12s ease-in-out infinite;
    z-index: 0;
    background: rgb(108,137,160,0.5);
    position: absolute;
    left: -50px;
}.zEV_gratPage::after {
    width: 280px;
    background: rgb(135,170,191,0.5);
    position: absolute;
    filter: blur(70px);
    right: -80px;
    bottom: -80px;
    z-index: 0;
    height: 280px;
    content: "";
    animation: float 15s ease-in-out infinite reverse;
}.zEV_gratPage .container {
    z-index: 2;
    position: relative;
}.zEV_gratPage .IZt_learn_legacy {
    display: grid;
    gap: 2rem;
    backdrop-filter: blur(15px);
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8),
                inset 5px 5px 10px rgba(255, 255, 255, 0.8),
                inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    padding: 3.5rem;
    position: relative;
    clip-path: polygon(
        0% 0%, 
        97% 0%, 
        100% 3%, 
        100% 100%, 
        3% 100%, 
        0% 97%
    );
}.zEV_gratPage .IZt_learn_legacy::before {
    width: 100%;
    background: linear-gradient(45deg, transparent 48%, rgb(108,137,160,0.5) 49%, transparent 51%);
    background-size: 10px 10px;
    top: 0;
    left: 0;
    opacity: 0.08;
    content: "";
    pointer-events: none;
    height: 100%;
    position: absolute;
}.zEV_gratPage .IZt_learn_legacy > div:first-child {
    position: relative;
}.zEV_gratPage .IZt_learn_legacy > div:first-child::after {
    content: "";
    height: 4px;
    left: 0;
    background: linear-gradient(90deg, rgb(135,170,191) 0%, rgb(108,137,160) 100%);
    transform-origin: left center;
    transform: scaleX(1);
    bottom: -1rem;
    position: absolute;
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.zEV_gratPage .IZt_learn_legacy:hover > div:first-child::after {
    transform: scaleX(1.5);
}.zEV_gratPage h5 {
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 19px;
    margin-bottom: 0.5rem;
    font-family: Arial, sans-serif;
    transform: translateX(0);
    font-weight: 700;
    line-height: 1.3;
}.zEV_gratPage .IZt_learn_legacy:hover h5 {
    transform: translateX(10px);
}.zEV_gratPage a {
    transform: translateY(0);
    position: relative;
    text-decoration: none;
    display: block;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.zEV_gratPage a:hover {
    transform: translateY(-5px);
}.zEV_gratPage a::before {
    opacity: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    bottom: 0;
    transition: height 0.5s ease, opacity 0.5s ease;
    height: 0;
    background: linear-gradient(to top, rgb(135,170,191,0.5) 0%, transparent 100%);
}.zEV_gratPage a:hover::before {
    opacity: 0.1;
    height: 100%;
}.zEV_gratPage p {
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    color: #000000;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

@media (min-width: 768px) {.zEV_gratPage {
    padding: 150px 0;
}.zEV_gratPage .IZt_learn_legacy {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    padding: 4rem;
}.zEV_gratPage h5 {
    font-size: calc(19px * 1.1);
    margin-bottom: 0;
}.zEV_gratPage p {
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 992px) {.zEV_gratPage {
    padding: 180px 0;
}.zEV_gratPage .IZt_learn_legacy {
    padding: 5rem;
}.zEV_gratPage h5 {
    font-size: calc(19px * 1.2);
}.zEV_gratPage .IZt_learn_legacy > div:first-child::after {
    width: 100px;
}
}

@media (max-width: 767px) {.zEV_gratPage {
    padding: 80px 0;
}.zEV_gratPage .IZt_learn_legacy {
    padding: 2.5rem;
}.zEV_gratPage h5 {
    font-size: calc(19px * 0.9);
}.zEV_gratPage p {
    font-size: calc(14px * 0.95);
}.zEV_gratPage .IZt_learn_legacy > div:first-child::after {
    width: 60px;
}
}

@media (max-width: 480px) {.zEV_gratPage {
    padding: 60px 0;
}.zEV_gratPage .IZt_learn_legacy {
    clip-path: polygon(
            0% 0%, 
            95% 0%, 
            100% 5%, 
            100% 100%, 
            5% 100%, 
            0% 95%
        );
    padding: 2rem;
}.zEV_gratPage h5 {
    font-size: calc(19px * 0.85);
}.zEV_gratPage p {
    font-size: calc(14px * 0.9);
}}.gtj_plan_wrapper {
    background: linear-gradient(135deg, rgb(164,206,222) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.gtj_plan_wrapper::before {
    z-index: 1;
    top: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(135,170,191,0.5) 0%, transparent 40%);
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
}.gtj_plan_wrapper .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.gtj_plan_wrapper .Jxg_indv_sub {
    flex-direction: column;
    display: flex;
}.gtj_plan_wrapper .JEs_pricing_catalog {
    order: 1;
    margin-bottom: 3rem;
    text-align: center;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}.gtj_plan_wrapper .JEs_pricing_catalog h2 {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
}.gtj_plan_wrapper .JEs_pricing_catalog h2::after {
    content: "";
    transform: translateX(-50%);
    bottom: -10px;
    left: 50%;
    height: 3px;
    width: 80px;
    position: absolute;
    background: rgb(135,170,191);
}.gtj_plan_wrapper .SCr_package_rates {
    font-size: 16px;
    max-width: 600px;
    word-break: break-word;
    color: #000000;
    overflow-wrap: break-word;
    margin: 0 auto;
    line-height: 1.6;
}.gtj_plan_wrapper .Ugd_study_fees {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    order: 2;
    gap: 2rem;
    margin-top: 2rem;
}.gtj_plan_wrapper .reb_cert_plans {
    display: block;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background: #ffffff;
    height: 100%;
}.gtj_plan_wrapper .reb_cert_plans:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) scale(1.02);
}.gtj_plan_wrapper .IiE_package_price {
    display: flex;
    height: 100%;
    flex-direction: column;
}.gtj_plan_wrapper .mMf_fee_package {
    flex-grow: 1;
    display: flex;
    overflow-wrap: break-word;
    z-index: 1;
    position: relative;
    padding: 2rem;
    word-break: break-word;
    flex-direction: column;
}.gtj_plan_wrapper .mMf_fee_package::before {
    height: 100%;
    opacity: 0.7;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    left: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    content: "";
    top: 0;
}.gtj_plan_wrapper .mMf_fee_package h3 {
    font-weight: 700;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: calc(23px * 1.2);
    position: relative;
    color: #000000;
}.gtj_plan_wrapper .mMf_fee_package h3::after {
    bottom: 0;
    left: 0;
    width: 40px;
    content: "";
    background: rgb(108,137,160);
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
}.gtj_plan_wrapper .reb_cert_plans:hover .mMf_fee_package h3::after {
    width: 80px;
}.gtj_plan_wrapper .BPj_study_price {
    color: rgb(135,170,191);
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: calc(23px * 1.5);
    margin-bottom: 1.5rem;
}.gtj_plan_wrapper .BPj_study_price::before {
    background: rgb(135,170,191);
    left: 0;
    width: 0;
    content: "";
    bottom: -5px;
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
}.gtj_plan_wrapper .reb_cert_plans:hover .BPj_study_price::before {
    width: 100%;
}.gtj_plan_wrapper .mMf_fee_package p {
    font-size: 16px;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin-top: auto;
    color: #000000;
}.gtj_plan_wrapper .GeR_img_thumbnail {
    position: relative;
    transition: transform 0.5s ease;
    height: 200px;
    overflow: hidden;
}.gtj_plan_wrapper .GeR_img_thumbnail::after {
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    content: "";
    position: absolute;
}.gtj_plan_wrapper .reb_cert_plans:hover .GeR_img_thumbnail {
    transform: scale(1.05);
}.gtj_plan_wrapper .reb_cert_plans:nth-child(odd) .IiE_package_price {
    flex-direction: column-reverse;
}.gtj_plan_wrapper .reb_cert_plans:nth-child(3n+1) {
    border-top: 3px solid rgb(135,170,191);
}.gtj_plan_wrapper .reb_cert_plans:nth-child(3n+2) {
    border-top: 3px solid rgb(108,137,160);
}.gtj_plan_wrapper .reb_cert_plans:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.gtj_plan_wrapper .Jxg_indv_sub {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
}.gtj_plan_wrapper .JEs_pricing_catalog {
    order: 2;
    flex: 0 0 30%;
    margin-bottom: 0;
    text-align: left;
}.gtj_plan_wrapper .JEs_pricing_catalog h2 {
    text-align: left;
}.gtj_plan_wrapper .JEs_pricing_catalog h2::after {
    transform: none;
    left: 0;
}.gtj_plan_wrapper .SCr_package_rates {
    margin: 0;
    text-align: left;
}.gtj_plan_wrapper .Ugd_study_fees {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 65%;
    order: 1;
}
}

@media (min-width: 992px) {.gtj_plan_wrapper .Ugd_study_fees {
    grid-template-columns: repeat(2, 1fr);
}.gtj_plan_wrapper .reb_cert_plans:nth-child(4n+1) {
    transform: translateY(20px);
}.gtj_plan_wrapper .reb_cert_plans:nth-child(4n+3) {
    transform: translateY(-20px);
}.gtj_plan_wrapper .reb_cert_plans:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.gtj_plan_wrapper {
    padding: 4rem 0;
}.gtj_plan_wrapper .mMf_fee_package {
    padding: 1.5rem;
}.gtj_plan_wrapper .mMf_fee_package h3 {
    font-size: 23px;
}.gtj_plan_wrapper .BPj_study_price {
    font-size: 23px;
}.gtj_plan_wrapper .mMf_fee_package p {
    font-size: calc(16px * 0.9);
    overflow-y: auto;
    max-height: 150px;
    line-height: 1.5;
}.gtj_plan_wrapper .GeR_img_thumbnail {
    height: 150px;
}
}

@media (max-width: 480px) {.gtj_plan_wrapper .Ugd_study_fees {
    grid-template-columns: 1fr;
}.gtj_plan_wrapper .JEs_pricing_catalog h2 {
    font-size: calc(32px * 0.8);
}.gtj_plan_wrapper .SCr_package_rates {
    font-size: calc(16px * 0.9);
}.gtj_plan_wrapper .mMf_fee_package p {
    max-height: 120px;
}}.LJz_opening_board {
    min-height: 100vh;
    overflow: hidden;
    justify-content: center;
    padding: 6rem 2rem;
    display: flex;
    background: linear-gradient(135deg, rgb(164,206,222) 0%, #ffffff 100%);
    position: relative;
    flex-direction: column;
}.LJz_opening_board::before {
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(135,170,191,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(108,137,160,0.5) 0%, transparent 30%);
    height: 100%;
    opacity: 0.15;
    left: 0;
}.LJz_opening_board::after {
    top: -50%;
    left: -50%;
    content: "";
    background: linear-gradient(45deg, transparent 65%, rgba(255,255,255,0.05) 70%, transparent 75%);
    height: 200%;
    animation: lightSweep 8s linear infinite;
    position: absolute;
    z-index: 2;
    width: 200%;
}.LJz_opening_board h1 {
    position: relative;
    transform: translateY(20px);
    color: rgb(135,170,191);
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
    z-index: 10;
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    font-size: calc(22px * 1.2);
}.LJz_opening_board .IZt_learn_legacy {
    z-index: 5;
    grid-template-columns: 1fr;
    display: grid;
    margin-top: 2rem;
    position: relative;
    gap: 2rem;
}.LJz_opening_board .bBj_text_container {
    background: rgba(255, 255, 255, 0.9);
    padding: 2.5rem;
    border-radius: 21px;
    opacity: 0;
    transform: translateY(30px);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.8),
        inset 5px 5px 15px rgba(255, 255, 255, 0.8),
        inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
}.LJz_opening_board ol {
    padding: 0;
    margin: 0;
    list-style: none;
}.LJz_opening_board li {
    margin-bottom: 2rem;
}.LJz_opening_board .qlP_start_base {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    display: flex;
}.LJz_opening_board svg {
    width: 120px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
    animation: zoomIn 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    height: 120px;
    opacity: 0;
    transform: scale(0.8);
}.LJz_opening_board svg path {
    transition: fill 0.3s ease;
}.LJz_opening_board svg:hover path {
    filter: drop-shadow(0 0 5px rgb(135,170,191,0.5));
    fill: rgb(135,170,191);
}.LJz_opening_board svg text {
    animation: textGlow 2s ease-in-out infinite alternate;
}.LJz_opening_board .qlP_start_base p {
    transform: translateY(15px);
    line-height: 1.6;
    opacity: 0;
    text-align: center;
    max-width: 600px;
    margin: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
    color: #000000;
    font-size: 12px;
}.LJz_opening_board .HvK_connect_card {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 1rem 2rem;
    font-weight: 600;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    text-decoration: none;
    border-radius: 10px;
    opacity: 0;
    display: inline-block;
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.1),
        -5px -5px 15px rgba(255, 255, 255, 0.8),
        inset 0 0 0 rgba(255, 255, 255, 0.2);
    z-index: 10;
    position: relative;
    background: linear-gradient(135deg, rgb(135,170,191) 0%, rgb(108,137,160) 100%);
    transform: scale(0.95) translateY(10px);
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
}.LJz_opening_board .HvK_connect_card::before {
    height: 100%;
    left: -100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
    width: 100%;
    position: absolute;
    top: 0;
}.LJz_opening_board .HvK_connect_card:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 
        8px 8px 20px rgba(0, 0, 0, 0.15),
        -8px -8px 20px rgba(255, 255, 255, 0.8),
        inset 0 0 0 rgba(255, 255, 255, 0.2);
}.LJz_opening_board .HvK_connect_card:hover::before {
    left: 100%;
}.LJz_opening_board .HvK_connect_card:active {
    box-shadow: 
        3px 3px 10px rgba(0, 0, 0, 0.1),
        -3px -3px 10px rgba(255, 255, 255, 0.8),
        inset 3px 3px 10px rgba(0, 0, 0, 0.05),
        inset -3px -3px 10px rgba(255, 255, 255, 0.5);
    transform: translateY(0) scale(0.98);
}.LJz_opening_board .GeR_img_thumbnail {
    height: 300px;
    border-radius: 21px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
    opacity: 0;
    transform: translateY(30px) scale(0.95);
    overflow: hidden;
    position: relative;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
}.LJz_opening_board .GeR_img_thumbnail::before {
    opacity: 0.4;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    content: "";
    background: linear-gradient(
        135deg, 
        rgb(135,170,191,0.5) 0%, 
        transparent 50%, 
        rgb(108,137,160,0.5) 100%
    );
}.LJz_opening_board .GeR_img_thumbnail:hover::before {
    opacity: 0.2;
}

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

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes lightSweep {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes textGlow {
    0% {
        filter: drop-shadow(0px 0px 2px rgba(94,170,168, 0.3));
    }
    100% {
        filter: drop-shadow(0px 0px 8px rgba(94,170,168, 0.7));
    }
}

@media (min-width: 768px) {.LJz_opening_board {
    padding: 8rem 4rem;
}.LJz_opening_board h1 {
    margin-left: 2rem;
    font-size: calc(34px * 0.9);
    text-align: left;
}.LJz_opening_board .IZt_learn_legacy {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.LJz_opening_board .bBj_text_container {
    padding: 3rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.LJz_opening_board .GeR_img_thumbnail {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    height: 450px;
}.LJz_opening_board .qlP_start_base {
    align-items: flex-start;
}.LJz_opening_board .qlP_start_base p {
    text-align: left;
}.LJz_opening_board svg {
    height: 150px;
    width: 150px;
}
}

@media (min-width: 1200px) {.LJz_opening_board {
    padding: 0 6rem;
}.LJz_opening_board h1 {
    margin-left: 4rem;
}.LJz_opening_board .IZt_learn_legacy {
    gap: 6rem;
}.LJz_opening_board .bBj_text_container {
    padding: 4rem;
    transform: perspective(1000px) rotateY(-5deg);
}.LJz_opening_board .GeR_img_thumbnail {
    animation: fadeInPhoto 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    height: 550px;
    transform: perspective(1000px) rotateY(5deg) translateY(30px) scale(0.95);
    opacity: 0;
}.LJz_opening_board svg {
    width: 180px;
    height: 180px;
}@keyframes fadeInPhoto {
        from {
            opacity: 0;
            transform: perspective(1000px) rotateY(5deg) translateY(30px) scale(0.95);
        }
        to {
            opacity: 1;
            transform: perspective(1000px) rotateY(5deg) translateY(0) scale(1);
        }
    }
}.jlc_instructor_history {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(164,206,222) 0%, rgb(135,170,191,0.5) 100%);
    perspective: 1000px;
    overflow: hidden;
}.jlc_instructor_history::before {
    z-index: 1;
    content: "";
    opacity: 0.1;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(108,137,160,0.5) 49.5%, rgb(108,137,160,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(108,137,160,0.5) 49.5%, rgb(108,137,160,0.5) 50.5%, transparent 50.5%);
    top: 0;
    left: 0;
    height: 100%;
    background-size: 60px 60px;
    pointer-events: none;
    position: absolute;
}.jlc_instructor_history .container {
    position: relative;
    transform-style: preserve-3d;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 2;
}.jlc_instructor_history .KMc_testimonial_space {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 3px 3px rgba(0, 0, 0, 0.03);
    grid-template-columns: 1fr;
    border-radius: 10px;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    border-left: 4px solid rgb(135,170,191);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 2.5rem;
    display: grid;
    transform: rotateY(-2deg) translateZ(10px);
    grid-gap: 2rem;
}.jlc_instructor_history .KMc_testimonial_space:hover {
    transform: rotateY(0deg) translateZ(20px) scale(1.01);
}.jlc_instructor_history .KMc_testimonial_space > div:first-child {
    align-self: start;
    position: relative;
}.jlc_instructor_history .GeR_img_thumbnail {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transform: translateZ(20px);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 200px;
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    height: 200px;
}.jlc_instructor_history .GeR_img_thumbnail::after {
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgba(rgb(135,170,191), 0.2) 0%, transparent 100%);
    height: 100%;
    width: 100%;
    position: absolute;
}.jlc_instructor_history .KMc_testimonial_space:hover .GeR_img_thumbnail {
    transform: translateZ(30px) scale(1.05);
}.jlc_instructor_history .KMc_testimonial_space > div:nth-child(2) {
    transform: translateZ(15px);
    align-self: start;
}.jlc_instructor_history .name {
    font-size: calc(19px * 1.1);
    transition: transform 0.4s ease;
    font-weight: 700;
    transform: translateX(0);
    color: rgb(135,170,191);
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
}.jlc_instructor_history .name::after {
    content: "";
    position: absolute;
    height: 2px;
    transition: width 0.4s ease-out;
    bottom: -5px;
    width: 0;
    background-color: rgb(108,137,160);
    left: 0;
}.jlc_instructor_history .KMc_testimonial_space:hover .name::after {
    width: 100%;
}.jlc_instructor_history .KMc_testimonial_space:hover .name {
    transform: translateX(5px);
}.jlc_instructor_history .KMc_testimonial_space > div:nth-child(2) > div {
    font-weight: 600;
    opacity: 0.85;
    font-style: italic;
    margin-bottom: 1rem;
    font-size: calc(15px * 0.95);
    color: #000000;
}.jlc_instructor_history .ogM_exp_grid {
    padding-left: 1.5rem;
    line-height: 1.6;
    position: relative;
    font-family: Arial, sans-serif;
    transform: translateZ(10px);
    margin: 0;
    color: #000000;
    font-size: 15px;
}.jlc_instructor_history .ogM_exp_grid::before {
    top: 0;
    content: "";
    left: 0;
    width: 3px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(135,170,191) 0%, rgb(108,137,160) 100%);
    height: 100%;
}

@media (min-width: 768px) {.jlc_instructor_history {
    padding: 7rem 0;
}.jlc_instructor_history .KMc_testimonial_space {
    align-items: start;
    grid-gap: 2.5rem;
    grid-template-columns: 220px 1fr 2fr;
    padding: 3rem;
}.jlc_instructor_history .GeR_img_thumbnail {
    height: 260px;
    width: 220px;
}.jlc_instructor_history .name {
    margin-bottom: 0.75rem;
    font-size: calc(19px * 1.2);
}.jlc_instructor_history .ogM_exp_grid {
    font-size: calc(15px * 1.05);
    padding-left: 2rem;
}.jlc_instructor_history .ogM_exp_grid::before {
    width: 4px;
}
}

@media (min-width: 992px) {.jlc_instructor_history .container {
    padding: 0 3rem;
}.jlc_instructor_history .KMc_testimonial_space {
    padding: 3.5rem;
    grid-template-columns: 260px 1fr 2.5fr;
    grid-gap: 3rem;
}.jlc_instructor_history .GeR_img_thumbnail {
    height: 300px;
    width: 260px;
}.jlc_instructor_history .name {
    font-size: calc(19px * 1.3);
    margin-bottom: 1rem;
}.jlc_instructor_history .KMc_testimonial_space > div:nth-child(2) > div {
    margin-bottom: 1.5rem;
    font-size: 15px;
}.jlc_instructor_history .ogM_exp_grid {
    font-size: calc(15px * 1.1);
    line-height: 1.7;
}
}

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

@media (max-width: 767px) {.jlc_instructor_history .KMc_testimonial_space {
    padding: 2rem;
    transform: rotateY(0deg) translateZ(0);
}.jlc_instructor_history .GeR_img_thumbnail {
    height: 180px;
    width: 180px;
    margin: 0 auto 1.5rem;
}.jlc_instructor_history .KMc_testimonial_space > div:first-child {
    justify-content: center;
    display: flex;
}.jlc_instructor_history .KMc_testimonial_space > div:nth-child(2) {
    text-align: center;
}.jlc_instructor_history .ogM_exp_grid {
    padding-left: 0;
    padding-top: 1.5rem;
}.jlc_instructor_history .ogM_exp_grid::before {
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
    height: 3px;
}}.jDE_meet_us {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    color: #ffffff;
}.jDE_meet_us::before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6));
}.jDE_meet_us::after {
    top: 0;
    height: 100%;
    z-index: 2;
    left: 0;
    position: absolute;
    content: "";
    mix-blend-mode: overlay;
    width: 100%;
    background: linear-gradient(45deg, rgb(135,170,191,0.5), transparent);
}.jDE_meet_us h4 {
    animation: fadeInUp 0.8s 0.2s forwards;
    z-index: 10;
    position: relative;
    letter-spacing: 3px;
    text-align: center;
    opacity: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 38px;
    transform: translateY(10px);
    margin-bottom: 40px;
}.jDE_meet_us .container {
    position: relative;
    perspective: 1000px;
    padding: 0 15px;
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
}.jDE_meet_us .bBj_text_container {
    padding: 40px;
    border-left: 4px solid rgb(108,137,160);
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: top center;
    background: rgba(255, 255, 255, 0.07);
    transform: translateZ(0) rotateX(2deg);
    animation: slideIn 1s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
}.jDE_meet_us .bBj_text_container:hover {
    transform: translateZ(30px) rotateX(0);
}.jDE_meet_us .bBj_text_container::before {
    right: 0;
    z-index: -1;
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgb(135,170,191,0.5);
    top: 0;
    content: "";
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}.jDE_meet_us .bBj_text_container::after {
    width: 100px;
    left: 0;
    z-index: -1;
    height: 100px;
    bottom: 0;
    position: absolute;
    content: "";
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    background: rgb(108,137,160,0.5);
}.jDE_meet_us h6 {
    color: rgb(108,137,160);
    display: inline-block;
    animation: fadeIn 0.6s 0.8s forwards;
    opacity: 0;
    position: relative;
    padding-bottom: 12px;
    font-size: calc(23px + 2px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
    font-weight: 700;
}.jDE_meet_us h6::after {
    animation: expandWidth 1.2s 1s forwards;
    background: linear-gradient(to right, rgb(108,137,160), transparent);
    width: 60px;
    content: "";
    left: 0;
    bottom: 0;
    transform-origin: left;
    height: 3px;
    position: absolute;
    transform: scaleX(0);
}.jDE_meet_us span {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    column-count: 1;
    animation: fadeInParagraph 1.2s 1s forwards;
    display: block;
    opacity: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    font-size: 12px;
    position: relative;
    margin-bottom: 20px;
}

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

@keyframes slideIn {
    from {
        transform: translateZ(-50px) rotateX(5deg);
        opacity: 0;
    }
    to {
        transform: translateZ(0) rotateX(2deg);
        opacity: 1;
    }
}

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

@keyframes expandWidth {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

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

@media (min-width: 768px) {.jDE_meet_us {
    padding: 150px 0;
}.jDE_meet_us h4 {
    margin-left: 50px;
    font-size: calc(38px + 4px);
    text-align: left;
}.jDE_meet_us .bBj_text_container {
    border-left: 6px solid rgb(108,137,160);
    width: 90%;
    padding: 60px;
    margin-left: 50px;
}.jDE_meet_us span {
    column-count: 2;
    column-gap: 40px;
}.jDE_meet_us h6 {
    font-size: calc(23px + 6px);
    margin-bottom: 35px;
}.jDE_meet_us h6::after {
    width: 100px;
}
}

@media (min-width: 992px) {.jDE_meet_us {
    padding: 180px 0;
}.jDE_meet_us h4 {
    margin-left: 80px;
}.jDE_meet_us .bBj_text_container {
    padding: 70px;
    transform: translateZ(0) rotateX(2deg) rotateY(-1deg);
    margin-left: 80px;
    width: 80%;
}.jDE_meet_us .bBj_text_container:hover {
    transform: translateZ(50px) rotateX(0) rotateY(0);
}.jDE_meet_us span {
    column-count: 3;
    column-gap: 50px;
}
}

@media (max-width: 767px) {.jDE_meet_us {
    padding: 80px 0;
}.jDE_meet_us h4 {
    margin-bottom: 25px;
    font-size: calc(23px + 2px);
}.jDE_meet_us .bBj_text_container {
    border-left-width: 3px;
    padding: 30px 20px;
}.jDE_meet_us h6 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 8px;
}.jDE_meet_us h6::after {
    height: 2px;
    width: 40px;
}.jDE_meet_us span {
    font-size: calc(12px - 1px);
    line-height: 1.6;
}}.KpN_find_contact {
    background: rgb(164,206,222);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}.KpN_find_contact::before {
    top: 0;
    z-index: 1;
    width: 100%;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to right, rgb(135,170,191,0.5) 0%, transparent 70%);
}.KpN_find_contact .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
}.KpN_find_contact .ncj_learn_chat {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-top: 4px solid rgb(135,170,191);
    border-radius: 17px;
    position: relative;
}.KpN_find_contact .FNd_assist_form {
    background: #ffffff;
    border-bottom: 1px solid rgb(108,137,160,0.5);
    padding: 30px;
    font-weight: 700;
    font-size: 30px;
    color: rgb(135,170,191);
    margin: 0;
}.KpN_find_contact .GeR_img_thumbnail {
    overflow: hidden;
    width: 100%;
    height: 250px;
    position: relative;
}.KpN_find_contact .GeR_img_thumbnail::after {
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    height: 50%;
    content: '';
    z-index: 1;
    position: absolute;
}.KpN_find_contact .BJA_get_contactform {
    padding: 30px;
    background: #ffffff;
    display: grid;
    gap: 15px;
}.KpN_find_contact .BJA_get_contactform p {
    border-radius: 10px;
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgb(164,206,222);
    border-left: 3px solid rgb(135,170,191);
    color: #000000;
    font-size: 17px;
    padding-left: 45px;
    margin: 0;
    position: relative;
}.KpN_find_contact .BJA_get_contactform p svg {
    position: absolute;
    left: 15px;
    fill: rgb(135,170,191);
    transform: translateY(-50%);
    transition: transform 0.3s ease, fill 0.3s ease;
    height: 20px;
    top: 50%;
    width: 20px;
}.KpN_find_contact .BJA_get_contactform p:hover svg {
    fill: rgb(108,137,160);
    transform: translateY(-50%) scale(1.1);
}.KpN_find_contact .BJA_get_contactform p svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}.KpN_find_contact .BJA_get_contactform p:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.KpN_find_contact .BJA_get_contactform p span {
    font-weight: 600;
}.KpN_find_contact .BJA_get_contactform p span a {
    position: relative;
    color: rgb(135,170,191);
    transition: color 0.3s ease;
    text-decoration: none;
}.KpN_find_contact .BJA_get_contactform p span a::after {
    height: 1px;
    transition: width 0.3s ease;
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    background: rgb(135,170,191);
    bottom: -2px;
}.KpN_find_contact .BJA_get_contactform p span a:hover {
    color: rgb(108,137,160);
}.KpN_find_contact .BJA_get_contactform p span a:hover::after {
    width: 100%;
}.KpN_find_contact .jsl_get_contactpanel {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgb(108,137,160,0.5);
}.KpN_find_contact .FhM_ask_questions {
    color: rgb(135,170,191);
    padding-left: 30px;
    font-size: 19px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-weight: 600;
}.KpN_find_contact .FhM_ask_questions svg {
    position: absolute;
    left: 0;
    fill: rgb(135,170,191);
    height: 22px;
    width: 22px;
    transform: translateY(-50%);
    top: 50%;
    transition: transform 0.3s ease, fill 0.3s ease;
}.KpN_find_contact .FhM_ask_questions:hover svg {
    fill: rgb(108,137,160);
    transform: translateY(-50%) rotate(15deg);
}.KpN_find_contact .FhM_ask_questions svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}.KpN_find_contact .FhM_ask_questions::after {
    left: 30px;
    width: 50%;
    bottom: -5px;
    height: 2px;
    background: rgb(135,170,191);
    content: '';
    position: absolute;
}.KpN_find_contact .YSp_get_contactwidget {
    gap: 10px;
    display: grid;
}.KpN_find_contact .dko_contact_query {
    font-size: 17px;
    position: relative;
    justify-content: space-between;
    background: rgb(164,206,222);
    z-index: 1;
    overflow: hidden;
    padding-left: 40px;
    display: flex;
    color: #000000;
    border-radius: 10px;
    padding: 12px 15px;
}.KpN_find_contact .dko_contact_query svg {
    height: 16px;
    position: absolute;
    left: 12px;
    width: 16px;
    transition: transform 0.3s ease, fill 0.3s ease;
    fill: rgb(135,170,191);
    transform: translateY(-50%);
    top: 50%;
}.KpN_find_contact .dko_contact_query:hover svg {
    fill: rgb(108,137,160);
    transform: translateY(-50%) rotate(15deg);
}.KpN_find_contact .dko_contact_query svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}.KpN_find_contact .dko_contact_query::before {
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    width: 0;
    background: rgb(135,170,191,0.5);
    content: '';
    transition: width 0.3s ease;
}.KpN_find_contact .dko_contact_query:hover::before {
    width: 100%;
}

@media (min-width: 992px) {.KpN_find_contact .ncj_learn_chat {
    grid-template-columns: 1fr 2fr;
    display: grid;
}.KpN_find_contact .FNd_assist_form {
    grid-column: span 2;
}.KpN_find_contact .GeR_img_thumbnail {
    height: 100%;
}.KpN_find_contact .YSp_get_contactwidget {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.KpN_find_contact .YSp_get_contactwidget {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 768px) and (max-width: 991px) {.KpN_find_contact .FNd_assist_form {
    padding: 25px;
    font-size: 19px;
}.KpN_find_contact .GeR_img_thumbnail {
    height: 220px;
}.KpN_find_contact .BJA_get_contactform {
    padding: 25px;
}.KpN_find_contact .YSp_get_contactwidget {
    grid-template-columns: repeat(2, 1fr);
}.KpN_find_contact .BJA_get_contactform p svg {
    height: 18px;
    width: 18px;
}.KpN_find_contact .FhM_ask_questions svg {
    width: 20px;
    height: 20px;
}.KpN_find_contact .dko_contact_query svg {
    width: 14px;
    height: 14px;
}
}

@media (max-width: 767px) {.KpN_find_contact {
    padding: 50px 0;
}.KpN_find_contact .FNd_assist_form {
    padding: 20px;
    font-size: 19px;
}.KpN_find_contact .GeR_img_thumbnail {
    height: 180px;
}.KpN_find_contact .BJA_get_contactform {
    padding: 20px;
}.KpN_find_contact .BJA_get_contactform p {
    padding: 12px;
    padding-left: 40px;
}.KpN_find_contact .BJA_get_contactform p svg {
    left: 12px;
    height: 16px;
    width: 16px;
}.KpN_find_contact .FhM_ask_questions {
    font-size: 19px;
}.KpN_find_contact .FhM_ask_questions svg {
    height: 18px;
    width: 18px;
}.KpN_find_contact .dko_contact_query {
    padding: 10px;
    padding-left: 35px;
}.KpN_find_contact .dko_contact_query svg {
    width: 14px;
    height: 14px;
    left: 10px;
}}footer {
    position: relative;
}footer::before {
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    background: linear-gradient(45deg, rgb(108,137,160,0.5) 0%, rgb(135,170,191,0.5) 100%);
}.FEG_support_cta {
    z-index: 2;
    padding: 80px 0 40px;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.FEG_support_cta .container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
}.FEG_support_cta .company_holder {
    grid-column: 1 / 5;
    position: relative;
    z-index: 3;
}.FEG_support_cta .company_holder h3 {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    font-size: 34px;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 10px;
    color: #ffffff;
    margin-bottom: 20px;
}.FEG_support_cta .company_holder h3::after {
    width: 40px;
    left: 0;
    height: 4px;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    content: '';
    background: rgb(135,170,191);
}.FEG_support_cta .arM_recycle_info {
    backdrop-filter: blur(10px);
    font-size: 15px;
    line-height: 1.6;
    transform: translateZ(0);
    border-left: 4px solid rgb(135,170,191);
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 25px;
    border-radius: 28px;
}.FEG_support_cta .fqp_linkedin_ref {
    position: relative;
    grid-column: 5 / 13;
}.FEG_support_cta .JHj_top_guide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}.FEG_support_cta .ezt_main_pro {
    position: relative;
}.FEG_support_cta .ezt_main_pro h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    font-size: 20px;
    display: inline-block;
}.FEG_support_cta .ezt_main_pro h5::before {
    height: 8px;
    position: absolute;
    top: 50%;
    content: '';
    border-radius: 50%;
    width: 8px;
    left: -15px;
    transform: translateY(-50%);
    background: rgb(135,170,191);
}.FEG_support_cta .ezt_main_pro .JHj_top_guide {
    gap: 15px;
    flex-direction: column;
    display: flex;
}.FEG_support_cta .ezt_main_pro .JHj_top_guide a {
    border-radius: 10px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 15px;
    padding: 8px 15px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}.FEG_support_cta .ezt_main_pro .JHj_top_guide a::before {
    z-index: -1;
    left: 0;
    width: 3px;
    height: 100%;
    top: 0;
    position: absolute;
    transition: all 0.3s ease;
    content: '';
    background: rgb(135,170,191);
}.FEG_support_cta .ezt_main_pro .JHj_top_guide a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.FEG_support_cta .ezt_main_pro .JHj_top_guide a:hover::before {
    background: rgb(135,170,191,0.5);
    width: 100%;
}.EFy_fund_cta {
    z-index: 2;
    position: relative;
    margin-top: 60px;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}.EFy_fund_cta::before {
    height: 1px;
    content: '';
    left: 15%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0.2;
    top: 0;
    right: 15%;
    position: absolute;
}.EFy_fund_cta .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.EFy_fund_cta .Wqi_ar_tools {
    font-size: 15px;
    color: #ffffff;
    opacity: 0.8;
    letter-spacing: 0.5px;
    text-align: center;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    content: '';
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    top: 0;
    bottom: 0;
    z-index: 1;
    right: 0;
    position: absolute;
}

@media (max-width: 992px) {.FEG_support_cta .container {
    grid-template-columns: repeat(1, 1fr);
}.FEG_support_cta .company_holder {
    margin-bottom: 40px;
    grid-column: 1 / -1;
}.FEG_support_cta .fqp_linkedin_ref {
    grid-column: 1 / -1;
}.FEG_support_cta .JHj_top_guide {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.FEG_support_cta {
    padding: 60px 0 30px;
}.FEG_support_cta .JHj_top_guide {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.FEG_support_cta .ezt_main_pro {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.FEG_support_cta::before {
    left: 0;
    position: absolute;
    height: 5px;
    animation: gradientShift 5s infinite;
    background-size: 200% 200%;
    width: 100%;
    top: 0;
    content: '';
    background: linear-gradient(90deg, rgb(135,170,191), rgb(108,137,160), rgb(135,170,191));
}.FEG_support_cta .company_holder::after {
    right: -50px;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    width: 150px;
    opacity: 0.4;
    background: rgb(135,170,191,0.5);
    filter: blur(60px);
    content: '';
    top: 40px;
    height: 150px;
}.FEG_support_cta .company_holder::before {
    height: 100px;
    position: absolute;
    width: 100px;
    content: '';
    z-index: -1;
    background: rgb(108,137,160,0.5);
    border-radius: 50%;
    opacity: 0.3;
    left: -30px;
    filter: blur(40px);
    bottom: 0;
}.FEG_support_cta .fqp_linkedin_ref::after {
    background: rgb(135,170,191,0.5);
    filter: blur(50px);
    width: 120px;
    height: 120px;
    top: -20px;
    right: 100px;
    opacity: 0.2;
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}.FEG_support_cta .fqp_linkedin_ref::before {
    filter: blur(70px);
    content: '';
    z-index: -1;
    height: 180px;
    bottom: -50px;
    position: absolute;
    left: 80px;
    background: rgb(108,137,160,0.5);
    opacity: 0.25;
    border-radius: 50%;
    width: 180px;
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.FEG_support_cta .ezt_main_pro {
    padding-top: 20px;
    animation: borderPulse 4s infinite;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.FEG_support_cta .ezt_main_pro h5 {
    letter-spacing: 0.5px;
}.FEG_support_cta .ezt_main_pro h5::after {
    background: rgb(108,137,160);
    left: 0;
    bottom: -5px;
    width: 30px;
    height: 2px;
    position: absolute;
    content: '';
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.EFy_fund_cta {
    animation: movingGradient 10s ease infinite;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    background-size: 200% 200%;
}.yIs_learning_process {
    background: linear-gradient(120deg, rgb(164,206,222) 0%, rgb(135,170,191,0.5) 100%);
    overflow: hidden;
    padding: 140px 0;
    position: relative;
}.yIs_learning_process::before {
    position: absolute;
    height: 100%;
    opacity: 0.1;
    background: repeating-linear-gradient(45deg, rgb(135,170,191,0.5) 0, rgb(135,170,191,0.5) 1px, transparent 1px, transparent 10px);
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    content: '';
}.yIs_learning_process .IZt_learn_legacy {
    z-index: 2;
    display: grid;
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    padding: 0 20px;
    position: relative;
    gap: 50px;
}.yIs_learning_process .bBj_text_container {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 50px 40px;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(135,170,191);
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    grid-column: 1;
    transform: perspective(1000px) rotateY(-5deg);
    transform-style: preserve-3d;
    border-radius: 0 15px 15px 0;
}.yIs_learning_process .bBj_text_container::before {
    left: 0;
    opacity: 0.1;
    background: linear-gradient(45deg, transparent 49%, rgb(135,170,191) 49%, rgb(135,170,191) 51%, transparent 51%);
    background-size: 20px 20px;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    content: '';
    z-index: -1;
}.yIs_learning_process .bBj_text_container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.yIs_learning_process .bBj_text_container::after {
    position: absolute;
    width: 30px;
    height: 30px;
    content: '';
    z-index: -1;
    transform: rotate(45deg);
    top: 40px;
    background: rgb(135,170,191);
    right: -15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}.yIs_learning_process .bBj_text_container h2 {
    transform: translateZ(20px);
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 37px;
    color: #ffffff;
}.yIs_learning_process .bBj_text_container h2::after {
    bottom: -15px;
    position: absolute;
    transition: width 0.4s ease-out;
    content: '';
    background: rgb(135,170,191);
    height: 4px;
    left: 0;
    width: 40px;
}.yIs_learning_process .bBj_text_container:hover h2::after {
    width: 100%;
}.yIs_learning_process .bBj_text_container p {
    font-size: 13px;
    line-height: 1.7;
    transform: translateZ(10px);
    color: #ffffff;
    position: relative;
}.yIs_learning_process::after {
    opacity: 0.4;
    z-index: 0;
    content: '';
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(108,137,160,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(135,170,191,0.5) 0%, transparent 40%);
}.yIs_learning_process .IZt_learn_legacy::after {
    right: 10%;
    transform: rotate(20deg);
    width: 200px;
    animation: rotate 40s linear infinite;
    border-radius: 15px;
    opacity: 0.3;
    content: '';
    border: 2px solid rgb(108,137,160,0.5);
    top: -30px;
    height: 200px;
    position: absolute;
}.yIs_learning_process .IZt_learn_legacy::before {
    height: 150px;
    animation: float 15s ease-in-out infinite alternate;
    opacity: 0.3;
    border: 2px solid rgb(135,170,191,0.5);
    left: 15%;
    border-radius: 50%;
    width: 150px;
    content: '';
    bottom: -50px;
    position: absolute;
}@keyframes rotate {
    0% {
        transform: rotate(20deg);
    }
    100% {
        transform: rotate(380deg);
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes glimmer {
    0% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.03);
    }
    100% {
        opacity: 0.7;
        transform: scale(1);
    }
}

.yIs_learning_process .bBj_text_container p::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(135,170,191);
}.yIs_learning_process .bBj_text_container::before {
    animation: glimmer 8s infinite ease-in-out;
}

@media screen and (max-width: 992px) {.yIs_learning_process {
    padding: 100px 0;
}.yIs_learning_process .IZt_learn_legacy {
    gap: 30px;
}.yIs_learning_process .bBj_text_container {
    padding: 40px 30px;
}.yIs_learning_process .IZt_learn_legacy::after,
    .yIs_learning_process .IZt_learn_legacy::before {
    height: 120px;
    width: 120px;
}
}

@media screen and (max-width: 768px) {.yIs_learning_process {
    padding: 80px 0;
}.yIs_learning_process .IZt_learn_legacy {
    grid-template-columns: 1fr;
}.yIs_learning_process .bBj_text_container {
    border-radius: 15px;
    transform: none;
    border-top: 4px solid rgb(135,170,191);
    border-left: none;
}.yIs_learning_process .bBj_text_container::after {
    display: none;
}.yIs_learning_process .bBj_text_container h2 {
    font-size: calc(37px * 0.9);
    transform: none;
}.yIs_learning_process .bBj_text_container p {
    transform: none;
}.yIs_learning_process .IZt_learn_legacy::after,
    .yIs_learning_process .IZt_learn_legacy::before {
    display: none;
}
}

@media screen and (max-width: 480px) {.yIs_learning_process {
    padding: 60px 0;
}.yIs_learning_process .bBj_text_container {
    border-radius: calc(15px * 0.8);
    padding: 30px 20px;
}.yIs_learning_process .bBj_text_container h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 25px;
}.yIs_learning_process .bBj_text_container p {
    font-size: calc(13px * 0.9);
}}header {
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    background: linear-gradient(to bottom, rgb(164,206,222), #ffffff);
    z-index: 100;
    padding: 1.2rem 0;
    width: 100%;
}header::before {
    width: 100%;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(135,170,191,0.5) 65%, 
        rgb(135,170,191,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(108,137,160,0.5) 75%, 
        rgb(108,137,160,0.5) 80%, 
        transparent 80%);
    opacity: 0.5;
    z-index: 0;
    top: 0;
    position: absolute;
    left: 0;
    content: '';
    height: 100%;
}header .container {
    margin: 0;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    padding: 0 3%;
}header .XKt_header_site {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    gap: 2rem;
}header .Uhy_head_sitewrap {
    background: linear-gradient(135deg, rgb(135,170,191,0.5), rgb(108,137,160,0.5));
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    position: relative;
    padding: 0.5rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    align-items: center;
}header .Uhy_head_sitewrap::before {
    position: absolute;
    top: -50%;
    opacity: 0;
    left: -50%;
    content: '';
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    width: 200%;
    height: 200%;
    transition: opacity 0.3s ease;
}header .Uhy_head_sitewrap:hover::before {
    opacity: 1;
}header .Uhy_head_sitewrap svg {
    height: auto;
    transition: all 0.3s ease;
    width: 150px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .Uhy_head_sitewrap:hover svg {
    transform: scale(1.03);
}header .ezt_main_pro {
    width: 100%;
    gap: 0.6rem;
    max-width: 800px;
    margin-top: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}header .QJM_head_train {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.03);
    overflow: hidden;
    color: #000000;
    font-size: 19px;
    transition: all 0.3s ease;
    background: #ffffff;
    z-index: 1;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 0.6rem 1.2rem;
    border-radius: 10px;
    text-decoration: none;
}header .QJM_head_train::before {
    content: '';
    top: 0;
    transition: transform 0.3s ease;
    transform-origin: left;
    position: absolute;
    height: 3px;
    transform: scaleX(0);
    left: 0;
    background: linear-gradient(to right, rgb(135,170,191), rgb(108,137,160));
    width: 100%;
}header .QJM_head_train:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    color: rgb(135,170,191);
}header .QJM_head_train:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .Uhy_head_sitewrap {
    padding: 0.5rem 1.2rem;
}header .Uhy_head_sitewrap svg {
    width: 140px;
}header .ezt_main_pro {
    gap: 0.5rem;
}header .QJM_head_train {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .XKt_header_site {
    gap: 1.5rem;
}header .Uhy_head_sitewrap {
    padding: 0.4rem 1rem;
}header .Uhy_head_sitewrap svg {
    width: 130px;
}header .ezt_main_pro {
    gap: 0.5rem;
}header .QJM_head_train {
    padding: 0.5rem 0.9rem;
    font-size: calc(19px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .XKt_header_site {
    gap: 1rem;
}header .Uhy_head_sitewrap svg {
    width: 120px;
}header .ezt_main_pro {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 0.4rem;
    padding-bottom: 10px;
}header .ezt_main_pro::-webkit-scrollbar {
    height: 3px;
}header .ezt_main_pro::-webkit-scrollbar-thumb {
    background: rgb(135,170,191);
    border-radius: 10px;
}header .QJM_head_train {
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 2px;
}}.ulY_stay_informed {
    position: relative;
    overflow: hidden;
    background: rgb(164,206,222);
    padding: 5rem 2rem;
}.ulY_stay_informed::before {
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgb(135,170,191,0.5) 0%, transparent 70%);
    height: 100%;
}.ulY_stay_informed::after {
    position: absolute;
    width: 70%;
    content: "";
    background-image: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgb(108,137,160,0.5) 5px,
            rgb(108,137,160,0.5) 8px
        );
    bottom: 0;
    right: 0;
    z-index: 1;
    height: 40%;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    opacity: 0.1;
}.ulY_stay_informed .IZt_learn_legacy {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.ulY_stay_informed .nLB_reach_list {
    display: grid;
    background: #ffffff;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    overflow: hidden;
    max-width: 700px;
    position: relative;
    margin: 0 auto;
}.ulY_stay_informed .nLB_reach_list::before {
    top: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    opacity: 0.3;
    content: "";
    background: linear-gradient(-45deg, #ffffff 50%, rgb(108,137,160,0.5) 50%);
    left: 0;
    height: 100%;
}.ulY_stay_informed h3 {
    color: #000000;
    margin: 0;
    position: relative;
    z-index: 2;
    grid-column: 1;
    font-size: 24px;
    padding: 3rem 2rem;
    font-weight: 700;
}.ulY_stay_informed h3::after {
    content: "";
    width: 60px;
    background: rgb(135,170,191);
    transform-origin: left center;
    transform: scaleX(1);
    transition: transform 0.3s ease;
    height: 4px;
    position: absolute;
    left: 2rem;
    bottom: 30px;
}.ulY_stay_informed .nLB_reach_list:hover h3::after {
    transform: scaleX(1.5);
}.ulY_stay_informed .input_holder {
    justify-content: center;
    gap: 1.5rem;
    flex-direction: column;
    position: relative;
    z-index: 2;
    grid-column: 2;
    display: flex;
    padding: 2rem;
}.ulY_stay_informed .input_holder::before {
    opacity: 0.2;
    background: 
        radial-gradient(
            circle at 30% 70%,
            rgb(135,170,191,0.5) 0%,
            transparent 60%
        );
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
}.ulY_stay_informed input[type="email"] {
    font-size: 14px;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    background: transparent;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    border: none;
    width: 100%;
}.ulY_stay_informed input[type="email"]:focus {
    border-color: rgb(135,170,191);
    outline: none;
}.ulY_stay_informed input[type="email"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.ulY_stay_informed input[type="submit"] {
    border: none;
    color: #ffffff;
    width: 100%;
    z-index: 1;
    background: rgb(135,170,191);
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    overflow: hidden;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}.ulY_stay_informed input[type="submit"]::before {
    top: 0;
    transform: scaleX(0);
    transform-origin: right;
    background: rgb(108,137,160);
    content: "";
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
}.ulY_stay_informed input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}.ulY_stay_informed input[type="submit"]:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.ulY_stay_informed .nLB_reach_list::after {
    width: 40px;
    bottom: 0;
    transform: skewX(-10deg);
    top: 0;
    z-index: 2;
    position: absolute;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    content: "";
    left: calc(50% - 20px);
}

@keyframes wave {
    0%, 100% {
        transform: translateY(0) scaleY(1);
    }
    50% {
        transform: translateY(-10px) scaleY(1.1);
    }
}

@media (max-width: 768px) {.ulY_stay_informed {
    padding: 4rem 1.5rem;
}.ulY_stay_informed .nLB_reach_list {
    grid-template-columns: 1fr;
}.ulY_stay_informed h3 {
    text-align: center;
    padding: 2rem 2rem 1rem;
    grid-column: 1;
}.ulY_stay_informed h3::after {
    transform: translateX(-50%) scaleX(1);
    left: 50%;
}.ulY_stay_informed .nLB_reach_list:hover h3::after {
    transform: translateX(-50%) scaleX(1.5);
}.ulY_stay_informed .input_holder {
    padding: 1rem 2rem 2rem;
    grid-column: 1;
}.ulY_stay_informed .nLB_reach_list::after {
    height: 40px;
    transform: skewY(-10deg);
    left: 0;
    top: calc(33% - 20px);
    right: 0;
    width: 100%;
}
}

@media (max-width: 480px) {.ulY_stay_informed {
    padding: 3rem 1rem;
}.ulY_stay_informed .nLB_reach_list {
    width: 100%;
}.ulY_stay_informed h3 {
    font-size: calc(24px * 0.9);
    padding: 1.5rem 1.5rem 1rem;
}.ulY_stay_informed .input_holder {
    padding: 1rem 1.5rem 1.5rem;
}.ulY_stay_informed input[type="email"] {
    padding: 0.8rem 1rem;
}.ulY_stay_informed input[type="submit"] {
    padding: 0.8rem 1rem;
}}.DKZ_cookie_overlay_banner {
    justify-content: center;
    overflow: hidden;
    bottom: 0;
    z-index: 90;
    display: flex;
    transition: transform 0.3s ease-in-out;
    border-top: 3px solid rgb(135,170,191);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    padding: 1rem 0;
    align-items: center;
    width: 100%;
    background: rgb(164,206,222);
}#dQx_userSettingsPopup {
    display: none;
}#dQx_userSettingsPopup:checked ~ .DKZ_cookie_overlay_banner {
    opacity: 0;
    visibility: hidden;
}.DKZ_cookie_overlay_banner .container {
    z-index: 1;
    justify-content: space-between;
    gap: 1rem;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    align-items: center;
    padding: 0 15px;
}.CHE_consent_comply {
    align-items: center;
    margin-right: 1rem;
    flex-shrink: 0;
    display: flex;
}.CHE_consent_comply svg {
    height: 50px;
    fill: rgb(135,170,191);
    width: 50px;
}.NLs_cookie_visitor {
    min-width: 300px;
    margin-bottom: 20px;
    flex: 1;
}.NLs_cookie_visitor h5 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: rgb(135,170,191);
}.NLs_cookie_visitor p {
    font-size: 1rem;
    color: #000000;
}.bYI_cookie_disclaimer {
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    border: none;
    text-decoration: none;
    font-size: 1rem;
    background: rgb(135,170,191);
    transition: background-color 0.3s ease, transform 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
}.cookie_button.Vqd_cookie_hide {
    background: rgb(135,170,191);
}.cookie_button.Qmk_safe_cookies {
    background: #000000;
    margin-left: 0.5rem;
}.bYI_cookie_disclaimer:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.Qmk_safe_cookies:hover {
    background: rgb(135,170,191);
}.DKZ_cookie_overlay_banner p a {
    color: rgb(135,170,191);
    text-decoration: underline;
    transition: color 0.3s ease;
}.DKZ_cookie_overlay_banner p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.DKZ_cookie_overlay_banner .container {
    flex-direction: column;
    align-items: center;
}.CHE_consent_comply {
    margin-bottom: 1rem;
    margin-right: 0;
}.NLs_cookie_visitor {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.Qmk_safe_cookies {
    margin-left: 0;
    margin-top: 0.5rem;
}}
.LkB_privacy_enclosure {
    background-color: rgb(135,170,191);
    padding: 2em;
    border: 1px solid rgb(135,170,191,0.5);
    box-shadow: 0 0 20px rgb(135,170,191,0.5);
    margin: 0 auto;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.LkB_privacy_enclosure h1 {
    color: #ffffff;
    margin-bottom: 1.5em;
    font-size: 41px;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(135,170,191,0.5);
    text-align: center;
}.LkB_privacy_enclosure h2 {
    font-size: 32px;
    margin-bottom: 1em;
    font-weight: 600;
    text-shadow: 0 0 8px rgb(108,137,160,0.5);
    color: rgb(108,137,160);
}.LkB_privacy_enclosure h3,
.LkB_privacy_enclosure h4,
.LkB_privacy_enclosure h5,
.LkB_privacy_enclosure h6 {
    color: #ffffff;
    margin-bottom: 0.75em;
}.LkB_privacy_enclosure h3 {
    font-weight: 400;
    font-size: calc(22px - 0.2em);
}.LkB_privacy_enclosure h4 {
    font-size: calc(22px - 0.4em);
    font-weight: 400;
}.LkB_privacy_enclosure h5 {
    font-size: 22px;
    font-weight: 300;
}.LkB_privacy_enclosure h6 {
    font-size: 16px;
    font-weight: 300;
}.LkB_privacy_enclosure ul,
.LkB_privacy_enclosure ol {
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}.LkB_privacy_enclosure ul {
    list-style-type: circle;
}.LkB_privacy_enclosure ol {
    list-style-type: decimal;
}.LkB_privacy_enclosure li {
    margin-bottom: 0.75em;
    color: #ffffff;
    font-size: 16px;
}.LkB_privacy_enclosure p {
    margin-bottom: 1.5em;
    font-size: 16px;
    line-height: 1.7;
    color: #ffffff;
}.LkB_privacy_enclosure span {
    font-weight: 600;
    color: rgb(135,170,191);
}.LkB_privacy_enclosure div {
    margin-bottom: 1.5em;
}
@media only screen and (max-width: 800px) {.LkB_privacy_enclosure {
    border-radius: 10px;
    padding: 1em;
}.LkB_privacy_enclosure h1 {
    font-size: calc(22px - 0.5em);
}.LkB_privacy_enclosure h2 {
    font-size: calc(22px - 0.4em);
}.LkB_privacy_enclosure p,
    .LkB_privacy_enclosure li {
    font-size: calc(16px - 0.2em);
}}
.LkB_privacy_enclosure h1::after {
    width: 80px;
    height: 4px;
    box-shadow: 0 0 10px rgb(135,170,191,0.5);
    content: "";
    border-radius: 10px;
    background-color: rgb(135,170,191);
    margin: 0.5em auto 0;
    display: block;
}.LkB_privacy_enclosure h2::after {
    width: 60px;
    content: "";
    height: 3px;
    margin: 0.5em auto 0;
    display: block;
    box-shadow: 0 0 8px rgb(108,137,160,0.5);
    border-radius: 10px;
    background-color: rgb(108,137,160);
}.LkB_privacy_enclosure ul li::before,
.LkB_privacy_enclosure ol li::before {
    content: "";
    box-shadow: 0 0 5px rgb(135,170,191,0.5);
    width: 8px;
    display: inline-block;
    background-color: rgb(135,170,191);
    border-radius: 50%;
    margin-right: 0.5em;
    height: 8px;
}.LkB_privacy_enclosure a {
    text-decoration: underline;
    box-shadow: 0 0 5px rgb(135,170,191,0.5);
    color: rgb(135,170,191);
}.LkB_privacy_enclosure a:hover {
    color: rgb(108,137,160);
    box-shadow: 0 0 5px rgb(108,137,160,0.5);
}.LkB_privacy_enclosure blockquote {
    box-shadow: 0 0 10px rgb(135,170,191,0.5);
    margin: 1em 0;
    color: #ffffff;
    font-style: italic;
    padding: 1.5em;
    background-color: rgba(0, 0, 0, 0.5);
    border-left: 5px solid rgb(135,170,191);
}.Xsi_course_offering {
    padding: 100px 0;
    background: rgb(164,206,222);
    overflow: hidden;
    position: relative;
}.Xsi_course_offering::before {
    position: absolute;
    opacity: 0.4;
    content: "";
    z-index: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(135deg, rgb(135,170,191,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(108,137,160,0.5) 0%, transparent 40%);
    left: 0;
}.Xsi_course_offering::after {
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
    content: "";
    animation: gridMove 20s linear infinite;
    opacity: 0.2;
    width: 100%;
    left: 0;
}.Xsi_course_offering .container {
    position: relative;
    z-index: 1;
}.Xsi_course_offering .IZt_learn_legacy {
    flex-direction: column;
    position: relative;
    display: flex;
    min-height: 500px;
    align-items: center;
    justify-content: center;
}.Xsi_course_offering .GeR_img_thumbnail {
    top: 0;
    z-index: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
}.Xsi_course_offering .GeR_img_thumbnail::before {
    z-index: 1;
    left: 0;
    position: absolute;
    mix-blend-mode: multiply;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    height: 100%;
}.Xsi_course_offering .FZm_job_classes {
    grid-template-areas: 
        "logo logo"
        "title photo1"
        "desc photo2";
    width: 100%;
    grid-template-columns: 60% 40%;
    gap: 30px;
    z-index: 2;
    position: relative;
    display: grid;
    grid-template-rows: auto auto 1fr;
}.Xsi_course_offering .HkW_nav_learning {
    align-items: center;
    margin-bottom: 20px;
    justify-self: center;
    box-shadow: 
        0px 10px 30px rgba(0, 0, 0, 0.1),
        0px 4px 10px rgb(135,170,191,0.5);
    width: 80px;
    grid-area: logo;
    position: relative;
    display: flex;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    justify-content: center;
    z-index: 10;
}.Xsi_course_offering .HkW_nav_learning::before {
    position: absolute;
    left: -8px;
    opacity: 0.6;
    top: -8px;
    bottom: -8px;
    right: -8px;
    animation: spin 10s linear infinite;
    background: conic-gradient(
        from 0deg, 
        rgb(135,170,191,0.5), 
        rgb(108,137,160,0.5), 
        rgb(135,170,191,0.5)
    );
    z-index: -1;
    content: "";
    border-radius: 50%;
}.Xsi_course_offering .HkW_nav_learning::after {
    border-radius: 50%;
    bottom: -15px;
    left: -15px;
    animation: pulse 4s ease-in-out infinite;
    z-index: -2;
    right: -15px;
    opacity: 0.3;
    content: "";
    position: absolute;
    top: -15px;
    border: 1px solid rgb(135,170,191,0.5);
}.Xsi_course_offering .HkW_nav_learning:hover {
    box-shadow: 
        0px 15px 40px rgba(0, 0, 0, 0.15),
        0px 6px 15px rgb(135,170,191,0.5);
    transform: scale(1.1) rotate(5deg);
}.Xsi_course_offering .HkW_nav_learning svg {
    transition: transform 0.5s ease;
    width: 45px;
    height: 45px;
}.Xsi_course_offering .HkW_nav_learning:hover svg {
    transform: rotate(-10deg);
}.Xsi_course_offering .HkW_nav_learning svg path {
    fill: rgb(135,170,191);
    transition: fill 0.3s ease;
}.Xsi_course_offering .HkW_nav_learning:hover svg path {
    fill: rgb(108,137,160);
}.Xsi_course_offering h3 {
    border-radius: 0 21px 21px 0;
    color: #000000;
    margin: 0;
    transform: translateX(-5%);
    transition: all 0.5s ease;
    background: #ffffff;
    padding: 30px 40px;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    font-size: 38px;
    position: relative;
    grid-area: title;
    z-index: 5;
}.Xsi_course_offering h3::before {
    bottom: 10px;
    opacity: 0.5;
    border: 1px dashed rgb(135,170,191,0.5);
    z-index: -1;
    content: "";
    right: 10px;
    left: 10px;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    position: absolute;
    border-radius: 0 10px 10px 0;
    top: 10px;
}.Xsi_course_offering h3::after {
    border-radius: 10px;
    height: 3px;
    position: absolute;
    bottom: 15px;
    background: linear-gradient(90deg, rgb(135,170,191), rgb(108,137,160));
    width: 60px;
    transition: width 0.4s ease;
    left: 40px;
    content: "";
}.Xsi_course_offering .FZm_job_classes:hover h3 {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(0%);
}.Xsi_course_offering .FZm_job_classes:hover h3::after {
    width: 100px;
}.Xsi_course_offering p {
    font-size: 16px;
    padding-right: 70px;
    margin: 0;
    grid-area: desc;
    transition: all 0.5s ease 0.1s;
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    z-index: 4;
    line-height: 1.8;
    border-radius: 0 21px 21px 0;
    background: #ffffff;
    padding: 35px 40px;
    color: #000000;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(-10%);
    position: relative;
}.Xsi_course_offering p::before {
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    z-index: -1;
    bottom: 10px;
    opacity: 0.5;
    left: 10px;
    position: absolute;
    border-radius: 0 10px 10px 0;
    content: "";
    border: 1px dashed rgb(108,137,160,0.5);
    top: 10px;
    right: 10px;
}.Xsi_course_offering .FZm_job_classes:hover p {
    transform: translateX(-5%);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}.Xsi_course_offering .GeR_img_thumbnail::after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    transition: opacity 0.5s ease;
    mix-blend-mode: multiply;
    opacity: 0.5;
    position: absolute;
    height: 100%;
}.Xsi_course_offering .FZm_job_classes::after {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    grid-area: photo2;
    content: "";
    border-radius: 21px 0 0 21px;
    background: inherit;
    transform: translateX(15%);
    z-index: 2;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: all 0.5s ease 0.1s;
    background-position: center bottom;
    background-size: cover;
    height: 100%;
}.Xsi_course_offering .FZm_job_classes:hover::before {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(5%);
}.Xsi_course_offering .FZm_job_classes:hover::after {
    transform: translateX(10%);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.Xsi_course_offering {
    padding: 80px 0;
}.Xsi_course_offering .FZm_job_classes {
    gap: 25px;
    grid-template-columns: 55% 45%;
}.Xsi_course_offering h3 {
    font-size: calc(38px - 2px);
    padding: 25px 35px;
}.Xsi_course_offering p {
    padding: 30px 35px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.Xsi_course_offering {
    padding: 70px 0;
}.Xsi_course_offering .IZt_learn_legacy {
    min-height: auto;
}.Xsi_course_offering .FZm_job_classes {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
            "logo logo"
            "title title"
            "desc desc"
            "photo1 photo2";
    grid-template-rows: auto auto auto 250px;
    gap: 20px;
}.Xsi_course_offering h3 {
    padding: 25px 30px;
    border-radius: 21px;
    clip-path: none;
    transform: none;
    font-size: calc(38px - 4px);
}.Xsi_course_offering h3::before {
    clip-path: none;
    border-radius: 10px;
}.Xsi_course_offering p {
    transform: none;
    padding: 25px 30px;
    clip-path: none;
    border-radius: 21px;
}.Xsi_course_offering p::before {
    border-radius: 10px;
    clip-path: none;
}.Xsi_course_offering .FZm_job_classes::before,
    .Xsi_course_offering .FZm_job_classes::after {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
    height: 250px;
    transform: none;
    border-radius: 21px;
}.Xsi_course_offering .FZm_job_classes::after {
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}.Xsi_course_offering .FZm_job_classes:hover h3,
    .Xsi_course_offering .FZm_job_classes:hover p,
    .Xsi_course_offering .FZm_job_classes:hover::before,
    .Xsi_course_offering .FZm_job_classes:hover::after {
    transform: none;
}.Xsi_course_offering .HkW_nav_learning {
    margin-bottom: 15px;
    width: 70px;
    height: 70px;
}.Xsi_course_offering .HkW_nav_learning svg {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 767px) {.Xsi_course_offering {
    padding: 60px 0;
}.Xsi_course_offering .IZt_learn_legacy {
    min-height: auto;
}.Xsi_course_offering .FZm_job_classes {
    gap: 15px;
    grid-template-rows: auto auto auto 200px;
    grid-template-areas: 
            "logo"
            "title"
            "desc"
            "photo1";
    grid-template-columns: 1fr;
}.Xsi_course_offering h3 {
    font-size: calc(38px - 6px);
    transform: none;
    border-radius: 21px;
    padding: 20px 25px;
    clip-path: none;
}.Xsi_course_offering h3::before {
    display: none;
}.Xsi_course_offering h3::after {
    height: 2px;
    width: 50px;
    left: 25px;
    bottom: 10px;
}.Xsi_course_offering p {
    font-size: calc(16px - 1px);
    line-height: 1.6;
    padding: 20px 25px;
    border-radius: 21px;
    clip-path: none;
    transform: none;
}.Xsi_course_offering p::before {
    display: none;
}.Xsi_course_offering .FZm_job_classes::before {
    border-radius: 21px;
    clip-path: none;
    height: 200px;
    transform: none;
}.Xsi_course_offering .FZm_job_classes::after {
    display: none;
}.Xsi_course_offering .FZm_job_classes:hover h3,
    .Xsi_course_offering .FZm_job_classes:hover p,
    .Xsi_course_offering .FZm_job_classes:hover::before {
    transform: none;
}.Xsi_course_offering .HkW_nav_learning {
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
}.Xsi_course_offering .HkW_nav_learning::before,
    .Xsi_course_offering .HkW_nav_learning::after {
    display: none;
}.Xsi_course_offering .HkW_nav_learning svg {
    height: 35px;
    width: 35px;
}}.zbJ_contact_section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background-color: rgb(164,206,222);
}.zbJ_contact_section::before {
    background: linear-gradient(120deg, rgb(135,170,191,0.5) 0%, transparent 75%);
    top: 0;
    opacity: 0.15;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
}.zbJ_contact_section::after {
    width: 70%;
    height: 70%;
    opacity: 0.1;
    background: linear-gradient(240deg, rgb(108,137,160,0.5) 0%, transparent 70%);
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
}.zbJ_contact_section .container {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.zbJ_contact_section h2 {
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    font-size: 34px;
    font-family: Arial, sans-serif;
    position: relative;
}.zbJ_contact_section .aft_request_map {
    overflow: hidden;
    border-radius: 30px;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-top: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.zbJ_contact_section .GeR_img_thumbnail {
    overflow: hidden;
    flex: 0 0 40%;
    min-height: 500px;
    position: relative;
}.zbJ_contact_section .GeR_img_thumbnail::after {
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    content: "";
}.zbJ_contact_section .DAU_support_list {
    flex: 0 0 60%;
    position: relative;
    padding: 60px;
}.zbJ_contact_section .DAU_support_list::before {
    border-radius: 2.5px;
    position: absolute;
    left: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(135,170,191), rgb(108,137,160));
    height: calc(100% - 80px);
    content: "";
    top: 40px;
}.zbJ_contact_section form {
    width: 100%;
    padding-left: 25px;
}.zbJ_contact_section form h3 {
    font-family: Arial, sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 35px;
}.zbJ_contact_section form input[type="text"] {
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    width: 100%;
    transition: all 0.3s ease;
    background: rgb(164,206,222);
    font-family: Arial, sans-serif;
    padding: 18px 25px;
    color: #000000;
}.zbJ_contact_section form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(135,170,191,0.5);
    background: rgba(rgb(135,170,191), 0.05);
}.zbJ_contact_section form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.zbJ_contact_section .lyo_support_links {
    align-items: flex-start;
    display: flex;
    margin: 10px 0 30px;
}.zbJ_contact_section .lyo_support_links input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.zbJ_contact_section .lyo_support_links label {
    padding-left: 35px;
    line-height: 1.5;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    color: #000000;
}.zbJ_contact_section .lyo_support_links label::before {
    width: 22px;
    top: 2px;
    border: 2px solid rgb(135,170,191,0.5);
    transition: all 0.2s ease;
    position: absolute;
    left: 0;
    height: 22px;
    content: "";
    border-radius: 10px;
}.zbJ_contact_section .lyo_support_links input[type="checkbox"]:checked + label::before {
    border-color: rgb(135,170,191);
    background-color: rgb(135,170,191);
}.zbJ_contact_section .lyo_support_links input[type="checkbox"]:checked + label::after {
    height: 11px;
    top: 9px;
    border-bottom: 2px solid #ffffff;
    left: 8px;
    position: absolute;
    content: "";
    width: 6px;
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
}.zbJ_contact_section .lyo_support_links label a {
    text-decoration: none;
    color: rgb(135,170,191);
    transition: all 0.3s ease;
}.zbJ_contact_section .lyo_support_links label a:hover {
    color: rgb(108,137,160);
    text-decoration: underline;
}.zbJ_contact_section form .HvK_connect_card {
    position: relative;
    display: inline-block;
    border: none;
    font-weight: 600;
    font-size: 19px;
    border-radius: 10px;
    padding: 15px 35px;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(135,170,191), rgb(108,137,160));
    font-family: Arial, sans-serif;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
}.zbJ_contact_section form .HvK_connect_card::before {
    top: -10%;
    background: rgba(255, 255, 255, 0.2);
    width: 120%;
    height: 120%;
    transition: all 0.4s ease;
    left: -10%;
    content: "";
    transform: rotate(45deg) translateX(-200%);
    position: absolute;
}.zbJ_contact_section form .HvK_connect_card:hover {
    box-shadow: 0 8px 15px rgba(rgb(135,170,191), 0.3);
    transform: translateY(-2px);
}.zbJ_contact_section form .HvK_connect_card:hover::before {
    transform: rotate(45deg) translateX(200%);
}.zbJ_contact_section svg {
    fill: rgb(135,170,191);
    height: 22px;
    width: 22px;
}.zbJ_contact_section svg path {
    fill: rgb(135,170,191);
    transition: fill 0.3s ease;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.zbJ_contact_section .DAU_support_list {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.zbJ_contact_section .GeR_img_thumbnail {
    min-height: 300px;
    flex: 0 0 100%;
}.zbJ_contact_section .DAU_support_list {
    flex: 0 0 100%;
}.zbJ_contact_section .DAU_support_list::before {
    height: 5px;
    left: 40px;
    width: calc(100% - 80px);
    background: linear-gradient(to right, rgb(135,170,191), rgb(108,137,160));
    top: 0;
}.zbJ_contact_section form {
    padding-left: 0;
    padding-top: 25px;
}
}

@media screen and (max-width: 767px) {.zbJ_contact_section {
    padding: 70px 0;
}.zbJ_contact_section .GeR_img_thumbnail {
    min-height: 250px;
}.zbJ_contact_section .DAU_support_list {
    padding: 40px 30px;
}.zbJ_contact_section .DAU_support_list::before {
    left: 30px;
    width: calc(100% - 60px);
}
}

@media screen and (max-width: 480px) {.zbJ_contact_section {
    padding: 50px 0;
}.zbJ_contact_section h2 {
    font-size: calc(34px * 0.8);
}.zbJ_contact_section .GeR_img_thumbnail {
    min-height: 200px;
}.zbJ_contact_section .DAU_support_list {
    padding: 30px 20px;
}.zbJ_contact_section .DAU_support_list::before {
    left: 20px;
    width: calc(100% - 40px);
}.zbJ_contact_section form h3 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}.zbJ_contact_section form input[type="text"] {
    padding: 15px 20px;
}.zbJ_contact_section form .HvK_connect_card {
    width: 100%;
    text-align: center;
}
}