@font-face {
  font-family: "Suisse Int'l";
  src: url("../fonts/SuisseIntl-Light.woff2") format("woff2"), url("../fonts/SuisseIntl-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Int'l";
  src: url("../fonts/SuisseIntl-Regular.woff2") format("woff2"), url("../fonts/SuisseIntl-Regular.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noe Display";
  src: url("../fonts/NoeDisplay-Regular.woff2") format("woff2"), url("../fonts/NoeDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*:where(:not(iframe, canvas, img, svg, video, dialog):not(svg *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
  text-rendering: geometricPrecision;
}

/*
  Remove list styles (bullets/numbers)
  in case you use it with normalize.css
*/
ol,
ul {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* Removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

* {
  box-sizing: border-box;
  *behavior: url(/static/js/boxsizing.htc);
}

html,
body {
  background: #fff;
}

body {
  font-family: "Suisse Int'l";
  color: #424242;
  -webkit-text-size-adjust: 100%;
  backface-visibility: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  cursor: pointer !important;
}

picture {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
picture img {
  vertical-align: top;
}

input,
textarea,
button {
  overflow: visible;
  border-radius: 0;
  font-family: "Suisse Int'l";
  font-size: 1em;
  color: #424242;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  border: 0;
}

input,
textarea {
  border: 1px solid #a9a9a9;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

.byob-overview-share li, .market-selection-item, .market-selection-location, .footer-menu .menu-item, .footer-menu, .main-menu, .menu-item, .menu-item-link, .carousel-pagination li, .button, .button-submit-emphasis, .ghost-button, .button-submit, .slick-dots li, .box-column,
.box.box-column, .columns-distribute .box, .layout-column, .byob-product-option, .layout-column-padded, .page-section-content {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noe Display", sans-serif;
}

img[style] {
  height: auto !important;
}

/* Sections */
.page-section, .page-messages, .page-section-cold, .page-section-gallery, .page-section-dark, .page-section-beige, .page-section-light {
  position: relative;
  padding: 3.5em 0;
  text-align: center;
}
@media (max-width: 52em) {
  .page-section, .page-messages, .page-section-cold, .page-section-gallery, .page-section-dark, .page-section-beige, .page-section-light {
    padding: 2em 0;
  }
}

.page-section-slim {
  position: relative;
  padding: 0;
  text-align: center;
}

.page-section-content {
  position: relative;
  width: 75em;
  max-width: 95%;
  z-index: 2;
  vertical-align: top;
  text-align: left;
}

.page-sub-section, .internal-form-section {
  margin: 0 0 3em 0;
}
.page-sub-section:last-child, .internal-form-section:last-child {
  margin-bottom: 0;
}

.page-section-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}

/* Columns */
.layout-column, .byob-product-option, .layout-column-padded {
  position: relative;
  padding: 0 0.5em;
  width: 100%;
  vertical-align: top;
}

.layout-column-padded {
  padding: 0 1em;
}

.layout-stacked {
  margin-bottom: 3rem;
}

.layout-column-slim {
  padding: 0;
}

.layout-full {
  width: 100%;
}

.layout-four-fifths {
  width: 80%;
}

.layout-three-fourths {
  width: 75%;
}

.layout-two-thirds {
  width: 66.7%;
}

.layout-three-fifths {
  width: 60%;
}

.layout-one-half {
  width: 50%;
}

.layout-two-fifths {
  width: 40%;
}

.layout-one-third {
  width: 33.3%;
}

.layout-one-fourth {
  width: 25%;
}

.layout-one-fifth {
  width: 20%;
}

.layout-column-border-left {
  padding-left: 0;
  border-left: 0.5em solid #dedcd5;
}

.layout-column-border-right {
  padding-right: 0;
  border-right: 0.5em solid #dedcd5;
}

.layout-auto, .byob-product-option {
  width: auto;
}

.layout-extra-padding {
  margin-right: -0.5em;
  margin-left: -0.5em;
}

.layout-offset-top {
  margin-top: 1em;
}

.layout-offset-top-large {
  margin-top: 3em;
}

.layout-proportional-16-9 {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.layout-proportional-wide {
  width: 100%;
  height: 0;
  padding-bottom: 40%;
}
@media (orientation: portrait) {
  .layout-proportional-wide {
    padding-bottom: 60%;
  }
}

.layout-proportional-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.flex-content, .columns-stretch, .columns-matching {
  display: -ms-flexbox;
  -ms-box-orient: vertical;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.columns-matching {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.columns-stretch .flex-column {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  pudding: choc;
}

.columns-distribute .box {
  width: 25%;
  vertical-align: top;
}
@media (max-width: 60em) {
  .columns-distribute .box {
    width: 50%;
  }
}
@media (max-width: 30em) {
  .columns-distribute .box {
    width: 100%;
  }
}
.columns-distribute .box:first-child {
  margin-top: 0.5em;
}

.csscolumns .columns-distribute {
  column-count: 4;
}
@media (max-width: 60em) {
  .csscolumns .columns-distribute {
    column-count: 2;
  }
}
@media (max-width: 30em) {
  .csscolumns .columns-distribute {
    column-count: 1;
  }
}
.csscolumns .columns-distribute .box {
  width: 100%;
  -webkit-break-inside: avoid;
  -moz-break-inside: avoid;
  break-inside: avoid;
}

@media (max-width: 60em) {
  .medium-screen-layout-full {
    width: 100%;
  }
  .medium-screen-layout-three-fourths {
    width: 75%;
  }
  .medium-screen-layout-two-thirds {
    width: 67%;
  }
  .medium-screen-layout-one-half {
    width: 50%;
  }
  .medium-screen-layout-one-third {
    width: 33%;
  }
  .medium-screen-layout-stacked {
    margin-bottom: 1em;
  }
  .medium-screen-layout-stacked:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 52em) {
  .small-screen-layout-full {
    width: 100%;
  }
  .small-screen-layout-one-half {
    width: 50%;
  }
  .small-screen-layout-stacked {
    margin-bottom: 1em;
  }
  .small-screen-layout-stacked:last-child {
    margin-bottom: 0;
  }
  .small-screen-columns-stretch {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }
  .small-screen-columns-stretch .flex-column {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (max-width: 40em) {
  .semi-small-screen-layout-full {
    width: 100%;
  }
}
@media (max-width: 30em) {
  .tiny-screen-layout-auto {
    width: auto;
    max-width: 100%;
  }
  .tiny-screen-layout-full {
    width: 100%;
  }
}
/* Alignment */
.layout-centered {
  text-align: center;
}

.layout-right-aligned {
  text-align: right;
}

.layout-left-aligned {
  text-align: left;
}

.layout-vertical-center {
  vertical-align: middle;
}

.layout-center {
  margin: auto auto;
}

.layout-spread {
  text-align: justify;
}
.layout-spread:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.layout-relative {
  position: relative;
}

.fold-out-page .fold-out-content {
  display: none;
}

.box {
  display: block;
}

a.box,
.grow-toggle {
  color: #424242;
  text-decoration: none;
}

.page-section-light .box {
  background: #dedcd5;
}
.page-section-light .box-transparent {
  background: #dedcd5;
  background: rgba(222, 220, 213, 0.8);
}

.page-section-dark .box {
  background: #fff;
}
.page-section-dark .box-transparent {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}

.box-spaced-content {
  padding: 3em;
}
@media (max-width: 52em) {
  .box-spaced-content {
    padding: 2em;
  }
}

.box-vertical-spaced-content {
  padding: 2em 0;
}

.box-stacked {
  margin: 0.5em 0;
}

.box-floating {
  position: relative;
  margin-bottom: 3.5em;
}
.box-floating:before {
  content: "";
  position: absolute;
  top: 100%;
  display: block;
  margin-top: -0.75em;
  width: 100%;
  height: 1.5em;
  background-image: linear-gradient(#fff 0, #fff 45%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0) 70%), radial-gradient(rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
}
.box-floating img {
  vertical-align: top;
}

.box-growing {
  width: 100%;
}

.js .box-growing-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.js .box-growing-content.active {
  max-height: none;
}

.box-content {
  padding: 0 1em;
}
.box-content .content, .box-content .text-gallery .carousel-item-content, .text-gallery .box-content .carousel-item-content, .box-content .content-centered {
  padding: 1em 0;
  border-top: 1px solid #d2d0ca;
}
.box-content .content p:last-child, .box-content .text-gallery .carousel-item-content p:last-child, .text-gallery .box-content .carousel-item-content p:last-child, .box-content .content-centered p:last-child,
.box-content .content ul:last-child,
.box-content .text-gallery .carousel-item-content ul:last-child,
.text-gallery .box-content .carousel-item-content ul:last-child,
.box-content .content-centered ul:last-child,
.box-content .content ol:last-child,
.box-content .text-gallery .carousel-item-content ol:last-child,
.text-gallery .box-content .carousel-item-content ol:last-child,
.box-content .content-centered ol:last-child {
  margin-bottom: 0;
}

.link-expand-box {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -1.4em;
  margin-left: -1.6em;
  border-radius: 1.6em;
}

.box-header-image {
  vertical-align: top;
}

.box-label, .box-meta {
  padding: 0.8em 0;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.4;
  font-family: "Suisse Int'l";
}

.box-label-small {
  padding: 0.5em 0;
  font-size: 0.85em;
}

.box-meta {
  padding: 1.5em 0;
  text-align: center;
}

.box-link {
  display: block;
  border-top: 1px solid #d2d0ca;
  padding: 1em 0;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #424242;
}

@media (max-width: 30em) {
  .box-column,
  .box.box-column {
    max-width: 24em;
  }
}

.box-thumbnail {
  max-width: 120px;
}
.box-thumbnail .box-label, .box-thumbnail .box-meta {
  padding: 0.5em;
  line-height: 1.3;
}

.page-section-light .box-thumbnail,
.page-section-dark .box-thumbnail {
  background: none;
}

.youtube-box-wrapper {
  position: relative;
}
.youtube-box-wrapper .youtube-size-wrapper {
  position: absolute;
  top: 0;
  height: 0;
  z-index: 99;
  width: 100%;
}
.youtube-box-wrapper .youtube-size-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-section-light,
.page-section-dark,
.page-section-beige {
  z-index: 99;
}
.page-section-light:after,
.page-section-dark:after,
.page-section-beige:after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  height: 1.5em;
  width: 100%;
  margin-top: -0.75em;
  z-index: 1;
}

.page-section-title, .page-section-subtitle, .content h3, .text-gallery .carousel-item-content h3, .content-centered h3, .page-section-title-large {
  margin-bottom: 0.5rem;
}
.page-section-title h2, .page-section-subtitle h2, .content h3 h2, .text-gallery .carousel-item-content h3 h2, .content-centered h3 h2, .page-section-title-large h2 {
  font-size: 30px;
  text-align: left;
}

.section-row {
  margin: auto auto;
  display: flex;
}
.slide-row .section-row {
  display: block;
}
.slide-row .section-row .page-section-title, .slide-row .section-row .page-section-subtitle, .slide-row .section-row .content h3, .slide-row .section-row .text-gallery .carousel-item-content h3, .text-gallery .slide-row .section-row .carousel-item-content h3, .slide-row .section-row .content-centered h3, .content .slide-row .section-row h3, .text-gallery .carousel-item-content .slide-row .section-row h3, .content-centered .slide-row .section-row h3, .slide-row .section-row .page-section-title-large {
  width: 100%;
  text-align: center;
  display: block;
  padding: 0;
}
.slide-row .section-row .page-section-title h2, .slide-row .section-row .page-section-subtitle h2, .slide-row .section-row .content h3 h2, .slide-row .section-row .text-gallery .carousel-item-content h3 h2, .text-gallery .slide-row .section-row .carousel-item-content h3 h2, .slide-row .section-row .content-centered h3 h2, .content .slide-row .section-row h3 h2, .text-gallery .carousel-item-content .slide-row .section-row h3 h2, .content-centered .slide-row .section-row h3 h2, .slide-row .section-row .page-section-title-large h2 {
  text-align: center;
}
@media (max-width: 45rem) {
  .section-row {
    flex-direction: column;
  }
  .section-row .align-right {
    order: -1 !important;
  }
  .section-row .page-section-title, .section-row .page-section-subtitle, .section-row .content h3, .section-row .text-gallery .carousel-item-content h3, .text-gallery .section-row .carousel-item-content h3, .section-row .content-centered h3, .content .section-row h3, .text-gallery .carousel-item-content .section-row h3, .content-centered .section-row h3, .section-row .page-section-title-large {
    padding-right: 2.5rem;
    padding-left: 0.5rem;
    justify-content: flex-start !important;
    margin: 1rem 0;
    text-align: left;
    width: 100%;
  }
}

.basic-row.odd,
.slide-row.odd,
.bg-and-image.odd {
  background-color: #e1dcd2 !important;
}
.basic-row.even,
.slide-row.even,
.bg-and-image.even {
  background-color: #ebe7e1 !important;
}

.basic-row.odd .page-section-title, .basic-row.odd .page-section-subtitle, .basic-row.odd .content h3, .basic-row.odd .text-gallery .carousel-item-content h3, .text-gallery .basic-row.odd .carousel-item-content h3, .basic-row.odd .content-centered h3, .content .basic-row.odd h3, .text-gallery .carousel-item-content .basic-row.odd h3, .content-centered .basic-row.odd h3, .basic-row.odd .page-section-title-large {
  order: 99;
  padding-left: 2.5rem;
}
@media (max-width: 45rem) {
  .basic-row.odd .page-section-title, .basic-row.odd .page-section-subtitle, .basic-row.odd .content h3, .basic-row.odd .text-gallery .carousel-item-content h3, .text-gallery .basic-row.odd .carousel-item-content h3, .basic-row.odd .content-centered h3, .content .basic-row.odd h3, .text-gallery .carousel-item-content .basic-row.odd h3, .content-centered .basic-row.odd h3, .basic-row.odd .page-section-title-large {
    order: 0;
    padding-right: 2.5rem;
    padding-left: 0.5rem;
  }
}
.basic-row.even .page-section-title, .basic-row.even .page-section-subtitle, .basic-row.even .content h3, .basic-row.even .text-gallery .carousel-item-content h3, .text-gallery .basic-row.even .carousel-item-content h3, .basic-row.even .content-centered h3, .content .basic-row.even h3, .text-gallery .carousel-item-content .basic-row.even h3, .content-centered .basic-row.even h3, .basic-row.even .page-section-title-large {
  justify-content: flex-end;
  padding-right: 2.5rem;
}
.basic-row.even .page-section-title h2, .basic-row.even .page-section-subtitle h2, .basic-row.even .content h3 h2, .basic-row.even .text-gallery .carousel-item-content h3 h2, .text-gallery .basic-row.even .carousel-item-content h3 h2, .basic-row.even .content-centered h3 h2, .content .basic-row.even h3 h2, .text-gallery .carousel-item-content .basic-row.even h3 h2, .content-centered .basic-row.even h3 h2, .basic-row.even .page-section-title-large h2 {
  text-align: right !important;
}

.single-row {
  padding: 6rem 0;
  min-height: 320px;
  color: #fff;
  background-size: cover !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
.single-row .page-section-title, .single-row .page-section-subtitle, .single-row .content h3, .single-row .text-gallery .carousel-item-content h3, .text-gallery .single-row .carousel-item-content h3, .single-row .content-centered h3, .content .single-row h3, .text-gallery .carousel-item-content .single-row h3, .content-centered .single-row h3, .single-row .page-section-title-large {
  text-align: right;
  justify-content: right;
}
.single-row .page-section-title h2, .single-row .page-section-subtitle h2, .single-row .content h3 h2, .single-row .text-gallery .carousel-item-content h3 h2, .text-gallery .single-row .carousel-item-content h3 h2, .single-row .content-centered h3 h2, .content .single-row h3 h2, .text-gallery .carousel-item-content .single-row h3 h2, .content-centered .single-row h3 h2, .single-row .page-section-title-large h2 {
  max-width: 300px;
  font-size: 36px;
  text-align: right;
}
.single-row p,
.single-row a {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.single-row a {
  color: #fff !important;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 600;
}
.single-row div {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 30em) {
  .single-row {
    flex-direction: column;
  }
  .single-row div {
    width: 100%;
    padding: 0 2rem !important;
    max-width: 100%;
  }
  .single-row h2 {
    max-width: 100% !important;
    text-align: left !important;
  }
}

.bg-and-image {
  padding: 7rem 0 5rem;
  min-height: 320px;
  background-color: #d7cfc3 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-and-image > div > img {
  margin-left: -6rem;
  transform: translatey(-3rem);
  z-index: 2;
}
@media (max-width: 920px) {
  .bg-and-image > div > img {
    margin-left: -2rem;
  }
}
.bg-and-image > div > .align-right + img {
  margin-right: -6rem;
  margin-left: 0;
  transform: translatey(-3rem);
  z-index: 2;
  order: -1;
}
@media (max-width: 920px) {
  .bg-and-image > div > .align-right + img {
    margin-right: -2rem;
  }
}
.bg-and-image .page-section-title, .bg-and-image .page-section-subtitle, .bg-and-image .content h3, .bg-and-image .text-gallery .carousel-item-content h3, .text-gallery .bg-and-image .carousel-item-content h3, .bg-and-image .content-centered h3, .content .bg-and-image h3, .text-gallery .carousel-item-content .bg-and-image h3, .content-centered .bg-and-image h3, .bg-and-image .page-section-title-large {
  width: calc(66.7% + 6rem);
  color: #fff;
  background-size: cover !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.bg-and-image .page-section-title div, .bg-and-image .page-section-subtitle div, .bg-and-image .content h3 div, .bg-and-image .text-gallery .carousel-item-content h3 div, .text-gallery .bg-and-image .carousel-item-content h3 div, .bg-and-image .content-centered h3 div, .content .bg-and-image h3 div, .text-gallery .carousel-item-content .bg-and-image h3 div, .content-centered .bg-and-image h3 div, .bg-and-image .page-section-title-large div {
  max-width: calc(100% - 20rem);
}
@media (max-width: 60em) {
  .bg-and-image .page-section-title div, .bg-and-image .page-section-subtitle div, .bg-and-image .content h3 div, .bg-and-image .text-gallery .carousel-item-content h3 div, .text-gallery .bg-and-image .carousel-item-content h3 div, .bg-and-image .content-centered h3 div, .content .bg-and-image h3 div, .text-gallery .carousel-item-content .bg-and-image h3 div, .content-centered .bg-and-image h3 div, .bg-and-image .page-section-title-large div {
    padding: 2rem !important;
    max-width: calc(100% - 3rem);
  }
}
@media (max-width: 30em) {
  .bg-and-image .page-section-title div, .bg-and-image .page-section-subtitle div, .bg-and-image .content h3 div, .bg-and-image .text-gallery .carousel-item-content h3 div, .text-gallery .bg-and-image .carousel-item-content h3 div, .bg-and-image .content-centered h3 div, .content .bg-and-image h3 div, .text-gallery .carousel-item-content .bg-and-image h3 div, .content-centered .bg-and-image h3 div, .bg-and-image .page-section-title-large div {
    max-width: calc(100% - 0rem);
    padding: 1rem 0 !important;
  }
}
.bg-and-image .page-section-title h2, .bg-and-image .page-section-subtitle h2, .bg-and-image .content h3 h2, .bg-and-image .text-gallery .carousel-item-content h3 h2, .text-gallery .bg-and-image .carousel-item-content h3 h2, .bg-and-image .content-centered h3 h2, .content .bg-and-image h3 h2, .text-gallery .carousel-item-content .bg-and-image h3 h2, .content-centered .bg-and-image h3 h2, .bg-and-image .page-section-title-large h2 {
  font-size: 36px;
}
.bg-and-image p,
.bg-and-image a {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.bg-and-image a {
  color: #fff !important;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 600;
}
.bg-and-image div {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 45rem) {
  .bg-and-image {
    flex-direction: column;
    padding: 2rem 0;
  }
  .bg-and-image img {
    transform: none !important;
    order: -1 !important;
    margin: 0 5% -5rem !important;
    width: 90%;
  }
  .bg-and-image .page-section-title, .bg-and-image .page-section-subtitle, .bg-and-image .content h3, .bg-and-image .text-gallery .carousel-item-content h3, .text-gallery .bg-and-image .carousel-item-content h3, .bg-and-image .content-centered h3, .content .bg-and-image h3, .text-gallery .carousel-item-content .bg-and-image h3, .content-centered .bg-and-image h3, .bg-and-image .page-section-title-large {
    width: 100% !important;
    padding: 6rem 2rem 2rem !important;
    order: 999 !important;
  }
}

.section-box {
  margin-bottom: 0 !important;
}
.section-box h3 {
  margin: 1rem 0 0.5rem;
  line-height: 1.6;
  letter-spacing: 0.1ch;
  font-family: "Suisse Int'l";
}

.section-text {
  text-align: left;
  line-height: 1.5;
}
.section-text p {
  margin-bottom: 0.5em;
}
.section-text a {
  color: #575755;
}

.page-section-light {
  background: #ebe7e1;
}

.page-section-beige {
  background: #ebe7e1;
}

.page-section-dark {
  background: #dedcd5;
}

#section-testimonials {
  background: #ebe7e1;
}
#section-testimonials h3 {
  font-weight: 700;
  margin: 2rem 0 1rem;
  line-height: 1.6;
  letter-spacing: 0.1ch;
  font-family: "Suisse Int'l";
}

.page-section-gallery {
  background: url("/static/img/jensen-pattern-tunnt.svg");
  background-size: cover;
  color: #fff;
  padding: 6em 0;
}
.page-section-gallery h1.title-large, .page-section-gallery h1.page-section-title-large {
  font-size: 4em;
}
.page-section-gallery p {
  line-height: 1.5;
}
.page-section-gallery .layout-one-half img {
  max-width: 75%;
  margin-top: -10px;
}
@media (max-width: 52em) {
  .page-section-gallery .layout-one-half img {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 1em;
  }
}

.page-section-cold {
  background: #d2d0ca;
}

.page-section-separator {
  position: relative;
  text-align: center;
  margin-bottom: 1em;
}
@media (max-width: 52em) {
  .page-section-separator {
    margin-bottom: 2em;
  }
}
.page-section-separator .page-section-title, .page-section-separator .page-section-subtitle, .page-section-separator .content h3, .page-section-separator .text-gallery .carousel-item-content h3, .text-gallery .page-section-separator .carousel-item-content h3, .page-section-separator .content-centered h3, .content .page-section-separator h3, .text-gallery .carousel-item-content .page-section-separator h3, .content-centered .page-section-separator h3, .page-section-separator .page-section-title-large {
  padding: 0 0.5rem;
}

.page-section-title, .page-section-subtitle, .content h3, .text-gallery .carousel-item-content h3, .content-centered h3, .page-section-title-large {
  position: relative;
  display: inline-block;
  text-align: left;
  font-size: 30px;
  padding: 0 1rem 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 52em) {
  .page-section-title, .page-section-subtitle, .content h3, .text-gallery .carousel-item-content h3, .content-centered h3, .page-section-title-large {
    padding: 0 0.5em;
  }
}

img.page-section-title, img.page-section-subtitle, img.page-section-title-large {
  max-height: 45px;
}

.page-section-title-large.smallpad {
  padding: 0 0.5rem;
  margin-bottom: 0;
}
.page-section-title-large.nopad {
  padding: 0rem;
}
.page-section-title-large.white {
  color: White;
}

.page-section-subtitle, .content h3, .text-gallery .carousel-item-content h3, .content-centered h3 {
  display: block;
  text-align: center;
}

.page-section-narrow {
  padding: 1.5em 0;
}

.page-section-smallpad {
  padding: 0;
}

.instagram-section h2 .special-subtitle {
  font-size: 0.5em;
  display: block;
}

.section-image-wrapper {
  overflow: hidden;
}
.section-image-wrapper img {
  transition: 0.3s;
  width: 100%;
}
.section-image-wrapper img:hover {
  transform: scale(1.1);
}
.section-image-wrapper.video-box {
  position: relative;
}
.section-image-wrapper.video-box video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.section-image-wrapper.video-box video:hover {
  transform: scale(1.1);
}
.section-image-wrapper.video-box img {
  display: none;
}

.boxes-1 .video-box-wrapper {
  width: 100%;
}
.boxes-1 .video-box-wrapper video {
  position: static !important;
}

.content-overflow {
  max-height: 100px;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  -webkit-mask-image: linear-gradient(#000, transparent);
  mask-image: linear-gradient(#000, transparent);
}
.content-overflow p {
  line-height: 1.5;
  margin-bottom: 1rem;
}
.content-overflow.open {
  max-height: 1000px;
  -webkit-mask-image: linear-gradient(#000, #000);
  mask-image: linear-gradient(#000, #000);
}
.content-overflow.open::after {
  height: 0;
}

.opnBtn {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 1.5rem;
}
.opnBtn .fa-minus-circle {
  display: none;
}
.opnBtn.open .fa-plus-circle {
  display: none;
}
.opnBtn.open .fa-minus-circle {
  display: inline-block;
}

.slick-wrapper {
  display: flex !important;
}
.slick-wrapper button {
  padding: 0 1rem;
  font-size: 1.5rem;
  border: none;
  background: transparent;
  max-height: 300px;
}

#section-testimonials img {
  filter: grayscale(1);
}
#section-testimonials .page-section-content {
  max-width: 960px;
}
@media (max-width: 960px) {
  #section-testimonials .page-section-content {
    max-width: 100%;
  }
}

.slick-slide {
  position: relative;
  overflow: hidden;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  width: calc(100% - (500px - 8rem));
  right: 0;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 60rem) {
  .slick-dots {
    width: 100%;
    bottom: auto;
    top: 100%;
  }
}
.full-width .slick-dots {
  width: 100%;
}
.slick-dots li {
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
  transition: 0.3s;
  width: 100%;
}
.slick-dots li.slick-active button,
.slick-dots li:hover button {
  opacity: 1;
}
.slick-dots button {
  opacity: 0.5;
  padding: 0;
  font-size: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  height: 3px;
  width: 100%;
  margin: 0 0.2rem;
  color: transparent;
  transition: all 0.3s;
}
.slick-dots button:focus {
  outline: none;
}
@media (max-width: 60rem) {
  .slick-dots button {
    border-color: #424242;
  }
}
.slick-dots .carousel-active-page a,
.slick-dots a:hover,
.slick-dots a:focus {
  background: #fff;
}

.wideimage img {
  width: 100vw;
}

.animation-measure {
  overflow: hidden;
}

.checkbox-wide {
  position: relative;
  margin-top: 0.5em;
  transition: opacity 0.3s;
}
.checkbox-wide input {
  position: absolute;
  right: 0.5em;
  top: 50%;
  margin-top: -0.5em;
  cursor: pointer;
}
.checkbox-wide.disabled {
  color: #aaa;
  background: #f8f8f8;
}
.checkbox-wide:first-child {
  margin-top: 0;
}

.opacity .checkbox-wide.disabled {
  opacity: 0.5;
  color: #424242;
  background: white;
}

.checkbox-label {
  display: block;
  padding: 1em;
  vertical-align: middle;
  font-size: 0.8em;
  text-decoration: none;
  color: #424242;
  cursor: pointer;
}

.checkbox-wide.checked .checkbox-label {
  color: #fff;
  background: #424242;
}

.generatedcontent.checked .checkbox-wide.checked .checkbox-label {
  color: #424242;
  background: #fff;
}
.generatedcontent.checked .checkbox-label {
  padding: 1em 2.5em 1em 1em;
}
.generatedcontent.checked .checkbox-label:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  display: block;
  height: 1.5em;
  width: 1.5em;
  margin-top: -0.75em;
  background-color: #dedcd5;
  background-position: center;
}
.generatedcontent.checked .checkbox-label input {
  position: absolute;
  clip: rect(0 0 0 0);
}

.checkbox-label-icon {
  padding-left: 5em;
  background-position: 0.5em center;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .checkbox-label-icon {
    background-size: auto 30px;
  }
}

.generatedcontent.checked .checkbox-label-icon {
  padding-left: 5em;
}

.checkbox-reversible {
  background-image: url(../img/icon-reversible.jpeg);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .checkbox-reversible {
    background-image: url(../img/icon-reversible.jpeg);
  }
}

.checkbox-nordic {
  background-image: url(../img/icon-nordic.jpeg);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .checkbox-nordic {
    background-image: url(../img/icon-nordic.jpeg);
  }
}

.checkbox-nordic-seamless {
  background-image: url(../img/icon-nordic-seamless.jpeg);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .checkbox-nordic-seamless {
    background-image: url(../img/icon-nordic-seamless.jpeg);
  }
}

.checkbox-continental {
  background-image: url(../img/icon-continental.jpeg);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .checkbox-continental {
    background-image: url(../img/icon-continental.jpeg);
  }
}

.checkbox-adjustable {
  background-image: url(../img/icon-adjustable.jpeg);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .checkbox-adjustable {
    background-image: url(../img/icon-adjustable.jpeg);
  }
}

.button, .button-submit-emphasis, .ghost-button, .button-submit {
  margin: 0;
  border: 0;
  padding: 0.6em 2em;
  font-size: 0.9em;
  text-transform: uppercase;
  line-height: normal;
  color: #fff;
  background: #424242;
  font-family: "Suisse Int'l";
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
}

.button-submit {
  margin-top: 1em;
}

.ghost-button {
  border: 1px solid #424242;
  color: #424242;
  background: none;
}
.ghost-button.ghost-button-light {
  border-color: #fff;
  color: #fff;
}
@media (max-width: 60em) {
  .ghost-button.ghost-button-light {
    border-color: #424242;
    color: #424242;
  }
}

@media (max-width: 30em) {
  .button-submit-emphasis {
    width: 100%;
  }
}

.button-subtle {
  background: none;
  text-transform: none;
}

.button-icon {
  padding-left: 2.6em;
  background-position: 0.8em center;
}

.input-large, .sales-competition-reference-input {
  margin: 0;
  padding: 0.8em;
  border: 0;
  vertical-align: top;
  line-height: normal;
}

.input-suffixed {
  white-space: nowrap;
}

.input-number-suffixed {
  padding-right: 0;
  width: 2.5em;
  text-align: right;
}
.input-number-suffixed::-webkit-inner-spin-button, .input-number-suffixed::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-number-suffixed:focus {
  outline: none;
}

.input-suffix {
  display: inline-block;
  padding: 0.8em;
  padding-left: 0.2em;
  vertical-align: top;
  line-height: normal;
  background: #fff;
}

.input-stretch, .sales-competition-reference-input {
  width: 100%;
}

.input-small {
  display: inline-block;
  max-width: 4em;
  border: 1px solid #a9a9a9;
  padding: 0.2em;
  font-size: 0.875em;
}

.input-contrast {
  background: #dedcd5;
}

.flex-column {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-column-fill {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.label-large {
  padding: 0;
  line-height: normal;
  text-transform: uppercase;
}

.label-overflow {
  position: absolute;
  bottom: 100%;
  left: 0;
  cursor: text;
}

.js .label-overflow {
  top: 0;
  bottom: auto;
  transition: all 0.3s;
}
.js .label-overflow.label-large {
  padding: 0.8em;
}
.js .label-overflow.active {
  padding: 0.2em;
  font-size: 0.6em;
}

@media (max-width: 30em) {
  .label-overflow.label-large {
    padding: 0.2em;
    font-size: 0.6em;
  }
}

.errorlist {
  padding: 0.5em 0;
  color: #a00;
}

#leadsForm {
  margin: auto auto;
  width: 100%;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
#leadsForm p.terms {
  text-align: center;
  max-width: 80%;
  margin: 0 auto 1.6rem auto;
}
#leadsForm label {
  display: block;
}
#leadsForm label[for=id_booking] {
  display: inline-block;
}
#leadsForm input[type=text],
#leadsForm input[type=email],
#leadsForm textarea {
  background: #e3e1e2;
  padding: 1rem;
  border: none;
  width: 100%;
  resize: vertical;
}
#leadsForm input[type=submit] {
  background: #405264;
  color: white;
  padding: 1.5rem;
  border: none;
  width: 100%;
  font-family: "Noe Display", sans-serif;
  text-transform: uppercase;
}
#leadsForm .checkbox-wrap {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#leadsForm .checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#leadsForm .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background: #e3e1e2;
}
#leadsForm .checkbox-wrap input:checked ~ .checkmark {
  background-color: #405264;
}
#leadsForm .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#leadsForm .checkbox-wrap input:checked ~ .checkmark:after {
  display: block;
}
#leadsForm .checkbox-wrap .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.floating-contact {
  position: fixed;
  width: 4rem;
  height: 4rem;
  display: flex;
  bottom: 2rem;
  right: 2rem;
  background: #405264;
  justify-content: center;
  align-items: center;
  border: 2px white solid;
  color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 99;
}
a.floating-contact svg {
  width: 1.5rem !important;
  height: auto !important;
}

.link-circle, .link-circle-small, .bed-filter-info-link {
  display: inline-block;
  width: 2.8em;
  height: 2.8em;
  border-radius: 1.4em;
  background-color: #fff;
  background-position: center;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.link-circle:hover, .link-circle-small:hover, .bed-filter-info-link:hover, .link-circle:focus, .link-circle-small:focus, .bed-filter-info-link:focus {
  transform: scale(1.05) translateX(5%);
  box-shadow: 0 0 1.2em rgba(0, 0, 0, 0.5);
}

.link-circle-small, .bed-filter-info-link {
  font-size: 0.5em;
  vertical-align: top;
}

.link-circle-dark {
  background-color: #dedcd5;
}

.link-circle-flat {
  box-shadow: none;
}
.link-circle-flat:hover, .link-circle-flat:focus {
  transform: translateY(5%);
  box-shadow: none;
}

.link-read-more {
  display: inline-block;
  margin-top: 0.5em;
  color: #424242;
  text-decoration: underline;
}

.link-warning {
  color: #f00;
}

.link-content, .content a, .text-gallery .carousel-item-content a, .content-centered a {
  color: #424242;
  text-decoration: underline;
  transition: color 0.3s;
}
.link-content:hover, .content a:hover, .text-gallery .carousel-item-content a:hover, .content-centered a:hover, .link-content:focus, .content a:focus, .text-gallery .carousel-item-content a:focus, .content-centered a:focus {
  color: #000;
}

.tabs-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
@media (max-width: 75em) {
  .tabs-list {
    display: none;
  }
}

.tab {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
  display: inline-flex;
  margin: 0 0 0.3em 0.3em;
  padding: 1em;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.8em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #6b665e;
  font-family: "Suisse Int'l";
}
.tab:first-child {
  margin-left: 0;
}
.tab:hover, .tab:focus {
  outline: none;
  background: #6b665e;
}
.tab.active {
  margin-bottom: 0;
  padding-bottom: 1.3em;
  font-weight: bold;
  color: #fff;
  background: #6b665e;
  cursor: default;
}

.tab-content {
  display: none;
  margin-bottom: 2em;
  background: #6b665e;
  color: #fff;
}
.tab-content.active {
  display: block;
}
@media (max-width: 75em) {
  .tab-content {
    display: block;
    margin-bottom: 1em;
    background: none;
  }
}

.tab-accordion-header {
  display: none;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 75em) {
  .tab-accordion-header {
    display: block;
    padding: 0;
    color: #424242;
    background: #dedcd5;
  }
}

.tab-accordion-title {
  font-size: 1.5em;
  text-transform: uppercase;
}
@media (max-width: 75em) {
  .tab-accordion-title {
    font-size: 1em;
    text-align: center;
  }
}

.tab-accordion-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  padding: 2em 0;
}
@media (max-width: 75em) {
  .tab-accordion-content {
    padding: 0;
    background: #424242;
  }
  .tab-accordion-content .content, .tab-accordion-content .text-gallery .carousel-item-content, .text-gallery .tab-accordion-content .carousel-item-content, .tab-accordion-content .content-centered {
    padding: 1em 0;
  }
}

.tab-content-text {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  line-height: 1.6;
}
@media (max-width: 75em) {
  .tab-content-text {
    width: 100%;
    padding: 1em;
  }
}
.tab-content-text a {
  color: #fff;
}

.collapsible-heading-status {
  display: none;
}

.collapsible-heading-toggle {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 75em) {
  .collapsible-heading-toggle {
    display: inline-block;
    width: 100%;
    padding: 1em;
    color: #424242;
  }
}

@media (max-width: 75em) {
  .collapsible-content {
    display: none;
  }
}

.collapsible-content-collapsed {
  display: block;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: inline-flex;
}
@media (max-width: 75em) {
  .collapsible-content-collapsed {
    display: block;
  }
}

.tab-content-image {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  border-right: 1px solid #fff;
}
@media (max-width: 75em) {
  .tab-content-image {
    width: 100%;
    padding: 1em 0;
    border-bottom: 1px solid #fff;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.title-large, .page-section-title-large {
  font-size: 1.8em;
  font-family: "Noe Display", sans-serif;
}
@media (max-width: 60em) {
  .title-large, .page-section-title-large {
    font-size: 1.5em;
  }
}

.title-medium, .post-excerpt-title {
  font-size: 1.5em;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Noe Display", sans-serif;
}
@media (max-width: 30em) {
  .title-medium, .post-excerpt-title {
    font-size: 1.2em;
  }
}

.title-inline, .page-meta-title {
  display: inline-block;
  margin-right: 0.5em;
}

.content, .text-gallery .carousel-item-content, .content-centered {
  line-height: 1.6;
  text-align: left;
}
.content h3, .text-gallery .carousel-item-content h3, .content-centered h3 {
  font-family: "Noe Display", sans-serif;
}
.content p, .text-gallery .carousel-item-content p, .content-centered p,
.content ul,
.text-gallery .carousel-item-content ul,
.content-centered ul,
.content ol,
.text-gallery .carousel-item-content ol,
.content-centered ol,
.content dl,
.text-gallery .carousel-item-content dl,
.content-centered dl,
.content blockquote,
.text-gallery .carousel-item-content blockquote,
.content-centered blockquote {
  margin-bottom: 1.6em;
}
.content p:last-child, .text-gallery .carousel-item-content p:last-child, .content-centered p:last-child,
.content ul:last-child,
.text-gallery .carousel-item-content ul:last-child,
.content-centered ul:last-child,
.content ol:last-child,
.text-gallery .carousel-item-content ol:last-child,
.content-centered ol:last-child,
.content dl:last-child,
.text-gallery .carousel-item-content dl:last-child,
.content-centered dl:last-child,
.content blockquote:last-child,
.text-gallery .carousel-item-content blockquote:last-child,
.content-centered blockquote:last-child {
  margin-bottom: 0;
}
.content ul, .text-gallery .carousel-item-content ul, .content-centered ul {
  padding-left: 1.4em;
  list-style-type: disc;
}
.content ol, .text-gallery .carousel-item-content ol, .content-centered ol {
  padding-left: 1.4em;
  list-style-type: decimal;
}
.content .list-subtle, .text-gallery .carousel-item-content .list-subtle, .content-centered .list-subtle {
  padding-left: 0;
  list-style-type: none;
}
.content .page-section-separator, .text-gallery .carousel-item-content .page-section-separator, .content-centered .page-section-separator {
  margin-top: 3em;
  margin-bottom: 0;
}
.content .page-section-separator:first-child, .text-gallery .carousel-item-content .page-section-separator:first-child, .content-centered .page-section-separator:first-child {
  margin-top: 0;
}
.content img, .text-gallery .carousel-item-content img, .content-centered img {
  max-height: none;
}
.content .caption, .text-gallery .carousel-item-content .caption, .content-centered .caption {
  font-size: 0.85em;
}

.content-centered {
  text-align: center;
}

.content-columns {
  column-count: 2;
  column-gap: 2em;
  text-align: justify;
}
@media (max-width: 40em) {
  .content-columns {
    column-count: 1;
  }
}

.page-meta {
  margin-bottom: 1em;
}
.page-meta:last-child {
  margin-bottom: 0;
}

.page-meta-title {
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Suisse Int'l";
}

.article-footer-meta {
  display: inline-block;
  margin: 1em 1em 0 0;
}

.search-result-content em {
  font-weight: bold;
  font-style: normal;
}

.pagination-current {
  font-weight: bold;
}

.pagination-indexes a.pagination-index {
  padding: 5px;
  background: #d2d0ca;
  color: #fff;
  text-decoration: none;
  width: 25px;
  display: inline-block;
  font-weight: normal;
}
.pagination-indexes a.pagination-index.pagination-current {
  background: #424242;
}

.page-pre-header {
  text-align: center;
  display: flex;
  font-family: "Suisse Int'l";
  flex-wrap: wrap;
}

.page-header {
  background-image: url("../img/blur.jpg");
  position: relative;
  width: 100%;
  z-index: 99;
  padding: 0;
  background-size: cover;
  background-position: top center;
}
.page-header.active {
  z-index: 100;
}
.page-header svg g {
  transition: 0.3s;
}
.page-header.active {
  background-image: none;
  background: #ebe7e1;
}
.page-header.active svg g {
  fill: #424242;
}
.page-header.active .menu-item-link {
  color: #424242;
}
@media (max-width: 30em) {
  .page-header {
    padding: 0;
    z-index: 100;
  }
}

.page-header-content {
  padding: 0 3em;
  margin-bottom: -1px;
}
@media (max-width: 60em) {
  .page-header-content {
    text-align: center;
    padding: 0 1rem;
  }
}
@media (max-width: 30em) {
  .page-header-content {
    overflow: hidden;
  }
}

.page-logo {
  display: inline-block;
  width: 140px;
  margin: 0.8em 0;
  max-width: 30%;
}
.page-logo svg {
  max-width: 100%;
}
.page-logo svg g {
  max-width: 100%;
}

.page-header-base {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
}
@media (max-width: 30em) {
  .page-header-base {
    display: flex;
  }
}

#select-market-button-position {
  padding: 0 3rem;
  white-space: nowrap;
  width: 100%;
  max-width: 300px;
}
@media (max-width: 62em) {
  #select-market-button-position {
    max-width: 100%;
  }
}

#top-row-wrapper {
  height: 62px;
  width: 100%;
  display: flex;
}

.menu-item-form-search-toggle {
  padding: 0 4rem;
  flex-grow: 2;
  width: calc(100% - 378px);
  display: flex;
  background-color: #dedcd5;
  align-items: center;
}
@media (max-width: 62em) {
  .menu-item-form-search-toggle {
    display: none;
  }
}

.form-search-toggle {
  width: 1.375em;
  height: 1.375em;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.form-search {
  padding: 0;
  text-align: left;
}

.form-search-input {
  width: 100%;
  width: 220px;
  padding: 0.3em;
  min-width: 30%;
  font-family: "Suisse Int'l";
  font-size: 1rem;
  color: #424242;
  background: none;
  border-bottom: 1px solid #424242;
}
.form-search-input::placeholder {
  color: rgb(91.5, 91.5, 91.5);
  opacity: 1;
  font-size: 12px;
}
.form-search-input:-ms-input-placeholder {
  color: #fff;
}
.form-search-input::-ms-input-placeholder {
  color: #fff;
}

.form-search-submit {
  height: 32px;
  font-size: 1rem;
  text-align: center;
  background: none;
  border: none;
  transition: all 0.3s;
  margin-right: 0.5rem;
}

.js .form-search-container {
  transition: width 0.3s;
  transform: translate3d(0, 0, 0);
}
.js .form-search-container.active {
  max-height: none;
  width: 220px;
}
@media (max-width: 30em) {
  .js .form-search-container {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    max-height: none;
    margin: 0;
  }
}

.page-footer {
  position: static;
  color: #424242 !important;
}
.page-footer .page-logo {
  width: 120px;
  margin: 0 0 1.3em 0;
}
.page-footer:after {
  display: none;
}
@media (max-width: 70em) {
  .page-footer .layout-spread {
    text-align: center;
  }
}
.page-footer span.menu-item-link {
  color: #424242 !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
}
.page-footer a.menu-item-link {
  color: #424242 !important;
  font-size: 1.05em;
}
.page-footer a.menu-item-link:hover, .page-footer a.menu-item-link:focus {
  color: #424242 !important;
}

@media (max-width: 70em) {
  .page-footer-left-column {
    width: 100%;
    margin-bottom: 2em;
  }
}

.hilding-anders-logo {
  display: inline-block;
  width: 223px;
}

.footer-social {
  font-size: 1.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5em;
}

.bottom-footer {
  display: flex;
  justify-content: space-between;
}
.bottom-footer .page-logo {
  margin: 0;
  width: 180px;
  max-width: 50%;
}
.bottom-footer .footer-social {
  text-align: left;
  max-width: 200px;
  width: 50%;
}
.bottom-footer .footer-social .menu-item-icon {
  width: 1.5rem;
  margin-bottom: 1rem;
}

.made-in-norway {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 300px;
  gap: 10px;
  text-align: left;
}
.made-in-norway img {
  max-width: 69px;
}
.made-in-norway p {
  font-weight: 400;
  font-size: 13.5px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: bottom;
}

@media (max-width: 50rem) {
  .bottom-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    gap: 1em;
  }
  .made-in-norway {
    grid-column: 1/2;
    grid-row: 1/3;
    justify-self: start;
  }
  .made-in-norway p {
    display: none;
  }
  .made-in-norway img {
    max-width: 100px;
  }
  .page-logo {
    grid-column: 2/3;
    grid-row: 1/2;
    max-width: 130px !important;
    justify-self: end;
  }
  .footer-social {
    grid-column: 2/3;
    grid-row: 2/3;
    width: auto !important;
    justify-self: end;
  }
}
#page-feature {
  padding: 3rem;
}
@media (max-width: 45em) {
  #page-feature {
    padding: 0;
  }
}

.page-feature {
  z-index: 5;
}
.page-feature:before, .page-feature:after {
  display: none;
}
.page-feature + .page-section-dark:before {
  display: none;
}

.page-feature-position-se,
.page-feature-position-ne {
  order: -1;
  margin-right: -8rem;
}

.page-feature-position-sw,
.page-feature-position-nw {
  order: -1;
  margin-right: -8rem;
}

.page-feature-position {
  left: 0;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 60em) {
  .page-feature-position {
    top: auto;
    bottom: 0;
  }
  .page-feature-position .layout-column, .page-feature-position .byob-product-option, .page-feature-position .layout-column-padded {
    padding: 0;
  }
}
@media (max-width: 45em) {
  .page-feature-position {
    bottom: auto;
  }
}
.page-feature-position .page-section-content {
  max-width: 100%;
}

.featured-image {
  vertical-align: top;
}

.video-slider-wrapper {
  box-sizing: border-box;
  width: 100%;
  height: 0;
  padding-bottom: 46.25%;
  position: relative;
}
.video-slider-wrapper video,
.video-slider-wrapper iframe {
  background: #666;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-slider-wrapper .replay {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem;
  z-index: 3;
  font-size: 2rem;
  display: none;
  color: white;
}
.video-slider-wrapper .replay.visible {
  display: block;
}
.video-slider-wrapper .vimeo-wrap {
  padding: 56.25% 0 0 0;
  position: relative;
}
.video-slider-wrapper .vimeo-wrap iframe {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}
.video-slider-wrapper .audiotoggle {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
  z-index: 3;
  font-size: 2rem;
  color: white;
}
.video-slider-wrapper .audiotoggle .fa-volume-mute {
  display: none;
}
.video-slider-wrapper .audiotoggle.muted .fa-volume-mute {
  display: block;
}
.video-slider-wrapper .audiotoggle.muted .fa-volume {
  display: none;
}

.featured-box {
  background: #dedcd5;
  width: 100%;
  position: relative;
  padding: 5rem 3rem 3rem;
  color: #424242;
  animation: fade_in_up 1s;
}
@media (max-width: 60em) {
  .featured-box {
    width: 100%;
    padding: 2rem;
    animation: none;
    color: #424242 !important;
    text-shadow: none !important;
  }
}
.featured-box .content, .featured-box .text-gallery .carousel-item-content, .text-gallery .featured-box .carousel-item-content, .featured-box .content-centered {
  line-height: 1.4;
}

@media (max-width: 45em) {
  .page-section-dark .featured-box {
    background: #dedcd5;
  }
  .page-section-light .featured-box {
    background: #dedcd5;
  }
}
.featured-box-title {
  margin-bottom: 0.3em;
  font-size: 2.2em;
  font-family: "Noe Display", sans-serif;
}
@media (max-width: 60em) {
  .featured-box-title {
    padding-right: 2em;
    font-size: 1.5em;
  }
}
@media (max-width: 32em) {
  .featured-box-title {
    padding-right: 0;
  }
}

@media (max-width: 60em) {
  .featured-box-content {
    padding-right: 4em;
  }
}
@media (max-width: 32em) {
  .featured-box-content {
    padding-right: 0;
  }
}

.featured-wrapper-link {
  display: inline-block;
}

.featured-box-link {
  position: absolute;
  display: none;
  top: 100%;
  right: 2em;
  margin-top: -1.5em;
  animation: fade_in_up 1s;
}
@media (max-width: 60em) {
  .featured-box-link {
    top: 50%;
    animation: none;
  }
}
@media (max-width: 32em) {
  .featured-box-link {
    top: 100%;
    z-index: 1;
  }
}

.carousel-active .featured-box-link {
  display: inline-block;
}

.feature-carousel .carousel-item {
  position: absolute;
  display: none;
}
.feature-carousel .carousel-active {
  position: relative;
  display: block;
  z-index: 2;
}
.feature-carousel .carousel-nav {
  position: absolute;
  bottom: 3em;
  width: 100%;
  z-index: 3;
}
.feature-carousel .carousel-nav .prev,
.feature-carousel .carousel-nav .next {
  display: none;
}
@media (max-width: 60em) {
  .feature-carousel .carousel-nav {
    bottom: 1em;
  }
}

.feature-carousel .carousel-item {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}
.feature-carousel .carousel-item .featured-box,
.feature-carousel .carousel-item .featured-box-link {
  opacity: 0;
  transform: translateY(2em);
  transition: all 0.5s ease 0.5s;
}
@media (max-width: 60em) {
  .feature-carousel .carousel-item .featured-box,
  .feature-carousel .carousel-item .featured-box-link {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .feature-carousel .carousel-item .featured-box {
    padding-bottom: 3em;
  }
}
.feature-carousel .carousel-active {
  opacity: 1;
}
.feature-carousel .carousel-active .featured-box,
.feature-carousel .carousel-active .featured-box-link {
  opacity: 1;
  transform: translateY(0);
}
.feature-carousel .feature-slide {
  display: flex !important;
  align-items: flex-end;
}
.feature-carousel .feature-slide picture,
.feature-carousel .feature-slide .video-slider-outer-wrapper {
  display: block;
  width: calc(100% - (500px - 8rem));
}
.feature-carousel .feature-slide picture:last-child,
.feature-carousel .feature-slide .video-slider-outer-wrapper:last-child {
  width: 100%;
}
.feature-carousel .feature-slide.initial .featured-box,
.feature-carousel .feature-slide.initial .featured-box-link {
  transform: none;
  transition: none;
  animation: none;
}
.feature-carousel .feature-slide .page-feature-position {
  margin-bottom: 3rem;
}
@media (max-width: 60em) {
  .feature-carousel .feature-slide {
    flex-direction: column;
  }
  .feature-carousel .feature-slide picture,
  .feature-carousel .feature-slide .video-slider-outer-wrapper {
    display: block;
    width: 100% !important;
  }
  .feature-carousel .feature-slide .page-feature-position {
    max-width: 100%;
    margin: 0 !important;
    order: 99 !important;
  }
}

.link-feature-content {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 3.2em;
  height: 3.2em;
  border-radius: 1.6em;
  margin-top: -1.4em;
  margin-left: -1.6em;
  z-index: 5;
}
@media (max-width: 60em) {
  .link-feature-content {
    display: none;
  }
}

.vimeo-square {
  padding: 100% 0 0 0;
  position: relative;
  pointer-events: none;
}
.vimeo-square iframe {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
}
.vimeo-square.vimeo-16-9 iframe {
  width: 177.7777777778% !important;
  transform: translatex(-25%);
}
.boxes-1 .vimeo-square.vimeo-16-9 {
  padding: 56.25% 0 0 0 !important;
}
.boxes-1 .vimeo-square.vimeo-16-9 iframe {
  width: 100% !important;
  transform: translatex(0%);
}

.vimeo-player {
  padding: 56.25% 0 0 0;
  position: relative;
}
.vimeo-player iframe {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
}

.gallery-slide-image {
  vertical-align: top;
}

.gallery-slide .box-spaced-content {
  padding: 0 3em;
}

.js .text-gallery.carousel {
  white-space: nowrap;
}

.text-gallery.carousel {
  position: relative;
  overflow: hidden;
}
.text-gallery .carousel-item {
  display: none;
  *display: block;
  position: relative;
  white-space: normal;
  vertical-align: middle;
  transition: all 0.3s;
}
.text-gallery .carousel-item .layout-column, .text-gallery .carousel-item .byob-product-option, .text-gallery .carousel-item .layout-column-padded {
  position: relative;
}
.text-gallery .carousel-item .box-stacked {
  margin: 0;
}
.text-gallery .carousel-active {
  display: inline-block;
  *display: block;
  z-index: 1;
  transition: all 0.3s ease 0.3s;
}
.text-gallery .carousel-item-content {
  margin-top: 1em;
  text-align: center;
}
.text-gallery .carousel-nav-paginated {
  margin-top: 1.5em;
  *display: none;
}
.text-gallery .carousel-nav-paginated .prev,
.text-gallery .carousel-nav-paginated .next {
  display: none;
}

.opacity .text-gallery .carousel-item {
  display: inline-block;
  *display: inline;
  visibility: visible;
  opacity: 0;
}
.opacity .text-gallery .carousel-active {
  opacity: 1;
}

.carousel-pagination li {
  text-align: center;
  vertical-align: top;
}
.carousel-pagination a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 1em;
  width: 1em;
  margin: 0 0.2em;
  border: 0.125em solid #fff;
  border-radius: 50%;
  color: transparent;
  transition: all 0.3s;
}
@media (max-width: 60em) {
  .carousel-pagination a {
    border-color: #424242;
  }
}
.carousel-pagination .carousel-active-page a,
.carousel-pagination a:hover,
.carousel-pagination a:focus {
  background: #fff;
}

.generatedcontent .carousel-pagination a {
  background: none;
  box-sizing: border-box;
  transition: all 0.2s;
}
.generatedcontent .carousel-pagination .carousel-active-page a,
.generatedcontent .carousel-pagination a:hover,
.generatedcontent .carousel-pagination a:focus {
  border-width: 8px;
}

.menu-item-link {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-family: "Suisse Int'l";
  letter-spacing: 0.05em;
}

.menu-item-icon {
  height: 28px;
}

.icon-youtube {
  width: 71px;
}

.icon-instagram {
  width: 29px;
}

.icon-facebook {
  width: 14px;
}

.icon-pinterest {
  width: 28px;
}

.icon-user {
  width: 29px;
  height: 32px;
}

.icon-logout {
  width: 24px;
  height: 32px;
}

.main-menu ul.page-menu {
  overflow: visible;
}
.main-menu .menu-item {
  padding-right: 2em;
  vertical-align: middle;
}
@media (max-width: 60em) {
  .main-menu .menu-item {
    padding: 0 1em;
  }
}
@media (max-width: 50em) {
  .main-menu .menu-item {
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    border-bottom: 1px solid rgba(202, 206, 210, 0.5);
  }
  .main-menu .menu-item .menu-item-link {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 1rem 1.5rem;
    color: #424242;
  }
  .main-menu .menu-item .menu-item-link:hover, .main-menu .menu-item .menu-item-link:focus {
    color: #424242;
  }
}
@media (max-width: 50em) {
  .main-menu .menu-item-icon-item {
    display: inline-block;
    width: auto;
    margin: 0.5em 0;
  }
}
.main-menu .menu-item-link {
  padding: 0.5em 0;
  font-size: 14px;
  color: #fff;
  transition: border-color 0.3s;
}
.main-menu .menu-item-link:hover, .main-menu .menu-item-link:focus {
  color: #424242;
}
.main-menu .menu-item-icon:hover, .main-menu .menu-item-icon:focus {
  border-bottom-color: transparent;
}
@media (max-width: 60em) {
  .main-menu {
    position: relative;
    display: block;
    left: 0;
  }
}

.menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  display: none;
}

