body .txt-emphasis {
  color: #00824a;
  font-weight: bold;
}

.hidden {
  display: none;
}

.strib-icon {
  line-height: inherit !important;
  color: #005c34;
  font-size: 28px;
}

.strib-green {
  color: #61bf1a;
}

.strikethrough {
  color: #f00;
  text-decoration: line-through;
}

.multi-offer-landing-page body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: auto;
  background: linear-gradient(180deg, #0a0203 0%, #163725 35%, #255837 50%);
}

.multi-offer-landing-page a,
.multi-offer-landing-page a:hover {
  text-decoration: none;
}

.multi-offer-landing-page .content {
  width: 100%;
  margin: 100px auto 0;
}

.multi-offer-landing-page h1,
.multi-offer-landing-page h2,
.multi-offer-landing-page h3 {
  font-family: "Popular Bold", serif;
  font-weight: bold;
}

.multi-offer-landing-page h1 {
  font-size: 44px;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}

.slides-flow-page body {
   background: #F2F2F2 0% 0% no-repeat padding-box;
}

@media screen and (max-width: 829px) {
  .multi-offer-landing-page h1 span {
    display: block;
  }
}

@media screen and (max-width: 653px) {
  .multi-offer-landing-page h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 360px) {
  .multi-offer-landing-page h1 {
    font-size: 26px;
  }
}

.multi-offer-landing-page h2 {
  font-size: 36px;
  color: #006341;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .multi-offer-landing-page h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 653px) {
  .multi-offer-landing-page h2 {
    font-size: 27px;
    text-align: center;
  }
}

@media screen and (max-width: 360px) {
  .multi-offer-landing-page h2 {
    font-size: 24px;
  }
}

.multi-offer-landing-page h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 15px;
  border-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .multi-offer-landing-page h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .multi-offer-landing-page h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 653px) {
  .multi-offer-landing-page h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 360px) {
  .multi-offer-landing-page h3 {
    font-size: 18px;
  }
}

.multi-offer-landing-page h4,
.multi-offer-landing-page h5,
.multi-offer-landing-page h6 {
  font-family: "Benton Sans", sans-serif;
}

.multi-offer-landing-page h5,
.multi-offer-landing-page .sub-heading {
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 653px) {
  .multi-offer-landing-page h5,
  .multi-offer-landing-page .sub-heading {
    font-size: 16px;
  }
}

@media screen and (max-width: 360px) {
  .multi-offer-landing-page h5,
  .multi-offer-landing-page .sub-heading {
    font-size: 14px;
  }
}

