@layer duplicated {

  .out-of-opacity {
    transition: opacity 900ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms;
    -o-transition: opacity 900ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms;
    -ms-transition: opacity 900ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms;
    -moz-transition: opacity 900ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms;
    -webkit-transition: opacity 900ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms;
    opacity: 0
  }

  .in-opacity {
    opacity: 1
  }

  .out-of-view {
    -webkit-transition: opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
    transition: opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
    transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
    transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
    -o-transition: -o-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
    -ms-transition: -ms-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
    -moz-transition: -moz-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
    -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
    opacity: 0;
    transform: translateY(5vh);
    -o-transform: translateY(5vh);
    -ms-transform: translateY(5vh);
    -moz-transform: translateY(5vh);
    -webkit-transform: translateY(5vh)
  }

  @media only screen and (min-width: 521px) {
    .out-of-view.stage-one-desktop {
      -webkit-transition: opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
      transition: opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
      transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
      transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
      -o-transition: -o-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
      -ms-transition: -ms-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
      -moz-transition: -moz-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
      -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 500ms
    }

    .out-of-view.stage-two-desktop {
      -webkit-transition: opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1) 600ms, -webkit-transform 1300ms cubic-bezier(0.19, 1, 0.22, 1) 600ms;
      transition: opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1) 600ms, -webkit-transform 1300ms cubic-bezier(0.19, 1, 0.22, 1) 600ms;
      transition: transform 1300ms cubic-bezier(0.19, 1, 0.22, 1) 600ms, opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1) 600ms;
      transition: transform 1300ms cubic-bezier(0.19, 1, 0.22, 1) 600ms, opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1) 600ms, -webkit-transform 1300ms cubic-bezier(0.19, 1, 0.22, 1) 600ms;
      -o-transition: -o-transform 1300ms cubic-bezier(0.19, 1, 0.22, 1) 600ms, opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1) 600ms;
      -ms-transition: -ms-transform 1300ms cubic-bezier(0.19, 1, 0.22, 1) 600ms, opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1) 600ms;
      -moz-transition: -moz-transform 1300ms cubic-bezier(0.19, 1, 0.22, 1) 600ms, opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1) 600ms;
      -webkit-transition: -webkit-transform 1300ms cubic-bezier(0.19, 1, 0.22, 1) 600ms, opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1) 600ms
    }

    .out-of-view.stage-three-desktop {
      -webkit-transition: opacity 1300ms cubic-bezier(0.19, 1, 0.22, 1) 700ms, -webkit-transform 1400ms cubic-bezier(0.19, 1, 0.22, 1) 700ms;
      transition: opacity 1300ms cubic-bezier(0.19, 1, 0.22, 1) 700ms, -webkit-transform 1400ms cubic-bezier(0.19, 1, 0.22, 1) 700ms;
      transition: transform 1400ms cubic-bezier(0.19, 1, 0.22, 1) 700ms, opacity 1300ms cubic-bezier(0.19, 1, 0.22, 1) 700ms;
      transition: transform 1400ms cubic-bezier(0.19, 1, 0.22, 1) 700ms, opacity 1300ms cubic-bezier(0.19, 1, 0.22, 1) 700ms, -webkit-transform 1400ms cubic-bezier(0.19, 1, 0.22, 1) 700ms;
      -o-transition: -o-transform 1400ms cubic-bezier(0.19, 1, 0.22, 1) 700ms, opacity 1300ms cubic-bezier(0.19, 1, 0.22, 1) 700ms;
      -ms-transition: -ms-transform 1400ms cubic-bezier(0.19, 1, 0.22, 1) 700ms, opacity 1300ms cubic-bezier(0.19, 1, 0.22, 1) 700ms;
      -moz-transition: -moz-transform 1400ms cubic-bezier(0.19, 1, 0.22, 1) 700ms, opacity 1300ms cubic-bezier(0.19, 1, 0.22, 1) 700ms;
      -webkit-transition: -webkit-transform 1400ms cubic-bezier(0.19, 1, 0.22, 1) 700ms, opacity 1300ms cubic-bezier(0.19, 1, 0.22, 1) 700ms
    }

    .out-of-view.stage-four-desktop {
      -webkit-transition: opacity 1400ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms;
      transition: opacity 1400ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms;
      transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, opacity 1400ms cubic-bezier(0.19, 1, 0.22, 1) 800ms;
      transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, opacity 1400ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms;
      -o-transition: -o-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, opacity 1400ms cubic-bezier(0.19, 1, 0.22, 1) 800ms;
      -ms-transition: -ms-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, opacity 1400ms cubic-bezier(0.19, 1, 0.22, 1) 800ms;
      -moz-transition: -moz-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, opacity 1400ms cubic-bezier(0.19, 1, 0.22, 1) 800ms;
      -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, opacity 1400ms cubic-bezier(0.19, 1, 0.22, 1) 800ms
    }

    .out-of-view.stage-five-desktop {
      -webkit-transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms, -webkit-transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 900ms;
      transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms, -webkit-transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 900ms;
      transition: transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 900ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms;
      transition: transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 900ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms, -webkit-transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 900ms;
      -o-transition: -o-transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 900ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms;
      -ms-transition: -ms-transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 900ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms;
      -moz-transition: -moz-transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 900ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms;
      -webkit-transition: -webkit-transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 900ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms
    }

    .out-of-view.stage-six-desktop {
      -webkit-transition: opacity 1600ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, -webkit-transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms;
      transition: opacity 1600ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, -webkit-transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms;
      transition: transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, opacity 1600ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms;
      transition: transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, opacity 1600ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, -webkit-transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms;
      -o-transition: -o-transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, opacity 1600ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms;
      -ms-transition: -ms-transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, opacity 1600ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms;
      -moz-transition: -moz-transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, opacity 1600ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms;
      -webkit-transition: -webkit-transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, opacity 1600ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms
    }
  }

  @media only screen and (max-width: 520px) {
    .out-of-view {
      transform: translateY(2.5vh);
      -o-transform: translateY(2.5vh);
      -ms-transform: translateY(2.5vh);
      -moz-transform: translateY(2.5vh);
      -webkit-transform: translateY(2.5vh)
    }

    .out-of-view.stage-one-mobile {
      -webkit-transition: opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
      transition: opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
      transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
      transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
      -o-transition: -o-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
      -ms-transition: -ms-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
      -moz-transition: -moz-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
      -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 500ms
    }

    .out-of-view.stage-two-mobile {
      -webkit-transition: opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1) 600ms, -webkit-transform 1300ms cubic-bezier(0.19, 1, 0.22, 1) 600ms;
      transition: opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1) 600ms, -webkit-transform 1300ms cubic-bezier(0.19, 1, 0.22, 1) 600ms;
      transition: transform 1300ms cubic-bezier(0.19, 1, 0.22, 1) 600ms, opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1) 600ms;
      transition: transform 1300ms cubic-bezier(0.19, 1, 0.22, 1) 600ms, opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1) 600ms, -webkit-transform 1300ms cubic-bezier(0.19, 1, 0.22, 1) 600ms;
      -o-transition: -o-transform 1300ms cubic-bezier(0.19, 1, 0.22, 1) 600ms, opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1) 600ms;
      -ms-transition: -ms-transform 1300ms cubic-bezier(0.19, 1, 0.22, 1) 600ms, opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1) 600ms;
      -moz-transition: -moz-transform 1300ms cubic-bezier(0.19, 1, 0.22, 1) 600ms, opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1) 600ms;
      -webkit-transition: -webkit-transform 1300ms cubic-bezier(0.19, 1, 0.22, 1) 600ms, opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1) 600ms
    }

    .out-of-view.stage-three-mobile {
      -webkit-transition: opacity 1300ms cubic-bezier(0.19, 1, 0.22, 1) 700ms, -webkit-transform 1400ms cubic-bezier(0.19, 1, 0.22, 1) 700ms;
      transition: opacity 1300ms cubic-bezier(0.19, 1, 0.22, 1) 700ms, -webkit-transform 1400ms cubic-bezier(0.19, 1, 0.22, 1) 700ms;
      transition: transform 1400ms cubic-bezier(0.19, 1, 0.22, 1) 700ms, opacity 1300ms cubic-bezier(0.19, 1, 0.22, 1) 700ms;
      transition: transform 1400ms cubic-bezier(0.19, 1, 0.22, 1) 700ms, opacity 1300ms cubic-bezier(0.19, 1, 0.22, 1) 700ms, -webkit-transform 1400ms cubic-bezier(0.19, 1, 0.22, 1) 700ms;
      -o-transition: -o-transform 1400ms cubic-bezier(0.19, 1, 0.22, 1) 700ms, opacity 1300ms cubic-bezier(0.19, 1, 0.22, 1) 700ms;
      -ms-transition: -ms-transform 1400ms cubic-bezier(0.19, 1, 0.22, 1) 700ms, opacity 1300ms cubic-bezier(0.19, 1, 0.22, 1) 700ms;
      -moz-transition: -moz-transform 1400ms cubic-bezier(0.19, 1, 0.22, 1) 700ms, opacity 1300ms cubic-bezier(0.19, 1, 0.22, 1) 700ms;
      -webkit-transition: -webkit-transform 1400ms cubic-bezier(0.19, 1, 0.22, 1) 700ms, opacity 1300ms cubic-bezier(0.19, 1, 0.22, 1) 700ms
    }

    .out-of-view.stage-four-mobile {
      -webkit-transition: opacity 1400ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms;
      transition: opacity 1400ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms;
      transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, opacity 1400ms cubic-bezier(0.19, 1, 0.22, 1) 800ms;
      transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, opacity 1400ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms;
      -o-transition: -o-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, opacity 1400ms cubic-bezier(0.19, 1, 0.22, 1) 800ms;
      -ms-transition: -ms-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, opacity 1400ms cubic-bezier(0.19, 1, 0.22, 1) 800ms;
      -moz-transition: -moz-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, opacity 1400ms cubic-bezier(0.19, 1, 0.22, 1) 800ms;
      -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, opacity 1400ms cubic-bezier(0.19, 1, 0.22, 1) 800ms
    }

    .out-of-view.stage-five-mobile {
      -webkit-transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms, -webkit-transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 900ms;
      transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms, -webkit-transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 900ms;
      transition: transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 900ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms;
      transition: transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 900ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms, -webkit-transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 900ms;
      -o-transition: -o-transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 900ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms;
      -ms-transition: -ms-transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 900ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms;
      -moz-transition: -moz-transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 900ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms;
      -webkit-transition: -webkit-transform 1600ms cubic-bezier(0.19, 1, 0.22, 1) 900ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms
    }

    .out-of-view.stage-six-mobile {
      -webkit-transition: opacity 1600ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, -webkit-transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms;
      transition: opacity 1600ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, -webkit-transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms;
      transition: transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, opacity 1600ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms;
      transition: transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, opacity 1600ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, -webkit-transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms;
      -o-transition: -o-transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, opacity 1600ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms;
      -ms-transition: -ms-transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, opacity 1600ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms;
      -moz-transition: -moz-transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, opacity 1600ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms;
      -webkit-transition: -webkit-transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, opacity 1600ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms
    }
  }

  .out-of-view.am-in-view {
    opacity: 1;
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0)
  }

  @media only screen and (max-width: 520px) {
    .out-of-view.am-in-view {
      transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      -moz-transform: translateY(0);
      -webkit-transform: translateY(0)
    }
  }

  .nice-select {
    position: initial;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    height: 22.5px;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #00962D
  }

  .nice-select:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    right: 0.6rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    background-image: url("assets/img/plus.svg");
    height: 2rem;
    width: 2rem
  }

  .nice-select.open:after {
    background-image: url("assets/img/plus_open.svg");
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
  }

  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .nice-select .list {
    color: #00962D;
    background-color: #F3F3F3;
    border-left: 1px solid #00962D;
    border-right: 1px solid #00962D;
    border-bottom: 1px solid #00962D;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: calc(2rem + 22.5px);
    left: -1px;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: calc(100% + 2px)
  }

  .nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
  }

  .nice-select .option {
    cursor: pointer;
    font-weight: 300;
    line-height: 38px;
    list-style: none;
    min-height: 38px;
    outline: none;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
  }

  .nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
    color: #2D2D2D
  }

  .nice-select .option.disabled {
    display: none
  }

  .no-csspointerevents .nice-select .list {
    display: none
  }

  .no-csspointerevents .nice-select.open .list {
    display: block
  }

  @media screen and (max-width: 768px) {
    .nice-select {
      height: 19px
    }

    .nice-select:after {
      right: 0.4285714286rem;
      height: 1.2857142857rem;
      width: 1.2857142857rem
    }

    .nice-select .list {
      top: calc(2.1428571429rem + 18px)
    }

    .nice-select .option {
      padding-left: 0.4285714286rem;
      padding-right: 0.4285714286rem
    }
  }

  progress, sub, sup {
    vertical-align: baseline
  }

  button, hr, input {
    overflow: visible
  }

  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
  }

  body {
    margin: 0
  }

  article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
  }

  audio, canvas, progress, video {
    display: inline-block
  }

  audio:not([controls]) {
    display: none;
    height: 0
  }

  [hidden], template {
    display: none
  }

  a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
  }

  a:active, a:hover {
    outline-width: 0
  }

  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
  }

  b, strong {
    font-weight: bolder
  }

  dfn {
    font-style: italic
  }

  h1 {
    font-size: 2em;
    margin: 0.67em 0
  }

  mark {
    background-color: #ff0;
    color: #000
  }

  small {
    font-size: 80%
  }

  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
  }

  sub {
    bottom: -0.25em
  }

  sup {
    top: -0.5em
  }

  img {
    border-style: none
  }

  svg:not(:root) {
    overflow: hidden
  }

  code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
  }

  figure {
    margin: 1em 40px
  }

  hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
  }

  button, input, select, textarea {
    font: inherit;
    margin: 0
  }

  optgroup {
    font-weight: 700
  }

  button, select {
    text-transform: none
  }

  [type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
  }

  [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
  }

  [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
  }

  fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
  }

  legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
  }

  textarea {
    overflow: auto
  }

  [type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
  }

  [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
  }

  [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
  }

  [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
  }

  ::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
  }

  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
  }

  @font-face {
    font-family: "VCGaramondLight";
    src: url("/property/clay-life/assets/fonts/VCGaramondCondensed-Light.woff") format("woff"), url("/property/clay-life/assets/fonts/VCGaramondCondensed-Light.otf") format("otf");
    font-style: normal
  }

  @font-face {
    font-family: "VCGaramondLightItalic";
    src: url("/property/clay-life/assets/fonts/VCGaramondCondensed-LightItalic.woff") format("woff"), url("/property/clay-life/assets/fonts/VCGaramondCondensed-LightItalic.otf") format("otf");
    font-style: normal
  }

  *, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  html {
    will-change: opacity;
    opacity: 0;
    -webkit-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    height: 100%;
    height: auto
  }

  html.visible {
    opacity: 1
  }

  body {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    line-height: 1.1em;
    font-weight: 400;
    background-color: #F3F3F3;
    color: #2D2D2D
  }

  body strong {
    font-weight: 600
  }

  .outer-content-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: #f3f3f3;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }

  .content-wrapper {
    position: relative;
    display: block;
    background: #f3f3f3;
    z-index: 10;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }

  a {
    color: #2D2D2D;
    text-decoration: none;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004)
  }

  .h1, .h2, .h3, h1, h2, h3 {
    margin: 0
  }

  .h1 em, .h2 em, .h3 em, h1 em, h2 em, h3 em {
    font-family: "VCGaramondLightItalic", sans-serif;
    font-style: normal
  }

  .h1, .menu-overlay ul, h1 {
    font-family: "VCGaramondLight", sans-serif;
    font-size: 150px;
    line-height: 0.8666666667em;
    font-weight: 300
  }

  .h2, h2 {
    font-family: "VCGaramondLight", sans-serif;
    font-size: 50px;
    line-height: 1em;
    font-weight: 300
  }

  .h2, h2 {
    font-size: 32px
  }

  @media (min-width: 393px) {
    .h2, h2 {
      font-size: calc(32px + 18 * (100vw - 393px) / 1335)
    }
  }

  @media (min-width: 1728px) {
    .h2, h2 {
      font-size: 50px
    }
  }

  .h3, h3 {
    font-size: 25px;
    line-height: 0.8em;
    font-weight: 600
  }

  p {
    margin-top: 0
  }

  p:last-of-type {
    margin-bottom: 0
  }

  a {
    text-decoration: none;
    will-change: opacity;
    -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004)
  }

  a:hover {
    opacity: 0.6
  }

  .hs-error-msgs, .text-xs {
    font-size: 10px;
    line-height: 1.9em;
    font-weight: 300
  }

  .hs-error-msgs, .text-xs {
    font-size: 10px
  }

  @media (min-width: 393px) {
    .hs-error-msgs, .text-xs {
      font-size: calc(10px + 0 * (100vw - 393px) / 1335)
    }
  }

  @media (min-width: 1728px) {
    .hs-error-msgs, .text-xs {
      font-size: 10px
    }
  }

  img {
    width: 100%;
    height: auto;
    display: block
  }

  svg {
    overflow: visible !important
  }

  video {
    display: block;
    width: 100%;
    height: 100%
  }

  .next-button, .prev-button {
    display: inline-block
  }

  .next-button.swiper-button-disabled, .prev-button.swiper-button-disabled {
    opacity: 0.5
  }

  .cross {
    width: 1.75rem
  }

  .cross .st0 {
    fill: #FFFFFF;
    stroke: none
  }

  .cross .st1 {
    fill: #00962D;
    stroke: none
  }

  .arrow {
    height: 1.5rem;
    cursor: pointer
  }

  .swiper {
    width: 100%;
    height: 100%
  }

  .button {
    border-radius: 83px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    cursor: pointer;
    will-change: background-color, color;
    -webkit-transition: background-color 250ms cubic-bezier(0.25, 0.1, 0.25, 1), color 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: background-color 250ms cubic-bezier(0.25, 0.1, 0.25, 1), color 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
    height: 2.45rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }

  @media screen and (max-width: 1440px) {
    body {
      font-size: 15px;
      line-height: 1.03125em
    }

    .h1, .menu-overlay ul, h1 {
      font-size: 100px;
      line-height: 0.87em
    }

    .h3, h3 {
      font-size: 16px;
      line-height: 1.09375em
    }
  }

  @media screen and (max-width: 1080px) {
    body {
      font-size: 14px;
      line-height: 1.1071428571em
    }

    .h1, .menu-overlay ul, h1 {
      font-size: 84px;
      line-height: 0.880952381em
    }

    .h3, h3 {
      font-size: 14px;
      line-height: 1.1071428571em
    }
  }

  @media screen and (max-width: 768px) {
    body {
      font-size: 14px;
      line-height: 1em
    }

    .h1, .menu-overlay ul, h1 {
      font-size: 70px;
      line-height: 0.8571428571em
    }

    .h2, h2 {
      line-height: 1em
    }

    .h3, h3 {
      font-size: 14px;
      line-height: 1em
    }

    .cross {
      width: 2.5rem
    }
  }

  .mobile-only {
    display: none
  }

  .relative {
    position: relative
  }

  .pad-h {
    padding-left: 0.7rem;
    padding-right: 0.7rem
  }

  .underline-hover a, a.underline-hover {
    position: relative;
    display: inline-block;
    color: #2D2D2D;
    text-decoration: none;
    white-space: nowrap;
    padding-bottom: 0.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }

  .underline-hover a:after, a.underline-hover:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    right: 0;
    background-color: #2D2D2D;
    will-change: width;
    -webkit-transition: width 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: width 250ms cubic-bezier(0.25, 0.1, 0.25, 1)
  }

  .underline-hover a:hover:after, a.underline-hover:hover:after {
    width: 0px
  }

  .border-title {
    border-top: 1px solid #2D2D2D;
    padding-top: 0.9rem;
    text-transform: uppercase;
    font-weight: 600
  }

  .grid-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 1.4rem minmax(0, 1fr) 1.4rem minmax(0, 1fr);
    grid-template-columns:repeat(3, minmax(0, 1fr));
    -webkit-column-gap: 1.4rem;
    -moz-column-gap: 1.4rem;
    column-gap: 1.4rem
  }

  .span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2
  }

  .border-bottom {
    border-bottom: 1px solid #2D2D2D
  }

  .min-height-100 {
    min-height: 100vh
  }

  @media screen and (max-width: 768px) {
    .desktop-only {
      display: none !important
    }

    .mobile-only {
      display: block
    }

    .pad-h {
      padding-left: 0.7142857143rem;
      padding-right: 0.7142857143rem
    }

    .border-title {
      padding-top: 0.7142857143rem
    }
  }

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 1001
  }

  .site-header a:hover {
    opacity: 1
  }

  #main-logo {
    display: block;
    height: 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    will-change: opacity;
    -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1)
  }

  #main-logo svg {
    width: auto !important
  }

  #main-logo svg path {
    fill: #2D2D2D
  }

  body.home #main-logo .hide {
    display: none
  }

  .menu-open {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-weight: 600;
    border: 1px solid #2D2D2D
  }

  .menu-open:hover {
    background-color: #2D2D2D;
    color: #FFFFFF
  }

  .menu-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 50;
    background: #00962D;
    color: #2D2D2D;
    overflow: hidden
  }

  .menu-overlay .inner-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1)
  }

  .menu-overlay .menu-close {
    position: absolute;
    cursor: pointer;
    top: 1.8rem;
    right: 1.8rem;
    z-index: 100
  }

  .menu-overlay .menu-close .st0 {
    fill: #00962D;
    stroke: none
  }

  .menu-overlay .menu-close .st1 {
    fill: #2D2D2D;
    stroke: none;
    will-change: fill;
    -webkit-transition: fill 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: fill 250ms cubic-bezier(0.25, 0.1, 0.25, 1)
  }

  .menu-overlay .menu-close:hover .st1 {
    fill: #F3F3F3
  }

  .menu-overlay .menu-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%
  }

  .menu-overlay ul {
    list-style: none;
    margin: 0;
    padding: 0
  }

  .menu-overlay a {
    padding: 0 0.5em
  }

  .menu-overlay a:hover {
    color: #F3F3F3;
    font-family: "VCGaramondLightItalic", sans-serif;
    font-style: normal
  }

  .menu-overlay #main-menu {
    margin-bottom: 3rem
  }

  .menu-overlay .locations-title {
    max-width: 30rem;
    margin: 0 auto;
    margin-bottom: 2rem
  }

  .menu-overlay.visible .inner-wrap {
    pointer-events: all;
    opacity: 1
  }

  @media screen and (max-width: 768px) {
    .menu-open {
      top: 1.6428571429rem;
      right: 0.7142857143rem;
      border: none;
      padding: 0
    }

    .menu-open:hover {
      background-color: transparent
    }

    .menu-open svg {
      width: 1.9285714286rem
    }

    .menu-open svg .st0 {
      fill: none;
      stroke: #000000
    }

    .menu-overlay .menu-close {
      top: 1.7857142857rem;
      right: 1.2857142857rem
    }

    .menu-overlay .menu-content {
      padding: 0 2.1428571429rem
    }

    .menu-overlay .menu-content .menu-locations-menu-container, .menu-overlay .menu-content .menu-main-menu-container {
      width: 120%;
      margin-left: -10%
    }

    .menu-overlay .menu-content #main-menu {
      margin-bottom: 2.8571428571rem
    }

    .menu-overlay .menu-content .locations-title {
      margin-bottom: 1.4285714286rem
    }

    .menu-overlay ul {
      font-size: 50px;
      line-height: 1.1em
    }

    .menu-overlay a {
      padding: 0;
      padding: 0 0.3em
    }
  }

  .site-footer {
    background-color: #E3B162;
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 1.125rem minmax(0, 1fr);
    grid-template-columns:repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 1.125rem;
    -moz-column-gap: 1.125rem;
    column-gap: 1.125rem
  }

  .site-footer .left, .site-footer .right {
    border-top: 1px solid #2D2D2D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3rem;
    z-index: 2
  }

  .site-footer .left h3, .site-footer .right h3 {
    margin-top: 0.2rem
  }

  .site-footer .left {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .site-footer .left > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem
  }

  .site-footer .right > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
  }

  .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem
  }

  .socials .instagram, .socials .tiktok {
    height: 1.65rem
  }

  .socials .instagram svg, .socials .tiktok svg {
    height: 1.65rem
  }

  .socials .linkedin {
    height: 1.4rem
  }

  .socials .linkedin svg {
    height: 1.4rem
  }

  .socials .icon {
    fill: #2D2D2D;
    overflow: visible
  }

  #footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
  }

  @media screen and (max-width: 768px) {
    .site-footer {
      padding-top: 1.4285714286rem;
      padding-bottom: 1.4285714286rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      row-gap: 3.8571428571rem
    }

    .site-footer a {
      padding-bottom: 0.2857142857rem
    }

    .site-footer .left, .site-footer .right {
      row-gap: 1.4285714286rem
    }

    .site-footer .left h3, .site-footer .right h3 {
      margin-top: 0.2142857143rem
    }

    .site-footer .left > div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      row-gap: 1.4285714286rem
    }

    .site-footer .right > div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      row-gap: 2.1428571429rem;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start
    }

    .socials {
      -webkit-column-gap: 2.2857142857rem;
      -moz-column-gap: 2.2857142857rem;
      column-gap: 2.2857142857rem
    }

    .socials .instagram, .socials .tiktok {
      height: 1.5714285714rem
    }

    .socials .instagram svg, .socials .tiktok svg {
      height: 1.5714285714rem
    }

    .socials .linkedin {
      height: 1.2857142857rem
    }

    .socials .linkedin svg {
      height: 1.2857142857rem
    }

    #footer-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      row-gap: 1.0714285714rem
    }
  }

  .dropdown-wrap {
    width: 100%;
    height: auto;
    border-top: 1px solid
  }

  .dropdown-wrap .dropdown-opener {
    width: 100%;
    height: auto;
    cursor: pointer;
    padding-top: 0.75rem;
    padding-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .dropdown-wrap .dropdown-opener h2 {
    margin-top: -0.15em;
    margin-left: 1.85rem
  }

  .dropdown-wrap .dropdown-opener .indicator {
    width: 1.75rem;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1)
  }

  .dropdown-wrap .dropdown-opener .indicator .st0 {
    fill: #F3F3F3;
    stroke: none;
    -webkit-transition: fill 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: fill 0.25s cubic-bezier(0.25, 0.1, 0.25, 1)
  }

  .dropdown-wrap .dropdown-opener .indicator .st1 {
    fill: none;
    stroke: #F3F3F3;
    -webkit-transition: fill 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: fill 0.25s cubic-bezier(0.25, 0.1, 0.25, 1)
  }

  .dropdown-wrap .dropdown-opener.active .indicator {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
  }

  .dropdown-wrap .dropdown-opener.active .indicator .st0 {
    fill: #913B1D
  }

  .dropdown-wrap .dropdown-opener.active .indicator .st1 {
    fill: #F3F3F3
  }

  .dropdown-wrap .dropdown-content {
    display: none;
    width: 100%;
    height: auto;
    margin-top: -2.25rem;
    padding-left: calc(1.75rem + 1.85rem);
    padding-bottom: 3rem
  }

  .dropdown-wrap .dropdown-content .inner-wrap {
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
    pointer-events: none
  }

  .dropdown-wrap:hover .dropdown-opener .indicator .st0 {
    fill: #913B1D
  }

  .dropdown-wrap:hover .dropdown-opener .indicator .st1 {
    fill: #F3F3F3
  }

  .dropdown-wrap.opened .dropdown-opener h2 {
    font-family: "VCGaramondLightItalic", sans-serif;
    font-style: normal
  }

  .dropdown-wrap.opened .dropdown-content .inner-wrap {
    opacity: 1;
    pointer-events: all
  }

  @media screen and (min-width: 1800px) {
    .image-dropdown .dropdown-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start
    }

    .image-dropdown .dropdown-wrap .dropdown-content {
      margin-top: 0;
      padding-top: 1.0714285714rem;
      padding-left: 0;
      padding-bottom: 2.7142857143rem;
      max-width: 20rem
    }
  }

  @media screen and (max-width: 768px) {
    .dropdown-wrap .dropdown-opener {
      padding-top: 0.5rem;
      padding-bottom: 2.1428571429rem
    }

    .dropdown-wrap .dropdown-opener h2 {
      margin-top: -0.15em;
      margin-left: 1.0714285714rem;
      font-size: 25px
    }

    .dropdown-wrap .dropdown-opener .indicator {
      width: 1.2857142857rem
    }

    .dropdown-wrap .dropdown-content {
      margin-top: -1.6428571429rem;
      padding-left: calc(1.2857142857rem + 1.0714285714rem);
      padding-bottom: 2.1428571429rem
    }
  }

  .sign-up {
    padding-top: 3.2rem;
    padding-bottom: 3.35rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
    grid-template-columns:repeat(2, minmax(0, 1fr));
    background-color: #F3F3F3
  }

  .sign-up h1 {
    color: #00962D;
    max-width: 39.5rem;
    margin-top: -0.15em;
    z-index: 2
  }

  .sign-up .form {
    width: 100%;
    z-index: 2
  }

  .sign-up .form fieldset {
    max-width: unset
  }

  .sign-up .form fieldset:first-of-type {
    border-top: 1px solid #00962D
  }

  .sign-up .form fieldset .hs-form-field {
    border-bottom: 1px solid #00962D;
    border-left: 1px solid #00962D;
    border-right: 1px solid #00962D;
    padding-top: 0.6rem;
    padding-left: 0.6rem;
    padding-bottom: 1.9rem;
    padding-right: 0.6rem;
    position: relative
  }

  .sign-up .form fieldset .hs-form-field.hs-fieldtype-booleancheckbox {
    border: 0
  }

  .sign-up .form fieldset .hs-form-field .hs-error-msgs {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0.6rem;
    left: 0.6rem
  }

  .sign-up .form fieldset .hs-form-field label {
    color: #00962D;
    position: absolute;
    top: 0.6rem;
    left: 0.6rem;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    z-index: 1
  }

  .sign-up .form fieldset .hs-form-field label.hs-error-msg {
    position: unset;
    height: unset;
    display: unset;
    color: #E85D28
  }

  .sign-up .form fieldset .hs-form-field label.hs-form-booleancheckbox-display {
    position: unset;
    height: unset;
    pointer-events: all
  }

  .sign-up .form fieldset .hs-form-field .input {
    position: initial;
    margin: 0 !important
  }

  .sign-up .form fieldset .hs-form-field input[type=date] {
    display: block;
    color: #2D2D2D;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 0px;
    height: 1.4rem;
    text-align: left;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 1.3em;
    padding: 0;
    margin: 0;
    background: #F3F3F3
  }

  .sign-up .form fieldset .hs-form-field input::-webkit-date-and-time-value {
    text-align: left
  }

  .sign-up .form fieldset.form-columns-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .sign-up .form fieldset.form-columns-2 .hs-form-field:last-child {
    border-left: none
  }

  .sign-up .form fieldset .hs-fieldtype-select label {
    display: none !important
  }

  .sign-up .form input[type=email], .sign-up .form input[type=number], .sign-up .form input[type=tel], .sign-up .form input[type=text], .sign-up .form select, .sign-up .form textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #2D2D2D;
    margin: 0;
    width: 100% !important;
    padding: 0;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit
  }

  .sign-up .form input[type=email]:focus, .sign-up .form input[type=number]:focus, .sign-up .form input[type=tel]:focus, .sign-up .form input[type=text]:focus, .sign-up .form select:focus, .sign-up .form textarea:focus {
    outline: none
  }

  .sign-up .form input::-webkit-inner-spin-button, .sign-up .form input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
  }

  .sign-up .form input[type=number] {
    -webkit-appearance: textfield;
    appearance: textfield;
    -moz-appearance: textfield
  }

  .sign-up .form textarea {
    resize: none;
    height: 6.25rem
  }

  .sign-up .form input[type=submit] {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
    background-color: transparent;
    color: #00962D;
    border: 1px solid #00962D;
    border-radius: 100px;
    height: 2.45rem;
    cursor: pointer;
    will-change: background-color, color;
    -webkit-transition: background-color 250ms cubic-bezier(0.25, 0.1, 0.25, 1), color 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: background-color 250ms cubic-bezier(0.25, 0.1, 0.25, 1), color 250ms cubic-bezier(0.25, 0.1, 0.25, 1)
  }

  .sign-up .form input[type=submit]:hover {
    background-color: #00962D;
    color: #FFFFFF
  }

  .sign-up .form .hs-form-required {
    display: none
  }

  .sign-up .form .legal-consent-container {
    font-size: 12px;
    line-height: 1.0833333333em;
    color: #00962D;
    margin: 1.4rem 0
  }

  .sign-up .form .legal-consent-container .hs-fieldtype-booleancheckbox {
    padding: 1.4rem 0 !important
  }

  .sign-up .form .legal-consent-container .hs-fieldtype-booleancheckbox .inputs-list {
    list-style: none;
    margin: 0;
    padding: 0
  }

  .sign-up .form .legal-consent-container .hs-fieldtype-booleancheckbox span {
    margin-left: 0.6rem
  }

  input[type=checkbox] {
    width: 18px !important;
    height: 18px;
    color: #00962D;
    vertical-align: middle;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    outline: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border-radius: 50%;
    background-color: transparent;
    will-change: background;
    -webkit-transition: background 250ms cubic-bezier(0.25, 0.1, 0.25, 1), color 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: background 250ms cubic-bezier(0.25, 0.1, 0.25, 1), color 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
    cursor: pointer
  }

  input[type=checkbox]:before {
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    border: 0;
    background-color: transparent;
    background-size: contain;
    -webkit-box-shadow: inset 0 0 0 1px #00962D;
    box-shadow: inset 0 0 0 1px #00962D
  }

  input[type=checkbox]:checked {
    background-color: #00962D
  }

  input[type=checkbox]:checked:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E")
  }

  input[type=checkbox]:disabled {
    background-color: transparent;
    opacity: 0.84;
    cursor: not-allowed
  }

  input[type=checkbox]::-ms-check {
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    border: 0;
    background-color: transparent;
    background-size: contain;
    box-shadow: inset 0 0 0 1px transparent
  }

  input[type=checkbox]:checked::-ms-check {
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E")
  }

  @media screen and (max-width: 768px) {
    .sign-up {
      padding-top: 2.1428571429rem;
      padding-bottom: 2.1428571429rem;
      display: block
    }

    .sign-up h1 {
      margin-bottom: 1.9285714286rem
    }

    .sign-up .form fieldset .hs-form-field {
      padding-top: 0.4285714286rem;
      padding-left: 0.4285714286rem;
      padding-bottom: 2.1428571429rem;
      padding-right: 0.4285714286rem
    }

    .sign-up .form fieldset .hs-form-field label {
      top: 0.4285714286rem;
      left: 0.4285714286rem;
      height: 19px
    }

    .sign-up .form fieldset.form-columns-2 {
      display: block
    }

    .sign-up .form fieldset.form-columns-2 .hs-form-field:last-child {
      border-left: 1px solid #00962D
    }

    .sign-up .form fieldset textarea {
      height: 10.2857142857rem
    }

    .sign-up .form fieldset input[type=submit] {
      padding-left: 4.1428571429rem;
      padding-right: 4.8571428571rem;
      height: 2.4285714286rem
    }

    .sign-up .form fieldset .hs-error-msgs {
      padding-top: 0.3rem
    }
  }

  .cc-window {
    position: fixed;
    bottom: 0.6rem;
    right: 0.6rem;
    max-width: 23.95rem;
    padding: 1.3rem 1rem 1rem;
    z-index: 9;
    border-radius: 10px;
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1)
  }

  .cc-window.hidden {
    opacity: 0;
    pointer-events: none
  }

  @media screen and (max-width: 768px) {
    .cc-window {
      right: 1.2142857143rem;
      bottom: 1.2142857143rem;
      left: 1.2142857143rem;
      padding: 1.2142857143rem 1.0714285714rem 1rem
    }
  }

  .cc-message {
    display: block;
    margin-bottom: 1.8rem
  }

  @media screen and (max-width: 768px) {
    .cc-message {
      margin-bottom: 1.4285714286rem
    }
  }

  .cc-compliance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.8rem;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem
  }

  @media screen and (max-width: 768px) {
    .cc-compliance {
      -webkit-column-gap: 0.8571428571rem;
      -moz-column-gap: 0.8571428571rem;
      column-gap: 0.8571428571rem
    }
  }

  .cc-compliance .button {
    border: 1px solid #00962D;
    width: 100%
  }

  .cc-compliance .button span {
    margin-bottom: 0.1em
  }

  .cc-compliance .button.cc-allow {
    background-color: #00962D;
    color: #FFFFFF
  }

  .cc-compliance .button.cc-allow:hover {
    background-color: #FFFFFF;
    color: #00962D;
    opacity: 1
  }

  .cc-compliance .button.cc-deny {
    background-color: #FFFFFF;
    color: #00962D
  }

  .cc-compliance .button.cc-deny:hover {
    background-color: #00962D;
    color: #FFFFFF;
    opacity: 1
  }

  .cc-revoke {
    display: none !important
  }

  .home-hero {
    position: sticky;
    top: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
  }

  .home-hero .video-container {
    height: 100vh;
    width: 100vw;
    background-color: #F1D7C2;
    position: relative
  }

  .home-hero .video-container video {
    -o-object-fit: cover;
    object-fit: cover
  }

  #hero-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 5.5rem;
    width: 100%
  }

  #hero-logo svg path {
    fill: #2D2D2D
  }

  #down-arrow {
    position: absolute;
    left: 50%;
    bottom: 1.4rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 2.2rem;
    overflow: visible;
    cursor: pointer
  }

  .text-image {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }

  .text-image .left {
    padding-top: 2.1rem;
    padding-left: 1.25rem;
    padding-bottom: 2.1rem;
    padding-right: 3.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .text-image .left .title {
    max-width: 50rem;
    margin-bottom: 4rem
  }

  .text-image .left .copy {
    max-width: 20rem;
    margin-bottom: 2.1rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .text-image .right {
    height: 100vh;
    position: sticky;
    top: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem
  }

  .text-image .right img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
  }

  .locations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1.45rem;
    padding-bottom: 0.5rem;
    will-change: background-color;
    -webkit-transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1)
  }

  .locations .inner-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .locations .featured-locations-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .locations ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 6rem;
    padding-bottom: 8.65rem;
    text-align: center
  }

  .locations a {
    padding: 0 0.5em
  }

  .locations a:hover {
    font-family: "VCGaramondLightItalic", sans-serif;
    font-style: normal;
    opacity: 1
  }

  .locations .hover-image {
    height: 18.5rem;
    width: 20.75rem;
    pointer-events: none;
    opacity: 0;
    will-change: opacity, transform;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.1s cubic-bezier(0.25, 0.1, 0.25, 1)
  }

  .locations .hover-image.show {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }

  .locations .hover-image.left, .locations .hover-image.right {
    position: absolute;
    z-index: -1
  }

  .locations .hover-image.left {
    right: 65%
  }

  .locations .hover-image.left.show {
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1)
  }

  .locations .hover-image.right {
    left: 65%
  }

  .locations .hover-image.right.show {
    -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s;
    transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s, opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s;
    transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s, opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s
  }

  .locations .hover-image img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%
  }

  .image-dropdown {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }

  .image-dropdown .left {
    height: 100vh;
    position: sticky;
    top: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    z-index: 2
  }

  .image-dropdown .left img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
  }

  .image-dropdown .right {
    padding-top: 2.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2
  }

  .image-dropdown .right .title {
    max-width: 39.5rem;
    margin-bottom: 2.5rem
  }

  .image-dropdown .right .copy {
    max-width: 20rem;
    margin-bottom: 2.5rem;
    -ms-flex-item-align: end;
    align-self: flex-end
  }

  @media screen and (min-width: 1800px) {
    .text-image .left .title {
      margin-bottom: 10rem
    }

    .text-image .left .copy {
      margin-bottom: 9rem
    }
  }

  @media screen and (max-width: 1440px) {
    .text-image .left {
      padding-right: 2.5rem
    }

    .text-image .left .title {
      max-width: 37.5rem
    }
  }

  @media screen and (max-width: 1080px) {
    .text-image .left {
      padding-right: 1.65rem
    }

    .text-image .left .title {
      max-width: 27.5rem
    }
  }

  @media screen and (max-width: 768px) {
    body.home .sign-up {
      min-height: unset;
      position: unset
    }

    body.home .site-footer {
      position: unset
    }

    .home-hero {
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100)
    }

    .home-hero .video-container {
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100)
    }

    .text-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse
    }

    .text-image .left {
      padding-top: 1.4285714286rem;
      padding-left: 0.7142857143rem;
      padding-bottom: 2.8571428571rem;
      padding-right: 0.7142857143rem
    }

    .text-image .left .title {
      margin-bottom: 2.8571428571rem
    }

    .text-image .left .copy {
      max-width: 20.7142857143rem;
      margin-bottom: 0;
      -ms-flex-item-align: start;
      align-self: flex-start
    }

    .text-image .right {
      height: 30rem;
      position: unset;
      padding: 0.7142857143rem;
      padding-bottom: 0
    }

    .locations {
      padding-top: 1.2857142857rem;
      padding-bottom: 5.3571428571rem
    }

    .locations ul {
      padding-top: 3.9285714286rem;
      padding-bottom: 0
    }

    .locations a {
      padding: 0
    }

    .locations .hover-image {
      display: none
    }

    .image-dropdown {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse
    }

    .image-dropdown .right {
      padding-top: 1.4285714286rem
    }

    .image-dropdown .right .title {
      max-width: 16.4285714286rem;
      margin-bottom: 2.8571428571rem
    }

    .image-dropdown .right .copy {
      max-width: 21.4285714286rem;
      margin-bottom: 3.2142857143rem;
      -ms-flex-item-align: start;
      align-self: flex-start
    }

    .image-dropdown .right .faq-image {
      max-width: 100%;
      aspect-ratio: 1/1;
      margin-bottom: 0.7142857143rem
    }

    .image-dropdown .right .faq-image img {
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%
    }
  }

  body.page-template-page-policy .content-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .policies {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.125rem 1fr;
    grid-template-columns:repeat(2, 1fr);
    -webkit-column-gap: 1.125rem;
    -moz-column-gap: 1.125rem;
    column-gap: 1.125rem;
    padding-top: 5.3rem;
    padding-left: 0.7rem;
    padding-bottom: 5.55rem;
    padding-right: 0.7rem
  }

  .policies .left {
    padding-left: 0.55rem
  }

  .policies .left h1 {
    margin-top: -0.15em;
    margin-bottom: 3.6rem
  }

  .policies .right {
    padding-right: 2.15rem
  }

  .policies .right .row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.3rem 1fr;
    grid-template-columns:repeat(2, 1fr);
    -webkit-column-gap: 2.3rem;
    -moz-column-gap: 2.3rem;
    column-gap: 2.3rem;
    border-top: 1px solid #00962D;
    padding-top: 1rem;
    padding-bottom: 2.3rem
  }

  .policies .right .row:last-of-type {
    padding-bottom: 0
  }

  .policies .right .row .title {
    margin-top: -0.15em
  }

  .policies .right .row .text {
    font-size: 18px;
    line-height: 1.1111111111em
  }

  .policies .right .row .text {
    font-size: 13px
  }

  @media (min-width: 393px) {
    .policies .right .row .text {
      font-size: calc(13px + 5 * (100vw - 393px) / 1335)
    }
  }

  @media (min-width: 1728px) {
    .policies .right .row .text {
      font-size: 18px
    }
  }

  @media screen and (max-width: 768px) {
    .policies {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-top: 5.7142857143rem;
      padding-left: 0.7142857143rem;
      padding-bottom: 5.7142857143rem;
      padding-right: 0.7142857143rem;
      row-gap: 4.2857142857rem
    }

    .policies .left {
      padding-left: 0
    }

    .policies .left h1 {
      margin-bottom: 2.6428571429rem
    }

    .policies .right {
      padding-right: 0
    }

    .policies .right .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      row-gap: 1.7857142857rem;
      padding-top: 0.7142857143rem;
      padding-bottom: 4.6428571429rem
    }

    .policies .right .row:last-of-type {
      padding-bottom: 0
    }

    .policies .right .row .text, .policies .right .row .title {
      max-width: 20.8571428571rem
    }
  }

  body.single-post .content-wrapper {
    overflow-x: hidden
  }

  .single-hero {
    position: sticky;
    top: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
    grid-template-columns:repeat(2, minmax(0, 1fr));
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .single-hero .left {
    padding-top: 2.1rem;
    padding-right: 3.7rem;
    padding-bottom: 2.1rem;
    padding-left: 1.25rem
  }

  .single-hero .right {
    height: 100vh;
    position: sticky;
    top: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem
  }

  .single-hero .right img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
  }

  .features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #00962D;
    color: #FFFFFF;
    padding: 1.8rem 0
  }

  .features .inner-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 1rem
  }

  .features .feature-carousel {
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 4.25rem
  }

  .features .gallery-text {
    padding-right: 0.5rem
  }

  .features .feature-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.05rem
  }

  .features .feature-cell .carousel-image {
    position: relative
  }

  .features .feature-cell .carousel-image:after {
    content: "";
    display: block;
    padding-bottom: 130%
  }

  .features .feature-cell .carousel-image img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
  }

  .features .feature-cell .border-bottom {
    border-color: #FFFFFF
  }

  .features .carousel-buttons {
    padding-top: 2rem
  }

  .features .carousel-buttons svg {
    fill: #FFFFFF
  }

  .features .carousel-buttons .prev-button {
    margin-right: 1rem
  }

  .apartments {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 1 ];
    grid-template-columns:repeat(1, minmax(0, 1fr));
    padding-top: 1.5rem;
    padding-bottom: 0.7rem;
    color: #00962D;
    background-color: #F3F3F3
  }

  .apartments .inner-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 1 ];
    grid-template-columns:repeat(1, minmax(0, 1fr));
    -ms-grid-rows: auto 1fr;
    grid-template-rows:auto 1fr
  }

  .apartments .inner-wrap > :first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }

  .apartments .inner-wrap > :nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1
  }

  .apartments .border-title {
    border-color: #00962D;
    margin-bottom: 1.5rem
  }

  .apartments .left .apartment-carousel {
    height: 100%;
    position: relative
  }

  .apartments .left .apartment-carousel .swiper-wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
  }

  .apartments .left .carousel-buttons {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
    z-index: 9
  }

  .apartments .left .carousel-buttons svg {
    fill: #2D2D2D
  }

  .apartments .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .apartments .right .apartment-text {
    margin-top: -0.2em
  }

  .apartments .right .apartment-type {
    border-top: 1px solid #00962D;
    padding: 0.95rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.4rem;
    -moz-column-gap: 1.4rem;
    column-gap: 1.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .apartments .right .apartment-type:last-of-type {
    padding-bottom: 2.2rem
  }

  .apartments .right .title {
    margin-top: -0.5em
  }

  .apartments .right .title .h2 {
    margin-bottom: 0.5rem
  }

  .apartments .right .view-floorplan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.4rem;
    -moz-column-gap: 1.4rem;
    column-gap: 1.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 2.7rem;
    white-space: nowrap
  }

  .apartments .right .view-floorplan svg {
    fill: #00962D;
    width: 1.65rem
  }

  .apartments .right .view-floorplan a {
    color: #00962D;
    cursor: pointer
  }

  .floorplan-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    background-color: rgba(243, 243, 243, 0.9);
    color: #00962D;
    z-index: 1002
  }

  .floorplan-overlay .inner-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1)
  }

  .floorplan-overlay .floorplan-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    padding-top: 5.45rem;
    padding-right: 6.35rem;
    padding-bottom: 10.2rem;
    padding-left: 6.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 2.2rem;
    -moz-column-gap: 2.2rem;
    column-gap: 2.2rem
  }

  .floorplan-overlay .floorplan-content img {
    max-width: 60rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
    height: 100%;
    mix-blend-mode: multiply
  }

  .floorplan-overlay .title {
    font-family: "VCGaramondLightItalic", sans-serif;
    font-style: normal;
    margin-bottom: 1.5rem
  }

  .floorplan-overlay .floorplan-close {
    cursor: pointer;
    margin-bottom: 1.75rem
  }

  .floorplan-overlay .floorplan-note {
    width: 100%;
    max-width: 11.1rem
  }

  .floorplan-overlay.visible .inner-wrap {
    pointer-events: all;
    opacity: 1
  }

  .spaces {
    padding-top: 1.5rem;
    padding-bottom: 3.75rem;
    background-color: #D2F1FF
  }

  .spaces .inner-wrap {
    margin-left: 1rem;
    margin-right: 1rem
  }

  .spaces .border-title {
    margin-bottom: 1.5rem
  }

  .spaces .space-text {
    margin-bottom: 1.5rem
  }

  .spaces .space-text .h2 {
    max-width: 40.75rem
  }

  .spaces .space-carousel {
    overflow: visible
  }

  .spaces .space-carousel .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.05rem
  }

  .spaces .space-carousel .swiper-slide .h2 {
    margin-top: -0.1em
  }

  .spaces .space-carousel .swiper-slide .carousel-image {
    position: relative
  }

  .spaces .space-carousel .swiper-slide .carousel-image:after {
    content: "";
    display: block;
    padding-bottom: 100%
  }

  .spaces .space-carousel .swiper-slide .carousel-image img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
  }

  .spaces .carousel-buttons {
    position: absolute;
    top: -3rem;
    right: 0
  }

  .spaces .carousel-buttons .prev-button {
    margin-right: 1rem
  }

  .faqs {
    padding-top: 1.5rem;
    padding-bottom: 2.25rem;
    background-color: #913B1D;
    color: #F3F3F3
  }

  .faqs .border-title {
    border-color: #F3F3F3;
    margin-bottom: 1.5rem
  }

  .faqs .faq-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 9.25rem;
    -moz-column-gap: 9.25rem;
    column-gap: 9.25rem
  }

  .faqs .faq-inner .left {
    width: 100%;
    max-width: 54.5rem;
    margin-top: 10.5rem
  }

  .faqs .faq-inner .left .accordion {
    width: 100%;
    max-width: 54.5rem
  }

  .faqs .faq-inner .right {
    max-width: 35rem;
    margin-top: -1em
  }

  .faqs .faq-inner .right .inner-wrap {
    position: sticky;
    top: 0
  }

  .faqs .faq-inner .right .inner-wrap h1 {
    margin-bottom: 3.5rem;
    line-height: 0.9333333333em
  }

  .location {
    padding-top: 3.2rem;
    padding-bottom: 10.65rem;
    background-color: #E85D28;
    color: #F3F3F3
  }

  .location .location-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }

  .location .location-inner .left {
    margin-top: -1em
  }

  .location .location-inner .button {
    margin-top: 5.45rem;
    border: 1px solid #F3F3F3;
    padding-left: 3.7rem;
    padding-right: 3.7rem;
    color: #F3F3F3
  }

  .location .location-inner .button span {
    margin-bottom: 0.1em
  }

  .location .location-inner .button:hover {
    background-color: #F3F3F3;
    color: #2D2D2D;
    opacity: 1
  }

  @media screen and (max-width: 768px) {
    .single-hero {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
      row-gap: 0.8571428571rem;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start
    }

    .single-hero .left {
      padding: 4.6428571429rem 0.7142857143rem;
      padding-top: 0
    }

    .single-hero .right {
      height: 30.3571428571rem;
      position: unset;
      padding: 0.7142857143rem;
      padding-bottom: 0
    }

    .features {
      padding-top: 0.7142857143rem;
      padding-bottom: 3.2142857143rem
    }

    .features .inner-wrap {
      margin: 0 0.7142857143rem;
      row-gap: 2.5rem
    }

    .features .text {
      padding-right: 0.7142857143rem
    }

    .features .feature-cell {
      row-gap: 0.3571428571rem
    }

    .features .feature-cell .carousel-image {
      margin-bottom: 0.7142857143rem
    }

    .apartments {
      padding-top: 1.4285714286rem;
      padding-bottom: 2.7142857143rem
    }

    .apartments .border-title {
      margin-bottom: 1.0714285714rem
    }

    .apartments .apartment-text {
      margin-bottom: 3.2142857143rem
    }

    .apartments .grid-3 {
      display: block
    }

    .apartments .left {
      margin-bottom: 1.0714285714rem
    }

    .apartments .left .apartment-carousel {
      height: 27.1428571429rem
    }

    .apartments .right .apartment-type {
      padding: 1.0714285714rem 0;
      -webkit-column-gap: 1.4285714286rem;
      -moz-column-gap: 1.4285714286rem;
      column-gap: 1.4285714286rem
    }

    .apartments .right .apartment-type:last-of-type {
      padding-bottom: 0
    }

    .apartments .right .title .h2 {
      margin-bottom: 0.2142857143rem
    }

    .apartments .right .view-floorplan {
      -webkit-column-gap: 0.8571428571rem;
      -moz-column-gap: 0.8571428571rem;
      column-gap: 0.8571428571rem;
      margin-right: 2.1428571429rem
    }

    .apartments .right .view-floorplan svg {
      width: 1.9285714286rem
    }

    .floorplan-overlay {
      padding: 0.7142857143rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      row-gap: 2.4285714286rem
    }

    .floorplan-overlay .floorplan-content {
      padding: 0.7142857143rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      row-gap: 2.4285714286rem
    }

    .floorplan-overlay .info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
    }

    .floorplan-overlay .floorplan-close {
      margin-bottom: 5rem;
      -ms-flex-item-align: end;
      align-self: flex-end
    }

    .floorplan-overlay .title {
      margin-bottom: 1.0714285714rem
    }

    .spaces {
      padding-top: 1.4285714286rem;
      padding-right: 0;
      padding-bottom: 2.1428571429rem
    }

    .spaces .border-title {
      margin-bottom: 1.0714285714rem
    }

    .spaces .space-text {
      margin-bottom: 3.9285714286rem
    }

    .faqs {
      padding-top: 1.4285714286rem;
      padding-bottom: 0
    }

    .faqs .border-title {
      margin-bottom: 2.1428571429rem
    }

    .faqs .faq-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      row-gap: 3.2142857143rem
    }

    .faqs .faq-inner .left {
      margin-top: 0
    }

    .faqs .faq-inner .right .inner-wrap {
      position: static
    }

    .faqs .faq-inner .right .inner-wrap h1 {
      margin-bottom: 2.5rem
    }

    .location {
      padding-top: 2.1428571429rem;
      padding-bottom: 2.1428571429rem
    }

    .location .location-inner {
      display: block
    }

    .location .location-inner .left {
      margin-bottom: 1.9285714286rem
    }

    .location .location-inner .button {
      margin-top: 1.2857142857rem
    }
  }

  body.error404 {
    height: 100%
  }

  body.error404 .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
  }

  body.error404 .error-404 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-top: 5.3rem;
    padding-left: 0.7rem;
    padding-bottom: 5.55rem;
    padding-right: 0.7rem;
    text-align: center;
    color: #00962D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  body.error404 .site-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  @media screen and (max-width: 768px) {
    body.error404 .error-404 {
      padding-top: 5.7142857143rem;
      padding-left: 0.7142857143rem;
      padding-bottom: 5.7142857143rem;
      padding-right: 0.7142857143rem
    }
  }
}