.js .mobile-menu {
  display: none;
}
@media (max-width: 50em) {
  .js .desktop-menu {
    display: none;
  }
  .js .mobile-menu {
    display: block;
    z-index: 4;
  }
  .js .mobile-menu.active + .menu-overlay {
    display: block;
  }
  .js .main-menu {
    background: #ebe7e1;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
    max-width: 80%;
    width: 320px;
    transform: translatex(-100%);
    transition: 0.3s ease-in-out;
  }
  .js .main-menu.active {
    transform: scale(1);
  }
  .js .page-menu {
    padding-bottom: 0.5em;
  }
}

.main-menu-toggle {
  display: none;
  height: 2em;
  width: 2em;
}
@media (max-width: 50em) {
  .main-menu-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
}

.no-js .main-menu-toggle {
  display: none;
}

.footer-menu {
  text-align: left;
  font-size: 0.8em;
  line-height: 1.5;
  width: 100%;
}
@media (max-width: 50em) {
  .footer-menu {
    width: 100%;
    text-align: center;
  }
}
.footer-menu .page-menu {
  display: -ms-flexbox;
  -ms-box-orient: horizontal;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 52em) {
  .footer-menu .page-menu {
    flex-wrap: wrap;
  }
}
.footer-menu .menu-item {
  vertical-align: top;
  font-weight: bold;
}
@media (max-width: 52em) {
  .footer-menu .menu-item {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    text-align: left;
    width: 50%;
  }
}
.footer-menu .sub-menu {
  padding-top: 0em;
}
.footer-menu .sub-menu .menu-item {
  display: block;
  padding: 0;
  border: 0;
  font-weight: normal;
  line-height: 1.8;
}