.multi-offer-landing-page h6,
.multi-offer-landing-page .feature-heading {
  font-size: 12px;
  font-weight: bold;
  color: #575757;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

@media screen and (max-width: 360px) {
  .multi-offer-landing-page h6,
  .multi-offer-landing-page .feature-heading {
    font-size: 10px !important;
  }
}

.subscribe-header {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  box-shadow: 1px 1px 4px rgba(10, 2, 3, 0.3);
  font: normal normal normal 16px "Benton Sans";
}

.subscribe-header a {
  color: #000;
}

.subscribe-header a:hover {
  text-decoration: underline;
}

.subscribe-header .content {
  height: 60px;
}

.subscribe-header .strib-logo img {
  margin: auto;
}

.subscribe-header,
.footer {
  width: 100%;
  background-color: #fff;
}

.subscribe-header .content,
.footer .content {
  padding: 0 100px;
  margin: auto;
  display: table;
}

@media screen and (max-width: 950px) {
  .subscribe-header .content,
  .footer .content {
    padding: 0 50px;
  }
}

@media screen and (max-width: 653px) {
  .subscribe-header .content,
  .footer .content {
    padding: 0 15px;
  }
}

@media screen and (max-width: 360px) {
  .subscribe-header .content,
  .footer .content {
    padding: 0 10px;
  }
}

.subscribe-header .content div,
.footer .content div {
  width: 33%;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
}

@media screen and (max-width: 653px) {
  .subscribe-header .content div,
  .footer .content div {
    font-size: 14px;
  }
}

.subscribe-header .content div:first-child,
.footer .content div:first-child {
  font-weight: bold;
}

.subscribe-header .content div:nth-child(2),
.footer .content div:nth-child(2) {
  text-align: center;
}

.subscribe-header .content div:last-child,
.footer .content div:last-child {
  text-align: right;
}

@media screen and (max-width: 976px) {
  .subscribe-header .content div:last-child span,
  .footer .content div:last-child span {
    display: block;
  }
}

.subscribe-header .content div a,
.footer .content div a {
  font-weight: bold;
}

.subscribe-header .content div .logout a,
.footer .content div .logout a {
  font-weight: normal;
}

@media screen and (max-width: 653px) {
  .subscribe-header .content div .authenticated,
  .footer .content div .authenticated {
    display: none;
  }
}

.subscribe-header .strib-logo img,
.footer .strib-logo img {
  max-width: 200px;
}

.footer {
  min-height: 105px;
  bottom: 0;
  color: #444;
}

@media screen and (max-width: 653px) {
  .footer {
    height: inherit;
  }
}

.footer .content {
  min-height: 105px;
}

@media screen and (max-width: 768px) {
  .footer .content .strib-logo img {
    margin: auto;
  }
}

.footer .content div {
  font: normal normal normal 14px Benton Sans;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .footer .content div {
    width: 100%;
    display: block;
    text-align: center !important;
    padding-top: 20px;
    padding-right: inherit !important;
    padding-left: inherit !important;
    line-height: inherit;
  }

  .footer .content div:last-child {
    width: 100%;
    font-size: 16px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 360px) {
  .footer .content div:last-child {
    font-size: 14px;
  }
}

@media screen and (max-width: 786px) {
  .footer .social span {
    display: block;
  }
}

.footer .social img {
  display: inline;
}

.offers {
  text-align: center;
  max-width: 750px;
  margin: 10px auto 25px;
}

@media screen and (max-width: 736px) {
  .offers {
    display: block;
    margin: 5px auto 25px;
  }
}

@media screen and (max-width: 653px) {
  .offers {
    width: 90%;
  }
}

.offers .multi-offer,
.offers .standalone-offer {
  background-color: #fff;
  text-align: left;
  border-radius: 10px;
  padding: 20px;
}

.offers .multi-offer.best-offer,
.offers .standalone-offer.best-offer {
  box-shadow: 0 0 15px #76e620e0;
  position: relative;
}

.offers .multi-offer.best-offer .select-offer input,
.offers .standalone-offer.best-offer .select-offer input {
  background-color: #0a0203;
  color: #fff !important;
  transition: all 0.25s ease-out;
  box-shadow: 1px 1px 4px rgba(10, 2, 3, 0.3);
}

.offers .multi-offer.best-offer .select-offer input:hover,
.offers .standalone-offer.best-offer .select-offer input:hover {
  background: #036341;
  color: #fff;
  box-shadow: 1px 1px 4px rgba(10, 2, 3, 0.6);
}

.offers .multi-offer.best-offer .select-offer input:focus,
.offers .standalone-offer.best-offer .select-offer input:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 191, 26, 0.75);
}

@media screen and (max-width: 653px) {
  .offers .multi-offer .features,
  .offers .standalone-offer .features {
    order: 4;
  }
}

.offers .multi-offer .features .list,
.offers .standalone-offer .features .list {
  display: block;
}

@media screen and (max-width: 653px) {
  .offers .multi-offer .features .list,
  .offers .standalone-offer .features .list {
    display: none;
  }
}

.offers .multi-offer .features details,
.offers .standalone-offer .features details {
  display: none;
}

