﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

svg {
    width: 30px;
    height: 30px;
}

.core-container_QKHT {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}


.thanksWrap_pGeW {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(229,233,225), rgb(160,173,152,0.5));
    perspective: 1000px;
}

.thanksWrap_pGeW .who_weare_EzsD::before {
    background: linear-gradient(45deg, transparent 0%, rgb(197,208,191,0.5) 100%);
    top: 0;
    opacity: 0;
    content: "";
    transition: opacity 0.5s ease;
    pointer-events: none;
    width: 100%;
    height: 100%;
    transform: translateZ(-10px);
    z-index: -1;
    position: absolute;
    left: 0;
}

.thanksWrap_pGeW .who_weare_EzsD:hover > div:first-child::after {
    transform: scaleX(1);
}

.thanksWrap_pGeW h5 {
    transform: translateZ(5px);
    letter-spacing: 0.02em;
    position: relative;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    font-size: 20px;
    color: #000000;
}

.thanksWrap_pGeW p {
    font-weight: 400;
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
    transition: opacity 0.4s ease;
    opacity: 0.9;
}

.cloud_lab_TWrH .company_holder {
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    padding: 30px;
    grid-column: span 4;
    border-radius: 10px;
}

.cloud_lab_TWrH .teach_supp_PXqG {
    line-height: 1.6;
    color: #ffffff;
    font-size: 15px;
    opacity: 0.8;
}

.cloud_lab_TWrH .nav_info_lDbr h5 {
    position: relative;
    font-size: 23px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
}

.cloud_lab_TWrH .nav_info_lDbr h5,
.cloud_lab_TWrH .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact_edu_uLBr {
    padding: 25px 0;
    margin-top: 40px;
    z-index: 5;
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
}

.cloud_lab_TWrH .company_holder::before {
    top: 0;
    width: 5px;
    opacity: 0.5;
    background: rgb(197,208,191);
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
}

.cloud_lab_TWrH .head_train_cWGw {
    position: relative;
}

.cloud_lab_TWrH .head_train_cWGw::after {
    width: 100%;
    height: 1px;
    opacity: 0.2;
    background: rgb(160,173,152,0.5);
    position: absolute;
    left: 0;
    content: "";
    bottom: -15px;
}

.course_program_description_IDnB {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(229,233,225);
}

.course_program_description_IDnB::after {
    top: 0;
    background-size: 120px 120px, 120px 120px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    height: 100%;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(197,208,191,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(160,173,152,0.5) 0%, transparent 8%);
}

.course_program_description_IDnB .text_details_HLmD h2 {
    margin-bottom: 30px;
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.5);
    padding-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    padding: 10px 25px;
    display: inline-block;
    font-size: 36px;
}

.course_program_description_IDnB .img_shadow_box_Bkeg::before {
    z-index: 2;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.4) 100%);
}

.our_story_vrud .container {
    transform: translateZ(0);
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}

.our_story_vrud h2::after {
    transform-origin: left center;
    width: 80px;
    bottom: -12px;
    left: 0;
    height: 4px;
    animation: expandWidth 1.2s ease-out forwards;
    content: "";
    background: rgb(160,173,152);
    position: absolute;
}

.our_story_vrud .text_details_HLmD p {
    font-size: calc(14px * 1.4);
    color: rgb(197,208,191);
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    display: inline-block;
}

.contact_form_box_dJFb::before {
    top: 0;
    left: 0;
    background-size: 60px 60px;
    content: "";
    width: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    position: absolute;
    height: 100%;
    z-index: 0;
}

.contact_form_box_dJFb .img_shadow_box_Bkeg {
    transition: all 0.5s ease;
    position: relative;
    flex: 0 0 50%;
    min-height: 550px;
}

.contact_form_box_dJFb .support_request_Hceg::before {
    height: 100%;
    position: absolute;
    width: 10px;
    top: 0;
    background: rgb(229,233,225);
    content: "";
    left: 0;
}

