.toggle_term-length {
    border-radius: 999px;
    background: #eee;
    display:flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin:auto;
    overflow: hidden;
    gap: 5px;
}
.ttl-wrapper {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 40px auto;
    text-align: center;
}
.yearly-save-reminder {
    font-weight: 700;
    padding: 13px 10px;
    text-transform: uppercase;
    font-size: 17px;
    display: block;
}
.mailer_format_wrap {
    max-width: 760px;
    margin: 0 auto;
}

.mailer_format_card,
.placement_option_card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.mailer_demo_stack {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
}

.mailer_demo_label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
    align-self: flex-start;
}

.mailer_envelope_demo,
.mailer_insert_demo,
.placement_demo {
    width: 100%;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    border: 2px dashed rgba(37, 99, 235, 0.25);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.mailer_envelope_demo::before,
.mailer_insert_demo::before,
.placement_demo::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(37, 99, 235, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 99, 235, 0.04) 1px, transparent 1px);
    background-size: 18px 18px;
}

.mailer_demo_inner,
.placement_demo_inner {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 18px;
}

.mailer_demo_inner h4,
.placement_demo_inner h4 {
    margin: 10px 0 8px;
    font-size: 20px;
    line-height: 1.2;
}

.mailer_demo_inner p,
.placement_demo_inner p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #475569;
}

.placement_badge {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.1);
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.mailer_envelope_demo {
    max-width: 520px;
    aspect-ratio: 8.25 / 3.375;
}

.mailer_insert_demo {
    max-width: 560px;
    aspect-ratio: 8.5 / 3.67;
}

.placement_options_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.placement_option_header {
    margin-bottom: 18px;
    text-align: center;
}

.placement_full {
    aspect-ratio: 8.5 / 3.67;
}

.placement_half {
    aspect-ratio: 4.25 / 3.67;
    max-width: 50%;
}

.placement_double {
    box-shadow: inset 0 -16px 0 rgba(37, 99, 235, 0.06);
}

.double_side_note {
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #1d4ed8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

@media (max-width: 991px) {
    .placement_options_wrap {
        grid-template-columns: 1fr;
    }

    .placement_half {
        max-width: 100%;
    }
}
.rvAll-title{font-size:42px!important;font-weight:800;}
.reviews-widget{padding-top: 0!important;padding-bottom: 0!important;}
.margin-40 {margin:40px}
.toggle_term-length span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    line-height: 1;
    color: #00000070;
    font-weight: 600;
    transition: ease-in-out 200ms;
    font-size: 18px;
    min-width: 185px;
    border-radius: 999px
}
.toggle_term-length span:not(.active):hover {
    cursor: pointer;
    background: #b4e9d1;
    z-index: 0;
}
.toggle_term-length span.active:first-of-type {margin-right:-41px}
.toggle_term-length span.active:last-of-type {margin-left:-41px}
.toggle_term-length span:not(.active):first-of-type {padding-left:17px}
.toggle_term-length span:not(.active):last-of-type {padding-right:17px}
.toggle_term-length span.active {
    background: #05bb68;
    color: #fff;
    border-radius: 999px;
    z-index: 1;
    font-weight: 800;
    min-width: 140px;
}
.section_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 24px;
  align-items: stretch;
  position: relative;
  padding: 10px;
  margin: auto;
  max-width: 1400px;
}

._2-months-free {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 180px;
  z-index: 5;
}
.strikethough {
    text-decoration: line-through;
}
.flyerpak_pricing .feature_row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  width: 100%;
}
.flyerpak_pricing .feature_text_wrap {
  flex: 1;
}
.flyerpak_pricing .feature_info_wrap {
  position: relative;
  flex: 0 0 auto;
}
.flyerpak_pricing .feature_info_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    border: 1px solid #6f7a87;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    font-family: initial;
    font-weight: 600;
    color: #6f7a87;
}
.flyerpak_pricing .feature_tooltip {
  position: absolute;
  right: 0;
  top: 24px;
  width: 240px;
  background: #01061ce3;
  color: #fff;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.4;
  z-index: 20;
  display: none;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}