@media screen and (max-width: 653px) {
  .offers .multi-offer .features details,
  .offers .standalone-offer .features details {
    display: block;
  }

  .offers .multi-offer .features details h6,
  .offers .standalone-offer .features details h6 {
    margin-top: 15px;
  }

  .offers .multi-offer .features details summary,
  .offers .standalone-offer .features details summary {
    list-style: none;
    color: #575757;
  }

  .offers .multi-offer .features details summary:focus-visible,
  .offers .multi-offer .features details summary:focus,
  .offers .standalone-offer .features details summary:focus-visible,
  .offers .standalone-offer .features details summary:focus {
    box-shadow: 0 0 0 0.2rem rgba(26, 99, 71, 0.75);
    outline: 0;
  }

  .offers .multi-offer .features details summary::-webkit-details-marker,
  .offers .standalone-offer .features details summary::-webkit-details-marker {
    display: none;
  }

  .offers .multi-offer .features details summary::after,
  .offers .standalone-offer .features details summary::after {
    width: 13px;
    display: inline-block;
    transform: rotate(90deg);
  }

  .offers .multi-offer .features details[open] summary:after,
  .offers .standalone-offer .features details[open] summary:after {
    width: 13px;
    height: 8px;
    display: inline-block;
    transform: rotate(270deg);
  }
}

.offers .multi-offer .features ul,
.offers .standalone-offer .features ul {
  font: normal normal normal 15px "Benton Sans";
  color: #0a0203;
  line-height: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 360px) {
  .offers .multi-offer .features ul,
  .offers .standalone-offer .features ul {
    font-size: 12px !important;
  }
}

.offers .multi-offer .features ul li:before,
.offers .standalone-offer .features ul li:before {
  color: #00824a;
  padding-right: 5px;
}

.offers .multi-offer .name,
.offers .standalone-offer .name {
  font: normal normal normal 20px "Benton Sans";
  color: #000;
}

@media screen and (max-width: 980px) {
  .offers .multi-offer .name,
  .offers .standalone-offer .name {
    font-size: 18px;
  }
}

@media screen and (max-width: 360px) {
  .offers .multi-offer .name,
  .offers .standalone-offer .name {
    font-size: 14px;
  }
}

.offers .multi-offer .title,
.offers .standalone-offer .title {
  font: normal normal bold 27px "Popular Bold";
  color: #0a0203;
}

@media screen and (max-width: 980px) {
  .offers .multi-offer .title,
  .offers .standalone-offer .title {
    font-size: 24px;
  }
}

@media screen and (max-width: 360px) {
  .offers .multi-offer .title,
  .offers .standalone-offer .title {
    font-size: 17px;
  }
}

.offers .multi-offer .original-price,
.offers .standalone-offer .original-price {
  font-weight: normal;
  font-family: "Popular", serif;
  color: #575757;
}

@media screen and (max-width: 653px) {
  .offers .multi-offer .select-offer,
  .offers .standalone-offer .select-offer {
    display: grid;
    order: 3;
    margin-bottom: 15px;
  }
}

.offers .multi-offer .select-offer input{
  background-color: #e6e6e6;
  width: 100%;
  border-radius: 3px;
  text-align: center;
  font: normal normal bold 18px/22px "Benton Sans";
  padding: 10px;
  margin-top: 15px;
  border: 0;
  cursor: pointer;
  transition: all 0.25s ease-out;
  box-shadow: 1px 1px 4px rgba(10, 2, 3, 0.3);
}

.offers .standalone-offer .select-offer input {
  background-color: #e6e6e6;
  width: 100%;
  border-radius: 3px;
  text-align: center;
  font: normal normal bold 18px/22px "Benton Sans";
  color: #0a0203;
  padding: 10px;
  margin-top: 15px;
  border: 0;
  cursor: pointer;
  transition: all 0.25s ease-out;
  box-shadow: 1px 1px 4px rgba(10, 2, 3, 0.3);
}

@media screen and (max-width: 360px) {
  .offers .multi-offer .select-offer input,
  .offers .standalone-offer .select-offer input {
    font-size: 16px;
  }
}

.offers .multi-offer .select-offer input:hover,
.offers .standalone-offer .select-offer input:hover {
  background: #0a0203;
  color: #fff;
  box-shadow: 1px 1px 4px rgba(10, 2, 3, 0.6);
}

.offers .multi-offer .select-offer input:focus,
.offers .standalone-offer .select-offer input:focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 99, 71, 0.75);
}

