.flr-gallery-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(83, 86, 90, 0.25);
  border-radius: 6px;
  background: #ffffff;
  color: #53565a;
  cursor: pointer;
  font: inherit;
}

.flr-gumball-hotspot {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100001;
  width: 150px;
  height: 153px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-size: 0;
}

.flr-gumball-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100002;
  width: fit-content;
  min-width: 260px;
  max-width: calc(100vw - 48px);
  box-sizing: border-box;
  padding: 92px 54px 48px;
  overflow: hidden;
  background: #a9af38;
  color: #000000;
  font-family: helvetica-w01-bold, Helvetica, Arial, sans-serif;
  transform: translateX(100%);
  transition: transform 220ms ease;
}

.flr-gumball-open .flr-gumball-panel {
  transform: translateX(0);
}

.flr-gumball-close {
  position: absolute;
  top: 48px;
  left: 48px;
  width: 28px;
  height: 28px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #000000;
  cursor: pointer;
  font: 32px/1 Arial, Helvetica, sans-serif;
}

.flr-gumball-nav {
  display: grid;
  gap: 8px;
  margin-top: 52px;
}

.flr-gumball-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #000000;
  text-decoration: none;
  font: normal normal normal 26px/1.25 helvetica-w01-bold, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

.flr-gumball-nav a[aria-current="page"] {
  color: #4a878f;
}

.flr-gumball-nav span {
  font: 22px/1 Arial, Helvetica, sans-serif;
}

.flr-gumball-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}

.flr-gumball-socials a {
  display: inline-flex;
  width: 30px;
  height: 30px;
}

.flr-gumball-socials img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.flr-old-form-status {
  margin-top: 12px;
  color: #4a878f;
  font: normal normal normal 14px/1.4 helvetica-w01-roman, Helvetica, Arial, sans-serif;
}

.flr-checkbox-revived {
  cursor: pointer;
}

.flr-checkbox-revived .sFg7xcs {
  position: relative;
}

.flr-checkbox-revived[data-checked="true"] .sFg7xcs {
  background: #4a878f !important;
  border-color: #4a878f !important;
}

.flr-checkbox-revived[data-checked="true"] .sFg7xcs::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.flr-home-gallery {
  width: 100%;
  padding: 30px max(18px, calc((100% - 1120px) / 2)) 42px;
  background: #f7f7f6;
  color: #53565a;
  font-family: helvetica-w01-roman, Helvetica, Arial, sans-serif;
}

#beip6 .flr-home-gallery {
  position: absolute;
  top: 46px;
  left: 50vw;
  z-index: 2;
  width: 100vw;
  padding: 0;
  background: transparent;
  transform: translateX(-50%);
}

.flr-home-gallery h2 {
  margin: 0 0 22px;
  color: #4a878f;
  font: normal normal normal 32px/1.25 helvetica-w01-bold, Helvetica, Arial, sans-serif;
}

#beip6 .flr-home-gallery h2 {
  display: none;
}

.flr-gallery-viewer {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 12px;
}

#beip6 .flr-gallery-viewer {
  display: block;
  position: relative;
}

.flr-gallery-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  background: #d8d8d6;
}

#beip6 .flr-gallery-frame {
  height: min(1080px, max(760px, calc(100vh - 96px)));
  min-height: 680px;
  aspect-ratio: auto;
  border-radius: 0;
  box-shadow: none;
}

.flr-gallery-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.flr-gallery-button {
  width: 48px;
  height: 48px;
  font-size: 15px;
}

#beip6 .flr-gallery-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(169, 175, 56, 0.78);
  color: #53565a;
  transform: translateY(-50%);
}

#beip6 .flr-gallery-button:first-child {
  left: 22px;
}

#beip6 .flr-gallery-button:last-child {
  right: 22px;
}

.flr-gallery-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
  gap: 8px;
  margin-top: 12px;
}

#beip6 .flr-gallery-strip {
  display: none;
}

.flr-gallery-thumb {
  border: 2px solid transparent;
  border-radius: 6px;
  padding: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e6e4e2;
  cursor: pointer;
}

.flr-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.flr-gallery-thumb[aria-current="true"] {
  border-color: #a9af38;
}

.flr-contact-section {
  width: 100%;
  padding: 54px max(18px, calc((100% - 980px) / 2));
  background: #f7f7f6;
  color: #53565a;
  font-family: helvetica-w01-roman, Helvetica, Arial, sans-serif;
}

.flr-contact-section h2 {
  margin: 0 0 10px;
  color: #4a878f;
  font: normal normal normal 32px/1.25 helvetica-w01-bold, Helvetica, Arial, sans-serif;
}

.flr-contact-section p {
  max-width: 680px;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.55;
}

.flr-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 820px;
}

.flr-field {
  display: grid;
  gap: 6px;
  font-size: 14px;
}

.flr-field-full {
  grid-column: 1 / -1;
}

.flr-field input,
.flr-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(83, 86, 90, 0.35);
  border-radius: 6px;
  padding: 12px;
  background: #ffffff;
  color: #53565a;
  font: inherit;
}

.flr-field textarea {
  min-height: 130px;
  resize: vertical;
}

