.ui-transparent-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 80;
    color: #fff
}

.ui-transparent-header #masthead {
    border-bottom: 1px solid rgba(255, 255, 255, .18)
}

.ui-header-container {
    width: min(1780px, calc(100% - 64px));
    height: 98px;
    margin: auto;
    display: grid;
    grid-template-columns: 250px 1fr 205px;
    align-items: center;
    gap: 18px
}

.flexitype-builder-logo img {
    display: block;
    width: 170px;
    height: 58px;
    object-fit: contain
}

.header_mega {
    justify-self: center
}

.header_mega-menu>.menu {
    display: flex;
    align-items: stretch;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0
}

.header_mega-menu .menu-item {
    position: relative;
    list-style: none
}

.header_mega-menu .menu-link {
    display: flex;
    align-items: center;
    appearance: none;
    border: 0;
    background: transparent;
    color: #fff;
    text-decoration: none;
    font: 600 15px/1 Mulish, Arial, sans-serif;
    padding: 41px 16px;
    white-space: nowrap;
    cursor: pointer
}

.header_mega-menu .menu-chevron {
    width: 16px;
    height: 16px;
    margin-left: 6px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s
}

.header_mega-menu .submenu-toggle[aria-expanded=true] .menu-chevron {
    transform: rotate(180deg)
}

.header_mega-menu .menu-link:hover,
.header_mega-menu .menu-link.active,
.header_mega-menu .menu-item:focus-within>.menu-link {
    color: #34c88a
}

.header_mega-menu .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 280px;
    margin: 0;
    padding: 0 28px;
    background: #202020;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: .22s;
    box-shadow: 0 18px 35px rgba(0, 0, 0, .2)
}

.header_mega-menu .sub-menu li+li {
    border-top: 1px solid #444
}

.header_mega-menu .sub-menu a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 17px 0
}

.header_mega-menu .sub-menu a:hover {
    color: #34c88a
}

.header_mega-menu .menu-item:hover>.sub-menu,
.header_mega-menu .menu-item:focus-within>.sub-menu,
.header_mega-menu .menu-item.submenu-open>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: none
}

.ui-contact-button {
    justify-self: end;
    display: flex;
    align-items: center;
    background: #00a86b;
    color: #111;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    border-radius: 999px;
    padding: 6px 7px 6px 27px;
    gap: 18px
}

.ui-contact-button b {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #d6f5e8;
    font-size: 24px;
    font-weight: 400
}

.ui-contact-button:hover {
    background: #34c88a
}

.ui-transparent-header .menu-toggle {
    display: none
}

.hero-carousel {
    width: 100%;
    max-width: none;
    background: #111
}

.hero-carousel .carousel-track,
.hero-carousel .carousel-slides {
    width: 100%
}

.hero-carousel .carousel-track {
    overflow: hidden
}

.hero-carousel .carousel-slide {
    flex: 0 0 100%;
    width: 100%
}

.hero-carousel .hero-slide {
    height: 600px;
    min-height: 600px;
    align-items: end
}

.hero-carousel .hero-slide>.container {
    width: min(1200px, calc(100% - 80px));
    padding: 0 0 82px;
    transform: none;
    position: relative;
    z-index: 2
}

.hero-carousel .hero-slide span {
    display: block;
    font: 600 40px/1.15 "Noto Sans", sans-serif;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 0 15px
}

.hero-carousel .hero-slide h1 {
    font: 400 20px/1.5 Roboto, Arial, sans-serif;
    color: #fff;
    max-width: 620px;
    margin: 0 0 22px
}

.hero-carousel .hero-actions {
    display: flex;
    gap: 14px
}

.hero-carousel .outline-button,
.hero-carousel .button {
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0
}

.hero-carousel .carousel-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    z-index: 5;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 9px
}

.hero-carousel .carousel-controls [data-dots] button {
    width: 10px;
    height: 10px;
    box-shadow: none;
    background: rgba(255, 255, 255, .55)
}

.hero-carousel .carousel-controls [data-dots] button.active {
    background: #fff
}

.hero-carousel .carousel-arrow {
    display: none
}

.hero-carousel .carousel-pause {
    width: 24px;
    height: 24px;
    margin-left: 5px;
    font-size: 11px
}

.hero-carousel .hero-slide::after {
    background: linear-gradient(to bottom, rgba(0, 127, 95, .12), rgba(0, 0, 0, .76))
}

body:not(:has(.hero-carousel)) .ui-transparent-header {
    position: relative;
    background: #202020
}

@media(max-width:1300px) {
    .ui-header-container {
        grid-template-columns: 185px 1fr 170px;
        width: calc(100% - 40px);
        height: 90px
    }

    .flexitype-builder-logo img {
        width: 150px;
        height: 52px
    }

    .header_mega-menu .menu-link {
        font-size: 13px;
        padding: 38px 10px
    }

    .ui-contact-button {
        font-size: 12px;
        padding-left: 20px;
        gap: 12px
    }

    .ui-contact-button b {
        width: 40px;
        height: 40px;
        font-size: 20px
    }
}

@media(max-width:980px) {
    .ui-header-container {
        height: 88px;
        display: flex;
        justify-content: space-between
    }

    .flexitype-builder-logo img {
        width: 180px;
        height: 60px
    }

    .ui-transparent-header .menu-toggle {
        display: block;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, .7);
        padding: 9px 14px;
        background: rgba(0, 0, 0, .2)
    }

    .header_mega-menu {
        display: none;
        position: absolute;
        top: 88px;
        left: 0;
        right: 0;
        background: #202020;
        padding: 12px 24px 24px
    }

    .header_mega-menu.open {
        display: block
    }

    .header_mega-menu>.menu {
        display: block
    }

    .header_mega-menu .menu-link {
        width: 100%;
        padding: 15px 5px;
        font-size: 16px
    }

    .header_mega-menu .sub-menu {
        display: none;
        position: static;
        min-width: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
        padding: 0 20px;
        box-shadow: none
    }

    .header_mega-menu .menu-item.submenu-open>.sub-menu {
        display: block
    }

    .ui-contact-button {
        margin-left: auto
    }

    .hero-carousel .hero-slide {
        height: 500px;
        min-height: 500px
    }

    .hero-carousel .hero-slide>.container {
        width: calc(100% - 50px);
        padding-bottom: 72px
    }

    .hero-carousel .hero-slide span {
        font-size: 32px
    }
}

@media(max-width:600px) {
    .ui-header-container {
        width: calc(100% - 30px);
        height: 76px
    }

    .flexitype-builder-logo img {
        width: 150px
    }

    .header_mega-menu {
        top: 76px
    }

    .ui-contact-button {
        display: none
    }

    .hero-carousel .hero-slide {
        height: 420px;
        min-height: 420px
    }

    .hero-carousel .hero-slide>.container {
        padding-bottom: 62px
    }

    .hero-carousel .hero-slide span {
        font-size: 26px
    }

    .hero-carousel .hero-slide h1 {
        font-size: 16px
    }

    .hero-carousel .button {
        display: none
    }
}