.offers .multi-offer {
  display: block;
  width: 94%;
  margin: auto auto 20px;
}
.offers .multi-offer input:is([type="radio"]){
  accent-color: #000;
}
@media screen and (max-width: 653px) {
  .offers .multi-offer {
    display: grid;
    width: 100%;
  }
}

.offers .multi-offer input,
.offers .multi-offer input:focus,
.offers .multi-offer input:hover {
  box-shadow: inherit;
  outline: inherit;
  border: 0;
}

.offers .multi-offer .name {
  margin-bottom: 15px;
}

@media screen and (max-width: 653px) {
  .offers .multi-offer .name {
    display: grid;
    order: 1;
  }
}

@media screen and (max-width: 653px) {
  .offers .multi-offer .offer {
    order: 2;
  }
}

.offers .multi-offer .offer input,
.offers .multi-offer .offer input:focus,
.offers .multi-offer .offer input:hover {
  width: inherit;
  font: inherit;
  padding: inherit;
  border-radius: inherit;
  transition: inherit;
  border: 0;
  display: inline-block;
  margin: 5px;
}

.offers .multi-offer .offer input:focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 99, 71, 0.75);
}

.offers .multi-offer:first-child:before {
  display: flex;
  position: absolute;
  height: 63px;
  width: 122px;
  top: -20px;
  right: -30px;
  z-index: -9999999;
}

.offers .multi-offer .heading {
  font: normal normal bold 12px "Benton Sans";
  color: #575757;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media screen and (max-width: 360px) {
  .offers .multi-offer .heading {
    font-size: 10px;
  }
}