.flr-contact-submit {
  width: fit-content;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #4a878f;
  border-radius: 6px;
  background: #4a878f;
  color: #ffffff;
  cursor: pointer;
  font: normal normal normal 15px/1 helvetica-w01-bold, Helvetica, Arial, sans-serif;
}

.flr-form-status {
  align-self: center;
  min-height: 20px;
  color: #4a878f;
  font-size: 14px;
}
@media (max-width: 720px) {
  .flr-gumball-panel {
    min-width: 260px;
    max-width: calc(100vw - 24px);
    padding: 72px 34px 38px;
  }

  .flr-gumball-close {
    top: 34px;
    left: 32px;
  }

  .flr-gumball-nav {
    margin-top: 42px;
  }

  .flr-gumball-nav a {
    font-size: 24px;
  }

  .flr-gumball-hotspot {
    right: 10px;
    bottom: 10px;
    width: 150px;
    height: 153px;
  }

  .flr-contact-form {
    grid-template-columns: 1fr;
  }

  .flr-gallery-viewer {
    grid-template-columns: 1fr;
  }

  #beip6 .flr-home-gallery {
    top: 46px;
    left: 50vw;
    width: 100vw;
  }

  #beip6 .flr-gallery-viewer {
    display: block;
  }

  #beip6 .flr-gallery-frame {
    height: min(860px, max(620px, calc(100vh - 58px)));
    min-height: 620px;
    aspect-ratio: auto;
  }

  #beip6 .flr-gallery-strip {
    display: none;
  }

  #beip6 .flr-gallery-button {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }

  #beip6 .flr-gallery-button:first-child {
    left: 10px;
  }

  #beip6 .flr-gallery-button:last-child {
    right: 10px;
  }
}
/* FLR custom contact form rebuild */
.flr-custom-contact-shell {
  box-sizing: border-box;
  width: min(860px, calc(100vw - 36px));
  margin: 0 auto;
  padding: 34px 38px 38px;
  background: #f6f6f3;
  border: 1px solid rgba(83, 86, 90, 0.18);
  border-left: 7px solid #4a878f;
  color: #53565a;
  font-family: helvetica-w01-roman, Helvetica, Arial, sans-serif;
}


.flr-contact-target {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  opacity: 0;
  pointer-events: none;
}
.flr-custom-contact-intro {
  margin: 0 0 24px;
}

.flr-custom-contact-kicker {
  margin: 0 0 8px;
  color: #a9af38;
  font: normal normal normal 13px/1.2 helvetica-w01-bold, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.flr-custom-contact-intro h2 {
  margin: 0 0 8px;
  color: #4a878f;
  font: normal normal normal 31px/1.18 helvetica-w01-bold, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

.flr-custom-contact-intro p:last-child {
  max-width: 620px;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.flr-custom-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px 18px;
}

.flr-custom-field {
  display: grid;
  gap: 7px;
}

.flr-custom-field-full {
  grid-column: 1 / -1;
}

.flr-custom-field label,
.flr-custom-options legend {
  color: #53565a;
  font: normal normal normal 14px/1.35 helvetica-w01-bold, Helvetica, Arial, sans-serif;
}

.flr-custom-field label span {
  color: #a8662a;
}

.flr-custom-field input,
.flr-custom-field textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid rgba(83, 86, 90, 0.34);
  border-radius: 0;
  background: #ffffff;
  color: #2f3133;
  font: normal normal normal 15px/1.4 helvetica-w01-roman, Helvetica, Arial, sans-serif;
  padding: 12px 13px;
}

.flr-custom-field textarea {
  min-height: 118px;
  resize: vertical;
}

.flr-custom-field input:focus,
.flr-custom-field textarea:focus {
  border-color: #4a878f;
  box-shadow: 0 0 0 2px rgba(74, 135, 143, 0.16);
  outline: none;
}

.flr-custom-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: 10px 14px;
  min-width: 0;
  margin: 2px 0 0;
  padding: 15px 0 2px;
  border: 0;
  border-top: 1px solid rgba(83, 86, 90, 0.22);
}

.flr-custom-options legend {
  grid-column: 1 / -1;
  width: 100%;
  padding: 0 0 4px;
}

.flr-custom-options label {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 28px;
  color: #53565a;
  font-size: 14px;
  line-height: 1.3;
  cursor: pointer;
}

.flr-custom-options input {
  width: 16px;
  height: 16px;
  accent-color: #4a878f;
}

.flr-custom-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 4px;
}

.flr-custom-actions button {
  min-width: 122px;
  min-height: 43px;
  border: 1px solid #4a878f;
  background: #4a878f;
  color: #ffffff;
  cursor: pointer;
  font: normal normal normal 15px/1 helvetica-w01-bold, Helvetica, Arial, sans-serif;
  padding: 0 22px;
}

.flr-custom-actions button:hover,
.flr-custom-actions button:focus-visible {
  background: #3c747b;
  border-color: #3c747b;
}

.flr-custom-actions button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.flr-custom-status {
  min-height: 20px;
  margin: 0;
  color: #4a878f;
  font-size: 14px;
  line-height: 1.35;
}

