.flr-home-gallery {
  box-sizing: border-box;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #f7f7f6;
  color: #53565a;
  font-family: Helvetica, Arial, sans-serif;
}

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

.flr-gallery-viewer {
  position: relative;
  width: 100%;
  height: max(420px, var(--flr-home-gallery-height, 100vh));
  min-height: max(420px, var(--flr-home-gallery-height, 100vh));
  overflow: hidden;
}

.flr-gallery-frame {
  width: 100%;
  height: 100%;
  background: #d8d8d6;
}

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

.flr-gallery-button {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(169, 175, 56, 0.82);
  color: #ffffff;
  cursor: pointer;
  font: 700 0 Helvetica, Arial, sans-serif;
  transform: translateY(-50%);
}

.flr-gallery-button::before {
  display: block;
  font-size: 24px;
  line-height: 40px;
}

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

.flr-gallery-button:first-child::before {
  content: "<";
}

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

.flr-gallery-button:last-child::before {
  content: ">";
}

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

.flr-home-category-frame {
  --flr-home-category-frame-height: 76px;
  display: grid;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
  width: 100%;
  height: var(--flr-home-category-frame-height);
  padding: 10px max(18px, calc((100vw - 980px) / 2));
  box-sizing: border-box;
  background: #e6e4e2;
}

.flr-home-category-frame a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font: 700 clamp(15px, 1.7vw, 21px)/1 Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
  transition: filter 160ms ease, transform 160ms ease;
}

.flr-home-category-frame a:nth-child(1) {
  background: #a9af38;
}

.flr-home-category-frame a:nth-child(2) {
  background: #a16b37;
}

.flr-home-category-frame a:nth-child(3) {
  background: #4a878f;
}

.flr-home-category-frame a:hover,
.flr-home-category-frame a:focus {
  filter: brightness(1.07);
  transform: translateY(-1px);
}

#beip6 .flr-home-gallery-flow {
  position: relative !important;
  z-index: 1 !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  transform: none !important;
}

#beip6 #comp-mnq9wou9 {
  position: fixed !important;
  top: 0 !important;
  left: 50% !important;
  z-index: 6 !important;
  width: 100vw !important;
  margin-left: 0 !important;
  transform: translateX(-50%) !important;
  pointer-events: auto !important;
}

#beip6 #comp-mdt72ufb,
#beip6 #comp-mdt72ufp1,
#beip6 #comp-mdt72ufv2,
#beip6 #comp-mdt72ugl,
#beip6 #comp-mdt72ufr4,
#beip6 #comp-mnt3475k,
#beip6 #comp-mp1ms1xw {
  display: none !important;
}

@media (max-width: 720px) {
  .flr-gallery-viewer {
    height: max(356px, var(--flr-home-gallery-height, 100vh));
    min-height: max(356px, var(--flr-home-gallery-height, 100vh));
  }

  .flr-gallery-button {
    width: 36px;
    height: 36px;
  }

  .flr-gallery-button::before {
    font-size: 21px;
    line-height: 36px;
  }

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

  .flr-gallery-button:last-child {
    right: 10px;
  }

  .flr-home-category-frame {
    height: 64px;
    padding: 8px 10px;
    gap: 6px;
  }

  .flr-home-category-frame a {
    font-size: 11px;
    letter-spacing: 0.06em;
  }
}