ul.sub-menu {
  padding: 0.25rem 0;
}
ul.sub-menu li {
  padding: 0.25rem 0;
}
ul.sub-menu li a {
  color: #575755;
  font-size: 0.85rem;
  text-decoration: none;
}

div.sub-menu {
  background: #ebe7e1;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 0 2rem;
  width: 100vw;
  transform: translatex(-50%);
  max-height: 0;
  overflow: hidden;
  transition: 0.1s linear;
  z-index: 100;
}
div.sub-menu button.backbutton {
  display: none;
}
div.sub-menu .all-wrapper {
  order: 99;
  padding: 1rem !important;
  grid-column: 1/-1;
  border-right: 0 !important;
  width: 100%;
  margin-top: 1rem;
}
div.sub-menu .all-wrapper a.fakebutton {
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 1rem;
  border: 1px solid currentColor;
  color: #575755;
  max-width: 280px;
  margin: auto auto;
}
@media (max-width: 50em) {
  div.sub-menu {
    position: fixed;
    top: 0;
    left: 0;
    max-height: 100vh !important;
    min-height: 100vh;
    width: 320px;
    max-width: 100%;
    transform: translatex(-100%);
    transition: 0.3s ease-in-out;
    overflow: scroll;
    padding: 0 !important;
  }
  div.sub-menu.active {
    transform: scale(1);
  }
  div.sub-menu.active {
    max-height: 100vh;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    transition: 0.2s ease-in-out;
  }
  div.sub-menu .all-wrapper {
    order: 0;
    border-bottom: 1px solid #e3e1e2 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  div.sub-menu button.backbutton {
    order: 0;
    width: 100%;
    display: block;
    text-align: left;
    border: none;
    padding: 1rem;
    grid-column: 1/7;
    text-transform: uppercase;
    background: white;
    border-bottom: 1px solid #e3e1e2;
  }
  div.sub-menu button.backbutton:active, div.sub-menu button.backbutton:focus {
    outline: none;
  }
}
div.sub-menu.active {
  padding: 2rem;
  max-height: 900px;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-in-out;
}
div.sub-menu .sub-menu-inner {
  margin: auto;
  width: 75em;
  max-width: 100%;
}
@media (max-width: 50em) {
  div.sub-menu .sub-menu-inner {
    padding-bottom: 8rem;
  }
}
div.sub-menu .sub-menu-inner > div > div {
  padding: 0 1rem;
  border-right: 1px solid #e3e1e2;
}
div.sub-menu .sub-menu-inner > div > div:last-of-type {
  border: none;
}
@media (max-width: 50em) {
  div.sub-menu .sub-menu-inner > div > div {
    padding: 0;
    border: none;
    margin-bottom: 2rem;
  }
  div.sub-menu .sub-menu-inner > div > div:last-of-type {
    margin-bottom: 0rem;
  }
}
div.sub-menu .flexwrap {
  flex-wrap: wrap;
}
div.sub-menu .flexbox {
  display: flex;
}
@media (max-width: 50em) {
  div.sub-menu .flexbox {
    flex-direction: column;
  }
}
div.sub-menu .big-col {
  width: 66.6%;
}
@media (max-width: 50em) {
  div.sub-menu .big-col {
    padding: 0;
    width: 100%;
  }
}
div.sub-menu .small-col {
  width: 33.3%;
}
div.sub-menu .small-col h2 a {
  color: #575755;
  text-decoration: none;
}
@media (max-width: 50em) {
  div.sub-menu .small-col {
    width: 100%;
    padding: 1rem !important;
  }
}
div.sub-menu .bed-menu {
  flex-wrap: wrap;
}
div.sub-menu .bed-box img {
  max-width: 95%;
  margin-bottom: 0.5rem;
  display: block;
}
div.sub-menu .bed-box a {
  display: block;
  padding: 0 0 0.5em;
  font-size: 0.85em;
  color: #575755;
  text-decoration: none;
}
@media (max-width: 50em) {
  div.sub-menu .bed-box {
    border-bottom: 1px solid #e3e1e2;
  }
  div.sub-menu .bed-box a {
    display: flex;
    align-items: center;
  }
  div.sub-menu .bed-box img {
    max-width: 120px;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
div.sub-menu .acc-menu {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  border: none;
}
@media (max-width: 50em) {
  div.sub-menu .acc-menu {
    display: flex;
    row-gap: 0rem;
    flex-direction: column;
  }
}
div.sub-menu .acc-box {
  border: none !important;
  text-transform: uppercase;
}
div.sub-menu .acc-box img {
  margin-bottom: 0.5rem;
}
div.sub-menu .acc-box a {
  display: block;
  padding: 0 0 0.5em;
  font-size: 0.85em;
  color: #575755;
  text-decoration: none;
}
@media (max-width: 50em) {
  div.sub-menu .acc-box {
    padding: 1rem !important;
    border-bottom: 1px solid #e3e1e2 !important;
    margin-bottom: 0 !important;
    display: flex;
  }
  div.sub-menu .acc-box img {
    max-width: 70px;
    margin-right: 1rem;
    margin-bottom: 0;
  }
  div.sub-menu .acc-box a {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 50em) {
  div.sub-menu .good-menu .small-col {
    margin-bottom: 0;
    border-bottom: 1px solid #e3e1e2 !important;
  }
  div.sub-menu .good-menu .small-col ul.sub-menu {
    display: none;
  }
}

@media (max-width: 50em) {
  .image-box-col {
    margin-top: -2rem;
  }
}
.image-box-col h3 {
  padding: 1rem 0;
  text-align: center;
}

.menu-image-box {
  position: relative;
}
.menu-image-box .vimeo-square {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}

.accessory-meta {
  font-size: 0.8em;
}

.bed-filters-form {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 75em) {
  .bed-filters-form {
    display: block;
    margin: 0 auto;
    max-width: 40em;
  }
}

#filters-type {
  position: relative;
  background: #fff;
  display: flex;
  padding: 2rem;
  justify-content: space-evenly;
}
#filters-type input {
  display: none;
}
#filters-type .bed-filter-title {
  position: absolute;
  top: -30px;
  left: 0;
}
#filters-type label {
  padding: 5rem 0 0 2.5rem !important;
  background-position: center 20% !important;
  background-size: 110px;
}
#filters-type label::after {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  background-color: transparent !important;
  background-size: cover !important;
  border: 1px solid black;
  top: auto;
  bottom: 0;
  left: 0.5rem;
  right: auto;
  content: "";
}
#filters-type :checked + label::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJoLTYgdy02IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0cm9rZT0iIzQyNDI0MiI+CiAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik01IDEzbDQgNEwxOSA3IiAvPgo8L3N2Zz4=");
}
@media (max-width: 75em) {
  #filters-type {
    display: inline-block;
    width: 50%;
    margin-bottom: 2em;
  }
}
@media (max-width: 40em) {
  #filters-type {
    width: 100%;
  }
}