.flr-custom-status[data-state="error"] {
  color: #a8662a;
}

.flr-custom-status[data-state="success"] {
  color: #4a878f;
}
@media (max-width: 720px) {
  .flr-custom-contact-shell {
    width: min(100% - 24px, 860px);
    padding: 28px 22px 30px;
  }

  .flr-custom-contact-form {
    grid-template-columns: 1fr;
  }

  .flr-custom-contact-intro h2 {
    font-size: 26px;
  }
}
/* FLR responsive sitewide pass */
:root {
  --flr-responsive-page-max: 1180px;
  --flr-responsive-gutter: clamp(14px, 3vw, 42px);
  --flr-header-scale: 1;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body.flr-responsive-site {
  min-width: 0 !important;
}

body.flr-responsive-site #SITE_CONTAINER,
body.flr-responsive-site #site-root,
body.flr-responsive-site #masterPage,
body.flr-responsive-site #PAGES_CONTAINER,
body.flr-responsive-site #SITE_PAGES {
  max-width: 100vw !important;
  min-width: 0 !important;
  overflow-x: clip;
  width: 100% !important;
}

body.flr-responsive-site section[id^="comp-"],
body.flr-responsive-site header,
body.flr-responsive-site footer,
body.flr-responsive-site main {
  max-width: 100vw !important;
}

body.flr-responsive-site img,
body.flr-responsive-site picture,
body.flr-responsive-site video,
body.flr-responsive-site canvas,
body.flr-responsive-site svg {
  max-width: 100%;
}

body.flr-responsive-site [data-testid="columns"] {
  max-width: 100vw;
}

body.flr-responsive-site [data-testid="mesh-container-content"] {
  max-width: 100%;
}

body.flr-responsive-site [data-mesh-id$="gridContainer"] > .wixui-rich-text,
body.flr-responsive-site [data-mesh-id$="gridContainer"] > interact-element > .wixui-rich-text {
  overflow-wrap: anywhere;
}

body.flr-responsive-site .flr-custom-contact-shell {
  width: min(860px, calc(100vw - (var(--flr-responsive-gutter) * 2)));
}

body.flr-responsive-site .flr-home-gallery,
body.flr-responsive-site .flr-gallery-viewer,
body.flr-responsive-site .flr-gallery-frame {
  max-width: 100vw;
}

body.flr-responsive-site .flr-gallery-frame img {
  object-fit: cover;
}

@media (min-width: 1000px) and (max-aspect-ratio: 16 / 10) {
  body.flr-responsive-site #beip6 .flr-gallery-frame {
    height: min(820px, max(560px, calc(100vh - 230px)));
  }

  body.flr-responsive-site #beip6 .flr-home-gallery {
    top: 44px;
  }
}

@media (min-width: 1000px) and (min-aspect-ratio: 16 / 9) {
  body.flr-responsive-site #beip6 .flr-gallery-frame {
    height: min(760px, max(520px, calc(100vh - 215px)));
  }
}

@media (max-width: 1180px) {
  body.flr-responsive-site {
    --flr-header-scale: clamp(0.72, calc(100vw / 1180), 1);
  }

  body.flr-responsive-site #SITE_HEADER,
  body.flr-responsive-site #SITE_HEADER_WRAPPER {
    max-width: 100vw !important;
    overflow: visible !important;
  }

  body.flr-responsive-site #SITE_HEADER [data-mesh-id="SITE_HEADERinlineContent-gridContainer"] {
    transform: scale(var(--flr-header-scale));
    transform-origin: top center;
  }

  body.flr-responsive-site #SITE_HEADER {
    min-height: calc(163px * var(--flr-header-scale)) !important;
  }

  body.flr-responsive-site #masterPage:not(.landingPage) {
    --header-height: calc(163px * var(--flr-header-scale));
  }

  body.flr-responsive-site [style*="min-width:980px"] {
    min-width: 0 !important;
  }
}