.flyerpak_pricing .feature_info_wrap:hover .feature_tooltip {
  display: block;
}
.flyerpak_pricing .pricing_error,
.flyerpak_pricing .pricing_loading {
  padding: 20px;
}
.card_plans-2 {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  position: relative;
  display: flex;
}

.card_content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 32px 24px;
}
.card_plans-2.popular {
  border: 2px solid #00ffe5;
}

.card_plans-2.growth {
  border: 2px solid #00ffe5;
}
[icon="arrow_right"] svg {
    transform: rotate(-38deg);
    width: 20px;
    fill: #9a4d00;
}
.plan_label-2 {
  display: inline-flex;
  align-self: flex-start;
  background: #00ffe5;
  color: #000000;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 8px 12px;
  border-radius: 999px;
  margin-bottom: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
}
[icon="checkmark"] {flex: 0 0 25px;}
[icon="checkmark"] svg {fill:#00eb4f;}
.popular .plan_label-2 {
  background: #00ffe5;
}

.growth .plan_label-2 {
  background: #00ffe5;
}

.plan_icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
  align-self: center;
  display: none;
}

.pricing-card-title {
  font-size: 26px;
  text-align: center;
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
  color: #111;
}
.card_content.accordion .pricing-card-title{text-align:left;}
.price_content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  margin-bottom: 8px;
}
.flyerpak_cta_section {
    position: relative;
}

.flyerpak_cta_section .card_plans-2 {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: none;
}

.flyerpak_cta_section .card_content {
    position: relative;
    z-index: 2;
    border-radius: 24px;
    padding: 50px 30px;
    background: linear-gradient(180deg, #00ffff, #fff 70%)
}

.flyerpak_cta_section .section_title {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.1;
}

.flyerpak_cta_section .h6.color_gray_50 {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.65;
}
.flyerpak_cta_section .flex.justify_center {
    align-items: center;
}

@media (max-width: 767px) {
    .flyerpak_cta_section .card_content {
        padding: 35px 20px;
    }

    .flyerpak_cta_section .btn {
        width: 100%;
        min-width: 0;
    }

    .flyerpak_cta_section .flex.justify_center {
        flex-direction: column;
    }
}
.price_content .price {
  font-size: 54px;
  line-height: 1;
  font-weight: 800;
  margin: 0;
}

.price_cents {
  font-size: 24px;
  vertical-align: super;
}

.h5-2,
.h5,
.h2,
.h6,
.p20 {
  margin: 0;
}

.top10 {
  margin-top: 10px;
}

.center {
  text-align: center;
}

.color_black100 {
  color: #111;
}

.color_gray_50,
.color_gray50 {
  color: #5f6368;
}

.color_grayspacial {
    color: #555;
    font-weight: 600;
}

.color_red {
  color: #d93025;
}

.regular {
  font-weight: 400;
}

.setup_fee {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}

.pricing-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 14px 20px;
  border-radius: 12px;
  background: #ff7a00;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s ease;
  box-sizing: border-box;
}

.pricing-button:hover {
  background: #e56d00;
  transform: translateY(-1px);
}

.save-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 16px 0 24px;
  padding: 12px 14px;
  background: #fff6ee;
  border: 1px solid #ffd2ae;
  border-radius: 12px;
  font-size: 14px;
  color: #9a4d00;
}

.save-label img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.div_checks-2 {
  display: grid;
  gap: 17px;
  margin-top: 8px;
}

.checkbox_content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.check_icon-2 {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 2px;
}

._1-12rem {
  line-height: 1.5;
}

.margin-16 {
  height: 16px;
}

.margin-24 {
  height: 24px;
}

.margin-32 {
  height: 32px;
}

@media (max-width: 1200px) {
  .card_plans-2.popular {
    transform: none;
  }
}

@media (max-width: 767px) {
  .card_content {
    padding: 24px 18px;
  }

  .pricing-card-title {
    font-size: 26px;
  }

  .price_content .price {
    font-size: 44px;
  }

  ._2-months-free {
    position: static;
    transform: none;
    margin: 0 auto 16px;
    display: block;
  }
}