

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');

/*
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

body {
    font-family: 'Roboto', sans-serif;

}
a {
    transition: all 0.5s;
}


/* Show it is fixed to the top */
/*body {
    min-height: 75rem;
  }*/
  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }




/* ===================== NAVBAR STYLE ========================*/


  .fixed-top {
    position: sticky;
}


  nav.navbar {
      background-image: url('/images/header_bg.jpg');
      background-position: top left;
      background-size: cover;
      padding-top:0;
      padding-bottom:0;
  }

  nav.navbar > .retino {
      background-color: rgba(0,0,0,0.57);
  }

  nav.navbar > .retino > header {
      width:100%;
  }

  .header_delivery {
      width: 100%;
      max-width: 18.07vw;
      height: auto;
  }

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

.header_logo_cont {
    text-align: center;
}

  .header_logo {
      width: 100%;
      max-width: 100%;
      height: auto;
  }

  @media (min-width: 1024px) {
  .header_logo {
      width: 100%;
      max-width: 27.77vw;
      height: auto;
  }
  }

  .header_logo_menu_cont {
      /*padding-top: 1.27vw;
      padding-bottom: 1.1vw;*/
      padding-top: 0;
      padding-bottom: 0;
  }

  ul.nav.main_menu_cont .nav-link {
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
    font-size: 1vw;
    line-height: 1;
    font-weight: 500;
    padding-left: 1vw;
    padding-right: 1vw;
    padding-top: 0.67vw;
    padding-bottom: 0.67vw;

  }

  ul.nav.main_menu_cont .nav-link:hover {
      color:#ffed00;
  }

  .header_tv_ad_link {
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffed00;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -1px;
    font-weight: 400;
    padding-left: 0px;
    padding-right: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    text-decoration: none;

  }

 .header_tv_ad_link:hover {
      color:#ffffff;
  }
  
  .header_tv_ad_link img {
    width: 100%;
    max-width: 30px;
    height: auto;
    margin-right: 10px;
    vertical-align: bottom;
  }


  @media (min-width: 1024px) {
  .header_tv_ad_link {
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffed00;
    font-size: 1.23vw;
    line-height: 1;
    font-weight: 400;
    padding-left: 1.33vw;
    padding-right: 1.67vw;
    padding-top: 0.67vw;
    padding-bottom: 0.67vw;
    text-decoration: none;

  }
  
  .header_tv_ad_link img {
    width: 100%;
    max-width: 1.9vw;
    height: auto;
    margin-right: 0.87vw;
    vertical-align: middle;
  }
  }

  ul.nav.main_menu_cont li{
      margin-top:1.47vw;
    border-right: 3px solid #ffed00;
  }

  ul.nav.main_menu_cont li:last-child{
    border-right: 0;
  }

  .header_ribbon {
    width: 100%;
    max-width: 14.67vw;
    height: auto;
    margin-bottom: -5.53vw;
  }

  .sub_button_container {
      position: relative;
  }


    .sub_button_top {
        position: absolute; 
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .sub_button_bottom {
        position: absolute; 
        top: 116%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
  .sub_button_top {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
        font-size: 1.9vw;
        line-height: 1.71vw;
        letter-spacing: -0.04vw;
        color: rgba(0,0,0,0.81);
        text-align: center;
        transition: all 0.5s;

  }
  .sub_button_top span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
        font-size: 2.6vw;
        line-height: 1.71vw;
        letter-spacing: -0.04vw;
        color: rgba(0,0,0,0.81);
        text-align: center;
        transition: all 0.5s;
        
  }

    a:hover .sub_button_top, a:hover .sub_button_top span {
        color:#b01819;
    }


  .sub_button_bottom {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
        
    font-size: 1.02vw;
    line-height: 1.41;
    letter-spacing: -0.02vw;
        color: #ffffff;
        text-align: center;
        transition: all 0.5s;

  }
  .sub_button_bottom span {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: 2.6vw;
        line-height: 1.71vw;
        letter-spacing: -0.04vw;
        color: #ffffff;
        text-align: center;
        transition: all 0.5s;
        
  }

  a:hover .sub_button_bottom, a:hover .sub_button_bottom span {
      color:#ffca00;
  }





/* ===================== END NAVBAR STYLE ========================*/












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

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

  .hero_container {
      position: relative;
  }

  .hero_text_cont {
      position: relative;
      /*top:7.87vw;
      left:68.2vw;*/
      top:unset;
        left: unset;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
  }


  @media (min-width: 1024px) {
  .hero_text_cont {
      position: absolute;
      /*top:7.87vw;
      left:68.2vw;*/
      top: 6.87vw;
        left: 67.7vw;
      width: 25.6vw;
  }
  }

  .hero_text_title {
    font-weight: 700;
    font-size: 25px;
    line-height: 26px;
    letter-spacing: -1px;
    color: #000000;
    margin-bottom:40px;
  }


  @media (min-width: 1024px) {
  .hero_text_title {
    font-weight: 700;
    font-size: 1.84vw;
    line-height: 2.1vw;
    letter-spacing: -0.07vw;
    color: #000000;
    margin-bottom:2.4vw;
  }
  }

  .hero_text_text {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000000;
    margin-bottom:0px;
  }


  @media (min-width: 1024px) {
  .hero_text_text {
    font-weight: 300;
    font-size: 1.03vw;
    line-height: 1.67vw;
    letter-spacing: 0;
    color: #000000;
    margin-bottom:0.93vw;
  }
  }


  .sub_btn {
    width: 100%;
    max-width: 20.57vw;
    height: auto;
    position: relative;
  }

  .sub_btn_cont a {
      display: block;
      position: relative;
  }

  .sub_btn_cont span {
      position: absolute;
      top:3vw;
      left:3.33vw;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      font-size: 1.5vw;
      line-height: 1.35vw;
      letter-spacing: -0.06vw;
      transition: all 0.5s;
      color: #000000;
      text-decoration: none;
  }

  

 .sub_btn_cont a:hover  span {
      color: #e00914;
  }

.build_up_video_mobile {
    background-color: #2d4550;
    padding-top:10px;
    padding-bottom:10px;
}


.base_plate_mobile {
    margin-bottom: -6%;
}



  .solar_system_banner {
      width: 1000px;
      height: auto;
  }


  @media (min-width: 1024px) {
  .solar_system_banner {
      width: 100%;
      height: auto;
  }
  }

  .solar_system_banner_cont {
      position: relative;
  }

  .solar_system_banner_wrapper {
      position: relative;
      overflow-x: scroll;
  }

  @media (min-width: 1024px) {
  .solar_system_banner_wrapper {
      position: relative;
      overflow-x:visible;
  }
  }

  .solar_system_banner_text {
    position: absolute;
    bottom: 15px;
    left: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -1px;
    color: #ffffff;
    max-width: 170px;
  }

  .solar_system_banner_swipe {
    position: absolute;
    bottom: 15px;
    right: 30px;
  }

  .solar_system_swipe {
      max-width: 50px;
      height: auto;
  }

  @media (min-width: 1024px) {
  .solar_system_banner_text {
      position: absolute;
      bottom: 4vw;
      left: 7.23vw;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1.87vw;
    line-height: 1;
    color: #ffffff;
    max-width:unset;

  }
  }

  .banner_btn_cont {
    position: absolute;
    bottom: 3vw;
    right: 5.33vw;
  }

  .banner_btn {
      width: 100%;
      max-width: 19.3vw;
      height: auto;
  }

  
  .banner_btn_cont a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.5vw;
    line-height: 1.35vw;
    letter-spacing: -0.06vw;
    transition: all 0.5s;
    color: #000000;
    text-decoration: none;
}