@media (max-width: 900px) {
  body.flr-responsive-site #SITE_HEADER [data-mesh-id="SITE_HEADERinlineContent-gridContainer"] {
    transform: none;
  }

  body.flr-responsive-site #SITE_HEADER,
  body.flr-responsive-site #SITE_HEADER_WRAPPER {
    min-height: auto !important;
  }

  body.flr-responsive-site #SITE_HEADER [data-mesh-id="SITE_HEADERinlineContent-gridContainer"] > *,
  body.flr-responsive-site #SITE_HEADER [data-mesh-id="SITE_HEADERinlineContent-gridContainer"] > interact-element > * {
    max-width: calc(100vw - 24px) !important;
  }

  body.flr-responsive-site [data-testid="columns"],
  body.flr-responsive-site .V5AUxf {
    width: 100% !important;
  }

  body.flr-responsive-site [data-testid="columns"] > *,
  body.flr-responsive-site .V5AUxf > * {
    min-width: 0 !important;
  }

  body.flr-responsive-site .flr-gumball-hotspot {
    width: 112px;
    height: 114px;
    right: 12px;
    bottom: 12px;
  }

  body.flr-responsive-site .flr-gumball-panel {
    width: min(82vw, 360px);
    min-width: 0;
    max-width: none;
    padding: 72px 34px 38px;
  }

  body.flr-responsive-site .flr-gumball-nav a {
    font-size: 23px;
  }
}
@media (max-width: 720px) {
  body.flr-responsive-site {
    --flr-responsive-gutter: 16px;
  }

  body.flr-responsive-site #SITE_HEADER {
    position: relative !important;
    top: auto !important;
  }

  body.flr-responsive-site #beip6 .flr-home-gallery {
    left: 50vw;
    top: 0;
    width: 100vw;
  }

  body.flr-responsive-site #beip6 .flr-gallery-frame {
    height: clamp(520px, 78vh, 780px);
    min-height: 520px;
  }

  body.flr-responsive-site .flr-custom-contact-shell {
    border-left-width: 5px;
    width: calc(100vw - 24px);
  }

  body.flr-responsive-site .flr-custom-contact-form {
    grid-template-columns: 1fr;
  }

  body.flr-responsive-site .flr-custom-options {
    grid-template-columns: 1fr;
  }

  body.flr-responsive-site .flr-custom-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body.flr-responsive-site .flr-custom-actions button {
    width: 100%;
  }

  body.flr-responsive-site .flr-gumball-panel {
    width: min(88vw, 330px);
    padding: 68px 28px 34px;
  }

  body.flr-responsive-site .flr-gumball-close {
    left: 28px;
    top: 32px;
  }
}

@media (max-width: 520px) {
  body.flr-responsive-site #beip6 .flr-gallery-frame {
    height: clamp(470px, 72vh, 690px);
    min-height: 470px;
  }

  body.flr-responsive-site .flr-gumball-hotspot {
    width: 92px;
    height: 94px;
  }

  body.flr-responsive-site .flr-gumball-panel {
    width: 100vw;
  }
}
/* FLR home full-viewport gallery */
body.flr-responsive-site #beip6 #comp-mdt72ufp1,
body.flr-responsive-site #beip6 #comp-mdt72ufv2,
body.flr-responsive-site #beip6 #comp-mdt72ugl,
body.flr-responsive-site #beip6 #comp-mdt72ufr4 {
  display: none !important;
}

body.flr-responsive-site #beip6 #comp-mdt72ufb [data-mesh-id="comp-mdt72ufbinlineContent-gridContainer"] {
  grid-template-rows: min-content !important;
}

body.flr-responsive-site #beip6 #comp-mdt72ufb .flr-home-gallery-flow {
  justify-self: start !important;
  left: 0 !important;
  width: 100vw !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.flr-responsive-site #beip6 .flr-home-gallery-flow {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  z-index: 1 !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  transform: none !important;
}

body.flr-responsive-site #beip6 .flr-home-gallery-flow + [data-mesh-id="beip6inlineContent-gridContainer"] {
  margin-top: 0 !important;
}
body.flr-responsive-site #beip6 #comp-mnt3475k,
body.flr-responsive-site #beip6 #comp-mp1ms1xw {
  margin-top: 0 !important;
}
body.flr-responsive-site #beip6 .flr-home-gallery-flow ~ [data-mesh-id="beip6inlineContent-gridContainer"] #comp-mdt72ufp1,
body.flr-responsive-site #beip6 .flr-home-gallery-flow ~ [data-mesh-id="beip6inlineContent-gridContainer"] #comp-mdt72ufv2,
body.flr-responsive-site #beip6 .flr-home-gallery-flow ~ [data-mesh-id="beip6inlineContent-gridContainer"] #comp-mdt72ugl,
body.flr-responsive-site #beip6 .flr-home-gallery-flow ~ [data-mesh-id="beip6inlineContent-gridContainer"] #comp-mdt72ufr4 {
  display: none !important;
}

body.flr-responsive-site #beip6 .flr-home-gallery-flow ~ [data-mesh-id="beip6inlineContent-gridContainer"] #comp-mdt72ufb [data-mesh-id="comp-mdt72ufbinlineContent-gridContainer"] {
  grid-template-rows: min-content !important;
}


body.flr-responsive-site #beip6 .flr-home-gallery-flow + [data-mesh-id="Containerbeip6inlineContent-gridContainer"] {
  margin-top: 0 !important;
}

body.flr-responsive-site #beip6 .flr-home-gallery-flow ~ [data-mesh-id="Containerbeip6inlineContent-gridContainer"] #comp-mdt72ufp1,
body.flr-responsive-site #beip6 .flr-home-gallery-flow ~ [data-mesh-id="Containerbeip6inlineContent-gridContainer"] #comp-mdt72ufv2,
body.flr-responsive-site #beip6 .flr-home-gallery-flow ~ [data-mesh-id="Containerbeip6inlineContent-gridContainer"] #comp-mdt72ugl,
body.flr-responsive-site #beip6 .flr-home-gallery-flow ~ [data-mesh-id="Containerbeip6inlineContent-gridContainer"] #comp-mdt72ufr4 {
  display: none !important;
}

