:root {
  --viola: #2f0045;
  --cultured-white: whitesmoke;
  --caribbean-green: #1ed895;
  --off-light-01: #edebee;
  --azure: #007df6;
  --off-light-2: #d5ccda;
  --watermelon: #ff2559;
  --saffron: #fabb2f;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

.section {
  background-color: var(--viola);
}

.footer-header {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 136px;
  padding-top: 44px;
  display: flex;
}

.image {
  max-width: 44px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-link-column {
  flex-direction: column;
  display: flex;
}

.footer-link-column.hide {
  display: none;
}

.footer_column-title {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.footer_column-link {
  color: #aab0d8;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.footer_column-link:hover {
  color: var(--cultured-white);
  font-weight: 700;
}

.footer_column-link.w--current {
  color: #aab0d8;
  cursor: pointer;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.footer_column-link.w--current:hover {
  color: #fff;
  font-weight: 700;
}

.footer_columns {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 136px;
  padding-bottom: 50px;
  display: flex;
}

.footer_columns.hide {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 136px;
  display: flex;
}

.header_logo {
  justify-content: flex-start;
  align-items: center;
  max-height: 180px;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-2 {
  max-height: 136px;
}

.image-3 {
  margin-right: 10px;
}

.div-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button_purplegreeen {
  background-color: var(--viola);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 188px;
  max-width: 188px;
  height: 50px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.button_purplegreeen:hover {
  opacity: 1;
  mix-blend-mode: normal;
  border: 1.5px solid #1cd895;
  transform: translate(2px, 2px);
  box-shadow: 3px 3px #1cd895;
}

.top-nav {
  justify-content: flex-start;
  width: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.header_text-link {
  color: var(--viola);
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.header_text-link.nondropdown {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: block;
}

.header_text-link.nondropdown.hide {
  display: block;
}

.header_text-link.nondropdown.hide.w--current {
  color: var(--viola);
}

.header_dropdown {
  display: block;
}

.container {
  min-height: 10px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.hero_homepage-content {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  display: flex;
}

.text-block {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

.body {
  background-color: var(--cultured-white);
  max-width: 100vw;
}

.button_greenpurple {
  background-color: var(--caribbean-green);
  width: 325px;
  max-width: 325px;
  height: 50px;
  color: var(--viola);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.button_greenpurple:hover {
  border: 1.5px solid var(--viola);
  box-shadow: 3px 3px 0 0 var(--viola);
  opacity: 1;
  mix-blend-mode: normal;
  transform: translate(2px, 2px);
}

.button_greenpurple.hide {
  display: none;
}

.social-proof_press_homepage {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  opacity: .5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.social-proof_press_homepage.off-light-bg {
  background-color: var(--off-light-01);
  opacity: 1;
}

.text-block-2 {
  color: var(--viola);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.logo-container {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-4 {
  display: none;
}

.container_left-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.container_left-copy.feature_hero {
  object-fit: fill;
  align-items: center;
  margin-top: 0;
}

.container_left-copy.homepage {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  max-width: 1000px;
}

.div_left-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
  margin-right: -69px;
  padding-right: 133px;
  display: flex;
}

.div_left-copy.widen {
  max-width: 600px;
}

.div_left-copy.widen.features {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.div_left-copy.widen.features.tab-test {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 625px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading {
  font-size: 44px;
}

.heading-2 {
  color: var(--viola);
  font-family: Roboto, sans-serif;
}

.heading-2.white {
  color: var(--cultured-white);
}

.text-block-3 {
  max-width: 600px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.text-block-3.white {
  color: var(--cultured-white);
}

.div_element-right {
  max-width: 376px;
  position: relative;
}

.div_element-right.feature_hero {
  object-fit: fill;
  max-width: 600px;
}

.div_element-right.features {
  object-fit: fill;
  max-width: 400px;
}

.section-3 {
  flex-direction: column;
  margin-top: 100px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.div_stat-tiles {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  margin-left: 140px;
  margin-right: 140px;
  display: flex;
}

.tile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--viola);
  width: 260px;
  height: 170px;
  box-shadow: 6px 6px 0 2px var(--viola);
  background-color: #fff;
  border-radius: 21px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tile_title {
  color: var(--viola);
  font-family: Roboto, sans-serif;
  font-size: 44px;
  font-weight: 700;
}

.stattile_tite {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.section-4 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-5 {
  background-color: #007df6;
}

.div_reviews {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.div_review-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.tile_review {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--viola);
  width: 340px;
  height: auto;
  min-height: 200px;
  box-shadow: 6px 6px 0 2px var(--viola);
  background-color: #fff;
  border-radius: 21px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.tile_review.static {
  height: 100%;
}

.review-tile_title {
  color: #000;
  flex: 0 auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.review-tile_body {
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.review-tile_body.extended {
  display: none;
}

.div-block-2 {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 12px;
  display: flex;
}

.image-5 {
  object-fit: fill;
  min-width: 100%;
  max-width: none;
  margin-top: 40px;
  margin-bottom: -1px;
  display: block;
}

.section-curve {
  width: 100vw;
  min-width: 100%;
  max-width: none;
  margin-top: -4px;
  margin-bottom: -4px;
  display: block;
}

.div_bottomctagreen {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--caribbean-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -2px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.text-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--viola);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  display: flex;
}

.image-7 {
  min-width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: -4px;
}

.section-6 {
  padding-top: 90px;
  padding-bottom: 22px;
}

.container_right-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: none;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-8 {
  padding-right: 60px;
}

.section-7 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.irregularbgshape {
  z-index: -2;
  clear: none;
  max-width: 1000px;
  position: absolute;
  inset: 0%;
}

.irregularbgshape.insights-map {
  margin-top: 10px;
  margin-left: 33px;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.irregularbgshape.homepage {
  top: -4%;
  left: 17%;
}

.irregularbgshape.features {
  top: -7%;
  left: 18%;
}

.div_callout {
  background-color: var(--off-light-01);
  width: 368px;
  height: 110px;
  color: var(--viola);
  object-fit: fill;
  border-radius: 8px;
  margin-top: 40px;
  margin-left: 220px;
  position: absolute;
  inset: auto auto -44% -44%;
}

.callout_body {
  color: #000;
  object-fit: fill;
  width: auto;
  padding: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  position: static;
}

.callout_exclaimation {
  position: absolute;
  inset: 0% auto 0% -4%;
}

.image-9 {
  z-index: -2;
  position: absolute;
  inset: -3% -24% 0% auto;
}

.top-nav_dropdown-list {
  background-color: #817575;
}

.top-nav_dropdown-list.w--open {
  border: 1px solid var(--viola);
  box-shadow: 1px 1px 0 2px var(--viola);
  background-color: #fff;
  border-radius: 6px;
}

.top-nav_dropdown-link {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.top-nav_dropdown-link:hover {
  font-weight: 700;
}

.container_right-copy-copy {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  display: flex;
  position: relative;
}

.container_right-copy-copy.features {
  align-items: center;
}

.div_callout-2-0 {
  background-color: var(--off-light-01);
  border-radius: 8px;
  margin-top: 20px;
  position: relative;
  left: 14px;
}

.div_callout-2-0.get-only-the-text {
  position: relative;
  left: auto;
}

.features_man-image {
  object-fit: fill;
  max-width: none;
  max-height: 470px;
  margin-left: -60px;
}

.section-8 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.image-11 {
  position: absolute;
  inset: 12% auto auto -2%;
}

.header_logo-mobile {
  align-items: center;
  max-height: 180px;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-12 {
  max-height: 80px;
  padding-right: 10px;
}

.div_mobilenav {
  display: none;
}

.container_topnav {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  min-height: 10px;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu.hide {
  display: none;
}

.brand {
  align-items: center;
  padding-top: 8px;
  display: flex;
}

.navbar {
  background-color: var(--cultured-white);
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-2 {
  max-width: 1440px;
}

.top-nav_dropdown-toggle-mobile.hide {
  display: block;
}

.footer_legal {
  opacity: .5;
  justify-content: space-between;
  margin: 40px 140px 0 136px;
  padding-bottom: 40px;
  display: flex;
}

.footer_legal-copy {
  color: #aab0d8;
  font-family: Roboto, sans-serif;
}

.button {
  background-image: url('../images/Washington-Post.svg');
  background-position: 0 0;
  background-size: auto;
}

.hero-section {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 100px;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 70px;
}

.hero-section._101-page {
  background-image: url('../images/Whiteboard.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.image-13 {
  object-fit: none;
}

.heading-3 {
  color: var(--viola);
  font-size: 44px;
  line-height: 50px;
}

.text-block-6 {
  color: var(--viola);
  text-align: center;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 44px;
  font-weight: 700;
}

.section-9 {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.benefit {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 285px;
  display: flex;
}

.benefit-row {
  grid-column-gap: 122px;
  grid-row-gap: 122px;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.benefit-copy {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.explore-features-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-style: none none none solid;
  border-width: 1px 1px 1px 4px;
  border-color: black black black var(--caribbean-green);
  flex-direction: column;
  align-items: flex-start;
  max-width: 570px;
  margin-right: 20px;
  padding-left: 10px;
  display: flex;
}

.text-block-7 {
  color: var(--viola);
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.text-block-8 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.explore-tk-features {
  display: flex;
}

.explore-tk-features.privacy, .explore-tk-features.algorithm, .explore-tk-features.customization, .explore-tk-features.control {
  display: block;
}

.div-block-3 {
  background-color: var(--caribbean-green);
  width: 4px;
  max-width: 8px;
  margin-right: 10px;
}

.button-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.button_pill_active {
  border: 1px solid var(--viola);
  background-color: var(--caribbean-green);
  box-shadow: 3px 3px 0 0 var(--viola);
  color: var(--viola);
  border-radius: 8px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  overflow: visible;
}

.button_pill_inactive {
  color: var(--viola);
  background-color: #d5ccda;
  border: 1px solid #ac99b5;
  border-radius: 8px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-right: -75px;
  display: flex;
}

.homepage_wallet-image {
  object-fit: fill;
  max-width: none;
  max-height: 370px;
  margin-left: 3px;
}

.tabs-menu {
  display: flex;
}

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.tab-link-tab-3, .tab-link-tab-2 {
  margin-left: 20px;
}

.div_stats {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--azure);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.mobile-section-title_center {
  max-width: 618px;
  color: var(--cultured-white);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
}

.mobile-section-title_center.violet {
  color: var(--viola);
}

.container_centered-hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.container_centered-hero.feature_hero {
  object-fit: fill;
  align-items: center;
  margin-top: 0;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-10 {
  text-align: center;
  max-width: 658px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 38px;
}

.confetti {
  z-index: -3;
  position: absolute;
}

.div_press-request {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.text_press-request {
  text-align: center;
  max-width: 644px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.section_scams {
  flex-direction: column;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.scams-tabs {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  display: flex;
  position: relative;
}

.tabs-menu-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  padding-bottom: 40px;
  display: flex;
}

.tabs-menu-2.features {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: none;
  margin-right: auto;
}

.text-block-11 {
  border-radius: 8px;
}

.tab-link-tab-2-2 {
  background-color: var(--off-light-2);
  border: 1px solid #ac99b5;
  border-radius: 8px;
}

.tab-link-tab-2-2.w--current {
  border-color: var(--viola);
  background-color: var(--caribbean-green);
  box-shadow: 3px 3px 0 2px var(--viola);
}

.tab-link-tab-1 {
  background-color: var(--off-light-2);
  border: 1px solid #ac99b5;
  border-radius: 8px;
}

.tab-link-tab-1.w--current {
  border: 1px solid var(--viola);
  background-color: var(--caribbean-green);
  border-radius: 8px;
  box-shadow: 3px 3px 0 2px #000;
}

.text-block-12 {
  color: var(--viola);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div_top-scams-row {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: center;
  align-items: flex-end;
  max-width: 1100px;
  margin-bottom: 0;
  margin-left: 70px;
  margin-right: 70px;
  padding: 60px 40px 100px;
  display: flex;
}

.div_top-scams-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  max-width: 160px;
  display: flex;
}

.text-block-13 {
  color: var(--viola);
}

.bold-text {
  color: var(--viola);
  font-size: 20px;
}

.insights_subtext {
  color: #a38fad;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.spam-category {
  border-bottom: 4px solid var(--caribbean-green);
  color: var(--viola);
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.tab-pane-tab-1 {
  max-width: 1100px;
}

.cat1 {
  max-width: none;
  max-height: 160px;
}

.cat2 {
  max-height: 150px;
}

.cat3 {
  max-width: none;
  max-height: 120px;
}

.cat4 {
  max-width: none;
  max-height: 91px;
}

.image-14 {
  max-height: 84px;
}

.container_tk-diff {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.container_tk-diff.feature_hero {
  object-fit: fill;
  align-items: center;
  margin-top: 0;
}

.div_big-stat {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.text-block-15 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.text-block-16, .text-block-17 {
  color: var(--caribbean-green);
  font-size: 48px;
}

.bold-text-2 {
  margin-left: -8px;
  padding-left: 0;
}

.section-10 {
  padding-top: 100px;
  padding-bottom: 40px;
}

.image-15 {
  z-index: -2;
  position: absolute;
  inset: 71px 0% 0% 2%;
}

.div_top-scam-states {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: stretch;
  max-width: 1100px;
  margin: 20px 140px;
  padding: 20px 0;
  display: flex;
}

.div_state-stat {
  background-color: var(--cultured-white);
  border-radius: 10px;
  width: 370px;
  padding: 20px;
}

.div_state-stat.file-link {
  opacity: .76;
}

.div-block-6 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.text-block-18 {
  color: var(--watermelon);
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div_states-column {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-direction: column;
  display: flex;
}

.tab-pane-tab-2 {
  border: 1px #000;
  flex: 0 auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.tab-pane-tab-2.features {
  border-left-width: 4px;
  border-left-color: var(--caribbean-green);
  padding-bottom: 20px;
}

.tabs-content {
  justify-content: center;
  padding-top: 23px;
  padding-bottom: 24px;
  display: flex;
}

.tabs-content.features {
  justify-content: flex-start;
  padding-top: 0;
  font-family: Roboto, sans-serif;
}

.text-block-19 {
  color: var(--viola);
  font-family: Roboto, sans-serif;
}

.div_double-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 100px;
  display: flex;
}

.text-link {
  color: var(--viola);
  font-family: Roboto, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.text-link:hover {
  font-weight: 700;
  text-decoration: none;
}

.image-16 {
  max-width: 200%;
  margin-top: 0;
  padding-left: 0;
}

.div_call-container {
  justify-content: center;
  max-width: 1000px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
}

.image-17 {
  max-width: 150%;
}

.tab-link-tab-3-2 {
  background-color: var(--off-light-2);
  border: 1px solid #ac99b5;
  border-radius: 8px;
}

.tab-link-tab-3-2.w--current {
  border-color: var(--viola);
  background-color: var(--caribbean-green);
  box-shadow: 3px 3px 0 2px var(--viola);
  color: var(--viola);
}

.tab-link-tab-4 {
  background-color: var(--off-light-2);
  border: 1px solid #ac99b5;
  border-radius: 8px;
}

.tab-link-tab-4.w--current {
  border-color: var(--viola);
  background-color: var(--caribbean-green);
  box-shadow: 3px 3px 0 2px var(--viola);
  color: var(--viola);
}

.tab-link-tab-5 {
  background-color: var(--off-light-2);
  border: 1px solid #ac99b5;
  border-radius: 8px;
}

.tab-link-tab-5.w--current {
  border-color: var(--viola);
  background-color: var(--caribbean-green);
  box-shadow: 3px 3px 0 2px var(--viola);
  color: var(--viola);
}

.irregular-shape-mobile, .section-triangle {
  display: none;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: 4px solid var(--saffron);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 12px;
  padding-left: 20px;
  display: flex;
}

.heading-4 {
  color: var(--viola);
}

.image-19, .image-20, .section-triangle_lower {
  display: none;
}

.diamond-shape {
  background-color: var(--saffron);
  width: 16px;
  height: 16px;
  position: absolute;
  inset: 27% 0 0% -1.5%;
  transform: rotate(50deg);
}

.diamond-shape._2 {
  top: 59%;
}

.diamond-shape._3 {
  top: 82%;
}

.diamond-shape-2 {
  background-color: #fabb2f;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 34% auto auto 4%;
  transform: rotate(50deg);
}

.diamond-shape-2._2 {
  top: 59%;
}

.div_paragraph-section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--viola);
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.image-21 {
  min-width: 100vw;
  max-width: none;
  margin-top: -4px;
}

.image-22 {
  border-bottom: 4px solid var(--viola);
  min-width: 100vw;
  max-width: none;
  margin-bottom: 0;
  padding-top: 0;
}

.paragraph {
  max-width: 500px;
  color: var(--cultured-white);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 34px;
}

.bullet-text-block {
  border-left: 4px none var(--saffron);
  color: var(--cultured-white);
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.bullet-text-block._2-line {
  line-height: 32px;
}

.diamond-bullet {
  position: relative;
}

.section-11 {
  background-color: var(--viola);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 140px;
}

.list-item {
  background-image: url('../images/Diamond-Bullet.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 #000;
  padding-left: 0;
}

.list-item.diamond-bullet {
  background-position: 0 16%;
  padding-bottom: 20px;
  padding-left: 8px;
}

.list-item.diamond-bullet._2-line {
  background-position: 0 16%;
}

.list-item.diamond-bullet._2-line.no-pad {
  padding-bottom: 0;
}

.list {
  border-left: 0 #000;
  margin-left: -11px;
  padding-left: 0;
  list-style-type: none;
}

.div_bullets {
  border-left: 4px solid var(--saffron);
  margin-left: 20px;
  margin-right: 0;
}

.tcc-selector-item-text {
  color: #80839b;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
}

.tcc-selector-item-text.selected {
  color: #010838;
}

.tcc-selector-right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.tcc-selector-right.spam101 {
  width: 55%;
  padding-right: 40px;
}

.slide-nav {
  display: none;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.pcr-content {
  width: 66%;
}

.how-it-works-image {
  width: 100%;
  max-width: 70px;
  margin-right: 80px;
}

.article-section {
  background-color: var(--cultured-white);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 40px 0%;
}

.toc-title {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.rd-how-it-works-wrapper {
  background-color: #f9f9fc;
  border-radius: 12px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.rd-how-it-works-wrapper.add-padding {
  padding-left: 10px;
  padding-right: 10px;
}

.rd-how-it-works-wrapper.flex-wrapper-div {
  display: flex;
}

.rd-how-it-works-wrapper.flex-wrapper-div.padd-lr {
  padding-left: 10px;
  padding-right: 10px;
}

.rd-how-it-works-wrapper.flex-wrapper-div.padd-lr.vertical {
  padding: 20px;
}

.article_link {
  color: var(--viola);
  font-weight: 700;
  text-decoration: underline;
}

.paragraph-6 {
  color: #010838;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
}

.h2-2 {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.h2-2.left {
  text-align: left;
}

.h2-2.left.rd-small-h2-robocall101 {
  color: #010838;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
}

.pcr-image {
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
}

.rd-left-border-green-div {
  border-left: 10px solid #b0f9e0;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 20px;
}

.slider3-item-down {
  padding-top: 24px;
  padding-left: 25px;
  padding-right: 25px;
}

.table-of-contents-wrapper {
  width: 30%;
}

.features-accordion {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.features-accordion.toc-dropdown {
  display: none;
}

.heading-20 {
  color: #010838;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 54px;
}

.image-23 {
  background-color: #0000;
}

.how-it-works-title {
  color: #010838;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 33px;
}

.how-it-works-title.mb0 {
  margin-bottom: 10px;
}

.thumb-up-down {
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.slider-2 {
  background-color: #0000;
  flex: 0 auto;
  height: auto;
  margin-top: 40px;
}

.slider-2.pages-slider-mobile {
  display: none;
}

.table-of-contents-desktop {
  border: 2px solid var(--viola);
  box-shadow: 3px 3px 0 2px var(--viola);
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 30px;
  position: relative;
}

.heading-19 {
  color: #010838;
  margin-top: 0;
  font-size: 23px;
  line-height: 33px;
}

.image-24 {
  display: block;
}

.robocalls-icon-rd {
  margin-top: 0;
  margin-bottom: 28px;
}

.how-it-works-item {
  background-color: #f9f9fc;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 6px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.how-it-works-item.flex-start {
  align-items: flex-start;
}

.how-it-works-item.add-padding {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.how-it-works-text {
  width: 90%;
  max-width: none;
}

.how-it-works-text.spam101 {
  width: 40%;
}

.image-644 {
  width: 100%;
}

.anchor-link {
  color: var(--viola);
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.anchor-link:hover {
  color: var(--viola);
  font-weight: 700;
}

.list-2 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
}

.slide {
  height: 60px;
}

.slide.slider2-slide {
  height: 166px;
}

.slide.slider2-slide.slider3-slide {
  height: 490px;
}

.tcc-selector-item {
  cursor: pointer;
  border-left: 5px solid #e6e6eb;
  width: 100%;
  margin-left: -5px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
}

.tcc-selector-item.selected {
  border-left-color: #010838;
  padding-left: 50px;
}

.tcc-selector-item.tcc-higher-item-spam101 {
  padding-bottom: 45px;
}

.left-arrow {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-item-2 {
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
}

.slider3-item {
  background-color: #fff;
  border-radius: 10px;
  width: 370px;
  height: 450px;
  margin-left: 10px;
  margin-right: 10px;
}

.slide-holder {
  justify-content: space-around;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-holder.slider2-slide-holder {
  align-items: flex-start;
}

.slide-holder.slider2-slide-holder.slider3-slide-holder {
  justify-content: space-between;
  width: 90%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.mw-1210 {
  justify-content: space-between;
  width: 90%;
  max-width: 1210px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.image-586 {
  margin-right: 15px;
}

.article_body {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}

.image-645 {
  position: absolute;
  inset: -12% auto auto -21%;
  transform: rotate(-100deg);
}

.artcle_h1 {
  color: var(--viola);
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.num-list-copy {
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.article_num-list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div_accordion {
  padding-right: 0;
  display: flex;
}

.dark-blue-btn {
  background-color: #010838;
  border-radius: 54px;
  padding: 14px 64px;
  text-decoration: none;
}

.dark-blue-btn.dark-blue-btn-v2 {
  padding-left: 48px;
  padding-right: 48px;
  display: block;
}

.dark-blue-btn.dark-blue-btn-v2.mt-26 {
  margin-top: 26px;
}

.image-633 {
  margin-right: 8px;
}

.accordion-item-title-arrow {
  order: 0;
  align-self: auto;
  width: 19px;
  height: 11px;
  margin-right: 0;
}

.accordion-item-title {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 0;
  display: flex;
}

.accordion-item {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 29px;
  padding-right: 24px;
  box-shadow: 1px 1px 8px #00000040;
}

.accordion-right {
  width: 670px;
  min-height: 100px;
  margin-left: 0;
}

.accordion-item-text {
  padding-bottom: 10px;
}

.white-bold-18 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}

.paragraph-3 {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 28px;
}

.text-block-184 {
  color: var(--viola);
  margin-left: 0;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.dropdown-list {
  width: 81%;
}

.dropdown-list.w--open {
  background-color: #0000;
  display: block;
  position: static;
}

.accordion-toggle {
  padding-left: 0;
  display: flex;
}

.acccordion-title {
  color: var(--viola);
  font-size: 18px;
  font-weight: 700;
}

.div_faq-title {
  justify-content: center;
  max-width: 570px;
  display: flex;
  position: relative;
}

.heading-21 {
  color: var(--viola);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-12 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.highlight {
  z-index: -2;
  background-color: var(--caribbean-green);
  align-self: auto;
  min-width: 100px;
  height: 20px;
  position: absolute;
  inset: auto 0% 12%;
}

.link-52, .link-53 {
  color: #aab0d8;
  display: none;
}

.link-54, .link-55 {
  color: #aab0d8;
}

.text-block-185 {
  color: #aab0d8;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.div-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .heading-19 {
    margin-bottom: -34px;
  }

  .robocalls-icon-rd {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .article_body {
    margin-top: 50px;
  }
}

@media screen and (max-width: 991px) {
  .header_logo, .image-2, .div-block {
    display: none;
  }

  .button_purplegreeen.mobile-nav-menu {
    margin-top: 60px;
  }

  .top-nav {
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header_dropdown.mobile {
    object-fit: fill;
    align-self: auto;
  }

  .container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero_homepage-content {
    min-width: auto;
    max-width: 600px;
  }

  .text-block {
    line-height: 32px;
  }

  .logo-container {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    justify-items: center;
    display: grid;
  }

  .container_left-copy {
    flex-direction: column;
    align-items: center;
  }

  .div_left-copy.widen {
    max-width: 500px;
  }

  .div_element-right {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div_stat-tiles, .div_review-row {
    flex-direction: column;
  }

  .section-6 {
    display: flex;
  }

  .container_right-copy {
    flex-direction: column;
  }

  .irregularbgshape {
    display: none;
  }

  .callout_body {
    max-width: 500px;
  }

  .image-9 {
    display: none;
  }

  .top-nav_dropdown-list.w--open {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .top-nav_dropdown-list.mobile {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .top-nav_dropdown-list.mobile.w--open {
    box-shadow: none;
    border-style: none;
    display: block;
  }

  .top-nav_dropdown-link {
    margin-left: auto;
    margin-right: auto;
  }

  .container_right-copy-copy {
    flex-direction: column;
    align-items: center;
  }

  .mobilenav {
    background-color: #fff;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    height: 67px;
    padding-left: 0;
    display: flex;
  }

  .header_logo-mobile {
    display: block;
  }

  .image-12 {
    max-width: 70px;
  }

  .div_mobilenav {
    justify-content: space-between;
    align-items: center;
    min-width: 700px;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 40px;
    display: flex;
  }

  .menu-button {
    background-color: #0000;
  }

  .container_centered-hero, .scams-tabs, .container_tk-diff {
    flex-direction: column;
    align-items: center;
  }

  .how-it-works-slider-wrapper {
    background-color: #f9f9fc;
    border-radius: 12px;
  }

  .right-arrow {
    justify-content: flex-start;
    align-items: flex-end;
    width: 48%;
    margin-bottom: -60px;
    padding-left: 15px;
  }

  .right-arrow.hp-fix {
    justify-content: flex-end;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: -20px;
    margin-right: -10px;
    padding-left: 0;
    position: absolute;
    top: auto;
    bottom: 0%;
    right: 40%;
  }

  .right-arrow.hp-fix.spam101 {
    margin-bottom: 0;
    margin-right: 0;
    bottom: 40px;
  }

  .pcr-content {
    width: 90%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-183 {
    color: #010838;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
  }

  .text-block-182 {
    color: #010838;
    margin-right: 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
  }

  .article-section {
    border-bottom-right-radius: 80px;
  }

  .link-51 {
    color: #010838;
    font-weight: 700;
    text-decoration: none;
  }

  .rd-how-it-works-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .mask-4 {
    width: 100%;
  }

  .h2-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-2.left.rd-small-h2-robocall101 {
    width: 100%;
  }

  .slider3-item-down.spam101 {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 5px;
    display: flex;
  }

  .features-accordion-element {
    width: 100%;
    overflow: hidden;
  }

  .features-accordion-element.toc-element {
    border: 1px #000;
  }

  .dropdown-toggle-2 {
    background-color: #0000;
    border-bottom: 1px solid #7c7c7c;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
  }

  .dropdown-toggle-2:focus {
    border: 1px solid #ccc;
  }

  .dropdown-toggle-2.w--open {
    background-color: #0000;
    border-bottom: 1px solid #7c7c7c;
    position: relative;
  }

  .dropdown-toggle-2.toc-toggle {
    border-bottom-style: none;
    padding-top: 30px;
  }

  .dropdown-toggle-2.toc-toggle:focus {
    border-style: none;
    border-width: 1px;
  }

  .table-of-contents-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .features-accordion {
    background-color: #0000;
    display: block;
  }

  .features-accordion.toc-dropdown {
    background-color: #fafafa;
    width: 100%;
    display: block;
  }

  .dropdown-title {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
  }

  .dropdown-title.dark {
    color: #010838;
    font-size: 24px;
  }

  .slider-2 {
    display: none;
  }

  .slider-2.pages-slider-mobile {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .table-of-contents-desktop {
    display: none;
  }

  .how-it-works-item.add-padding {
    flex-direction: column;
  }

  .slide.slider2-slide {
    height: auto;
  }

  .slide.slider2-slide.slider3-slide {
    height: auto;
    padding-bottom: 40px;
  }

  .left-arrow {
    justify-content: flex-end;
    align-items: flex-end;
    width: 50%;
    margin-bottom: -60px;
    padding-right: 15px;
  }

  .left-arrow.hp-fix {
    justify-content: flex-start;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: -20px;
    margin-left: -10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 40%;
  }

  .left-arrow.hp-fix.spam101 {
    margin-bottom: 0;
    margin-left: 0;
    bottom: 40px;
  }

  .slider3-item.transparent {
    background-color: #0000;
    height: auto;
  }

  .slide-holder.slider2-slide-holder {
    width: 100%;
  }

  .slide-holder.slider2-slide-holder.slider3-slide-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .slide-holder.slider2-slide-holder.slider3-slide-holder.mobile {
    justify-content: center;
    width: 90%;
  }

  .slide-holder.slider2-slide-holder.slider3-slide-holder.mobile.spam101 {
    height: auto;
    padding-bottom: 60px;
  }

  .mw-1210 {
    flex-direction: column;
  }

  .dropdown-body {
    width: 100%;
    position: relative;
  }

  .dropdown-body.w--open {
    background-color: #0000;
    padding: 0 20px 20px;
  }

  .dark-blue-btn {
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordion-item {
    background-color: #0000;
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
    padding-left: 24px;
  }

  .accordion-right {
    width: 100%;
    margin-left: 0;
  }

  .white-bold-18 {
    text-align: center;
  }

  .paragraph-3 {
    line-height: 26px;
  }

  .text-block-184 {
    margin-left: 10px;
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .image-4 {
    display: none;
  }

  .div_mobilenav {
    justify-content: space-between;
  }

  .how-it-works-image {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .rd-how-it-works-wrapper.flex-wrapper-div.padd-lr.vertical {
    flex-direction: column;
  }

  .h2-2 {
    font-size: 24px;
  }

  .h2-2.left.rd-small-h2-robocall101, .heading-20 {
    font-size: 30px;
    line-height: 40px;
  }

  .thumb-up-down {
    max-width: 100%;
  }

  .how-it-works-item {
    flex-direction: column;
  }

  .article_body {
    font-size: 16px;
    line-height: 28px;
  }

  .acccordion-title {
    white-space: pre-wrap;
  }
}

@media screen and (max-width: 479px) {
  .footer-header {
    margin-left: 32px;
  }

  .footer_columns.hide {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    justify-content: flex-start;
    max-width: 200px;
    margin-top: 40px;
    margin-left: 32px;
  }

  .button_purplegreeen {
    justify-content: center;
    width: 300px;
    max-width: none;
    margin-left: 0;
  }

  .button_purplegreeen.mobile-nav-menu {
    justify-content: center;
  }

  .top-nav {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header_text-link.nondropdown {
    justify-content: flex-start;
    margin-left: 0;
    display: flex;
  }

  .header_text-link.nondropdown.hide, .header_dropdown.mobile {
    background-color: #fff;
  }

  .container {
    padding-top: 40px;
  }

  .hero_homepage {
    display: none;
  }

  .text-block {
    max-width: 324px;
    font-size: 16px;
  }

  .button_greenpurple {
    width: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .social-proof_press_homepage {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .social-proof_press_homepage.off-light-bg {
    padding-top: 40px;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .logo-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    justify-items: center;
    margin-left: 16px;
    margin-right: 16px;
    display: grid;
  }

  .image-4 {
    display: block;
  }

  .container_left-copy {
    flex-direction: column;
    flex: 0 auto;
  }

  .div_left-copy {
    align-items: center;
    max-width: 298px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .div_left-copy.widen {
    align-items: flex-start;
    max-width: 298px;
  }

  .div_left-copy.widen.features.tab-test {
    background-color: var(--off-light-01);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div_left-copy.features {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: flex-start;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div_left-copy.home {
    padding-top: 0;
  }

  .div_left-copy.insights {
    align-items: flex-start;
  }

  .heading-2 {
    max-width: 324px;
  }

  .heading-2.features {
    margin-top: 10px;
    font-size: 24px;
  }

  .text-block-3 {
    max-width: 324px;
  }

  .section-3 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div_stat-tiles.mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .tile.mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 10px;
    width: 150px;
    height: 100px;
  }

  .tile_title.mobile {
    font-size: 25px;
  }

  .stattile_tite.mobile {
    font-size: 12px;
  }

  .div_review-row {
    align-items: center;
    width: auto;
    max-width: 186px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .tile_review {
    width: auto;
    min-width: 280px;
    height: auto;
  }

  .image-5 {
    max-width: 100%;
  }

  .section-curve {
    min-width: 100vw;
    max-width: 100vw;
    margin-top: -3px;
    margin-bottom: -4px;
  }

  .div_bottomctagreen {
    padding-top: 40px;
  }

  .text-block-5, .text-block-5.features {
    font-size: 24px;
    line-height: 32px;
  }

  .image-7 {
    max-width: 100%;
    margin-top: 40px;
  }

  .section-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container_right-copy {
    flex-direction: column;
    flex: 0 auto;
  }

  .irregularbgshape.insights-map {
    display: none;
  }

  .callout_body {
    max-width: 298px;
  }

  .top-nav_dropdown-list.mobile {
    background-color: #fff;
  }

  .top-nav_dropdown-link {
    color: var(--viola);
    font-weight: 500;
  }

  .container_right-copy-copy {
    flex-direction: column;
    flex: 0 auto;
  }

  .container_right-copy-copy.features {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
  }

  .div_callout-2-0 {
    left: auto;
  }

  .features_man-image {
    max-width: 298px;
    display: none;
  }

  .section-8 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section-8.tab-test {
    object-fit: contain;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .image-12 {
    max-width: 52px;
  }

  .div_mobilenav {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 300px;
  }

  .nav-menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 10px;
    display: flex;
  }

  .nav-menu.hide {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100vw;
    max-height: 49px;
    margin-left: -20px;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 0;
    display: flex;
    position: absolute;
  }

  .top-nav_dropdown-toggle-mobile.hide {
    background-color: #fff;
    margin-left: 0;
  }

  .menu-button.hide {
    display: none;
  }

  .menu-button.hide.w--open {
    background-color: var(--cultured-white);
  }

  .footer_legal {
    margin-left: 32px;
  }

  .hide {
    display: none;
  }

  .hero-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .hero-section._101-page {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .image-13 {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .heading-3.features {
    margin-bottom: 0;
    font-size: 34px;
    line-height: 40px;
  }

  .heading-3.mobile {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 34px;
  }

  .text-block-6 {
    font-size: 24px;
    line-height: 32px;
  }

  .section-9 {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .benefit {
    align-items: center;
  }

  .benefit-row {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-direction: column;
    margin-top: 40px;
  }

  .text-block-7 {
    font-size: 20px;
  }

  .homepage_wallet-image {
    max-width: 298px;
  }

  .mobile-section-title_center {
    font-size: 24px;
    line-height: 32px;
  }

  .mobile-section-title_center.violet {
    color: var(--viola);
    margin-top: 0;
  }

  .container_centered-hero {
    flex-direction: column;
    flex: 0 auto;
  }

  .div-block-4 {
    margin-top: -53px;
  }

  .text-block-10 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 32px;
  }

  .confetti {
    display: none;
  }

  .div_press-request {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .text_press-request {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_scams {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .scams-tabs {
    background-color: var(--off-light-01);
    flex-direction: column;
    flex: 0 auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu-2.features {
    grid-column-gap: 16px;
    align-content: stretch;
    padding-bottom: 0;
  }

  .tabs-menu-2.insights {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }

  .tab-link-tab-2-2.w--current, .tab-link-tab-1.mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div_top-scams-row {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .cat2 {
    margin-top: 7px;
  }

  .cat4 {
    margin-top: 28px;
  }

  .container_tk-diff {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    flex: 0 auto;
  }

  .div_big-stat {
    padding-left: 8px;
  }

  .section-10 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .div_top-scam-states {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--off-light-01);
    flex-direction: column;
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div_state-stat {
    width: auto;
  }

  .div-block-6 {
    flex-direction: column;
  }

  .div_states-column {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .tab-pane-tab-2.insights {
    max-width: 100%;
  }

  .tabs-content.insights {
    margin-left: 0;
    padding-bottom: 0;
  }

  .div_double-cta {
    flex-direction: column;
    margin-left: 0;
  }

  .image-16 {
    max-width: 100%;
  }

  .container_callout {
    padding-left: 12px;
    padding-right: 12px;
  }

  .image-17 {
    margin-top: 40px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .tab-link-tab-3-2.mobile, .tab-link-tab-4.mobile, .tab-link-tab-5.mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .irregular-shape-mobile {
    z-index: -3;
    max-width: 110%;
    height: 100%;
    display: block;
    position: relative;
    inset: 4% auto 0%;
  }

  .image-18 {
    display: none;
  }

  .shape-container {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    display: none;
    position: absolute;
  }

  .section-triangle {
    border-top: 10vw solid #0000;
    border-left: 95vw solid var(--off-light-01);
    object-fit: contain;
    border-radius: 5px 5px 5px 0;
    align-self: flex-start;
    align-items: flex-end;
    max-width: 100vw;
    height: 30px;
    min-height: 0;
    max-height: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .section-triangle.insights {
    border-left-width: 100vw;
    border-top-left-radius: 10px;
    align-self: auto;
  }

  .section-triangle.insights.flipped {
    border-style: none solid solid none;
    border-width: 0 100vw 10vw 0;
    border-right-color: var(--off-light-01);
    border-bottom-color: #0000;
    border-left-color: #0000;
  }

  .section-triangle.violet {
    border-left-color: var(--viola);
  }

  .edge-shape {
    background-color: var(--off-light-01);
    border-top: 100vw #0000;
    border-radius: 500px 100px 0 0;
    max-height: 50px;
    padding-top: 0;
  }

  .bold-text-3, .bold-text-4 {
    color: var(--viola);
  }

  .image-19 {
    display: block;
    position: absolute;
    inset: -8% 0% auto auto;
  }

  .image-20 {
    z-index: 0;
    display: block;
    position: relative;
    top: -25px;
  }

  .section-triangle_lower {
    border-right: 100vw solid var(--off-light-01);
    border-bottom: 5vw solid #0000;
    border-radius: 0 5px 10px 0;
    margin-top: -44px;
    padding-bottom: 20px;
    padding-right: 0;
    display: block;
  }

  .diamond-shape {
    display: none;
  }

  .div-block-9 {
    background-color: #fff;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .div_paragraph-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-11 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pcr-content {
    width: 100%;
  }

  .text-block-183 {
    text-align: left;
  }

  .article-section {
    border-top-right-radius: 50px;
  }

  .h2-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .features-accordion-element.toc-element {
    border-style: none;
  }

  .features-accordion-element.toc-element:focus {
    border-style: solid;
    border-color: #ccc;
  }

  .dropdown-toggle-2.toc-toggle {
    padding: 20px 10px;
  }

  .dropdown-title.dark {
    color: var(--viola);
    font-size: 24px;
    line-height: 36px;
  }

  .thumb-up-down {
    flex-direction: column;
  }

  .how-it-works-item.add-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .how-it-works-text {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .slider3-item.transparent {
    width: 100%;
  }

  .slide-holder.slider2-slide-holder.slider3-slide-holder.mobile {
    max-width: 90%;
  }

  .slide-holder.slider2-slide-holder.slider3-slide-holder.mobile.spam101 {
    width: 100%;
  }

  .mw-1210 {
    padding-top: 0;
  }

  .div_faq-title {
    text-align: center;
    margin-left: auto;
  }

  .heading-21 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
  }

  .highlight {
    display: none;
  }
}