.contact_form_box_dJFb input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(197,208,191);
    outline: none;
}

.contact_form_box_dJFb .feedback_info_kwiX input[type="checkbox"] {
    margin-top: 2px;
    height: 24px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    appearance: none;
    border-radius: 10px;
    width: 24px;
    border: 2px solid rgb(229,233,225);
}

.contact_form_box_dJFb .inquiry_widget_BgoO {
    padding: 16px 40px;
    background: rgb(197,208,191);
    align-self: flex-start;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 20px rgb(197,208,191,0.5);
    font-size: 20px;
    margin-top: 20px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
}

.training_method_lYwj .who_weare_EzsD {
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
    transform: translateZ(0);
    max-width: 1200px;
}

.training_method_lYwj h2::before {
    width: 120px;
    bottom: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(160,173,152), transparent);
    height: 4px;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleX(1);
    left: 0;
}

.training_method_lYwj .text_details_HLmD:hover {
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.2),
        0 2px 10px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: perspective(1000px) rotateY(-1deg) translateZ(0) translateY(-5px);
}

.training_method_lYwj .text_details_HLmD:hover p {
    opacity: 1;
}

.secure_grotto_tAsr {
    color: #000000;
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 4rem 2rem;
    background: linear-gradient(145deg, rgb(229,233,225), rgba(245, 245, 250, 0.9));
}

.secure_grotto_tAsr .container:hover {
    transform: translateY(-5px) translateZ(0);
}

.secure_grotto_tAsr h1 {
    color: #000000;
    font-weight: 700;
    letter-spacing: -0.02em;
    transform: translateZ(0);
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
    font-size: 47px;
}

.secure_grotto_tAsr h2::before {
    position: absolute;
    z-index: -1;
    left: 0;
    background-color: rgb(197,208,191,0.5);
    bottom: 5px;
    transition: height 0.3s, opacity 0.3s;
    width: 100%;
    height: 12px;
    opacity: 0.25;
    transform: skewX(-15deg);
    content: "";
}

.secure_grotto_tAsr p {
    z-index: 1;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.75;
    color: #000000;
    font-size: 15px;
}

.secure_grotto_tAsr ul {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    position: relative;
}

.secure_grotto_tAsr li::before {
    height: 8px;
    top: 0.7em;
    background-color: #ffffff;
    border: 1px solid rgb(197,208,191);
    transform: rotate(45deg);
    transition: transform 0.3s, background-color 0.3s;
    width: 8px;
    left: -1.5rem;
    position: absolute;
    content: "";
}

#cookieWarningWindow_ZTfG:checked ~ .privacyPolicyOverlay_gvie {
    visibility: hidden;
    opacity: 0;
}

.privacy_notify_uRXz svg, .privacy_notify_uRXz svg path {
    width: 80px;
    height: 80px;
    fill: rgb(197,208,191);
}

.cookie_button.edu_approve_uTra {
    background: rgb(160,173,152);
}

.core-container_QKHT .cookie_updates_bjcw {
    border-radius: 10px;
    background: rgb(197,208,191);
    font-size: 14px;
    margin-left: 0;
    font-weight: 600;
    border: none;
    color: #ffffff;
}

.pricing_offer_bwCW .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}

.pricing_offer_bwCW .fee_package_kYKI {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin: 0;
    display: grid;
    padding: 0;
    list-style: none;
}

.pricing_offer_bwCW .fee_package_kYKI li:nth-child(2) {
    --i: 1;
}

.pricing_offer_bwCW .fee_package_kYKI li:nth-child(4) {
    --i: 3;
}

.pricing_offer_bwCW .value_fees_eBak:hover .price_grid_VBlS {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 8px 15px rgba(0, 0, 0, 0.15), 0 0 15px rgba(rgb(197,208,191,0.5), 0.15);
    border-color: rgba(rgb(197,208,191,0.5), 0.3);
}

