:root {
  --steel-blue: #5f8ab2;
  --coral-pink: #f79f98;
  --prussian-blue: #003869;
  --white: white;
  --beau-blue: #c5d5e8;
  --platinum: #e6e7e8;
  --light-gray: #d1d3d4;
  --off-white: #f5f7fa;
  --super-light-blue: #f3f8fe;
  --black: black;
  --periwinkle: #b8b3e9;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.button-primary {
  background-color: var(--steel-blue);
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  border-radius: 100px;
  padding: 12px 25px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--coral-pink);
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.contact-form {
  width: 40vw;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.button-primary.stretch {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.regular-heading {
  color: #003869;
  max-width: 450px;
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
}

.regular-heading.mini {
  max-width: 600px;
  font-size: 40px;
  line-height: 45px;
}

.regular-heading.mini.center {
  text-align: center;
  margin-bottom: 40px;
}

.regular-heading.mini.closer-look {
  margin-bottom: 40px;
}

.regular-heading.home {
  font-size: 58px;
}

.hero-stack {
  background-image: radial-gradient(circle, #ffffffa6, #fff0);
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.container-5 {
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-5.closer-look {
  margin-right: 5vw;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  max-width: 40vw;
  color: var(--prussian-blue);
  margin-bottom: 24px;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.hero-heading-right-3 {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  min-height: 80vh;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.hero-heading-right-3.product-page {
  background-color: var(--beau-blue);
  justify-content: center;
  align-items: center;
  min-height: 75vh;
}

.hero-wrapper-3 {
  z-index: 1;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 45vw;
  padding-left: 40px;
  display: flex;
}

.hero-split-3.left {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.hero-split-3.closer-look {
  justify-content: flex-start;
  align-items: center;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.margin-bottom-24px-4.solo-subheading {
  width: 500px;
  color: var(--steel-blue);
  font-family: Noto Sans, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 35px;
}

.circle-mask-image {
  border: 8px solid var(--beau-blue);
  background-image: url('../images/For-Web-0J3A2167-Enhanced-NR240329.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10000px;
  width: 200px;
  height: 200px;
}

.footer-dark {
  background-color: var(--prussian-blue);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: var(--platinum);
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 12px;
  font-family: Quicksand, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 16px;
}

.footer-link {
  color: var(--platinum);
  margin-top: 6px;
  margin-bottom: 6px;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--light-gray);
}

.footer-copyright-center {
  color: var(--platinum);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.footer-text {
  color: var(--platinum);
  margin-top: 6px;
  margin-bottom: 6px;
  font-family: Noto Sans, sans-serif;
  font-weight: 300;
}

.footer-text:hover {
  color: var(--light-gray);
}

.footer-text.phone-link {
  color: var(--platinum);
}

.body {
  background-color: var(--white);
}

.navbar-no-shadow {
  z-index: 100;
  background-color: #ffffffd9;
  border-radius: 100px;
  margin: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--prussian-blue);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--coral-pink);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--coral-pink);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.mattress-container {
  z-index: 0;
  background-image: url('../images/small-mattresses.png');
  background-position: 70% 100%;
  background-size: cover;
  min-width: 50vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.mattress-container.open-mattress {
  background-image: url('../images/DSC07006_2.png');
}

.mattress-container.open-mattress-2 {
  background-image: url('../images/DSC07006_2.png');
  background-position: 100%;
  background-repeat: repeat-x;
  background-size: 60vw;
}

.benefits {
  background-color: var(--white);
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.container {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 60vw;
  color: var(--steel-blue);
  text-align: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.benefit-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.why-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.benefit-name {
  color: var(--prussian-blue);
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.benefit-icon-mask {
  background-color: var(--beau-blue);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 175px;
  display: flex;
}

.benefit-icon-mask.dark {
  background-color: var(--prussian-blue);
}

.benefit-icon-mask.mini {
  width: 120px;
  height: 120px;
}

.benefit-desc {
  color: var(--prussian-blue);
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.testimonial-slider-small {
  background-color: var(--beau-blue);
  border-bottom: 1px solid #e4ebf3;
  min-height: 70vh;
  padding: 60px 30px;
  position: relative;
}

.container-7 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 80vw;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: var(--off-white);
  border-radius: 40px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  color: var(--prussian-blue);
  margin-bottom: 2px;
  font-family: Quicksand, sans-serif;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.div-block {
  background-image: url('../images/wave.png');
  background-position: 0 0;
  background-size: contain;
  min-width: 100px;
  min-height: 50px;
}

.testimonial-text {
  color: var(--steel-blue);
  font-family: Noto Sans, sans-serif;
}

.lottie-animation {
  width: 50px;
}

.contact-us {
  padding: 80px 30px;
}

.contact-us.cu-page {
  background-color: var(--beau-blue);
  min-height: 50vh;
  padding-top: 15vh;
}

.faq-container {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.field-label {
  color: var(--prussian-blue);
  font-family: Quicksand, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-field {
  background-color: var(--off-white);
  border: 1px #000;
  border-radius: 20px;
  margin-bottom: 15px;
  padding: 35px 40px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
}

.text-field.alt {
  background-color: var(--beau-blue);
  color: var(--prussian-blue);
}

.form-block {
  width: 40vw;
  margin-top: 20px;
}

.textarea {
  background-color: var(--off-white);
  border: 1px #000;
  border-radius: 20px;
  min-height: 250px;
  margin-bottom: 20px;
  padding: 35px 40px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
}

.textarea.alt {
  background-color: var(--beau-blue);
  color: var(--prussian-blue);
}

.text-block {
  max-width: 50vw;
  color: var(--steel-blue);
  text-align: center;
  margin-bottom: 40px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.text-block.faqs {
  max-width: 60vw;
  margin-bottom: 15px;
}

.text-block.faqs.end {
  margin-bottom: 40px;
}

.div-block-2 {
  border: 8px solid var(--beau-blue);
  background-image: url('../images/For-Web-0J3A2167-Enhanced-NR240329.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 1000px;
  width: 250px;
  height: 250px;
}

.hero-heading-right {
  background-color: var(--off-white);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-right.product-showcase {
  background-color: var(--off-white);
  justify-content: center;
  align-items: center;
  height: 85vh;
  padding-top: 20vh;
  display: flex;
}

.hero-heading-right.product-parts {
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.container-9 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.container-9.product-showcase {
  max-width: 1200px;
}

.hero-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.hero-split.product-parts {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
}

.hero-split.product-showcase-left {
  max-width: 60%;
  min-height: 400px;
}

.hero-split.product-showcase-right {
  max-width: 40%;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.margin-bottom-24px.product-quick-desc {
  color: var(--prussian-blue);
  margin-bottom: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.margin-bottom-24px.product-quick-desc.end {
  margin-bottom: 40px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.product-heading {
  color: var(--prussian-blue);
  font-family: Quicksand, sans-serif;
}

.product-heading.product-showcase {
  margin-bottom: 20px;
}

.features-metrics {
  background-color: var(--beau-blue);
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  color: var(--prussian-blue);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Quicksand, sans-serif;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-family: Quicksand, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.section {
  padding: 80px 30px;
}

.hero-wrapper-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion {
  z-index: 0;
  border-top: 1px solid var(--platinum);
  border-bottom: 1px solid var(--platinum);
  width: 100%;
  overflow: hidden;
}

.accordion.non-first {
  border-top-style: none;
}

.accordion.non-first.blue {
  border-bottom-width: 1.5px;
  border-bottom-color: var(--steel-blue);
}

.accordion.dark {
  border-style: solid none;
  border-width: 1.5px 1px;
  border-color: var(--steel-blue);
}

.dropdown-toggle {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
  overflow: hidden;
}

.dropdown-toggle.w--open {
  height: 60px;
}

.dropdown-list {
  background-color: #0000;
  padding: 10px 40px 20px;
  display: block;
  position: static;
}

.accordion-question {
  color: var(--prussian-blue);
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
}

.accordion-question.alt {
  color: var(--off-white);
}

.accordion-answer {
  color: var(--prussian-blue);
  padding-bottom: 5px;
  font-family: Noto Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.accordion-answer.alt {
  color: var(--off-white);
}

.accordion-answer.bold {
  padding-bottom: 10px;
  font-weight: 400;
}

.product-specs {
  background-color: var(--beau-blue);
  padding: 80px 30px;
}

.product-specs-container {
  background-color: var(--off-white);
  border-radius: 40px;
  flex-flow: column;
  align-items: center;
  padding: 20px 20px 40px;
  display: flex;
}

.product-desc-subheading {
  color: var(--prussian-blue);
  text-align: left;
  margin-bottom: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
}

.benefit-image, .image-2 {
  width: 60%;
}

.slider {
  border-radius: 10px;
  min-width: 650px;
  min-height: 500px;
  max-height: 500px;
  box-shadow: 0 2px 5px #0003;
}

.mask {
  border-radius: 10px;
}

.accordion-list-item {
  color: var(--prussian-blue);
  font-family: Noto Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.accordion-list-item.link {
  padding-bottom: 10px;
  padding-left: 10px;
}

.accordion-list-item.link.end {
  padding-bottom: 20px;
}

.div-block-3 {
  position: absolute;
  inset: 0%;
}

.features-list {
  background-color: var(--off-white);
  border-bottom: 1px #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.features-paragraph {
  color: var(--prussian-blue);
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.heading {
  color: var(--prussian-blue);
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.heading-2 {
  color: var(--prussian-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.lottie-animation-2 {
  max-width: 100%;
  margin-bottom: -20%;
}

.carousel-image {
  width: 1300px;
}

.social-feed {
  background-color: var(--super-light-blue);
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding: 60px 30px;
  display: block;
}

.code-embed {
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 30px;
}

.faq-header {
  min-height: 50vh;
  margin-top: 15vh;
  margin-bottom: 10vh;
}

.body-2 {
  background-color: var(--super-light-blue);
}

.social-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
}

.icon-image, .image-5 {
  width: 25px;
  height: 25px;
}

.contact-us-page {
  background-color: var(--super-light-blue);
  min-height: 50vh;
  padding-top: 15vh;
}

.section-3 {
  min-height: 80vh;
  padding-top: 15vh;
}

.container-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subheader {
  color: var(--prussian-blue);
  font-family: Quicksand, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 28px;
}

.div-block-4 {
  min-width: 60vw;
}

.body-3 {
  background-color: var(--super-light-blue);
}

.form-success-text {
  color: var(--prussian-blue);
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.form-success-text.end {
  margin-bottom: 0;
}

.success-message {
  background-color: var(--beau-blue);
  border-radius: 20px;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.error-message {
  background-color: var(--coral-pink);
}

.core-peek {
  border: 7px solid var(--prussian-blue);
  filter: brightness(110%);
  background-image: url('../images/Breathe-Easy-Core.jpg');
  background-position: 0 0;
  background-size: 650px;
  border-radius: 1000px;
  width: 275px;
  height: 275px;
  position: absolute;
  inset: auto 0% 5% auto;
  box-shadow: 0 2px 5px 1px #0006;
}

.phone-link {
  text-decoration: none;
}

.link-block {
  display: block;
}

@media screen and (min-width: 1440px) {
  .regular-heading {
    max-width: 450px;
    color: var(--prussian-blue);
  }

  .margin-bottom-24px-3 {
    max-width: 35vw;
    color: var(--prussian-blue);
    font-size: 25px;
  }

  .container-regular {
    max-width: 90vw;
  }

  .mattress-container.open-mattress-2 {
    background-position: 100% 0;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .testimonial-slider-small {
    background-color: var(--beau-blue);
    align-items: center;
    min-height: 70vh;
    display: flex;
  }

  .testimonial-author {
    font-family: Quicksand, sans-serif;
  }

  .testimonial-text {
    font-family: Noto Sans, sans-serif;
  }

  .contact-us {
    min-height: 60vh;
  }

  .features-metrics {
    background-color: var(--beau-blue);
  }
}

@media screen and (max-width: 991px) {
  .button-primary.contact-form {
    width: 100%;
  }

  .regular-heading {
    max-width: 65vw;
  }

  .hero-stack {
    min-height: 95vh;
  }

  .container-5 {
    max-width: 728px;
  }

  .margin-bottom-24px-3.regular-subheading {
    max-width: 75vw;
  }

  .hero-heading-right-3 {
    flex-flow: column;
  }

  .hero-heading-right-3.product-page {
    padding-top: 30px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-bottom-24px-4.solo-subheading {
    width: auto;
  }

  .container-6 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .navbar-no-shadow {
    background-color: #fffffff2;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    margin-top: 10px;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fffffff2;
    border-radius: 40px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--light-gray);
    color: #fff;
  }

  .list-item {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .list-item-2, .list-item-3, .list-item-4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mattress-container {
    background-position: 100%;
    min-width: 90vw;
    max-width: 1000px;
    min-height: 50vh;
    margin-left: -50px;
    position: relative;
    inset: 0% 0% auto;
  }

  .mattress-container.open-mattress-2 {
    background-size: cover;
  }

  .container {
    max-width: 728px;
  }

  .benefit-grid {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .benefit-name.mini {
    width: 20vw;
  }

  .benefit-icon-mask.light {
    background-color: var(--steel-blue);
  }

  .benefit-desc {
    max-width: 40vw;
    margin-bottom: 0;
    font-size: 15px;
  }

  .container-7 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .form-block {
    width: 70vw;
  }

  .text-block {
    max-width: 75vw;
  }

  .hero-heading-right.product-showcase {
    height: auto;
    padding-top: 15vh;
  }

  .container-9 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split.product-showcase-left {
    max-width: none;
    margin-bottom: 0;
  }

  .hero-split.product-showcase-right {
    max-width: 90%;
  }

  .product-heading.product-showcase {
    margin-top: 0;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .container-10 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .features-left {
    max-width: 90%;
    margin-bottom: 40px;
  }

  .features-right {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .heading {
    margin-top: 0;
  }

  .core-peek {
    width: 200px;
    height: 200px;
    right: 10%;
  }
}

@media screen and (max-width: 767px) {
  .hero-stack, .hero-heading-right-3 {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .mattress-container.open-mattress-2 {
    margin-left: -20px;
  }

  .benefits {
    padding: 60px 15px;
  }

  .benefit-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .hero-heading-right, .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .features-list {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .regular-heading {
    max-width: 75vw;
    font-size: 40px;
    line-height: 42px;
  }

  .regular-heading.mini {
    text-align: left;
    max-width: 80vw;
    font-size: 36px;
    line-height: 40px;
  }

  .regular-heading.mini.benefit {
    text-align: center;
    max-width: 80vw;
    font-size: 36px;
  }

  .regular-heading.mini.center {
    text-align: center;
    max-width: 90vw;
    margin-top: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .regular-heading.home {
    line-height: 60px;
  }

  .container-5 {
    max-width: none;
  }

  .margin-bottom-24px-3.regular-subheading {
    max-width: 80vw;
    font-size: 18px;
    line-height: 23px;
  }

  .margin-bottom-24px-4.solo-subheading {
    font-size: 18px;
    line-height: 23px;
  }

  .container-6 {
    max-width: none;
  }

  .footer-content {
    grid-row-gap: 25px;
  }

  .footer-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .footer-link:hover {
    color: var(--light-gray);
  }

  .footer-text {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .footer-text.phone-link {
    color: var(--platinum);
  }

  .navbar-no-shadow {
    background-color: #ffffffd9;
    margin: 10px;
  }

  .navbar-no-shadow-container {
    padding: 15px 30px;
  }

  .nav-menu {
    background-color: #fffffffa;
    border-radius: 40px;
    flex-direction: column;
    padding-bottom: 10px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .mattress-container {
    background-position: 50%;
    min-height: 35vh;
    margin-left: -20px;
  }

  .mattress-container.open-mattress-2 {
    background-position: 75%;
    min-width: 100vw;
    margin-left: -20px;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .centered-subheading {
    max-width: 90vw;
    line-height: 23px;
  }

  .benefit-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .benefit-name {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .benefit-name.mini {
    text-align: center;
    width: auto;
    max-width: 40vw;
    font-size: 15px;
  }

  .benefit-icon-mask {
    width: 100px;
    height: 100px;
  }

  .benefit-icon-mask.mini {
    width: 110px;
    height: 110px;
  }

  .benefit-desc {
    max-width: 70vw;
    font-weight: 400;
    line-height: 18px;
  }

  .container-7 {
    max-width: none;
  }

  .testimonial-slider {
    max-width: 90vw;
    margin-top: 30px;
  }

  .testimonial-slide-wrapper {
    max-width: 80vw;
    margin-right: 0%;
  }

  .testimonial-card {
    max-width: 80vw;
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .contact-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form-block {
    width: 85vw;
    margin-top: 10px;
  }

  .text-block {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block.faqs {
    max-width: 90vw;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .text-block.faqs.end {
    margin-bottom: 30px;
  }

  .container-9 {
    max-width: none;
  }

  .hero-split.product-showcase-left {
    min-height: auto;
  }

  .margin-bottom-24px.product-quick-desc {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .margin-bottom-24px.product-quick-desc.end {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .product-heading.product-showcase {
    font-size: 28px;
    line-height: 30px;
  }

  .hero-wrapper-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .dropdown-list {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-question {
    font-size: 15px;
  }

  .product-desc-subheading {
    font-size: 16px;
    line-height: 21px;
  }

  .slider {
    min-width: 100vw;
    min-height: auto;
    max-height: none;
  }

  .mask {
    border-radius: 0;
  }

  .div-block-3 {
    object-fit: cover;
    background-image: none;
    width: 100%;
    height: 100%;
  }

  .features-list {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-10 {
    max-width: none;
  }

  .features-left {
    margin-bottom: 20px;
  }

  .features-paragraph {
    font-size: 15px;
    line-height: 19px;
  }

  .features-right {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: -30px;
  }

  .features-block-two {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 40vw;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .faq-list {
    padding-left: 20px;
  }

  .list-2, .list-3 {
    padding-left: 5px;
  }

  .carousel-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .social-feed {
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed {
    margin-left: 10px;
    margin-right: 10px;
  }

  .faq-header {
    margin-left: 30px;
    margin-right: 30px;
  }

  .social-links {
    justify-content: center;
    align-items: center;
  }

  .core-peek {
    border-width: 5px;
    width: 135px;
    height: 135px;
    right: 0%;
  }
}

#w-node-a402aedd-48cd-8a77-67c6-1b4be532fb0b-62144a35, #w-node-a402aedd-48cd-8a77-67c6-1b4be532fb16-62144a35, #w-node-a402aedd-48cd-8a77-67c6-1b4be532fb20-62144a35, #w-node-a402aedd-48cd-8a77-67c6-1b4be532fb2a-62144a35, #w-node-_28a7d6a8-2bd2-3b17-2f9a-c71503432af4-03432aee, #w-node-_28a7d6a8-2bd2-3b17-2f9a-c71503432aff-03432aee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-a402aedd-48cd-8a77-67c6-1b4be532fb16-62144a35, #w-node-a402aedd-48cd-8a77-67c6-1b4be532fb20-62144a35 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


