.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section-sub-nav {
  background-color: #dce3e9;
}

.faq-toggle-block {
  transform-style: preserve-3d;
  margin-bottom: 10px;
  position: static;
  transform: translate3d(0, 0, -10px);
}

.section-60 {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.nav-menu-block {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}

.button-support {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #f56200;
  border-radius: 5px;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  transition: all .2s;
}

.button-support:hover {
  color: #fff;
  background-color: #7c8288;
}

.button-support:active {
  background-color: #43464d;
}

.heading-1 {
  text-align: center;
  margin: 10px auto 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 125%;
}

.heading-1.left-align {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.divider-gray {
  background-image: linear-gradient(#9e9e9e, #9e9e9e);
  border-radius: 8px;
  width: 90px;
  min-width: 30px;
  max-width: none;
  height: 8px;
  max-height: none;
  margin: 10px auto;
}

.divider-gray.extra-margin {
  margin-bottom: 40px;
}

.sub-nav-icons {
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

._wf-nav-list-item {
  border-bottom: 3px solid #dce3e9;
}

._wf-nav-list-item:hover {
  border-bottom: 3px solid #707f8f;
}

.faq-toggle-list {
  position: static;
}

.faq-toggle-list.w--open {
  background-color: #fff;
  border-bottom: 3px solid #b8c7d2;
  width: 605px;
  max-width: none;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 125%;
}

.container_faq {
  text-align: center;
  flex-flow: column;
  max-width: 1172px;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-toggle-txt {
  max-width: none;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 150%;
  display: inline-block;
}

.section-grey {
  background-image: linear-gradient(#f2f6f7, #f2f6f7);
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

._wf-nav-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
}

.vflex-block {
  flex-flow: column;
  display: flex;
}

.heading-5 {
  color: #727477;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.heading-5.left-align {
  margin-left: 0;
  margin-right: 0;
}

.divider-blue {
  background-image: linear-gradient(#3281d0, #3281d0);
  border-radius: 8px;
  width: 90px;
  min-width: 30px;
  max-width: none;
  height: 8px;
  max-height: none;
  margin: 10px auto 20px;
}

._wf-button-left {
  color: #fff;
  letter-spacing: 2px;
  background-color: #21a360;
  border-radius: 5px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
  transition: all .2s;
}

._wf-button-left:hover {
  color: #fff;
  background-color: #3281d0;
}

._wf-button-left:active {
  background-color: #43464d;
}

._wf-navlink {
  letter-spacing: .25px;
  margin-bottom: 20px;
  margin-right: 5px;
  padding: 5px 30px 5px 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.faq-toggle {
  color: #687383;
  border-radius: 5px;
  width: 630px;
  max-width: none;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 20px;
  position: relative;
}

.faq-toggle:hover {
  color: #000;
  background-image: linear-gradient(#dce3e9, #dce3e9);
}

.faq-toggle.w--open {
  color: #0d7ff0;
  background-color: #dce3e9;
}

.accent-color-blue {
  color: #3182cf;
}

.vflex-1172 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.body-copy {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.grid_2x1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

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

.section-vertpad-60.support {
  background-image: linear-gradient(#e3eaf1ed, #e3eaf1ed), url('../images/startup_pattern.webp');
  background-position: 0 0, 0 0;
  background-size: auto, 460px;
}

._wf-button-trial-lrg {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #21a360;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
  transition: all .2s;
}

._wf-button-trial-lrg:hover {
  color: #fff;
  background-color: #3281d0;
}

._wf-button-trial-lrg:active {
  background-color: #43464d;
}

.icon {
  flex-flow: row-reverse;
  display: block;
}

._wf-sub-nav-div {
  color: #707f8f;
  margin-top: 20px;
  text-decoration: none;
  display: block;
}

._wf-sub-nav-div:hover {
  color: #000;
}

.faq-grid-light {
  grid-template-columns: 1fr;
}

.lrg-copy {
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 125%;
}

.faq-answer-txt {
  max-width: none;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
}

.container_1172-vflex {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 0;
  display: flex;
}

.accent-color-yellow {
  color: #ffc900;
}

.divider {
  border-radius: 5px;
  width: 70px;
  height: 7px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.divider.grey {
  background-color: #cfdbe6;
}

._wf-pricing-container {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.copy-block {
  text-align: center;
  padding-left: 70px;
  padding-right: 70px;
}

._wf-pricing-tb-grey {
  background-image: linear-gradient(#f2f5f7, #f2f5f7);
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 1fr 1fr 1fr 1fr;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 5px;
}

._wf-pricing-tb-top {
  border-bottom: 2px solid #707070;
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

._wf-pricing-tb-white {
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 1fr 1fr 1fr 1fr;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 5px;
}

.pricing-table-copy {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
}

._wf-pricing-table-heading {
  text-align: center;
  font-family: Lato, sans-serif;
}

._wf-pricing-table-heading.free {
  color: #939596;
}

._wf-pricing-table-heading.basic {
  color: #3182cf;
}

._wf-pricing-table-heading.extra {
  color: #882bb6;
}

._wf-pricing-table-heading.max {
  color: #20a360;
}

._wf-feature-xs {
  color: #d50000;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 19px;
  line-height: 80%;
}

.pricing-table-feature {
  color: #000;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
}

._wf-feature-checks {
  color: #20a360;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  line-height: 100%;
}

._wf-pricing-tb-prices {
  border-top: 2px solid #707070;
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 1fr 1fr 1fr 1fr;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 5px;
}

.pricing-table-prices {
  color: #000;
  margin-bottom: 0;
  margin-right: 5px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

._wf-table-price-box {
  justify-content: flex-start;
  align-items: flex-end;
  height: 40px;
}

.vflex-1172-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.copy-block-grey {
  text-align: center;
  background-color: #f1f5f6;
  border: 1px solid #dfe7ec;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 10px auto 20px;
  padding: 20px;
}

.body-copy-secondary {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.inline-link {
  color: #3182cf;
  font-weight: 700;
  text-decoration: none;
}

.flag-favicon {
  max-width: 6%;
  margin: 6px 10px;
}

.data-plan-name {
  color: #000;
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 100%;
}

.data-plan-name-block {
  justify-content: flex-start;
  align-items: center;
}

._wf-dataplan-tb-top {
  border-bottom: 2px solid #707070;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr 1.75fr;
  margin-top: 20px;
  padding-left: 5px;
}

._wf-dataplan-tb-grey {
  background-image: linear-gradient(#f2f5f7, #f2f5f7);
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr 1.75fr;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 5px;
}

._wf-dataplan-tb-white {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr 1.75fr;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 5px;
}

._wf-dataplan-tb-white.last-row, .image-2 {
  margin-bottom: 20px;
}

.section-60low {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 60px;
}

.section-blue {
  color: #fff;
  background-image: linear-gradient(0deg, #00000087, #0000 61%), linear-gradient(#112c3ff0, #112c3ff0), url('../images/startup_pattern.webp');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, contain;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.pricing-table-hiddentxt {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
  display: none;
}

.footer-copyright {
  color: #707f8f;
  align-self: flex-end;
  font-size: 14px;
}

.app-link-block {
  display: flex;
}

.footer-social-link-fb {
  margin-left: 32px;
  text-decoration: none;
}

._wf-footer-block {
  color: #a7b0ba;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  display: flex;
}

.footer-social-link-linkedin {
  align-self: auto;
  margin-left: 32px;
  text-decoration: none;
}

.footer-legal-block {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

._wf-footer-wrapper {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

._wf-footer-middle {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._wf-footer-divider {
  background-color: #2d3a49;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-social-link-yt {
  margin-left: 32px;
  text-decoration: none;
}

.social-icons {
  color: #707f8f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 30px;
  line-height: 100%;
  text-decoration: none;
}

.social-icons:hover {
  color: #e0e0e0;
}

.play-link-block {
  color: #707f8f;
  text-align: left;
  flex-flow: column;
  font-size: 14px;
  display: flex;
}

._wf-footer-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

._wf-footer-disclaimer {
  color: #5a6672;
  text-align: center;
  align-self: flex-end;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 12px;
}

._wf-footer-grid {
  grid-template-rows: auto;
  margin-bottom: 30px;
}

.footer-social-link-twitter {
  margin-left: 32px;
  text-decoration: none;
}

.section-footer {
  color: #9e9e9e;
  background-color: #0e273e;
  padding: 40px 0 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 125%;
  position: relative;
}

._wf-footer-legal-spacer {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 125%;
}

.footer-title-block {
  border-bottom: 1px solid #2d3a49;
  width: 100%;
  margin-bottom: 10px;
}

.title-small {
  color: #707f8f;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 125%;
}

._wf-footer-content {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.sml-logo {
  max-width: 220px;
}

.app-link-img {
  height: 50px;
  padding-right: 20px;
}

.footer-legal-link {
  color: #707f8f;
}

.footer-legal-link:hover {
  color: #3a4554;
}

._wf-footer-link {
  color: #a7b0ba;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

._wf-footer-link:hover {
  color: #fff;
  font-weight: 700;
}

._wf-footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.learn-more-link-block {
  color: #9e9e9e;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  max-width: 20%;
  text-decoration: none;
  display: flex;
}

.learn-more-link-block:hover {
  color: #ffc900;
}

.vflex-half-right {
  flex-flow: column;
  order: 1;
  justify-content: center;
  align-items: stretch;
}

.text-field {
  border: 2px solid #b9bcc0;
  border-radius: 5px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 12px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.newsletter-grid {
  grid-template-rows: auto;
}

.section-newsletter {
  color: #9e9e9e;
  background-image: url('../images/cw-logo-icon-faded.png'), linear-gradient(#143353, #143353);
  background-position: 1%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.email-submission-text {
  color: #333;
  font-family: Lato, sans-serif;
}

.inline-icon-tiny {
  letter-spacing: normal;
  margin-bottom: 0;
  margin-left: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 1.15em;
  font-weight: 300;
  line-height: 150%;
}

.hflex-1172 {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1172px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.vflex-half-left {
  color: #fff;
  order: -1;
  justify-content: center;
  align-items: flex-start;
  padding-right: 60px;
}

.form {
  display: flex;
}

.heading-2 {
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
}

.submit-button {
  background-color: #39834e;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 1.15em;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #46a561;
}

._wf-newslettter-sub {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}

.body-copy-extralight {
  letter-spacing: normal;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.15em;
  font-weight: 300;
  line-height: 150%;
}

@media screen and (min-width: 1440px) {
  .button-support:hover, ._wf-button-left:hover {
    background-color: #2065ac;
  }

  .section-vertpad-60 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  ._wf-button-trial-lrg:hover {
    background-color: #2065ac;
  }

  .faq-grid-light {
    grid-template-columns: 1fr 1fr;
  }

  .play-link-block {
    text-align: left;
  }

  .section-footer {
    clear: none;
  }

  ._wf-footer-link {
    pointer-events: auto;
  }

  ._wf-footer-link:hover {
    color: #ffc900;
  }

  .section-newsletter {
    background-position: 26%, 0 0;
  }

  .vflex-half-left {
    padding-right: 60px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-block {
    overflow: auto;
  }

  .heading-1 {
    text-align: center;
  }

  ._wf-navlink {
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .grid_2x1 {
    grid-template-columns: 1fr;
  }

  ._wf-sub-nav-div {
    width: 150%;
    padding-right: 20px;
  }

  ._wf-sub-nav-bar {
    padding-left: 20px;
  }

  .faq-grid-light {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .lrg-copy {
    text-align: center;
    font-size: 20px;
  }

  .container_1172-vflex {
    text-align: center;
  }

  ._wf-table-price-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .pricing-table-hiddentxt {
    display: none;
  }

  ._wf-footer-wrapper {
    max-width: 728px;
  }

  .play-link-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  ._wf-footer-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._wf-footer-disclaimer {
    padding-left: 0;
    padding-right: 0;
  }

  ._wf-footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .sml-logo {
    max-width: 200px;
  }

  ._wf-footer-social-block {
    margin-top: 40px;
  }

  .newsletter-grid {
    grid-template-columns: 1fr;
  }

  .section-newsletter {
    background-image: linear-gradient(#1b2c4887, #1b2c4887), url('../images/cw-logo-icon-faded.png'), linear-gradient(#1b2c48, #1b2c48);
    background-position: 0 0, 1%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, contain, auto;
  }

  .vflex-half-left {
    padding-right: 250px;
  }

  ._wf-newslettter-sub {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-sub-nav {
    overflow: scroll;
  }

  .nav-menu-block {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .heading-1 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

  .faq-toggle-list.w--open {
    width: 548px;
  }

  .faq-toggle-txt {
    max-width: 100%;
    font-size: 15px;
  }

  .vflex-block {
    justify-content: center;
    align-items: center;
  }

  ._wf-navlink {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .faq-toggle {
    width: 548px;
  }

  .grid_2x1 {
    grid-template-columns: 1fr;
  }

  .section-vertpad-60 {
    padding-top: 0;
  }

  ._wf-sub-nav-div {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 150px;
    padding-right: 0;
    display: flex;
  }

  .faq-answer-txt {
    max-width: 100%;
    font-size: 16px;
  }

  .container_1172-vflex {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .copy-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-table-copy {
    font-size: 15px;
  }

  ._wf-pricing-table-heading {
    font-size: 25px;
  }

  .pricing-table-prices {
    font-size: 18px;
    display: none;
  }

  ._wf-table-price-box {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .body-copy-secondary {
    font-size: 15px;
  }

  .flag-favicon {
    border: 2px solid #f1f5f6;
    max-width: 13%;
  }

  .data-plan-name {
    font-size: 16px;
  }

  .pricing-table-hiddentxt {
    font-size: 17px;
    display: block;
  }

  .footer-copyright {
    align-self: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .app-link-block {
    justify-content: center;
    align-items: center;
  }

  ._wf-footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  ._wf-footer-middle {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  ._wf-footer-top {
    justify-content: flex-start;
    align-items: center;
  }

  ._wf-footer-disclaimer {
    font-size: 14px;
    line-height: 20px;
  }

  ._wf-footer-grid {
    grid-template-columns: 1fr;
  }

  ._wf-footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  ._wf-footer-link:hover {
    color: #1a1b1fbf;
  }

  ._wf-footer-social-block {
    margin-top: 10px;
  }

  .vflex-half-left {
    padding-right: 60px;
  }
}

@media screen and (max-width: 479px) {
  .faq-toggle-block {
    margin-bottom: 0;
  }

  .heading-1 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }

  .heading-1.left-align {
    text-align: center;
  }

  .faq-toggle-list.w--open {
    width: 300px;
  }

  .container_faq {
    justify-content: flex-start;
    align-items: center;
  }

  .faq-toggle-txt {
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    margin-right: 40px;
    font-size: 14px;
    display: inline-block;
    overflow: visible;
  }

  .vflex-block {
    align-items: center;
  }

  .faq-toggle {
    width: 310px;
    margin: 10px;
  }

  .body-copy {
    text-align: center;
  }

  .section-vertpad-60 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: hidden;
  }

  .lrg-copy {
    font-size: 16px;
    line-height: 125%;
  }

  .faq-answer-txt {
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    margin-right: 40px;
    font-size: 14px;
    display: inline-block;
    overflow: visible;
  }

  .container_1172-vflex {
    max-width: 100%;
    overflow: hidden;
  }

  ._wf-pricing-tb-grey, ._wf-pricing-tb-white {
    grid-template-columns: 30% 12% 12% 12% 12%;
  }

  .pricing-table-copy {
    display: inline;
  }

  ._wf-feature-xs, .pricing-table-feature {
    font-size: 14px;
  }

  ._wf-feature-checks {
    font-size: 15px;
  }

  .flag-favicon, .pricing-table-hiddentxt, .div-block, .div-block-2 {
    display: none;
  }

  .bold-text {
    font-size: 16px;
  }

  ._wf-footer-wrapper {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._wf-footer-middle {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .play-link-block {
    align-items: center;
  }

  ._wf-footer-top {
    justify-content: flex-start;
    align-items: center;
  }

  ._wf-footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .sml-logo {
    max-width: 160px;
  }

  .app-link-img {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._wf-footer-link {
    align-self: flex-start;
  }

  .vflex-half-left {
    padding-right: 0;
  }

  ._wf-newslettter-sub {
    font-size: 16px;
    line-height: 125%;
  }
}

#w-node-d6a15d49-c49a-deac-cb5a-28c9a590467b-10ebb200, #w-node-e88d0ef8-ace5-34a9-ef80-afae5d204b70-10ebb200, #w-node-_66d343c0-a152-12c9-7873-66b2f3db2e6e-10ebb200, #w-node-aa00c6bc-8eac-a86a-f865-316862b19643-10ebb200, #w-node-_81933373-4a43-9f68-86bb-efb71f9c3a11-10ebb200, #w-node-_7eab5125-0fae-3a02-41ec-f8de8f7fa4b2-10ebb200, #w-node-_6d607a87-917e-c6bf-b8a9-ee0b15f416c5-10ebb200, #w-node-c1293ad8-0010-9d3c-0244-1cfdfd830649-10ebb200, #w-node-_89f51337-01b8-03e2-7f08-eb9ef0ba33b5-10ebb200, #w-node-e12f4aa8-cd5a-7ad2-516f-d779d35f788b-10ebb200, #w-node-ec70e988-2521-394f-6bdf-1b9ef5e4aa69-10ebb200, #w-node-_3a20d830-6e0a-eeed-f710-7ab9816b3fea-10ebb200, #w-node-_7a19a648-c721-3c65-b8df-8cb4cc632ef7-10ebb200, #w-node-b9611b77-017f-5c73-50f5-e1d649ef5479-10ebb200, #w-node-c8b9e137-3078-0166-aa0e-a24b1058d3d0-10ebb200, #w-node-_1977aea0-facd-1983-a144-e5796fe57f1a-10ebb200, #w-node-_34046661-ad25-a42f-ef03-f91884955b07-10ebb200, #w-node-_6a7fe11a-07ae-ff10-03a4-5090f77f6ffc-10ebb200, #w-node-_86788750-175f-497d-358e-41d5c8331924-10ebb200, #w-node-f1b121ef-d69a-c3b6-6a5e-c1ba0563c51f-10ebb200, #w-node-b720cd9c-a4c9-f18a-f11d-390edcfa098c-10ebb200, #w-node-_1e49ca42-0aa5-24e6-2112-620056d85e99-10ebb200, #w-node-_9750edc8-4b4d-7ffa-2cc1-9484c05c5cd7-10ebb200, #w-node-_7ddf9840-aaab-8d0c-f0fa-ee977f96e6f4-10ebb200, #w-node-f7d90fd3-eed7-d3e5-af02-476c5f83d375-10ebb200, #w-node-af104c85-34ec-a99b-0080-4d4bca3c67c3-10ebb200, #w-node-adf463d3-a526-9caf-5a2b-44299c56da1d-10ebb200, #w-node-_5fecdca4-36b9-030e-ff78-7db33b9aad50-10ebb200, #w-node-_28be273e-96fc-e40c-77b3-ffda0da0e5dc-10ebb200, #w-node-_1a8ef30f-b62d-319f-8a27-bb778a1ef6ce-10ebb200, #w-node-e2ec02f0-fdc5-0fa2-50b3-f117e6b36a14-10ebb200, #w-node-_2a96b40f-e090-e9b9-dad1-6fe409f2eef5-10ebb200, #w-node-b594b03f-bd00-1761-bf95-67a3a4e301d1-10ebb200, #w-node-_1995ccd9-0730-0001-c62f-a7493a020a7b-10ebb200, #w-node-a3f013ae-e69c-93ca-4519-aba1082e8136-10ebb200, #w-node-_28df698e-871f-b40c-6b63-eaec47a6a33e-10ebb200, #w-node-_2656a21c-e65c-93e8-1694-b66e664890af-10ebb200 {
  align-self: center;
}

#w-node-b9482948-52b7-651d-7815-70a0f9e8af7d-10ebb200, #w-node-_86699e57-a80d-29c7-22c9-8d5901257921-10ebb200, #w-node-_47858d29-2886-00ee-542b-58e3dbaaef41-10ebb200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_551a0291-880c-ce93-6a03-bfe5aa41418d-10ebb200, #w-node-_5d5e1f5b-8ff3-693c-26ae-9fb8fee11590-10ebb200, #w-node-af318355-dced-15fe-6a77-648ebb37a025-10ebb200, #w-node-_89f6e2fd-7895-ccbf-7807-6d7fb5c1fe02-10ebb200, #w-node-ba129da5-88bd-841c-8cd7-ae0fbaac5500-10ebb200, #w-node-ed5e3b05-a9a8-f993-e98e-609ba6842448-10ebb200, #w-node-e1bdad10-d5dd-7c81-9634-ddf273b0a4af-10ebb200, #w-node-_174e406f-063b-3f32-8c07-2342ffb424d5-10ebb200, #w-node-_6ca84eae-d241-0431-202f-96ddd8ed8edb-10ebb200, #w-node-a50ef89f-8065-fa68-4b12-fed04dad2de2-10ebb200, #w-node-_2dc20555-75d5-3299-b750-891720b22e23-10ebb200, #w-node-af63c113-deac-de10-5284-6cf46e52a44c-10ebb200 {
  align-self: center;
}

#w-node-_9924c586-99b0-6d1a-d1d7-722385224bc6-10ebb200, #w-node-_9924c586-99b0-6d1a-d1d7-722385224c39-10ebb200 {
  justify-self: start;
}

#w-node-a19027b5-8a52-36d8-8a92-7cd095a289ac-10ebb200, #w-node-a19027b5-8a52-36d8-8a92-7cd095a289b8-10ebb200, #w-node-a19027b5-8a52-36d8-8a92-7cd095a289c4-10ebb200, #w-node-a19027b5-8a52-36d8-8a92-7cd095a289d0-10ebb200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_66d343c0-a152-12c9-7873-66b2f3db2e6c-10ebb200 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}