#filters-comfort-level {
  display: flex;
  width: auto;
  padding: 1rem 0;
}
#filters-comfort-level .box {
  padding: 0;
  margin: 0;
}
#filters-comfort-level input {
  display: none;
}
#filters-comfort-level label {
  color: white;
  position: relative;
  padding: 0 0 0 1.5rem;
  margin-left: 2rem;
}
#filters-comfort-level label::after {
  content: "";
  left: 0;
  position: absolute;
  background-color: transparent !important;
  border: 1px solid white;
}
#filters-comfort-level :checked + label::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJoLTYgdy02IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0cm9rZT0iI2ZmZiI+CiAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik01IDEzbDQgNEwxOSA3IiAvPgo8L3N2Zz4=") !important;
}

#other-filters, #filters-comfort-level {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
}
#other-filters .layout-column, #other-filters .byob-product-option, #other-filters .layout-column-padded, #filters-comfort-level .layout-column, #filters-comfort-level .byob-product-option, #filters-comfort-level .layout-column-padded {
  text-align: left;
}
#other-filters .layout-column .box, #other-filters .byob-product-option .box, #other-filters .layout-column-padded .box, #filters-comfort-level .layout-column .box, #filters-comfort-level .byob-product-option .box, #filters-comfort-level .layout-column-padded .box {
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#other-filters input, #filters-comfort-level input {
  display: none;
}
#other-filters .checkbox-wide.disabled, #filters-comfort-level .checkbox-wide.disabled {
  opacity: 0.5;
  background-color: transparent !important;
}
#other-filters .bed-filter-title, #filters-comfort-level .bed-filter-title {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#other-filters .bed-filter-title::after, #filters-comfort-level .bed-filter-title::after {
  margin: 0 0.5rem;
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJoLTYgdy02IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0cm9rZT0iI2ZmZiI+CiAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0xOSA5bC03IDctNy03IiAvPgo8L3N2Zz4=");
}
#other-filters label, #filters-comfort-level label {
  padding: 1em 1em 1em 2em;
  text-align: left;
  color: #fff;
}
#other-filters label::after, #filters-comfort-level label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 0rem;
  display: block;
  height: 1.5em;
  width: 1.5em;
  margin-top: -0.75em;
  background-color: transparent;
  background-position: center;
  border: 1px solid white;
}
#other-filters :checked + label::after, #filters-comfort-level :checked + label::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJoLTYgdy02IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0cm9rZT0iI2ZmZiI+CiAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik01IDEzbDQgNEwxOSA3IiAvPgo8L3N2Zz4=") !important;
}
#other-filters .layout-column.active .box, #other-filters .active.byob-product-option .box, #other-filters .active.layout-column-padded .box, #filters-comfort-level .layout-column.active .box, #filters-comfort-level .active.byob-product-option .box, #filters-comfort-level .active.layout-column-padded .box {
  height: 43px;
  padding: 0;
  margin: 0;
}

