/*
 Theme Name: GeneratePress Child
 Template: generatepress
 Version: 1.0
*/
@font-face {
    font-family: "NanumSquare";
    font-style: normal;
    font-weight: 300;
    src: url("assets/vendor/bluwha/font/NanumSquareL.woff") format("woff");
    font-display: swap;
}

/* Hide system-only pages from cached fallback menus. */
.page-item-1878,
.page-item-1879,
.page-item-1883,
.page-item-1884 {
    display: none !important;
}
@font-face {
    font-family: "NanumSquare";
    font-style: normal;
    font-weight: 400;
    src: url("assets/vendor/bluwha/font/NanumSquareR.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: "NanumSquare";
    font-style: normal;
    font-weight: 700;
    src: url("assets/vendor/bluwha/font/NanumSquareB.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: "NanumSquare";
    font-style: normal;
    font-weight: 800;
    src: url("assets/vendor/bluwha/font/NanumSquareEB.woff") format("woff");
    font-display: swap;
}

html,
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
.main-navigation a,
.site-title,
.site-description {
    font-family: "NanumSquare", "Noto Sans KR", sans-serif !important;
}

html,
body {
    background: #fff !important;
}

.company-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 0 12px;
    flex: 1 1 0;
    background: #71afd6;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    position: relative;
}
.company-component {
    position: relative;
    margin-bottom: 24px;
}
.company-hero-title {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: none;
    padding: 0 20px;
}
.company-hero-title h1 {
    margin: 0;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1px;
    color: #fff;
    text-shadow: none;
    word-break: keep-all;
}
.company-component .company-hero-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e9ecef;
    min-height: 500px;
}
.company-tabs {
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: #71afd6;
    overflow: hidden;
    z-index: 9500;
    transition: box-shadow 0.2s ease;
}
.company-tabs-spacer {
    display: none;
    width: 100%;
}

@media (max-width: 767px) {
    .company-component .company-hero-bg {
        min-height: 300px;
    }
}

.company-tabs.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
}
.company-tabs.is-stuck {
    box-shadow: 0 14px 24px rgba(24, 46, 64, 0.14);
}
.company-tab::after {
    content: "";
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.company-tab:last-child::after {
    display: none;
}
.company-tab:hover,
.company-tab:focus {
    background: #71afd6;
    color: #fff;
}
.company-tab.active {
    background: #fff;
    color: #111;
}
.company-tab.active::after {
    background: rgba(0, 0, 0, 0.12);
}

.bwpromise-title {
    text-align: center;
    margin: 0;
}

.bwpromise-intro {
    width: 100%;
    padding-top: 120px;
    box-sizing: border-box;
}

.bwpromise-intro-inner {
    width: min(var(--bluwha-content-max-width), calc(100% - 120px));
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}

.bwpromise-title .elementor-heading-title,
.bwpromise-title h2 {
    margin: 0;
    font-size: 54px;
    line-height: 1.2;
    color: #1f1f1f;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.bwpromise-divider-widget {
    width: 100%;
    margin: 0 auto !important;
}

.bwpromise-divider {
    display: block;
    width: 1px;
    height: 58px;
    margin: 42px auto 48px;
    background: rgba(31, 31, 31, 0.22);
}

@media (max-width: 1220px) {
    .company-tab {
        min-height: 50px;
        font-size: 15px;
    }
    .company-hero-title h1 {
        font-size: 40px;
    }

    .bwpromise-title .elementor-heading-title,
    .bwpromise-title h2 {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .company-tab {
        min-height: 40px;
        font-size: 13px;
        letter-spacing: -0.3px;
        padding: 0 6px;
    }
    .company-hero-title h1 {
        font-size: 25px;
    }

    .bwpromise-title .elementor-heading-title,
    .bwpromise-title h2 {
        font-size: 30px !important;
        line-height: 1.2 !important;
        letter-spacing: -0.03em !important;
    }

    .bwpromise-intro-inner {
        width: min(var(--bluwha-content-max-width), calc(100% - 40px));
    }

    .bwpromise-divider-widget {
        margin: 0 auto !important;
    }

    .bwpromise-divider {
        height: 42px;
        margin: 28px auto 32px;
    }
}

.page.page-child .inside-article {
    padding: 0;
    background: transparent;
}

.page.page-child .entry-content {
    margin: 0;
}

:root {
    --bluwha-content-max-width: 1280px;
    --bluwha-header-green: #71afd6;
    --bluwha-header-green-deep: #71afd6;
    --bluwha-header-dark: #0b110e;
    --bluwha-header-max-width: 1320px;
    --bluwha-header-top-height: 110px;
    --bluwha-header-nav-height: 64px;
    --bluwha-header-total-height: calc(var(--bluwha-header-top-height) + var(--bluwha-header-nav-height));
    --bluwha-header-side-padding: 30px;
}

body.bluwha-has-custom-header .site-header,
body.bluwha-has-custom-header .main-navigation,
body.bluwha-has-custom-header #site-navigation {
    display: none !important;
}

.bluwha-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    color: #fff;
}

.bluwha-header a {
    color: inherit;
    text-decoration: none;
}

.bluwha-header__shell {
    position: relative;
    background: transparent;
    backdrop-filter: none;
    transition: background 0.32s ease, box-shadow 0.32s ease;
}

.bluwha-header.is-solid .bluwha-header__shell,
.bluwha-header.is-open .bluwha-header__shell {
    background: linear-gradient(180deg, rgba(7, 90, 51, 0.98) 0%, rgba(11, 124, 71, 0.98) 100%);
    box-shadow: 0 20px 40px rgba(7, 28, 16, 0.18);
    backdrop-filter: none;
}

.bluwha-header__utility,
.bluwha-header__primary-inner,
.bluwha-header__mega-inner {
    width: min(100%, var(--bluwha-header-max-width));
    margin: 0 auto;
    padding-left: var(--bluwha-header-side-padding);
    padding-right: var(--bluwha-header-side-padding);
    box-sizing: border-box;
}

.bluwha-header__utility {
    min-height: var(--bluwha-header-top-height);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 20px;
}

.bluwha-header__utility-left,
.bluwha-header__utility-right {
    min-width: 0;
}

.bluwha-header__utility-right {
    justify-self: end;
}

.bluwha-header__utility-menu {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin: 0;
    padding: 0;
}

.bluwha-header__utility-menu a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.02em;
    opacity: 0.88;
    transition: opacity 0.2s ease;
}

.bluwha-header__utility-menu a:hover,
.bluwha-header__utility-menu a:focus {
    opacity: 1;
}

.bluwha-header__brand {
    display: flex;
    justify-content: center;
}

.bluwha-header__brand-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bluwha-header__brand-image {
    width: auto;
    max-width: min(310px, 28vw);
    max-height: 54px;
    filter: brightness(0) invert(1);
    transform-origin: center;
    transition: filter 0.3s ease, transform 0.3s ease;
}

.bluwha-header.is-solid .bluwha-header__brand-image,
.bluwha-header__drawer .bluwha-header__brand-image,
.bluwha-header__drawer-brand .bluwha-header__brand-image {
    filter: none;
}

.bluwha-header__brand-text {
    font-size: clamp(28px, 2.2vw, 40px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #fff;
    transition: color 0.3s ease;
}

.bluwha-header__primary {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.bluwha-header__menu {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(var(--bluwha-column-count, 7), minmax(0, 1fr));
    margin: 0;
    padding: 0;
}

.bluwha-header__top-item {
    min-width: 0;
}

.bluwha-header__top-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: var(--bluwha-header-nav-height);
    padding: 0 8px 10px;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.bluwha-header__top-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transform: translateX(-50%);
    transition: width 0.28s ease;
}

.bluwha-header__top-item:hover > .bluwha-header__top-link::after,
.bluwha-header__top-item:focus-within > .bluwha-header__top-link::after {
    width: 68%;
}

.bluwha-header__mega {
    background: #fff;
    color: #111714;
    border-top: 1px solid rgba(7, 90, 51, 0.08);
    box-shadow: 0 28px 48px rgba(6, 32, 17, 0.14);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition: max-height 0.35s ease, opacity 0.24s ease, transform 0.35s ease;
}

.bluwha-header.is-open .bluwha-header__mega {
    max-height: 520px;
    opacity: 1;
    transform: translateY(0);
}

.bluwha-header__mega-inner {
    display: grid;
    grid-template-columns: repeat(var(--bluwha-column-count, 7), minmax(0, 1fr));
    gap: 26px;
    padding-top: 28px;
    padding-bottom: 34px;
}

.bluwha-header__mega-column {
    min-width: 0;
}

.bluwha-header__mega-title {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--bluwha-header-green-deep);
}

.bluwha-header__mega-list {
    list-style: none;
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.bluwha-header__mega-list--depth-2 {
    margin-top: 8px;
    padding-left: 14px;
    border-left: 1px solid rgba(11, 124, 71, 0.16);
    gap: 6px;
}

.bluwha-header__mega-link {
    color: #5a635d;
    font-size: 15px;
    line-height: 1.55;
    transition: color 0.2s ease;
}

.bluwha-header__mega-item.is-current > .bluwha-header__mega-link,
.bluwha-header__mega-link:hover,
.bluwha-header__mega-link:focus {
    color: var(--bluwha-header-green);
}

.bluwha-header__mega-item--depth-2 > .bluwha-header__mega-link {
    font-size: 14px;
    color: #7a827d;
}

.bluwha-header__toggle {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 54px;
    height: 54px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.bluwha-header__toggle-line {
    display: block;
    width: 26px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.24s ease, opacity 0.24s ease;
}

.bluwha-mobile-nav-open .bluwha-header__toggle-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.bluwha-mobile-nav-open .bluwha-header__toggle-line:nth-child(2) {
    opacity: 0;
}

.bluwha-mobile-nav-open .bluwha-header__toggle-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.bluwha-header__backdrop {
    position: fixed;
    inset: 0;
    background: rgba(4, 11, 8, 0.54);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 9997;
}

.bluwha-header__drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: min(440px, 100%);
    height: 100vh;
    background: #fff;
    color: #111714;
    transform: translateX(-100%);
    transition: transform 0.34s ease;
    overflow-y: auto;
    box-shadow: 24px 0 60px rgba(6, 32, 17, 0.18);
    z-index: 9998;
}

.bluwha-header__drawer-inner {
    padding: 98px 24px 34px;
}

.bluwha-header__drawer-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.bluwha-header__drawer-brand .bluwha-header__brand-text {
    color: var(--bluwha-header-dark);
    font-size: 30px;
}

.bluwha-header__drawer-brand .bluwha-header__brand-image {
    max-width: 220px;
    max-height: 42px;
}

.bluwha-header__brand-link--drawer {
    display: inline-flex;
    align-items: center;
    min-height: 60px;
}

.bluwha-header__brand-image--drawer-logo {
    width: auto;
    max-width: min(300px, calc(100vw - 96px));
    max-height: 65px;
    object-fit: contain;
}

.bluwha-header__drawer-close {
    position: relative;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    flex: 0 0 auto;
}

.bluwha-header__drawer-close span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 2px;
    background: #222;
    transform-origin: center;
}

.bluwha-header__drawer-close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.bluwha-header__drawer-close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.bluwha-header__drawer-utility {
    margin: 26px 0 18px;
    padding: 18px 0;
    border-top: 1px solid #e6ebe8;
    border-bottom: 1px solid #e6ebe8;
    display: grid;
    gap: 12px;
}

.bluwha-header__drawer-utility .bluwha-header__utility-menu {
    gap: 12px 18px;
}

.bluwha-header__drawer-utility .bluwha-header__utility-menu a {
    color: #4f5953;
    opacity: 1;
}

.bluwha-header__mobile-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
}

.bluwha-header__mobile-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    border-bottom: 1px solid #e8ece9;
}

.bluwha-header__mobile-link {
    display: block;
    padding: 16px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: #131a16;
}

