:root {
  --medium-sea-green: #4dbd90;
  --cornflower-blue: #489fd9;
  --light-slate-gray: #8668ab;
  --gainsboro: #dfe8e4;
}

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

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  color: #007aff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

h3 {
  float: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  display: block;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

img {
  mix-blend-mode: normal;
  max-width: 100%;
  display: inline-block;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  margin-right: 14px;
  padding: 13px 23px;
  font-family: Roboto Slab, sans-serif;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 1px rgba(0, 0, 0, .12);
}

.button:hover {
  background-color: #489fd9;
}

.button.hollow {
  color: #000;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 2px 1px rgba(0, 0, 0, .12), inset 0 0 0 2px #000;
}

.button.hollow:hover {
  color: #fff;
  text-shadow: none;
  background-color: #489fd9;
  box-shadow: 0 2px 1px rgba(0, 0, 0, .12), inset 0 0 0 2px #489fd9;
}

.button.in-pricing {
  margin-top: 19px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.logo-text {
  color: #1c1c1c;
  margin-top: 24px;
  font-family: Varela, sans-serif;
  font-size: 46px;
  font-weight: 400;
}

.logo-text.footer {
  color: #e6eaed;
  margin-top: 0;
  margin-bottom: 19px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.navigation {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px rgba(0, 0, 0, .13);
}

.nav-link {
  padding: 26px 17px;
  transition: box-shadow .5s, color .3s;
  box-shadow: inset 0 3px rgba(0, 0, 0, 0);
}

.nav-link:hover {
  box-shadow: inset 0 3px rgba(181, 181, 181, .5);
}

.nav-link.w--current {
  color: #007aff;
  box-shadow: inset 0 3px #007aff;
}

.section {
  z-index: auto;
  outline-offset: 0px;
  background-color: #fff;
  border-top: 0 #000;
  border-bottom: 1px #000;
  border-left: 0 #000;
  border-radius: 0;
  outline: 3px #333;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.section.blue {
  background-color: #e3f3fc;
}

.section.main {
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, .23);
  background-color: #fff;
  background-image: url('../images/3pLevel---Background.webp');
  background-position: 0 0;
  background-size: 1800px;
  margin-top: 73px;
  transition: opacity .2s;
}

.section.grey {
  background-color: #f0f0f0;
}

.section.image {
  color: #fff;
  background-image: url('../images/town.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.footer {
  color: #e4e8eb;
  background-color: #2b2c2e;
  padding-top: 42px;
  padding-bottom: 42px;
}

.section.footer.copyright {
  color: #939596;
  background-color: #1c1d1f;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 14px;
}

.section.purple {
  box-shadow: none;
  background-color: #eee;
}

.section.clients {
  background-color: #a1bfd4;
  padding-top: 0;
  padding-bottom: 0;
}

.section.press {
  background-color: #3e5c50;
  padding-top: 29px;
  padding-bottom: 38px;
}

.slider {
  background-color: #303030;
  height: 360px;
  display: none;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.footer-slogan {
  color: #939596;
  margin-bottom: 11px;
}

.social-icon {
  opacity: .41;
  margin-right: 11px;
  transition: opacity .3s;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  text-transform: uppercase;
  margin-top: 0;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.page-link {
  color: #489fd9;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: color .3s, border .3s;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  color: #939596;
  min-height: 48px;
  display: block;
}

.page-link.in-footer:hover {
  color: #d2d7d9;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.page-link.white {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .49);
}

.page-link.white:hover {
  border-bottom-color: #fff;
}

.newsletter-field {
  float: left;
  background-color: #e8e8e8;
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 60%;
  height: 40px;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px #489fd9;
}

.newsletter-button {
  float: left;
  color: #d5d8db;
  background-color: #5f6166;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: all .5s;
}

.newsletter-button:hover {
  color: #fff;
  background-color: #489fd9;
}

.newsletter-form {
  width: 70%;
}

.brand-link {
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  color: #fff;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 44px;
}

.section-subtitle {
  text-align: center;
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: 300;
  line-height: 22px;
}

.bold-text {
  font-weight: 400;
}

.plan-wrapper {
  color: #2b2b2b;
  background-color: #fff;
  border-radius: 3px;
  min-height: 300px;
  padding: 17px;
}

.price-point {
  text-align: center;
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #489fd9;
  letter-spacing: 0;
  font-size: 20px;
  text-decoration: none;
}

.price-accent.old-price {
  text-decoration: line-through;
}

.price-accent.new-price {
  color: #f23535;
  font-weight: 500;
}

.addl-feature {
  text-align: center;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.inactive {
  color: rgba(0, 0, 0, 0);
  text-decoration: line-through;
}

.divider {
  float: none;
  text-align: center;
  background-color: #dbdbdb;
  width: 100%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
  position: static;
  overflow: visible;
}

.additional-contact {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: 300;
}

.feature {
  text-align: left;
}

.feature.centered {
  text-align: center;
}

.feature-row {
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 3px #333;
  flex-flow: wrap;
  align-content: center;
  align-items: center;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 45px;
}

.testimony-slide {
  text-align: center;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: Roboto Slab, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 31px;
}

.slide-nav {
  font-size: 10px;
  display: none;
}

.person {
  border-radius: 100%;
  width: 70px;
  margin-bottom: 13px;
}

.name {
  font-weight: 500;
}

.slider-arrow {
  color: #bdbdbd;
  width: 50px;
  font-size: 32px;
  transition: color .3s;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  margin-bottom: 12px;
}

.main-feature-group {
  position: relative;
}

.center-contents {
  text-align: center;
}

.small-features-row {
  margin-top: 71px;
}

.main-image {
  padding-top: 39px;
}

.client-logo {
  width: 16.6%;
}

.press-logo {
  opacity: .94;
  width: 16%;
  margin-left: 2%;
  margin-right: 2%;
}

.small-text {
  color: rgba(255, 255, 255, .29);
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.appstore-link {
  clear: both;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  bottom: 0;
  left: 30%;
  right: 30%;
}

.centered-link {
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
  display: block;
}

.app-subtitle {
  text-align: center;
  padding-bottom: 20px;
}

.sconto {
  float: none;
  text-align: left;
  margin-top: -6px;
  margin-right: 7px;
}

.logo-up {
  float: left;
}

.gray-section {
  background-color: rgba(211, 211, 211, .2);
  padding-top: 15px;
  padding-bottom: 10px;
  font-weight: 300;
}

.gray-section.top-section {
  padding-top: 90px;
}

.white-section {
  padding-top: 15px;
  padding-bottom: 10px;
}

.list-privacy {
  margin-top: 16px;
  font-size: 18px;
}

.h2-top-page {
  color: #333;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.h2-top-page.coming-soon-text {
  color: #007aff;
  font-size: 103px;
}

.hidden-paragraph {
  background-color: #fff;
  margin-bottom: 0;
  padding: 10px;
  display: block;
}

.link-no-credits {
  float: right;
  width: 140px;
  display: block;
}

.hide-credits {
  color: #007aff;
  text-align: right;
  margin-top: 20px;
  padding-right: 50px;
  font-family: Roboto, sans-serif;
}

.icon8 {
  float: right;
  color: #e4e8eb;
  text-align: right;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
}

.footer {
  color: #e4e8eb;
  font-weight: 400;
}

.link {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.footer-text {
  color: #dfe8e4;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.newsletter-footer {
  display: none;
}

.comingsoon-logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.comingsoon-text {
  color: #fff;
  text-align: center;
  text-shadow: 4px 4px rgba(0, 0, 0, .23);
  margin-top: 20px;
  margin-bottom: -32px;
  padding-bottom: 0;
  font-size: 46px;
  text-decoration: none;
}

.linktoflic {
  text-align: center;
  background-color: #cc242e;
  border-radius: 28px;
  display: inline-block;
  position: relative;
}

.flicdiv {
  padding-top: 15px;
  display: block;
}

.flictext {
  color: #fff;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.flicbutton {
  direction: ltr;
  text-align: center;
  background-color: #cc242e;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: inline-block;
}

.flicdivapp, .column {
  text-align: center;
  display: block;
}

.image-2 {
  object-position: 50% 50%;
  position: relative;
}

.heading {
  color: #333;
  text-align: center;
}

.heading-2, .heading-3 {
  text-align: center;
}

.column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11, .column-12, .column-13 {
  flex: none;
  align-items: center;
  display: flex;
}

.columns {
  align-items: center;
  display: flex;
}

.image-4, .column-14 {
  flex: none;
  align-self: center;
}

.settings-button {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.settings-details {
  max-width: 100%;
  margin: 30px 20px;
  display: none;
  position: relative;
}

.button-2 {
  background-color: #ec383b;
}

.container {
  background-color: #fff;
  min-height: 300px;
  padding: 17px;
}

.container-2 {
  max-width: 50%;
  max-height: none;
}

.image-5 {
  margin-left: auto;
  display: inline-block;
}

.container-3 {
  display: inline-block;
}

.container-4 {
  display: block;
}

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

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

.image-6, .image-7 {
  width: 18px;
  height: 18px;
}

.image-8 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-9 {
  border-top: 1px #000;
  padding-top: 60px;
  padding-bottom: 50px;
  padding-left: 0;
}

.paragraph {
  text-align: center;
}

.paragraph-2 {
  color: #000;
}

.list-item {
  font-size: 18px;
  font-weight: 300;
}

.list-item-2, .list-item-3 {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.bold-text-2 {
  text-align: center;
}

.image-10 {
  text-align: left;
}

.image-11 {
  border-radius: 1px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.list-2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  position: static;
}

html.w-mod-js [data-ix="fade-in-on-load"], html.w-mod-js [data-ix="fade-in-on-scroll"] {
  opacity: 0;
  transform: translate(0, 24px);
}

html.w-mod-js [data-ix="hide-on-load"] {
  display: none;
}

@media screen and (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .nav-link {
    color: #fff;
    padding: 18px 0;
  }

  .nav-link:hover {
    box-shadow: inset 0 3px rgba(0, 0, 0, 0);
  }

  .nav-link.w--current {
    box-shadow: inset 0 1px rgba(0, 0, 0, 0);
  }

  .nav-link.menu {
    color: #000;
    padding: 22px 17px;
    font-size: 30px;
  }

  .nav-link.menu.w--open {
    color: #fff;
    background-color: #000;
  }

  .nav-menu {
    background-color: #000;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .plan-wrapper {
    min-height: 505px;
  }

  .main-feature-group {
    margin-top: 10px;
  }

  .main-image {
    margin-top: 49px;
  }

  .column {
    text-align: center;
  }

  .settings-details {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container {
    min-height: 400px;
  }

  .list-item {
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }

  .logo-text {
    margin-top: 15px;
  }

  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .section {
    text-align: center;
    padding-top: 43px;
    padding-bottom: 0;
  }

  .section.main {
    margin-top: 51px;
  }

  .nav-menu {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-title {
    margin-top: 35px;
  }

  .newsletter-form {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .main-heading {
    display: block;
  }

  .section-subtitle {
    margin-bottom: 44px;
  }

  .plan-wrapper {
    min-height: 300px;
    margin-bottom: 34px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .divider {
    width: 100%;
  }

  .feature {
    text-align: center;
    margin-bottom: 32px;
  }

  .feature-row {
    flex-direction: row;
    display: block;
  }

  .feature-icon {
    margin-bottom: 4px;
  }

  .main-feature-group {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .icon8 {
    float: right;
    padding-right: 20px;
  }

  .comingsoon-text {
    padding-bottom: 15px;
  }

  .column-13, .columns {
    display: block;
  }

  .settings-details {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    min-height: 300px;
    margin-bottom: 20px;
  }

  .container-2 {
    margin-bottom: 40px;
  }

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

  .facebook {
    text-align: left;
  }

  .x-twitter.center-contents {
    text-align: left;
    overflow: visible;
  }

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

@media screen and (max-width: 479px) {
  .main-image {
    margin-top: 0;
  }

  .client-logo {
    width: 33.33%;
  }

  .press-logo {
    width: 28%;
  }

  .icon8 {
    float: none;
    padding-top: 11px;
    padding-right: 10px;
  }

  .settings-button {
    margin-bottom: 20px;
  }

  .settings-details {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    margin-bottom: 20px;
  }

  .container-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-5 {
    min-width: 0;
    max-width: 100%;
    display: block;
  }

  .facebook, .x-twitter {
    text-align: left;
  }
}


@font-face {
  font-family: 'Robotocondensed Variablefont Wght';
  src: url('../fonts/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}