body.flr-responsive-site #beip6 .flr-home-gallery-flow ~ [data-mesh-id="Containerbeip6inlineContent-gridContainer"] #comp-mdt72ufb [data-mesh-id="comp-mdt72ufbinlineContent-gridContainer"] {
  grid-template-rows: min-content !important;
}
body.flr-responsive-site #beip6 .flr-home-gallery-flow .flr-gallery-frame,
body.flr-responsive-site #beip6 .flr-home-gallery-flow .flr-gallery-viewer {
  height: var(--flr-home-gallery-height, calc(100vh - var(--header-height, 0px))) !important;
  min-height: var(--flr-home-gallery-height, calc(100vh - var(--header-height, 0px))) !important;
  aspect-ratio: auto !important;
}

body.flr-responsive-site #beip6 .flr-home-gallery-flow .flr-gallery-frame img {
  height: 100% !important;
  object-fit: cover !important;
}
@media (max-width: 720px) {
  
body.flr-responsive-site #beip6 .flr-home-gallery-flow + [data-mesh-id="Containerbeip6inlineContent-gridContainer"] {
  margin-top: 0 !important;
}

body.flr-responsive-site #beip6 .flr-home-gallery-flow ~ [data-mesh-id="Containerbeip6inlineContent-gridContainer"] #comp-mdt72ufp1,
body.flr-responsive-site #beip6 .flr-home-gallery-flow ~ [data-mesh-id="Containerbeip6inlineContent-gridContainer"] #comp-mdt72ufv2,
body.flr-responsive-site #beip6 .flr-home-gallery-flow ~ [data-mesh-id="Containerbeip6inlineContent-gridContainer"] #comp-mdt72ugl,
body.flr-responsive-site #beip6 .flr-home-gallery-flow ~ [data-mesh-id="Containerbeip6inlineContent-gridContainer"] #comp-mdt72ufr4 {
  display: none !important;
}

body.flr-responsive-site #beip6 .flr-home-gallery-flow ~ [data-mesh-id="Containerbeip6inlineContent-gridContainer"] #comp-mdt72ufb [data-mesh-id="comp-mdt72ufbinlineContent-gridContainer"] {
  grid-template-rows: min-content !important;
}
body.flr-responsive-site #beip6 .flr-home-gallery-flow .flr-gallery-frame,
  body.flr-responsive-site #beip6 .flr-home-gallery-flow .flr-gallery-viewer {
    min-height: var(--flr-home-gallery-height, 100vh) !important;
  }
}

@media (max-width: 520px) {
  
body.flr-responsive-site #beip6 .flr-home-gallery-flow + [data-mesh-id="Containerbeip6inlineContent-gridContainer"] {
  margin-top: 0 !important;
}

body.flr-responsive-site #beip6 .flr-home-gallery-flow ~ [data-mesh-id="Containerbeip6inlineContent-gridContainer"] #comp-mdt72ufp1,
body.flr-responsive-site #beip6 .flr-home-gallery-flow ~ [data-mesh-id="Containerbeip6inlineContent-gridContainer"] #comp-mdt72ufv2,
body.flr-responsive-site #beip6 .flr-home-gallery-flow ~ [data-mesh-id="Containerbeip6inlineContent-gridContainer"] #comp-mdt72ugl,
body.flr-responsive-site #beip6 .flr-home-gallery-flow ~ [data-mesh-id="Containerbeip6inlineContent-gridContainer"] #comp-mdt72ufr4 {
  display: none !important;
}

body.flr-responsive-site #beip6 .flr-home-gallery-flow ~ [data-mesh-id="Containerbeip6inlineContent-gridContainer"] #comp-mdt72ufb [data-mesh-id="comp-mdt72ufbinlineContent-gridContainer"] {
  grid-template-rows: min-content !important;
}
body.flr-responsive-site #beip6 .flr-home-gallery-flow .flr-gallery-frame,
  body.flr-responsive-site #beip6 .flr-home-gallery-flow .flr-gallery-viewer {
    min-height: var(--flr-home-gallery-height, 100vh) !important;
  }
}
/* FLR project category buttons on Our Projects */
.flr-project-category-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: stretch;
  justify-content: center;
  width: min(1431px, calc(100vw - 28px));
  margin: 0 auto 42px;
  padding: 0;
}

.flr-project-category-buttons a {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 calc((100% - 49px) / 8);
  min-width: 0;
  min-height: 30px;
  padding: 4px 12px 3px;
  border: 0;
  background: #53565a;
  color: #ffffff;
  font: normal normal normal 16px/1.1 avenir-lt-w01_85-heavy1475544, Arial, sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
}

.flr-project-category-buttons a:hover,
.flr-project-category-buttons a:focus-visible {
  background: #a9af38;
  color: #ffffff;
  outline: none;
}

body.flr-responsive-site #jdpgb #flr-project-category-buttons {
  position: relative;
  left: 9px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: center;
  align-self: start;
  z-index: 3;
}

body.flr-responsive-site #jdpgb [data-mesh-id="comp-mcw185apinlineContent-gridContainer"] {
  grid-template-rows: repeat(8, min-content) 1fr !important;
}

