@charset "UTF-8";
/*!
* Start Bootstrap - Modern Business v5.0.7 (https://startbootstrap.com/template-overviews/modern-business)
* Copyright 2013-2023 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-modern-business/blob/master/LICENSE)
*/
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

 :root {
            --px-dark: #282829;
            --px-body: #55524d;
            --px-muted: #a8a39b;
            --px-orange: #ff6a00;
            --px-cream: #eeeade;
            --px-card: #f4f0e8;
            --px-field: #efebe6;
            --px-line: #ded9cf;
            --px-white: #fff;
            --px-color-dark: #2f2f31;
    --px-color-muted: #b8b8b8;
    --px-color-primary: #ff6a00;
    --px-color-surface: #eeeade;
    --px-color-field: #f0ede9;
    --px-color-border: #e3e1dd;
            --px-font-body: "Inter", Arial, Helvetica, sans-serif;
            --px-font-title: "Montserrat", Arial, Helvetica, sans-serif;
            --px-container: 1400px;
        }

        

        * {
            box-sizing: border-box;
        }

        body {
            min-height: 100vh;
            margin: 0;
            color: var(--px-dark);
            font-family: var(--px-font-body);
            background: var(--px-cream) !important;
        }

        main {
            padding-top: 111px;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        .brand-logo,
        .section-title,
        .hero-stat__number,
        .event-ticker__item,
        .location-card__title,
        .promo__title,
        .quote-title,
        .quote-form__heading,
        .footer-contact__value,
        .hamburger-nav__p {
            font-family: var(--px-font-title);
        }

        html,
        body {
            overflow-x: hidden;
            margin-top: 0 !important;
        }

        img {
            max-width: 100%;
        }

        a {
            color: inherit;
        }

        .container {
            max-width: var(--px-container) !important;
        }

        .site-mark {
            display: inline-block;
            width: .78rem;
            height: 2rem;
            flex: 0 0 auto;
            background: var(--px-orange);
            transform: skewX(-18deg);
            overflow: visible;
        }

        .section-kicker {
          display: flex;
          align-items: center;
          gap: .7rem;
          margin-bottom: 1.35rem;
          color: var(--px-dark);
          font-size: 25px;
          font-family: 'Inter';
          font-weight: 700;
          line-height: 2.7;
          text-transform: uppercase;
        }

        .section-title {
            margin: 0;
            color: var(--px-dark);
            font-size: clamp(2.15rem, 5.5vw, 4.7rem);
            font-weight: 950;
            line-height: 1.08;
            text-transform: uppercase;
        }

        h2,
        h2.section-title,
        .promo__title,
        .quote-title,
        .site-footer__brand {
            max-width: none;
            font-size: 60px;
            font-weight: 800;
            line-height: 1.08;
        }

        .section-title span {
            color: var(--px-orange);
        }

        .site-header {
            position: fixed;
            top: 0;
            right: 0;
            left: 0;
            z-index: 20;
            background: rgba(238, 234, 222, .92);
            border-bottom: 1px solid rgba(40, 40, 41, .08);
            backdrop-filter: blur(12px);
        }

        .site-header__inner {
            min-height: 72px;
        }

        .site-announcement {
            overflow: hidden;
            max-height: 2.35rem;
            opacity: 1;
            transform: translateY(0);
            background: #000;
            transition: max-height .5s cubic-bezier(.625, .05, 0, 1), opacity .3s ease, transform .5s cubic-bezier(.625, .05, 0, 1);
        }

        .site-header.is-announcement-hidden .site-announcement {
            max-height: 0;
            opacity: 0;
            transform: translateY(-100%);
        }

        .site-announcement__inner {
            min-height: 2.35rem;
            padding-top: .35rem;
            padding-bottom: .35rem;
        }

        .site-announcement__text {
            margin: 0;
            color: #fff;
            font-family: var(--px-font-title);
            font-size: clamp(.66rem, 1.3vw, .78rem);
            font-weight: 600;
            line-height: 1.25;
            text-transform: uppercase;
        }

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

        .site-announcement__text a:hover,
        .site-announcement__text a:focus {
            color: var(--px-orange);
        }

        .site-announcement__arrow {
            display: inline-flex;
            align-items: center;
            width: 1.15em;
            height: 1.15em;
            margin-left: .25rem;
            color: var(--px-orange);
            vertical-align: -.18em;
        }

        .site-announcement__arrow svg {
            display: block;
            width: 100%;
            height: 100%;
        }

        .site-announcement__button {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 6.9rem;
            min-height: 1.65rem;
            padding: .36rem .8rem;
            border: 0;
            background: var(--px-orange);
            color: #fff;
            font-family: var(--px-font-title);
            font-size: .58rem;
            font-weight: 800;
            line-height: 1;
            text-decoration: none;
            text-transform: uppercase;
            transform: skewX(-12deg);
        }

        .site-announcement__button span {
            display: inline-block;
            transform: skewX(12deg);
        }

        .site-announcement__count {
            position: absolute;
            top: -.55rem;
            left: 50%;
            display: grid;
            place-items: center;
            width: 1.1rem;
            height: 1.1rem;
            border-radius: 50%;
            background: #fff;
            border: 1px solid rgba(0, 0, 0, .2);
            color: #000;
            font-family: var(--px-font-title);
            font-size: .52rem;
            font-weight: 800;
            transform: translateX(-50%) skewX(12deg);
        }

        .brand-logo {
            color: #111;
            font-size: 1.1rem;
            font-weight: 950;
            letter-spacing: -.02em;
            line-height: 1;
            text-decoration: none;
            text-transform: uppercase;
        }
.brand-logo img {
    max-width: 150px;
    padding: 15px 0;
}
        .brand-logo span {
            color: var(--px-orange);
        }

        .site-nav__link {
            color: #202020;
            display: inline-flex;
            align-items: center;
            padding: 0;
            font-family: var(--px-font-title);
            font-size: .82rem;
            font-weight: 500;
            line-height: 1;
            text-decoration: none;
        }

        .site-nav__link:hover,
        .site-nav__link:focus {
            color: var(--px-orange);
        }

        .site-nav .dropdown-toggle {
            line-height: 1;
            vertical-align: baseline;
            transform: translateY(-2px);
        }

        .site-nav .dropdown-toggle::after {
            margin-top: 0;
            vertical-align: middle;
        }

        .site-header__toggle {
            width: 2.75rem;
            height: 2.75rem;
            border: 0;
            border-radius: 0;
            background: var(--px-dark);
            color: #fff;
        }

        .site-header__toggle-line {
            display: block;
            width: 1.25rem;
            height: 2px;
            margin: .24rem auto;
            background: currentColor;
            transition: transform .2s ease, opacity .2s ease;
        }

        .site-header__toggle[aria-expanded="true"] .site-header__toggle-line:nth-child(1) {
            transform: translateY(6px) rotate(45deg);
        }

        .site-header__toggle[aria-expanded="true"] .site-header__toggle-line:nth-child(2) {
            opacity: 0;
        }

        .site-header__toggle[aria-expanded="true"] .site-header__toggle-line:nth-child(3) {
            transform: translateY(-6px) rotate(-45deg);
        }

        .site-nav__dropdown {
            min-width: 10rem;
            border: 0;
            border-radius: 0;
            box-shadow: 0 1rem 2rem rgba(30, 30, 30, .08);
        }

        .site-nav__dropdown .dropdown-item {
            font-size: .72rem;
            font-weight: 700;
        }

        .mobile-nav {
            border-top: 1px solid rgba(40, 40, 41, .08);
            background: rgba(238, 234, 222, .98);
        }

        .mobile-nav__inner {
            padding: 1rem 0 1.25rem;
        }

        .mobile-nav .site-nav__link,
        .mobile-nav .dropdown-toggle {
            width: 100%;
            padding: .85rem 0;
            color: var(--px-dark);
            font-size: .9rem;
            font-weight: 950;
            text-align: left;
            text-transform: uppercase;
        }

        .mobile-nav .site-nav__dropdown {
            position: static !important;
            width: 100%;
            margin: 0 0 .75rem;
            padding: .35rem 0;
            transform: none !important;
            background: transparent;
            box-shadow: none;
        }

        .mobile-nav .dropdown-item {
            padding: .45rem 0 .45rem 1rem;
            color: var(--px-body);
            background: transparent;
            font-size: .82rem;
            font-weight: 800;
            text-transform: uppercase;
        }

        .mobile-nav .dropdown-item:hover,
        .mobile-nav .dropdown-item:focus {
            color: var(--px-orange);
            background: transparent;
        }

        .navigation {
            z-index: 500;
            pointer-events: none;
            position: fixed;
            inset: 0;
        }

        .navigation__dark-bg {
            transition: all .7s cubic-bezier(.5, .5, 0, 1);
            opacity: 0;
            pointer-events: auto;
            visibility: hidden;
            background-color: #000;
            position: absolute;
            inset: 0;
        }

        [data-navigation-status="active"] .navigation__dark-bg {
            opacity: .33;
            visibility: visible;
        }

        .hamburger-nav {
            border-radius: 1.5em;
            position: absolute;
            top: calc(2.35rem + ((72px - 3.5em) / 2));
            right: 1em;
            font-size: .92rem;
        }

        .site-header.is-announcement-hidden + .navigation .hamburger-nav {
            top: calc((72px - 3.5em) / 2);
        }

        .hamburger-nav__bg {
            transition: all .7s cubic-bezier(.5, .5, 0, 1);
            background-color: #f1ebe0;
            border-radius: 1.75em;
            width: 3.5em;
            height: 3.5em;
            position: absolute;
            top: 0;
            right: 0;
            box-shadow: 0 1rem 2.4rem rgba(30, 30, 30, .14);
        }

        [data-navigation-status="active"] .hamburger-nav__bg {
            width: 100%;
            height: 100%;
        }

        .hamburger-nav__group {
            transition: all .5s cubic-bezier(.5, .5, 0, 1), transform .7s cubic-bezier(.5, .5, 0, 1);
            grid-column-gap: 1em;
            grid-row-gap: 1em;
            pointer-events: auto;
            transform-origin: 100% 0;
            flex-flow: column;
            width: min(78vw, 23rem);
            padding: 2.25em 2.5em 2.1em 2em;
            display: flex;
            position: relative;
            transform: scale(.15) rotate(.001deg);
            opacity: 0;
            visibility: hidden;
        }

        [data-navigation-status="active"] .hamburger-nav__group {
            transform: scale(1) rotate(.001deg);
            opacity: 1;
            visibility: visible;
        }

        .hamburger-nav__menu-p {
            opacity: .5;
            letter-spacing: .1em;
            text-transform: uppercase;
            margin-bottom: 0;
            font-size: .78em;
            font-weight: 900;
        }

        .hamburger-nav__ul, .hamburger-nav ul {
            grid-column-gap: .375em;
            grid-row-gap: .375em;
            flex-flow: column;
            margin-top: 0;
            margin-bottom: 0;
            margin: 0 !important;
            padding: 0 !important;
            display: flex;
            position: relative;
        }

        .hamburger-nav__li, .hamburger-nav li {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .hamburger-nav__a, .hamburger-nav a {
            color: #000;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            min-height: 2.78rem;
            padding: 0;
            border: 0;
            background: transparent;
            font: inherit;
            text-align: left;
            text-decoration: none;
            display: flex;
            appearance: none;
        }

        .hamburger-nav__a[aria-current] .hamburger-nav__p {
            opacity: .33;
        }
.hamburger-nav li.current-menu-item a {
    opacity: .33;
}
        .hamburger-nav__p, .hamburger-nav a {
            white-space: nowrap;
            margin-bottom: 0;
            padding-right: 1.25em;
            font-size: clamp(1.6rem, 9vw, 2.35rem);
            font-weight: 500;
            line-height: 1.28;
            font-family: var(--px-font-title);
            text-transform: uppercase;
        }

        .hamburger-nav__dot {
            transition: all .7s cubic-bezier(.5, .5, 0, 1);
            background-color: currentColor;
            border-radius: 50%;
            flex-shrink: 0;
            width: .5em;
            height: .5em;
            transform: scale(0) rotate(.001deg);
            opacity: .5;
        }

        .hamburger-nav__a[aria-current] .hamburger-nav__dot {
            transform: scale(1) rotate(.001deg);
            opacity: 1;
        }

        .hamburger-nav:has(.hamburger-nav__a:hover) .hamburger-nav__dot {
            transform: scale(0) rotate(.001deg);
        }

        .hamburger-nav .hamburger-nav__a:hover .hamburger-nav__dot,
        .hamburger-nav .hamburger-nav__a:focus .hamburger-nav__dot {
            transform: scale(1) rotate(.001deg);
            opacity: .25;
        }

        .hamburger-nav__submenu {
            display: none;
            margin: .15rem 0 .75rem;
            padding: 0;
        }

        .hamburger-nav__submenu.is-active {
            display: grid;
            gap: .45rem;
        }

        .hamburger-nav__submenu-a {
            color: #000;
            font-family: var(--px-font-title);
            font-size: .82rem;
            font-weight: 500;
            line-height: 1.4;
            text-decoration: none;
            text-transform: uppercase;
        }

        .hamburger-nav__submenu-a:hover,
        .hamburger-nav__submenu-a:focus {
            color: var(--px-orange);
        }

        .hamburger-nav__toggle {
            transition: transform .7s cubic-bezier(.5, .5, 0, 1);
            pointer-events: auto;
            cursor: pointer;
            border: 0;
            border-radius: 50%;
            justify-content: center;
            align-items: center;
            width: 3.5em;
            height: 3.5em;
            display: flex;
            position: absolute;
            top: 0;
            right: 0;
            transform: translate(0, 0) rotate(.001deg);
        }

        [data-navigation-status="active"] .hamburger-nav__toggle {
            transform: translate(-1em, 1em) rotate(.001deg);
        }

        .hamburger-nav__toggle-bar {
            transition: transform .7s cubic-bezier(.5, .5, 0, 1);
            background-color: #000;
            width: 40%;
            height: .125em;
            position: absolute;
            transform: translateY(-.15em) rotate(.001deg);
        }

        .hamburger-nav__toggle:hover .hamburger-nav__toggle-bar {
            transform: translateY(.15em) rotate(.001deg);
        }

        [data-navigation-status="active"] .hamburger-nav__toggle .hamburger-nav__toggle-bar {
            transform: translateY(0) rotate(45deg);
        }

        .hamburger-nav__toggle .hamburger-nav__toggle-bar:nth-child(2) {
            transition: transform .7s cubic-bezier(.5, .5, 0, 1);
            transform: translateY(.15em) rotate(.001deg);
        }

        .hamburger-nav__toggle:hover .hamburger-nav__toggle-bar:nth-child(2) {
            transform: translateY(-.15em) rotate(.001deg);
        }

        [data-navigation-status="active"] .hamburger-nav__toggle .hamburger-nav__toggle-bar:nth-child(2) {
            transform: translateY(0) rotate(-45deg);
        }

        [data-split="heading"] {
            will-change: transform;
        }

        [data-split="heading"] .line {
            padding-top: .08em;
            padding-bottom: .12em;
        }

        @media (min-width: 992px) {
            .navigation {
                display: none;
            }
        }

        .btn-playground {
            --bs-btn-padding-x: 1.4rem;
            --bs-btn-padding-y: .55rem;
            --bs-btn-border-radius: 0;
            --bs-btn-font-size: .7rem;
            --bs-btn-font-weight: 900;
            --bs-btn-color: #fff;
            --bs-btn-bg: var(--px-orange);
            --bs-btn-border-color: var(--px-orange);
            --bs-btn-hover-color: #fff;
            --bs-btn-hover-bg: #e85f00;
            --bs-btn-hover-border-color: #e85f00;
            text-transform: uppercase;
            transform: skewX(-12deg);
        }

        .btn-playground span {
            display: inline-block;
            transform: skewX(12deg);
        }

        .hero {
            position: relative;
            min-height: 720px;
            display: flex;
            align-items: center;
            overflow: hidden;
        }
        .hero::before {
            position: absolute;
            width: 100%;
            content: "";
            top: 0;
            left: 0;
            z-index: 0;
            opacity: 0.9;
            min-height: 720px;
            height: 100%;
            background:
                linear-gradient(90deg, rgba(238, 234, 222, .97) 0%, rgba(238, 234, 222, .86) 48%, rgba(238, 234, 222, .58) 100%),
                linear-gradient(135deg, rgba(255, 255, 255, .8), rgba(255, 255, 255, .1)),
                radial-gradient(circle at 78% 42%, rgba(255, 166, 67, .2), transparent 24%) center/cover;
        }
        .hero .container {
          position: relative;
        }
        .hero__content {
            padding-top: 5rem;
            padding-bottom: 4rem;
        }

        .hero__copy {
            max-width: 620px;
            margin-top: 2rem;
            color: var(--px-body);
            font-size: .95rem;
            font-weight: 700;
            line-height: 1.85;
        }

        .hero__stats {
            max-width: 860px;
            margin-top: 4.6rem;
        }

        .hero-stat__number {
            margin-bottom: .15rem;
            color: var(--px-dark);
            font-size: clamp(1.5rem, 3vw, 2.05rem);
            font-weight: 950;
            line-height: 1;
        }

        .hero-stat__label {
            margin: 0;
            color: var(--px-body);
            font-size: .72rem;
            font-weight: 700;
        }

        .event-ticker {
            overflow: hidden;
            border-top: 1px solid rgba(40, 40, 41, .08);
            border-bottom: 1px solid rgba(40, 40, 41, .08);
            background: #f7f3ec;
        }

        .event-ticker__track {
            display: flex;
            width: max-content;
            padding: 1.2rem 0;
            animation: marquee 30s linear infinite;
        }

        .event-ticker__item {
            display: inline-flex;
            align-items: center;
            gap: 2rem;
            padding-right: 2rem;
            color: #4a4845;
            font-size: clamp(1.45rem, 3vw, 2.55rem);
            font-weight: 950;
            line-height: 1;
            white-space: nowrap;
            text-transform: uppercase;
        }

        .event-ticker__slash {
            color: var(--px-orange);
        }

        @keyframes marquee {
            from {
                transform: translateX(0);
            }
            to {
                transform: translateX(-50%);
            }
        }

        .locations {
            padding: clamp(4rem, 8vw, 7.2rem) 0;
        }

        .location-card {
            height: 100%;
            background: var(--px-card);
        }

        .location-card__visual {
            min-height: 350px;
            background: var(--px-cream);
        }


       .location-card__body {
            padding: 1.65rem 1.9rem 2rem;
        }

        .location-card__meta {
            display: flex;
            justify-content: space-between;
            font-size: 20px;
            font-weight: 400;
            text-transform: uppercase;
        }

        .location-card__title {
            margin: .25rem 0 1.45rem;
            font-size: 40px;
            font-weight: 950;
            line-height: 70px;
            text-transform: uppercase;
        }

        .location-spec {
            padding-top: .9rem;
            border-top: 1px solid var(--px-line);
        }

        .location-spec__label {
          margin-bottom: .15rem;
          line-height: 1.2;
          font-weight: 400;
          text-transform: uppercase;
        }

        .location-spec__value {
          margin: 0;
          font-weight: 950;
          line-height: 1.25;
          text-transform: uppercase;
        }

        .text-link {
            display: inline-block;
            margin-top: 3rem;
            color: #1c1c1c;
            font-size: .62rem;
            font-weight: 950;
            text-transform: uppercase;
        }

        .plots-section {
            padding: clamp(4.5rem, 8vw, 7rem) 0;
            background: #f1ebe0;
        }

        .plots-section__header {
            margin-bottom: clamp(2.5rem, 5vw, 4rem);
        }

        .plots-section__copy {
            max-width: 34rem;
            color: var(--px-body);
            font-size: .95rem;
            font-weight: 700;
            line-height: 1.85;
        }

        .directional-list {
            color: var(--px-dark);
            flex-flow: column;
            width: 100%;
            display: flex;
            position: relative;
        }

        .directional-list__info {
            grid-column-gap: 1rem;
            grid-row-gap: 1rem;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            padding: 0 1.4rem 1rem;
            display: flex;
            position: relative;
        }

        .direcitonal-list__eyebrow {
            color: var(--px-orange);
            letter-spacing: .08em;
            text-transform: uppercase;
            margin-bottom: 0;
            font-family: var(--px-font-title);
            font-size: .68rem;
            font-weight: 800;
            line-height: 1;
        }

        .directional-list__item {
            grid-column-gap: 1rem;
            grid-row-gap: 1rem;
            color: inherit;
            justify-content: space-between;
            align-items: center;
            margin-top: -1px;
            padding: 2rem 1.4rem;
            text-decoration: none;
            display: flex;
            position: relative;
            overflow: hidden;
        }

        .directional-list__item:hover,
        .directional-list__item:focus {
            color: #fff;
        }

        .directional-list__col-award {
            min-width: 43%;
            position: relative;
            z-index: 1;
        }

        .directional-list__col-client {
            flex: 1;
            position: relative;
            z-index: 1;
        }

        .directional-list__col-year {
            flex: none;
            min-width: 8rem;
            text-align: right;
            position: relative;
            z-index: 1;
        }

        .direcitonal-list__p {
            margin-bottom: 0;
            font-family: var(--px-font-title);
            font-size: clamp(1.05rem, 2vw, 1.45rem);
            font-weight: 800;
            line-height: 1.25;
            text-transform: uppercase;
        }

        .directional-list__border {
            z-index: 2;
            opacity: .22;
            background-color: currentColor;
            width: 100%;
            height: 1px;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .directional-list__border.is--item {
            top: 0;
            bottom: auto;
        }

        .directional-list__hover-tile {
            background-color: var(--px-orange);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

        [data-directional-hover-tile] {
            transition: transform .5s cubic-bezier(.16, 1, .3, 1);
            transform: translateY(-100%);
            will-change: transform;
        }

        .promo {
            padding: 2rem 0 clamp(4rem, 8vw, 7rem);
        }

        .promo-collage {
            position: relative;
            min-height: 415px;
        }

        .promo-collage__image {
            position: absolute;
            overflow: hidden;
            background: var(--px-card);
        }

        .promo-collage__image--large {
            top: 0;
            left: 0;
            width: 72%;
            min-height: 330px;
            background:
                linear-gradient(rgba(183, 124, 35, .18), rgba(183, 124, 35, .18)),
                linear-gradient(180deg, #e6c177 0 38%, #b8862d 38% 100%);
        }

        .promo-collage__image--large::before {
            position: absolute;
            inset: 0;
            content: "";
            background:
                linear-gradient(90deg, transparent 0 12%, rgba(75,47,18,.36) 12% 13%, transparent 13% 27%, rgba(75,47,18,.36) 27% 28%, transparent 28%),
                repeating-linear-gradient(105deg, rgba(255,255,255,.34) 0 3px, transparent 4px 96px);
        }

        .promo-collage__image--small {
            right: 0;
            bottom: 0;
            width: 50%;
            min-height: 220px;
            background:
                linear-gradient(180deg, #b9dcf1 0 46%, #e1c17f 47% 100%);
            box-shadow: 0 1.5rem 2.5rem rgba(40, 40, 41, .12);
        }

        .promo-collage__image--small::before {
            position: absolute;
            right: 18%;
            bottom: 18%;
            width: 7.4rem;
            height: 7.4rem;
            content: "";
            background: conic-gradient(from 180deg at 50% 42%, #b28b4c, #d2af70, #8e6b36, #b28b4c);
            clip-path: polygon(50% 0, 96% 42%, 56% 42%, 56% 100%, 44% 100%, 44% 42%, 4% 42%);
        }

        .promo__title {
            margin-bottom: 1.2rem;
            text-transform: uppercase;
        }

        .promo__copy {
            color: var(--px-body);
            font-size: .88rem;
            font-weight: 700;
            line-height: 1.9;
        }

        .setting {
            padding: clamp(4rem, 7vw, 6.5rem) 0 0;
        }

        .setting__header {
            margin-bottom: 2.8rem;
        }

        .map-visual {
            position: relative;
            min-height: clamp(340px, 45vw, 650px);
            overflow: hidden;
            background:
                radial-gradient(circle at 21% 27%, #7dc25d 0 4%, transparent 5%),
                radial-gradient(circle at 34% 45%, #e7c989 0 5%, transparent 6%),
                radial-gradient(circle at 65% 48%, #d8bd80 0 4%, transparent 5%),
                radial-gradient(circle at 76% 22%, #6eb24f 0 6%, transparent 7%),
                linear-gradient(118deg, transparent 0 42%, rgba(255,255,255,.62) 42% 44%, transparent 44%),
                linear-gradient(90deg, #6aaa45 0 34%, #8ccb5b 34% 72%, #79bc4e 72% 100%);
        }

        .map-visual::before {
            position: absolute;
            inset: 0;
            content: "";
            background:
                linear-gradient(105deg, transparent 0 70%, rgba(80, 80, 80, .22) 70% 75%, transparent 75%),
                radial-gradient(circle at 33% 52%, #f4d55f 0 3%, #e85f00 3% 6%, #3aa7e2 6% 9%, transparent 10%),
                repeating-linear-gradient(20deg, rgba(48, 91, 39, .18) 0 2px, transparent 2px 90px);
            mix-blend-mode: multiply;
        }

        .map-visual__label {
            position: absolute;
            left: 10%;
            top: 33%;
            color: #fff;
            font-size: .75rem;
            font-weight: 900;
            text-shadow: 0 1px 4px rgba(0,0,0,.34);
        }

        .map-visual__pin {
            position: absolute;
            top: 17%;
            left: 58%;
            display: inline-flex;
            align-items: center;
            gap: .45rem;
            color: #fff;
            font-size: .72rem;
            font-weight: 900;
            text-shadow: 0 1px 4px rgba(0,0,0,.32);
        }

        .map-visual__pin::before {
            width: 1.4rem;
            height: 1.4rem;
            content: "";
            background: var(--px-orange);
            border-radius: 50% 50% 50% 0;
            transform: rotate(-45deg);
        }

        .quote-section {
            padding: clamp(4.5rem, 8vw, 7rem) 0;
        }


/*         .quote-section__header {
            padding-left: clamp(0rem, 6vw, 4rem);
        }

        .quote-title {
            color: var(--px-dark);
            line-height: 1.05;
            text-transform: uppercase;
        } */

        .quote-title span {
            color: var(--px-orange);
        }

        .quote-card {
            overflow: hidden;
            background: var(--px-white);
        }

        .quote-card__form-pane {
            padding: clamp(2rem, 4vw, 3.4rem);
        }

        .quote-card__contact {
            position: relative;
            min-height: 310px;
            padding: clamp(2rem, 4vw, 3.1rem);
            border-top: 1px solid var(--px-line);
        }

        .quote-steps__list {
            color: #c1c1c1;
            font-size: .86rem;
            font-weight: 900;
            text-transform: uppercase;
        }

        .quote-steps__item--active {
            color: #111;
        }

        .quote-form__check {
            display: flex;
            align-items: center;
            min-height: 1rem;
            padding-left: 0;
        }

        .quote-form__check .form-check-input {
            width: .85rem;
            height: .85rem;
            margin: 0;
            border: 0;
            border-radius: 0;
            background-color: var(--px-field);
        }

        .quote-form__check .form-check-input:checked {
            background-color: var(--px-orange);
            background-image: none;
        }

        .quote-form__check .form-check-label {
            margin-left: .7rem;
            color: #494640;
            font-size: .55rem;
            line-height: 1;
            text-transform: uppercase;
        }

        .quote-form__heading {
            color: #151515;
            font-size: .75rem;
            font-weight: 950;
            text-transform: uppercase;
        }

        .quote-form__label,
        .quote-contact__label {
            color: #555;
            font-size: .5rem;
            font-weight: 700;
            line-height: 1.2;
            text-transform: uppercase;
        }

        .quote-form__control {
            min-height: 1.45rem;
            padding: .15rem .4rem;
            border: 0;
            border-radius: 0;
            background-color: var(--px-field);
            font-size: .75rem;
        }

        .quote-form__control:focus {
            background-color: var(--px-field);
            box-shadow: 0 0 0 .15rem rgba(255, 106, 0, .18);
        }

        .quote-form__next {
            padding: 0;
            border: 0;
            color: #111;
            font-size: .72rem;
            font-weight: 950;
            line-height: 1;
            text-decoration: underline;
            text-transform: uppercase;
        }

        .quote-contact__email,
        .quote-contact__phone {
            color: #141414;
            font-weight: 950;
            line-height: 1.1;
        }

        .quote-contact__email {
            font-size: clamp(1rem, 2.2vw, 1.4rem);
            text-transform: uppercase;
        }

        .quote-contact__phone {
            font-size: 1.08rem;
        }

        .quote-contact a {
            text-decoration: none;
        }

        .quote-card__person {
            position: absolute;
            right: 0;
            bottom: 0;
            width: min(48%, 13rem);
        }

        .person-illustration {
            width: 100%;
            aspect-ratio: 1 / 1.1;
        }

        .faq-section {
            padding: clamp(4.5rem, 8vw, 7rem) 0;
            background: #f1ebe0;
        }


        .faq-section__copy {
            color: var(--px-body);
            font-size: .9rem;
            font-weight: 700;
            line-height: 1.85;
        }

        .accordion-css {
            width: 100%;
            position: relative;
        }

        .accordion-css__list {
            grid-column-gap: .65rem;
            grid-row-gap: .65rem;
            flex-flow: column;
            margin-top: 0;
            margin-bottom: 0;
            padding-left: 0;
            display: flex;
            position: static;
        }

        .accordion-css__item {
            background-color: var(--px-card);
            border-top: 1px solid rgba(40, 40, 41, .16);
            list-style: none;
        }

        .accordion-css__item-top {
            grid-column-gap: 1rem;
            grid-row-gap: 1rem;
            cursor: pointer;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            padding: 1.65rem 1.55rem;
            border: 0;
            background: transparent;
            color: #000;
            text-align: left;
            display: flex;
        }

        .accordion-css__item-bottom {
            transition: grid-template-rows .6s cubic-bezier(.625, .05, 0, 1);
            grid-template-rows: 0fr;
            display: grid;
            position: relative;
            overflow: hidden;
        }

        [data-accordion-status="active"] .accordion-css__item-bottom {
            grid-template-rows: 1fr;
        }

        .accordion-css__item-bottom-wrap {
            flex-flow: column;
            height: 100000%;
            display: flex;
            position: relative;
            overflow: hidden;
        }

        .accordion-css__item-bottom-content {
            padding: 0 5rem 1.85rem 1.55rem;
        }

        .accordion-css__item-h3 {
            margin-top: 0;
            margin-bottom: 0;
            font-family: var(--px-font-title);
            font-size: clamp(1.1rem, 2vw, 1.45rem);
            font-weight: 800;
            line-height: 1.45;
            text-transform: uppercase;
        }

        .accordion-css__item-icon {
            transition: transform .6s cubic-bezier(.625, .05, 0, 1), background-color .25s ease;
            background-color: var(--px-orange);
            color: #fff;
            border-radius: 50%;
            flex-shrink: 0;
            justify-content: center;
            align-items: center;
            width: 2.4rem;
            height: 2.4rem;
            display: flex;
            transform: rotate(180deg);
        }

        [data-accordion-status="active"] .accordion-css__item-icon {
            transform: rotate(.001deg);
            background-color: #000;
        }

        .accordion-css__item-icon-svg {
            width: 1rem;
        }

        .accordion-css__item-p {
            color: var(--px-body);
            margin-bottom: 0;
            font-size: .92rem;
            font-weight: 700;
            line-height: 1.75;
        }

        .site-footer {
            padding: clamp(4rem, 7vw, 6rem) 0 2rem;
            background: var(--px-cream);
        }

        .site-footer__brand {
            margin: 1rem 0 2rem;
        }

        .site-footer__copy {
            max-width: 300px;
            color: var(--px-body);
            font-size: .78rem;
            font-weight: 700;
            line-height: 1.9;
        }

        .footer-contact__item {
            padding: 1.2rem 0;
            border-top: 1px solid var(--px-line);
        }

        .footer-contact__label {
            margin-bottom: .45rem;
            color: var(--px-muted);
            font-size: 15px;
            font-weight: 400;
            text-transform: uppercase;
        }

        .footer-contact__value {
            margin: 0;
            color: var(--px-dark);
            font-size: 30px;
            font-weight: 600;
            line-height: 1.2;
            text-transform: uppercase;
        }

        .site-footer__bottom {
            margin-top: 5rem;
            color: #000;
            font-size: 15px;
            font-weight: 400;
            text-transform: uppercase;
        }

        @media (min-width: 768px) {
            .quote-card__contact {
                border-top: 0;
                border-left: 1px solid var(--px-line);
            }
        }

        @media (max-width: 991.98px) {
            .hero {
                min-height: auto;
            }

            .hero__stats {
                margin-top: 2.8rem;
            }

            .location-card__visual {
                min-height: 280px;
            }

            .promo-collage {
                min-height: 340px;
                margin-bottom: 2.5rem;
            }
        }

        @media (max-width: 575.98px) {
            .site-header__inner {
                min-height: 64px;
            }

            main {
                padding-top: 0;
            }

            .site-announcement__inner {
                min-height: 2.35rem;
                padding-top: .4rem;
                padding-bottom: .4rem;
            }

            .site-announcement__button {
                min-width: 6.5rem;
            }

            .hamburger-nav {
                top: calc(2.35rem + ((64px - 3.5em) / 2));
            }

            .site-header.is-announcement-hidden + .navigation .hamburger-nav {
                top: calc((64px - 3.5em) / 2);
            }

            .section-kicker {
                font-size: .64rem;
            }

            h2,
            h2.section-title,
            .promo__title,
            .quote-title,
            .site-footer__brand {
                font-size: clamp(2.35rem, 12vw, 3.75rem);
            }

            .hero__content {
                padding-top: 3rem;
            }

            .hero__copy {
                font-size: .86rem;
            }

            .event-ticker__track {
                animation: none;
                transform: none;
            }

            .location-card__visual {
                min-height: 230px;
            }

            .location-card__body {
                padding: 1.35rem;
            }

            .directional-list__info {
                display: none;
            }

            .directional-list__item {
                align-items: flex-start;
                flex-direction: column;
                padding: 1.45rem 1rem;
            }

            .directional-list__col-award,
            .directional-list__col-client,
            .directional-list__col-year {
                width: 100%;
                min-width: 0;
                text-align: left;
            }

            .directional-list__col-award::before,
            .directional-list__col-client::before,
            .directional-list__col-year::before {
                display: block;
                margin-bottom: .25rem;
                color: var(--px-orange);
                font-family: var(--px-font-title);
                font-size: .58rem;
                font-weight: 800;
                letter-spacing: .08em;
                line-height: 1;
                text-transform: uppercase;
            }

            .directional-list__col-award::before {
                content: "Kavel";
            }

            .directional-list__col-client::before {
                content: "Grootte";
            }

            .directional-list__col-year::before {
                content: "Vanaf prijs";
            }

            .promo-collage__image--large {
                width: 82%;
                min-height: 250px;
            }

            .promo-collage__image--small {
                width: 62%;
                min-height: 180px;
            }

            .map-visual__pin {
                left: 42%;
            }

            .quote-section__header {
                padding-left: 0;
            }

            .accordion-css__item-top {
                align-items: flex-start;
                padding: 1.35rem 1rem;
            }

            .accordion-css__item-bottom-content {
                padding: 0 1rem 1.45rem;
            }

            .accordion-css__item-icon {
                width: 2.15rem;
                height: 2.15rem;
                margin-top: .1rem;
            }

            .quote-card__person {
                width: 10.5rem;
                opacity: .9;
            }

            .site-footer__bottom {
                margin-top: 3rem;
            }

        }


   /* responsive menu */
  .hamburglar {
  margin: 0px;
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  transform: scale(1);
  position: fixed;
  user-select: none;
  right: 20px;
  bottom: 6px;
  }
  
  .path-burger {
  position: absolute;
  top: 0;
  left: 0;
  height: 68px;
  width: 68px;
  -webkit-mask: url(#mask);
  mask: url(#mask);
  -webkit-mask-box-image: url(https://raygun.io/upload/mask.svg);
  }
  
  .animate-path {
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
  height: 68px;
  }
  
  .path-rotation {
  height: 34px;
  width: 34px;
  margin: 34px 34px 0 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  }
  
  .path-rotation:before {
  content: '';
  display: block;
  width: 30px;
  height: 34px;
  margin: 0 4px 0 0;
  background: #001568;
  }
  
  @-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  40% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  }
  
  @keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  40% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  }
  
  @-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  
  40% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  }
  
  @keyframes rotate-in {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  
  40% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  }
  
  .hamburglar.is-open .path {
  -webkit-animation: dash-in 0.6s linear normal;
  animation: dash-in 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  }
  
  .hamburglar.is-open .animate-path {
  -webkit-animation: rotate-in 0.6s linear normal;
  animation: rotate-in 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  }
  
  .hamburglar.is-closed .path {
  -webkit-animation: dash-out 0.6s linear normal;
  animation: dash-out 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  }
  
  .hamburglar.is-closed .animate-path {
  -webkit-animation: rotate-out 0.6s linear normal;
  animation: rotate-out 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  }
  
  .path {
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  stroke-linejoin: round;
  }
  
  @-webkit-keyframes dash-in {
  0% {
    stroke-dashoffset: 240;
  }
  
  40% {
    stroke-dashoffset: 240;
  }
  
  100% {
    stroke-dashoffset: 0;
  }
  }
  
  @keyframes dash-in {
  0% {
    stroke-dashoffset: 240;
  }
  
  40% {
    stroke-dashoffset: 240;
  }
  
  100% {
    stroke-dashoffset: 0;
  }
  }
  
  @-webkit-keyframes dash-out {
  0% {
    stroke-dashoffset: 0;
  }
  
  40% {
    stroke-dashoffset: 240;
  }
  
  100% {
    stroke-dashoffset: 240;
  }
  }
  
  @keyframes dash-out {
  0% {
    stroke-dashoffset: 0;
  }
  
  40% {
    stroke-dashoffset: 240;
  }
  
  100% {
    stroke-dashoffset: 240;
  }
  }
  
  .burger-icon {
  position: absolute;
  padding: 20px 16px;
  height: 68px;
  width: 68px;
  }
  
  .burger-container {
  position: relative;
  height: 28px;
  width: 36px;
  }
  
  .burger-bun-top,
  .burger-bun-bot,
  .burger-filling {
  position: absolute;
  display: block;
  height: 4px;
  width: 36px;
  border-radius: 2px;
  background: #001568;
  }
  
  .burger-bun-top {
  top: 0;
  -webkit-transform-origin: 34px 2px;
  transform-origin: 34px 2px;
  }
  
  .burger-bun-bot {
  bottom: 0;
  -webkit-transform-origin: 34px 2px;
  transform-origin: 34px 2px;
  }
  
  .burger-filling {
  top: 12px;
  }
  
  .burger-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
  }
  
  .svg-ring {
  width: 68px;
  height: 68px;
  }
  
  .hamburglar.is-open .burger-bun-top {
  -webkit-animation: bun-top-out 0.6s linear normal;
  animation: bun-top-out 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  }
  
  .hamburglar.is-open .burger-bun-bot {
  -webkit-animation: bun-bot-out 0.6s linear normal;
  animation: bun-bot-out 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  }
  
  .hamburglar.is-closed .burger-bun-top {
  -webkit-animation: bun-top-in 0.6s linear normal;
  animation: bun-top-in 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  }
  
  .hamburglar.is-closed .burger-bun-bot {
  -webkit-animation: bun-bot-in 0.6s linear normal;
  animation: bun-bot-in 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  }
  
  @-webkit-keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  20% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  
  80% {
    left: -5px;
    top: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  
  100% {
    left: -5px;
    top: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  }
  
  @keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  20% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  
  80% {
    left: -5px;
    top: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  
  100% {
    left: -5px;
    top: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  }
  
  @-webkit-keyframes bun-bot-out {
  0% {
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  20% {
    left: 0;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  
  80% {
    left: -5px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  
  100% {
    left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  }
  
  @keyframes bun-bot-out {
  0% {
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  20% {
    left: 0;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  
  80% {
    left: -5px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  
  100% {
    left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  }
  
  @-webkit-keyframes bun-top-in {
  0% {
    left: -5px;
    bot: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  20% {
    left: -5px;
    bot: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  
  80% {
    left: 0;
    bot: 0;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  
  100% {
    left: 0;
    bot: 1px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  }
  
  @keyframes bun-top-in {
  0% {
    left: -5px;
    bot: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  20% {
    left: -5px;
    bot: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  
  80% {
    left: 0;
    bot: 0;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  
  100% {
    left: 0;
    bot: 1px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  }
  
  @-webkit-keyframes bun-bot-in {
  0% {
    left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  20% {
    left: -5px;
    bot: 0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  
  80% {
    left: 0;
    bot: 0;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  
  100% {
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  }
  
  @keyframes bun-bot-in {
  0% {
    left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  20% {
    left: -5px;
    bot: 0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  
  80% {
    left: 0;
    bot: 0;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  
  100% {
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  }
  
  .hamburglar.is-open .burger-filling {
  -webkit-animation: burger-fill-out 0.6s linear normal;
  animation: burger-fill-out 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  }
  
  .hamburglar.is-closed .burger-filling {
  -webkit-animation: burger-fill-in 0.6s linear normal;
  animation: burger-fill-in 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  }
  
  @-webkit-keyframes burger-fill-in {
  0% {
    width: 0;
    left: 36px;
  }
  
  40% {
    width: 0;
    left: 40px;
  }
  
  80% {
    width: 36px;
    left: -6px;
  }
  
  100% {
    width: 36px;
    left: 0px;
  }
  }
  
  @keyframes burger-fill-in {
  0% {
    width: 0;
    left: 36px;
  }
  
  40% {
    width: 0;
    left: 40px;
  }
  
  80% {
    width: 36px;
    left: -6px;
  }
  
  100% {
    width: 36px;
    left: 0px;
  }
  }
  
  @-webkit-keyframes burger-fill-out {
  0% {
    width: 36px;
    left: 0px;
  }
  
  20% {
    width: 42px;
    left: -6px;
  }
  
  40% {
    width: 0;
    left: 40px;
  }
  
  100% {
    width: 0;
    left: 36px;
  }
  }
  
  @keyframes burger-fill-out {
  0% {
    width: 36px;
    left: 0px;
  }
  
  20% {
    width: 42px;
    left: -6px;
  }
  
  40% {
    width: 0;
    left: 40px;
  }
  
  100% {
    width: 0;
    left: 36px;
  }
  }
  
  /* test */
  
  .no-overflow {
  overflow: hidden;
  }
  
  /* hamburger */
  
  .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  }
  
  .overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
  }
  
  .overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
  }
  
  .overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
  }
  
  .overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
  }
  
  .overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
  }
  
  .overlay nav {
  font-size: 3.2em;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
  text-align: center;
  }
  
  .overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
  }
  
  .overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
  }
  
  .overlay ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  opacity: 0.7;
  transform: scale(1);
  transition: all 0.3s;
  }
  
  .overlay ul li a:hover,
  .overlay ul li a:focus,
  .overlay ul li a:active {
  opacity: 1;
  transform: scale(1.2);
  transition: all 0.3s;
  }
  
  .blob {
  animation: blobby 4s infinite;
  }
  
  .blob2 {
  animation: blobby2 6s infinite;
  }

/* ================================================================== 
    Header
   =============================================================== */   

header {
  background-color: transparent;
  /* filter: drop-shadow(0px 0px 4px rgba(000, 000, 000, 0.25)); */
  z-index: 99999;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
}


header.is-sticky {
    /* background: #fff; */
    /* box-shadow: 0px 1px 3px rgba(140, 139, 139, 0.17); */
    opacity: 1;
    position: fixed;
    left: 0;
    filter: drop-shadow(0px 0px 4px rgba(000, 000, 000, 0.25));
    transition: .5s 
ease;
    right: 0;
    z-index: 9999;
}
header.is-sticky.no-show {
    top: -160px;
    transition: .5s ease;
}
header.is-sticky .topbar {
    height: 3px;
    overflow: hidden;
    transition: .5s ease;
}

/* ================================================================== 
    Menu
   =============================================================== */  

.h-menu.h-menu-right ul {
  list-style: none;
  margin-bottom: 0px;
  flex-direction: row !important;
  display: flex !important;
}
.h-menu.h-menu-right ul li {
  margin-left: 50px;
  position: relative;
}
.h-menu.h-menu-right ul li:last-child:hover {
  color: #333;
}
.h-menu.h-menu-right ul li a {
  color: #333;
  position: relative;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  line-height: 50px;
  border-bottom: 2px solid transparent;
  display: block;
  text-transform: lowercase;
}
.h-menu.h-menu-right ul.sub-menu {
  position: absolute;
  top: 50px;
  left: -30px;
  filter: drop-shadow(rgba(140, 139, 139, 0.17) 0px 4px 3px);
  width: max-content;
  background: rgb(255, 255, 255);
  display: none !important;
  padding: 30px !important;
  min-width: 250px;
}
.h-menu.h-menu-right ul > li:hover ul.sub-menu {
  display: block !important;
}
.h-menu.h-menu-right ul.sub-menu li {
  margin: 0px;
  line-height: 30px;
  position: relative;
  padding-left: 0;
}
.h-menu.h-menu-right ul.sub-menu li a {
  margin-bottom: 10px;
  line-height: 40px !important;
  color: #333;
}
.h-menu.h-menu-right ul.sub-menu li.current-menu-item a {
    color: #000;
    font-weight: 700;
}
.h-menu.h-menu-right ul.sub-menu li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 12'%3E%3Cg fill='%23000000' stroke='none' stroke-width='1' fill-rule='evenodd'%3E%3Cpath d='M9.06777864,6.83733126 L5.73722524,10.1678847 L7.18978019,11.6204396 L12.2737225,6.53649728 L13,5.81021981 L7.18978019,-2.8643754e-14 L5.73722524,1.45255495 L9.06777864,4.78310835 L0,4.78310835 L-1.25784876e-16,6.83733126 L9.06777864,6.83733126 Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 13px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  display: none;
  top: 10px;
}




/* ================================================================== 
    Elemenents
   =============================================================== */  

a.btn.btn-primary {
    padding: 0 40px;
    height: 42px;
    border: 0;
    background: var(--px-orange);
    color: #fff;
    font-family: var(--px-font-title);
    text-decoration: none;
    text-transform: uppercase;
    transform: skewX(-12deg);
    line-height: 42px;
    text-align: center;
    font-size: 17px !important;
    color: #fff;
    font-weight: bold;
    transition: all 0.5s ease 0s;
    border: none;
    border-radius: 0;
}


/* ================================================================== 
    elements
   =============================================================== */  

.drop-shadow {
    filter: drop-shadow(rgba(0, 0, 0, 0.10) 0px 4px 50px);
}

.bg-grey {
  background-color: #eee;
}




/* ================================================================== 
    Banner detail banner
   =============================================================== */ 

section.banner.banner-detail img.banner-img {
    height: 560px;
    width: 100%;
    position: relative;
    object-fit: cover;
    margin-bottom: -70px;
}

body section.banner.banner-detail {
    padding-bottom: 0 !important;
    margin-bottom: 100px;
    min-height: 650px;
}

body section.banner.banner-detail .my-5.text-left.text-xl-left {
    position: relative;
    min-height: 400px;
}


/* ================================================================== 
    Blog
   =============================================================== */   

.blog a {
    color: #000;
}


/* ================================================================== 
    Videos
   =============================================================== */ 

.video img.img-fluid {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.video a.yt-link {
    position: absolute;
    bottom: -85px;
    left: 0;
    right: 0;
}


/* ================================================================== 
    Image text white background
   =============================================================== */ 

.image-text.white-background .white-bg-holder {
    position: absolute;
    background: #fff;
    width: calc(200%);
    height: calc(100% + 40px);
    top: -20px;
    right: 0;
    z-index: -1;
}

.image-text.white-background .offset-lg-1.col-lg-5 {
    top: 80px;
    position: relative;
}

.image-text .owl-carousel {
    width: 270px;
    position: absolute;
    right: -100px;
    background: #fff;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    border-radius: 50px;
    bottom: 140px;
}
.image-text .owl-carousel .owl-item div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-text .owl-carousel i {
    color: #001568;
    font-size: 30px;
    line-height: 70px;
    margin-right: 10px;
}

/* ================================================================== 
    Services
   =============================================================== */  

.services .card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}
.services .card img {
    height: 300px;
    object-fit: cover;
}
.services .element-holder {
      content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    right: 10px;
    background: #7FBBE6;
    bottom: -20px;
    z-index: -99999;
    transform: rotate(-15deg);
}
.services .card a.btn.btn-primary {
    position: absolute;
    left: 0;
    right: 0;
    display: inline-table;
    margin: 0 auto;
}

.services .card .subtitle {
    font-size: 25px;
    line-height: 50px;
}

a.more {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    margin-top: auto;
    height: 70px;
}

a.more i {
    margin-left: 10px;
}



/* ================================================================== 
    image-text
   =============================================================== */   

.image-text img {
    position: relative;
    min-height: 550px;
    object-fit: cover;
    width: calc(100% - 150px);
}
.image-text img.img-two {
    width: 60%;
    position: absolute;
    right: -50px;
    bottom: -100px;
    height: 400px;
    min-height: inherit;
}

/* ================================================================== 
    images
   =============================================================== */   

.images .owl-carousel .owl-stage-outer {
    overflow: inherit !important;
}
.images .owl-carousel img {
    height: 400px;
    object-fit: cover;
}


/* ================================================================== 
    Form
   =============================================================== */   

form label {
    font-size: 17px !important;
    color: #000000 !important;
    font-weight: 600;
    margin-bottom: 20px !important;
    display: block;
}

form input, form textarea {
    background: #f9f8f8;
    width: 100%;
    border: none !important;
    min-height: 40px;
}

form textarea {
    height: 150px;
}

input[type=submit] {
    padding: 0 40px;
    height: 42px;
    background: var(--px-orange);
    color: #fff;
    font-family: var(--px-font-title);
    text-decoration: none;
    text-transform: uppercase;
    transform: skewX(-12deg);
    font-size: 17px !important;
    border-radius: 0;
    margin-top: 4px;
    line-height: 39px;
    text-align: center;
    font-weight: bold;
    transition: all 0.5s ease 0s;
}

form p {
    margin: 0;
}

.wpcf7-spinner {
    display: none;
}

/* ================================================================== 
    projects
   =============================================================== */   
.projects img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

/* ================================================================== 
    Footer
   =============================================================== */   
   
footer {
    padding: 75px 0 25px;
    position: relative;
    z-index: 1;
}

footer .description a {
    line-height: 43px;
}

footer .description a br {
    display: none;
}

footer .description a svg {
    top: 12px;
    position: relative;
    margin-right: 20px;
}
footer .text-center a {
    padding: 0 15px;
    color: #000;
    font-size: 12px;
}
footer h4, footer p {
    color: #000 !important;
    margin-bottom: 20px;
}
footer a.h-logo.logo_main {
    top: -40px;
    margin-top: -100px;
    margin-bottom: 93px !important;
    height: 61px;
    position: relative;
}

footer h3 {
    font-size: 20px;
    color: #000 !important;
}

footer .description p a {
    font-weight: bold;
    line-height: inherit;
    text-decoration: underline;
}
footer h4 strong {
    font-size: 24px !important;
    font-weight: 700 !important;
}
footer a {
    color: #000;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer ul li {
    line-height: 40px;
}
footer .social a i {
    font-size: 30px;
    margin-right: 40px;
}