.pricing_offer_bwCW .study_pricing_FPoD {
    height: 100%;
    z-index: 1;
    flex-direction: column;
    display: flex;
    position: relative;
}

.pricing_offer_bwCW .study_pricing_FPoD h4::after {
    height: 3px;
    width: 50px;
    transition: transform 0.4s ease;
    transform-origin: left;
    transform: scaleX(0.7);
    margin-top: 10px;
    display: block;
    background: linear-gradient(90deg, rgb(197,208,191), rgba(rgb(197,208,191,0.5), 0.5));
    content: "";
}

.leadership_profile_PlYT {
    background: rgb(229,233,225);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.leadership_profile_PlYT .student_reviews_jYmc {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    background: #ffffff;
    padding: 60px 40px 40px;
}

.leadership_profile_PlYT .student_reviews_jYmc:hover .name {
    transform: translateX(10px);
}

.leadership_profile_PlYT .student_reviews_jYmc:hover span:not(.name) {
    transform: translateX(10px);
    color: rgb(197,208,191);
}

.leadership_profile_PlYT .student_reviews_jYmc:hover .experience_data_FNZO {
    padding-left: 20px;
}

header:before {
    background-size: 200% 100%;
    width: 100%;
    left: 0;
    content: '';
    animation: gradientMove 6s infinite linear;
    height: 4px;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(197,208,191), rgb(160,173,152), rgb(197,208,191));
}

header .first_class_giJx:hover {
    color: rgb(197,208,191);
}

header .first_class_giJx:hover:before {
    transform: translateY(-50%) scale(1);
}

header .head_main_fqNi {
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    padding: 5px 10px;
}

.customer_support_Cvrw {
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(229,233,225) 0%, rgba(255,255,255,0.95) 100%);
    padding: 5rem 0;
}

.customer_support_Cvrw .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    transform-style: preserve-3d;
    max-width: 1200px;
    z-index: 1;
}

.customer_support_Cvrw h3 {
    position: relative;
    color: rgb(197,208,191);
    font-size: 29px;
    font-weight: 700;
    animation: slideRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
    display: inline-block;
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
}

.customer_support_Cvrw p {
    transform: translateY(20px);
    opacity: 0;
    color: #000000;
    margin-bottom: 1rem;
    animation: fadeUp 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    line-height: 1.7;
    font-size: 13px;
}

.customer_support_Cvrw .contact_list_ZKwD {
    transform: translateY(20px);
    display: grid;
    margin: 0;
    opacity: 0;
    animation: fadeUp 0.8s 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    gap: 1.5rem;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.customer_support_Cvrw svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.customer_support_Cvrw .contact_panel_MZLh:hover svg path {
    fill: rgb(160,173,152);
}

.explore_now_dCOa::after {
    top: -30%;
    z-index: -1;
    background: radial-gradient(circle, rgb(160,173,152) 0%, transparent 70%);
    position: absolute;
    right: -10%;
    animation: floatGlow 15s infinite alternate ease-in-out;
    height: 50vw;
    content: "";
    opacity: 0.15;
    width: 50vw;
}

.explore_now_dCOa div div {
    position: relative;
    display: flex;
    z-index: 2;
    justify-content: center;
}

.explore_now_dCOa div div span::before {
    left: -10px;
    filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    top: -10px;
    height: calc(100% + 20px);
    content: "";
    opacity: 0.15;
    position: absolute;
    border-radius: 10px;
    background: rgb(197,208,191);
    width: calc(100% + 20px);
    transform: translateZ(-10px);
}

.explore_now_dCOa .inquiry_widget_BgoO span {
    position: relative;
    z-index: 3;
    transition: all 0.3s ease;
}

.explore_now_dCOa .inquiry_widget_BgoO:hover::after {
    left: 100%;
    transition: all 0.7s ease;
}

.title_board_WlCs {
    background: linear-gradient(145deg, rgb(229,233,225) 0%, rgba(94, 170, 168, 0.05) 50%, rgb(229,233,225) 100%);
    padding: 4rem 0;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
}

.title_board_WlCs h1 {
    font-size: calc(35px * 1.2);
    transition: transform 0.3s ease-out;
    transform: translateZ(0);
    color: #000000;
    position: relative;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.title_board_WlCs .edu_title_pLJn p {
    line-height: 1.7;
    max-width: 95%;
    color: #000000;
    margin: 1.5rem 0;
    font-size: calc(15px * 1.1);
    position: relative;
}

.title_board_WlCs svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}

.title_board_WlCs .inquiry_widget_BgoO:hover {
    box-shadow: 0 15px 25px rgba(94, 170, 168, 0.3);
    transform: translateY(-5px);
}

.title_board_WlCs .img_shadow_box_Bkeg::before {
    transition: opacity 0.4s ease;
    left: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 50%);
    opacity: 0.7;
    right: 0;
    content: "";
    bottom: 0;
    top: 0;
    z-index: 1;
}