.banner_btn_cont a:hover  span {
    color: #e00914;
}


.in_the_box_cont {
    margin-top:4.23vw;
    position: relative;
}
.in_the_box {
    width: 100%;
    height: auto;
}

.in_the_box_text_cont {
    position: absolute;
    left: 48.17vw;
    top:0;
}

.in_the_box_text_title {
    font-weight: 700;
    font-size: 25px;
    line-height: 26px;
    letter-spacing: -1px;
    color: #000000;
    margin-bottom:40px;
}

.in_the_box_text_text {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000000;
}

.in_the_box_text_text_cont {
    padding-bottom:20px;
}

.in_the_box3_mobile {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

@media (min-width: 1024px) {
.in_the_box_text_title {
    font-weight: 700;
    font-size: 1.84vw;
    line-height: 2.1vw;
    letter-spacing: -0.07vw;
    color: #000000;
    margin-bottom:2.4vw;
}

.in_the_box_text_text {
    font-weight: 300;
    font-size: 1.03vw;
    line-height: 1.67vw;
    letter-spacing: 0;
    color: #000000;
}

.in_the_box_text_text_cont {
    padding-bottom:0px;
}
}
.hearth {
    width: 100%;
    max-width: 28.57vw;
    height: auto;
}


.step_by_step_cont {
    position: relative;
}

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

.step_by_step_text_cont {
    position: absolute;
    top: 6.47vw;
    left: 4.73vw;
    max-width: 34.27vw;
}




.step_by_step_btn_cont {
    position: absolute;
    bottom: 4.1vw;
    right: 10.33vw;
  }

  
  .step_by_step_btn_cont a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.5vw;
    line-height: 1.35vw;
    letter-spacing: -0.06vw;
    transition: all 0.5s;
    color: #000000;
    text-decoration: none;
}



