/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.no-scrollable {
  overflow: hidden !important;
}

.pointer-events-none {
  pointer-events: none;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}

.text-transparent {
  color: transparent !important;
}

.visibility-hidden {
  visibility: hidden;
}

.text-decoration-none {
  text-decoration: none;
}

.overflow-hidden {
  overflow: hidden;
}

.prevent-ios-focus-scrolling {
  position: fixed;
  left: 0;
  right: 0;
}

.pricing_container {
  background: #f9f9f2;
}

.light-green {
  background: #daeed9;
}

#pricing {
  background-image: url(/assets/general/discreet-delivery-6df2a391761b09ebc6329b0dc9200360968c6521518fcb1a7d84e093082d6106.jpg);
  background-size: cover;
  background-position: left;
  height: 18.75rem;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #pricing {
    background-position: 60% 60%;
    height: 25rem;
  }
}
@media (min-width: 992px) {
  #pricing {
    background-position: 0 53%;
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
    height: auto;
  }
}

#pricing p {
  max-width: 15ch;
}
@media (min-width: 992px) {
  #pricing p {
    max-width: 23ch;
  }
}

@media (min-width: 992px) {
  .product_hero#pricing {
    padding-top: 13.75rem;
    padding-bottom: 15rem;
  }
}

.pricing_page_table {
  width: 100%;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .pricing_page_table {
    font-size: 16px;
  }
}

.pricing_page_table_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  border-bottom: 1px solid rgba(0, 61, 59, 0.2);
}
.pricing_page_table_row:last-child {
  border-bottom: 0;
}

.pricing_page_table_col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pricing_page_table_col:last-child {
  text-align: right;
}

.green_text {
  margin-top: 1.875rem;
}

.vertical_pricing {
  margin-top: 3.75rem;
  margin-bottom: 6.25rem;
}
.vertical_pricing:first-child {
  margin-top: 0;
}
.vertical_pricing:last-child {
  margin-bottom: 0;
}

.pricing_cta {
  display: block;
  margin-bottom: 1.25rem;
  margin-top: 0px;
}
@media (min-width: 992px) {
  .pricing_cta {
    display: inline-block;
    margin-right: 0.9375rem;
    margin-bottom: 0;
  }
}