.bed-filter-title {
  margin-bottom: 0.3em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.bed-filter-info-link {
  margin-top: -0.5em;
  margin-left: 0.5em;
}
.bed-filter-info-link:hover, .bed-filter-info-link:focus {
  transform: none;
}

.bed-collection {
  max-height: 0;
  max-height: none\9 ;
  display: none\9 ;
  max-width: 100%;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.bed-collection.visible {
  display: block\9 ;
  margin: 1.5em 0;
  max-height: none;
  opacity: 1;
}
@media (max-width: 40em) {
  .bed-collection {
    display: none;
    max-height: none;
  }
  .bed-collection.visible {
    display: inline-block;
    max-height: none;
  }
}

.bed-collection .box {
  background: transparent;
  text-align: left;
}
.bed-collection .box .product-link {
  width: 100%;
}
.bed-collection .box .product-link-label,
.bed-collection .box .byob-link {
  border-top: 1px solid rgba(194, 190, 176, 0.5);
}
.bed-collection .box .bed-info {
  width: 100%;
  padding: 0 1rem 1rem;
  background: #e1dcd2;
}
.bed-collection .box .bed-info h1 {
  font-weight: 600;
}
.bed-collection .box .bed-info span,
.bed-collection .box .bed-info div a {
  padding-left: 0;
  width: 100%;
}

.bed-list-config {
  display: flex;
  justify-content: center;
  color: white;
}
.bed-list-config .page-section-title, .bed-list-config .page-section-title-large, .bed-list-config .page-section-subtitle, .bed-list-config .content h3, .content .bed-list-config h3, .bed-list-config .content-centered h3, .content-centered .bed-list-config h3, .bed-list-config .text-gallery .carousel-item-content h3, .text-gallery .carousel-item-content .bed-list-config h3 {
  padding: 6rem 0 3rem;
  justify-content: center;
}

.page_bed-detail .page-section-title, .page_bed-detail .page-section-title-large, .page_bed-detail .page-section-subtitle, .page_bed-detail .content h3, .content .page_bed-detail h3, .page_bed-detail .content-centered h3, .content-centered .page_bed-detail h3, .page_bed-detail .text-gallery .carousel-item-content h3, .text-gallery .carousel-item-content .page_bed-detail h3 {
  justify-content: center;
  text-align: center;
}
@media (max-width: 960px) {
  .page_bed-detail .page-section-title, .page_bed-detail .page-section-title-large, .page_bed-detail .page-section-subtitle, .page_bed-detail .content h3, .content .page_bed-detail h3, .page_bed-detail .content-centered h3, .content-centered .page_bed-detail h3, .page_bed-detail .text-gallery .carousel-item-content h3, .text-gallery .carousel-item-content .page_bed-detail h3 {
    justify-content: flex-start;
    text-align: left;
    padding: 0;
  }
}
.page_bed-detail main .top-content {
  width: 960px;
  max-width: 100%;
  margin-top: -6rem;
  z-index: 3;
}
@media (max-width: 960px) {
  .page_bed-detail main .top-content {
    margin-top: 0rem;
    padding: 2rem calc(0.5em + 2.5%);
  }
}
.page_bed-detail main .page-section-content .content img, .page_bed-detail main .page-section-content .content-centered img, .page_bed-detail main .page-section-content .text-gallery .carousel-item-content img, .text-gallery .page_bed-detail main .page-section-content .carousel-item-content img {
  float: left;
  margin-top: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.page_bed-detail main .page-section-content .content p, .page_bed-detail main .page-section-content .content-centered p, .page_bed-detail main .page-section-content .text-gallery .carousel-item-content p, .text-gallery .page_bed-detail main .page-section-content .carousel-item-content p {
  clear: both;
}

.product {
  width: 0;
  width: 25% \9 ;
  max-height: 0;
  max-height: none\9 ;
  display: none\9 ;
  padding: 0;
  opacity: 0;
  transition: all 0.3s;
}
.product a {
  text-decoration: none;
  color: #424242;
}
.product .box {
  margin: 0;
}
.product .environment-image {
  display: none;
  margin-bottom: 6px;
}
.product:hover .product-image {
  display: none;
}
.product:hover .environment-image {
  display: block;
}
.product.visible {
  display: inline-block\9 ;
  width: 25%;
  max-height: none;
  min-width: 18em;
  margin-bottom: 1em;
  padding: 0 1em;
  opacity: 1;
}
@media (max-width: 30em) {
  .product {
    min-width: 0;
    width: auto;
  }
  .product.visible {
    width: auto;
    max-width: 100%;
  }
}

.product-link {
  display: inline-block;
  vertical-align: top;
}

.product-link-label {
  display: inline-block;
  padding: 0.5em 2em 0.5em 0.5em;
  vertical-align: top;
  font-size: 0.7em;
  line-height: 1.1;
  background-position: center right;
}

.textile-link {
  display: block;
  position: relative;
  color: #fff;
}
.textile-link > svg {
  width: 1rem !important;
  height: 1rem;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 9;
}

.textile-overlay {
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
  font-size: 2rem;
}
.textile-overlay img {
  max-width: 90%;
}
.textile-overlay > svg {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 999;
}
.textile-overlay.open {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-geo-search, .form-geo-search-inline {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 52em) {
  .form-geo-search, .form-geo-search-inline {
    display: block;
  }
}

.map-placeholder {
  padding: 2rem 3rem 0;
  margin-bottom: 0 !important;
}

.map-search {
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
.map-search input.button, .map-search input.button-submit, .map-search input.ghost-button, .map-search input.button-submit-emphasis {
  background: #fff;
  color: #424242;
  font-family: "Suisse Int'l";
  padding: 0.5rem 1.5rem;
  height: 39px;
}
.map-search .page-section-title-large {
  justify-content: center;
}
.map-search .input-suffix {
  background: transparent;
  padding: 0 0 0 0.5rem !important;
}
.map-search .label-overflow.label-large {
  padding: 0.5rem;
}
.map-search .flex-column {
  align-items: center;
  display: flex;
  padding: 0 !important;
}
.map-search input {
  color: #fff;
  padding: 0.5rem;
  border: 1px solid #fff;
}
.map-search .search-field-box {
  display: flex;
}
.map-search .search-field-box input[type=text] {
  text-align: left;
}
.map-search .search-field-box input[type=text]::placeholder {
  color: #fff;
}
.map-search .search-field-box button {
  padding: 0.6rem 1.5rem 0.6rem 2.5rem;
  background: transparent;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjM2MzkgMC4xMzc0NDNMMS4xMjI0MSA3LjYzMzQ0Qy0wLjc1MTQyOSA4LjUwODA0IC0wLjEyNjgxNyAxMS4yNTY0IDEuODcyMDIgMTEuMjU2NEg4Ljc0MzUzVjE4LjEyNzhDOC43NDM1MyAyMC4xMjY2IDExLjQ5MiAyMC43NTE2IDEyLjM2NjYgMTguODc3NEwxOS44NjI3IDIuNjM2MjRDMjAuNDg3MyAxLjEzNjY1IDE4Ljg2MzEgLTAuNDg3NTQ5IDE3LjM2MzkgMC4xMzc0NDNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: 1rem center;
  font-family: "Suisse Int'l";
  height: 39px;
  font-size: 16px;
  line-height: 21px;
  border: 1px solid #fff;
  border-left: 0px;
  white-space: nowrap;
}

.form-geo-search-inline {
  width: 100%;
  margin-bottom: 1em;
}

.google-map img {
  max-width: none;
}

.map-listing .page-section-title, .map-listing .page-section-title-large, .map-listing .page-section-subtitle, .map-listing .content h3, .content .map-listing h3, .map-listing .content-centered h3, .content-centered .map-listing h3, .map-listing .text-gallery .carousel-item-content h3, .text-gallery .carousel-item-content .map-listing h3 {
  justify-content: center;
}
.map-listing .content h1, .map-listing .content-centered h1, .map-listing .text-gallery .carousel-item-content h1, .text-gallery .map-listing .carousel-item-content h1 {
  font-family: "Suisse Int'l";
  font-weight: 700;
}

.map-container {
  position: relative;
  display: inline-block;
}

@media (max-width: 75em) and (orientation: landscape) {
  .map-full {
    padding: 0 0.5em;
  }
}
.map-full:after {
  display: none;
}

.map-popup-content h1 {
  font-weight: bold;
}
.map-popup-content ul {
  padding-left: 0;
  list-style: none;
}
.map-popup-content li {
  white-space: nowrap;
}

.geo-object {
  display: none;
  min-width: 18em;
  margin-bottom: 3rem;
}
.geo-object .content, .geo-object .content-centered, .geo-object .text-gallery .carousel-item-content, .text-gallery .geo-object .carousel-item-content {
  padding: 0.5em 0;
  text-align: center;
}
.geo-object .content ul, .geo-object .content-centered ul, .geo-object .text-gallery .carousel-item-content ul, .text-gallery .geo-object .carousel-item-content ul,
.geo-object .content ol,
.geo-object .content-centered ol,
.geo-object .text-gallery .carousel-item-content ol,
.text-gallery .geo-object .carousel-item-content ol,
.geo-object .content p,
.geo-object .content-centered p,
.geo-object .text-gallery .carousel-item-content p,
.text-gallery .geo-object .carousel-item-content p {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.geo-object.visible {
  display: inline-block;
}

.geo-object-distance {
  display: inline-block;
  padding-left: 1.2em;
  background-position: center left;
}

@media (max-width: 30em) {
  .geo-radius {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
  }
  .geo-radius input {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left;
  }
}

.geo-form-fields {
  width: 100%;
  margin-bottom: 1em;
}
.geo-form-fields .flex-column-fill {
  min-width: 60%;
}
@media (max-width: 30em) {
  .geo-form-fields {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.flexbox .geo-form-fields {
  width: auto;
  margin-bottom: 0;
}
.flexbox .geo-form-fields .flex-column-fill {
  min-width: none;
}
@media (max-width: 52em) {
  .flexbox .geo-form-fields {
    margin-bottom: 1em;
  }
}

@supports (display: flex) {
  .geo-form-fields {
    width: auto;
    margin-bottom: 0;
  }
  .geo-form-fields .flex-column-fill {
    min-width: none;
  }
}
#market-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 99999;
  display: none;
  justify-content: center;
  align-items: center;
}
#market-overlay.open {
  display: flex;
}

#market-popup {
  position: relative;
  background: #dedcd5;
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: clamp(200px, 500px, 100% - 2em);
  gap: 1rem;
}
#market-popup h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 60em) {
  #market-popup h2 {
    font-size: 1.5rem;
  }
}
#market-popup button.close-popup {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}
#market-popup .market-link {
  width: 250px;
  display: block;
  border: 1px solid black;
  padding: 1rem;
  cursor: pointer;
  text-align: center;
}

.filter-bar {
  justify-content: center;
  font-size: 13px;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.filter-bar i {
  font-size: 19px;
}
.filter-bar button {
  color: white;
  background: transparent;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.filter-bar button svg {
  margin-bottom: -3px;
  margin-right: 8px;
  width: 19px;
  height: 19px;
}

.filter-modal {
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 390px;
  height: 100%;
  background: hsl(45, 11%, 85%);
  z-index: 99999;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 2rem;
  font-size: 13px;
}
.filter-modal.open {
  transform: translateX(0);
}
.filter-modal .filter-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.filter-modal .filter-modal-header h2 {
  font-size: 30px;
}
.filter-modal .close-modal {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filter-modal .close-modal svg {
  width: 18px;
  height: 18px;
}
.filter-modal .filter-section {
  margin-bottom: 2rem;
}
.filter-modal .filter-section h3 {
  font-family: "Suisse Int'l";
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 700;
}
.filter-modal .filter-checkbox {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.filter-modal .filter-checkbox input[type=checkbox] {
  margin: 0;
  border-radius: 0;
  width: 17px;
  height: 13px;
}
.filter-modal .filter-modal-footer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
}
.filter-modal .button-full {
  width: 100%;
  text-align: center;
  padding: 1rem;
}

.market-selection-bar {
  height: 62px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.095em;
  background: #d2d0ca;
}

#market-list {
  width: 100%;
  order: 99;
}

.market-selection-location {
  font-size: 12px;
  line-height: 1.5;
  vertical-align: middle;
}
.link-market-select {
  display: inline-block;
  *display: none;
  border: 0;
  padding: 0 0.5em;
  font-size: 1.5em;
  text-decoration: none;
  background: 0 0;
  line-height: 0.6;
  cursor: pointer;
  margin-top: 3px;
  vertical-align: top;
  transition: 0.3s;
}
@media (max-width: 52em) {
  .link-market-select {
    border-left: 0;
  }
}
.link-market-select .link-circle-small, .link-market-select .bed-filter-info-link {
  position: relative;
  vertical-align: middle;
  font-size: 0.5em;
}
.link-market-select .link-circle-small:hover, .link-market-select .bed-filter-info-link:hover, .link-market-select .link-circle-small:focus, .link-market-select .bed-filter-info-link:focus {
  transform: none;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
}
.link-market-select.active {
  transform: rotateZ(-180deg);
}

.market-select-label, .market-select-label-link, .market-select-label-emphasis {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #424242;
}

.market-select-label-emphasis {
  font-weight: bold;
}

.market-select-label-link {
  margin-right: 1em;
}

.market-selection {
  overflow: hidden;
}
.market-selection .page-section-content {
  padding: 3.5em 0;
}

.market-selection-list, .market-selection-list-inline {
  width: 100%;
  padding: 2rem 3rem;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: #d2d0ca;
  list-style: disc inside;
  text-align: left;
}
@media (max-width: 62em) {
  .market-selection-list, .market-selection-list-inline {
    margin-top: 0em;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.market-selection-list a, .market-selection-list-inline a {
  font-size: 0.8rem;
  line-height: 1.5;
  text-decoration: none;
  color: #424242;
}

.market-selection-list-inline {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.js .market-selection {
  max-height: 0;
  *max-height: none;
  *overflow: visible;
  *display: block;
  transition: max-height 0.3s;
}
.js .market-selection.active {
  max-height: none;
}

.market-selection-item {
  width: 25%;
  line-height: 1.5;
}
@media (max-width: 70em) {
  .market-selection-item {
    width: 50%;
  }
}
@media (max-width: 32em) {
  .market-selection-item {
    width: 100%;
    text-align: center;
  }
}

.market-selection-item-current {
  font-weight: bold;
}

.csscolumns .market-selection-list,
.csscolumns .market-selection-list-inline {
  column-count: 4;
  column-rule: 1px solid #d2d0ca;
  column-gap: 3em;
}
@media (max-width: 70em) {
  .csscolumns .market-selection-list,
  .csscolumns .market-selection-list-inline {
    column-count: 3;
  }
}
@media (max-width: 52em) {
  .csscolumns .market-selection-list,
  .csscolumns .market-selection-list-inline {
    column-count: 2;
  }
}
@media (max-width: 32em) {
  .csscolumns .market-selection-list,
  .csscolumns .market-selection-list-inline {
    column-count: 1;
  }
}
.csscolumns .market-selection-item {
  width: 100%;
  margin: 0;
}

.market-label {
  font-weight: bold;
}

.post-excerpt-title {
  margin-bottom: 0.3em;
  font-family: "Suisse Int'l";
  text-transform: none;
}
.post-excerpt-title a {
  text-decoration: none;
  color: #424242;
}

.post-meta, .post-excerpt-meta {
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.post-excerpt-meta {
  margin-bottom: 0;
}

.page-messages {
  padding: 0;
}

.page-messages-list .message {
  padding: 1em 0;
}
.page-messages-list .message.success {
  background: #afa;
}
.page-messages-list .message.info {
  background: #ffa;
}
.page-messages-list .message.error {
  background: #faa;
}

.internal-product-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.internal-product {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2em;
}

.internal-product-image {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.internal-product-image-square {
  position: relative;
  height: 0;
  margin-bottom: 1em;
  padding-bottom: 100%;
}
.internal-product-image-square img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 100%;
}
@media (max-width: 30em) {
  .internal-product-image-square {
    height: auto;
    padding-bottom: 0;
  }
  .internal-product-image-square img {
    position: static;
  }
}

.internal-product-information {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.internal-product-submit {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.internal-product-submit .button-submit {
  width: 100%;
}

.internal-product-title {
  margin-bottom: 1em;
  padding: 1em;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  background: #dedcd5;
}

.internal-table-container {
  overflow-x: scroll;
}

.internal-table {
  width: 100%;
}
.internal-table thead th {
  padding: 1em;
  background: #424242;
  color: #fff;
}
.internal-table td {
  padding: 1em;
}
.internal-table tr:nth-child(odd) {
  background: #fff;
}
.internal-table tr:nth-child(even) {
  background: #dedcd5;
}

.internal-table-row-emphasis td {
  font-weight: bold;
}

.internal-table-row-nowrap {
  white-space: nowrap;
}

.internal-form-table {
  display: inline-table;
}
.internal-form-table th, .internal-form-table td {
  padding: 0 0.3em;
}
.internal-form-table input, .internal-form-table textarea, .internal-form-table select {
  width: 100%;
  margin: 0.5em 0;
}
@media (max-width: 60em) {
  .internal-form-table {
    display: block;
  }
  .internal-form-table tbody, .internal-form-table tr, .internal-form-table th, .internal-form-table td {
    display: block;
    padding: 0;
  }
}

.internal-product-table {
  font-size: 0.9em;
}
.internal-product-table th {
  font-size: 0.9em;
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
}
@media (max-width: 60em) {
  .internal-product-table th {
    margin-top: 0.5em;
    font-size: 1em;
    text-align: left;
  }
}

.internal-form-section {
  margin-bottom: 2em;
}

#timeline {
  position: relative;
}
#timeline .timeline-line-wrapper {
  position: relative;
}
#timeline .timeline-line-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 2px;
  background: white;
  left: 50%;
  transform: translateX(-1px);
}
#timeline .timeline-entry {
  position: relative;
}
#timeline .timeline-entry h2 {
  font-size: 2rem;
}
#timeline .timeline-entry img {
  margin-top: 0.5rem;
}
#timeline .timeline-entry.timeline-first {
  margin: auto auto 1rem;
  text-align: center;
}
#timeline .timeline-entry.timeline-first h1 {
  font-size: 4rem;
  line-height: 1.2;
}
#timeline .timeline-entry.timeline-first span.over-title {
  font-family: "Noe Display", sans-serif;
  text-transform: uppercase;
}
#timeline .timeline-entry.timeline-first::before {
  display: none;
}
#timeline .timeline-entry.timeline-left {
  padding-right: 60%;
  text-align: right;
}
#timeline .timeline-entry.timeline-left::before {
  transform: translateX(5px);
}
#timeline .timeline-entry.timeline-right {
  padding-left: 60%;
  text-align: left;
}
#timeline .timeline-entry.timeline-right::before {
  right: 40%;
  transform: translateX(-5px);
}
#timeline .timeline-entry::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  height: 2px;
  background: white;
  width: calc(10% - 5px);
}
#timeline .timeline-year {
  z-index: 2;
  position: relative;
  padding: 2rem;
  text-align: center;
  font-family: "Noe Display", sans-serif;
}
#timeline .timeline-year span {
  display: block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  background: white;
  border-radius: 50%;
  margin: auto auto;
  color: #424242;
}

