@import "_normalize.css";
@import "swiper-bundle.min.css";
@font-face {
  font-family: "gotham";
  src: url("../fonts/Gotham-Light/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light/Gotham-Light.svg#Gotham-Light") format("svg"), url("../fonts/Gotham-Light/Gotham-Light.eot?#iefix") format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book/Gotham-Book.svg#Gotham-Book") format("svg"), url("../fonts/Gotham-Book/Gotham-Book.eot?#iefix") format("embedded-opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "gotham";
  src: url("../fonts/Gotham-Medium/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium/Gotham-Medium.svg#Gotham-Medium") format("svg"), url("../fonts/Gotham-Medium/Gotham-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold/Gotham-Bold.svg#Gotham-Bold") format("svg"), url("../fonts/Gotham-Bold/Gotham-Bold.eot?#iefix") format("embedded-opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "gotham-condensed";
  src: url("../fonts/GothamCondensed-Bold/GothamCondensed-Bold.eot");
  src: url("../fonts/GothamCondensed-Bold/GothamCondensed-Bold.woff2") format("woff2"), url("../fonts/GothamCondensed-Bold/GothamCondensed-Bold.woff") format("woff"), url("../fonts/GothamCondensed-Bold/GothamCondensed-Bold.ttf") format("truetype"), url("../fonts/GothamCondensed-Bold/GothamCondensed-Bold.svg#Gotham-Light") format("svg"), url("../fonts/GothamCondensed-Bold/GothamCondensed-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.btn {
  color: #fff;
  border-radius: 10px;
  font-family: "gotham", helvetica, arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  padding: 14px 19px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 100ms ease-in-out;
}
@media all and (min-width: 1024px) {
  .btn {
    font-size: 1.6rem;
  }
}
.btn--teal {
  background-color: #00afaa;
}
.btn--teal:hover {
  transform: scale(1.05);
}
.btn--blue {
  background-color: #0a2240;
}
.btn--blue:hover {
  transform: scale(1.05);
}
.btn--gray {
  background-color: #D5DFE3;
  color: #0a2240;
}
.btn--gray:hover {
  transform: scale(1.05);
}

.header {
  background: #0a2240 url("https://wgrco.bp-cdn.net/images/content/bg_mobile_header_2322620.jpg") no-repeat bottom center/100% auto;
}
@media all and (min-width: 1024px) {
  .header {
    background: #0a2240 url("https://wgrco.bp-cdn.net/images/content/bg_header_2322619.jpg") no-repeat center center/auto 100%;
    padding: 0 0 0 20px;
  }
}
.header .header__inner {
  display: flex;
  flex-direction: column;
  height: calc(450px + 100vw);
  justify-content: space-between;
  margin: 0 auto;
  padding: 35px 15px;
}
@media all and (min-width: 1024px) {
  .header .header__inner {
    height:44.6vw;
    max-height: 765px;
    max-width: 1400px;
    justify-content: center;
    padding: 35px 0;
  }
}
@media all and (min-width: 1280px) {
  .header .header__inner {
    height: 44.6vw;
  }
}
@media all and (min-width: 1800px) {
  .header .header__inner {
    height: 765px;
    max-weight: 604px;
  }
}
.header .header__inner .header__content-container {
  color: #fff;
}
@media all and (min-width: 1024px) {
  .header .header__inner .header__content-container {
    padding: 0 50% 0 0;
  }
}

@media all and (min-width: 1280px) {
  .header .header__inner .header__content-container {
    padding: 0 55% 0 0;
  }
}
.header .header__inner .header__content-container img {
  display: block;
  width: 150px;
}
@media all and (min-width: 1024px) {
  .header .header__inner .header__content-container img {
    width: 250px;
  }
}
.header .header__inner .header__content-container h1 {
  font-family: "gotham", helvetica, arial, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 3.8rem;
  margin: 20px 0 25px 0;
}
@media all and (min-width: 1024px) {
  .header .header__inner .header__content-container h1 {
    margin: 40px 0 25px 0;
  }
}
@media all and (min-width: 1280px) {
  .header .header__inner .header__content-container h1 {
    font-size: 4rem;
    line-height: 4.8rem;
    margin: 50px 0 25px 0;
  }
}
.header .header__inner .header__content-container p {
  font-family: "gotham", helvetica, arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.7rem;
  margin: 0;
}
@media all and (min-width: 1024px) {
  .header .header__inner .header__content-container p {
    padding: 0 20% 0 0;
  }
}
@media all and (min-width: 1280px) {
  .header .header__inner .header__content-container p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.header .header__inner .header__content-container a.btn {
  display: inline-block;
  text-align: center;
  margin: 32px 0 0 0;
}

.callout {
  background-color: white;
  background: transparent linear-gradient(0deg, #0A2240 0%, #596f86 100%) 0% 0% no-repeat padding-box;
}

.callout__inner {
  margin: 0 auto;
  max-width: 1400px;
  padding: 64px 20px;
  text-align: center;
}

.callout__inner h2 {
  text-align: center;
  font: normal normal bold 33px/34px Gotham;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.callout__inner h2 span {
  font-weight: 400;
}

.gradient-container {
  background-image: url("https://wgrco.bp-cdn.net/images/content/bg_wave_texture_2322622.png"), linear-gradient(180deg, rgb(223, 222, 222) 0%, rgb(255, 255, 255) 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: top right, top center;
  background-size: 200% auto, auto auto;
}
@media all and (min-width: 1024px) {
  .gradient-container {
    background-image: url("https://wgrco.bp-cdn.net/images/content/bg_wave_texture_2322622.png"), linear-gradient(180deg, rgb(223, 222, 222) 0%, rgb(255, 255, 255) 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: top right, top center;
    background-size: 100% auto, auto auto;
  }
}
.gradient-container--alt {
  background-image: url("https://wgrco.bp-cdn.net/images/content/bg_wave_texture_alt_2322623.png"), linear-gradient(180deg, rgb(223, 222, 222) 0%, rgb(255, 255, 255) 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, top center;
  background-size: 200% auto, auto auto;
}
@media all and (min-width: 1024px) {
  .gradient-container--alt {
    background-image: url("https://wgrco.bp-cdn.net/images/content/bg_wave_texture_alt_2322623.png"), linear-gradient(180deg, rgb(223, 222, 222) 0%, rgb(255, 255, 255) 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, top center;
    background-size: 100% auto, auto auto;
  }
}

.rtbs {
  padding: 50px 0 0 0;
}
@media all and (min-width: 1024px) {
  .rtbs {
    padding: 50px 20px 0 20px;
  }
}
.rtbs .rtbs__inner {
  margin: 0 auto;
  max-width: 1400px;
}
.rtbs .rtbs__inner h2 {
  color: #365071;
  font-family: "gotham", helvetica, arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  margin: 0 0 30px 0;
  padding: 0 50px;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .rtbs .rtbs__inner h2 {
    font-size: 3.5rem;
    line-height: 1;
    margin: 65px 0 50px 0;
  }
}
.rtbs .rtbs__inner .swiper {
  padding: 0 20px 50px 20px;
}
@media all and (min-width: 1024px) {
  .rtbs .rtbs__inner .swiper {
    padding: 0 0 50px 0;
  }
}
.rtbs .rtbs__inner .swiper .swiper-wrapper .swiper-slide {
  background-color: #fff;
  height: auto;
}
.rtbs .rtbs__inner .swiper .swiper-wrapper .swiper-slide .image {
  height: 62vw;
  text-indent: -9999px;
}
@media all and (min-width: 1024px) {
  .rtbs .rtbs__inner .swiper .swiper-wrapper .swiper-slide .image {
    height: 22.7vw;
    max-height: 230px;
  }
}
.rtbs .rtbs__inner .swiper .swiper-wrapper .swiper-slide .content-container {
  padding: 20px;
}
.rtbs .rtbs__inner .swiper .swiper-wrapper .swiper-slide .content-container h3 {
  color: #365071;
  font-family: "gotham", helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px 0;
}
@media all and (min-width: 1024px) {
  .rtbs .rtbs__inner .swiper .swiper-wrapper .swiper-slide .content-container h3 {
    font-size: 2.5rem;
  }
}
.rtbs .rtbs__inner .swiper .swiper-wrapper .swiper-slide .content-container p {
  color: #365071;
  font-family: "gotham", helvetica, arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.7rem;
  margin: 0;
}
@media all and (min-width: 1024px) {
  .rtbs .rtbs__inner .swiper .swiper-wrapper .swiper-slide .content-container p {
    line-height: 2.8rem;
  }
}
.rtbs .rtbs__inner .swiper .swiper-wrapper .aches .image {
  background: transparent url("https://wgrco.bp-cdn.net/images/content/aches_image_2322616.jpg") no-repeat center center/cover;
}
.rtbs .rtbs__inner .swiper .swiper-wrapper .hot .image {
  background: transparent url("https://wgrco.bp-cdn.net/images/content/hot_image_2322627.jpg") no-repeat center center/cover;
}
.rtbs .rtbs__inner .swiper .swiper-wrapper .snore .image {
  background: transparent url("https://wgrco.bp-cdn.net/images/content/snore_image_2322630.jpg") no-repeat center center/cover;
}
.rtbs .rtbs__inner .swiper .swiper-wrapper .restlessness .image {
  background: transparent url("https://wgrco.bp-cdn.net/images/content/restlessness_image_2322629.jpg") no-repeat top center/cover;
}
.rtbs .rtbs__inner .swiper .swiper-pagination {
  position: absolute;
}
.rtbs .rtbs__inner .swiper .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #365071;
  border-radius: 3px;
  height: 6px;
  opacity: 1;
  width: 30px;
}
.rtbs .rtbs__inner .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #365071;
}

.adapt .adapt__image {
  background: transparent url("https://wgrco.bp-cdn.net/images/content/adapt_stack_2322617.png") no-repeat center center/contain;
  height: 67vw;
  margin: 25px 0 50px;
  text-indent: -9999px;
}
@media all and (min-width: 1024px) {
  .adapt .adapt__image {
    flex: 0 0 56%;
    height: auto;
    margin: 0 0 0 50px;
  }
}

.breeze .breeze__image {
  background: transparent url("https://wgrco.bp-cdn.net/images/content/breeze_stack_2322626.png") no-repeat center center/contain;
  height: 52vw;
  margin: 25px 0 50px;
  text-indent: -9999px;
}
@media all and (min-width: 1024px) {
  .breeze .breeze__image {
    flex: 0 0 50%;
    height: auto;
    margin: 0 100px 0 0;
  }
}

.bases .bases__image {
  background: transparent url("https://wgrco.bp-cdn.net/images/content/base_2322618.png") no-repeat center center/contain;
  height: 52vw;
  margin: 20px 0 50px;
  text-indent: -9999px;
}
@media all and (min-width: 1024px) {
  .bases .bases__image {
    flex: 0 0 53%;
    height: auto;
    margin: 0;
    margin-left: 50px;
  }
}

@media all and (min-width: 1280px) {
  .bases .bases__image {
    flex: 0 0 58%;
  }
}

.pillows .pillows__image {
  background: transparent url("https://wgrco.bp-cdn.net/images/content/pillow_2322628.png") no-repeat center center/cover;
  height: 52vw;
  margin: 10px 0 50px;
  text-indent: -9999px;
}
@media all and (min-width: 1024px) {
  .pillows .pillows__image {
    flex: 0 0 50%;
    height: auto;
    margin: 0 50px 0 0;
    min-height: 360px;
  }
}

.product-container {
  padding: 20px;
}
.product-container .product-container__inner {
  background-color: #fff;
  padding: 10px;
  max-width: 1400px;
  margin: 0 auto;
}
@media all and (min-width: 1024px) {
  .product-container .product-container__inner {
    align-items: stretch;
    display: flex;
    padding: 50px 25px 50px 25px;
  }
}
@media all and (min-width: 1280px) {
  .product-container .product-container__inner {
    padding: 0px 50px 0px 50px;
  }
  .product-container .product-container__inner .product-container__content-container {
    padding: 100px 0;
  }
}
@media all and (min-width: 1024px) {
  .product-container .product-container__inner--alt {
    flex-direction: row-reverse;
  }
}
.product-container .product-container__inner .product-container__image-container {
  margin: 0 auto;
  max-width: 400px;
}
.product-container .product-container__inner .product-container__content-container h2 {
  color: #0a2240;
  font-family: "gotham", helvetica, arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
  margin: 25px 0 10px 0;
  padding: 0 15px;
}
@media all and (min-width: 1024px) {
  .product-container .product-container__inner .product-container__content-container h2 {
    font-size: 3.5rem;
    padding: 0;
  }
}
.product-container .product-container__inner .product-container__content-container h3 {
  color: #0a2240;
  font-family: "gotham", helvetica, arial, sans-serif;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: -0.83px;
  line-height: 3rem;
  margin: 0;
  padding: 0 15px;
}
@media all and (min-width: 1024px) {
  .product-container .product-container__inner .product-container__content-container h3 {
    padding: 0;
  }
}
@media all and (min-width: 1280px) {
  .product-container .product-container__inner .product-container__content-container h3 {
    font-size: 3rem;
    letter-spacing: -1px;
    line-height: 4.5rem;
  }
}
.product-container .product-container__inner .product-container__content-container p {
  padding: 0 15px;
}
@media all and (min-width: 1024px) {
  .product-container .product-container__inner .product-container__content-container p {
    padding: 0;
  }
}
.product-container .product-container__inner .product-container__content-container ul {
  padding: 0 0 0 30px;
}
.product-container .product-container__inner .product-container__content-container p, .product-container .product-container__inner .product-container__content-container li {
  color: #0a2240;
  font-family: "gotham", helvetica, arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.7rem;
}
@media all and (min-width: 1024px) {
  .product-container .product-container__inner .product-container__content-container p, .product-container .product-container__inner .product-container__content-container li {
    line-height: 2.8rem;
  }
}
.product-container .product-container__inner .product-container__content-container .product-container__btn-container {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}
@media all and (min-width: 1024px) {
  .product-container .product-container__inner .product-container__content-container .product-container__btn-container {
    justify-content: flex-start;
    margin: 40px 0 0 0;
  }
}
.product-container .product-container__inner .product-container__content-container .product-container__btn-container a {
  width: 100%;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .product-container .product-container__inner .product-container__content-container .product-container__btn-container a {
    width: auto;
    min-width: 360px;
  }
}

.testimonials {
  padding: 50px 0 0 0;
}
@media all and (min-width: 1024px) {
  .testimonials {
    padding: 70px 20px 0 20px;
  }
}
.testimonials .testimonials__inner {
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
}
.testimonials .testimonials__inner h2 {
  color: #0a2240;
  font-family: "gotham", helvetica, arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  margin: 0 0 30px 0;
  padding: 0 50px;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .testimonials .testimonials__inner h2 {
    font-size: 3.5rem;
    line-height: 1;
    margin: 65px 0 50px 0;
  }
}
.testimonials .testimonials__inner h2 span {
  white-space: nowrap;
}
.testimonials .testimonials__inner .swiper {
  padding: 0 20px 50px 20px;
}
@media all and (min-width: 1024px) {
  .testimonials .testimonials__inner .swiper {
    padding: 0 0 50px 0;
  }
}
.testimonials .testimonials__inner .swiper .swiper-wrapper .swiper-slide {
  background-color: #fff;
  height: auto;
}
.testimonials .testimonials__inner .swiper .swiper-wrapper .swiper-slide .inner {
  padding: 50px 40px;
  text-align: center;
}
.testimonials .testimonials__inner .swiper .swiper-wrapper .swiper-slide .inner .stars {
  background: transparent url("https://wgrco.bp-cdn.net/images/content/stars_2322631.png") no-repeat center center/contain;
  height: 35px;
  margin: 0 0 50px 0;
  text-indent: -9999px;
}
.testimonials .testimonials__inner .swiper .swiper-wrapper .swiper-slide .inner h3 {
  color: #0a2240;
  font-family: "gotham", helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 20px 0;
}
@media all and (min-width: 1024px) {
  .testimonials .testimonials__inner .swiper .swiper-wrapper .swiper-slide .inner h3 {
    font-size: 3rem;
  }
}
.testimonials .testimonials__inner .swiper .swiper-wrapper .swiper-slide .inner p {
  color: #0a2240;
  font-family: "gotham", helvetica, arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.7rem;
  margin: 0;
}
@media all and (min-width: 1024px) {
  .testimonials .testimonials__inner .swiper .swiper-wrapper .swiper-slide .inner p {
    line-height: 2.8rem;
  }
}
.testimonials .testimonials__inner .swiper .swiper-wrapper .swiper-slide .inner .customer {
  color: #0a2240;
  font-family: "gotham", helvetica, arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
  margin: 80px 0 0 0;
}
.testimonials .testimonials__inner .swiper .swiper-pagination {
  position: absolute;
}
.testimonials .testimonials__inner .swiper .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #0a2240;
  height: 10px;
  opacity: 1;
  width: 10px;
}
@media all and (min-width: 1024px) {
  .testimonials .testimonials__inner .swiper .swiper-pagination .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
  }
}
.testimonials .testimonials__inner .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0a2240;
}
.testimonials .testimonials__inner .swiper-button-prev {
  background: transparent url("https://wgrco.bp-cdn.net/images/content/left_arrow_2322637.png") no-repeat center center/contain;
  left: -15px;
}
.testimonials .testimonials__inner .swiper-button-next {
  background: transparent url("https://wgrco.bp-cdn.net/images/content/right_arrow_2322636.png") no-repeat center center/contain;
  right: -15px;
}
.testimonials .testimonials__inner .swiper-button-prev,
.testimonials .testimonials__inner .swiper-button-next {
  display: none;
  height: 50px;
  position: absolute;
  width: 50px;
  z-index: 99;
}
@media all and (min-width: 1024px) {
  .testimonials .testimonials__inner .swiper-button-prev,
  .testimonials .testimonials__inner .swiper-button-next {
    display: block;
  }
}
.testimonials .testimonials__inner .swiper-button-prev::after,
.testimonials .testimonials__inner .swiper-button-next::after {
  content: "";
}

.why {
  background: #0a2240 url("https://wgrco.bp-cdn.net/images/content/bg_why_mobile_2322625.jpg") no-repeat bottom center/100% auto;
  max-width: 1400px;
  margin: 60px auto 0 auto;
}
@media all and (min-width: 1024px) {
  .why {
    background: #0a2240 url("https://wgrco.bp-cdn.net/images/content/bg_why_2322624.jpg") no-repeat center center/auto 100%;
    padding: 0 0 0 20px;
  }
}
.why .why__inner {
  display: flex;
  flex-direction: column;
  height: calc(180px + 100vw);
  justify-content: space-between;
  margin: 0 auto;
  padding: 35px 20px;
  color: #fff
  
}
@media all and (min-width: 1024px) {
  .why .why__inner {
    height:48.6vw;
    max-height: 765px;
    max-width: 1400px;
    justify-content: center;
    padding: 35px 0;
  }
}
@media all and (min-width: 1280px) {
  .why .why__inner {
    height: 44.6vw;
  }
}
@media all and (min-width: 1800px) {
  .why .why__inner {
    height: 607px;
  }
}

.why__content-container {
  color: #ffffff;
}

@media all and (min-width: 1024px) {
  .why__content-container {
    padding: 0 20px 0 66%;
  }
}

@media all and (min-width: 1280px) {
  .why__content-container {
    padding: 0 20px 0 68%;
  }
  .why__content-container-inner {
    width: 380px;
  }
}

.why h2 {
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 26px 0;
  font-family: "gotham", helvetica, arial, sans-serif;
}



.why p {
  color: #ffffff;
  font-family: "gotham", helvetica, arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.7rem;
  margin: 0;
}

@media all and (min-width: 1200px) {
  .why p {
    max-width: 369px;
  }
}

.video {
  padding: 0 20px;
}
.video .video__inner {
  padding: 40px 0;
  max-width: 1400px;
  margin: 0 auto;
}
@media all and (min-width: 1024px) {
  .video .video__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
  }
}
@media all and (min-width: 1280px) {
  .video .video__inner {
    padding: 100px 0;
  }
}
.video .video__inner h2 {
  color: #0a2240;
  font-family: "gotham", helvetica, arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
  margin: 0 0 20px 0;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .video .video__inner h2 {
    font-size: 3.5rem;
  }
}
.video .video__inner video,
.video .video__inner .video__container {
  cursor: pointer;
  width: 100%;
}
/* @media all and (min-width: 1024px) {
  .video .video__inner video,
  .video .video__inner .video__container {
    flex: 0 0 66%;
    width: 66%;
  }
} */

.disclaimers {
  padding: 0 20px;
}
.disclaimers .disclaimers__inner {
  border-top: 1px solid #2e6484;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
}
.disclaimers .disclaimers__inner p {
  color: #2e6484;
  font-family: "gotham", helvetica, arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 10px 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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