 
@media screen and (max-width: 767px) {
     .hidden-mobile {
        display: none;
   }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
     .show-tablet {
        display: block !important;
   }
     .hidden-tablet {
        display: none;
   }
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  display: flex;
  min-height: 100%;
  z-index: 1111111;
  text-align: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.75);
  color: black;
}
.modal__container {
  max-width: 420px;
  height: 98%;
  padding-top: 25px;
  overflow: overlay;
  margin: 0 auto;
  font-family: "Red Hat Text", sans-serif;
  position: relative;
}
.modal__img {
  position: absolute;
  z-index: 1000;
  left: 37%;
  top: 0;
  max-width: 80px;
}
.modal__header {
  background-color: #2945B8;
  padding: 64px 19px 10px 19px;
  text-align: center;
  color: white;
  font-family: "Red Hat Text", sans-serif;
}
.modal__title {
  color: white;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Red Hat Text", sans-serif;
}
.modal__citation {
  color: white;
  font-size: 14px;
  line-height: 32px;
  font-style: italic;
  font-family: "Red Hat Text", sans-serif;
}
.modal__body {
  background-color: #F1F7FF;
  padding: 10px 8px 10px;
  flex-direction: column;
  display: flex;
}
.modal__body p {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}
.modal__preBody {
  color: #2945B8;
  font-size: 19px;
  text-transform: uppercase;
  font-family: "Red Hat Text", sans-serif;
  text-align: center;
  font-weight: 600;
}
.modal__yesConfirm {
  font-size: 16px;
  font-weight: 600 !important;
  color: #000;
  font-family: "Red Hat Text", sans-serif;
}
.modal__subText{
  font-size: 13px !important;
  margin-top: 15px;
}
.modal__confirmation {
  display: flex;
}
.modal__confirmationText {
  display: flex;
  font-size: 14px;
  flex-direction: column;
  font-family: "Red Hat Text", sans-serif;
}
.modal__confirmationText .modal__cancel {
  color: #443B32;
  text-align: left;
}
.modal__confirmationCheck {
  width: 28px;
  height: 28px;
  border: 1px solid #000;
  background-color: #FFF;
  margin: auto 10px 3px 0;
  cursor: pointer;
  display: flex;
}
.modal__confirmationCheck.active {
  background-color: #2945B8;
}
.modal__confirmationCheck img {
  margin: auto;
}
.modal__noThanks {
  color: #2945B8;
  text-decoration: underline;
  font-size: 16px !important;
  line-height: 28px !important;
  text-align: center !important;
  cursor: pointer;
}
.modal__claimDiscount {
  letter-spacing: 1px;
  width: 305px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 40px;
  background-color: #E7E8E8;
  border: 2px solid #000;
  padding: 16px 44px;
  border-radius: 50px;
  margin: 10px auto;
  cursor: pointer;
}

.modal__claimDiscount:hover{
  cursor: pointer;
}

.modal__claimDiscount.active {
  background-color: #F8A022;
}
.modal__bodyTitle {
  color: #2945B8;
  font-family: "Lora", serif;
  font-size: 23px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.closeModal {
  font-weight: 700;
  font-size: 24px;
  position: absolute;
  bottom: 15px;
  left: 200px;
  color: #fff;
  cursor: pointer;
}
/*# sourceMappingURL=modalStyles.css.map */

.people_section {
  display: flex;
  width: 100%;
  height: 303px;
  background-image: url(https://cdn.gundrymd.com/images/tv_sponsorBcSmall.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.people_content {
  width: 608px;
  height: 270px;
  padding: 20px 23px;
  text-align: center;
  margin: auto;
  border: 4px solid white;
  background-color: #212f67;
}
.people_title {
  font-family: "Red Hat Display", sans-serif;
  font-size: 22px;
  line-height: 1;
  text-wrap: nowrap;
  font-weight: bold;
}
.people_number {
  font-size: 65px;
  line-height: 70px;
  font-family: "Lora", serif;
  color: #B8D435;
}
.people_description {
  font-family: "Figtree", sans-serif;
  font-weight: 100;
  font-size: 30px;
}
.sticky-banner-wrapper{
  display: none;
}
.star_rating{
  cursor: pointer;
}
.star_rating img{
  cursor: pointer;
}
/* FOOTER */
.footer {
  display: flex;
  justify-content: center;
  padding: 40px 16px;
  background-color: #2945B8;
}

.footer__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1120px;
  box-sizing: border-box;
}

.footer__textWrapper {
  display: flex;
  flex-direction: column;
}

.footer__logo {
  margin-bottom: 32px;
  width: 100%;
  max-width: 180px;
}

.footer__fdaStatement {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  border: 1px solid #F5F5F5;
  color: #F5F5F5;
  margin-bottom: 16px;
  padding: 4px;
  opacity: 0.8;
  font-family: 'Figtree', sans-serif;
}

.footer__fdaStatement sup {
  color: #F5F5F5;
  font-family: 'Figtree', sans-serif;
}

.footer__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #F5F5F5;
  margin-bottom: 16px;
  opacity: 0.8;
  font-family: 'Figtree', sans-serif;
}

