/* line 43, app/assets/stylesheets/discovery-styles.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Proxima Nova", "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 51, app/assets/stylesheets/discovery-styles.scss */
body {
  background-color: #000405;
  color: #ffffff;
}

/* line 56, app/assets/stylesheets/discovery-styles.scss */
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0px;
}

@media (min-width: 1200px) {
  /* line 63, app/assets/stylesheets/discovery-styles.scss */
  .container {
    width: 1300px;
  }
}

/* line 69, app/assets/stylesheets/discovery-styles.scss */
h1 {
  font-size: 48px;
  color: white;
  margin-bottom: 10px;
  text-align: left;
  font-weight: bold;
  line-height: 1.1;
}

/* line 78, app/assets/stylesheets/discovery-styles.scss */
.subtitle {
  font-size: 24px;
  margin-bottom: 40px;
  color: white !important;
  padding-top: 0.5rem;
}

/* line 85, app/assets/stylesheets/discovery-styles.scss */
h2.subtitle {
  text-align: center;
}

/* line 90, app/assets/stylesheets/discovery-styles.scss */
.step-indicator {
  position: absolute;
  top: 0;
  right: 0;
  border: 2px solid #2175D9;
  color: white;
  padding: 10px 20px;
  border-radius: 70px;
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: bold;
  display: none;
}

/* line 105, app/assets/stylesheets/discovery-styles.scss */
h1.buyflow-title {
  text-align: center;
}

/* line 109, app/assets/stylesheets/discovery-styles.scss */
.newsletter-wrapper .success-message {
  background-color: #00A4BA1A !important;
  border-color: #00A4BA !important;
}

/* line 115, app/assets/stylesheets/discovery-styles.scss */
.plans-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 20px;
}

/* line 123, app/assets/stylesheets/discovery-styles.scss */
.plan-card {
  background-color: #01208f;
  border-radius: 10px;
  border: 3px solid white;
  width: 100%;
  padding: 0px;
  position: relative;
  overflow: hidden;
  text-align: left;
  color: #DFE2E6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 138, app/assets/stylesheets/discovery-styles.scss */
.plan-card .plan-tag {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #01208f;
  border-radius: 6px;
  font-weight: bold;
  font-size: 13px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  text-transform: uppercase;
}

/* line 141, app/assets/stylesheets/discovery-styles.scss */
.plan-card .plan-tag.best-value {
  background-color: #FFA33F;
}

/* line 145, app/assets/stylesheets/discovery-styles.scss */
.plan-card .plan-tag span {
  padding: 5px 18px;
}

/* line 147, app/assets/stylesheets/discovery-styles.scss */
.plan-card .plan-tag span:first-child {
  border-bottom-left-radius: 6px;
  background-color: #39AE64;
}

/* line 152, app/assets/stylesheets/discovery-styles.scss */
.plan-card .plan-tag span.second {
  background-color: #FFA33F;
}

/* line 158, app/assets/stylesheets/discovery-styles.scss */
.plan-card .plan-min-height-wrapper {
  padding: 4px 8px;
  background-color: #001257;
  min-height: 250px;
}

@media (min-width: 768px) {
  /* line 158, app/assets/stylesheets/discovery-styles.scss */
  .plan-card .plan-min-height-wrapper {
    padding: 10px 20px;
    min-height: 270px;
  }
}

@media (min-width: 1100px) {
  /* line 158, app/assets/stylesheets/discovery-styles.scss */
  .plan-card .plan-min-height-wrapper {
    min-height: 250px;
  }
}

/* line 172, app/assets/stylesheets/discovery-styles.scss */
.plan-card .plan-min-height-wrapper .plan-price-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 0px;
}

/* line 179, app/assets/stylesheets/discovery-styles.scss */
.plan-card .plan-min-height-wrapper .plan-price-wrapper .plan-title {
  font-size: 26px;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.1;
  font-weight: bold;
}

@media (min-width: 768px) {
  /* line 179, app/assets/stylesheets/discovery-styles.scss */
  .plan-card .plan-min-height-wrapper .plan-price-wrapper .plan-title {
    font-size: 24px;
  }
}

@media (min-width: 950px) {
  /* line 179, app/assets/stylesheets/discovery-styles.scss */
  .plan-card .plan-min-height-wrapper .plan-price-wrapper .plan-title {
    font-size: 32px;
  }
}

/* line 197, app/assets/stylesheets/discovery-styles.scss */
.plan-card .plan-min-height-wrapper .plan-price-wrapper .plan-price {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-bottom: 0px;
  line-height: 1;
  color: #D2F7FC;
}

