.page-navigation-header {
  top: 0;
  right: 0;
  left: 0;
  z-index: 9000;
  -webkit-box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.2);
}
:where(html:not(.sfPageEditorWrp)) .page-navigation-header {
  position: sticky;
}

.card-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  flex-wrap: nowrap;
  margin-bottom: 12px;
  width: 100%;
}
@media (max-width: 991px) {
  .card-row {
    flex-wrap: wrap;
  }
}
.card-row:has([data-cardv2-template=FullWidth]) {
  display: block;
}

/* For some reason, the 'display: flex;' makes the placeholder small in the page editor*/
:where(.sfPageEditorWrp) .card-row > .RadDockZone {
  width: 100%;
}

/* One vertical card*/
/* Two vertical cards */
/* Three vertical cards */
/* Four vertical cards */
/* One horizontal card */
/* One vertical card, one horizontal card */
/* One horizontal card, one vertical card */
/* Two horizontal cards */
/*  */
.equally-spaced {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.grid-widgets__full-width {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  margin-right: -50vw;
  left: 50%;
  right: 50%;
}
:where(.sfPageEditorWrp) .grid-widgets__full-width {
  max-width: calc(100vw - 280px);
  margin-left: calc(-50vw + 140px);
}

:where(.sfPageEditorWrp) [data-avixa-label="grid-6+6"] {
  box-sizing: border-box;
}

@media (min-width: 1500px) {
  .padded-container-wide {
    width: 1440px;
  }
}

.sfPageEditor .widget-coupler {
  outline: 1px solid blue;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 3rem;
}

:where(html:not(.sfPageEditorWrp)) .banner-notice {
  max-height: 43px;
}

@media (max-width: 767px) {
  .banner-notice {
    display: none;
  }
}

/*# sourceMappingURL=InteriorWithBeigeSection.css.map */