.bluwha-header__mobile-item.is-current > .bluwha-header__mobile-row > .bluwha-header__mobile-link {
    color: var(--bluwha-header-green);
}

.bluwha-header__mobile-expand {
    position: relative;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.bluwha-header__mobile-expand::before,
.bluwha-header__mobile-expand::after {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: 16px;
    height: 2px;
    border-radius: 999px;
    background: var(--bluwha-header-green);
    transition: transform 0.24s ease, opacity 0.24s ease;
}

.bluwha-header__mobile-expand::after {
    transform: rotate(90deg);
}

.bluwha-header__mobile-expand[aria-expanded="true"]::after {
    opacity: 0;
}

.bluwha-header__mobile-submenu {
    padding-left: 18px;
}

.bluwha-header__mobile-list--depth-1 .bluwha-header__mobile-link,
.bluwha-header__mobile-list--depth-2 .bluwha-header__mobile-link {
    padding: 12px 0;
    font-size: 15px;
    font-weight: 500;
    color: #57615b;
}

.bluwha-header__mobile-list--depth-1 > .bluwha-header__mobile-item > .bluwha-header__mobile-row,
.bluwha-header__mobile-list--depth-2 > .bluwha-header__mobile-item > .bluwha-header__mobile-row {
    border-bottom: 0;
}

body.bluwha-mobile-nav-open {
    overflow: hidden;
}

body.bluwha-mobile-nav-open .bluwha-header__backdrop {
    opacity: 1;
    pointer-events: auto;
}

body.bluwha-mobile-nav-open .bluwha-header__drawer {
    transform: translateX(0);
}

body.admin-bar .bluwha-header {
    top: 32px;
}

body.admin-bar .bluwha-header__drawer,
body.admin-bar .bluwha-header__backdrop {
    top: 32px;
    height: calc(100vh - 32px);
}

@media (max-width: 1280px) {
    :root {
        --bluwha-header-side-padding: 24px;
    }

    .bluwha-header__utility-menu {
        gap: 18px;
    }

    .bluwha-header__top-link {
        font-size: 17px;
    }
}

@media (max-width: 1100px) {
    :root {
        --bluwha-header-side-padding: 18px;
    }

    .bluwha-header__brand-image {
        max-width: min(250px, 30vw);
    }

    .bluwha-header__top-link {
        font-size: 16px;
    }

    .bluwha-header__mega-inner {
        gap: 20px;
    }
}

@media (max-width: 1024px) {
    :root {
        --bluwha-header-top-height: 82px;
        --bluwha-header-total-height: var(--bluwha-header-top-height);
    }

    .bluwha-header__shell {
        background: rgba(10, 18, 13, 0.28);
    }

    .bluwha-header.is-solid .bluwha-header__shell,
    body.bluwha-mobile-nav-open .bluwha-header .bluwha-header__shell {
        background: linear-gradient(180deg, rgba(7, 90, 51, 0.98) 0%, rgba(11, 124, 71, 0.98) 100%);
    }

    .bluwha-header__utility {
        min-height: var(--bluwha-header-top-height);
        grid-template-columns: 54px minmax(0, 1fr) 54px;
        gap: 12px;
    }

    .bluwha-header__utility-left,
    .bluwha-header__utility-right,
    .bluwha-header__primary,
    .bluwha-header__mega {
        display: none !important;
    }

    .bluwha-header__toggle {
        display: inline-flex;
        justify-self: start;
    }

    .bluwha-header__brand {
        grid-column: 2;
    }

    .bluwha-header__brand-link {
        min-height: 48px;
    }

    .bluwha-header__brand-image {
        max-width: min(230px, 52vw);
        max-height: 42px;
    }

    .bluwha-header__brand-text {
        font-size: clamp(24px, 7vw, 34px);
    }
}

@media (max-width: 782px) {
    body.admin-bar .bluwha-header {
        top: 46px;
    }

    body.admin-bar .bluwha-header__drawer,
    body.admin-bar .bluwha-header__backdrop {
        top: 46px;
        height: calc(100vh - 46px);
    }
}

@media (max-width: 640px) {
    .bluwha-header__drawer-inner {
        padding-left: 18px;
        padding-right: 18px;
    }

    .bluwha-header__mobile-link {
        font-size: 17px;
    }
}

/* GreenCos reference header refinement */
:root {
    --bluwha-header-green: #71afd6;
    --bluwha-header-green-deep: #71afd6;
    --bluwha-header-dark: #222222;
    --bluwha-header-max-width: 1050px;
    --bluwha-header-menu-item-width: 160px;
    --bluwha-header-top-height: 110px;
    --bluwha-header-nav-height: 63px;
    --bluwha-header-total-height: calc(var(--bluwha-header-top-height) + var(--bluwha-header-nav-height));
    --bluwha-header-side-padding: 30px;
}

.bluwha-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    color: #fff;
    transform: none;
    transition: none;
    will-change: auto;
}

.bluwha-header.is-hidden {
    transform: none;
}

