/* line 41, 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 49, app/assets/stylesheets/discovery-styles.scss */
body {
  background-color: #000405;
  color: #ffffff;
}

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

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

/* line 67, 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 76, app/assets/stylesheets/discovery-styles.scss */
.subtitle {
  font-size: 24px;
  margin-bottom: 40px;
  color: white !important;
  padding-top: 0.5rem;
}

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

/* line 88, 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;
}

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

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

/* line 116, app/assets/stylesheets/discovery-styles.scss */
.plan-card {
  background-color: #282D33;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  position: relative;
  overflow: hidden;
  text-align: left;
  color: #DFE2E6;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 132, app/assets/stylesheets/discovery-styles.scss */
.plan-card:hover {
  border: 1px solid white;
}

/* line 136, app/assets/stylesheets/discovery-styles.scss */
.plan-card .plan-tag {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #282D33;
  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 139, app/assets/stylesheets/discovery-styles.scss */
.plan-card .plan-tag.best-value {
  background-color: #FFA33F;
}

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

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

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

/* line 156, app/assets/stylesheets/discovery-styles.scss */
.plan-card .plan-min-height-wrapper {
  min-height: 130px;
}

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

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

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

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

/* line 187, 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 196, 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 206, app/assets/stylesheets/discovery-styles.scss */
.plan-card .billing-info {
  color: #FFA33F !important;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 17px;
  line-height: 120%;
}

/* line 214, app/assets/stylesheets/discovery-styles.scss */
.plan-card .select-button {
  position: relative;
  display: block;
  width: 100%;
  background-color: #2175D9;
  color: #ffffff;
  font-weight: bold;
  border: none;
  border-radius: 2px;
  padding: 15px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

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

/* line 241, app/assets/stylesheets/discovery-styles.scss */
.plan-card .features-list {
  list-style: none;
  padding-left: 0;
}

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

/* line 250, 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-5a05fcdb50c8a61054cf046cd866a09b4bd85a64f1b465f2933b2f914db3ee64.svg) no-repeat;
  background-size: 15px;
  padding-left: 26px;
  background-position: left 5px;
}

/* line 261, 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 267, app/assets/stylesheets/discovery-styles.scss */
.plan-card .features-list .check-icon {
  color: white;
  margin-right: 10px;
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

/* line 329, 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 338, 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 353, app/assets/stylesheets/discovery-styles.scss */
.additional-details.open .arrow {
  transform: rotate(180deg);
}

/* line 360, 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 366, app/assets/stylesheets/discovery-styles.scss */
  .choose_plan-h1 {
    font-size: 38px;
  }
}

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

@media screen and (max-width: 768px) {
  /* line 378, app/assets/stylesheets/discovery-styles.scss */
  .plans-container {
    flex-direction: column;
    gap: 0px;
  }
  /* line 383, app/assets/stylesheets/discovery-styles.scss */
  .plan-card {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 387, app/assets/stylesheets/discovery-styles.scss */
  .plan-card .plan-min-height-wrapper {
    min-height: 75px;
  }
  /* line 392, app/assets/stylesheets/discovery-styles.scss */
  .step-indicator {
    position: relative;
    display: inline-block;
  }
  /* line 397, app/assets/stylesheets/discovery-styles.scss */
  .disclaimer {
    margin-top: 0px;
  }
  /* line 401, app/assets/stylesheets/discovery-styles.scss */
  .discovery #help_dropdown {
    margin-right: 70px !important;
  }
  /* line 405, app/assets/stylesheets/discovery-styles.scss */
  .choose_plan-h1 {
    font-size: 28px;
  }
}