.offers .multi-offer .offer,
.offers .multi-offer .features {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

@media screen and (max-width: 653px) {
  .offers .multi-offer .offer,
  .offers .multi-offer .features {
    display: grid;
    width: 100%;
  }
}

.offers .multi-offer .features {
  padding-left: 35px;
}

@media screen and (max-width: 653px) {
  .offers .multi-offer .features {
    padding-left: 0;
  }
}

.offers .multi-offer label.best-offer {
  position: relative;
}

.offers .multi-offer label.best-offer:before {
  content: "Best Value";
  position: absolute;
  background: #1a6347;
  color: #fff;
  top: 75px;
  right: 10px;
  padding: 2px 5px;
  margin-top: -93px;
  font: normal normal bold 10px "Benton Sans";
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  border-radius: 3px 3px 0 0;
}

@media screen and (max-width: 653px) {
  .offers .multi-offer label.best-offer:before {
    font-size: 8px;
  }
}

.offers .standalone-offer {
  display: inline-block;
  width: 45%;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: top;
  position: relative;
}

.offers .standalone-offer:nth-child(2) {
  margin-left: 30px;
}

@media screen and (max-width: 653px) {
  .offers .standalone-offer {
    display: grid;
    width: 100%;
    margin: auto auto 20px;
  }

  .offers .standalone-offer:last-child {
    margin: auto;
  }

  .offers .standalone-offer input {
    margin-top: inherit !important;
  }
}

.offers .standalone-offer:first-child:before {
  display: flex;
  position: absolute;
  height: 87px;
  width: 122px;
  top: -50px;
  left: -30px;
  z-index: -9999999;
}

.offers .standalone-offer:last-child:after {
  display: flex;
  position: absolute;
  height: 76px;
  width: 214px;
  bottom: -30px;
  right: -30px;
  z-index: -9999999;
}

.offers .standalone-offer .title {
  margin-bottom: 20px;
}

.upsell {
  width: 100%;
  position: relative;
  background: white;
  vertical-align: top;
  -webkit-clip-path: polygon(70% 10%, 100% 0, 100% 90%, 70% 100%, 0 90%, 0 0);
          clip-path: polygon(70% 10%, 100% 0, 100% 90%, 70% 100%, 0 90%, 0 0);
}

@media screen and (max-width: 653px) {
  .upsell {
    -webkit-clip-path: polygon(70% 5%, 100% 0, 100% 95%, 70% 100%, 0 95%, 0 0);
            clip-path: polygon(70% 5%, 100% 0, 100% 95%, 70% 100%, 0 95%, 0 0);
  }
}

.upsell .content {
  padding: 70px 100px;
  margin: auto;
}

@media screen and (max-width: 950px) {
  .upsell .content {
    padding: 70px 50px;
  }
}

@media screen and (max-width: 913px) {
  .upsell .content {
    text-align: center;
  }
}

@media screen and (max-width: 653px) {
  .upsell .content {
    padding: 70px 25px;
  }
}

@media screen and (max-width: 545px) {
  .upsell .content {
    padding: 50px 15px;
    text-align: left;
  }
}

.upsell .content div {
  vertical-align: top;
  width: 49%;
  display: inline-block;
}

@media screen and (max-width: 912px) {
  .upsell .content div {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 912px) {
  .upsell .content div:first-child {
    margin-top: 30px;
  }
}

.upsell p {
  margin-bottom: 30px;
  color: #0a0203;
  font: normal normal normal 18px Benton Sans;
}

@media screen and (max-width: 1280px) {
  .upsell p {
    font-size: 16px;
  }
}

@media screen and (max-width: 653px) {
  .upsell p {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 360px) {
  .upsell p {
    font-size: 14px;
  }
}

.upsell p strong {
  font-size: 20px;
}

@media screen and (max-width: 1280px) {
  .upsell p strong {
    font-size: 18px;
  }
}

@media screen and (max-width: 360px) {
  .upsell p strong {
    font-size: 16px;
  }
}

.upsell .img {
  text-align: right;
  float: right;
}

@media screen and (max-width: 912px) {
  .upsell .img {
    float: inherit;
  }
}

@media screen and (max-width: 653px) {
  .upsell .img {
    text-align: center;
  }
}

.upsell .img .devices {
  height: 310px;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-size: contain !important;
}

@media screen and (max-width: 1024px) {
  .upsell .img .devices {
    background-position: center top !important;
  }
}

@media screen and (max-width: 912px) {
  .upsell .img .devices {
    max-height: 310px;
  }
}

@media screen and (max-width: 653px) {
  .upsell .img .devices {
    max-height: 245px;
  }
}

@media screen and (max-width: 280px) {
  .upsell .img .devices {
    max-height: 190px;
  }
}

.communicate {
  width: 100%;
  color: #fff;
  position: relative;
  font: normal normal normal 18px "Benton Sans";
}

.communicate .content {
  padding: 30px 100px;
  margin: auto;
}

@media screen and (max-width: 950px) {
  .communicate .content {
    padding: 30px 50px;
  }
}

@media screen and (max-width: 913px) {
  .communicate .content {
    text-align: center;
  }
}

@media screen and (max-width: 653px) {
  .communicate .content {
    padding: 30px 25px;
  }
}

@media screen and (max-width: 545px) {
  .communicate .content {
    text-align: left;
  }
}

@media screen and (max-width: 360px) {
  .communicate .content {
    padding: 30px 15px;
  }
}

.communicate .content a {
  color: #fff;
}

.communicate .content a:hover {
  text-decoration: underline;
}

.communicate .content div {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

@media screen and (max-width: 912px) {
  .communicate .content div {
    display: block;
  }

  .communicate .content div:first-child {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 653px) {
  .communicate .content div:first-child {
    display: block;
  }
}

.communicate .content .faq {
  width: 55%;
}

@media screen and (max-width: 912px) {
  .communicate .content .faq {
    width: 100%;
  }
}

.communicate .content .help {
  width: 44%;
}

@media screen and (max-width: 912px) {
  .communicate .content .help {
    width: 100%;
    max-width: 373px;
  }
}

.communicate .content .help div {
  display: inline-block;
  width: 80%;
}

@media screen and (max-width: 1200px) {
  .communicate .content .help div {
    width: 60%;
  }
}

.communicate .content .help div.img {
  width: 19%;
  float: right;
}

@media screen and (max-width: 912px) {
  .communicate .content .help div.img {
    width: 14%;
  }
}

.communicate .content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.communicate .content ul li {
  padding-bottom: 12px;
}