.bluwha-header__shell {
    position: relative;
    padding: 0 var(--bluwha-header-side-padding);
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.bluwha-header.is-open .bluwha-header__shell {
    background: linear-gradient(180deg, #8cc6eb 0%, #70aed5 100%);
}

.bluwha-header.is-scrolled .bluwha-header__shell {
    background: linear-gradient(180deg, #8cc6eb 0%, #70aed5 100%);
    box-shadow: -4px 2px 8px rgba(58, 58, 58, 0.3);
}

.bluwha-header.is-fixed .bluwha-header__shell {
    background: #fff;
    box-shadow: -4px 2px 8px rgba(58, 58, 58, 0.3);
}

.bluwha-header__utility {
    position: relative;
    width: 100%;
    min-height: var(--bluwha-header-top-height);
    max-width: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}

.bluwha-header__utility-left,
.bluwha-header__utility-right {
    flex: 0 0 325px;
    min-width: 0;
}

.bluwha-header__utility-right {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}

.bluwha-header__utility-menu {
    gap: 0;
    flex-wrap: nowrap;
}

.bluwha-header__utility-menu > li:not(:last-child) {
    margin-right: 40px;
}

.bluwha-header__utility-right .bluwha-header__utility-menu > li:not(:last-child) {
    margin-right: 38px;
}

.bluwha-header__utility-menu a {
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    opacity: 1;
    color: rgba(255, 255, 255, 0.7) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
}

.bluwha-header__utility-menu a:hover,
.bluwha-header__utility-menu a:focus,
.bluwha-header__utility-item.is-lang a {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}

.bluwha-header.is-fixed .bluwha-header__utility-menu a {
    color: #71afd6 !important;
    -webkit-text-fill-color: #71afd6;
}

.bluwha-header__utility-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
}

.bluwha-header__utility-icon--inquiry {
    width: 13px;
    flex-basis: 13px;
}

.bluwha-header__utility-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.bluwha-header__utility-item.is-lang a::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: -1px;
    border-right: 1.6px solid currentColor;
    border-bottom: 1.6px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    box-sizing: border-box;
}

.bluwha-header__mobile-lang {
    display: none;
}

.bluwha-header__brand {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 270px;
    justify-content: center;
}

.bluwha-header__brand-link {
    min-height: 46px;
}

.bluwha-header__brand-image {
    width: auto;
    max-width: 270px;
    max-height: 46px;
    filter: none;
    transform: none;
}

.bluwha-header__brand-text {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}

.bluwha-header.is-fixed .bluwha-header__brand-text {
    color: #1f1f1f !important;
    -webkit-text-fill-color: #1f1f1f;
}

.bluwha-header__primary {
    border-top: 0;
}

.bluwha-header__primary-inner {
    width: min(100%, var(--bluwha-header-max-width));
    padding: 0;
}

.bluwha-header__menu {
    display: flex;
    grid-template-columns: none;
    justify-content: center;
}

.bluwha-header__top-item {
    flex: 0 1 var(--bluwha-header-menu-item-width);
    max-width: var(--bluwha-header-menu-item-width);
}

.bluwha-header__top-link {
    width: 100%;
    min-height: var(--bluwha-header-nav-height);
    padding: 17px 0 10px;
    font-size: 19px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.025em;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.bluwha-header.is-fixed .bluwha-header__top-link {
    color: #222222 !important;
    -webkit-text-fill-color: #222222;
}

.bluwha-header__top-link::after {
    content: none !important;
    display: none !important;
}

.bluwha-header__top-link-label {
    position: relative;
    display: inline-block;
    line-height: 1;
}

.bluwha-header__top-link-label::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 100%;
    height: 2px;
    opacity: 0;
    background: #fff;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.bluwha-header.is-fixed .bluwha-header__top-link-label::after {
    background: #71afd6;
}

.bluwha-header__top-item:hover > .bluwha-header__top-link .bluwha-header__top-link-label::after,
.bluwha-header__top-item.is-hovered > .bluwha-header__top-link .bluwha-header__top-link-label::after {
    opacity: 1;
    transform: scaleX(1);
}

.bluwha-header__mega {
    background: #e3f1fb;
    color: #222;
    border-top: 0;
    border-bottom: 0;
    box-shadow: none;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: none;
    visibility: hidden;
    pointer-events: none;
    transition: max-height 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
}

.bluwha-header.is-open .bluwha-header__mega {
    max-height: 360px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

@media (min-width: 1081px) {
    .bluwha-header__primary {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        transform: translateY(-10px);
        transition: max-height 0.28s ease, opacity 0.22s ease, transform 0.28s ease;
    }

    .bluwha-header:hover .bluwha-header__shell,
    .bluwha-header:focus-within .bluwha-header__shell,
    .bluwha-header.is-open .bluwha-header__shell {
        background: linear-gradient(180deg, #8cc6eb 0%, #70aed5 100%);
    }

    .bluwha-header:hover .bluwha-header__primary,
    .bluwha-header:focus-within .bluwha-header__primary,
    .bluwha-header.is-open .bluwha-header__primary {
        max-height: 96px;
        opacity: 1;
        overflow: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .bluwha-header__mega[hidden] {
        display: block;
    }

    .bluwha-header:has(.bluwha-header__top-item:hover) .bluwha-header__shell,
    .bluwha-header:has(.bluwha-header__top-item:focus-within) .bluwha-header__shell,
    .bluwha-header:has(.bluwha-header__mega:hover) .bluwha-header__shell,
    .bluwha-header:has(.bluwha-header__mega:focus-within) .bluwha-header__shell {
        background: linear-gradient(180deg, #8cc6eb 0%, #70aed5 100%);
    }

    .bluwha-header:has(.bluwha-header__top-item:hover) .bluwha-header__mega,
    .bluwha-header:has(.bluwha-header__top-item:focus-within) .bluwha-header__mega,
    .bluwha-header:has(.bluwha-header__mega:hover) .bluwha-header__mega,
    .bluwha-header:has(.bluwha-header__mega:focus-within) .bluwha-header__mega {
        max-height: 360px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

.bluwha-header__mega-inner {
    display: flex;
    justify-content: center;
    width: min(100%, var(--bluwha-header-max-width));
    padding: 0;
    gap: 0;
}

.bluwha-header__mega-column {
    flex: 0 0 var(--bluwha-header-menu-item-width);
    max-width: var(--bluwha-header-menu-item-width);
    min-width: var(--bluwha-header-menu-item-width);
    padding: 50px 0;
    transition: background-color 0.3s ease;
}

.bluwha-header__mega-column.is-hovered {
    background: #d3e9f8;
}

.bluwha-header__mega-title {
    display: none;
}

.bluwha-header__mega-list {
    gap: 0;
}

.bluwha-header__mega-item {
    text-align: center;
    width: 100%;
}

.bluwha-header__mega-list--depth-2 {
    margin-top: 0;
    padding-left: 0;
    border-left: 0;
    gap: 0;
}

.bluwha-header__mega-link {
    display: block;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    color: #2f3b45;
    font-size: 16px;
    line-height: 3;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.bluwha-header__mega-item.is-current > .bluwha-header__mega-link,
.bluwha-header__mega-link:hover,
.bluwha-header__mega-link:focus {
    color: #fff;
    background: #70aed5;
}

.bluwha-header__mega-item--depth-2 > .bluwha-header__mega-link {
    font-size: 15px;
    color: #2f3b45;
}

.bluwha-header__backdrop {
    background: rgba(0, 0, 0, 0.38);
}

.bluwha-header__drawer {
    left: 0;
    width: 400px;
    max-width: 100%;
    background: #fff;
    color: #222;
    box-shadow: none;
    transform: translateX(-100%);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.bluwha-header__drawer-inner {
    padding: 20px;
}

.bluwha-header__drawer-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 16px;
}

.bluwha-header__drawer-brand .bluwha-header__brand-text {
    color: #222;
    font-size: 34px;
}

.bluwha-header__drawer-brand .bluwha-header__brand-image--drawer-logo {
    max-width: min(300px, calc(100vw - 96px));
    max-height: 65px;
}

.bluwha-header__drawer-utility {
    margin: 0 0 20px;
    padding: 16px 0 0;
    border-top: 0;
    border-bottom: 0;
}

.bluwha-header__drawer-utility .bluwha-header__utility-menu {
    flex-wrap: wrap;
    gap: 12px 14px;
}

.bluwha-header__drawer-utility .bluwha-header__utility-menu > li {
    margin-right: 0 !important;
}

.bluwha-header__drawer-utility .bluwha-header__utility-menu a {
    color: #666;
    font-size: 14px;
}

.bluwha-header__mobile-list {
    gap: 0;
}

.bluwha-header__mobile-row {
    display: block;
    border-bottom: 1px solid #ddd;
}

.bluwha-header__mobile-link {
    padding: 14px 24px 14px 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.6;
    color: #222;
}

.bluwha-header__mobile-link--toggle {
    cursor: pointer;
}

.bluwha-header__mobile-link--toggle[aria-expanded="true"] {
    color: var(--bluwha-header-green);
}

.bluwha-header__mobile-expand {
    position: absolute;
    right: 0;
    top: 50%;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
}

.bluwha-header__mobile-item {
    position: relative;
}

.bluwha-header__mobile-expand::before,
.bluwha-header__mobile-expand::after {
    left: 2px;
    right: 2px;
    top: 10px;
    background: #666;
}

.bluwha-header__mobile-submenu {
    padding-left: 5px;
    display: grid;
}

.bluwha-header__mobile-list--depth-1 .bluwha-header__mobile-link,
.bluwha-header__mobile-list--depth-2 .bluwha-header__mobile-link {
    padding: 8px 0 8px 5px;
    font-size: 15px;
    font-weight: 400;
    color: #999;
}

.bluwha-header__mobile-list--depth-1 > .bluwha-header__mobile-item > .bluwha-header__mobile-row,
.bluwha-header__mobile-list--depth-2 > .bluwha-header__mobile-item > .bluwha-header__mobile-row {
    border-bottom: 0;
}

@media (max-width: 1280px) {
    :root {
        --bluwha-header-side-padding: 20px;
    }

    .bluwha-header__utility-left,
    .bluwha-header__utility-right {
        flex-basis: 290px;
    }

    .bluwha-header__brand {
        width: 198px;
    }

    .bluwha-header__brand-image {
        max-width: 198px;
    }

    .bluwha-header__brand-text {
        font-size: 36px;
    }

    .bluwha-header__utility-menu > li:not(:last-child) {
        margin-right: 20px;
    }

    .bluwha-header__utility-right .bluwha-header__utility-menu > li:not(:last-child) {
        margin-right: 20px;
    }

    .bluwha-header__utility-menu a {
        font-size: 14px;
    }
}

body.home .bwgc-main_visual,
body.home .bwgc-main_visual .bwgc-video_wrap {
    position: relative !important;
    overflow: hidden !important;
    height: min(56.25vw, 860px) !important;
    min-height: 0 !important;
}

body.home .elementor.elementor-344 {
    margin-top: 0 !important;
}

body.home .bwgc-main_visual .bwgc-video_wrap > .elementor-widget-video,
body.home .bwgc-main_visual .bwgc-video_wrap .elementor-wrapper {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

body.home .bwgc-main_visual .bwgc-video_wrap iframe,
body.home .bwgc-main_visual .bwgc-video_wrap .elementor-video {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
}

body.home .bwgc-main_visual .bwgc-video_wrap .bwgc-hero-video-widget,
body.home .bwgc-main_visual .bwgc-video_wrap .bwgc-hero-video-widget .elementor-widget-container {
    width: 100% !important;
    height: 100% !important;
}

body.home .bwgc-main_visual .bwgc-video_wrap .bluwha-home-hero-media {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    background: #000 !important;
}

body.home .bwgc-center_wrap {
    display: grid !important;
    grid-template-columns: minmax(0, 60%) minmax(0, 40%) !important;
    align-items: flex-start;
    column-gap: 0 !important;
    row-gap: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative !important;
}

body.home .bwgc-center_wrap .img_wrap {
    grid-column: 1;
    grid-row: 1;
    float: none !important;
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    position: relative !important;
    z-index: 1;
    padding-bottom: 0 !important;
}

body.home .bwgc-center_wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: -141px;
    width: 480px;
    height: 126px;
    background: #c6e3f5;
    display: block !important;
    z-index: 0;
}

body.home .bwgc-center_wrap .main_title {
    grid-column: 2;
    grid-row: 1;
    float: none !important;
    width: 100% !important;
    padding-left: 50px !important;
    padding-right: 150px !important;
    text-align: right !important;
    box-sizing: border-box;
    margin-top: 48px !important;
}

body.home .bwgc-center_wrap .img_wrap::after {
    content: none !important;
    display: none !important;
}

body.home .bwgc-center_wrap .bwgc-media-row--center {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: start;
    gap: 15px !important;
    row-gap: 15px !important;
    column-gap: 15px !important;
    margin-top: 15px !important;
}

body.home .bwgc-infra_wrap .img_wrap {
    grid-column: 2;
    grid-row: 1;
    float: none !important;
    width: 100% !important;
    max-width: 100%;
    position: relative !important;
    z-index: 1;
    overflow: visible !important;
    padding-bottom: 0 !important;
}

body.home .bwgc-infra_wrap {
    display: grid !important;
    grid-template-columns: minmax(0, 45%) minmax(0, 55%) !important;
    align-items: start;
    column-gap: 0 !important;
    row-gap: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    position: relative !important;
}

body.home .bwgc-infra_wrap .right {
    grid-column: 1;
    grid-row: 1;
    float: none !important;
    position: relative !important;
    min-height: 790px !important;
    padding-left: 150px !important;
    box-sizing: border-box;
}

body.home .bwgc-center_wrap .main_title h2,
body.home .bwgc-infra_wrap .right .main_title h2 {
    white-space: nowrap !important;
}

body.home .bwgc-infra_wrap .right .main_title {
    margin-top: 48px !important;
}

body.home .bwgc-infra_wrap .right .img_li {
    display: none !important;
}

body.home .bwgc-infra_wrap .right::after {
    content: none !important;
    display: none !important;
}

body.home .bwgc-infra_wrap::before {
    content: none !important;
    display: none !important;
}

body.home .bwgc-infra_wrap .img_wrap > * {
    position: relative;
    z-index: 1;
}

body.home .bwgc-infra_wrap .img_wrap::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 36.666%;
    height: 300px;
    background: #c6e3f5;
    display: block !important;
    z-index: 0;
}

body.home .bwgc-infra_wrap .img_wrap::after {
    content: none !important;
    display: none !important;
}

body.home .bwgc-center_wrap .bwgc-media-card,
body.home .bwgc-infra_wrap .bwgc-media-card {
    line-height: 0;
}

body.home .bwgc-center_wrap .bwgc-media-card img,
body.home .bwgc-infra_wrap .bwgc-media-card img {
    display: block;
    width: 100%;
    height: auto;
}

body.home .bwgc-infra_wrap .bwgc-infra-gallery-row {
    grid-column: 1 / span 2;
    grid-row: 2;
    clear: none;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    width: 100% !important;
    gap: 15px !important;
    row-gap: 15px !important;
    column-gap: 15px !important;
    margin-top: 15px !important;
    position: relative !important;
    z-index: 2;
}

body.home .bwgc-infra_wrap .bwgc-infra-gallery-row::before {
    content: none !important;
    display: none !important;
}

body.home .bwgc-infra_wrap .bwgc-infra-accent {
    grid-column: 1 / span 2;
    align-self: stretch;
    width: 100%;
    height: 100%;
    background: #c6e3f5 !important;
    display: block !important;
}

body.home .bwgc-box_layout {
    clear: both;
    margin-top: 250px !important;
    padding: 0 120px !important;
    background: transparent !important;
    box-sizing: border-box;
    position: relative !important;
    z-index: 1;
}

body.home .bwgc-box_layout::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -70px;
    width: 100vw;
    height: 340px;
    transform: translateX(-50%);
    background: #c6e3f5;
    display: block !important;
    z-index: -1;
}

body.home .bwgc-box_layout > li,
body.home .bwgc-box_layout > div {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
}

body.home .bwgc-box_layout > li.half,
body.home .bwgc-box_layout > div.half {
    height: calc((578px - 25px) / 2) !important;
}

body.home .bwgc-box_layout .bwgc-box-content {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

body.home .bwgc-box_layout .bwgc-box-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

body.home .bwgc-box_layout .elementor-widget-text-editor,
body.home .bwgc-box_layout .elementor-widget-text-editor .elementor-widget-container {
    height: 100%;
    position: absolute;
    inset: 0;
    width: 100%;
}

body.home .bwgc-box_layout .bwgc-box-content p,
body.home .bwgc-box_layout .bwgc-box-content h3 {
    color: #fff !important;
}

body.home .bwgc-box_layout .bwgc-box-content h3 {
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 50px;
    margin: 0 !important;
    font-size: 44px;
    line-height: 1.15;
}

body.home .bwgc-box_layout .bwgc-box-content p {
    position: absolute;
    z-index: 1;
    top: 118px;
    left: 50px;
    margin: 0 !important;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    opacity: 1 !important;
}

body.home .bwgc-box_layout .bwgc-box-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 1;
    min-width: 220px !important;
    padding: 18px 32px !important;
    border: 1px solid #fff !important;
    border-radius: 20px !important;
    background: transparent !important;
    color: #fff !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    transition: background 0.24s ease, color 0.24s ease, border-color 0.24s ease !important;
}

body.home .bwgc-box_layout > li.bwgc-box-item--product .bwgc-box-content .bwgc-box-cta,
body.home .bwgc-box_layout > div.bwgc-box-item--product .bwgc-box-content .bwgc-box-cta {
    position: absolute;
    right: 50px;
    bottom: 100px;
}

body.home .bwgc-box_layout > li.bwgc-box-item--product .bwgc-box-content,
body.home .bwgc-box_layout > div.bwgc-box-item--product .bwgc-box-content,
body.home .bwgc-box_layout > li.bwgc-box-item--partner .bwgc-box-content,
body.home .bwgc-box_layout > div.bwgc-box-item--partner .bwgc-box-content,
body.home .bwgc-box_layout > li.bwgc-box-item--contact .bwgc-box-content,
body.home .bwgc-box_layout > div.bwgc-box-item--contact .bwgc-box-content {
    padding: 30px !important;
    box-sizing: border-box !important;
}

body.home .bwgc-box_layout > li.bwgc-box-item--partner .bwgc-box-content .bwgc-box-cta,
body.home .bwgc-box_layout > div.bwgc-box-item--partner .bwgc-box-content .bwgc-box-cta,
body.home .bwgc-box_layout > li.bwgc-box-item--contact .bwgc-box-content .bwgc-box-cta,
body.home .bwgc-box_layout > div.bwgc-box-item--contact .bwgc-box-content .bwgc-box-cta {
    position: absolute;
    margin-top: 0 !important;
    right: 50px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

body.home .bwgc-box_layout .bwgc-box-cta i {
    color: inherit !important;
    font-style: normal !important;
}

body.home .bwgc-box_layout .bwgc-box-cta img {
    display: none !important;
}

body.home .bwgc-box_layout .bwgc-box-cta:hover,
body.home .bwgc-box_layout .bwgc-box-cta:focus {
    background: #111 !important;
    border-color: transparent !important;
}

body.home .bwgc-center_wrap .main_title .elementor-widget-text-editor:last-child,
body.home .bwgc-infra_wrap .main_title .elementor-widget-text-editor:last-child {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

body.home .bwgc-center_wrap .main_title .elementor-widget-text-editor:last-child {
    text-align: right !important;
}

body.home .bwgc-infra_wrap .main_title .elementor-widget-text-editor:last-child {
    text-align: left !important;
}

body.home .bwgc-center_wrap .bwgc-more_a,
body.home .bwgc-infra_wrap .bwgc-more_a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 180px !important;
    padding: 18px 32px !important;
    border: 1px solid #111 !important;
    border-radius: 20px !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    transition: background 0.24s ease, color 0.24s ease, border-color 0.24s ease !important;
}

body.home .bwgc-center_wrap .bwgc-more_a span,
body.home .bwgc-infra_wrap .bwgc-more_a span {
    display: inline-block !important;
    color: inherit !important;
}

body.home .bwgc-center_wrap .bwgc-more_a img,
body.home .bwgc-infra_wrap .bwgc-more_a img {
    display: none !important;
}

body.home .bwgc-center_wrap .bwgc-more_a:hover,
body.home .bwgc-center_wrap .bwgc-more_a:focus,
body.home .bwgc-infra_wrap .bwgc-more_a:hover,
body.home .bwgc-infra_wrap .bwgc-more_a:focus {
    background: #111 !important;
    color: #fff !important;
    border-color: transparent !important;
}

@media (max-width: 1024px) {
    body.home .bwgc-main_visual,
    body.home .bwgc-main_visual .bwgc-video_wrap {
        height: min(70vw, 520px) !important;
        overflow: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    body.home .bwgc-main_visual .bwgc-video_wrap > .elementor-widget-video,
    body.home .bwgc-main_visual .bwgc-video_wrap .elementor-wrapper {
        overflow: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    body.home .bwgc-center_wrap,
    body.home .bwgc-infra_wrap {
        display: block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.home .bwgc-center_wrap::before,
    body.home .bwgc-box_layout::before {
        display: none !important;
    }

    body.home .bwgc-center_wrap .img_wrap,
    body.home .bwgc-center_wrap .main_title,
    body.home .bwgc-infra_wrap .img_wrap,
    body.home .bwgc-infra_wrap .right {
        float: none !important;
        width: 100% !important;
        transform: none !important;
    }

    body.home .bwgc-infra_wrap {
        padding-bottom: 0 !important;
    }

    body.home .bwgc-infra_wrap .right {
        min-height: auto !important;
        padding-left: 0 !important;
        text-align: left !important;
        box-sizing: border-box;
    }

    body.home .bwgc-center_wrap .main_title {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: left !important;
        box-sizing: border-box;
    }

    body.home .bwgc-center_wrap .main_title h2,
    body.home .bwgc-center_wrap .main_title p,
    body.home .bwgc-center_wrap .main_title .elementor-widget-container,
    body.home .bwgc-infra_wrap .main_title h2,
    body.home .bwgc-infra_wrap .main_title p,
    body.home .bwgc-infra_wrap .main_title .elementor-widget-container {
        text-align: left !important;
    }

    body.home .bwgc-infra_wrap .bwgc-infra-gallery-row {
        margin-left: 0 !important;
        margin-top: 20px !important;
        transform: none !important;
    }

    body.home .bwgc-infra_wrap .bwgc-infra-accent {
        display: none !important;
    }

    body.home .bwgc-center_wrap .bwgc-media-row--center,
    body.home .bwgc-infra_wrap .bwgc-infra-gallery-row,
    body.home .bwgc-center_wrap .img_wrap::before,
    body.home .bwgc-center_wrap .img_wrap::after,
    body.home .bwgc-infra_wrap .right::after,
    body.home .bwgc-infra_wrap .img_wrap::after,
    body.home .bwgc-infra_wrap .img_wrap::before,
    body.home .bwgc-box_layout::before,
    body.home .bwgc-infra_wrap::before {
        content: none !important;
        display: none !important;
    }

    body.home .bwgc-center_wrap .bwgc-media-row--center {
        display: grid !important;
        width: 100% !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    body.home .bwgc-center_wrap .bwgc-media-row--center .bwgc-media-card {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    body.home .bwgc-center_wrap .main_title .elementor-widget-text-editor:last-child,
    body.home .bwgc-infra_wrap .main_title .elementor-widget-text-editor:last-child {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }

    body.home .bwgc-center_wrap .bwgc-more_a,
    body.home .bwgc-infra_wrap .bwgc-more_a {
        min-width: 150px !important;
        padding: 14px 24px !important;
        font-size: 14px !important;
        margin-top: 6px !important;
        margin-bottom: 0 !important;
    }

    body.home .bwgc-box_layout {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.home .bwgc-box_layout > div,
    body.home .bwgc-box_layout > li {
        padding: 28px 0 !important;
    }

    body.home .bwgc-box_layout .bwgc-box-content {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
    }

    body.home .bwgc-box_layout .bwgc-box-content h3 {
        font-size: 28px !important;
        line-height: 1.08 !important;
        margin-top: 16px !important;
    }

    body.home .bwgc-box_layout .bwgc-box-content p,
    body.home .bwgc-box_layout .bwgc-box-content span i {
        font-size: 12px !important;
    }

    body.home .bwgc-box_layout .bwgc-box-content .bwgc-box-cta {
        position: static !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
        margin-top: auto !important;
        align-self: flex-start !important;
        min-width: 190px !important;
        padding: 14px 24px !important;
    }
}

@media (max-width: 767px) {
    body.home .bwgc-box_layout .bwgc-box-content {
        padding: 24px 24px 28px !important;
    }

    body.home .bwgc-box_layout .bwgc-box-content h3 {
        position: static !important;
        top: auto !important;
        left: auto !important;
        order: 1 !important;
        margin: 0 !important;
    }

    body.home .bwgc-box_layout .bwgc-box-content p {
        position: static !important;
        top: auto !important;
        left: auto !important;
        order: 2 !important;
        margin: 20px 0 0 !important;
    }

    body.home .bwgc-box_layout .bwgc-box-content .bwgc-box-cta {
        order: 3 !important;
    }

    body.home .bwgc-main_visual,
    body.home .bwgc-main_visual .bwgc-video_wrap {
        height: 56.25vw !important;
        max-height: 320px !important;
        aspect-ratio: 16 / 9 !important;
    }
}

body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__detail,
body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__detail *,
body.home.elementor-page-344 .bluwha-way-card__detail,
body.home.elementor-page-344 .bluwha-way-card__detail * {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__detail,
body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__detail *,
body.home.elementor-page-344 .bluwha-way-card__detail,
body.home.elementor-page-344 .bluwha-way-card__detail * {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__summary {
    top: 28px !important;
    left: 24px !important;
    right: 24px !important;
}

body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__summary p {
    margin-top: 10px !important;
}

body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__detail {
    left: 24px !important;
    right: 24px !important;
    bottom: 20px !important;
}

body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__detail p {
    white-space: pre-line !important;
}

@media (max-width: 767px) {
    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__filter {
        inset: 0 !important;
        height: auto !important;
        bottom: 0 !important;
    }
}

@media (max-width: 767px) {
    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card,
    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card.is-active {
        position: relative !important;
        overflow: hidden !important;
        min-height: 120px !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__image,
    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__image .elementor-widget-container,
    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__image img {
        height: 120px !important;
        transition: height 0.38s ease !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__image img {
        object-fit: cover !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card.is-active,
    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card.is-active .bluwha-way-card__image,
    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card.is-active .bluwha-way-card__image .elementor-widget-container,
    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card.is-active .bluwha-way-card__image img {
        min-height: 248px !important;
        height: 248px !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__summary {
        top: 16px !important;
        left: 16px !important;
        right: 16px !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__summary h3 {
        font-size: 24px !important;
        line-height: 1.12 !important;
        margin: 0 !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__summary p {
        margin: 10px 0 0 !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__detail {
        position: absolute !important;
        left: 16px !important;
        right: 16px !important;
        bottom: 16px !important;
        display: block !important;
        padding: 0 !important;
        background: transparent !important;
        opacity: 0 !important;
        transform: translateY(12px) !important;
        max-height: 0 !important;
        overflow: hidden !important;
        transition: max-height 0.38s ease, opacity 0.24s ease, transform 0.24s ease !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card.is-active .bluwha-way-card__detail {
        opacity: 1 !important;
        transform: translateY(0) !important;
        max-height: 120px !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__detail p {
        margin: 0 !important;
        color: #fff !important;
        font-size: 13px !important;
        line-height: 1.7 !important;
        white-space: pre-line !important;
    }
}

@media (max-width: 767px) {
    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__detail p {
        white-space: pre-line !important;
    }
}

@media (max-width: 767px) {
    body.home.elementor-page-344 .bluwha-way-card,
    body.home.elementor-page-344 .bluwha-way-card.is-active {
        overflow: hidden !important;
        transition: border-radius 0.28s ease !important;
    }

    body.home.elementor-page-344 .bluwha-way-card__detail {
        display: block !important;
        max-height: 0 !important;
        overflow: hidden !important;
        opacity: 0 !important;
        margin-top: 0 !important;
        padding: 0 16px !important;
        background: transparent !important;
        transition:
            max-height 0.38s ease,
            opacity 0.24s ease,
            padding 0.24s ease,
            margin-top 0.24s ease !important;
    }

    body.home.elementor-page-344 .bluwha-way-card.is-active .bluwha-way-card__detail {
        max-height: 220px !important;
        opacity: 1 !important;
        margin-top: 10px !important;
        padding: 0 16px 16px !important;
    }

    body.home.elementor-page-344 .bluwha-way-card__detail p {
        color: #1f1f1f !important;
    }
}

@media (max-width: 767px) {
    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__detail {
        display: block !important;
        max-height: 0 !important;
        overflow: hidden !important;
        opacity: 0 !important;
        margin-top: 0 !important;
        padding: 0 16px !important;
        background: transparent !important;
        background-color: transparent !important;
        background-image: none !important;
        transition:
            max-height 0.38s ease,
            opacity 0.24s ease,
            padding 0.24s ease,
            margin-top 0.24s ease !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card.is-active .bluwha-way-card__detail {
        display: block !important;
        max-height: 220px !important;
        opacity: 1 !important;
        margin-top: 10px !important;
        padding: 0 16px 16px !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__detail p {
        color: #1f1f1f !important;
    }
}

body.home.elementor-page-344 .bluwha-way-showcase-section {
    margin-top: 110px !important;
    margin-bottom: 0 !important;
}

body.home.elementor-page-344 .bluwha-way-showcase-section + .bwgc-section,
body.home.elementor-page-344 .bwgc-section + .bwgc-section {
    margin-top: 0 !important;
}

body.home.elementor-page-344 .bluwha-way-showcase {
    width: 100% !important;
    margin: 0 !important;
    padding: 96px 0 48px !important;
    background: #c6e3f5 !important;
    box-sizing: border-box !important;
}

body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-cards,
body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-showcase__inner {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 4px !important;
    row-gap: 4px !important;
    column-gap: 4px !important;
}

body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card {
    position: relative !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    min-height: 420px !important;
    overflow: hidden !important;
    background: #dbe2e8 !important;
    cursor: pointer !important;
    transition: flex 0.42s ease, transform 0.42s ease !important;
    isolation: isolate !important;
}

body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card.is-active {
    flex: 2.24 1 0 !important;
}

body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-cards.has-active .bluwha-way-card:not(.is-active),
body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-showcase__inner.has-active .bluwha-way-card:not(.is-active) {
    flex: 0.88 1 0 !important;
}

body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__image,
body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__image .elementor-widget-container {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    line-height: 0 !important;
    font-size: 0 !important;
}

body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__image img {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    width: auto !important;
    min-width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: translateX(-50%) !important;
    transition: none !important;
}

body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__filter {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0.14) !important;
    z-index: 1 !important;
    transition: background 0.35s ease !important;
}

body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__summary {
    position: absolute !important;
    top: 34px !important;
    left: 24px !important;
    right: 24px !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__title,
body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__title h3 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 36px !important;
    line-height: 1.12 !important;
    font-weight: 700 !important;
    word-break: keep-all !important;
}

body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__subtitle p {
    margin: 12px 0 0 !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em !important;
    font-weight: 600 !important;
}

body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__detail {
    position: absolute !important;
    left: 24px !important;
    right: 24px !important;
    bottom: 20px !important;
    z-index: 2 !important;
    opacity: 0 !important;
    transform: translateY(18px) !important;
    transition: opacity 0.3s ease, transform 0.3s ease !important;
    pointer-events: none !important;
}

body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__detail p {
    margin: 0 !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    word-break: keep-all !important;
}

@media (min-width: 768px) {
    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card.is-active .bluwha-way-card__filter,
    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card:focus-within .bluwha-way-card__filter {
        background: rgba(0, 0, 0, 0.48) !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card.is-active .bluwha-way-card__detail,
    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card:focus-within .bluwha-way-card__detail {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
}

body.page-id-807 #certification_board_box {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

body.page-id-807 #certification_form_board_search,
body.page-id-807 #certification_form_board_list {
    width: min(var(--bluwha-content-max-width), calc(100% - 80px)) !important;
    max-width: min(var(--bluwha-content-max-width), calc(100% - 80px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.page-id-807 #certification_form_board_search {
    position: relative;
    padding-top: 170px;
}

body.page-id-807 #certification_form_board_search::before {
    content: "연구성과";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 54px;
    line-height: 1.2;
    color: #1f1f1f;
    font-weight: 700;
    letter-spacing: -0.04em;
}

html[lang^="en"] body.page-id-807 #certification_form_board_search::before {
    content: "R&D";
    letter-spacing: 0;
}

body.page-id-807 #certification_form_board_search::after {
    content: "";
    position: absolute;
    top: 106px;
    left: 50%;
    width: 1px;
    height: 58px;
    transform: translateX(-50%);
    background: rgba(31, 31, 31, 0.22);
}

body.page-id-807 #certification_form_board_search .list-head,
body.page-id-807 #certification_form_board_list > .list-head {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 50px !important;
    text-align: left !important;
}

body.page-id-807 #certification_board_box .gallery-list-body {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 36px 28px !important;
}

body.page-id-807 #certification_board_box .gallery-list-head,
body.page-id-807 #certification_board_box .list-search,
body.page-id-807 #certification_form_board_search .list-search,
body.page-id-807 #certification_form_board_list > .list-head .list-search {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 50px !important;
    text-align: left !important;
}

body.page-id-807 #certification_board_box .list-search,
body.page-id-807 #certification_form_board_search .list-search,
body.page-id-807 #certification_form_board_list > .list-head .list-search {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    float: none !important;
}

body.page-id-807 #certification_board_box .list-search *,
body.page-id-807 #certification_form_board_search .list-search *,
body.page-id-807 #certification_form_board_list > .list-head .list-search * {
    float: none !important;
}

body.page-id-807 #certification_board_box .list-btn,
body.page-id-807 #certification_board_box .btn-write {
    display: none !important;
}

body.page-id-807 #certification_btn_box,
body.page-id-807 #certification_btn_box .btn-write {
    display: none !important;
}

body.page-id-807 #certification_board_box .gallery-item-box {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.page-id-807 #certification_board_box .gallery-item-wrap {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

body.page-id-807 #certification_board_box .gallery-item-img,
body.page-id-807 #certification_board_box .gallery-item-img > a,
body.page-id-807 #certification_board_box .gallery-item-img .img {
    display: block !important;
    width: 100% !important;
}

body.page-id-807 #certification_board_box .gallery-item-img {
    aspect-ratio: 83 / 120 !important;
    overflow: hidden !important;
}

body.page-id-807 #certification_board_box .gallery-item-img > a {
    height: 100% !important;
}

body.page-id-807 #certification_board_box .gallery-item-img .img {
    height: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
}

body.page-id-807 #certification_board_box .gallery-item-img img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

body.page-id-807 #certification_board_box .gallery-title {
    margin-top: 16px !important;
}

body.page-id-807 #certification_board_box .gallery-item-img > a,
body.page-id-807 #certification_board_box .gallery-title a,
body.page-id-807 #certification_board_box .gallery-title span {
    display: block !important;
}

body.page-id-807 #certification_board_box .gallery-item-img > a,
body.page-id-807 #certification_board_box .gallery-title a {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
}

body.page-id-807 #certification_board_box .gallery-date,
body.page-id-807 #certification_board_box .gallery-name {
    display: none !important;
}

@media (max-width: 767px) {
    body.page-id-807 #certification_board_box {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.page-id-807 #certification_form_board_search,
    body.page-id-807 #certification_form_board_list,
    body.page-id-807 #certification_form_board_list > .list-head {
        width: calc(100% - 36px) !important;
        max-width: calc(100% - 36px) !important;
    }

    body.page-id-807 #certification_form_board_search {
        padding-top: 120px;
    }

    body.page-id-807 #certification_form_board_search::before {
        font-size: 30px;
    }

    body.page-id-807 #certification_form_board_search::after {
        top: 58px;
        height: 36px;
    }

    body.page-id-807 #certification_form_board_search .list-head,
    body.page-id-807 #certification_form_board_list > .list-head {
        margin-bottom: 32px !important;
    }

    body.page-id-807 #certification_board_box .gallery-list-body {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 24px 16px !important;
    }

    body.page-id-807 #certification_board_box .gallery-list-head,
    body.page-id-807 #certification_board_box .list-search {
        margin-bottom: 32px !important;
    }

    body.page-id-807 #certification_board_box .gallery-title {
        margin-top: 12px !important;
    }
}

body.page-id-812 #certification_board_box .gallery-list-body {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 48px 28px !important;
}

body.page-id-812 #certification_board_box .gallery-item-box {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.page-id-812 #certification_board_box .gallery-item-wrap {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

body.page-id-812 #certification_board_box .gallery-item-img,
body.page-id-812 #certification_board_box .gallery-item-img > a,
body.page-id-812 #certification_board_box .gallery-item-img .img {
    display: block !important;
    width: 100% !important;
}