@media (max-width: 45rem) {
  #timeline .timeline-entry {
    margin-bottom: 2rem;
  }
  #timeline .timeline-entry.timeline-left, #timeline .timeline-entry.timeline-right {
    padding-left: 20%;
    padding-right: 0;
    text-align: left;
  }
  #timeline .timeline-entry.timeline-left::before, #timeline .timeline-entry.timeline-right::before {
    right: 80%;
    transform: translateX(-5px);
  }
  #timeline .timeline-entry::before {
    content: "";
    position: absolute;
    top: 1.5rem;
    height: 2px;
    background: white;
    width: calc(10% - 5px);
  }
  #timeline .timeline-year {
    z-index: 2;
    padding: 0rem;
    text-align: center;
  }
  #timeline .timeline-year span {
    margin: 0;
    margin-left: 10%;
    transform: translateX(-2rem);
  }
  #timeline .timeline-line-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    background: #fff;
    left: 10%;
    transform: translateX(-1px);
  }
}
@media (min-aspect-ratio: 3/2) and (min-width: 70em) and (max-width: 90em) {
  .byob-container {
    padding: 0 15%;
  }
}
.byob-container.byob-inline {
  padding: 0;
}

.byob-chromeless {
  text-align: center;
  max-width: 1184px;
}

.byob-stage {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.byob-image {
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: top;
  opacity: 1;
  transition: all 0.3s;
}
.byob-image.hidden {
  opacity: 0;
}
.byob-image.remove {
  opacity: 0;
}
.byob-image.material, .byob-image.topper {
  transition: top 0.3s;
}
.byob-image.material.remove, .byob-image.topper.remove {
  transition: all 0.3s;
}

.horizontal-navigation {
  position: relative;
  overflow-x: scroll;
}
.horizontal-navigation .overflow-nav {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: 5%;
  height: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  opacity: 0.5;
  background-color: black;
  transition: all 0.3s;
}
.horizontal-navigation .overflow-nav span {
  display: block;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background-position: center;
}
.horizontal-navigation .overflow-left {
  left: 0;
}
.horizontal-navigation .overflow-left.hidden {
  left: -5%;
}
.horizontal-navigation .overflow-left span {
  left: 50%;
}
.horizontal-navigation .overflow-right {
  right: 0;
}
.horizontal-navigation .overflow-right.hidden {
  right: -5%;
}
.horizontal-navigation .overflow-right span {
  right: 50%;
}

.cssgradients .overflow-nav {
  opacity: 1;
  width: 15%;
}
.cssgradients .overflow-left {
  background-image: linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 100%);
}
.cssgradients .overflow-left.hidden {
  left: -15%;
}
.cssgradients .overflow-left span {
  left: 15%;
}
.cssgradients .overflow-right {
  background-image: linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 100%);
}
.cssgradients .overflow-right.hidden {
  right: -15%;
}
.cssgradients .overflow-right span {
  right: 15%;
}

.horizontal-navigation.active {
  overflow: hidden;
}

.navigation-controls {
  position: relative;
  left: 0;
  transform: translate3d(0, 0, 0);
  float: left;
  min-width: 100%;
  transition: left 0.3s;
}
.navigation-controls.no-animation {
  transition: none;
}

.csstransforms3d .navigation-controls {
  transition: transform 0.3s;
}

.byob-controls {
  margin-top: 0.3em;
}

.byob-navigation {
  display: table;
  min-width: 100%;
  width: auto;
}
.byob-navigation a {
  display: table-cell;
  margin: 0 0 0 0.3em;
  padding: 1em;
  font-size: 0.8em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  color: #424242;
  background: #dedcd5;
}
.byob-navigation a:first-child {
  margin-left: 0;
}
.byob-navigation .current,
.byob-navigation a:hover,
.byob-navigation a:focus {
  line-height: 1;
  color: #fff;
  background: #424242;
}

.flexbox .byob-navigation {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexbox .byob-navigation a {
  display: block;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.byob-product-controls {
  position: relative;
  margin-top: 0.5em;
}

.byob-product-controls-inner {
  opacity: 1;
  transition: opacity 0.3s;
}
.byob-product-controls-inner.disabled {
  opacity: 0;
}

.byob-product-options {
  white-space: nowrap;
}

.byob-product-option {
  white-space: normal;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.byob-product-option img,
.byob-product-option .box-thumbnail {
  width: 90px;
}
.byob-product-option img {
  transition: box-shadow 0.3s;
}
.byob-product-option .box-label, .byob-product-option .box-meta {
  display: inline-block;
  padding: 0.5em 0 0 0;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
}
.byob-product-option:first-child {
  margin-left: -0.5em;
}
.byob-product-option:last-child {
  margin-right: -0.5em;
}
.byob-product-option.current img {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.4);
}
.byob-product-option.current .box-label, .byob-product-option.current .box-meta {
  font-weight: bold;
}

.byob-option-new-category {
  margin-left: 2em;
}

.byob-thumbnail-half {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}
.byob-thumbnail-half.first {
  border-bottom: 1px solid #fff;
}
.byob-thumbnail-half.last {
  border-top: 1px solid #fff;
}
.byob-thumbnail-half img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.byob-overview-list, .byob-overview-selections {
  margin-bottom: 1em;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.byob-overview-list li, .byob-overview-selections li {
  line-height: 1.8;
  text-align: center;
}

.byob-overview-share {
  margin-top: 2em;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.byob-overview-share li {
  padding: 0.5em 1em;
  line-height: 1;
  border-left: 1px solid #424242;
}
.byob-overview-share li:first-child {
  border-left: 0;
}
.byob-overview-share a {
  color: #424242;
  text-decoration: none;
}

@keyframes loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.byob-loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  height: 2.8em;
  width: 2.8em;
  margin-top: -1.4em;
  margin-left: -1.4em;
  z-index: 10;
  border-radius: 1.4em;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  background-position: center;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  animation: loading 1s linear infinite;
}

.no-js .byob-loading-icon,
.no-cssanimations .byob-loading-icon {
  background-image: url("../img/loader.gif");
  background-color: #fff;
  animation: none;
}

.byob-share-label {
  vertical-align: middle;
}

.byob-share-icon {
  display: inline-block;
  height: 24px;
  margin: 0 0.2em;
  vertical-align: middle;
}
.byob-share-icon.icon-facebook-small {
  width: 12px;
}
.byob-share-icon.icon-twitter-small {
  width: 30px;
}

#inline-byob {
  width: 100%;
}

.showTextile {
  position: absolute;
  top: 15px;
  font-size: 10px;
  right: 15px;
  display: block;
  border-radius: 50%;
  background: #fff;
  line-height: 10px;
  padding: 5px;
  width: 20px;
  text-align: center;
}

.textileMag {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  padding: 2rem;
  background: rgba(255, 255, 255, 0.8);
  max-width: calc(300px + 2rem);
}
.textileMag .svg-inline--fa {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

#pre_embed {
  height: 0;
  padding-bottom: 71.87%;
  position: relative;
  background-size: 100% auto !important;
  background-position: center center !important;
}
#pre_embed a {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 1rem 3rem;
  font-size: 1rem;
  transform: translatex(-50%) translateY(-50%);
  box-shadow: 0 0 120px 20px rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}
#pre_embed a:hover {
  box-shadow: 0 0 120px 30px rgba(255, 255, 255, 0.25);
}
#pre_embed span {
  display: none;
}
#pre_embed.loading a {
  display: none;
}
#pre_embed.loading span {
  display: block;
}

.formset-inline-empty {
  display: none;
}

.formset-inline-form td {
  vertical-align: top;
}

.formset-inline-remove-button, .formset-inline-add-button {
  border: 0;
  padding: 0.3em 0 0.3em 2em;
  text-transform: uppercase;
  background-color: transparent;
  background-position: left center;
  cursor: pointer;
}

.formset-inline-add-button {
  font-weight: bold;
}

.sales-competition-table-column-1 {
  width: 60%;
}

.sales-competition-table-column-2 {
  width: 20%;
}

.sales-competition-reference-input {
  border: 1px solid #a9a9a9;
}

.sales-competition-formset .sales-competition-formset-label {
  display: none;
}
@media (max-width: 60em) {
  .sales-competition-formset {
    display: block;
  }
  .sales-competition-formset .sales-competition-formset-label {
    display: block;
    padding: 0 0.5em 0.5em 0;
  }
  .sales-competition-formset thead {
    display: none;
  }
  .sales-competition-formset tbody, .sales-competition-formset tr, .sales-competition-formset td {
    display: block;
    width: 100%;
  }
  .sales-competition-formset .formset-inline-form, .sales-competition-formset tr:nth-child(odd), .sales-competition-formset tr:nth-child(even) {
    margin-bottom: 1em;
    background: #dedcd5;
  }
  .sales-competition-formset .formset-inline-empty {
    display: none;
  }
  .sales-competition-formset .sales-competition-table-column-2 {
    display: inline-block;
    width: auto;
    min-width: 50%;
    vertical-align: bottom;
  }
  .sales-competition-formset .formset-inline-action {
    display: inline-block;
    width: auto;
    min-width: 50%;
    vertical-align: bottom;
    text-align: right;
  }
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-size: 0.875em;
  line-height: normal;
}
@media (max-width: 60em) {
  .selectize-dropdown,
  .selectize-input,
  .selectize-input input {
    font-size: 1em;
  }
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  background: #ffffff;
  cursor: text;
}