.footer__infos {
  display: flex;
  flex-direction: column;
  font-family: 'Figtree', sans-serif;
}

.footer__copyright, .footer__links {
  font-size: 12px;
  font-weight: 300;
  color: #F5F5F5;
  font-family: 'Figtree', sans-serif;
}

.footer__links a {
  font-size: 12px;
  font-weight: 300;
  text-decoration: underline;
  color: #F5F5F5;
  font-family: 'Figtree', sans-serif;
}

.footer__address {
  font-size: 12px;
  font-weight: 300;
  color: #F5F5F5;
  margin-top: 20px;
  line-height: 1;
  font-family: 'Figtree', sans-serif;
}
/* END FOOTER */




.left-right{
  width: 100%;
  display: flex;
}

.left-content{
  width: 50%;
  padding-right: 30px;
}

.right-content{
  width: 50%;
}
 hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
 a {
    text-decoration: none;
}
 figure {
    margin: 0;
}
 .row,  .col[col-12] {
    padding: 0;
}
 .caption {
    color: #d88b2d;
    font-size: 12px;
    line-height: 16px;
    margin: 20px 0;
}
 sup {
    font-family: "Gotham Medium", sans-serif;
    font-size: 12px;
}
 .section_heading {
    font-weight: 700;
    font-weight: bold;
    font-size: 38px;
    color: #27377a;
    margin-bottom: 30px;
}
 .grid .bold {
    font-weight: 700;
}
 .grid p {
    margin-top: 0;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 1.16em;
    color: #4a4a4a;
}
 .grid p.gundrySignoff {
    margin-bottom: 0;
}
 .grid p.red {
    color: #d0021b;
}
 .grid p.blue {
    color: #22376e;
}
 .grid p.fs26 {
    font-size: 22px;
    line-height: 36px;
}
 .grid .blueBg p {
    color: white;
}
 .grid .blueBg p.green {
    color: #b9d536;
}
 .grid .blueBg p.proctorQuote {
    letter-spacing: -0.1px;
}
 .grid .blueBg p:last-child {
    margin-bottom: 0;
}
.showEl{
    display: block;
}
.unShow{
    display: none;
}
 .hidden-phone {
    display: none;
}
 .green {
    color: #b9d536;
}
 .blue {
    color: #22376e;
}
 .block {
    display: block;
}
 .auto {
    margin: auto;
}
 .pt20 {
    padding-top: 20px;
}
 .fs18 {
    font-size: 18px;
}
 .fs32 {
    font-size: 32px;
    line-height: 1.2;
}
 .m0 {
    margin: 0;
}
 .mb30 {
    margin-bottom: 30px;
}
 .mt30 {
    margin-top: 30px;
}
 .mr20 {
    margin-right: 20px;
}
 .w50 {
    width: 50%;
    margin: 0 auto;
}
 .w80 {
    width: 80%;
    margin: 0 auto;
}
 .lh36 {
    line-height: 36px;
}
 .main {
    padding-top: 44px;
}
 .main_title {
    font-weight: 700;
    color: #27377a;
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 30px;
}
 .main_image {
    width: 100%;
    max-width: 100%;
}
 .whiteBg {
    background-color: #fff;
    margin: 50px 0;
    padding: 40px 0;
}
 .grayBg {
    background-color: #f4f4f4;
    padding: 45px 15px 30px;
}
 .grayBg,  .blueBg {
    margin: 30px 0;
}
 .grayBg .container,  .blueBg .container,  .whiteBg .container {
    margin: 0 auto;
    max-width: 100%;
}
 .grayBg ul {
    padding: 0;
}
 .grayBg .ul_dots {
    margin-top: 0;
}
 .grayBg .ul_dots li {
    background: url("https://cdn.gundrymd.com/images/bio-complete-3/info_dot.png") no-repeat left top 7px;
    background-size: 14px;
    font-size: 20px;
}
 .grayBg li,  ul.ul_checks li {
    list-style: none;
    background: url("https://cdn.gundrymd.com/images/info_check.png") no-repeat left top;
    background-size: 20px;
    font-size: 20px;
    margin-bottom: 1.25em;
    padding-left: 50px;
}
 .grayBg .container .blueZones li {
    font-size: 18px;
}
 .ul_checks {
    padding: 0;
    margin-top: 0;
}
 ul.ul_checks li.fs18 {
    font-size: 18px;
}
 .main_heading {
    font-size: 30px;
    font-weight: 700;
    font-weight: 600;
    line-height: 46px;
    margin-top: 0;
    margin-bottom: 0.5em;
    color: #22376e;
}
 .answer-options {
    padding: 20px 0 30px 0;
}
 .blueBg {
    background-color: #22376e;
    padding: 30px 15px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
}
 .product_subtitle {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 500;
    color: #22376e;
}
 .product_name {
    color: #22376e;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
}
 .product_subtitle.center,  .product_name.center {
    text-align: center;
    margin-left: 0;
}
 .product_image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
 .single_product .product_image {
    height: 316px;
}
 .single_image {
    margin: 0 auto 20px;
    text-align: center;
}
 .product_subtitle {
    text-align: center;
    margin-top: 40px;
}
 .product_name.m0,  .product_subtitle.m0 {
    margin: 0;
}
 .product_button {
    cursor: pointer;
    background-color: #F7A022;
    border-radius: 5px;
    border: 1px solid #d96f27;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.15);
    color: #000000;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 36px;
    text-align: center;
    padding: 7px 0px;
    display: block;
    margin: 20px auto;
}
 .product_button:hover,  .nextStepButton:hover {
    text-decoration: none;
}
 .guaranteeBadge {
    margin-bottom: 30px;
}
 .nextStepButton {
    cursor: pointer;
    background-color: #F7A022;
    border-radius: 5px;
    border: 1px solid #d96f27;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.15);
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 2px;
    text-align: center;
    padding: 7px 0px;
    display: block;
    width: 85%;
    margin: 0 auto 25px;
}
 .signature {
    width: 80%;
    margin: 0 auto;
}
@media (min-width: 768px) {
     .hidden-phone {
        display: initial;
   }
     .container.row {
        padding-left: 0;
        padding-right: 0;
        width: 720px;
   }
     .col[col-md-5],  .col[col-md-7] {
        padding-left: 15px;
        padding-right: 15px;
   }
     .grid p.fs26 {
        font-size: 26px;
        line-height: 36px;
   }
     .container {
        padding-left: 0;
        padding-right: 0;
   }
     ion-row {
        width: 100%;
   }
     [col-md-6]:first-child {
        padding-right: 15px;
   }
     [col-md-6]:last-child {
        padding-left: 15px;
   }
     .pt40 {
        padding-top: 40px;
   }
     .alignImg {
        padding-top: 128px;
   }
     .pb60 {
        padding-bottom: 60px;
   }
     .grayBg .container,  .blueBg .container {
        width: 650px;
        padding-left: 15px;
        padding-right: 15px;
   }
     .signature {
        width: 50%;
   }
     .product_subtitle,  .product_name {
        text-align: left;
   }
     .single_product .product_subtitle {
        margin-top: 60px;
   }
     .product_button {
        margin-left: 0;
   }
     .nextStepButton {
        width: 60%;
   }
}
 [col-md-6] p:first-child {
    margin-top: 0;
}
 p,  h4,  ul {
    font-family: Proxima_Nova_Regular, Arial, sans-serif;
    font-size: 17px;
    line-height: 28px;
    color: #4a4a4a;
    font-weight: 500;
}
 ul li {
    padding-left: 10px;
    margin-bottom: 20px;
    line-height: 32px;
}
 b,  .italic {
    font-family: "proxima_nova_italic", Arial, sans-serif;
}
 b.bold,  .italic.bold {
    font-family: "proxima_nova_semibold", Arial, sans-serif;
}
 h1 {
    font-family: "proxima_nova_semibold", Arial, sans-serif;
    color: #22376e;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
    margin: 37px 0 60px;
}
 h2 {
    font-family: "proxima_nova_semibold", Arial, sans-serif;
    color: #22376e;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 50px;
    margin-top: 1em;
    margin-bottom: 1em;
}
 .bottleImage {
    max-width: 284px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    margin-bottom: 16px;
}
 .mt0 {
    margin-top: 0;
}
 .mb0 {
    margin-bottom: 0;
}
 .mt40 {
    margin-top: 40px;
}
 .w100 {
    width: 100%;
}
 .pb50 {
    padding-bottom: 50px;
}
 .center {
    text-align: center;
}
 .blueText {
    color: #22376e;
}
 .darkblueText {
    color: #233354;
}
 .greyText {
    color: #9b9b9b;
}
 .redText {
    color: #d0021b;
}
 img:not(.product_image) {
    width: 100%;
}
 .single_image img {
    width: unset;
}
 .signature {
    max-width: 328px;
}
 .faqs {
    background-color: #f4f4f4;
    margin-top: 60px;
}
 .faqs > .container {
    padding: 50px 15px;
}
 .faqs img:not(.product_image) {
    width: 328px;
    display: block;
}
 .orderNow {
    font-weight: 700;
    color: #000000;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #d96f27;
    border-radius: 5px;
    background-color: #F7A022;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.15);
    text-decoration: none;
    width: 395px;
    max-width: 100%;
    margin: 45px auto 70px;
    height: 51px;
    display: block;
}
 .orderNow_right {
    max-width: 240px;
}
 .orderNow_right h3 {
    margin-bottom: 0;
    line-height: 1;
    margin-top: 40px;
}
 .orderNow_right h2 {
    margin-top: 0;
    line-height: 1;
}
 .header_section {
    border-bottom: 5px solid #22376e;
}
 .header_section .row {
    width: 90%;
    padding: 23px 0;
    max-width: 1175px;
}
 .header_section img {
    max-width: 200px;
}
 .faq_headline {
    font-size: 36px;
    color: #3a61a0;
    margin-top: 55px;
    margin-bottom: -20px;
}
 .faq:nth-child(odd) {
    background-color: #f5f5f5;
}
 .faq p:first-of-type {
    font-size: 26px;
    line-height: 36px;
    color: #4a4a4a;
    padding-top: 40px;
}
 .faq p.NormalText {
    font-size: 18px;
    line-height: 28px;
    color: #4a4a4a;
    font-weight: 300;
    margin-bottom: 1.4em;
}
 .faq .noPadMarg {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
 .faqSignature {
    max-width: 200px;
}
 .faq p:last-child,  .faq li:last-child {
    font-size: 20px;
    line-height: 31px;
    padding-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .modal__subText{
    margin-top: 5px;
    margin-bottom: 0;
  }
  .modal__citation{
    line-height: 24px;
  }
    .people_section {
    display: flex;
    width: 100%;
    height: 288px;
    background-image: url(https://cdn.gundrymd.com/images/tv_sponsorBcMob.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
  }
  .people_number {
    line-height: 35px;
  }
  .people_description {
    font-size: 17px;
    margin-top: 5px;
  }
  .people_content {
    width: 292px;
    height: 195px;
    padding: 21px 22px;
  }
  .people_title {
    font-size: 11.5px;
  }
  .people_number {
    font-size: 33px;
  }
     #first-offer-wrapper-mobile {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 25px;
   }
     #first-offer-wrapper-mobile .first-offer-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 15px 0;
        background-color: #22376e;
        position: relative;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-header .first-offer-header-text {
        color: #fff;
        font-weight: bold;
        font-size: 23px;
        line-height: 28px;
        margin: 0 0 10px;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-header .first-offer-header-subtext {
        color: #fff;
        font-size: 18px;
        line-height: 22px;
        margin: 0;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-header::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #22376e;
        margin-top: 75px;
        left: 50%;
        transform: translateX(-50%);
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper {
        display: flex;
        justify-content: center;
        width: 92%;
        padding: 20px 15px;
        box-shadow: 0 5px 7px -2px #ccc;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 800px;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .category-selection-wrapper {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .category-selection-wrapper .category-selection-item {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 20px;
        background-color: #f1f1f1;
        width: 49%;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .category-selection-wrapper .category-selection-item-text {
        color: #707070;
        font-size: 20px;
        text-align: center;
        margin: 0;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .category-selection-wrapper .category-selection-item.selected {
        background-color: #4a90e2;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .category-selection-wrapper .category-selection-item.selected .category-selection-item-text {
        color: #fff;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .quantity-selector-wrapper {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 30px 0 15px;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .quantity-selector-wrapper .quantity-selector-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 20px;
        border: 2px solid #4a90e2;
        background-color: #fff;
        width: 30%;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .quantity-selector-wrapper .quantity-selector-item-text {
        color: #4a90e2;
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        margin: 0;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .quantity-selector-wrapper .quantity-selector-item-subtext {
        color: #4a90e2;
        font-size: 12px;
        line-height: 12px;
        text-align: center;
        margin: 0;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .quantity-selector-wrapper .quantity-selector-item.selected {
        background-color: #4a90e2;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .quantity-selector-wrapper .quantity-selector-item.selected .quantity-selector-item-text,  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .quantity-selector-wrapper .quantity-selector-item.selected .quantity-selector-item-subtext {
        color: #fff;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .price-per-bottle {
        font-size: 20px;
        line-height: 26px;
        color: #4a90e2;
        margin-bottom: 10px;
        text-align: center;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .retail-price {
        font-size: 14px;
        line-height: 26px;
        color: #4a4a4a;
        margin-bottom: 10px;
        text-align: center;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .buying-price {
        font-size: 30px;
        line-height: 30px;
        color: #22376e;
        margin-bottom: 10px;
        text-align: center;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .buying-price span {
        font-size: 22px;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .shipping-price {
        font-size: 12px;
        line-height: 15px;
        color: #4a4a4a;
        margin-bottom: 10px;
        text-align: center;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .high-volume-disclaimer {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
        text-align: center;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .mobile-subscribe-confirm-wrapper {
        display: flex;
        flex-direction: column;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .mobile-subscribe-confirm-wrapper .checkbox-wrapper {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        margin-bottom: 15px;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .mobile-subscribe-confirm-wrapper .checkbox-wrapper .checkbox-image-wrapper {
        height: 20px;
        width: 20px;
        min-width: 20px;
        border: 1px solid #000;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .mobile-subscribe-confirm-wrapper .checkbox-wrapper .checkbox-image-wrapper .checkbox-image {
        height: 20px;
        width: 20px;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .mobile-subscribe-confirm-wrapper .checkbox-wrapper .subscribe-text {
        color: #4a4a4a;
        margin-left: 10px;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .mobile-subscribe-confirm-wrapper .mobile-subscribe-confirm-text {
        width: 100%;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .mobile-subscribe-confirm-wrapper .mobile-subscribe-confirm-text .mobile-checking-text {
        font-size: 11px;
        line-height: 12px;
        color: #4a4a4a;
        text-align: center;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .mobile-subscribe-confirm-wrapper .mobile-subscribe-confirm-text .mobile-checking-text .terms-link {
        font-size: 10px;
        line-height: 10px;
        font-weight: 700;
        color: #4880c2;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .buy-now-button .buy-now-text {
        font-size: 26px;
        line-height: 26px;
        color: #000;
        text-decoration: none;
        padding: 10px 0;
        display: block;
        width: 100%;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .buy-now-button:disabled {
        background: #f1f1f1;
   }
     #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .buy-now-button:disabled .buy-now-text {
        color: #707070;
   }
     .sticky-banner-wrapper .sticky-banner-content {
        justify-content: space-evenly;
   }
     .sticky-banner-wrapper .sticky-banner-content .sticky-logo-wrapper h1 {
        margin: 0;
   }
     .sticky-banner-wrapper .sticky-banner-divisor,  .sticky-banner-wrapper .limited-time-offer-wrapper {
        display: none !important;
   }
}
@media only screen and (min-width: 992px) {
     .container.row {
        width: 770px;
   }
     .main_title {
        font-size: 38px;
        line-height: 51px;
   }
     .main_heading {
        font-size: 36px;
   }
     .product_subtitle {
        margin-top: 80px;
        text-align: left;
        margin-left: 40px;
   }
     .product_name {
        text-align: left;
        margin-left: 40px;
   }
     .product_button {
        width: 72%;
   }
     .nextStepButton {
        width: 52%;
        margin: 50px auto;
   }
     .signature {
        width: 52%;
        margin: 30px 0;
   }
}


@media screen and (min-width: 1025px) {
  .hidden-desktop {
    display: none;
  }

  .modal__img {
    max-width: unset;
  }

  .modal__header {
    padding: 64px 29px 25px 29px;
  }

  .modal__container {
    padding-top: 60px;
  }
  .modal__body{
    padding: 20px 21px 40px;
  }
}