body.page-id-812 #certification_board_box .gallery-item-img {
    aspect-ratio: 83 / 120 !important;
    overflow: hidden !important;
}

body.page-id-812 #certification_board_box .gallery-item-img > a {
    height: 100% !important;
}

body.page-id-812 #certification_board_box .gallery-item-img .img {
    height: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
}

body.page-id-812 #certification_board_box .gallery-item-img img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

body.page-id-812 #certification_board_box .gallery-title {
    margin-top: 16px !important;
}

body.page-id-812 #certification_board_box .gallery-item-img > a,
body.page-id-812 #certification_board_box .gallery-title a,
body.page-id-812 #certification_board_box .gallery-title span {
    display: block !important;
}

body.page-id-812 #certification_board_box .gallery-item-img > a,
body.page-id-812 #certification_board_box .gallery-title a {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
}

body.page-id-812 #certification_board_box .gallery-date,
body.page-id-812 #certification_board_box .gallery-name {
    display: none !important;
}

@media (max-width: 767px) {
    body.page-id-812 #certification_board_box .gallery-list-body {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 24px 16px !important;
    }

    body.page-id-812 #certification_board_box .gallery-title {
        margin-top: 12px !important;
    }
}

@media (max-width: 767px) {
    body.home.elementor-page-344 .bluwha-way-showcase-section {
        margin-top: 44px !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase-section + .bwgc-section,
    body.home.elementor-page-344 .bwgc-section + .bwgc-section {
        margin-top: 0 !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase {
        padding: 42px 20px 24px !important;
    }

    body.home.elementor-page-344 .bwgc-section .bwgc-box_layout.bwgc-box_layout {
        --width: 100% !important;
        --content-width: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-cards,
    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-showcase__inner {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card {
        min-height: 0 !important;
        overflow: visible !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__image,
    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__image .elementor-widget-container {
        position: relative !important;
        inset: auto !important;
        height: 250px !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__image img {
        height: 250px !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__filter {
        bottom: auto !important;
        height: 250px !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__summary {
        top: 16px !important;
        left: 16px !important;
        right: 16px !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__title,
    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__title h3 {
        font-size: 24px !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__subtitle p {
        margin-top: 8px !important;
        font-size: 11px !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__detail {
        position: static !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        display: none !important;
        opacity: 1 !important;
        transform: none !important;
        padding: 16px !important;
        background: #111 !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card.is-active .bluwha-way-card__detail {
        display: block !important;
    }
}

@media (max-width: 1080px) {
    :root {
        --bluwha-header-top-height: 94px;
        --bluwha-header-total-height: var(--bluwha-header-top-height);
    }

    .bluwha-header__shell {
        padding: 0 30px;
    }

    .bluwha-header__utility {
        min-height: var(--bluwha-header-top-height);
        display: grid;
        grid-template-columns: 54px minmax(0, 1fr) 54px;
        gap: 0;
    }

    .bluwha-header__utility-left,
    .bluwha-header__primary,
    .bluwha-header__mega {
        display: none !important;
    }

    .bluwha-header__utility-right {
        display: none !important;
    }

    .bluwha-header__utility-right .bluwha-header__utility-menu > li {
        display: none;
        margin-right: 0 !important;
    }

    .bluwha-header__utility-right .bluwha-header__utility-menu > li.is-lang {
        display: block;
    }

    .bluwha-header__utility-right .bluwha-header__utility-menu a {
        color: #fff;
        font-size: 22px;
    }

    .bluwha-header.is-fixed .bluwha-header__utility-right .bluwha-header__utility-menu a {
        color: #71afd6;
    }

    .bluwha-header__utility-right .bluwha-header__utility-icon--globe {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
    }

    .bluwha-header__mobile-lang {
        grid-column: 1;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        gap: 5px;
        min-width: 54px;
        min-height: var(--bluwha-header-top-height);
        color: #fff !important;
        -webkit-text-fill-color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 1;
        z-index: 3;
    }

    .bluwha-header.is-fixed .bluwha-header__mobile-lang {
        color: #71afd6 !important;
        -webkit-text-fill-color: #71afd6;
    }

    .bluwha-header__mobile-lang-icon {
        display: inline-flex;
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
    }

    .bluwha-header__mobile-lang-icon svg {
        display: block;
        width: 100%;
        height: 100%;
    }

    .bluwha-header__toggle {
        grid-column: 3;
        display: inline-flex;
        gap: 6px;
        width: 54px;
        height: 94px;
        justify-self: end;
    }

    .bluwha-header__toggle-line {
        width: 30px;
    }

    .bluwha-header__brand {
        position: static;
        transform: none;
        width: auto;
        grid-column: 2;
    }

    .bluwha-header__brand-link {
        min-height: 94px;
    }

    .bluwha-header__brand-image {
        max-width: 198px;
        max-height: 36px;
    }

    .bluwha-header__brand-text {
        font-size: 34px;
    }
}

/* Home section desktop overrides to beat imported/inlined legacy rules */
body.home.elementor-page-344 .bwgc-section .bwgc-center_wrap.bwgc-center_wrap {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 526px !important;
    align-items: flex-start !important;
    gap: 0 !important;
    row-gap: 0 !important;
    column-gap: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.home.elementor-page-344 .bwgc-section .bwgc-center_wrap.bwgc-center_wrap .img_wrap.img_wrap {
    grid-column: 1 !important;
    grid-row: 1 !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    line-height: 0 !important;
    font-size: 0 !important;
}

body.home.elementor-page-344 .bwgc-section .bwgc-center_wrap.bwgc-center_wrap .img_wrap.img_wrap > .elementor-widget-image,
body.home.elementor-page-344 .bwgc-section .bwgc-center_wrap.bwgc-center_wrap .img_wrap.img_wrap > .elementor-widget-image .elementor-widget-container {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
}

body.home.elementor-page-344 .bwgc-section .bwgc-center_wrap.bwgc-center_wrap .img_wrap.img_wrap > .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    margin: 0 !important;
}

body.home.elementor-page-344 .bwgc-section .bwgc-center_wrap.bwgc-center_wrap .main_title.main_title {
    grid-column: 2 !important;
    grid-row: 1 !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    padding-left: 50px !important;
    padding-right: 150px !important;
    text-align: right !important;
    box-sizing: border-box !important;
}

body.home.elementor-page-344 .bwgc-section .bwgc-center_wrap.bwgc-center_wrap .main_title.main_title h2,
body.home.elementor-page-344 .bwgc-section .bwgc-center_wrap.bwgc-center_wrap .main_title.main_title p,
body.home.elementor-page-344 .bwgc-section .bwgc-center_wrap.bwgc-center_wrap .main_title.main_title .elementor-widget-container {
    text-align: right !important;
}

body.home .bwgc-section .main_title h2 .bwgc-heading-brand {
    display: inline-block;
    color: #111 !important;
    font-weight: 700;
    letter-spacing: 0;
}

body.home .bwgc-section .main_title h2 > span:not(.bwgc-heading-brand) {
    font-weight: 400 !important;
}

body.home .bwgc-section .main_title h2 .green,
body.home .bwgc-section .main_title h2 b.green {
    color: #71afd6 !important;
    -webkit-text-fill-color: #71afd6 !important;
}

body.home.elementor-page-344 .bwgc-section .bwgc-infra_wrap.bwgc-infra_wrap {
    display: grid !important;
    grid-template-columns: minmax(0, calc(45% - 74px)) minmax(0, 55%) !important;
    align-items: start !important;
    column-gap: 74px !important;
    row-gap: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

body.home.elementor-page-344 .bwgc-section .bwgc-infra_wrap.bwgc-infra_wrap .img_wrap.img_wrap {
    grid-column: 2 !important;
    grid-row: 1 !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 790px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    line-height: 0 !important;
    font-size: 0 !important;
}

body.home.elementor-page-344 .bwgc-section .bwgc-infra_wrap.bwgc-infra_wrap .img_wrap.img_wrap > .elementor-widget-image,
body.home.elementor-page-344 .bwgc-section .bwgc-infra_wrap.bwgc-infra_wrap .img_wrap.img_wrap > .elementor-widget-image .elementor-widget-container {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
}

body.home.elementor-page-344 .bwgc-section .bwgc-infra_wrap.bwgc-infra_wrap .img_wrap.img_wrap > .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
}

body.home.elementor-page-344 .bwgc-section .bwgc-infra_wrap.bwgc-infra_wrap .right.right,
body.home.elementor-page-344 .bwgc-section .bwgc-infra_wrap.bwgc-infra_wrap .right {
    grid-column: 1 !important;
    grid-row: 1 !important;
    float: none !important;
    padding-left: 150px !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    width: auto !important;
    min-height: 790px !important;
}

body.home.elementor-page-344 .bwgc-section .bwgc-infra_wrap.bwgc-infra_wrap .bwgc-infra-gallery-row {
    grid-column: 1 / span 2 !important;
    grid-row: 2 !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    width: 100% !important;
    gap: 15px !important;
    row-gap: 15px !important;
    column-gap: 15px !important;
    margin-top: 50px !important;
}

body.home.elementor-page-344 .bwgc-section .bwgc-box_layout.bwgc-box_layout {
    display: block !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: transparent !important;
    box-sizing: border-box !important;
    gap: 0 !important;
    row-gap: 0 !important;
    column-gap: 0 !important;
}

@media (max-width: 500px) {
    :root {
        --bluwha-header-top-height: 60px;
        --bluwha-header-total-height: var(--bluwha-header-top-height);
    }

    .bluwha-header__shell {
        padding: 0 15px;
    }

    .bluwha-header__utility {
        min-height: 60px;
        grid-template-columns: 42px minmax(0, 1fr) 42px;
    }

    .bluwha-header__mobile-lang {
        min-width: 42px;
        min-height: 60px;
        gap: 4px;
        font-size: 14px;
    }

    .bluwha-header__mobile-lang-icon {
        width: 15px;
        height: 15px;
        flex-basis: 15px;
    }

    .bluwha-header__toggle {
        width: 42px;
        height: 60px;
    }

    .bluwha-header__toggle-line {
        width: 26px;
    }

    .bluwha-header__brand-link {
        min-height: 60px;
    }

    .bluwha-header__brand-image {
        max-width: 167px;
        max-height: 30px;
    }

    .bluwha-header__brand-text {
        font-size: 24px;
    }

    .bluwha-header__utility-right .bluwha-header__utility-menu a {
        font-size: 15px;
    }

    .bluwha-header__utility-right .bluwha-header__utility-icon--globe {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
    }

    .bluwha-header__drawer {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .bluwha-header__shell {
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }

    .bluwha-header:not(.is-open):not(.is-scrolled) .bluwha-header__utility-menu a {
        color: rgba(255, 255, 255, 0.82) !important;
        -webkit-text-fill-color: rgba(255, 255, 255, 0.82);
    }

    .bluwha-header:not(.is-open):not(.is-scrolled) .bluwha-header__utility-item.is-lang a,
    .bluwha-header:not(.is-open):not(.is-scrolled) .bluwha-header__utility-menu a:hover,
    .bluwha-header:not(.is-open):not(.is-scrolled) .bluwha-header__utility-menu a:focus {
        color: #fff !important;
        -webkit-text-fill-color: #fff;
    }

    .bluwha-header:not(.is-open):not(.is-scrolled) .bluwha-header__brand-text {
        color: #fff !important;
        -webkit-text-fill-color: #fff;
    }

    .bluwha-header:not(.is-open):not(.is-scrolled) .bluwha-header__toggle-line {
        background: #fff;
    }
}

@media (min-width: 768px) {
    .bluwha-header:not(.is-open):not(.is-scrolled):not(.is-fixed):not(:hover):not(:focus-within) .bluwha-header__shell {
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
    }

    .bluwha-header:not(.is-open):not(.is-scrolled):not(.is-fixed) .bluwha-header__brand-text {
        color: #fff !important;
        -webkit-text-fill-color: #fff;
    }

    .bluwha-header:not(.is-open):not(.is-scrolled):not(.is-fixed) .bluwha-header__toggle-line {
        background: #fff;
    }
}

body.home.elementor-page-344 .bluwha-way-intro-section {
    margin-top: 120px !important;
    margin-bottom: 0 !important;
}

body.home.elementor-page-344 .bluwha-way-intro-section > .e-con-inner {
    width: min(100%, 640px) !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

body.home.elementor-page-344 .companyTitle.bluwha-way-title-widget {
    width: 100% !important;
    margin: 0 !important;
    text-align: center !important;
}

body.home.elementor-page-344 .companyTitle.bluwha-way-title-widget .elementor-heading-title {
    margin: 0 !important;
    font-size: 72px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: -0.04em !important;
    color: #222 !important;
}

body.home.elementor-page-344 .companyTitle.bluwha-way-title-widget .elementor-heading-title span {
    color: #71afd6 !important;
}

body.home.elementor-page-344 .bluwha-way-intro-copy {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-top: 150px !important;
}

body.home.elementor-page-344 .bluwha-way-intro-line {
    width: 1px !important;
    height: 62px !important;
    background: rgba(34, 34, 34, 0.14) !important;
    display: block !important;
    margin-bottom: 28px !important;
}

body.home.elementor-page-344 .bluwha-way-intro-copy p {
    margin: 0 !important;
    font-size: 28px !important;
    line-height: 1.75 !important;
    text-align: center !important;
    color: #222 !important;
    word-break: keep-all !important;
}

body.home.elementor-page-344 .bluwha-way-showcase {
    width: 100% !important;
    margin: 78px 0 0 !important;
    padding: 56px 26px 24px !important;
    background: #c6e3f5 !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    transform: none !important;
    transition: opacity 0.72s ease, transform 0.72s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

body.home.elementor-page-344 .bluwha-way-showcase__inner {
    max-width: 1280px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: stretch !important;
    gap: 4px !important;
}

body.home.elementor-page-344 .bluwha-way-card {
    position: relative !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    min-height: 420px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    background: #d8dde3 !important;
    transition: flex 0.4s ease, opacity 0.64s ease, transform 0.64s cubic-bezier(0.22, 1, 0.36, 1) !important;
    isolation: isolate !important;
    outline: none !important;
    opacity: 1 !important;
    transform: none !important;
}

body.home.elementor-page-344 .bluwha-way-card.is-active {
    flex: 1.65 1 0 !important;
}

body.home.elementor-page-344 .bluwha-way-card__media,
body.home.elementor-page-344 .bluwha-way-card__media img {
    width: 100% !important;
    height: 100% !important;
}

body.home.elementor-page-344 .bluwha-way-card__media {
    position: absolute !important;
    inset: 0 !important;
}

body.home.elementor-page-344 .bluwha-way-card__media img {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    width: auto !important;
    min-width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: translateX(-50%) !important;
    transition: none !important;
}

body.home.elementor-page-344 .bluwha-way-card__filter {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0.18) !important;
    transition: none !important;
    z-index: 1 !important;
}

body.home.elementor-page-344 .bluwha-way-card.is-active .bluwha-way-card__filter {
    background: rgba(0, 0, 0, 0.46) !important;
}

body.home.elementor-page-344 .bluwha-way-card__summary {
    position: absolute !important;
    top: 40px !important;
    left: 30px !important;
    right: 30px !important;
    z-index: 2 !important;
    color: #fff !important;
    pointer-events: none !important;
}

body.home.elementor-page-344 .bluwha-way-card__summary h3 {
    margin: 0 !important;
    font-size: 34px !important;
    line-height: 1.12 !important;
    font-weight: 700 !important;
    color: #fff !important;
    word-break: keep-all !important;
}

body.home.elementor-page-344 .bluwha-way-card__summary p {
    margin: 12px 0 0 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em !important;
    font-weight: 600 !important;
    color: #fff !important;
}

body.home.elementor-page-344 .bluwha-way-card__detail {
    position: absolute !important;
    left: 30px !important;
    right: 30px !important;
    bottom: 20px !important;
    z-index: 2 !important;
    opacity: 0 !important;
    transform: none !important;
    transition: opacity 0.2s ease !important;
    pointer-events: none !important;
}

body.home.elementor-page-344 .bluwha-way-card.is-active .bluwha-way-card__detail {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

body.home.elementor-page-344 .bluwha-way-card__detail p {
    margin: 0 !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1.8 !important;
    word-break: keep-all !important;
}

body.home.elementor-page-344:not(.elementor-editor-active):not(.elementor-editor-preview):not(.elementor-editor) .bluwha-way-intro-section,
body.home.elementor-page-344:not(.elementor-editor-active):not(.elementor-editor-preview):not(.elementor-editor) .bluwha-way-showcase {
    opacity: 0 !important;
    transform: translate3d(0, 56px, 0) !important;
    transition: opacity 0.72s ease, transform 0.72s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

body.home.elementor-page-344:not(.elementor-editor-active):not(.elementor-editor-preview):not(.elementor-editor) .bluwha-way-intro-section.is-visible,
body.home.elementor-page-344:not(.elementor-editor-active):not(.elementor-editor-preview):not(.elementor-editor) .bluwha-way-showcase.is-visible,
body.home.elementor-page-344 .bluwha-way-intro-section.is-visible,
body.home.elementor-page-344 .bluwha-way-showcase.is-visible {
    opacity: 1 !important;
    transform: none !important;
}

body.home.elementor-page-344 .bluwha-way-card__detail,
body.home.elementor-page-344 .bluwha-way-card__detail * {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

@media (max-width: 1024px) {
    body.home.elementor-page-344 .bluwha-way-intro-section {
        margin-top: 88px !important;
    }

    body.home.elementor-page-344 .bluwha-way-intro-section > .e-con-inner {
        width: min(100%, calc(100% - 64px)) !important;
    }

    body.home.elementor-page-344 .companyTitle.bluwha-way-title-widget .elementor-heading-title {
        font-size: 56px !important;
    }

    body.home.elementor-page-344 .bluwha-way-intro-copy p {
        font-size: 22px !important;
        line-height: 1.7 !important;
    }

    body.home.elementor-page-344 .bluwha-way-intro-copy {
        margin-top: 110px !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase {
        margin-top: 56px !important;
        padding: 28px 20px 20px !important;
    }

    body.home.elementor-page-344 .bluwha-way-card {
        min-height: 360px !important;
    }

    body.home.elementor-page-344 .bluwha-way-card__summary {
        top: 24px !important;
        left: 20px !important;
        right: 20px !important;
    }

    body.home.elementor-page-344 .bluwha-way-card__summary h3 {
        font-size: 26px !important;
    }

    body.home.elementor-page-344 .bluwha-way-card__detail {
        left: 20px !important;
        right: 20px !important;
        bottom: 20px !important;
    }

    body.home.elementor-page-344 .bluwha-way-card__detail p {
        font-size: 14px !important;
        line-height: 1.65 !important;
    }
}

@media (max-width: 767px) {
    body.home.elementor-page-344:not(.elementor-editor-active):not(.elementor-editor-preview):not(.elementor-editor) .bluwha-way-intro-section > .e-con-inner > *,
    body.home.elementor-page-344:not(.elementor-editor-active):not(.elementor-editor-preview):not(.elementor-editor) .bluwha-way-showcase,
    body.home.elementor-page-344:not(.elementor-editor-active):not(.elementor-editor-preview):not(.elementor-editor) .bluwha-way-showcase .bluwha-way-card,
    body.home.elementor-page-344 .bluwha-way-intro-section > .e-con-inner > *,
    body.home.elementor-page-344 .bluwha-way-showcase,
    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    body.home.elementor-page-344 .bluwha-way-intro-section {
        margin-top: 64px !important;
    }

    body.home.elementor-page-344 .bluwha-way-intro-section > .e-con-inner {
        width: min(100%, calc(100% - 40px)) !important;
    }

    body.home.elementor-page-344 .companyTitle.bluwha-way-title-widget .elementor-heading-title {
        font-size: 40px !important;
    }

    body.home.elementor-page-344 .bluwha-way-intro-copy {
        margin-top: 102px !important;
    }

    body.home.elementor-page-344 .bluwha-way-intro-line {
        height: 42px !important;
        margin-bottom: 18px !important;
    }

    body.home.elementor-page-344 .bluwha-way-intro-copy p {
        font-size: 16px !important;
        line-height: 1.7 !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase {
        margin-top: 40px !important;
        padding: 18px 16px !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase__inner {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    body.home.elementor-page-344 .bluwha-way-card,
    body.home.elementor-page-344 .bluwha-way-card.is-active {
        min-height: 300px !important;
        overflow: hidden !important;
        flex: none !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__image,
    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__image .elementor-widget-container {
        position: absolute !important;
        inset: 0 !important;
        height: 100% !important;
    }

    body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__image img {
        position: absolute !important;
        top: 0 !important;
        left: 50% !important;
        width: auto !important;
        min-width: 100% !important;
        max-width: none !important;
        height: 100% !important;
        transform: translateX(-50%) !important;
    }

    body.home.elementor-page-344 .bluwha-way-card__filter {
        bottom: auto !important;
        height: 100% !important;
        background: rgba(0, 0, 0, 0.38) !important;
    }

    body.home.elementor-page-344 .bluwha-way-card__summary {
        top: 16px !important;
        left: 20px !important;
        right: auto !important;
        width: calc(100% - 40px) !important;
        max-width: calc(100% - 40px) !important;
        box-sizing: border-box !important;
    }

    body.home.elementor-page-344 .bluwha-way-card__summary h3 {
        font-size: 24px !important;
    }

    body.home.elementor-page-344 .bluwha-way-card__summary p {
        margin-top: 8px !important;
        font-size: 11px !important;
    }

    body.home.elementor-page-344 .bluwha-way-card__detail {
        position: absolute !important;
        left: 20px !important;
        right: auto !important;
        width: calc(100% - 40px) !important;
        max-width: calc(100% - 40px) !important;
        bottom: 20px !important;
        display: block !important;
        opacity: 1 !important;
        transform: none !important;
        max-height: none !important;
        overflow: visible !important;
        padding: 0 !important;
        background: transparent !important;
        pointer-events: none !important;
        box-sizing: border-box !important;
    }

    body.home.elementor-page-344 .bluwha-way-card.is-active .bluwha-way-card__detail {
        display: block !important;
    }

    body.home.elementor-page-344 .bluwha-way-card__detail p {
        font-size: 14px !important;
        line-height: 1.65 !important;
        white-space: normal !important;
    }
}

@media (max-width: 767px) {
    body.home .bwgc-main_visual,
    body.home .bwgc-main_visual .bwgc-video_wrap {
        height: min(138vw, 540px) !important;
        min-height: 420px !important;
        max-height: 540px !important;
        aspect-ratio: auto !important;
        touch-action: pan-y !important;
        pointer-events: none !important;
    }

    body.home .bwgc-main_visual .bwgc-video_wrap > .elementor-widget-video,
    body.home .bwgc-main_visual .bwgc-video_wrap .elementor-widget-container,
    body.home .bwgc-main_visual .bwgc-video_wrap .elementor-wrapper,
    body.home .bwgc-main_visual .bwgc-video_wrap .elementor-fit-aspect-ratio {
        width: 100% !important;
        height: 100% !important;
        overflow: hidden !important;
        pointer-events: none !important;
    }

    body.home .bwgc-main_visual .bwgc-video_wrap iframe,
    body.home .bwgc-main_visual .bwgc-video_wrap .elementor-video {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        width: calc(100vh * 16 / 9) !important;
        height: 100vh !important;
        min-width: 100% !important;
        min-height: 100% !important;
        max-width: none !important;
        max-height: none !important;
        object-fit: cover !important;
        transform: translate(-50%, -50%) !important;
        pointer-events: none !important;
        touch-action: pan-y !important;
    }

    body.home .bwgc-main_visual .txt {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        z-index: 2 !important;
        width: min(320px, calc(100% - 56px)) !important;
        height: auto !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        transform: translate(-50%, -50%) !important;
        pointer-events: none !important;
    }

    body.home .bwgc-main_visual .txt > .elementor-widget {
        width: 100% !important;
        margin: 0 !important;
    }

    body.home .bwgc-main_visual .txt .elementor-widget-image,
    body.home .bwgc-main_visual .txt .pc_img,
    body.home .bwgc-main_visual .txt .mo_img {
        display: none !important;
    }

    body.home .bwgc-main_visual .txt .heroT {
        position: relative !important;
        margin-bottom: 12px !important;
        padding-bottom: 40px !important;
    }

    body.home .bwgc-main_visual .txt .heroT::after {
        content: "" !important;
        position: absolute !important;
        left: 50% !important;
        bottom: 0 !important;
        top: auto !important;
        width: 1px !important;
        height: 28px !important;
        background: rgba(255, 255, 255, 0.72) !important;
        transform: translateX(-50%) !important;
        display: block !important;
    }

    body.home .bwgc-main_visual .txt .heroT h2,
    body.home .bwgc-main_visual .txt .elementor-heading-title {
        margin: 0 !important;
        color: #fff !important;
        font-size: clamp(28px, 8.5vw, 34px) !important;
        line-height: 1.08 !important;
        letter-spacing: -0.03em !important;
        text-align: center !important;
        text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28) !important;
    }

    body.home .bwgc-main_visual .txt .elementor-element-a10c444 {
        margin: 0 !important;
        color: #fff !important;
    }

    body.home .bwgc-main_visual .txt .elementor-element-a10c444,
    body.home .bwgc-main_visual .txt .elementor-element-a10c444 .elementor-widget-container,
    body.home .bwgc-main_visual .txt .elementor-element-a10c444 p {
        text-align: center !important;
        color: #fff !important;
    }

    body.home .bwgc-main_visual .txt .elementor-element-a10c444 p {
        margin: 0 !important;
        font-size: clamp(13px, 3.8vw, 15px) !important;
        line-height: 1.45 !important;
        text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28) !important;
    }
}
body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__detail,
body.home.elementor-page-344 .bluwha-way-showcase .bluwha-way-card__detail *,
body.home.elementor-page-344 .bluwha-way-card__detail,
body.home.elementor-page-344 .bluwha-way-card__detail * {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
/* Global layout override: remove GeneratePress fixed max width. */
body .grid-container {
    max-width: none !important;
    width: 100% !important;
}

body .site-footer {
    display: none !important;
}

.bluwha-site-footer {
    position: relative;
    width: 100%;
    background: #71afd6;
    color: rgba(255, 255, 255, 0.78);
    margin-top: 0;
}

.bluwha-site-footer a {
    color: inherit;
    text-decoration: none;
}

.bluwha-site-footer .bluwha-site-footer__top-item a {
    color: rgba(255, 255, 255, 0.9) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.9);
}

.bluwha-site-footer__top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    min-height: 64px;
    list-style: none;
    margin: 0;
    padding: 0 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.bluwha-site-footer__top-item {
    position: relative;
}

.bluwha-site-footer__top-item:not(:last-child) {
    margin-right: 34px;
    padding-right: 34px;
}

.bluwha-site-footer__top-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.28);
    transform: translateY(-50%);
}

.bluwha-site-footer__top-item a {
    display: inline-flex;
    align-items: center;
    min-height: 64px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: rgba(255, 255, 255, 0.9);
}

.bluwha-site-footer__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
    padding: 58px 60px 54px;
}

.bluwha-site-footer__btm {
    display: grid;
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    gap: 36px 96px;
    max-width: 860px;
    flex: 1 1 auto;
}

.bluwha-site-footer__column {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bluwha-site-footer__column-title {
    margin: 0 0 22px;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.15;
    color: #fff;
}

.bluwha-site-footer__column-line {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.76);
}

.bluwha-site-footer__copyright {
    grid-column: 1 / -1;
    margin: 18px 0 0;
    font-style: normal;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.54);
}

.bluwha-site-footer__column:only-child {
    max-width: 420px;
}

.bluwha-site-footer__logo {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex: 0 0 auto;
    min-width: 180px;
    transform: translateX(-120px);
    align-self: center;
}

.bluwha-site-footer__logo-image {
    display: block;
    width: 160px;
    height: auto;
    max-width: 100%;
}

.bluwha-site-footer__logo-text {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.bluwha-site-footer__top-button {
    position: fixed;
    right: 36px;
    bottom: 36px;
    z-index: 9500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 999px;
    background: rgba(26, 26, 26, 0.94);
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}

.bluwha-site-footer__top-button.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    .bluwha-site-footer__top {
        padding-left: 28px;
        padding-right: 28px;
    }

    .bluwha-site-footer__inner {
        padding: 42px 28px 44px;
        gap: 28px;
    }

    .bluwha-site-footer__btm {
        gap: 28px 36px;
    }

    .bluwha-site-footer__column-title {
        font-size: 28px;
    }

    .bluwha-site-footer__column-line {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .bluwha-site-footer__top {
        min-height: auto;
        padding: 14px 15px 12px;
        gap: 14px 16px;
    }

    .bluwha-site-footer__top-item:not(:last-child) {
        margin-right: 0;
        padding-right: 0;
    }

    .bluwha-site-footer__top-item:not(:last-child)::after {
        display: none;
    }

    .bluwha-site-footer__top-item a {
        min-height: auto;
        font-size: 12px;
    }

    .bluwha-site-footer__inner {
        flex-direction: column;
        gap: 18px;
        width: calc(100% - 30px);
        padding: 28px 15px 22px;
    }

    .bluwha-site-footer__btm {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .bluwha-site-footer__column-title {
        margin-bottom: 12px;
        font-size: 20px;
    }

    .bluwha-site-footer__column-line {
        margin-bottom: 8px;
        font-size: 12px;
        line-height: 1.55;
    }

    .bluwha-site-footer__copyright {
        margin-top: 6px;
        font-size: 11px;
    }

    .bluwha-site-footer__logo {
        width: 100%;
        min-width: 0;
        justify-content: flex-start;
        transform: none;
    }

    .bluwha-site-footer__logo-image {
        width: 86px;
    }

    .bluwha-site-footer__top-button {
        right: 15px;
        bottom: 15px;
        width: 56px;
        height: 56px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    body.page-id-304,
    body.page-id-308 {
        overflow-x: hidden !important;
    }

    body.page.page-child .companyTitle:not(.bluwha-way-title-widget),
    body.page.page-child .companyTitle:not(.bluwha-way-title-widget) .elementor-widget-container {
        margin: 34px 0 34px !important;
        padding: 0 !important;
    }

    body.page.page-child .companyTitle:not(.bluwha-way-title-widget) .elementor-heading-title {
        font-size: 30px !important;
        line-height: 1.2 !important;
        letter-spacing: -0.03em !important;
    }

    body.page.page-child .companyTitle:not(.bluwha-way-title-widget)::after {
        content: "" !important;
        position: absolute !important;
        top: 52px !important;
        bottom: -44px !important;
        left: 50% !important;
        right: auto !important;
        width: 2px !important;
        height: 28px !important;
        display: block !important;
        background: rgb(191, 191, 191) !important;
        transform: translateX(-50%) !important;
    }

    body.page-child.parent-pageid-302 .elementor-invisible {
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }

    body.page-child.parent-pageid-302 .elementor-widget-heading .elementor-heading-title,
    body.page-child.parent-pageid-302 .elementor-widget-text-editor p {
        word-break: keep-all !important;
        overflow-wrap: anywhere !important;
    }

    body.page-child.parent-pageid-302 .elementor-widget-image img {
        max-width: 100% !important;
        height: auto !important;
    }

    body.page-id-304 .bwco-promise-watermark-heading,
    body.page-id-304 .bwco-promise-watermark-heading .elementor-widget-container,
    body.page-id-304 .bwco-promise-watermark-heading .elementor-heading-title {
        overflow: hidden !important;
    }

    body.page-id-308 .elementor-element.elementor-element-48034c8 img,
    body.page-id-316 .elementor-element.elementor-element-e5511d4 img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    body.page-id-308 .elementor-widget-heading:not(.companyTitle):not(.bwmp-value-circle-title) .elementor-heading-title,
    body.page-id-316 .elementor-widget-heading:not(.companyTitle) .elementor-heading-title,
    body.page-id-318 .elementor-widget-heading:not(.companyTitle) .elementor-heading-title {
        font-size: 20px !important;
        line-height: 1.4 !important;
        letter-spacing: -0.02em !important;
    }

    body.page-id-308 .elementor-widget-text-editor:not(.bwmp-value-circle-text) {
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box !important;
    }

    body.page-id-308 .elementor-element.elementor-element-33a037f {
        padding: 0 20px !important;
    }

    body.page-id-308 .elementor-element.elementor-element-33a037f > .e-con-inner {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 18px !important;
    }

    body.page-id-308 .elementor-element.elementor-element-401ce35 {
        width: 100% !important;
        justify-content: center !important;
        position: relative !important;
    }

    body.page-id-308 .elementor-element.elementor-element-f8df212 {
        position: absolute !important;
        left: 20px !important;
        right: 20px !important;
        bottom: -20px !important;
        top: auto !important;
        transform: none !important;
        width: auto !important;
        min-height: auto !important;
        margin: 0 !important;
        z-index: 3 !important;
    }

    body.page-id-308 .elementor-element.elementor-element-bf87e9a {
        width: 100% !important;
        padding: 0 20px !important;
        margin-top: 0 !important;
        box-sizing: border-box !important;
    }

    body.page-id-308 .elementor-widget-text-editor:not(.bwmp-value-circle-text) p,
    body.page-id-316 .elementor-widget-text-editor p,
    body.page-id-318 .elementor-widget-text-editor p {
        margin: 0 !important;
        font-size: 15px !important;
        line-height: 1.8 !important;
        letter-spacing: -0.02em !important;
    }

    body.page-id-308 .bwmp-value-circle-title .elementor-heading-title {
        font-size: 18px !important;
        line-height: 1.35 !important;
    }

    body.page-id-308 .bwmp-value-circle-text p {
        font-size: 15px !important;
        line-height: 1.75 !important;
    }

    body.page-id-308 .bwmp-image-stage-inner {
        margin-top: 0 !important;
        padding: 0 20px !important;
        min-height: 300px !important;
    }

    body.page-id-308 .bwmp-image-stage-stack {
        margin-top: 0 !important;
        padding-bottom: 60px !important;
    }

    body.page-id-308 .bwmp-image-stage-foreground {
        width: calc(100% - 100px) !important;
        max-width: calc(100% - 100px) !important;
        margin: 0 auto !important;
    }

    body.page-id-308 .bwmp-image-stage-foreground img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
    }

    body.page-id-316 .elementor-widget-text-editor {
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box !important;
    }

    body.page-id-316 .elementor-element.elementor-element-d852e5b .elementor-heading-title,
    body.page-id-316 .elementor-element.elementor-element-03bca56 .elementor-heading-title {
        font-size: 36px !important;
        line-height: 1.35 !important;
    }

    body.page-id-306 .elementor-element.elementor-element-b4f076a {
        padding-top: 34px !important;
    }

    body.page-id-306 .elementor-element.elementor-element-522689e,
    body.page-id-306 .elementor-element.elementor-element-522689e .elementor-widget-container {
        margin: 0 0 104px !important;
        padding: 0 !important;
    }

    body.page-id-306 .elementor-element.elementor-element-522689e .elementor-heading-title {
        font-size: 30px !important;
        line-height: 1.2 !important;
        letter-spacing: -0.03em !important;
    }

    body.page-id-306 .elementor-element.elementor-element-522689e::after {
        top: 52px !important;
        bottom: -44px !important;
        left: 50% !important;
        right: auto !important;
        width: 2px !important;
        height: 28px !important;
        transform: translateX(-50%) !important;
    }

    body.page-id-306 .elementor-element.elementor-element-a92074f {
        padding: 0 20px 28px !important;
    }

    body.page-id-306 .elementor-element.elementor-element-a92074f > .e-con-inner {
        max-width: none !important;
        width: 100% !important;
        gap: 18px !important;
    }

    body.page-id-306 .elementor-element.elementor-element-9be95ad,
    body.page-id-306 .elementor-element.elementor-element-9be95ad .elementor-widget-container {
        margin: 0 !important;
    }

    body.page-id-306 .elementor-element.elementor-element-9be95ad img {
        width: min(220px, 62vw) !important;
        max-width: 100% !important;
        height: auto !important;
    }

    body.page-id-306 .elementor-element.elementor-element-8783c8a .elementor-heading-title {
        margin-top: 16px !important;
        margin-bottom: 16px !important;
        font-size: 18px !important;
        line-height: 1.45 !important;
        letter-spacing: -0.02em !important;
        text-align: center !important;
    }

    body.page-id-306 .elementor-element.elementor-element-1ad3adb p,
    body.page-id-306 .elementor-element.elementor-element-0c2a7f2 p {
        margin: 0 !important;
        font-size: 15px !important;
        line-height: 1.8 !important;
        letter-spacing: -0.02em !important;
        word-break: keep-all !important;
    }

    body.page-id-306 .elementor-element.elementor-element-0c2a7f2 p {
        margin-top: 1.5em !important;
    }

    body.page-id-306 .elementor-element.elementor-element-0c2a7f2 p br {
        display: none !important;
    }

    body.page-id-306 .elementor-element.elementor-element-b8c6999 {
        --display: none;
    }

    body.page-id-306 .elementor-element.elementor-element-7d0728e {
        padding: 25px 20px !important;
    }

    body.page-id-306 .elementor-element.elementor-element-7d0728e > .e-con-inner {
        max-width: none !important;
        width: 100% !important;
        padding: 0 !important;
    }

    body.page-id-306 .elementor-element.elementor-element-63dea00,
    body.page-id-306 .elementor-element.elementor-element-6fd3735,
    body.page-id-306 .elementor-element.elementor-element-97b8110 {
        width: 100% !important;
        max-width: none !important;
        gap: 16px !important;
    }

    body.page-id-306 .elementor-element.elementor-element-717bb48 .elementor-heading-title,
    body.page-id-306 .elementor-element.elementor-element-678d83c .elementor-heading-title,
    body.page-id-306 .elementor-element.elementor-element-b080104 .elementor-heading-title {
        font-size: 18px !important;
        line-height: 1.5 !important;
        letter-spacing: -0.03em !important;
    }

    body.page-id-306 .elementor-element.elementor-element-8404d70 p,
    body.page-id-306 .elementor-element.elementor-element-aa17967 p,
    body.page-id-306 .elementor-element.elementor-element-f9e6bfb p {
        margin: 0 !important;
        font-size: 15px !important;
        line-height: 1.85 !important;
        letter-spacing: -0.02em !important;
        word-break: keep-all !important;
    }

    body.page-id-306 .elementor-element.elementor-element-0dda61b {
        margin: 28px 0 120px !important;
        padding: 0 20px !important;
    }

    body.page-id-306 .elementor-element.elementor-element-0dda61b > .e-con-inner {
        max-width: none !important;
        width: 100% !important;
        gap: 12px !important;
    }

    body.page-id-306 .elementor-element.elementor-element-007092d p {
        margin: 12px 0 0 !important;
        font-size: 17px !important;
        line-height: 1.6 !important;
        letter-spacing: -0.02em !important;
        text-align: right !important;
    }
}

@media (min-width: 768px) {
    html,
    body.home,
    body.page-id-304,
    body.page-id-308,
    body.page-id-805 {
        overflow-x: hidden !important;
    }

    body.home .site,
    body.home .site-content,
    body.page-id-304 .site,
    body.page-id-304 .site-content,
    body.page-id-308 .site,
    body.page-id-308 .site-content,
    body.page-id-805 .site,
    body.page-id-805 .site-content {
        overflow: visible !important;
    }

    body.page-id-306 .elementor-element.elementor-element-0c2a7f2 p {
        margin-top: 1.5em !important;
    }

    body.page.page-child:not(.home):not(.page-id-304):not(.page-id-308):not(.page-id-331):not(.page-id-805) .site-content .elementor > .elementor-element.e-con-full {
        padding-left: max(40px, calc((100vw - var(--bluwha-content-max-width)) / 2)) !important;
        padding-right: max(40px, calc((100vw - var(--bluwha-content-max-width)) / 2)) !important;
        box-sizing: border-box !important;
    }

    body.page.page-child:not(.home):not(.page-id-304):not(.page-id-308):not(.page-id-331):not(.page-id-805) .site-content .elementor > .elementor-element.e-con-full > .e-con-inner {
        max-width: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.home .bwgc-section .bwgc-box_layout.bwgc-box_layout,
    body.home .bwgc-box_layout.bwgc-box_layout {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.page-id-808 .site,
    body.page-id-808 .site-content {
        overflow: visible !important;
    }
}

html[lang^="en"] body.elementor-page-816 .bwrecruit-step-desc br {
    display: none !important;
}
