.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;
}

.body {
  color: #454546;
  font-family: LatoLocal, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  width: 160px;
  flex: none;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 8px 24px;
  display: flex;
  position: static;
}

.text-block {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  font-size: 18px;
  font-weight: 700;
}

.navigation-wrap {
  flex-wrap: nowrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.menu {
  z-index: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-cta {
  opacity: .7;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.navigation-cta.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-cta.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-cta.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  margin-right: 8px;
  display: block;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button.cc-contact-us {
  z-index: 5;
  background-color: #ff5d1b;
  border: 2px solid #ff5d1b;
  border-radius: 50px;
  flex: none;
  margin-left: 8px;
  position: relative;
}

.button.cc-contact-us:hover {
  color: #ff5d1b;
  background-color: #fff;
}

.intro-headline {
  margin-bottom: 150px;
  padding-left: 12px;
  padding-right: 12px;
}

.intro-overlay {
  float: none;
  clear: none;
  object-fit: fill;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 100px 1px;
  display: block;
  position: relative;
  overflow: visible;
  transform: translate(0, 2px);
}

.intro-button {
  width: 100%;
  color: #454546;
  background-color: #fff;
  border: 2px solid #ff5d1b;
  border-radius: 100px;
  margin-bottom: 10px;
  padding: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.intro-button:hover {
  color: #fff;
  background-color: #ff5d1b;
}

.intro-image {
  width: 30%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-40%, -75%);
}

.heading-jumbo {
  max-width: 870px;
  color: #f8ba50;
  text-transform: none;
  margin: 10px auto 20px;
  font-size: 62px;
  font-weight: 700;
  line-height: 70px;
  position: static;
}

.intro-header {
  clear: none;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #3c3b4e;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  position: static;
  overflow: visible;
}

.paragraph-bigger {
  opacity: 1;
  color: #686868;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.intro-question {
  margin-bottom: 36px;
  font-size: 24px;
  font-weight: 700;
}

.intro-content {
  width: 80%;
  max-width: 1140px;
  text-align: center;
}

.divider {
  width: 200px;
  height: 1px;
  color: #ff5d1b;
  background-color: #f44f3d;
  border: 2px #f44f3d;
  border-bottom-style: solid;
  margin: 80px auto;
  display: block;
}

.section-content {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.section-content-container {
  max-width: 870px;
  position: relative;
}

.section-heading-center {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.paragraph-light-center {
  opacity: .9;
  text-align: center;
}

.topic-grid {
  grid-column-gap: 42px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.topic-grid.section-content-container {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
}

.content-section-wrap {
  margin-bottom: 30px;
}

.paragraph {
  color: #686868;
  margin-top: 40px;
  font-weight: 600;
}

.topic-image {
  width: 70%;
}

.cta-label-left {
  color: #f8ba50;
  line-height: 18px;
}

.paragraph-light {
  opacity: .9;
  text-align: left;
}

.section-heading {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.utm-data-holder {
  display: none;
}

.features-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-list-item {
  width: 33%;
  flex: 0 0 33.33%;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.feature-list-image {
  flex: none;
  margin-right: 12px;
}

.feature-list-text {
  color: #686868;
  font-size: 16px;
  line-height: 20px;
}

.cta-button-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.cta-container {
  background-color: #f1eceb;
  margin-bottom: 80px;
  padding: 100px 30px;
}

.cta-button {
  color: #fff;
  text-align: center;
  background-color: #454546;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 15px 20px;
  font-size: 22px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.cta-button:hover {
  color: #fff;
  background-color: #ff5d1b;
}

.cta-button.cta-button-ios {
  background-color: #454546;
}

.cta-button.cta-button-ios:hover {
  background-color: #ff5d1b;
}

.cta-button-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-label {
  color: #f8ba50;
  text-align: center;
  line-height: 18px;
}

.cta-text {
  max-width: 700px;
  text-align: center;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.small-text {
  color: #837370;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  line-height: 21px;
}

.testimonial-author {
  opacity: .6;
  color: #a8a8a8;
  text-align: center;
}

.testimonial-grid-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column wrap;
  flex: 0 30%;
  display: flex;
}

.testimonial-box {
  color: #454546;
  background-color: #f1eceb;
  border-radius: 20px;
  flex: 1 0 30%;
  padding: 20px;
  display: block;
}

.testimonial-devider {
  width: 30%;
  opacity: .4;
  background-color: #2b2b2b;
  border: 1px solid #cacaca;
  margin: 14px auto 10px;
}

.testimonial-stars {
  float: none;
  clear: none;
  object-position: 50% 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

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

.usage-percentage {
  color: #f8ba50;
  font-size: 54px;
  font-weight: 700;
  line-height: 64px;
}

.outro-greetings-subline {
  color: #fff;
}

.usage-context {
  color: #f8ba50;
  line-height: 24px;
}

.usage-box {
  text-align: center;
  flex: 100%;
  margin-bottom: 24px;
  padding-left: 12px;
  padding-right: 12px;
}

.outro-image {
  width: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-30%, 55%);
}

.outro-overlay {
  width: 80%;
  max-width: 1140px;
  object-fit: fill;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 100px 48px;
  transform: translate(0, -2px);
}

.outro-stats {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.outro-greetings {
  width: 60%;
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}

.section-outro {
  -webkit-text-fill-color: inherit;
  background-color: #3c3b4e;
  background-clip: border-box;
  margin-bottom: 100px;
  padding-bottom: 70px;
  display: block;
}

.faq-wrapper {
  max-width: 1000px;
  text-align: center;
  margin-bottom: 60px;
}

.faq-grid {
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.faq-item {
  flex: 0 0 33.33%;
  padding-bottom: 24px;
  padding-left: 12px;
  padding-right: 12px;
}

.faq-item-heading {
  color: #f44f3d;
  text-align: left;
  font-size: 18px;
  line-height: 23px;
}

.faq-item-text {
  text-align: left;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
}

.footer-menu-list {
  padding-left: 24px;
  padding-right: 24px;
  list-style-type: none;
}

.footer-menu-list-item {
  color: #454546;
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
}

.link-block.footer-menu-link {
  color: #454546;
}

.paragraph-bigger-title {
  opacity: 1;
  color: #fff;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-menu-link {
  color: #454546;
}

@media screen and (max-width: 991px) {
  .logo-link.w--current {
    flex: 1;
  }

  .navigation {
    padding: 12px 20px;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .menu {
    margin-left: 30px;
    display: none;
    position: static;
  }

  .navigation-cta {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-cta:hover {
    background-color: #f7f8f9;
  }

  .navigation-cta:active {
    background-color: #eef0f3;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: block;
  }

  .intro-overlay {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-image {
    transform: translate(-15%, -75%);
  }

  .heading-jumbo {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 44px;
    position: static;
  }

  .intro-question {
    width: 100%;
    text-align: center;
  }

  .divider {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section-content {
    margin-bottom: 60px;
  }

  .topic-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .topic-image {
    width: 40%;
  }

  .cta-container {
    margin-bottom: 60px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .cta-text {
    width: auto;
  }

  .outro-image {
    transform: translate(0%, 55%);
  }

  .outro-overlay {
    padding-bottom: 24px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .faq-item {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 767px) {
  .logo-link {
    padding-left: 0;
  }

  .intro-overlay {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-jumbo {
    font-size: 42px;
    line-height: 44px;
  }

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

  .intro-content {
    width: 90%;
  }

  .features-list {
    width: 80%;
  }

  .feature-list-item, .testimonial-grid-column {
    flex-basis: 100%;
  }

  .outro-overlay {
    width: 90%;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .outro-greetings {
    width: 80%;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger-title {
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  .logo-link.w--current {
    position: static;
  }

  .navigation {
    padding: 12px;
  }

  .menu {
    margin-left: 15px;
  }

  .intro-overlay {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-image {
    width: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
  }

  .heading-jumbo {
    margin-top: 40px;
    font-size: 34px;
    line-height: 38px;
    position: static;
    top: 40px;
  }

  .intro-header {
    flex-wrap: wrap;
    margin-bottom: 100px;
    padding-top: 12px;
  }

  .paragraph-bigger {
    width: 70%;
  }

  .intro-content {
    width: 100%;
    margin-bottom: -36px;
  }

  .divider {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .section-content {
    margin-bottom: 56px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-light-center {
    text-align: left;
  }

  .topic-grid {
    margin-bottom: 0;
  }

  .topic-grid.section-content-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .content-section-wrap {
    margin-bottom: 0;
  }

  .topic-image {
    width: 50%;
  }

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

  .features-list {
    width: 100%;
  }

  .cta-container {
    margin-bottom: 56px;
    padding: 36px 12px;
  }

  .testimonial-grid-column, .testimonial-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .outro-image {
    width: 50%;
    left: 50%;
    transform: translate(-50%, 110%);
  }

  .outro-overlay {
    width: 100%;
  }

  .outro-stats {
    flex-wrap: wrap;
  }

  .outro-greetings {
    width: 100%;
  }

  .section-outro {
    padding-bottom: 130px;
  }

  .faq-item {
    flex-basis: 100%;
  }

  .paragraph-bigger-title {
    width: 70%;
  }
}

#w-node-fef85d90-d549-e604-71e3-6c28cf083a9b-d8ecfb10 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_57863d6f-f86c-5c86-6a45-05d3d5faab36-d8ecfb10 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_07f19388-000c-9651-9484-cf65e667af06-d8ecfb10 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-b62edea8-864b-ecce-aaad-92762ee127d9-2ee127d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f11e4ae6-88b6-4b72-4ab5-f037425eb7fc-425eb7fc {
  order: 0;
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-fef85d90-d549-e604-71e3-6c28cf083a9b-d8ecfb10, #w-node-_57863d6f-f86c-5c86-6a45-05d3d5faab36-d8ecfb10, #w-node-_07f19388-000c-9651-9484-cf65e667af06-d8ecfb10 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'LatoLocal';
  src: url('../fonts/lato-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LatoLocal';
  src: url('../fonts/lato-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LatoLocal';
  src: url('../fonts/lato-regular-italic-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'LatoLocal';
  src: url('../fonts/lato-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}