@charset "UTF-8";
/* line 1, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
:root {
  --primary-text-color: #222;
  --secondary-text-color: #fff;
  --primary-bg-color: #222;
  --secondary-bg-color: #fff;
  --tertiary-bg-color: #ddd;
  --tab-active-basic: #74b566;
  --tab-active-essential: #196faf;
  --tab-active-pro: #ef6f22;
}

/* line 23, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold p,
.pricing-below-fold h1,
.pricing-below-fold h2,
.pricing-below-fold h3,
.pricing-below-fold h4,
.pricing-below-fold h5,
.pricing-below-fold h6 {
  margin: 0;
  padding: 0;
}

/* line 34, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-view {
  display: block;
}

@media (min-width: 951px) {
  /* line 34, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .mobile-view {
    display: none !important;
  }
}

/* line 42, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .desktop-view {
  display: none;
}

@media (min-width: 951px) {
  /* line 42, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .desktop-view {
    display: block !important;
  }
}

/* line 50, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .order-container {
  display: flex;
  flex-direction: column;
}

/* line 54, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .order-container .order-1 {
  order: 1;
}

/* line 58, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .order-container .order-2 {
  order: 2;
}

/* line 63, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .padding-container {
  padding: 44px 16px;
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  /* line 63, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .padding-container {
    padding: 64px 80px;
  }
}

@media screen and (min-width: 950px) and (max-width: 1200px) {
  /* line 63, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .padding-container {
    padding: 64px 20px;
  }
}

@media (min-width: 1201px) {
  /* line 63, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .padding-container {
    padding: 64px 80px;
  }
}

/* line 79, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .features-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #196faf;
  text-align: center;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  /* line 79, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .features-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 56px;
  }
}

/* line 95, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs-padding-container {
  padding: 44px 8px;
}

@media screen and (min-width: 768px) and (max-width: 899px) {
  /* line 95, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs-padding-container {
    padding: 64px 80px;
  }
}

@media screen and (min-width: 900px) and (max-width: 950px) {
  /* line 95, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs-padding-container {
    padding: 64px 20px;
  }
}

@media screen and (min-width: 950px) and (max-width: 1200px) {
  /* line 95, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs-padding-container {
    padding: 64px 20px;
  }
}

@media (min-width: 1201px) {
  /* line 95, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs-padding-container {
    padding: 64px 80px;
  }
}

/* line 115, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .home-page-view {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 44px;
}

/* line 123, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner {
  background-color: #f8fafd;
}

/* line 126, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner.home-page-view {
  background-color: var(--color-primary-surface-subtle);
  border-top: 3px solid var(--color-gray-surface-default);
}

/* line 131, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner-header {
  display: flex;
  gap: 8px;
  align-items: center;
}

@media (min-width: 768px) {
  /* line 131, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner-header {
    display: flex;
    gap: 16px;
    align-items: center;
  }
}

/* line 142, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner-header-title {
  font-size: 22px;
  font-weight: 700;
  color: #196faf;
}

@media (min-width: 900px) {
  /* line 142, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner-header-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 56px;
    margin-bottom: 0;
  }
}

/* line 155, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner-header-image {
  height: 32px;
  width: 32px;
}

@media (min-width: 768px) {
  /* line 155, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner-header-image {
    height: 40px;
    width: 40px;
  }
}

/* line 166, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #717780;
  margin-left: 40px;
}

@media (min-width: 768px) {
  /* line 166, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner-description {
    max-width: 1224px;
    margin-left: 57px;
  }
}

/* line 179, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner .stats-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: max-content;
  gap: 32px;
}

@media (min-width: 900px) {
  /* line 179, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner .stats-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

@media (min-width: 1201px) {
  /* line 179, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner .stats-container {
    gap: 80px;
  }
}

/* line 194, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner .stats-container .item-1 {
  order: 1;
}

/* line 197, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner .stats-container .item-2 {
  order: 3;
}

/* line 200, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner .stats-container .item-3 {
  order: 2;
}

/* line 203, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner .stats-container .item-4 {
  order: 4;
}

@media (min-width: 768px) {
  /* line 208, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner .stats-container .item-1 {
    order: 1;
  }
  /* line 211, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner .stats-container .item-2 {
    order: 2;
  }
  /* line 214, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner .stats-container .item-3 {
    order: 3;
  }
  /* line 217, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner .stats-container .item-4 {
    order: 4;
  }
}

/* line 222, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner .stats-container .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 150px;
  gap: 4px;
}

@media (min-width: 768px) {
  /* line 222, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner .stats-container .stat-item {
    width: 198px;
    text-align: center;
  }
}

/* line 235, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner .stats-container .stat-item-number {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #474747;
}

@media (min-width: 768px) {
  /* line 235, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner .stats-container .stat-item-number {
    font-size: 36px;
    line-height: 56px;
    font-weight: 500;
  }
}

/* line 248, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner .stats-container .stat-item-description {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #717780;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 248, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner .stats-container .stat-item-description {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    width: 175px;
  }
}

/* line 268, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs {
  display: flex;
  flex-wrap: wrap;
}

/* line 272, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs input[type="radio"] {
  display: none;
}

/* line 276, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs input[type="radio"]:checked + label {
  font-size: 20px;
  font-weight: 600;
  color: #2d3035;
}

/* line 282, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs input[type="radio"]:checked + label {
  position: relative;
}

/* line 285, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
}

/* line 296, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs input#tab-basic[type="radio"]:checked + label::after {
  background-color: #196faf;
}

/* line 300, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs input#tab-essential[type="radio"]:checked + label::after {
  background-color: #196faf;
}

/* line 304, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs input#tab-pro[type="radio"]:checked + label::after {
  background-color: #196faf;
}

/* line 308, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs input[type="radio"]:checked + label + .tab-content {
  display: block;
}

/* line 312, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs label {
  font-size: 20px;
  font-weight: 400;
  color: #717780;
  cursor: pointer;
  display: block;
  padding: 6px 0px 4px 0px;
  margin: 0 8px;
  width: auto;
}

/* line 323, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .featuresLabel {
  margin: 0;
  display: flex;
  padding: 12px 16px;
  margin-bottom: 8px;
}

/* line 330, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content {
  background: #fff;
  display: none;
  flex-grow: 1;
  width: 100%;
}

/* line 336, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #2d3035;
  padding: 32px 16px 32px 16px;
}

@media (min-width: 900px) {
  /* line 336, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .tab-content-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    max-width: 47%;
    padding: 12px 0 44px 0;
  }
}

/* line 354, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container {
  width: 100%;
  background: white;
  border-radius: 12px;
}

/* line 359, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .content {
  display: flex;
  justify-content: space-between;
}

/* line 363, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .content .indicator {
  position: absolute;
  height: 60px;
  width: 100%;
  top: 0;
  left: 0;
  background: #f3f6f9;
  border-radius: 12px;
  transition: all 0.2s ease;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
}

/* line 379, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .content-boxes {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 50px;
}

@media (min-width: 900px) {
  /* line 379, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .tab-content .features-container .content-boxes {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 56px;
  }
}

/* line 396, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .list-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 406, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .list-content-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  color: #2d3035;
  padding: 0 16px 16px 16px;
}

@media (min-width: 900px) {
  /* line 406, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .tab-content .features-container .list-content-title {
    font-size: 24px;
    line-height: 22px;
    font-weight: 400;
    padding: 16px;
  }
}

/* line 423, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .list-content .btn-container {
  width: 100%;
  padding: 0 16px;
}

/* line 428, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .list-content-btn {
  background-color: #196faf;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: white;
  text-decoration: none;
}

/* line 446, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .list-content .list {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin-right: 50px;
  margin-bottom: 20px;
}

/* line 454, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .list-content .list label {
  height: 60px;
  border-radius: 12px;
  line-height: 60px;
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
  margin: 0;
  padding: 0 16px;
  color: #333;
  z-index: 12;
  transition: all 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 471, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .list-content .list label .label-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* line 478, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .list-content .list .topic {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: #2d3035;
}

/* line 487, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .features-slide {
  max-width: 750px;
}

/* line 491, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .text-content {
  height: auto;
  background-color: #f3f6f9;
  border-radius: 9px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
}

@media (min-width: 768px) {
  /* line 491, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .tab-content .features-container .text-content {
    height: 520px;
  }
}

/* line 503, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .text-content .text {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

/* line 510, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .text-content .text-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

@media screen and (min-width: 600px) {
  /* line 510, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .tab-content .features-container .text-content .text-image {
    height: calc(520px - 110px);
    padding: 0;
  }
}

/* line 525, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .text-content .text-footer {
  background-color: white;
  padding: 16px;
  border-radius: 0 0 9px 9px;
  box-sizing: border-box;
  display: flex;
  align-items: start;
  gap: 16px;
  bottom: 1px;
  width: 100%;
}

/* line 538, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .text-content .text-footer-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #2d3035;
  margin-bottom: 4px;
}

@media (min-width: 900px) {
  /* line 538, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .tab-content .features-container .text-content .text-footer-title {
    font-size: 18px;
  }
}

/* line 551, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .text-content .text-footer-description {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #717780;
}

@media (min-width: 900px) {
  /* line 551, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .tab-content .features-container .text-content .text-footer-description {
    font-size: 16px;
  }
}

/* line 562, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .text-content .text-footer-image .active-icon {
  background-color: #196faf;
}

@media (min-width: 900px) {
  /* line 525, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .tab-content .features-container .text-content .text-footer {
    height: 110px;
    width: 100%;
  }
}

/* line 574, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .text-content .text {
  display: none;
}

/* line 581, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .text-content {
  order: 2;
}

/* line 585, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .list-content {
  order: 1;
}

/* line 589, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .text-content {
  order: 1;
}

@media (min-width: 900px) {
  /* line 589, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .text-content {
    order: 2;
  }
}

/* line 597, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .list-content {
  order: 2;
}

@media (min-width: 900px) {
  /* line 597, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .list-content {
    order: 1;
  }
}

/* line 605, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .features-container .content .content-boxes .text-content {
  width: 47%;
}

/* line 609, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .features-container .content .content-boxes .list-content {
  width: 47%;
}

/* line 613, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .features-container .content .content-boxes .text-content {
  width: 100%;
}

/* line 617, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .features-container .content .content-boxes .list-content {
  width: 100%;
}

@media (min-width: 10em) {
  /* line 622, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .tab-content {
    order: 99;
  }
  /* line 626, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs label {
    order: 1;
    margin-right: 0.3rem;
    margin-top: 0;
  }
}

/* line 633, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-basic-label {
  margin-left: 16px;
}

@media (min-width: 768px) {
  /* line 633, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .tab-basic-label {
    margin-left: 8px;
  }
}

/* line 642, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #homeBasic:checked
~ .content-boxes
.list-content
.list
.homeBasic
.label-content
.topic,
.pricing-below-fold .tabs #aboutBasic:checked
~ .content-boxes
.list-content
.list
.aboutBasic
.label-content
.topic {
  color: #196faf;
}

/* line 659, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #homeBasic:checked ~ .content-boxes .list-content .list .indicator {
  top: 0;
}

/* line 663, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #aboutBasic:checked ~ .content-boxes .list-content .list .indicator {
  top: 60px;
}

/* line 667, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #homeBasic:checked ~ .content-boxes .text-content .homeBasic,
.pricing-below-fold .tabs #aboutBasic:checked ~ .content-boxes .text-content .aboutBasic {
  display: block;
}

/* line 672, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #homeBasic:checked
~ .content-boxes
.list-content
.list
.homeBasic
.label-content
.quick-view-icon,
.pricing-below-fold .tabs #aboutBasic:checked
~ .content-boxes
.list-content
.list
.aboutBasic
.label-content
.mobile-app {
  background-color: #196faf;
}

/* line 690, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #homeEssential:checked
~ .content-boxes
.list-content
.list
.homeEssential
.label-content
.topic,
.pricing-below-fold .tabs #blogEssential:checked
~ .content-boxes
.list-content
.list
.blogEssential
.label-content
.topic,
.pricing-below-fold .tabs #helpEssential:checked
~ .content-boxes
.list-content
.list
.helpEssential
.label-content
.topic,
.pricing-below-fold .tabs #codeEssential:checked
~ .content-boxes
.list-content
.list
.codeEssential
.label-content
.topic,
.pricing-below-fold .tabs #aboutEssential:checked
~ .content-boxes
.list-content
.list
.aboutEssential
.label-content
.topic {
  color: #196faf;
}

/* line 728, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #homeEssential:checked ~ .content-boxes .list-content .list .indicator {
  top: 0;
}

/* line 732, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #blogEssential:checked ~ .content-boxes .list-content .list .indicator {
  top: 60px;
}

/* line 736, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #helpEssential:checked ~ .content-boxes .list-content .list .indicator {
  top: 120px;
}

/* line 740, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #codeEssential:checked ~ .content-boxes .list-content .list .indicator {
  top: 180px;
}

/* line 744, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #aboutEssential:checked ~ .content-boxes .list-content .list .indicator {
  top: 240px;
}

/* line 748, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #homeEssential:checked ~ .content-boxes .text-content .homeEssential,
.pricing-below-fold .tabs #blogEssential:checked ~ .content-boxes .text-content .blogEssential,
.pricing-below-fold .tabs #helpEssential:checked ~ .content-boxes .text-content .helpEssential,
.pricing-below-fold .tabs #codeEssential:checked ~ .content-boxes .text-content .codeEssential,
.pricing-below-fold .tabs #aboutEssential:checked ~ .content-boxes .text-content .aboutEssential {
  display: block;
}

/* line 756, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #homeEssential:checked
~ .content-boxes
.list-content
.list
.homeEssential
.label-content
.quick-view-icon,
.pricing-below-fold .tabs #blogEssential:checked
~ .content-boxes
.list-content
.list
.blogEssential
.label-content
.pro-reports,
.pricing-below-fold .tabs #helpEssential:checked
~ .content-boxes
.list-content
.list
.helpEssential
.label-content
.rent-comps,
.pricing-below-fold .tabs #codeEssential:checked
~ .content-boxes
.list-content
.list
.codeEssential
.label-content
.custom-report,
.pricing-below-fold .tabs #aboutEssential:checked
~ .content-boxes
.list-content
.list
.aboutEssential
.label-content
.mobile-app {
  background-color: #196faf;
}

/* line 795, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #quickview:checked
~ .content-boxes
.list-content
.list
.quickview
.label-content
.topic,
.pricing-below-fold .tabs #pro_report:checked
~ .content-boxes
.list-content
.list
.pro_report
.label-content
.topic,
.pricing-below-fold .tabs #rent_comps:checked
~ .content-boxes
.list-content
.list
.rent_comps
.label-content
.topic,
.pricing-below-fold .tabs #custom_report:checked
~ .content-boxes
.list-content
.list
.custom_report
.label-content
.topic,
.pricing-below-fold .tabs #atlas_insights:checked
~ .content-boxes
.list-content
.list
.atlas_insights
.label-content
.topic,
.pricing-below-fold .tabs #rentometer_api:checked
~ .content-boxes
.list-content
.list
.rentometer_api
.label-content
.topic,
.pricing-below-fold .tabs #batch_processor:checked
~ .content-boxes
.list-content
.list
.batch_processor
.label-content
.topic,
.pricing-below-fold .tabs #lead_generation:checked
~ .content-boxes
.list-content
.list
.lead_generation
.label-content
.topic,
.pricing-below-fold .tabs #mobile_app:checked
~ .content-boxes
.list-content
.list
.mobile_app
.label-content
.topic {
  color: #196faf;
}

/* line 861, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .content .indicator {
  position: absolute;
  height: 60px;
  width: 100%;
  top: 0;
  left: 0;
  background: #f3f6f9;
  border-radius: 12px;
  transition: all 0.2s ease;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
}

/* line 876, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #quickview:checked ~ .content-boxes .list-content .list .indicator {
  top: 0;
}

/* line 880, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #pro_report:checked ~ .content-boxes .list-content .list .indicator {
  top: 60px;
}

/* line 884, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #rent_comps:checked ~ .content-boxes .list-content .list .indicator {
  top: 120px;
}

/* line 888, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #custom_report:checked ~ .content-boxes .list-content .list .indicator {
  top: 180px;
}

/* line 892, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #atlas_insights:checked ~ .content-boxes .list-content .list .indicator {
  top: 240px;
}

/* line 896, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #rentometer_api:checked ~ .content-boxes .list-content .list .indicator {
  top: 300px;
}

/* line 900, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #batch_processor:checked ~ .content-boxes .list-content .list .indicator {
  top: 360px;
}

/* line 904, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #lead_generation:checked ~ .content-boxes .list-content .list .indicator {
  top: 420px;
}

/* line 908, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #mobile_app:checked ~ .content-boxes .list-content .list .indicator {
  top: 480px;
}

/* line 912, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #quickview:checked ~ .content-boxes .text-content .quickview,
.pricing-below-fold .tabs #pro_report:checked ~ .content-boxes .text-content .pro_report,
.pricing-below-fold .tabs #rent_comps:checked ~ .content-boxes .text-content .rent_comps,
.pricing-below-fold .tabs #custom_report:checked ~ .content-boxes .text-content .custom_report,
.pricing-below-fold .tabs #atlas_insights:checked ~ .content-boxes .text-content .atlas_insights,
.pricing-below-fold .tabs #rentometer_api:checked ~ .content-boxes .text-content .rentometer_api,
.pricing-below-fold .tabs #batch_processor:checked ~ .content-boxes .text-content .batch_processor,
.pricing-below-fold .tabs #lead_generation:checked ~ .content-boxes .text-content .lead_generation,
.pricing-below-fold .tabs #mobile_app:checked ~ .content-boxes .text-content .mobile_app {
  display: block;
}

/* line 924, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #quickview:checked
~ .content-boxes
.list-content
.list
.quickview
.label-content
.quick-view-icon,
.pricing-below-fold .tabs #pro_report:checked
~ .content-boxes
.list-content
.list
.pro_report
.label-content
.pro-reports,
.pricing-below-fold .tabs #rent_comps:checked
~ .content-boxes
.list-content
.list
.rent_comps
.label-content
.rent-comps,
.pricing-below-fold .tabs #custom_report:checked
~ .content-boxes
.list-content
.list
.custom_report
.label-content
.custom-report,
.pricing-below-fold .tabs #atlas_insights:checked
~ .content-boxes
.list-content
.list
.atlas_insights
.label-content
.atlas-insights,
.pricing-below-fold .tabs #rentometer_api:checked
~ .content-boxes
.list-content
.list
.rentometer_api
.label-content
.rentometer_api,
.pricing-below-fold .tabs #batch_processor:checked
~ .content-boxes
.list-content
.list
.batch_processor
.label-content
.batch-processor,
.pricing-below-fold .tabs #lead_generation:checked
~ .content-boxes
.list-content
.list
.lead_generation
.label-content
.lead-generation,
.pricing-below-fold .tabs #mobile_app:checked
~ .content-boxes
.list-content
.list
.mobile_app
.label-content
.mobile-app {
  background-color: #196faf;
}

/* line 990, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #pro_report:checked ~ .content-boxes .text-content .quickview,
.pricing-below-fold .tabs #rent_comps:checked ~ .content-boxes .text-content .quickview,
.pricing-below-fold .tabs #custom_report:checked ~ .content-boxes .text-content .quickview,
.pricing-below-fold .tabs #atlas_insights:checked ~ .content-boxes .text-content .quickview,
.pricing-below-fold .tabs #rentometer_api:checked ~ .content-boxes .text-content .quickview,
.pricing-below-fold .tabs #batch_processor:checked ~ .content-boxes .text-content .quickview,
.pricing-below-fold .tabs #lead_generation:checked ~ .content-boxes .text-content .quickview,
.pricing-below-fold .tabs #mobile_app:checked ~ .content-boxes .text-content .quickview {
  display: none;
}

/* line 1002, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .quick-view-icon {
  background-color: #000000;
  mask-image: url(/assets/pricing/list-qv-icon-ca0ca59848b5450d5a14ae095561190a2a16b311cee269258b399d0cb40a33a3.svg);
  -webkit-mask-image: url(/assets/pricing/list-qv-icon-ca0ca59848b5450d5a14ae095561190a2a16b311cee269258b399d0cb40a33a3.svg);
  width: 40px;
  height: 40px;
}

/* line 1010, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .pro-reports {
  background-color: #000000;
  mask-image: url(/assets/pricing/list-pro-report-icon-092e3501f2777b165d7e8fac1be980c9981ab720bc476aeb5f13b529d986d197.svg);
  -webkit-mask-image: url(/assets/pricing/list-pro-report-icon-092e3501f2777b165d7e8fac1be980c9981ab720bc476aeb5f13b529d986d197.svg);
  width: 40px;
  height: 40px;
}

/* line 1018, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .rent-comps {
  background-color: #000000;
  mask-image: url(/assets/pricing/list-rent-comps-icon-b787b09044d5e71c5b7a3c1fd1e3c9c23a3407003c81b55282d47bc2944e875d.svg);
  -webkit-mask-image: url(/assets/pricing/list-rent-comps-icon-b787b09044d5e71c5b7a3c1fd1e3c9c23a3407003c81b55282d47bc2944e875d.svg);
  width: 40px;
  height: 40px;
}

/* line 1026, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .custom-report {
  background-color: #000000;
  mask-image: url(/assets/pricing/list-custom-report-icon-43ba62bfa9de59629f0cf5c7bfde65a23b7482be4452dd54c0729050472476ce.svg);
  -webkit-mask-image: url(/assets/pricing/list-custom-report-icon-43ba62bfa9de59629f0cf5c7bfde65a23b7482be4452dd54c0729050472476ce.svg);
  width: 40px;
  height: 40px;
}

/* line 1034, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .mobile-app {
  background-color: #000000;
  mask-image: url(/assets/pricing/list-mobile-app-icon-5a4b3fd9f68cb7467c62d39f4df06e32187c380e4c9368e09f0e52abbb805bc5.svg);
  -webkit-mask-image: url(/assets/pricing/list-mobile-app-icon-5a4b3fd9f68cb7467c62d39f4df06e32187c380e4c9368e09f0e52abbb805bc5.svg);
  width: 40px;
  height: 40px;
}

/* line 1042, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .batch-processor {
  background-color: #000000;
  mask-image: url(/assets/pricing/list-batch-precessor-icon-e6f75b4e8e4c16c71374b6e4aa239a221e2ca8418c900b00ed825489b9a19248.svg);
  -webkit-mask-image: url(/assets/pricing/list-batch-precessor-icon-e6f75b4e8e4c16c71374b6e4aa239a221e2ca8418c900b00ed825489b9a19248.svg);
  width: 40px;
  height: 40px;
}

/* line 1050, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .lead-generation {
  background-color: #000000;
  mask-image: url(/assets/pricing/list-lead-generation-icon-cbabbb38c3ccecea6a79aa2a7bba2ff89fa164f9d58b5ee632d943a3910e9603.svg);
  -webkit-mask-image: url(/assets/pricing/list-lead-generation-icon-cbabbb38c3ccecea6a79aa2a7bba2ff89fa164f9d58b5ee632d943a3910e9603.svg);
  width: 40px;
  height: 40px;
}

/* line 1058, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .rentometer-api {
  background-color: #000000;
  mask-image: url(/assets/pricing/list-rentometer-api-icon-c636496ac5d7b5d2321ac928323ae8752146aa4705e4ab52a4b4bdb0b6c024c6.svg);
  -webkit-mask-image: url(/assets/pricing/list-rentometer-api-icon-c636496ac5d7b5d2321ac928323ae8752146aa4705e4ab52a4b4bdb0b6c024c6.svg);
  width: 40px;
  height: 40px;
}

/* line 1066, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .atlas-insights {
  background-color: #000000;
  mask-image: url(/assets/pricing/list-atlas-icon-e4c44cba46054aed87e5f6425fef8f2acb7153ff5a52e96f6433e19af0c76fe4.svg);
  -webkit-mask-image: url(/assets/pricing/list-atlas-icon-e4c44cba46054aed87e5f6425fef8f2acb7153ff5a52e96f6433e19af0c76fe4.svg);
  width: 40px;
  height: 40px;
}

/* line 1075, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .demo-full-image {
  width: 90%;
  height: auto;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}

/* line 1081, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .demo-gif-image {
  width: 95%;
  height: auto;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 1400px) {
  /* line 1081, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .demo-gif-image {
    width: 552px;
    height: 372px;
  }
}

/* line 1093, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .demo-rent-comps-image {
  width: 60%;
  height: auto;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 1300px) {
  /* line 1093, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .demo-rent-comps-image {
    width: 461px;
  }
}

/* line 1104, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .demo-custom-report-image {
  width: 55%;
  height: auto;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 600px) and (max-width: 900px) {
  /* line 1104, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .demo-custom-report-image {
    width: 40%;
  }
}

@media screen and (min-width: 1300px) {
  /* line 1104, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .demo-custom-report-image {
    width: auto;
    height: 395px;
  }
}

/* line 1120, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .demo-lead-generation-image {
  width: 67%;
  height: auto;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}

/* line 1127, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .pro_report_gif {
  display: block;
  background: url(/pro-report.gif) 0 0 no-repeat;
  width: 500px;
  height: 500px;
  animation: like-gif steps(28) 1s infinite both;
}

/* line 1136, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 0px;
  background-color: #196faf;
  height: max-content;
  gap: 24px;
  position: relative;
  background-position: bottom left, bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
}

@media (min-width: 950px) {
  /* line 1136, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .mobile-banner {
    flex-direction: row;
    background-image: url(/assets/pricing/background-8da3818b64dd3043c829b67d2e148e3940175d92971ff4aab2ffded2a661b3cc.svg);
    padding-top: 32px;
    padding-bottom: 0px;
  }
}

/* line 1165, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner-centered {
  justify-content: center;
  padding: 48px 20px;
  background-image: url(/assets/Elements-f2f59491e1d08ec332ffd2d44238559eaff51e99402c1bac22abc41e81347bf9.svg);
}

@media (min-width: 950px) {
  /* line 1165, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .mobile-banner-centered {
    flex-direction: column;
    /* override row */
    padding: 0;
    height: 426px;
    background-image: url(/assets/pricing/background-8da3818b64dd3043c829b67d2e148e3940175d92971ff4aab2ffded2a661b3cc.svg);
  }
}