.course_rewards_qhKW::before {
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(197,208,191,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(160,173,152,0.5), 0.08) 0%, transparent 60%);
    z-index: 0;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
}

.course_rewards_qhKW .who_weare_EzsD:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
}

.course_rewards_qhKW .text_details_HLmD:hover::before {
    transform: scaleY(1);
}

.course_rewards_qhKW h1::after {
    transition: width 0.4s ease;
    background: linear-gradient(to right, rgb(197,208,191), rgb(160,173,152));
    width: 80px;
    content: "";
    left: 0;
    position: absolute;
    height: 3px;
    bottom: -10px;
    border-radius: 10px;
}

.course_rewards_qhKW li svg {
    transition: transform 0.3s ease;
    flex-shrink: 0;
    height: 24px;
    margin-right: 15px;
    width: 24px;
}

.course_rewards_qhKW li:hover svg path {
    fill: rgb(160,173,152);
}

.course_rewards_qhKW li:nth-child(even) {
    background: rgba(255, 255, 255, 0.8);
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 767px) {.thanksWrap_pGeW {
    padding: 3rem 1rem;
}.thanksWrap_pGeW .who_weare_EzsD {
    padding: 2rem 1.5rem;
}.thanksWrap_pGeW h5 {
    font-size: calc(20px * 0.9);
}.thanksWrap_pGeW p {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}



@media (max-width: 991px) {.cloud_lab_TWrH .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.cloud_lab_TWrH .company_holder {
    grid-column: span 12;
}.cloud_lab_TWrH .discord_cta_rcgA {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}



@media (max-width: 767px) {.cloud_lab_TWrH {
    padding: 40px 0 30px;
}.cloud_lab_TWrH .discord_cta_rcgA {
    grid-template-columns: 1fr;
}.cloud_lab_TWrH .company_holder {
    padding: 25px;
}.cloud_lab_TWrH .nav_info_lDbr {
    padding: 25px;
}.cloud_lab_TWrH .company_holder h3 {
    font-size: calc(33px - 2px);
}.cloud_lab_TWrH .nav_info_lDbr h5 {
    font-size: calc(23px - 1px);
}
}



@media (max-width: 768px) {.course_program_description_IDnB {
    padding: 60px 0;
}.course_program_description_IDnB .text_details_HLmD {
    margin-bottom: 30px;
    padding: 30px;
}.course_program_description_IDnB .text_details_HLmD h2 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.9);
}.course_program_description_IDnB .img_shadow_box_Bkeg {
    height: 50%;
    clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0% 100%);
}
}



@media (min-width: 1200px) {.our_story_vrud {
    padding: 200px 0 150px;
}.our_story_vrud::after {
    height: 400px;
    width: 400px;
}.our_story_vrud h2 {
    font-size: calc(36px * 1.6);
}.our_story_vrud .text_details_HLmD {
    padding: 100px;
}.our_story_vrud .text_details_HLmD div div {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
    column-gap: 60px;
}}