.step_by_step_btn_cont a:hover  span {
    color: #e00914;
}


.step_by_step_text_cont_mobile {
    padding-bottom:20px;
}

.quote_mega_cont {
    background-color: #3b3e43;
    padding-top: 0;
    padding-bottom: 40px;
}


@media (min-width: 1024px) {
.quote_mega_cont {
    background-color: #3b3e43;
    padding-top: 5.2vw;
    padding-bottom: 5.2vw;
}
}

.the_guy{
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left:0;
    margin-bottom: 40px;
}
.the_guy_ipad {
    width: 100%;
    max-width: 70%;
    height: auto;
    margin-right:0;
    margin-top: 60px;
}



@media (min-width: 1024px) {
.the_guy{
    width: 100%;
    max-width: 25.8vw;
    height: auto;
    margin-left:6.1vw;
    margin-bottom: 0px;
}
.the_guy_ipad {
    width: 100%;
    max-width: 26.33vw;
    height: auto;
    margin-right:4.13vw;
    margin-top: 0;
}
}
.quote {
    width: 100%;
    max-width: 65px;
    height: auto;
}

@media (min-width: 1024px) {
.quote {
    width: 100%;
    max-width: 6.37vw;
    height: auto;
}
}
.signature {
    width: 100%;
    max-width: 130px;
    height: auto;
    margin-left:0px;
    margin-right:140px;
    margin-top:10px;
}
@media (min-width: 1024px) {
.signature {
    width: 100%;
    max-width: 9.17vw;
    height: auto;
    margin-left:2.93vw;
    margin-right:11.5vw;
    margin-top:1.67vw;
}
}

.quote_cont {
    padding-left:2.93vw;
    padding-right:1.4vw;
}

.quote_end_cont {
    text-align: right;
}

.quote_cont_text {
    font-weight: 300;
    font-size: 25px;
    line-height: 26px;
    letter-spacing: -1px;
    color: #ffffff;
    padding-left: 65px;
    padding-right: 65px;
}

@media (min-width: 1024px) {

.quote_cont_text {
    font-weight: 300;
    font-size: 1.84vw;
    line-height: 2.1vw;
    letter-spacing: -0.07vw;
    color: #ffffff;
    padding-left: 6.37vw;
    padding-right: 4.9vw;
}
}

.whats_in_the_box_cont {
    padding-top: 40px;
    padding-bottom: 20px;
}

@media (min-width: 1024px) {
.whats_in_the_box_cont {
    padding-top: 4vw;
    padding-bottom: 2.67vw;
}
}

.whats_in_the_box {
    width: 100%;
    max-width: 63.47vw;
    height: auto;
}

.modal-backdrop.show {
    opacity: .9;
}

.modal-content {
    background-color: transparent;
    border:0;
}

.modal-footer {
    border-top: 0;
    text-align: center;
    justify-content: center;
}


.modal_close_btn_cont {
    position: relative;
  }

  
  .modal_close_btn_cont a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.5vw;
    line-height: 1.35vw;
    letter-spacing: -0.06vw;
    transition: all 0.5s;
    color: #000000;
    text-decoration: none;
}



.modal_close_btn_cont a:hover  span {
    color: #e00914;
}




.whats_in_the_box_btn_cont {
    position: absolute;
    bottom: 5.1vw;
    right: 22vw;
  }

  
  .whats_in_the_box_btn_cont a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.5vw;
    line-height: 1.35vw;
    letter-spacing: -0.06vw;
    transition: all 0.5s;
    color: #000000;
    text-decoration: none;
}



.whats_in_the_box_btn_cont a:hover  span {
    color: #e00914;
}


.video_unbox_cont {
    width: 100%;
    position: relative;
    top:unset;
    left: unset;
    transform:unset;
}