body.flr-responsive-site #jdpgb #comp-mnqalx5w,
body.flr-responsive-site #jdpgb #comp-mnqalx61,
body.flr-responsive-site #jdpgb #comp-mnqanmr0,
body.flr-responsive-site #jdpgb #comp-mnqanmr5,
body.flr-responsive-site #jdpgb #comp-mnqascr7,
body.flr-responsive-site #jdpgb #comp-mnqascrc {
  grid-area: 4 / 1 / 5 / 2 !important;
}

body.flr-responsive-site #jdpgb #comp-mmm4qac06,
body.flr-responsive-site #jdpgb #comp-mmm4oz005,
body.flr-responsive-site #jdpgb #comp-mmm4o0nn {
  grid-area: 5 / 1 / 6 / 2 !important;
}

body.flr-responsive-site #jdpgb #comp-mnqan9fs,
body.flr-responsive-site #jdpgb #comp-mnqaqibk,
body.flr-responsive-site #jdpgb #comp-mnqatns4 {
  grid-area: 6 / 1 / 7 / 2 !important;
}

body.flr-responsive-site #jdpgb #comp-mnqaof9h,
body.flr-responsive-site #jdpgb #comp-mnqaof9n,
body.flr-responsive-site #jdpgb #comp-mnqaqtz5,
body.flr-responsive-site #jdpgb #comp-mnqaqtza,
body.flr-responsive-site #jdpgb #comp-mnqavfjp,
body.flr-responsive-site #jdpgb #comp-mnqavfjv {
  grid-area: 7 / 1 / 8 / 2 !important;
}

body.flr-responsive-site #jdpgb #comp-mmm4lwo2,
body.flr-responsive-site #jdpgb #comp-mmm4sgfv,
body.flr-responsive-site #jdpgb #comp-mnqaw4xw {
  grid-area: 8 / 1 / 9 / 2 !important;
}

body.flr-responsive-site #jdpgb #comp-mnqaql2h,
body.flr-responsive-site #jdpgb #comp-mnqas4p7,
body.flr-responsive-site #jdpgb #comp-mnqaw4y2 {
  grid-area: 9 / 1 / 10 / 2 !important;
}


@media (min-width: 721px) and (max-width: 1180px) {
  .flr-project-category-buttons a {
    flex-basis: calc((100% - 21px) / 4);
  }
}