/* line 1177, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner-centered .mobile-banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 856px;
  margin: 0 auto;
  text-align: center;
}

/* line 1186, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner-centered .mobile-banner-title {
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  /* line 1186, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .mobile-banner-centered .mobile-banner-title {
    font-size: 38px;
    margin-bottom: 24px;
  }
}

/* line 1198, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner-centered .mobile-banner-description {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  /* line 1198, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .mobile-banner-centered .mobile-banner-description {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

/* line 1211, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner-centered .mobile-banner-ctas {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

@media (min-width: 600px) {
  /* line 1211, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .mobile-banner-centered .mobile-banner-ctas {
    flex-direction: row;
    justify-content: center;
    width: auto;
  }
}

/* line 1223, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner-centered .mobile-banner-ctas .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 335px;
  height: 53px;
  max-width: 100%;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  transition: all 0.2s ease;
  margin: 0 auto;
}

@media (min-width: 600px) {
  /* line 1223, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .mobile-banner-centered .mobile-banner-ctas .btn {
    width: 235px;
    height: 56px;
  }
}

/* line 1243, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner-centered .mobile-banner-ctas .mobile-banner-btn-trial {
  background-color: #f17024;
  color: white;
  border: 1px solid #f17024;
}

/* line 1248, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner-centered .mobile-banner-ctas .mobile-banner-btn-trial:hover {
  background-color: #ec610f;
  border-color: #ec610f;
}

/* line 1254, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner-centered .mobile-banner-ctas .mobile-banner-btn-pricing {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}

/* line 1259, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner-centered .mobile-banner-ctas .mobile-banner-btn-pricing:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 1266, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner-qr-content {
  display: flex;
  position: relative;
}

@media (min-width: 500px) {
  /* line 1266, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .mobile-banner-qr-content {
    gap: 24px;
  }
}

/* line 1274, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner-qr-content .qr-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 25px 0 8px;
}

@media (min-width: 768px) {
  /* line 1274, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .mobile-banner-qr-content .qr-section {
    flex-direction: row;
    gap: 24px;
    padding: 60px 0 44px;
  }
}

/* line 1287, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner-qr-content .qr-section-container {
  border-radius: 12px;
  padding: 8px;
  background-color: white;
  box-shadow: 0px 2.05px 5.45px rgba(128, 128, 128, 0.16), 0px 4.77px 5.45px rgba(128, 128, 128, 0.14), 0px 10.23px 8.18px rgba(128, 128, 128, 0.04), 0px 37.5px 8.18px rgba(128, 128, 128, 0.02), 0px 58.64px 8.18px rgba(128, 128, 128, 0);
  height: 178px;
  width: 142px;
  box-sizing: border-box;
  z-index: 2;
}

@media (min-width: 768px) {
  /* line 1287, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .mobile-banner-qr-content .qr-section-container {
    height: 208px;
    width: 160px;
    padding: 12px;
  }
}

/* line 1313, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner-qr-content .banner-image {
  position: relative;
  width: 240px;
  flex-shrink: 0;
  overflow: hidden;
  margin-left: -50px;
}

@media (min-width: 450px) {
  /* line 1313, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .mobile-banner-qr-content .banner-image {
    margin-left: 0;
  }
}

/* line 1325, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner-qr-content .banner-image img {
  height: 500px;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 1335, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner .qr-box {
  position: relative;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  /* line 1335, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .mobile-banner .qr-box {
    margin-bottom: 8px;
  }
}

/* line 1344, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner .qr-box-img {
  height: 118px;
  width: 126px;
}

@media (min-width: 768px) {
  /* line 1344, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .mobile-banner .qr-box-img {
    height: 136px;
    width: 136px;
  }
}

/* line 1354, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner .qr-box-logo {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 1361, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner .qr-box-btn {
  height: 40px;
  width: 100%;
}

/* line 1366, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner .qr-box-coming-soon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 1375, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials {
  background-color: #f8fafd;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1381, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials-contentainer {
  max-width: 850px;
  width: 100%;
  text-align: center;
}

/* line 1386, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials-contentainer-title {
  font-size: 20px;
  line-height: 16px;
  font-weight: 500;
  color: #196faf;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  /* line 1386, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .testimonials-contentainer-title {
    font-size: 38px;
    line-height: 56px;
    font-weight: 700;
  }
}

/* line 1400, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials-contentainer-slider {
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
}

/* line 1405, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials-contentainer-slider input {
  display: none;
}

/* line 1409, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials-contentainer-slider-content {
  display: flex;
  transition: transform 0.5s ease;
}

/* line 1414, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials-contentainer-slider-nav {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

/* line 1422, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials .testimonials-slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px 10px;
  position: relative;
}

@media (min-width: 768px) {
  /* line 1422, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .testimonials .testimonials-slide {
    padding: 20px 40px 0px;
  }
}

/* line 1432, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials .testimonials-slide-mark {
  position: absolute;
  left: 0;
  top: 0;
  height: 11px;
  width: 14px;
}

@media (min-width: 768px) {
  /* line 1432, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .testimonials .testimonials-slide-mark {
    height: auto;
    width: auto;
  }
}

/* line 1446, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials .testimonials-slide-description {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  color: #2d3035;
  text-align: center;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  /* line 1446, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .testimonials .testimonials-slide-description {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}

/* line 1463, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials .testimonials-slide-person {
  font-style: italic;
  font-size: 12px;
  line-height: 25px;
  font-weight: 400;
  color: #717780;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 1463, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .testimonials .testimonials-slide-person {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
  }
}

/* line 1479, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials .testimonials-slider-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border: 1px solid #f5a16f;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* line 1489, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials .testimonials-slider-dot:hover {
  background-color: #f5a16f;
}

/* line 1493, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials #slide1:checked ~ .testimonials-contentainer-slider-content {
  transform: translateX(0);
}

/* line 1497, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials #slide2:checked ~ .testimonials-contentainer-slider-content {
  transform: translateX(-100%);
}

/* line 1501, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials #slide3:checked ~ .testimonials-contentainer-slider-content {
  transform: translateX(-200%);
}

/* line 1505, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials #slide1:checked
~ .testimonials-contentainer-slider-nav
label[for="slide1"] {
  background-color: #f5a16f;
}

/* line 1511, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials #slide2:checked
~ .testimonials-contentainer-slider-nav
label[for="slide2"] {
  background-color: #f5a16f;
}

/* line 1517, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials #slide3:checked
~ .testimonials-contentainer-slider-nav
label[for="slide3"] {
  background-color: #f5a16f;
}

/* line 1525, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .important-terms-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: 8px;
  outline: none;
  border: none;
}

/* line 1539, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .important-terms-content {
  width: 100%;
}

/* line 1543, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .important-terms-item {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #2d3035;
  margin-left: 16px;
  padding-left: 16px;
}

/* line 1551, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .important-terms-item::marker {
  color: #5796d2;
}

/* line 1555, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .important-terms-item:not(:last-child) {
  margin-bottom: 12px;
}

/* line 1560, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .important-terms details summary::-webkit-details-marker {
  display: none;
}

/* line 1564, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .important-terms details summary::before {
  content: "▶";
  font-size: 12px;
  transition: transform 0.3s ease;
}

/* line 1570, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .important-terms details[open] summary::before {
  transform: rotate(90deg);
}

/* line 1574, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .important-terms details .content {
  padding-top: 10px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.5s ease;
}

/* line 1584, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .important-terms details[open] .content {
  opacity: 1;
  max-height: 500px;
  transition: opacity 0.3s ease, max-height 0.5s ease;
}

/* line 1592, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .important-terms details summary:focus {
  outline: none;
  background-color: transparent;
}

/* line 1597, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .important-terms details[open] summary {
  background-color: white;
  color: black;
  outline: none;
}

/* line 1604, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .rent-research {
  display: flex;
  justify-content: center;
}

/* line 1608, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .rent-research-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

/* line 1615, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .rent-research-title {
  font-size: 20px;
  line-height: 16px;
  font-weight: 500;
  color: #196faf;
  text-align: center;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  /* line 1615, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .rent-research-title {
    font-size: 36px;
    line-height: 56px;
    margin-bottom: 0px;
  }
}

/* line 1632, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .rent-research-description {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  color: #2d3035;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 1632, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .rent-research-description {
    font-size: 18px;
    line-height: 32px;
  }
}

/* line 1645, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .rent-research-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

/* line 1652, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .rent-research-btn {
  background-color: #ef6f22;
  border: none;
  outline: none;
  border-radius: 4px;
  height: 52px;
  width: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: white;
  text-decoration: none;
}

/* line 1670, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .rent-research-btn:hover, .pricing-below-fold .rent-research-btn:focus {
  color: white;
  text-decoration: none;
  filter: brightness(0.92);
}

/* line 1680, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .rent-research-btn-trial {
  background-color: #4caf50;
}

/* line 1684, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .rent-research-btn-pricing {
  background-color: #196faf;
}

/* line 1690, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.mobile-banner-centered {
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 24px !important;
}

/* line 1696, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.mobile-banner-centered .mobile-banner-content {
  align-items: center !important;
}