@media (max-width: 576px) {.contact_form_box_dJFb {
    padding: 50px 0;
}.contact_form_box_dJFb .container {
    padding: 0 15px;
}.contact_form_box_dJFb h2 {
    margin-bottom: 30px;
    font-size: calc(36px - 6px);
}.contact_form_box_dJFb .support_request_Hceg {
    padding: 35px 25px;
}.contact_form_box_dJFb #contact {
    gap: 20px;
}.contact_form_box_dJFb input[type="text"] {
    padding: 15px;
}.contact_form_box_dJFb .inquiry_widget_BgoO {
    padding: 15px 25px;
    width: 100%;
}.contact_form_box_dJFb .img_shadow_box_Bkeg {
    min-height: 250px;
}}



@media (max-width: 992px) {.secure_grotto_tAsr {
    padding: 3rem 1.5rem;
}.secure_grotto_tAsr .container {
    padding: 2.5rem;
}.secure_grotto_tAsr h1 {
    font-size: calc(47px * 0.9);
}.secure_grotto_tAsr h2 {
    font-size: calc(28px * 0.9);
}
}


@media only screen and (max-width: 1200px) {.cookie_guide_aqTA {
    padding: 0 10px;
}
}


@media only screen and (max-width: 800px) {.privacy_notify_uRXz {
    display: none;
}.cookie_guide_aqTA {
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}.privacyPolicyOverlay_gvie h5, .privacyPolicyOverlay_gvie p {
    text-align: center;
}.manage_tracking_ksrT {
    margin-bottom: 20px;
}.cookie_updates_bjcw {
    max-width: 300px;
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}



@media (max-width: 768px) {.pricing_offer_bwCW {
    padding: 60px 0;
}.pricing_offer_bwCW .fee_package_kYKI {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing_offer_bwCW .study_pricing_FPoD p {
    max-height: 150px;
    font-size: calc(13px * 0.9);
}
}



@media (max-width: 991px) {header .container {
    padding: 15px;
}header .nav_info_lDbr {
    gap: 20px;
}header .first_class_giJx:before {
    left: -10px;
}header .head_main_fqNi svg {
    height: 38px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .head_main_fqNi svg {
    height: 32px;
}}



@media (min-width: 992px) {.customer_support_Cvrw {
    padding: 7rem 0;
}.customer_support_Cvrw .get_contactbox_LUJR {
    padding: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
}.customer_support_Cvrw .get_contactbox_LUJR > div:first-of-type {
    grid-column: 1 / 3;
}.customer_support_Cvrw .contact_list_ZKwD {
    grid-template-columns: repeat(3, 1fr);
}
}



@media (max-width: 768px) {.explore_now_dCOa {
    transform: skewY(-1deg);
    padding: 4rem 0;
}.explore_now_dCOa .container {
    transform: skewY(1deg);
    padding: 0 1.5rem;
}.explore_now_dCOa h6 {
    font-size: 22px;
    margin-bottom: 1.8rem;
}.explore_now_dCOa h6::after {
    bottom: -12px;
    width: 50px;
}
}



@media (max-width: 576px) {.title_board_WlCs {
    padding: 2rem 0;
}.title_board_WlCs .who_weare_EzsD {
    gap: 1.5rem;
    padding: 0 1rem;
}.title_board_WlCs .text_details_HLmD {
    padding: 1.5rem 1rem;
}.title_board_WlCs h1 {
    font-size: calc(35px * 0.9);
}.title_board_WlCs .inquiry_widget_BgoO {
    padding: 0.8rem 1.5rem;
}.title_board_WlCs .img_shadow_box_Bkeg {
    min-height: 250px;
}.title_board_WlCs svg {
    height: 50px;
    width: 50px;
}}



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



@keyframes gridAnimation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}



@keyframes expandLine {
  from { transform: scaleX(0); transform-origin: right; }
  to { transform: scaleX(1); transform-origin: left; }
}



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



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



@keyframes floatGlow {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-5%, 5%);
    }
}