@media (min-width: 1024px) {
.video_unbox_cont {
    width: 50.9vw;
    position: absolute;
    top:1.5vw;
    left: 50%;
    transform: translateX(-47.9%);
}
}


footer {
    padding-top: 20px;
    padding-bottom: 130px;
}

@media (min-width: 1024px) {
footer {
    padding-top: 4vw;
    padding-bottom: 2.67vw;
}
}


.social_icon {
    width: 100%;
    max-width: 60px;
    height: auto;
}

@media (min-width: 1024px) {
.social_icon {
    width: 100%;
    max-width: 3.53vw;
    height: auto;
}
}

.social_icon_long {
    width: 100%;
    max-width: 110px;
    height: auto;
}

@media (min-width: 1024px) {
.social_icon_long {
    width: 100%;
    max-width: 6.4vw;
    height: auto;
}
}

.social_link:hover {
    opacity: 0.7;
}

.bot_logo_row {
    padding-top: 60px;
}


@media (min-width: 1024px) {
.bot_logo_row {
    padding-top: 5.13vw;
}
}

.bot_logo {
    width: 100%;
    max-width: 80px;
    height: auto;
}



@media (min-width: 1024px) {
.bot_logo {
    width: 100%;
    max-width: 7.87vw;
    height: auto;
}
}

.bot_footer_row {
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    color: #000000;
    padding-top:20px;
}


@media (min-width: 1024px) {
.bot_footer_row {
    font-weight: 300;
    font-size: 0.67vw;
    line-height: 1;
    color: #000000;
    padding-top:1.33vw;
}
}


.in_the_box1_mobile {
    padding-top: 20px;
    padding-bottom: 20px;
}

.in_the_box2_mobile {
    overflow-x: scroll;
}

.in_the_box2_cont {
    padding-bottom: 20px;
}

.in_the_box2_mobile_img {
    
    max-width: 1000px;
    height: auto;
}

.step_by_step_cont_mobile {
    background-color: #f4f4f4;
    padding-top:20px;
}

.carousel-indicators [data-bs-target] {
    background-color: #ffe200;
}


.whats_in_the_box_title {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    line-height: 26px;
    letter-spacing: -1px;
    color: #000000;
    margin-bottom:10px;
}

.whats_in_the_box_subtitle {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000000;
    margin-bottom:40px;
}



@media (min-width: 1024px) {
.whats_in_the_box_title {
    text-align: center;
    font-weight: 700;
    font-size: 2.4vw;
    line-height: 1;
    letter-spacing: -0.1vw;
    color: #000000;
    margin-bottom:0.47vw;
}

.whats_in_the_box_subtitle {
    text-align: center;
    font-weight: 700;
    font-size: 1.47vw;
    line-height: 1;
    letter-spacing: -0.06vw;
    color: #000000;
    margin-bottom:3.33vw;
}
}


.faqs_wrapper {
    max-width: 90vw;
    margin:0 auto;
    padding-top:20px;
    padding-bottom:20px;
}


@media (min-width: 1024px) {
.faqs_wrapper {
    max-width: 70vw;
    margin:0 auto;
    padding-top:5vw;
    padding-bottom:5vw;
}
}


.faqs_title {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000000;

    font-size: 25px;
    line-height: 26px;
    letter-spacing: -1px;
    font-weight: 700;
    padding-bottom: 30px;
}



@media (min-width: 1024px) {
.faqs_title {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000000;

    font-size: 1.84vw;
    line-height: 2.1vw;
    letter-spacing: -0.07vw;
    font-weight: 700;
    padding-bottom: 2vw;
}
}

.accordion-item {
    border:0;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-button, .accordion-button:focus {
    outline:0;
    box-shadow:none;
    border-color:transparent;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
   
    color: #000000;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;

    
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0px;
}


@media (min-width: 1024px) {
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 1.33vw;
    padding-top: 0.67vw;
    padding-bottom: 0.67vw;
   
    color: #000000;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;

    
    font-size: 1.23vw;
    line-height: 1;
}
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-body a {
    color: #000000;
}
.accordion-body {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 0.93vw;
}


@media (min-width: 1024px) {
.accordion-body {
    font-weight: 300;
    font-size: 1.03vw;
    line-height: 1.67vw;
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 30px;
}
}


.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(
-180deg);
}

.subscribe_mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.subscribe_mobile img {
    width: 100%;
    height: auto;
}


.footer_menu {
    padding-bottom: 40px;
}

.footer_menu ul.nav.main_menu_cont .nav-link {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000000;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}