/* line 205, app/assets/stylesheets/discovery-styles.scss */
.plan-card .plan-min-height-wrapper .plan-price-wrapper .plan-price .price {
  font-size: 48px;
  font-weight: bold;
}

/* line 210, app/assets/stylesheets/discovery-styles.scss */
.plan-card .plan-min-height-wrapper .plan-price-wrapper .plan-price .price-period {
  font-size: 16px;
  margin-left: 2px;
  margin-top: 5px;
}

/* line 218, app/assets/stylesheets/discovery-styles.scss */
.plan-card .plan-min-height-wrapper .select-button {
  position: relative;
  width: 116px;
  height: 34px;
  font-size: 14px;
  background-color: #2175D9;
  color: #ffffff;
  font-weight: bold;
  border: none;
  padding: 15px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

@media (min-width: 425px) {
  /* line 218, app/assets/stylesheets/discovery-styles.scss */
  .plan-card .plan-min-height-wrapper .select-button {
    width: 231px;
    height: 67px;
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  /* line 218, app/assets/stylesheets/discovery-styles.scss */
  .plan-card .plan-min-height-wrapper .select-button {
    width: 166px;
    height: 44px;
    font-size: 18px;
  }
}

@media (min-width: 900px) {
  /* line 218, app/assets/stylesheets/discovery-styles.scss */
  .plan-card .plan-min-height-wrapper .select-button {
    width: 231px;
    height: 67px;
    font-size: 22px;
  }
}

/* line 260, app/assets/stylesheets/discovery-styles.scss */
.plan-card .plan-min-height-wrapper .select-button:hover {
  background-color: #1968c7;
}

/* line 267, app/assets/stylesheets/discovery-styles.scss */
.plan-card .plan-min-height-wrapper .plan-card-notice p {
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  margin-top: 25px;
}

/* line 274, app/assets/stylesheets/discovery-styles.scss */
.plan-card .plan-min-height-wrapper .plan-card-notice p:before {
  content: "";
  background: url(/assets/images/icons/notice-c85c25ba1f7ce0c3980405f983376ade60ad6d64094d63a679299799d4bcee13.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
  /* Set your explicit icon height once */
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

/* line 289, app/assets/stylesheets/discovery-styles.scss */
.plan-card .price-note {
  color: #D2F7FC;
  font-size: 13px;
  margin-top: -3px;
  margin-bottom: 0px;
  text-align: right;
  position: absolute;
  right: 20px;
}

/* line 299, app/assets/stylesheets/discovery-styles.scss */
.plan-card .billing-info {
  color: #EABE10 !important;
  font-size: 24px;
  margin: 0;
  text-align: right;
  font-weight: bold;
}

/* line 307, app/assets/stylesheets/discovery-styles.scss */
.plan-card .plan-with-strike-price {
  text-align: center;
  margin-bottom: 5px;
  margin-top: 15px;
}

/* line 312, app/assets/stylesheets/discovery-styles.scss */
.plan-card .plan-with-strike-price .strike-price {
  font-size: 24px;
  position: relative;
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: bold;
  float: right;
  opacity: 0.7;
}

/* line 322, app/assets/stylesheets/discovery-styles.scss */
.plan-card .plan-with-strike-price .strike-price:after {
  content: "";
  position: absolute;
  top: 50%;
  /* Adjust these to control the length */
  left: -10px;
  right: -10px;
  /* Adjust height and color */
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
}

/* line 335, app/assets/stylesheets/discovery-styles.scss */
.plan-card .plan-with-strike-price .strike-price.hide-strike {
  display: none;
}

/* line 337, app/assets/stylesheets/discovery-styles.scss */
.plan-card .plan-with-strike-price .strike-price.hide-strike::after {
  display: none;
}

/* line 344, app/assets/stylesheets/discovery-styles.scss */
.plan-card .plan-with-strike-price .price-discount.price-tag {
  float: right;
  clear: both;
  margin-top: 10px;
}

/* line 352, app/assets/stylesheets/discovery-styles.scss */
.plan-card .plan-with-strike-price .plan-price.recommended {
  color: #FFA33F;
}

/* line 358, app/assets/stylesheets/discovery-styles.scss */
.plan-card .features-list {
  list-style: none;
  padding: 20px 20px 0 20px !important;
}

/* line 362, app/assets/stylesheets/discovery-styles.scss */
.plan-card .features-list ul {
  margin-left: 5px;
  padding-left: 0;
}

/* line 367, app/assets/stylesheets/discovery-styles.scss */
.plan-card .features-list li {
  margin-bottom: 6px;
  list-style: none;
  align-items: flex-start;
  background: url(/assets/images/icons/ui/check-mark-light-blue-3fb5f999ae0da083521d3587cd1a60948a173145e6c73b6fca9673c224a34404.svg) no-repeat;
  background-size: 24px;
  padding-left: 34px;
  background-position: left 3px;
  font-size: 22px;
  color: #fff;
}

/* line 380, app/assets/stylesheets/discovery-styles.scss */
.plan-card .features-list li.not-included {
  color: rgba(255, 255, 255, 0.2);
  background: url(/assets/images/icons/ui/x-bd47d5691f2d54aee8e8b05b0ff30a5ffa207087c71f9b983e073d551decea13.svg) no-repeat;
}

/* line 386, app/assets/stylesheets/discovery-styles.scss */
.plan-card .features-list .check-icon {
  color: white;
  margin-right: 10px;
  font-weight: bold;
}

/* line 395, app/assets/stylesheets/discovery-styles.scss */
.see-more {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

/* line 402, app/assets/stylesheets/discovery-styles.scss */
.disclaimer {
  margin-top: 15px;
  font-size: 14px;
  color: #DFE2E6 !important;
}

/* line 409, app/assets/stylesheets/discovery-styles.scss */
.logo {
  width: 220px;
  background: url(/assets/images/logos/discoverypluslogo-d03430f267f0d41b96420c3fcae9e7446b06b7e20aa66c06810f1480ce14c47f.svg) no-repeat left center;
  background-size: contain;
  height: 65px !important;
  margin: 20px 0 0 20px;
}

@media (min-width: 768px) {
  /* line 409, app/assets/stylesheets/discovery-styles.scss */
  .logo {
    width: 320px;
  }
}

/* line 421, app/assets/stylesheets/discovery-styles.scss */
.logo.bundle {
  width: 95px;
}

/* line 425, app/assets/stylesheets/discovery-styles.scss */
.bundle_snnow {
  width: 170px;
  margin-top: 16px;
}

/* line 430, app/assets/stylesheets/discovery-styles.scss */
.logo-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0 1rem;
}

/* line 438, app/assets/stylesheets/discovery-styles.scss */
.sn-logo {
  width: 170px;
  margin-top: 30px;
}

/* line 443, app/assets/stylesheets/discovery-styles.scss */
.bundle-logos {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 448, app/assets/stylesheets/discovery-styles.scss */
.additional-details {
  color: #DFE2E6;
}

/* line 451, app/assets/stylesheets/discovery-styles.scss */
.additional-details .title {
  display: flex;
  font-size: 1rem;
  color: var(--color-soft-cyan);
  text-align: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 460, app/assets/stylesheets/discovery-styles.scss */
.additional-details .title .arrow {
  background-image: url(/assets/images/pricing/chevron-off-white2-a653c0d5dd71832c98d6f2872c24da935cc73d6291cd7fe673a0a4ef9d357fb8.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 2.125rem;
  height: 3.125rem;
  transition: transform 0.2s ease;
  rotate: 180deg;
}

/* line 475, app/assets/stylesheets/discovery-styles.scss */
.additional-details.open .arrow {
  transform: rotate(180deg);
}

/* line 482, app/assets/stylesheets/discovery-styles.scss */
.navbar-nav a .user-email {
  background-image: url(/assets/images/icons/account-blue-a46768eb3f030a658dce0ab6bb99bf5f777fbc874f2f6d9db8a9c124ba6a026d.svg) !important;
}

@media screen and (max-width: 1100px) {
  /* line 488, app/assets/stylesheets/discovery-styles.scss */
  .choose_plan-h1 {
    font-size: 38px;
  }
}

@media screen and (max-width: 950px) {
  /* line 494, app/assets/stylesheets/discovery-styles.scss */
  .choose_plan-h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  /* line 500, app/assets/stylesheets/discovery-styles.scss */
  .plans-container {
    flex-direction: column;
    gap: 0px;
  }
  /* line 505, app/assets/stylesheets/discovery-styles.scss */
  .plan-card {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 510, app/assets/stylesheets/discovery-styles.scss */
  .step-indicator {
    position: relative;
    display: none;
  }
  /* line 516, app/assets/stylesheets/discovery-styles.scss */
  .disclaimer {
    margin-top: 0px;
  }
  /* line 520, app/assets/stylesheets/discovery-styles.scss */
  .discovery #help_dropdown {
    margin-right: 70px !important;
  }
  /* line 524, app/assets/stylesheets/discovery-styles.scss */
  .choose_plan-h1 {
    font-size: 28px;
  }
}