.selectize-input {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 1px solid #a9a9a9;
  padding: 0.2em;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #f0f0f0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  border: 1px solid #a9a9a9;
  border-top: 0 none;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  padding: 0.25em 0.5em;
  cursor: pointer;
}

.selectize-dropdown [data-selectable] .highlight {
  text-decoration: underline;
}

.selectize-dropdown .active {
  background-color: #dedcd5;
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 12em;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #424242 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #424242 transparent;
}

.selectize-control.single .selectize-input {
  background-color: #fff;
}

@font-face {
  font-family: "note_thisregular";
  src: url("../fonts/Note_this-webfont.eot");
  src: url("../fonts/Note_this-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Note_this-webfont.woff") format("woff"), url("../fonts/Note_this-webfont.ttf") format("truetype"), url("../fonts/Note_this-webfont.svg#note_thisregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.heart-of-comfort .page-section-title-large, .heart-of-comfort .page-section-title, .heart-of-comfort .page-section-subtitle, .heart-of-comfort .content h3, .content .heart-of-comfort h3, .heart-of-comfort .content-centered h3, .content-centered .heart-of-comfort h3, .heart-of-comfort .text-gallery .carousel-item-content h3, .text-gallery .carousel-item-content .heart-of-comfort h3, .heart-of-comfort .box-label, .heart-of-comfort .box-meta {
  font-family: "note_thisregular", sans-serif;
  text-transform: none;
}
.heart-of-comfort .page-section-title, .heart-of-comfort .page-section-title-large, .heart-of-comfort .page-section-subtitle, .heart-of-comfort .content h3, .content .heart-of-comfort h3, .heart-of-comfort .content-centered h3, .content-centered .heart-of-comfort h3, .heart-of-comfort .text-gallery .carousel-item-content h3, .text-gallery .carousel-item-content .heart-of-comfort h3 {
  font-size: 1.2em;
}
.heart-of-comfort .page-section-title-large {
  font-size: 1.8em;
}
@media (max-width: 60em) {
  .heart-of-comfort .page-section-title-large {
    font-size: 1.5em;
  }
}

.sustainability-pages *:not(footer):not(header) p {
  font-family: "Suisse Int'l";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.095em;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.sustainability-pages *:not(footer):not(header) .page-section-overlap {
  transform: translatey(-6rem);
  margin-bottom: -6rem;
}
.sustainability-pages *:not(footer):not(header) section.two-wide .page-section-content {
  display: inline-flex;
}
.sustainability-pages *:not(footer):not(header) section.two-wide .page-section-title, .sustainability-pages *:not(footer):not(header) section.two-wide .page-section-title-large, .sustainability-pages *:not(footer):not(header) section.two-wide .page-section-subtitle, .sustainability-pages *:not(footer):not(header) section.two-wide .content h3, .content .sustainability-pages *:not(footer):not(header) section.two-wide h3, .sustainability-pages *:not(footer):not(header) section.two-wide .content-centered h3, .content-centered .sustainability-pages *:not(footer):not(header) section.two-wide h3, .sustainability-pages *:not(footer):not(header) section.two-wide .text-gallery .carousel-item-content h3, .text-gallery .carousel-item-content .sustainability-pages *:not(footer):not(header) section.two-wide h3 {
  display: flex;
  height: 100%;
}
.sustainability-pages *:not(footer):not(header) section.vimeo .layout-column.layout-one-third, .sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.layout-column-padded, .sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.byob-product-option {
  width: 50%;
  text-align: center;
  margin-bottom: 2rem;
}
.sustainability-pages *:not(footer):not(header) section.vimeo .layout-column.layout-one-third p, .sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.layout-column-padded p, .sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.byob-product-option p,
.sustainability-pages *:not(footer):not(header) section.vimeo .layout-column.layout-one-third h2,
.sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.layout-column-padded h2,
.sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.byob-product-option h2 {
  text-align: center !important;
}
.sustainability-pages *:not(footer):not(header) section.vimeo .layout-column.layout-one-third .page-section-title, .sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.layout-column-padded .page-section-title, .sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.byob-product-option .page-section-title, .sustainability-pages *:not(footer):not(header) section.vimeo .layout-column.layout-one-third .page-section-title-large, .sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.layout-column-padded .page-section-title-large, .sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.byob-product-option .page-section-title-large, .sustainability-pages *:not(footer):not(header) section.vimeo .layout-column.layout-one-third .page-section-subtitle, .sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.layout-column-padded .page-section-subtitle, .sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.byob-product-option .page-section-subtitle, .sustainability-pages *:not(footer):not(header) section.vimeo .layout-column.layout-one-third .content h3, .content .sustainability-pages *:not(footer):not(header) section.vimeo .layout-column.layout-one-third h3, .sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.layout-column-padded .content h3, .content .sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.layout-column-padded h3, .sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.byob-product-option .content h3, .content .sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.byob-product-option h3, .sustainability-pages *:not(footer):not(header) section.vimeo .layout-column.layout-one-third .content-centered h3, .content-centered .sustainability-pages *:not(footer):not(header) section.vimeo .layout-column.layout-one-third h3, .sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.layout-column-padded .content-centered h3, .content-centered .sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.layout-column-padded h3, .sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.byob-product-option .content-centered h3, .content-centered .sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.byob-product-option h3, .sustainability-pages *:not(footer):not(header) section.vimeo .layout-column.layout-one-third .text-gallery .carousel-item-content h3, .text-gallery .carousel-item-content .sustainability-pages *:not(footer):not(header) section.vimeo .layout-column.layout-one-third h3, .sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.layout-column-padded .text-gallery .carousel-item-content h3, .text-gallery .carousel-item-content .sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.layout-column-padded h3, .sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.byob-product-option .text-gallery .carousel-item-content h3, .text-gallery .carousel-item-content .sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.byob-product-option h3 {
  justify-content: center;
}
.sustainability-pages *:not(footer):not(header) section.vimeo .video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  width: 100%;
}
.sustainability-pages *:not(footer):not(header) section.vimeo .video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.sustainability-pages *:not(footer):not(header) section.vimeo .page-section-title, .sustainability-pages *:not(footer):not(header) section.vimeo .page-section-title-large, .sustainability-pages *:not(footer):not(header) section.vimeo .page-section-subtitle, .sustainability-pages *:not(footer):not(header) section.vimeo .content h3, .content .sustainability-pages *:not(footer):not(header) section.vimeo h3, .sustainability-pages *:not(footer):not(header) section.vimeo .content-centered h3, .content-centered .sustainability-pages *:not(footer):not(header) section.vimeo h3, .sustainability-pages *:not(footer):not(header) section.vimeo .text-gallery .carousel-item-content h3, .text-gallery .carousel-item-content .sustainability-pages *:not(footer):not(header) section.vimeo h3 {
  padding: 0;
  margin-bottom: 0.5rem;
}
.sustainability-pages *:not(footer):not(header) section.vimeo .page-section-content {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sustainability-pages *:not(footer):not(header) section.cycleboxes .page-section-content {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.sustainability-pages *:not(footer):not(header) section.cycleboxes .page-section-content .layout-column, .sustainability-pages *:not(footer):not(header) section.cycleboxes .page-section-content .layout-column-padded, .sustainability-pages *:not(footer):not(header) section.cycleboxes .page-section-content .byob-product-option {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sustainability-pages *:not(footer):not(header) section.cycleboxes .page-section-content[data-valign=bottom] .layout-column, .sustainability-pages *:not(footer):not(header) section.cycleboxes .page-section-content[data-valign=bottom] .layout-column-padded, .sustainability-pages *:not(footer):not(header) section.cycleboxes .page-section-content[data-valign=bottom] .byob-product-option {
  align-items: flex-end;
}
.sustainability-pages *:not(footer):not(header) section.cycleboxes .page-section-content[data-valign=top] .layout-column, .sustainability-pages *:not(footer):not(header) section.cycleboxes .page-section-content[data-valign=top] .layout-column-padded, .sustainability-pages *:not(footer):not(header) section.cycleboxes .page-section-content[data-valign=top] .byob-product-option {
  align-items: flex-start;
}
.sustainability-pages *:not(footer):not(header) section.cycleboxes .section-box {
  margin: 5rem 0;
}
.sustainability-pages *:not(footer):not(header) section.cycleboxes .section-box a {
  display: block;
  margin-top: 1rem;
  color: currentColor !important;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.sustainability-pages *:not(footer):not(header) section.cycleboxes .section-box:nth-of-type(odd) img,
.sustainability-pages *:not(footer):not(header) section.cycleboxes .section-box:nth-of-type(odd) a {
  order: 99;
}
.sustainability-pages *:not(footer):not(header) section.cycleboxes .section-box.align-right:nth-of-type(odd) img {
  order: -1;
}
.sustainability-pages *:not(footer):not(header) section.cycleboxes .section-box.align-right:nth-of-type(even) img,
.sustainability-pages *:not(footer):not(header) section.cycleboxes .section-box.align-right:nth-of-type(even) a {
  order: 99;
}
.sustainability-pages *:not(footer):not(header) section.cycleboxes .section-box > div {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 7.5rem;
}
.sustainability-pages *:not(footer):not(header) section.cycleboxes .section-box > div h3 {
  margin-top: 0;
  font-family: "Noe Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}
.sustainability-pages *:not(footer):not(header) section.halftext .page-section-title, .sustainability-pages *:not(footer):not(header) section.halftext .page-section-title-large, .sustainability-pages *:not(footer):not(header) section.halftext .page-section-subtitle, .sustainability-pages *:not(footer):not(header) section.halftext .content h3, .content .sustainability-pages *:not(footer):not(header) section.halftext h3, .sustainability-pages *:not(footer):not(header) section.halftext .content-centered h3, .content-centered .sustainability-pages *:not(footer):not(header) section.halftext h3, .sustainability-pages *:not(footer):not(header) section.halftext .text-gallery .carousel-item-content h3, .text-gallery .carousel-item-content .sustainability-pages *:not(footer):not(header) section.halftext h3 {
  padding: 0;
}
.sustainability-pages *:not(footer):not(header) section.halftext .page-section-content {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 100%;
}
.sustainability-pages *:not(footer):not(header) section.halftext .layout-text {
  width: 60%;
  max-width: 700px;
}
.sustainability-pages *:not(footer):not(header) section.halftext .layout-text .page-section-title, .sustainability-pages *:not(footer):not(header) section.halftext .layout-text .page-section-title-large, .sustainability-pages *:not(footer):not(header) section.halftext .layout-text .page-section-subtitle, .sustainability-pages *:not(footer):not(header) section.halftext .layout-text .content h3, .content .sustainability-pages *:not(footer):not(header) section.halftext .layout-text h3, .sustainability-pages *:not(footer):not(header) section.halftext .layout-text .content-centered h3, .content-centered .sustainability-pages *:not(footer):not(header) section.halftext .layout-text h3, .sustainability-pages *:not(footer):not(header) section.halftext .layout-text .text-gallery .carousel-item-content h3, .text-gallery .carousel-item-content .sustainability-pages *:not(footer):not(header) section.halftext .layout-text h3 {
  justify-content: center !important;
}
.sustainability-pages *:not(footer):not(header) section.foldout.flexRow .page-section-content {
  width: 75em;
  margin: auto;
  display: flex;
  flex-direction: row;
  gap: 4.5rem;
}
.sustainability-pages *:not(footer):not(header) section.foldout.flexRow .page-section-content > div {
  width: 50%;
}
@media (max-width: 60em) {
  .sustainability-pages *:not(footer):not(header) section.foldout.flexRow .page-section-content {
    flex-direction: column;
  }
  .sustainability-pages *:not(footer):not(header) section.foldout.flexRow .page-section-content > div {
    width: 100%;
  }
}
.sustainability-pages *:not(footer):not(header) section.foldout .fold-out-section {
  border-top: 1px solid #707070;
  padding: 0;
}
.sustainability-pages *:not(footer):not(header) section.foldout .fold-out-section:last-child {
  border-bottom: 1px solid #707070;
}
.sustainability-pages *:not(footer):not(header) section.foldout .fold-out-section h3 {
  cursor: pointer;
  margin: 0.5rem 0;
  font-family: "Suisse Int'l";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.095em;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sustainability-pages *:not(footer):not(header) section.foldout .fold-out-section h3 .close {
  display: none;
}
.sustainability-pages *:not(footer):not(header) section.foldout .fold-out-section h3 span {
  margin-top: -6px;
  line-height: 1;
  font-size: 2rem;
}
.sustainability-pages *:not(footer):not(header) section.foldout .fold-out-section.active .close {
  display: block;
}
.sustainability-pages *:not(footer):not(header) section.foldout .fold-out-section.active .open {
  display: none;
}
.sustainability-pages *:not(footer):not(header) section.foldout .fold-out-section.active .foldOutContent {
  max-height: 600px;
  min-height: 200px;
  padding: 0.5rem 0 2rem;
}
.sustainability-pages *:not(footer):not(header) section.foldout .fold-out-section .foldOutContent {
  transition: 0.5s ease-in-out;
  overflow: hidden;
  display: none;
  padding: 0;
  max-height: 0;
  display: flex;
  align-items: flex-start;
}
.sustainability-pages *:not(footer):not(header) section.foldout .fold-out-section .foldOutContent img {
  margin-left: 7rem;
  width: 150px;
  height: auto;
}
.sustainability-pages *:not(footer):not(header) section.foldout .layout-text {
  width: 100%;
  margin-bottom: 5rem;
}
.sustainability-pages *:not(footer):not(header) section.foldout .layout-text .page-section-title, .sustainability-pages *:not(footer):not(header) section.foldout .layout-text .page-section-title-large, .sustainability-pages *:not(footer):not(header) section.foldout .layout-text .page-section-subtitle, .sustainability-pages *:not(footer):not(header) section.foldout .layout-text .content h3, .content .sustainability-pages *:not(footer):not(header) section.foldout .layout-text h3, .sustainability-pages *:not(footer):not(header) section.foldout .layout-text .content-centered h3, .content-centered .sustainability-pages *:not(footer):not(header) section.foldout .layout-text h3, .sustainability-pages *:not(footer):not(header) section.foldout .layout-text .text-gallery .carousel-item-content h3, .text-gallery .carousel-item-content .sustainability-pages *:not(footer):not(header) section.foldout .layout-text h3 {
  padding: 0;
  margin-bottom: 0.5rem;
}
.sustainability-pages *:not(footer):not(header) section.foldout div.page-section-content {
  width: 60%;
}
@media (max-width: 60em) {
  .sustainability-pages *:not(footer):not(header) section.cycleboxes .layout-column > div, .sustainability-pages *:not(footer):not(header) section.cycleboxes .layout-column-padded > div, .sustainability-pages *:not(footer):not(header) section.cycleboxes .byob-product-option > div {
    padding: 0 2rem;
  }
}
@media (max-width: 30em) {
  .sustainability-pages *:not(footer):not(header) section.cycleboxes .layout-column, .sustainability-pages *:not(footer):not(header) section.cycleboxes .layout-column-padded, .sustainability-pages *:not(footer):not(header) section.cycleboxes .byob-product-option {
    flex-direction: column;
  }
  .sustainability-pages *:not(footer):not(header) section.cycleboxes .layout-column img, .sustainability-pages *:not(footer):not(header) section.cycleboxes .layout-column-padded img, .sustainability-pages *:not(footer):not(header) section.cycleboxes .byob-product-option img {
    order: -1 !important;
    margin: 1rem 0;
  }
  .sustainability-pages *:not(footer):not(header) section.cycleboxes .layout-column > div, .sustainability-pages *:not(footer):not(header) section.cycleboxes .layout-column-padded > div, .sustainability-pages *:not(footer):not(header) section.cycleboxes .byob-product-option > div {
    padding: 0;
  }
  .sustainability-pages *:not(footer):not(header) .page-section-slim .layout-column, .sustainability-pages *:not(footer):not(header) .page-section-slim .layout-column-padded, .sustainability-pages *:not(footer):not(header) .page-section-slim .byob-product-option {
    width: 100%;
    padding: 0rem !important;
  }
  .sustainability-pages *:not(footer):not(header) .page-section-slim .layout-column .layout-column, .sustainability-pages *:not(footer):not(header) .page-section-slim .layout-column-padded .layout-column, .sustainability-pages *:not(footer):not(header) .page-section-slim .byob-product-option .layout-column, .sustainability-pages *:not(footer):not(header) .page-section-slim .layout-column .layout-column-padded, .sustainability-pages *:not(footer):not(header) .page-section-slim .layout-column-padded .layout-column-padded, .sustainability-pages *:not(footer):not(header) .page-section-slim .byob-product-option .layout-column-padded, .sustainability-pages *:not(footer):not(header) .page-section-slim .layout-column .byob-product-option, .sustainability-pages *:not(footer):not(header) .page-section-slim .layout-column-padded .byob-product-option, .sustainability-pages *:not(footer):not(header) .page-section-slim .byob-product-option .byob-product-option {
    width: 100%;
    padding: 0 2rem !important;
  }
  .sustainability-pages *:not(footer):not(header) .page-section-content {
    max-width: 100%;
    padding: 0;
  }
  .sustainability-pages *:not(footer):not(header) .page-section-content .layout-column, .sustainability-pages *:not(footer):not(header) .page-section-content .layout-column-padded, .sustainability-pages *:not(footer):not(header) .page-section-content .byob-product-option {
    width: 100%;
    padding: 0 2rem;
  }
  .sustainability-pages *:not(footer):not(header) .layout-three-fifths {
    width: 100%;
  }
  .sustainability-pages *:not(footer):not(header) .page-section-overlap {
    transform: scale(1);
    margin-bottom: 0;
  }
  .sustainability-pages *:not(footer):not(header) section.vimeo .layout-column.layout-one-third, .sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.layout-column-padded, .sustainability-pages *:not(footer):not(header) section.vimeo .layout-one-third.byob-product-option {
    width: 100%;
  }
  .sustainability-pages *:not(footer):not(header) section.two-wide .page-section-content {
    flex-direction: column;
  }
  .sustainability-pages *:not(footer):not(header) section.halftext .layout-text,
  .sustainability-pages *:not(footer):not(header) section.foldout div.page-section-content {
    width: 100%;
  }
  .sustainability-pages *:not(footer):not(header) section.halftext .layout-text .fold-out-section,
  .sustainability-pages *:not(footer):not(header) section.foldout div.page-section-content .fold-out-section {
    margin: 0 2rem;
    width: calc(100% - 4rem);
  }
  .sustainability-pages *:not(footer):not(header) section.halftext .layout-text .fold-out-section .foldOutContent,
  .sustainability-pages *:not(footer):not(header) section.foldout div.page-section-content .fold-out-section .foldOutContent {
    flex-direction: column;
  }
  .sustainability-pages *:not(footer):not(header) section.halftext .layout-text .fold-out-section .foldOutContent img,
  .sustainability-pages *:not(footer):not(header) section.foldout div.page-section-content .fold-out-section .foldOutContent img {
    margin-left: 0;
    width: auto;
    margin-top: 1rem;
  }
}

section.bedselect {
  padding: 5rem 0;
  color: #fff !important;
  text-align: center !important;
}
section.bedselect .img-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}
section.bedselect .img-row img {
  width: 100%;
}
section.bedselect .section-row {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section.bedselect p,
section.bedselect h2 {
  text-align: center !important;
  margin-bottom: 1rem;
}
section.bedselect p > a {
  display: block;
  padding: 1rem;
  border: 1px solid #fff;
  max-width: 290px;
  margin: 1rem auto;
}
section.bedselect h2 {
  margin-top: 0;
  font-family: "Noe Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
}
@media (max-width: 60em) {
  section.bedselect .img-row {
    grid-template-columns: repeat(2, 1fr);
  }
  section.bedselect .img-row img:nth-of-type(3) {
    display: none;
  }
}
@media (max-width: 30em) {
  section.bedselect .img-row {
    grid-template-columns: repeat(1, 1fr);
  }
  section.bedselect .img-row img:nth-of-type(2) {
    display: none;
  }
  section.bedselect .layout-text {
    width: 100% !important;
  }
}

section.flexrow .page-section-content {
  display: flex;
  margin: auto;
}
@media (max-width: 60em) {
  section.flexrow .page-section-content {
    flex-wrap: wrap;
  }
}

section.page-section-slim-wide {
  font-size: 0;
}
section.page-section-slim-wide p {
  display: contents;
}

section.hideTitle .layout-text {
  display: none;
}

section.wide-video {
  position: relative;
}
section.wide-video .page-section-content {
  width: 100%;
  max-width: 100%;
}
section.wide-video.overlay-30 .page-section-content {
  position: relative;
}
section.wide-video.overlay-30 .page-section-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 3;
}
section.wide-video .layout-text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
@media (max-width: 60em) {
  section.wide-video .layout-text {
    position: static;
    transform: scale(1);
    order: 4;
    margin-top: 2rem;
  }
}

.sideImg img {
  margin-bottom: 1rem;
}

.bed-configurator {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: calc(100vh - 250px);
  min-height: 725px;
}
.bed-configurator:after {
  display: block;
  content: "";
  clear: both;
}

.bed-config-types {
  position: absolute;
  right: 0;
  width: 15%;
  height: 100%;
  float: right;
  display: flex;
  flex-direction: column;
}
.bed-config-types.bed-config-summary .bed-config-btn {
  position: relative;
  bottom: auto;
}
.bed-config-types.bed-config-summary .bed-config-reseller {
  color: #000;
}
.bed-config-types.bed-config-summary section {
  display: block;
  max-height: 60px;
  font-size: 14px;
  overflow: hidden;
  transition: 0.3s;
  height: auto;
  border-bottom: 1px solid #000;
}
.bed-config-types.bed-config-summary section.last {
  border-bottom: 0;
}
.bed-config-types.bed-config-summary section.active {
  max-height: 1000px;
}
.bed-config-types.bed-config-summary section h2 {
  margin-bottom: 45px;
  background: #dedcd5;
  cursor: pointer;
  transition: 0.2s;
  height: 60px;
  font-size: 14px;
}
.bed-config-types.bed-config-summary section h2:hover {
  opacity: 0.8;
}
.bed-config-types.bed-config-summary #filters-collection {
  background: #FFF;
}
.bed-config-types.bed-config-summary #filters-collection h2 {
  color: #000;
}
.bed-config-types.bed-config-summary #filters-collection .collection-label img {
  filter: none;
}
.bed-config-types section {
  display: none;
  height: 100%;
  background: #FFF;
  flex-direction: column;
  padding-bottom: 50px;
}
.bed-config-types section .box {
  background: none;
}
.bed-config-types section.active {
  display: flex;
}
.bed-config-types section#filters-collection {
  background: rgba(0, 0, 0, 0.7);
}
.bed-config-types section#filters-collection h2 {
  color: #FFF;
}
.bed-config-types h2 {
  font-weight: 900;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #000;
  text-align: center;
  margin-bottom: 25px;
}
.bed-config-types .checkbox-label-icon {
  display: block;
  text-align: center;
  padding-left: 0 !important;
  background-position: top center;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  opacity: 0.6;
  margin-bottom: 45px;
  color: #000;
  background-size: auto 45px;
  padding-top: 55px;
}
.bed-config-types .checkbox-label-icon {
  display: block;
  text-align: center;
  padding-left: 0 !important;
  background-position: top center;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  opacity: 0.6;
  margin-bottom: 45px;
  color: #000;
}
.bed-config-types .comfort-label {
  position: relative;
}
.bed-config-types .comfort-label:before {
  content: "";
  position: absolute;
  top: 20px;
  display: block;
  height: 2.5em;
  width: 2.5em;
  margin-top: -1.25em;
  background-color: #eee;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  border: 1px solid #666;
}
.bed-config-types .sleep-comfort-filter:checked + .comfort-label:before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.406%22%20height%3D%2217.579%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M16.406%200L5.858%2010.53%200%204.687v7.03l5.858%205.86L16.406%207.032V0z%22%20fill%3D%22%23666%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.bed-config-types .collection-label {
  opacity: 0.4;
  cursor: pointer;
  padding: 45px 10px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #FFF;
}
.bed-config-types .collection-label img {
  filter: brightness(0) invert(1);
  width: 100%;
  max-width: 100px;
}
.bed-config-types input[type=checkbox] {
  display: none;
}
.bed-config-types input:checked + label.checkbox-label-icon, .bed-config-types input:checked + label.collection-label {
  opacity: 1;
  font-weight: 900;
}
.bed-config-types .bed-config-collection-box {
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 8px;
}
.bed-config-types .bed-config-reseller {
  color: #FFF;
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 1em;
  font-size: 80%;
  letter-spacing: 2px;
  line-height: 1.5em;
}

.bed-config-filter, .collection-filter {
  visibility: hidden;
}

.bed-config-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  border: 0;
  background: #c8cdd4;
  color: #575756;
  padding: 15px 0;
  cursor: pointer;
  transition: 0.2s;
  font-weight: 900;
  text-transform: uppercase;
}
.bed-config-btn:hover {
  background: rgb(214.3112244898, 218.0102040816, 223.1887755102);
}