@media (min-width: 1024px) {
.footer_menu {
    padding-bottom: 5.13vw;
}

.footer_menu ul.nav.main_menu_cont .nav-link {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000000;
    font-size: 1.03vw;
    line-height: 1;
    font-weight: 500;
    padding-left: 1.33vw;
    padding-right: 1.33vw;
    padding-top: 0.67vw;
    padding-bottom: 0.67vw;
}
}

.accordion-body {
    padding:0;
}






.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.youtube .play-button:hover {
    background-color: #f00;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}

.video_instruction-container {
    position:relative;
}


.youtube img {
    width: 100%;
    height: auto;
}

.video-image {
    position:relative;
}


  
  .video-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000000;
    margin-bottom:0px;
  }


  @media (min-width: 1024px) {
  .video-title {
    font-weight: 700;
    font-size: 1.03vw;
    line-height: 1.67vw;
    letter-spacing: 0;
    color: #000000;
    margin-bottom:0.93vw;
  }
  }

  .video_instruction-container {
    margin-bottom:40px;
  }


  @media (min-width: 1024px) {
  .video_instruction-container {
    margin-bottom:2.4vw;
  }
  }


  .trustpilot_banner {
    margin-top: 4.23vw;
    margin-bottom: 4.23vw;
  }



.trustpilot_banner_title {
    font-weight: 700;
    font-size: 25px;
    line-height: 26px;
    letter-spacing: -1px;
    color: #000000;
    margin-top:40px;
    margin-bottom:40px;
}


.trustpilot_banner_text {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000000;
}

.trustpilot_banner_stars img {
    max-width: 150px;
}


@media (min-width: 1024px) {
    .trustpilot_banner_title {
        font-weight: 700;
        font-size: 1.7vw;
        line-height: 2.1vw;
        letter-spacing: -0.07vw;
        color: #000000;
        margin-top:1.4vw;
        margin-bottom:1.4vw;
    }
    .trustpilot_banner_text {
        font-weight: 300;
        font-size: 1.03vw;
        line-height: 1.67vw;
        letter-spacing: 0;
        color: #000000;
    }

    .trustpilot_banner_stars img {
        max-width: 10vw;
    }
    
}    

.carousel-indicators {
    margin-bottom:-20px;
}



  
.solar_system_astronomy_now_banner_cont {
    padding-top: 4.23vw;
    padding-bottom: 4.23vw;
    position: relative;
    background-color: #f4f4f4;
}
  

@media (min-width: 1024px) {
.solar_system_astronomy_now_banner_cont {
    padding-top: 4.23vw;
    padding-bottom: 4.23vw;
    position: relative;
    background-color: #f4f4f4;
}
}

.solar_system_astronomy_now_banner strong {
    font-weight: 700;
}

.solar_system_astronomy_now_banner {
    font-weight: 700;
    font-size: 25px;
    line-height: 26px;
    letter-spacing: -1px;
    color: #000000;
}


.solar_system_astronomy_now_banner a {
    color: #000000;
    text-decoration: none;
}


.solar_system_astronomy_now_banner a:hover {
    color: #000000;
    text-decoration:none;
}


@media (min-width: 1024px) {
    .solar_system_astronomy_now_banner {
        font-weight: 300;
        font-size: 1.84vw;
        line-height: 2.1vw;
        letter-spacing: -0.07vw;
        color: #000000;
    }
    .solar_system_astronomy_now_banner span {
        font-weight: 300;
        font-size: 1vw;
        line-height: 2.1vw;
        letter-spacing: -0.02vw;
        color: #000000;
    }
}

.solar_system_astronomy_now_banner img {
    max-width: 60px;
}


@media (min-width: 1024px) {
.solar_system_astronomy_now_banner img {
    max-width: 5vw;
}
}

.solar_system_newspapers_banner_cont {    
    padding-top: 4.23vw;
    padding-bottom: 4.23vw;
    position: relative;
    background-color: #ffffff;
}

.solar_system_newspapers_banner_cont img {
    max-width: 100%;
}



.solar_system_newspapers_banner_title {
    font-weight: 700;
    font-size: 25px;
    line-height: 26px;
    letter-spacing: -1px;
    color: #000000;
    text-align: center;
}

@media (min-width: 1024px) {
    .solar_system_newspapers_banner_title {
        font-weight: 300;
        font-size: 1.84vw;
        line-height: 2.1vw;
        letter-spacing: -0.07vw;
        color: #000000;
        text-align: center;
    }
}