@media (max-width: 720px) {
  body.flr-responsive-site #jdpgb #flr-project-category-buttons {
    justify-self: start;
    left: 0;
    width: calc(100vw - 28px);
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 30px;
    padding: 0;
  }

  .flr-project-category-buttons a {
    flex-basis: calc((100% - 7px) / 2);
    min-height: 34px;
    padding-inline: 8px;
    font-size: 13px;
  }
}
/* FLR mobile fit pass: stop the Wix desktop canvas from clipping phone layouts */
@media (max-width: 720px) {
  body.flr-responsive-site #SITE_HEADER [data-mesh-id="SITE_HEADERinlineContent-gridContainer"] {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 0 !important;
    padding: 14px 14px 12px !important;
    box-sizing: border-box !important;
    gap: 2px !important;
  }

  body.flr-responsive-site #SITE_HEADER #comp-mdre8ayb,
  body.flr-responsive-site #SITE_HEADER #comp-mdqav5x3,
  body.flr-responsive-site #SITE_HEADER #comp-mnq8e60n,
  body.flr-responsive-site #SITE_HEADER #comp-mnq8dkb0,
  body.flr-responsive-site #SITE_HEADER #comp-mnq8emy7,
  body.flr-responsive-site #SITE_HEADER #comp-mnq8f29i {
    display: none !important;
  }

  body.flr-responsive-site #SITE_HEADER #comp-mdqaxzwn,
  body.flr-responsive-site #SITE_HEADER #comp-mdqavfet {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: calc(100vw - 28px) !important;
    height: auto !important;
    margin: 0 !important;
    grid-area: auto !important;
    justify-self: center !important;
    align-self: center !important;
  }

  body.flr-responsive-site #SITE_HEADER #comp-mdqaxzwn h2,
  body.flr-responsive-site #SITE_HEADER #comp-mdqaxzwn span {
    font-size: clamp(24px, 7.2vw, 34px) !important;
    line-height: 1.12 !important;
  }

  body.flr-responsive-site #SITE_HEADER #comp-mdqavfet h2,
  body.flr-responsive-site #SITE_HEADER #comp-mdqavfet span {
    font-size: clamp(13px, 4vw, 19px) !important;
    line-height: 1.2 !important;
  }

  body.flr-responsive-site #masterPage:not(.landingPage) {
    --header-height: 92px !important;
  }

  body.flr-responsive-site #jdpgb #comp-mcw185ap [data-mesh-id="comp-mcw185apinlineContent-gridContainer"] {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 30px 14px 22px !important;
    box-sizing: border-box !important;
    gap: 0 !important;
  }

  body.flr-responsive-site #jdpgb [data-mesh-id="comp-mnqaak0z-rotated-wrapper"] {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 14px !important;
    grid-area: auto !important;
  }

  body.flr-responsive-site #jdpgb #comp-mnqaak0z,
  body.flr-responsive-site #jdpgb #comp-molq54z4,
  body.flr-responsive-site #jdpgb #flr-project-category-buttons,
  body.flr-responsive-site #jdpgb #comp-mnqalx61,
  body.flr-responsive-site #jdpgb #comp-mmm4qac06,
  body.flr-responsive-site #jdpgb #comp-mnqan9fs,
  body.flr-responsive-site #jdpgb #comp-mnqaof9n,
  body.flr-responsive-site #jdpgb #comp-mmm4lwo2,
  body.flr-responsive-site #jdpgb #comp-mnqaql2h,
  body.flr-responsive-site #jdpgb #comp-mnqanmr5,
  body.flr-responsive-site #jdpgb #comp-mmm4oz005,
  body.flr-responsive-site #jdpgb #comp-mnqaqibk,
  body.flr-responsive-site #jdpgb #comp-mnqaqtza,
  body.flr-responsive-site #jdpgb #comp-mmm4sgfv,
  body.flr-responsive-site #jdpgb #comp-mnqas4p7,
  body.flr-responsive-site #jdpgb #comp-mnqascrc,
  body.flr-responsive-site #jdpgb #comp-mmm4o0nn,
  body.flr-responsive-site #jdpgb #comp-mnqatns4,
  body.flr-responsive-site #jdpgb #comp-mnqavfjv,
  body.flr-responsive-site #jdpgb #comp-mnqaw4xw,
  body.flr-responsive-site #jdpgb #comp-mnqaw4y2 {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    grid-area: auto !important;
    justify-self: center !important;
    align-self: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: calc(100vw - 28px) !important;
  }

  body.flr-responsive-site #jdpgb #comp-mnqaak0z,
  body.flr-responsive-site #jdpgb #comp-molq54z4 {
    width: min(680px, calc(100vw - 28px)) !important;
  }

  body.flr-responsive-site #jdpgb #comp-mnqaak0z h2,
  body.flr-responsive-site #jdpgb #comp-mnqaak0z span {
    font-size: clamp(30px, 10vw, 44px) !important;
    line-height: 1.1 !important;
    letter-spacing: 0.14em !important;
  }

  body.flr-responsive-site #jdpgb #comp-molq54z4 {
    margin-bottom: 24px !important;
  }

  body.flr-responsive-site #jdpgb #comp-molq54z4 p,
  body.flr-responsive-site #jdpgb #comp-molq54z4 span {
    font-size: 15px !important;
    line-height: 1.35 !important;
  }

  body.flr-responsive-site #jdpgb #comp-mnqalx5w,
  body.flr-responsive-site #jdpgb #comp-mnqaof9h,
  body.flr-responsive-site #jdpgb #comp-mnqanmr0,
  body.flr-responsive-site #jdpgb #comp-mnqaqtz5,
  body.flr-responsive-site #jdpgb #comp-mnqascr7,
  body.flr-responsive-site #jdpgb #comp-mnqavfjp {
    display: none !important;
  }

  body.flr-responsive-site #jdpgb #comp-mnqalx61,
  body.flr-responsive-site #jdpgb #comp-mnqaof9n,
  body.flr-responsive-site #jdpgb #comp-mnqanmr5,
  body.flr-responsive-site #jdpgb #comp-mnqaqtza,
  body.flr-responsive-site #jdpgb #comp-mnqascrc,
  body.flr-responsive-site #jdpgb #comp-mnqavfjv {
    width: min(461px, calc(100vw - 28px)) !important;
    height: auto !important;
    aspect-ratio: 461 / 248 !important;
    margin-top: 22px !important;
    margin-bottom: 8px !important;
  }

  body.flr-responsive-site #jdpgb #comp-mnqalx61 img,
  body.flr-responsive-site #jdpgb #comp-mnqaof9n img,
  body.flr-responsive-site #jdpgb #comp-mnqanmr5 img,
  body.flr-responsive-site #jdpgb #comp-mnqaqtza img,
  body.flr-responsive-site #jdpgb #comp-mnqascrc img,
  body.flr-responsive-site #jdpgb #comp-mnqavfjv img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  body.flr-responsive-site #jdpgb #comp-mmm4qac06,
  body.flr-responsive-site #jdpgb #comp-mmm4lwo2,
  body.flr-responsive-site #jdpgb #comp-mmm4oz005,
  body.flr-responsive-site #jdpgb #comp-mmm4sgfv,
  body.flr-responsive-site #jdpgb #comp-mmm4o0nn,
  body.flr-responsive-site #jdpgb #comp-mnqaw4xw,
  body.flr-responsive-site #jdpgb #comp-mnqan9fs,
  body.flr-responsive-site #jdpgb #comp-mnqaql2h,
  body.flr-responsive-site #jdpgb #comp-mnqaqibk,
  body.flr-responsive-site #jdpgb #comp-mnqas4p7,
  body.flr-responsive-site #jdpgb #comp-mnqatns4,
  body.flr-responsive-site #jdpgb #comp-mnqaw4y2 {
    width: min(461px, calc(100vw - 28px)) !important;
    height: auto !important;
    margin-top: 0 !important;
    margin-bottom: 4px !important;
    text-align: center !important;
  }

  body.flr-responsive-site #jdpgb #comp-mmm4qac06 h2,
  body.flr-responsive-site #jdpgb #comp-mmm4lwo2 h2,
  body.flr-responsive-site #jdpgb #comp-mmm4oz005 h2,
  body.flr-responsive-site #jdpgb #comp-mmm4sgfv h2,
  body.flr-responsive-site #jdpgb #comp-mmm4o0nn h2,
  body.flr-responsive-site #jdpgb #comp-mnqaw4xw h2,
  body.flr-responsive-site #jdpgb #comp-mnqan9fs h2,
  body.flr-responsive-site #jdpgb #comp-mnqaql2h h2,
  body.flr-responsive-site #jdpgb #comp-mnqaqibk h2,
  body.flr-responsive-site #jdpgb #comp-mnqas4p7 h2,
  body.flr-responsive-site #jdpgb #comp-mnqatns4 h2,
  body.flr-responsive-site #jdpgb #comp-mnqaw4y2 h2 {
    text-align: center !important;
  }

  body.flr-responsive-site #jdpgb #comp-mazp7e9l [data-testid="columns"],
  body.flr-responsive-site #jdpgb #comp-mazp7e9l .V5AUxf {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  body.flr-responsive-site #jdpgb #comp-mazp7e9l .wixui-column-strip__column {
    width: 100% !important;
    min-width: 0 !important;
  }
}
@media (max-width: 720px) {
  body.flr-responsive-site #jdpgb [data-mesh-id="ContainerjdpgbinlineContent-gridContainer"] > section,
  body.flr-responsive-site #jdpgb [data-mesh-id="ContainerjdpgbinlineContent-gridContainer"] > [id^="comp-"],
  body.flr-responsive-site #jdpgb [data-mesh-id="ContainerjdpgbinlineContent-gridContainer"] > interact-element > section,
  body.flr-responsive-site #jdpgb [data-mesh-id="ContainerjdpgbinlineContent-gridContainer"] > interact-element > [id^="comp-"] {
    left: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    justify-self: stretch !important;
  }

  body.flr-responsive-site #jdpgb #comp-mcw185ap,
  body.flr-responsive-site #jdpgb #comp-mazp7e9l,
  body.flr-responsive-site #jdpgb #comp-morj3o71 {
    left: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
  }

  body.flr-responsive-site #jdpgb #flr-project-category-buttons {
    left: auto !important;
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin: 0 14px 30px !important;
  }
}
/* FLR Work With Us mobile rebuild */
.flr-work-mobile-mount {
  display: none;
}