.bed-config-products {
  float: left;
  width: 85%;
}
.bed-config-products .product {
  display: none;
  border: 1px solid rgba(200, 200, 200, 0.3);
  width: 23%;
  margin: 1%;
  padding: 15px;
  border-radius: 3px;
}
.bed-config-products .product .product-link, .bed-config-products .product .byob-link {
  border-bottom: 0;
  text-align: left;
  padding-left: 0;
}
.bed-config-products .product a {
  font-weight: 900;
  color: #000;
  padding-left: 0;
}
.bed-config-products .product span.icon-arrow-right-small {
  padding-left: 0;
}
.bed-config-products .product a, .bed-config-products .product h1 {
  text-align: left;
}
.bed-config-products .product.visible {
  display: inline-block;
}
.bed-config-products .product .box {
  background: none;
}

@media (max-width: 40em) {
  .bed-configurator {
    min-height: 0;
    margin-bottom: 50px;
    height: auto;
  }
  .bed-config-types {
    width: 100%;
    float: none;
    height: auto;
  }
  .bed-config-types.bed-config-summary {
    position: relative;
  }
  .bed-config-types .collection-label img {
    width: 55%;
  }
  .bed-config-types {
    position: relative;
  }
  .bed-config-products {
    float: none;
    width: 100%;
  }
  .bed-config-products .product.visible {
    display: block;
    width: 100%;
    text-align: center;
  }
  .bed-config-products .product.visible * {
    text-align: center !important;
  }
}
.accordion-header {
  border-bottom: solid 1px #caced2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Suisse Int'l";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  padding: 1rem 0;
  user-select: none;
  text-transform: uppercase;
  font-weight: 900;
}
.accordion-header .fa-minus {
  display: none;
}
.open > .accordion-header .fa-plus {
  display: none;
}
.open > .accordion-header .fa-minus {
  display: block;
}

.accordion-content {
  padding: 1rem 0;
  display: none;
}
.open > .accordion-content {
  display: block;
}
.accordion-content div.subcats {
  cursor: pointer;
  justify-content: space-between;
}
.accordion-content div.subcats div {
  display: flex;
  align-items: center;
}
.accordion-content div.subcats .fa-minus {
  display: none;
}
.accordion-content ul li ul {
  display: none;
}
.accordion-content li.open div.subcats .fa-minus {
  display: block;
}
.accordion-content li.open div.subcats .fa-plus {
  display: none;
}
.accordion-content li.open ul {
  display: block;
  background: #e3e1e2;
}
.accordion-content ul {
  padding-left: 0;
  list-style: none;
}
.accordion-content ul li a,
.accordion-content ul li div.subcats {
  text-decoration: none;
  font-family: Droid Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  align-items: center;
  padding: 1rem;
  border-bottom: solid 1px #caced2;
}
.accordion-content ul li a img,
.accordion-content ul li div.subcats img {
  max-width: 90px;
  margin-right: 10px;
}
.accordion-content ul.file-list {
  padding: 0.5rem 0;
}
.accordion-content ul.file-list li a {
  border-bottom: 0;
  padding: 0.5rem 1rem;
}
.accordion-content ul.file-list li a svg {
  margin-right: 6px;
}

.bed-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.bed-grid h2 {
  font-size: 1.2rem;
}
.bed-grid h2 a {
  text-decoration: none;
}
.bed-grid > div {
  width: 33.333%;
  padding: 0 0.5rem;
}
@media (max-width: 55rem) {
  .bed-grid > div {
    width: 50%;
  }
}
@media (max-width: 45rem) {
  .bed-grid > div {
    width: 100%;
  }
}
.bed-grid .rounded-button {
  display: none;
}

.bed-support-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.bed-support-box .rounded-button {
  min-width: 244px;
  height: 38px;
  border: 1px solid #575755;
  border-radius: 57px;
  font-family: Droid Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: center;
  text-decoration: none;
  margin: 5px 0;
}
.bed-support-box .rounded-button svg {
  margin-right: 6px;
}

.older-user-guides {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.older-user-guides .guide-title {
  padding-top: 1rem;
  font-weight: 700;
}
.older-user-guides ul {
  font-family: Droid Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  list-style: none;
  padding-left: 0;
}
.older-user-guides ul a {
  text-decoration: none;
}
.older-user-guides span {
  font-family: Droid Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 150%;
  /* or 16px */
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-decoration-line: underline;
  cursor: pointer;
}
.older-user-guides .hide-older-link {
  display: none;
}
.older-user-guides.open ul {
  display: block;
}
.older-user-guides.open .hide-older-link {
  display: inline-flex;
}
.older-user-guides.open .show-older-link {
  display: none;
}

.content.centered-content, .centered-content.content-centered, .text-gallery .centered-content.carousel-item-content {
  text-align: center;
}

.bed-details-section {
  padding-bottom: 0;
}
.bed-details-section + .fold-out-section {
  padding-top: 1rem;
}

.faq-list {
  font-size: 13px;
  line-height: 19.5px;
  padding: 1rem 0;
}
.faq-list dt {
  margin-top: 1rem;
  font-weight: 700;
}
.faq-list dd {
  display: none;
}

.js .requires-no-js,
.no-js .requires-js {
  display: none;
}

.no-js .requires-geolocate,
.no-geolocation .requires-geolocate {
  display: none;
}

@keyframes fade_in {
  0%, 50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in_up {
  0%, 50% {
    opacity: 0;
    transform: translateY(2em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.symbol-columns .page-section-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.symbol-columns h2 {
  margin-top: 0;
  font-family: "Noe Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  margin-bottom: 1rem;
}
.symbol-columns .symbol-columns-container {
  margin-top: 2rem;
}
.symbol-columns .symbol-columns-container .imgwrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  margin-inline: auto;
  font-size: 0;
  padding: 0.5rem;
  border-radius: 1rem;
  background-color: #fff;
  margin-bottom: 1rem;
  max-width: 110px;
  max-height: 110px;
  width: 70%;
}
.symbol-columns .symbol-columns-container .imgwrapper img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0.5rem;
  background-color: #fff;
}
.symbol-columns .symbol-columns-container div {
  font-size: 0.85em;
  padding: 1rem;
  border-inline: 1px solid rgba(0, 0, 0, 0.1);
}
.symbol-columns .symbol-columns-container div:last-child {
  border-inline-end: none;
}
.symbol-columns .symbol-columns-container div:first-child {
  border-inline-start: none;
}