@font-face {
  font-family: Anton;
  src: url('../fonts/Anton-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.announcement_bar_container {
  background-color: #001406;
  justify-content: space-around;
  align-items: center;
  height: 44px;
  display: flex;
  overflow: hidden;
}

.announcement_bar_text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.body {
  font-family: Montserrat, sans-serif;
}

.announcement_bar_wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.bold_announcement_bar_text {
  font-weight: 700;
}

.hero_preheading {
  color: #1a1a1a;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #009b2e, #00f);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 15px;
}

.logo_link {
  width: 150px;
}

.nav_link {
  padding: 10px;
  font-size: 16px;
}

.nav_link:hover {
  font-weight: 600;
}

.product_section {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.product_images_container {
  width: 50%;
}

.product_buy_box_container {
  width: auto;
  margin-left: 40px;
}

.product_container {
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  display: flex;
}

.product_image_wrapper_horizontal_lg {
  border-radius: 30px;
  width: 800px;
  height: auto;
  margin-bottom: 10px;
}

.product_image_wrapper_horizontal_lg.background_color {
  background-color: #f8f4ed;
  width: auto;
}

.horitzontal_product_image {
  border-radius: 30px;
}

.product_image_wrapper_sm {
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.double_sm_image_container {
  flex-flow: column;
  display: flex;
}

.sm_horitzonal_image {
  border-radius: 30px;
}

.product_star_rating_container {
  margin-top: 20px;
}

.product_description_container {
  width: 540px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.product_benefits_container {
  justify-content: space-between;
  width: 400px;
  display: flex;
}

.product_button_container {
  justify-content: space-between;
  width: 540px;
  display: none;
}

.product_heading_2 {
  color: #001406;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, Arial, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 53px;
}

.product_heading_2_crossed_out {
  color: #001406cc;
  text-decoration: line-through;
}

.product_title_wrapper {
  width: 40ch;
  padding-right: 0;
}

.product_price_wrapper {
  width: 40ch;
}

.product_review_wrapper {
  background-image: linear-gradient(90deg, #009b2e1a, #0000ff1a);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 43px;
  padding-left: 0;
  display: flex;
}

.review_text_wrapper {
  padding-right: 20px;
}

.product_description {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 27px;
}

.product_bullet_wrapper {
  margin-top: 10px;
  display: flex;
}

.product_bullet_check_container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.small_check {
  width: 15px;
  height: 15px;
}

.product_bullet_text {
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 16px;
  line-height: 27px;
}

.product_bullets_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product_button_wrapper {
  border: 1px #000;
  margin-top: 20px;
}

.product_button {
  background-image: linear-gradient(90deg, #009b2e, #00f);
  border-radius: 60px;
  padding: 14px 50px;
  font-family: Anton, Arial, sans-serif;
  font-size: 22px;
  line-height: 33px;
}

.product_button:hover {
  background-color: #000;
  background-image: none;
}

.product_icon_container {
  justify-content: space-around;
  width: 540px;
  margin-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.icon_wrapper {
  width: 80px;
}

.product_description_container_expandable {
  width: 540px;
}

.product_description_heading_3 {
  color: #001406;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 40px;
  font-family: Anton, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.line {
  background-color: #c7c7c7;
  width: 540px;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.meet_heading_2_wrapper {
  justify-content: center;
  display: flex;
}

.meet_heading_2_wrapper._100px {
  width: 80%;
  margin-top: 0;
}

.meet_heading_2 {
  color: #001406;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, Arial, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 66px;
}

.button_link_block_text {
  color: #fff;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Anton, Arial, sans-serif;
  font-size: 32px;
  line-height: 48px;
  text-decoration: none;
}

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

.boil_bite_heading_3 {
  color: #001406;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, Arial, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 77px;
}

.meet_heading_2_centered {
  color: #001406;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, Arial, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 76px;
}

.meet_button_no_padding {
  margin-top: 0;
}

.faq_heading {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  display: flex;
}

.real_results_section {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.real_results_container {
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.real_results_image_wrapper {
  width: 652px;
}

.real_results_heading_wrapper {
  width: 60ch;
}

.real_results_text_wrapper {
  width: 474px;
  margin-top: 20px;
}

.real_results_graphic_wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.real_results_icon_button_wrapper {
  background-image: linear-gradient(90deg, #009b2e, #0a418d);
  border-radius: 100px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  padding: 15px 50px;
  display: flex;
  box-shadow: 0 4px 4px #0003;
}

.real_results_icon_button_wrapper:hover {
  background-color: #000;
  background-image: none;
}

.real_results_text {
  color: #1a1a1a;
  font-size: 22px;
  line-height: 33px;
}

.real_results_card {
  background-color: #fff;
  border: 1px #000;
  border-bottom: 2px solid #009b2e;
  border-radius: 20px;
  width: 505px;
  padding: 20px;
  box-shadow: 0 42px 70px #0000001a;
}

.get_zyppah_text {
  color: #001406;
  font-family: Anton, Arial, sans-serif;
  font-size: 34px;
  line-height: 40px;
}

.get_zyppah_wrapper {
  padding-bottom: 5px;
}

.real_results_bullet_text {
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 20px;
  line-height: 27px;
}

.medium_check {
  width: 20px;
  height: 20px;
}

.footer_section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.newsletter_container {
  display: none;
  position: relative;
}

.footer_container {
  background-color: #001406;
  border-radius: 30px 30px 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 40px;
  display: flex;
}

.footer_logo_wrapper {
  width: 210px;
}

.footer_rights_wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.terms_policy_container {
  justify-content: space-between;
  align-items: flex-end;
  width: 200px;
  display: flex;
}

.rights_text {
  color: #fff;
  line-height: 16px;
}

.mobile_navbar {
  background-color: #ffffff12;
  background-image: linear-gradient(90deg, #ffffff80, #fff 0%, #fff);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 1350px;
  margin-top: 20px;
  display: none;
  box-shadow: 0 20px 20px #0000000a;
}

.container_mobile {
  justify-content: space-between;
  align-items: center;
  width: 1300px;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  display: flex;
}

.mobile_announcement_bar_container {
  background-color: #001406;
  justify-content: space-around;
  align-items: center;
  height: 44px;
  display: none;
  overflow: hidden;
}

.navbar {
  background-color: #ffffff12;
  background-image: linear-gradient(90deg, #ffffff80, #fff 0%, #fff);
  border-bottom: 1px solid #0003;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 0;
  display: flex;
  box-shadow: 0 20px 20px #0000000a;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 1300px;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  display: flex;
}

.green_blue_promo_bar {
  background-color: #001406;
  background-image: linear-gradient(90deg, #009b2e, #00f);
  justify-content: space-around;
  align-items: center;
  height: 44px;
  display: flex;
  overflow: hidden;
}

.text-span-2 {
  font-weight: 700;
}

.grid {
  grid-template-rows: auto auto auto;
}

.dropdown-list {
  width: auto;
  max-width: none;
  position: static;
}

.dropdown-list.w--open {
  background-color: #fff;
  margin-left: 20px;
}

.text-block-7 {
  background-color: #fff;
  max-width: none;
  margin-top: 10px;
}

.dropdown-toggle {
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-toggle.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
}

.accordion_toggle {
  width: 100%;
  max-width: 100%;
  display: block;
}

.list {
  margin-bottom: 0;
  padding-left: 20px;
}

.nightly_news {
  max-width: 130%;
}

.logo_container {
  border: 2px solid #009b2e;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 95%;
  height: 200px;
  display: flex;
  box-shadow: 3px 3px #00f;
}

.logo_bottom_container {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo_section {
  flex-flow: row;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

.forbes_logo {
  max-width: 110%;
}

.nbc_logo, .mens_health_logo {
  max-width: 130%;
}

.espn_logo, .triumph_logo {
  max-width: 120%;
}

.logo_top_container {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-8 {
  max-width: 80%;
}

.logo_wrapper {
  justify-content: center;
  align-items: center;
  width: 75px;
  display: flex;
}

.product_button_outlined-2 {
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #3898ec00;
  background-image: linear-gradient(90deg, #009b2e, #00f);
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #009b2e;
  border-radius: 60px;
  padding: 14px 50px;
  font-family: Anton, Arial, sans-serif;
  font-size: 22px;
  line-height: 33px;
  display: inline-block;
}

.product_button_outlined-2:hover {
  border-color: #000;
}

.product_scroll_container {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 40px;
  display: flex;
  overflow: hidden;
}

.product_photos {
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: auto;
}

.zyppah_product_photos_container {
  background-image: linear-gradient(90deg, #009b2e14, #0000ff14);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: auto;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 70px;
  display: flex;
}

.product_scroll_image_wrapper {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: static;
  overflow: hidden;
}

.product_scroll_image_wrapper.mobile {
  display: block;
}

.zyppah_product_photos_section {
  justify-content: center;
  display: flex;
}

.how_to_section {
  flex-flow: row;
  justify-content: center;
  width: auto;
  margin-top: 40px;
  display: flex;
}

.how_to_grid_wrapper {
  margin-top: 20px;
}

.how_to_container {
  flex-flow: column;
  align-items: center;
  width: 95%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.how_to_heading_wrapper {
  justify-content: center;
  margin-bottom: 10px;
  display: flex;
}

.how_to_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.how_to_heading_wrapper-copy {
  justify-content: flex-start;
  display: flex;
}

.how_to_heading_3 {
  text-transform: uppercase;
  font-family: Anton, Arial, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

.text-span-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #009e2b, #00f);
  -webkit-background-clip: text;
  background-clip: text;
}

.how_to_text {
  font-size: 18px;
  line-height: 27px;
}

.image-12 {
  border-radius: 20px;
}

.product_review_graphic_container {
  background-image: linear-gradient(90deg, #009e2b14, #0000ff14);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  margin-top: 20px;
  display: flex;
}

.review_graphic_wrapper {
  width: 300px;
}

.review_heading_4 {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #009e2b, #00f);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Anton, Arial, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 34px;
}

.review_star_wrapper_bent {
  width: 120px;
  padding-bottom: 20px;
}

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

.review_wrapper {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
}

.text-block-6 {
  color: #009b2e;
  line-height: 24px;
}

.review_check_verified_container {
  align-items: center;
  display: flex;
}

.reviews_heading_container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  display: flex;
}

.comparison_container {
  background-image: linear-gradient(90deg, #009b2e14, #0095ff33);
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 93%;
  height: auto;
  padding-bottom: 40px;
  display: flex;
}

.reviews_heading_wrapper {
  justify-content: center;
  display: flex;
}

.reviews_heading_wrapper._100px {
  width: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}

.review_check_wrapper {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  display: flex;
}

.meet_heading_2_centered-copy {
  color: #001406;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, Arial, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 76px;
}

.review_text {
  font-style: italic;
}

.review_signature_wrapper {
  padding-left: 16px;
}

.review_grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 95%;
  margin-top: 20px;
}

.review_name {
  font-family: Anton, Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.reviews_wrapper {
  width: 150px;
  margin-left: 20px;
  padding-left: 0;
  display: flex;
}

.review_image_text_container {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.review_image_wrapper {
  width: 40px;
  height: 40px;
}

.image-13 {
  max-width: 100%;
}

.logo_mark_wrapper {
  justify-content: center;
  width: 70px;
  display: flex;
}

.reviews_heading_wrapper_zyppah {
  padding-left: 20px;
}

.review_card_container {
  display: flex;
}

.review_card_wrapper {
  background-color: #df484800;
  border-radius: 20px;
  width: 480px;
  height: 250px;
}

.product_images_container_mobile {
  display: none;
}

.product_title_container_desktop {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product_title_container_mobile {
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.product_button_container-copy {
  justify-content: space-between;
  width: 540px;
  display: flex;
}

.faq-circle {
  background-color: #049b0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
}

.faq-circle:hover {
  background-color: #58cf5500;
}

.plus-icon {
  color: #000;
}

.question-title {
  color: #000;
  letter-spacing: -.03em;
  margin-right: 10px;
  font-family: Anton, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}

.faq-grid {
  grid-template-columns: 1fr 3fr;
  width: 100%;
}

.faq-question-wrap {
  cursor: pointer;
  width: 800px;
  padding-left: 40px;
  padding-right: 40px;
}

.faq_section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.faq_container {
  justify-content: center;
  width: 77%;
  display: flex;
}

.faq-content {
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 10px 20px #009b2e1a;
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.faq-question-bar {
  color: #1a1e27;
  border-bottom: 1px #00000012;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq-paragraph {
  color: #1a1a1a;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.left_graphic_wrapper_top {
  justify-content: flex-end;
  align-items: flex-start;
  width: 450px;
  display: flex;
}

.meet_graphic {
  max-width: 100%;
}

.meet_columns {
  flex-flow: row;
  justify-content: space-around;
  width: 80%;
  max-width: 95%;
  display: block;
}

.image-2 {
  z-index: 100;
  margin-top: 50px;
  position: relative;
}

.meet_column_graphic {
  z-index: 100;
}

.image-2-mobile {
  z-index: 0;
  position: static;
}

.mobile_meet_graphic_container {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 60px;
  display: none;
}

.right_graphic_wrapper_top_mobile {
  width: 450px;
}

.mobile_graphic_wrapper_right {
  justify-content: flex-end;
  align-items: flex-end;
  width: 450px;
  display: flex;
}

.mobile_left_graphic_wrapper_top {
  justify-content: flex-end;
  align-items: flex-start;
  width: 450px;
  display: flex;
}

.meet_graphic_wrapper_mobile {
  width: 700px;
  height: auto;
  max-height: none;
}

.primary_icon_button_wrapper {
  background-image: linear-gradient(90deg, #009b2e, #0a418d);
  border-radius: 100px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  padding: 25px 50px;
  display: flex;
  box-shadow: 0 4px 4px #0003;
}

.primary_icon_button_wrapper:hover {
  background-color: #000;
  background-image: none;
}

.left_graphic_container, .mobile_graphic_container_top {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 800px;
  display: flex;
}

.meet_graphic_wrapper {
  width: 550px;
  height: auto;
  max-height: none;
}

.meet_graphic_mobile {
  max-width: 120%;
}

.meet_graphic_container {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 20px;
  display: flex;
}

.right_graphic_wrapper_bottom {
  width: 450px;
}

.meet_your_snoring_solution_container {
  flex-flow: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

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

.right_graphic_wrapper_bottom_mobile, .right_graphic_wrapper_top {
  width: 450px;
}

.left_graphic_wrapper_bottom {
  justify-content: flex-end;
  align-items: flex-end;
  width: 450px;
  display: flex;
}

.meet_heading_2-2 {
  color: #001406;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, Arial, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 66px;
}

.right_graphic_container {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 800px;
  display: flex;
}

.zyppah-footer {
  border: 1px #000;
  width: 100%;
  padding: 0;
  position: relative;
}

.footer-line-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-line {
  background-color: #22ff98;
  justify-content: flex-start;
  width: 35%;
  height: 2px;
  display: flex;
}

.footer-line.left {
  background-color: #009b2e;
  padding-right: 10px;
}

.footer-line.right {
  background-color: #009b2e;
  padding-left: 10px;
}

.horizontal-nav {
  justify-content: space-between;
  display: flex;
}

.footer-nav-link {
  color: #000;
  margin-top: 20px;
  font-size: 12px;
  text-decoration: none;
}

.footer-nav-link:hover {
  color: #009e2b;
}

.footer-container {
  width: 100%;
  max-width: 940px;
  margin: 1rem auto;
}

.footer-wrapper-two-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-social-icons {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.social-icons, .social-icons._2rem {
  margin-left: 0;
}

.social-icons.padding {
  margin-left: 2rem;
  margin-right: 2rem;
  padding-right: 0;
}

.social-icon {
  max-width: 70%;
}

.footer-copyrights {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
  font-size: 12px;
}

.coutndown-timer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.offer {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
}

.announcement_bar_text-2, .announcement_bar_text-3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.mobile_navbar-2 {
  background-color: #ffffff12;
  background-image: linear-gradient(90deg, #ffffff80, #fff 0%, #fff);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 1350px;
  margin-top: 20px;
  display: none;
  box-shadow: 0 20px 20px #0000000a;
}

.nav_link-2 {
  padding: 10px 20px;
  font-size: 16px;
}

.nav_link-2:hover {
  font-weight: 600;
}

.logo_link-2 {
  width: 150px;
  margin-right: 10px;
}

.product_description_5freesamples {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .announcement_bar_container {
    display: none;
  }

  .announcement_bar_text {
    font-size: 12px;
  }

  .product_section {
    margin-top: 20px;
  }

  .product_images_container {
    flex-flow: column;
    align-items: center;
    display: none;
  }

  .product_buy_box_container {
    width: auto;
    margin-top: 20px;
    margin-left: 0;
  }

  .product_container {
    flex-flow: column;
    align-items: center;
    overflow: hidden;
  }

  .product_image_wrapper_horizontal_lg {
    width: auto;
    max-width: none;
    margin-bottom: 15px;
  }

  .product_image_wrapper_sm {
    width: auto;
  }

  .product_star_rating_container {
    flex-flow: row;
    justify-content: center;
    margin-top: 10px;
    display: flex;
  }

  .product_benefits_container {
    justify-content: space-around;
    width: auto;
    margin-bottom: 10px;
  }

  .product_button_container {
    margin-top: 100px;
    display: flex;
  }

  .product_heading_2 {
    font-size: 60px;
    line-height: 80px;
  }

  .product_title_wrapper {
    width: auto;
  }

  .product_price_wrapper {
    width: auto;
    margin-bottom: 10px;
  }

  .product_icon_container {
    margin-top: 30px;
  }

  .line {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .meet_heading_2_wrapper._100px {
    width: auto;
    margin-top: 40px;
  }

  .boil_bite_heading_3 {
    display: flex;
  }

  .faq_heading {
    justify-content: center;
  }

  .real_results_container {
    flex-flow: column;
  }

  .real_results_buy_box_container {
    flex-flow: column;
    display: flex;
  }

  .mobile_navbar {
    justify-content: space-around;
    align-items: center;
    width: auto;
    margin-top: 0;
    display: flex;
  }

  .container_mobile {
    width: 100%;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mobile_announcement_bar_container {
    display: flex;
  }

  .navbar {
    display: none;
  }

  .green_blue_promo_bar {
    display: flex;
  }

  .logo_section {
    margin-bottom: 40px;
  }

  .image-8 {
    max-width: 80%;
  }

  .product_scroll_container {
    flex-flow: column;
    align-items: center;
  }

  .zyppah_product_photos_container {
    height: auto;
    padding-top: 20px;
  }

  .product_scroll_image_wrapper {
    width: auto;
    height: auto;
    margin-top: 20px;
    display: flex;
  }

  .product_scroll_image_wrapper.mobile {
    display: none;
  }

  .product_review_graphic_container {
    width: 95%;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .review_wrapper {
    margin-bottom: 20px;
  }

  .reviews_heading_container {
    width: auto;
  }

  .comparison_container {
    height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .reviews_heading_wrapper._100px {
    margin-top: 40px;
  }

  .review_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .mobile_product_image_slider {
    background-color: #f8f4ed;
    border-radius: 20px;
    width: 100%;
    height: 100%;
  }

  .mobile_product_img {
    border-radius: 20px;
  }

  .mask, .slide {
    border-radius: 20px;
    overflow: hidden;
  }

  .product_title_container_desktop {
    display: none;
  }

  .product_title_container_mobile {
    flex-flow: column;
    display: flex;
  }

  .left-arrow {
    z-index: 100;
    background-image: linear-gradient(90deg, #009e2b33, #00f3);
    border-radius: 100px;
    width: 45px;
    height: 45px;
    padding: 5px;
    position: absolute;
    inset: auto 35% -10% 0%;
  }

  .right-arrow {
    background-image: linear-gradient(90deg, #009b2e33, #00f3);
    border-radius: 100px;
    width: 45px;
    height: 45px;
    margin-top: 0;
    padding: 5px;
    inset: auto 0% -10% 35%;
  }

  .icon {
    color: #009e2b;
    font-size: 18px;
    font-weight: 900;
  }

  .slide-nav {
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    display: flex;
    inset: auto 0% -10%;
  }

  .product_button_container-copy {
    margin-top: 20px;
    display: flex;
  }

  .faq-grid {
    grid-template-columns: 1fr 4fr;
  }

  .faq-question-wrap {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq_section {
    margin-bottom: 0;
  }

  .mobile_graphic_container_bottom {
    flex-flow: column;
    display: flex;
  }

  .image-2-mobile {
    max-width: 75%;
  }

  .mobile_meet_graphic_container {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .right_graphic_wrapper_top_mobile, .mobile_graphic_wrapper_right, .mobile_left_graphic_wrapper_top {
    width: auto;
  }

  .meet_graphic_wrapper_mobile {
    justify-content: center;
    width: auto;
    display: flex;
  }

  .primary_icon_button_wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .mobile_graphic_container_top {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .meet_graphic_mobile {
    width: auto;
    max-width: none;
    margin-bottom: -100px;
  }

  .meet_graphic_mobile._20px {
    margin-bottom: -80px;
  }

  .meet_graphic_container {
    display: none;
  }

  .right_graphic_wrapper_bottom_mobile {
    width: auto;
  }

  .menu-button {
    border-radius: 1px;
  }

  .menu-button.w--open {
    background-color: #f1f1f1;
    border-radius: 20px;
  }

  .icon-2 {
    color: #000;
  }

  .nav-menu {
    background-color: #fff;
  }

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

  .footer-line-container {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .horizontal-nav {
    text-align: center;
    flex-direction: column;
  }

  .footer-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 728px;
    margin-top: 0;
    display: flex;
  }

  .footer-wrapper-two-2 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-block-two-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-social-icons {
    margin-bottom: 2rem;
    margin-left: 0;
  }

  .social-icons._2rem {
    margin-left: 0;
  }

  .footer-copyright-2 {
    color: #606a77;
  }

  .offer, .announcement_bar_text-3 {
    font-size: 12px;
  }

  .nav-menu-2 {
    background-color: #fff;
    box-shadow: 0 2px 5px 3px #f169691a;
  }

  .icon-3 {
    color: #000;
  }

  .mobile_navbar-2 {
    justify-content: space-around;
    align-items: center;
    width: auto;
    display: flex;
  }

  .menu-button-2 {
    background-color: #fff;
  }

  .menu-button-2.w--open {
    background-color: #f1f1f1;
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .product_buy_box_container {
    margin-top: 0;
  }

  .product_benefits_container {
    width: auto;
    margin-bottom: 10px;
  }

  .product_button_container {
    margin-top: 100px;
  }

  .product_heading_2 {
    text-align: center;
  }

  .product_title_wrapper {
    width: auto;
    margin-bottom: 10px;
  }

  .product_price_wrapper {
    justify-content: center;
    display: flex;
  }

  .product_review_wrapper {
    display: none;
  }

  .meet_heading_2_wrapper._100px {
    width: 95%;
  }

  .meet_heading_2 {
    text-align: center;
  }

  .button_link_block_text {
    font-size: 22px;
  }

  .real_results_image_wrapper, .real_results_heading_wrapper {
    width: auto;
  }

  .nightly_news {
    max-width: 100%;
  }

  .image-10, .image-9 {
    max-width: 90%;
  }

  .mens_health_logo, .espn_logo {
    max-width: 100%;
  }

  .product_review_graphic_container {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .review_wrapper, .review_wrapper.no_padding {
    margin-top: 0;
  }

  .reviews_heading_container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .comparison_container {
    width: 100%;
  }

  .reviews_heading_wrapper._100px {
    width: auto;
    margin-bottom: 20px;
  }

  .meet_heading_2_centered-copy {
    font-size: 64px;
    line-height: 80px;
  }

  .reviews_wrapper {
    width: 200px;
    margin-bottom: 20px;
  }

  .review_card_container {
    flex-flow: column;
    align-items: center;
  }

  .review_card_wrapper {
    margin-bottom: 20px;
  }

  .product_title_container_desktop, .product_title_container_mobile {
    text-align: center;
    flex-flow: column;
    align-items: center;
    margin-top: 10px;
  }

  .left-arrow {
    right: 50%;
  }

  .right-arrow {
    left: 50%;
  }

  .product_button_container-copy {
    margin-top: 20px;
  }

  .faq-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .faq_section {
    justify-content: center;
  }

  .meet_heading_2-2 {
    text-align: center;
    line-height: 80px;
  }

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

  .footer-line-container {
    width: 100%;
  }

  .footer-social-icons {
    margin-top: 20px;
  }

  .social-icons {
    margin-left: 20px;
  }

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

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .announcement_bar_text, .hero_preheading {
    text-align: center;
  }

  .product_buy_box_container {
    max-width: 98%;
  }

  .product_description_container, .product_benefits_container {
    width: auto;
  }

  .product_button_container {
    flex-flow: column;
    width: auto;
    margin-top: 60px;
  }

  .product_heading_2 {
    text-align: left;
    font-size: 44px;
    line-height: 60px;
  }

  .product_title_wrapper {
    width: auto;
  }

  .product_price_wrapper {
    justify-content: flex-start;
  }

  .product_review_wrapper {
    justify-content: space-around;
    align-items: center;
    width: auto;
  }

  .review_star_wrapper {
    padding-left: 10px;
  }

  .product_bullet_text {
    font-size: 15px;
  }

  .product_icon_container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .product_description_container_expandable {
    width: 100%;
    max-width: 100%;
  }

  .product_description_heading_3 {
    padding-right: 0;
    font-size: 18px;
  }

  .meet_heading_2 {
    font-size: 40px;
    line-height: 60px;
  }

  .button_link_block_text {
    font-size: 22px;
  }

  .boil_bite_heading_3 {
    text-align: center;
    width: auto;
    font-size: 40px;
    line-height: 60px;
  }

  .meet_heading_2_centered {
    font-size: 40px;
    line-height: 50px;
  }

  .real_results_section {
    margin-bottom: 0;
  }

  .real_results_container {
    width: 100%;
  }

  .real_results_buy_box_container {
    align-items: center;
  }

  .real_results_text_wrapper {
    width: auto;
  }

  .real_results_icon_button_wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .real_results_text {
    text-align: center;
    font-size: 18px;
  }

  .real_results_card {
    width: auto;
  }

  .footer_container {
    margin-top: 0;
  }

  .image-6 {
    max-width: 110%;
  }

  .image-11 {
    margin-top: 10px;
  }

  .green_blue_promo_bar {
    display: flex;
  }

  .dropdown-toggle {
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .accordion_toggle {
    width: auto;
  }

  .nightly_news {
    max-width: 90%;
  }

  .image-10 {
    max-width: 80%;
  }

  .logo_container {
    width: 99%;
  }

  .image-9 {
    max-width: 90%;
  }

  .logo_bottom_container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .logo_section {
    margin: 20px 5px;
    padding-left: 0;
  }

  .forbes_logo, .nbc_logo {
    max-width: 100%;
  }

  .espn_logo {
    max-width: 90%;
  }

  .triumph_logo {
    max-width: 100%;
  }

  .logo_top_container {
    justify-content: space-around;
    padding-left: 5px;
  }

  .image-8 {
    max-width: 60%;
  }

  .logo_wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .product_scroll_container {
    margin-top: 0;
  }

  .zyppah_product_photos_container {
    width: 100%;
  }

  .how_to_grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .review_graphic_wrapper {
    width: 250px;
  }

  .review_heading_4 {
    font-size: 20px;
  }

  .review_wrapper {
    width: 95%;
    height: auto;
    margin-top: 0;
  }

  .reviews_heading_container {
    align-items: center;
  }

  .comparison_container {
    max-width: none;
  }

  .reviews_heading_wrapper._100px {
    flex-flow: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .meet_heading_2_centered-copy {
    font-size: 40px;
    line-height: 60px;
  }

  .review_grid {
    justify-items: center;
    padding-left: 0;
  }

  .reviews_wrapper {
    justify-content: center;
    width: 150px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .logo_mark_wrapper {
    width: 50px;
    margin-bottom: 10px;
  }

  .review_card_container {
    justify-content: center;
    align-items: center;
  }

  .review_card_wrapper {
    width: 100%;
    height: auto;
  }

  .product_title_container_mobile {
    text-align: left;
    align-items: flex-start;
  }

  .left-arrow {
    bottom: -15%;
    right: 60%;
  }

  .right-arrow {
    bottom: -15%;
    left: 60%;
  }

  .slide-nav {
    bottom: -15%;
  }

  .product_button_container-copy {
    flex-flow: column;
    align-items: center;
    width: auto;
  }

  .image-14 {
    width: 100%;
  }

  .question-title {
    flex: 1;
  }

  .faq_section {
    margin-bottom: 20px;
  }

  .mobile_meet_graphic_container {
    margin-top: 0;
  }

  .mobile_graphic_wrapper_right {
    justify-content: center;
  }

  .mobile_left_graphic_wrapper_top {
    justify-content: center;
    align-items: flex-start;
  }

  .meet_graphic_wrapper_mobile {
    margin-top: 20px;
  }

  .primary_icon_button_wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mobile_graphic_container_top {
    display: block;
  }

  .meet_graphic_mobile {
    max-width: 100%;
    margin-bottom: -60px;
  }

  .meet_graphic_mobile._20px {
    margin-bottom: -30px;
  }

  .meet_your_snoring_solution_container {
    max-width: 100%;
  }

  .meet_heading_2-2 {
    font-size: 40px;
    line-height: 60px;
  }

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

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

  .footer-block-two-2 {
    margin-top: 40px;
  }

  .footer-social-icons {
    margin-top: 20px;
  }

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

  .offer, .announcement_bar_text-3 {
    text-align: center;
  }
}

#w-node-_0b35aff4-42fd-f298-2bd8-a92df0692760-357c8c4a {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-_0b35aff4-42fd-f298-2bd8-a92df0692760-357c8c4a {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}