@media (max-width: 720px) {
  body.flr-work-with-us-page #SITE_PAGES {
    display: none !important;
  }

  body.flr-work-with-us-page #PAGES_CONTAINER {
    display: block !important;
    min-height: auto !important;
  }

  body.flr-work-with-us-page .flr-work-mobile-mount {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 24px 0 34px !important;
    background: #e6e4e2 !important;
  }

  body.flr-work-with-us-page .flr-custom-contact-shell {
    width: calc(100vw - 28px) !important;
    max-width: 520px !important;
    margin: 0 auto !important;
    padding: 24px 18px 26px !important;
    border-left-width: 5px !important;
    box-shadow: none !important;
  }

  body.flr-work-with-us-page .flr-custom-contact-intro {
    margin-bottom: 18px !important;
  }

  body.flr-work-with-us-page .flr-custom-contact-kicker {
    font-size: 12px !important;
  }

  body.flr-work-with-us-page .flr-custom-contact-intro h2 {
    font-size: 25px !important;
    line-height: 1.15 !important;
  }

  body.flr-work-with-us-page .flr-custom-contact-intro p:last-child {
    font-size: 14px !important;
    line-height: 1.42 !important;
  }

  body.flr-work-with-us-page .flr-custom-contact-form {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.flr-work-with-us-page .flr-custom-field,
  body.flr-work-with-us-page .flr-custom-field-full,
  body.flr-work-with-us-page .flr-custom-options,
  body.flr-work-with-us-page .flr-custom-actions {
    grid-column: 1 / -1 !important;
    min-width: 0 !important;
  }

  body.flr-work-with-us-page .flr-custom-field input,
  body.flr-work-with-us-page .flr-custom-field textarea {
    min-height: 44px !important;
    font-size: 16px !important;
    padding: 11px 12px !important;
  }

  body.flr-work-with-us-page .flr-custom-field textarea {
    min-height: 120px !important;
  }

  body.flr-work-with-us-page .flr-custom-options {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    padding-top: 13px !important;
  }

  body.flr-work-with-us-page .flr-custom-options label {
    align-items: flex-start !important;
    min-height: 30px !important;
    font-size: 14px !important;
  }

  body.flr-work-with-us-page .flr-custom-options input {
    flex: 0 0 auto !important;
    width: 18px !important;
    height: 18px !important;
    margin-top: 1px !important;
  }

  body.flr-work-with-us-page .flr-custom-actions {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
  }

  body.flr-work-with-us-page .flr-custom-actions button {
    width: 100% !important;
    min-height: 46px !important;
    font-size: 16px !important;
  }

  body.flr-work-with-us-page .flr-custom-status {
    text-align: center !important;
  }
}