@font-face {
  font-family: Ppneuecorp;
  src: url('../fonts/PPNeueCorp-NormalMedium.otf') format("opentype"), url('../fonts/PPNeueCorp-NormalMedium.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuecorp;
  src: url('../fonts/PPNeueCorp-NormalUltralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --brand-blue: #4385f5;
}

.body {
  color: #000;
  font-family: Ppneuecorp, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

.nav {
  border-bottom: 1px none var(--brand-blue);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 15px #00000008;
}

.container {
  width: 85%;
}

.container.nav-container {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.container.flex-center {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  text-transform: capitalize;
  border-bottom: 2px solid #fff0;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
}

.nav-link:hover {
  border-bottom-width: 2px;
  border-bottom-color: var(--brand-blue);
}

.nav-link.w--current {
  border-bottom-color: var(--brand-blue);
}

.nav-link.btn {
  background-color: var(--brand-blue);
  color: #fff;
  border-bottom-style: none;
  padding: 10px 30px;
}

.nav-link.btn:hover {
  background-color: #1767ee;
}

.nav-link.mobile-only {
  display: none;
}

.nav-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-logo {
  width: 200px;
}

.hero {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
}

.nav-star-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #00000040;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: inline-flex;
}

.hero-star {
  width: 15px;
}

.hero-start-t {
  text-transform: uppercase;
  padding-top: 2px;
  font-size: .8rem;
  line-height: .7rem;
}

.hero-h {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 4.6rem;
}

.hero-h.brand-color {
  color: var(--brand-blue);
}

.hero-h-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-sub-t {
  color: #000000b3;
}

.hero-sub-t.sub {
  color: #0006;
  text-transform: uppercase;
  font-size: .8rem;
  line-height: 1rem;
}

.hero-btn-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn {
  background-color: var(--brand-blue);
  text-transform: capitalize;
  border-radius: 3px;
  padding: 10px 30px;
  font-weight: 400;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
}

.btn:hover {
  background-color: #1767ee;
}

.btn.sec-btn {
  background-color: var(--brand-blue);
  margin-top: 30px;
}

.btn.sec-btn:hover {
  background-color: #1767ee;
}

.btn.price-btn {
  background-color: var(--brand-blue);
  text-align: center;
  width: 100%;
  margin-top: 0;
}

.btn.price-btn.alt, .btn.footer-btn {
  color: var(--brand-blue);
  background-color: #fff;
}

.hero-img {
  width: 100%;
}

.nav-glass {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: none;
  background-color: #fffc;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-glass.mobile {
  display: none;
}

.hero-content-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section.off-wite {
  background-color: #f5f5f5;
}

.section-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-h {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 3rem;
}

.section-h.brand-color {
  color: var(--brand-blue);
}

.section-p {
  color: #0009;
  width: 80%;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2rem;
}

.grid-cw {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-cw.center-stack {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.sec-list-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sec-list-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-icon {
  width: 25px;
}

.list-h {
  color: #000c;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 400;
}

.list-p {
  color: #00000080;
  font-size: .8rem;
  line-height: 1rem;
}

.sec-card {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sec-card-h {
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.sec-card-p {
  color: #0009;
  width: 70%;
  font-size: .9rem;
  line-height: 1rem;
}

.sec-card-outer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.sec-card-progress-wrap {
  position: relative;
  overflow: hidden;
}

.sec-card-progress {
  background-color: #0000004d;
  border-radius: 50px;
  width: 3px;
  height: 100%;
}

.sec-card-progress.blue {
  background-color: var(--brand-blue);
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, -80%);
}

.sec-card-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sec-price-cw {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-stack {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.price-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--brand-blue);
  background-color: #fff;
  border-radius: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.price-card.annual-card {
  background-color: var(--brand-blue);
  color: #fff;
  border-color: #fff;
}

.price-cadence {
  color: #00000080;
  text-transform: uppercase;
  border: 1px solid #00000080;
  border-radius: 3px;
  padding: 5px 10px;
}

.price-cadence.alt {
  color: #fff;
  border-color: #fff;
}

.price-price-lol {
  color: var(--brand-blue);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.price-price-lol.price-compare {
  color: #aaa;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3rem;
  text-decoration: line-through;
}

.price-price-lol.alt {
  color: #fff;
}

.price-price-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.price-sp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.price-sp-p {
  text-transform: capitalize;
}

.price-sp-outer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer {
  background-color: var(--brand-blue);
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.footer-cw-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-h {
  color: #fff;
  text-transform: capitalize;
  font-size: 3rem;
  line-height: 3.1rem;
}

.lt-pw {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  display: flex;
}

.lt-pw.inverse {
  border-color: #fff;
}

@media screen and (max-width: 479px) {
  .container.nav-container {
    width: 90%;
  }

  .container.flex-center {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 90%;
  }

  .nav-link {
    z-index: 2;
    text-align: left;
  }

  .nav-link.mobile-only {
    display: block;
  }

  .nav-right {
    display: none;
  }

  .hero {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .hero-h {
    text-align: center;
    font-size: 2.3rem;
    line-height: 2.6rem;
  }

  .hero-sub-t {
    text-align: center;
    font-size: 1rem;
  }

  .btn {
    background-color: var(--brand-blue);
    width: 100%;
  }

  .btn.sec-btn {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .btn.footer-btn {
    text-align: center;
  }

  .hero-img {
    width: 100vw;
    max-width: 100vw;
    position: relative;
  }

  .nav-glass.mobile {
    display: block;
  }

  .hero-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .section.more-top {
    padding-top: 60px;
  }

  .section-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    display: flex;
  }

  .section-grid.flip {
    flex-flow: wrap-reverse;
  }

  .section-h {
    text-align: left;
    font-size: 2rem;
    line-height: 2rem;
  }

  .section-p {
    text-align: left;
    width: 100%;
  }

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

  .grid-cw.center-stack {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sec-list-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .sec-list-card {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .list-icon {
    width: 20px;
  }

  .list-h {
    text-align: left;
  }

  .list-p {
    text-align: left;
    font-size: .7rem;
  }

  .sec-price-cw {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .price-card {
    padding: 20px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-cw-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-h {
    text-align: center;
    font-size: 2rem;
    line-height: 2rem;
  }

  .nav-dd {
    background-color: #fff0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .icon {
    color: var(--brand-blue);
  }

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

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .nav-dd-glass {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }
}

#w-node-_4971e54f-7867-819b-9a8d-c69523f70b90-aea0197e {
  align-self: center;
}

#w-node-bc546627-d6c3-8124-188b-9db3ed026f10-aea0197e, #w-node-ffa62150-35ee-31e1-9ce3-3ba4eaf71368-aea0197e {
  place-self: center;
}

#w-node-ffa62150-35ee-31e1-9ce3-3ba4eaf71346-aea0197e, #w-node-e4059cb7-7356-c85b-44b6-96ee33983a92-aea0197e {
  align-self: center;
}

#w-node-e4059cb7-7356-c85b-44b6-96ee33983a9e-aea0197e {
  justify-self: center;
}

#w-node-_9fe0eb70-f162-4a5d-0a48-cb13574c4122-aea0197e {
  align-self: center;
}


@font-face {
  font-family: 'Ppneuecorp';
  src: url('../fonts/PPNeueCorp-NormalMedium.otf') format('opentype'), url('../fonts/PPNeueCorp-NormalMedium.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuecorp';
  src: url('../fonts/PPNeueCorp-NormalUltralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}