.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  letter-spacing: -.3px;
  background-color: #f1f6fd;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

a {
  text-decoration: none;
}

label {
  text-align: left;
  font-weight: 700;
  display: block;
}

.login-page-wrapper {
  width: 100%;
  min-height: 100vh;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 5% 100px;
  display: flex;
  position: relative;
}

.signup-label {
  z-index: -1;
  width: 100%;
  opacity: .6;
  color: #000;
  text-align: left;
  margin-bottom: 5px;
  padding-left: 2px;
  font-size: 15px;
  font-weight: 400;
}

.login-head {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3em;
}

.signup-field {
  height: 54px;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  font-size: 16px;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
  display: flex;
  position: relative;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06);
}

.signup-field:focus {
  border: 1px solid #1875f0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 4px #1875f0;
}

.login-container {
  z-index: 10;
  width: 100%;
  max-width: 400px;
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  display: block;
  position: relative;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, .18);
}

.error-message {
  z-index: 100;
  color: #fff;
  text-align: center;
  background-color: #000;
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: 700;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.login-page-link {
  color: #000;
  font-weight: 600;
}

.login-image {
  height: 35px;
}

.login-button {
  width: 100%;
  background-color: #3144f3;
  border-radius: 4px;
  margin-top: 20px;
  padding: 13px 18px 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s;
  display: block;
}

.login-button:hover {
  background-color: #1875f0;
}

.terms-text {
  color: rgba(51, 51, 51, .6);
  padding-left: 5px;
  font-size: 13px;
  position: relative;
  top: -2px;
}

.field-wrapper {
  width: 100%;
  min-height: 30px;
  position: relative;
}

.field-wrapper.first-name-wrapper {
  margin-right: 15px;
}

.made-with-ms {
  z-index: 100;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: block;
  position: fixed;
  bottom: 50px;
  right: 10px;
}

.div-block {
  z-index: 0;
  width: 30px;
  height: 30px;
  background-image: url('../images/Close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px 1000px;
  position: absolute;
  top: -30px;
  right: 0;
}

.made-with-memberstack {
  width: 210px;
  float: right;
  clear: both;
  cursor: pointer;
  border: 1px solid rgba(26, 39, 81, .1);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.ms-image {
  z-index: 2;
  min-width: 200px;
  position: relative;
}

.memberstack-tag {
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: left;
  background-color: #2aa8ff;
  border: 2px solid #f5f8fa;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  display: block;
  position: absolute;
  top: -12px;
  right: -12px;
  overflow: hidden;
  box-shadow: 0 0 10px 1px #fff;
}

.memberstack-tag:hover {
  overflow: visible;
}

.memberstack-tag-label {
  width: 158px;
  background-color: #000;
  border-radius: 3px;
  padding-left: 12px;
  position: absolute;
  top: -3px;
  right: 30px;
}

.memberstack-diamond {
  width: 10px;
  height: 10px;
  color: rgba(0, 0, 0, 0);
  background-color: #000;
  border-radius: 2px;
  display: block;
  position: absolute;
  top: 8px;
  bottom: 0;
  right: -3px;
  transform: rotate(45deg);
}

.memberstack-bolt {
  margin-top: -6px;
}

.memberstack-form {
  padding-top: 20px;
  position: relative;
}

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

.login-link {
  color: #1875f0;
  transition: color .2s;
}

.login-link:hover {
  color: #1875f0;
}

.secondary-action {
  font-size: 15px;
  line-height: 1.6em;
}

.secondary-action.forgot-password {
  text-align: right;
  margin-top: -5px;
}

.login-nav-link {
  color: #000;
  margin-top: 20px;
  margin-right: 50px;
  padding: 10px 20px;
  font-size: 18px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.gdpr-checkbox {
  text-align: left;
  margin-top: -5px;
  display: none;
}

.page-wrapper {
  width: auto;
  overflow: visible;
}

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

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

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

.navigation-item {
  z-index: 2;
  opacity: .6;
  color: #000;
  background-color: #fff;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .5em 1em .25em;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #405668;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

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

.navigation-item.profile-nav {
  margin-top: -1em;
  margin-bottom: -1em;
  padding-bottom: .5em;
  font-size: 15px;
}

.navigation-item.profile-nav:hover {
  opacity: .9;
}

.navigation-item.logout-link {
  border-top: 1px solid #f3f3f3;
  margin-top: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-top: .5em;
  padding-bottom: .5em;
}

.navigation-item.dropdown-nav-item {
  margin-left: 0;
}

.navigation-item.settings {
  padding-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 7%;
  left: 0%;
  right: 0%;
}

.navigation-item.settings.w--current {
  align-items: center;
  position: absolute;
  top: auto;
  bottom: 7%;
  left: 0%;
  right: 0%;
}

.navigation-item.settings.current {
  bottom: 5%;
}

.navigation-item.settings.current.w--current {
  position: absolute;
}

.navigation-item.settings.current.monitor {
  bottom: 8%;
}

.navigation-item.settings.current.monitor.w--current {
  position: static;
}

.navigation-item.hide {
  display: none;
}

.top-nav {
  z-index: 20;
  clear: none;
  background-color: #fff;
  border-bottom: 1px solid #f3f3f3;
  justify-content: space-between;
  align-items: center;
  padding: 1.2em 1.5em .5em;
  display: flex;
  position: relative;
}

.top-nav.footer-nav {
  z-index: 90;
  border-top: 1px solid #f3f3f3;
}

.navigation-icon {
  width: 20px;
  text-align: center;
  margin-right: 16px;
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
}

.navigation-icon.memberstack-logo {
  width: 24px;
}

.navigation-icon.submenu {
  margin-right: .2em;
  line-height: 16px;
}

.navigation-icon.brands {
  margin-right: 16px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.profile-pic {
  max-width: 34px;
  border-radius: 50%;
  margin-right: .75em;
  display: none;
  overflow: hidden;
}

.navigation-menu {
  z-index: 10;
  width: 10em;
  height: 95vh;
  max-height: 100vh;
  float: none;
  background-color: #fff;
  border-right-style: none;
  border-right-width: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  box-shadow: 0 1px 10px 3px rgba(51, 51, 51, .1);
}

.navigation-menu.submenu {
  z-index: 5;
  width: 8em;
  max-height: none;
  opacity: .8;
}

.webflow-diamond {
  z-index: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid rgba(219, 226, 235, .5);
  border-radius: 2px;
  position: absolute;
  top: -5px;
  bottom: auto;
  right: 17px;
  transform: rotate(45deg);
}

.nav-dropdown-list {
  opacity: 0;
  transform: translate(0, -10px);
}

.nav-dropdown-list.w--open {
  z-index: 2;
  max-height: 80vh;
  min-height: 20px;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #e9f2f5;
  border-radius: 4px;
  margin-top: -3px;
  padding-bottom: 10px;
  top: 33px;
  right: 10px;
  box-shadow: 0 20px 30px -10px rgba(45, 62, 80, .12);
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dashboard-section {
  width: 100%;
  height: auto;
  float: none;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  padding: 0;
  overflow: visible;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container.report {
  height: auto;
  max-width: none;
  position: relative;
}

.dash-row {
  z-index: 50;
  background-color: #f5f5f5;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -22px;
  margin-left: 0%;
  margin-right: -1%;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dash-row.masonry {
  min-height: 100vh;
  column-count: 3;
  padding-bottom: 50px;
  display: block;
}

.dash-row.cms-dash-row {
  margin-left: -1%;
  margin-right: -1%;
}

.white-box {
  width: 48%;
  color: #333;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  margin-bottom: 2%;
  margin-left: 1%;
  margin-right: 1%;
  box-shadow: 11px 11px 15px -5px rgba(0, 0, 0, .1);
}

.white-box.link-box {
  transition: box-shadow .2s, transform .2s, color .2s;
}

.white-box.link-box:hover {
  transform: translate(-2px, -2px);
  box-shadow: 21px 21px 25px -10px rgba(0, 0, 0, .1);
}

.white-box.link-box.paper-box {
  width: 23%;
  position: relative;
}

.white-box.link-box.asset-box {
  width: auto;
  margin-bottom: 4%;
  position: relative;
  overflow: hidden;
}

.white-box.progress-box, .white-box.full-width {
  width: 100%;
}

.white-box.third {
  width: 31%;
  box-shadow: none;
  border-color: #e4e4e4;
  margin-top: 1%;
  margin-bottom: 1%;
}

.white-box.two-third {
  width: 64%;
  height: 600px;
  box-shadow: none;
  border-color: #e4e4e4;
  margin: 1%;
}

.white-box.center-message {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.box-padding {
  opacity: 1;
  padding: 1.6em;
}

.box-padding.paper-padding {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 1.25em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.box-padding.app-padding-box {
  align-items: center;
  display: flex;
}

.dash-tab-wrapper {
  width: 100%;
  height: auto;
  min-height: auto;
  float: none;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10em;
  display: inline-block;
  position: relative;
  left: 0;
}

.dash-tab-wrapper.submenu {
  width: 100%;
  height: auto;
  margin-right: 8em;
  padding-left: 0;
  left: 8em;
}

.app-logo-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  flex: none;
  margin-right: 1.6em;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 7px 7px 12px -2px rgba(0, 0, 0, .1);
}

.app-heading {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .45em;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

.app-heading.connected {
  color: #02c908;
  font-size: 16px;
}

.app-heading.connect {
  background-color: #f3f3f3;
  border-radius: 20px;
  margin-bottom: -1em;
  margin-left: .25em;
  padding: .25em 1em;
  font-size: 15px;
  line-height: 20px;
}

.progress-bar-wrap {
  width: 100%;
  height: 1em;
  background-color: #f1f6fd;
  border-radius: 20px;
  margin-top: 1em;
  position: relative;
  overflow: hidden;
  box-shadow: inset 1px 1px 5px rgba(51, 51, 51, .09);
}

.progress-bar {
  width: 31%;
  background-color: #1875f0;
  background-image: linear-gradient(96deg, #a279f9, #1875f0);
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.progress-text-row {
  display: flex;
  position: relative;
}

.progress-icon {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-bottom: .25em;
  margin-left: auto;
  margin-right: auto;
  padding: 7px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, .1);
}

.progress-text-column {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
}

.doc-heading {
  margin-top: 0;
  margin-bottom: auto;
}

.paper {
  width: 100%;
}

.doc-description {
  max-height: 75px;
  margin-bottom: 1em;
  overflow: hidden;
}

.doc-date {
  color: rgba(51, 51, 51, .5);
  font-size: 14px;
}

.doc-image {
  width: 20%;
  text-align: left;
  margin-bottom: 1em;
}

.template-right {
  width: 70%;
  height: 65vh;
  min-height: 500px;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-shadow: 7px 7px 20px -5px rgba(0, 0, 0, .1);
}

.html-embed {
  position: absolute;
  top: 0;
  bottom: 55px;
  left: 0;
  right: 0;
}

.filter-drawer {
  z-index: 10000;
  width: 364px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 80px 60px 80px 20px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  transform: translate(-100%);
  box-shadow: 10px 0 20px -10px rgba(45, 62, 80, .12);
}

.option-svg {
  min-width: 30px;
  color: rgba(38, 61, 73, .9);
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 3px 7px 4px;
  font-size: 19px;
  transition: box-shadow .2s, color .2s;
  position: relative;
  box-shadow: 0 2px 3px rgba(45, 62, 80, .12);
}

.option-svg:hover {
  color: #2aa8ff;
  box-shadow: 0 10px 10px -2px rgba(45, 62, 80, .12);
}

.iframe-wrapper {
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 4px 4px 14px rgba(0, 0, 0, .1);
}

.template-left {
  width: 30%;
  min-width: 290px;
  flex: none;
  margin-right: 15px;
}

.control-bar {
  z-index: 10;
  height: 57px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding: 8px 10px 3px;
  display: flex;
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
}

.template-height {
  padding-bottom: 70%;
}

.iframe {
  width: 166.667%;
  height: 166.667%;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0%;
  transform: scale(.6);
}

.iframe.hide {
  display: none;
}

.option-row {
  width: 140px;
  height: 100%;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.option-row.center {
  margin-right: auto;
}

.project-grid {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.device-hover {
  width: 90px;
  height: 57px;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
  padding-top: 10px;
  font-size: 11px;
  display: none;
  position: absolute;
  bottom: 125%;
  right: -10px;
}

.project-message {
  margin-bottom: 1em;
}

.copyright {
  opacity: .4;
  font-size: 14px;
}

.social-row {
  align-items: flex-start;
  display: flex;
}

.social-link {
  width: 25px;
  height: 25px;
  opacity: .5;
  filter: grayscale();
  margin-right: 6px;
  transition: filter .2s, opacity .2s;
}

.social-link:hover {
  opacity: 1;
  filter: none;
}

.footer-menu {
  display: flex;
}

.large-number {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  line-height: 1.6;
  display: flex;
}

.large-number.monitor {
  font-size: 25px;
}

.colorful-icon {
  width: 40px;
  height: 40px;
  color: #1875f0;
  text-align: center;
  background-color: rgba(24, 117, 240, .1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  font-family: "Fa 400", sans-serif;
  display: flex;
}

.colorful-icon.green {
  color: #02c908;
  background-color: rgba(2, 201, 8, .1);
}

.colorful-icon.purple {
  color: #a279f9;
  background-color: rgba(106, 117, 216, .1);
}

.center-label {
  text-align: center;
  margin-top: 1em;
}

.field-row {
  display: flex;
}

.center-message {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cms-paper-link {
  z-index: 5;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.not-center {
  background-color: #fff;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.ms-loader {
  z-index: 1000000;
  background-color: rgba(0, 0, 0, .7);
  justify-content: center;
  align-items: center;
  padding-bottom: 5vh;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ms-loader.ms-loader-style-override {
  background-color: rgba(241, 246, 253, .9);
}

.ms-load-dot {
  background-color: #fff;
}

.ms-load-dot.ms-load-dot-override {
  background-color: #000;
}

.tabs {
  width: 100%;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  bottom: 0;
}

.mobile-footer-spacing {
  display: none;
}

.relative {
  position: relative;
}

.delete-me-welcome {
  z-index: 100000;
  background-color: rgba(0, 0, 0, .5);
  justify-content: flex-end;
  align-items: flex-start;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tour-diamond {
  z-index: 1;
  width: 16px;
  height: 16px;
  background-color: #f4f8fa;
  border: 3px solid #2aa8ff;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -7px;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
}

.tour-diamond.top-right {
  left: auto;
  right: 20px;
}

.tour-dot {
  width: 14px;
  height: 14px;
  color: #64636e;
  background-color: #2aa8ff;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: auto;
  right: 5%;
  box-shadow: 0 0 0 30px rgba(42, 168, 255, .53);
}

.tour-dot.preview-tour-dot {
  color: rgba(0, 0, 0, 0);
  top: 18px;
  right: -9%;
}

.help-tooltip-content {
  z-index: 2;
  background-color: #f4f8fa;
  border-radius: 5px;
  padding: 20px 30px 22px 22px;
  position: relative;
}

.help-tooltip {
  width: 300px;
  text-align: left;
  background-color: #f4f8fa;
  border: 1px solid #d8e3f0;
  border-radius: 5px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.4em;
  display: none;
  position: absolute;
  top: 20px;
  left: 100%;
  box-shadow: 1px 1px 8px 1px rgba(45, 62, 80, .12);
}

.help-tooltip.tour-tooltip {
  z-index: 99;
  width: 420px;
  min-height: 0;
  color: #000;
  background-color: #f4f8fa;
  border: 3px solid #2aa8ff;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7em;
  display: block;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 20px;
  box-shadow: 0 -5px 20px -5px rgba(45, 62, 80, .12), 1px 1px 8px 1px rgba(45, 62, 80, .12);
}

.help-title {
  margin-bottom: 3px;
  font-size: 110%;
  font-weight: 800;
  line-height: 1.5em;
}

.help-title.inline-block {
  margin-bottom: 13px;
  font-size: 120%;
}

.tour-bottom-row {
  z-index: 2;
  color: #64636e;
  background-color: #fff;
  border-top: 1px solid #d8e3f0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 10px 10px 22px;
  display: flex;
  position: relative;
  bottom: 3px;
}

.template-tag {
  display: none;
}

.tutorial-alert-bar {
  z-index: 1000;
  height: 42px;
  color: #fff;
  text-align: center;
  background-color: #2aa8ff;
  justify-content: center;
  align-items: center;
  transition: background-color .1s;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: inset 0 -1px 5px rgba(0, 0, 0, .1);
}

.tutorial-alert-bar:hover {
  background-color: #248ed6;
}

.video-icon {
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 50px;
  margin-right: 5px;
  padding-left: 2px;
  display: inline-block;
  position: relative;
  top: 0;
  left: -6px;
}

.video-svg {
  width: 11px;
  position: relative;
  top: -1px;
}

.ms-iframe {
  z-index: 2147483647;
  height: 70px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.ms-iframe-embed {
  width: 180px;
  height: 70px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: visible;
}

.html-embed-2 {
  height: 535px;
}

.html-embed-3 {
  height: 159px;
  min-height: 535px;
}

.container-2 {
  justify-content: center;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-3 {
  justify-content: center;
  margin-top: 14px;
  display: flex;
}

.button {
  width: 25%;
  justify-content: center;
  display: flex;
}

.container-3, .container-4 {
  justify-content: center;
  display: flex;
}

.div-block-4 {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  min-height: auto;
  min-width: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.html-embed-4 {
  justify-content: center;
  display: flex;
}

.html-embed-5 {
  height: 100%;
}

.div-block-5 {
  height: 80vh;
  padding-bottom: 20px;
}

.html-embed-6 {
  height: 80vh;
  max-height: none;
  min-height: auto;
  margin-bottom: -25px;
  padding-bottom: 0;
  overflow: hidden;
}

.html-embed-6.monitor {
  height: 80vh;
  margin-bottom: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.html-embed-7 {
  width: 100%;
  height: 95vh;
}

.body {
  background-color: #f5f5f5;
  overflow: hidden;
}

.div-block-6 {
  height: auto;
}

.html-embed-8 {
  height: 99%;
}

.text-block, .text-block-2, .text-block-8 {
  font-family: Open Sans, sans-serif;
}

.text-block-9 {
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.section {
  width: 85vw;
}

.html-embed-9 {
  width: 100%;
  height: 95vh;
  overflow: hidden;
}

.html-embed-10 {
  width: 100%;
  height: 95vh;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.heading-2 {
  margin-top: 0;
}

.div-block-7 {
  width: auto;
}

.submenu-text {
  font-family: Open Sans, sans-serif;
  line-height: 16px;
  text-decoration: none;
}

.submenu-text.done {
  text-decoration: line-through;
}

.submenu-text.list-icon {
  text-align: center;
  flex: 1;
  font-family: "Fa solid 900", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.logo {
  height: 30px;
  margin-top: 0;
}

.homepage-row {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.simple-white-footer {
  background-color: #fff;
  border-top: 1px solid #eee;
  padding-top: 45px;
  padding-bottom: 45px;
}

.feature-info-title {
  margin-top: 8px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 400;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding-top: 30px;
  padding-bottom: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.section-title-wrapper {
  width: 60%;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title-wrapper.full {
  width: 100%;
  text-align: left;
  flex-direction: row;
}

.section-title-wrapper.full.info {
  margin-bottom: 30px;
}

.info-row {
  margin-top: 20px;
}

.info-column-right {
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 70px;
}

.info-column-right.responsive {
  padding-top: 50px;
  padding-bottom: 40px;
}

.long-feature-icon-wrapper {
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 7px;
  padding-top: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.info-title {
  margin-bottom: 13px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.info-block {
  width: 97%;
  float: left;
}

.process-tab-menu {
  text-align: center;
  margin-top: -50px;
}

.dropdown-icon {
  opacity: .4;
  margin-right: 10px;
}

.intro-block-title {
  color: #2e3241;
  margin-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.1;
}

.hero-overlay-block {
  width: 100%;
  height: 100%;
  background-color: rgba(22, 15, 102, .8);
  padding-top: 240px;
  padding-bottom: 210px;
}

.hero-overlay-block.yellow {
  background-color: rgba(199, 145, 8, .88);
}

.hero-overlay-block.orange {
  background-color: rgba(242, 109, 4, .85);
}

.hero-overlay-block.purple {
  background-color: rgba(22, 15, 102, .8);
}

.hero-overlay-block.blue {
  background-color: rgba(31, 111, 255, .85);
}

.hero-overlay-block.black {
  background-color: rgba(64, 86, 104, .8);
}

.hero-overlay-block.octoblue {
  background-color: rgba(64, 86, 104, .9);
}

.hero-overlay-block.legal {
  background-color: #333;
}

.hero-overlay-block.signup {
  background-color: rgba(199, 145, 8, .88);
  padding-top: 240px;
  padding-bottom: 210px;
}

.hero-overlay-block.listing-monitor {
  background-color: rgba(242, 109, 4, .86);
}

.section-2 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
}

.section-2.tint {
  background-color: #fff;
}

.section-2.tint.overflow-none {
  background-color: #fff;
  overflow: visible;
}

.section-2.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section-2.dark {
  color: #fff;
  background-color: #3b3f46;
  border: 0 solid #000;
  overflow: hidden;
}

.section-2.overflow-none {
  overflow: hidden;
}

.section-title {
  margin-top: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 39px;
}

.section-title.large {
  line-height: 47px;
}

.section-title.center {
  text-align: center;
  padding-left: 200px;
  padding-right: 200px;
}

.bottom-footer-paragraph {
  float: left;
  margin-bottom: 0;
  font-size: 12px;
}

.bottom-footer-paragraph.dark {
  color: #94979e;
}

.bottom-footer-paragraph.right {
  float: right;
}

.devices-mockup-right {
  z-index: 50;
  height: 700px;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  display: inline-block;
  position: absolute;
  top: -200px;
  right: -399px;
  overflow: hidden;
}

.devices-mockup-right.personalized {
  height: 800px;
  top: -240px;
  right: -218px;
}

.devices-mockup-right.analytics {
  margin-top: 0;
  display: inline-block;
  top: -188px;
  right: -427px;
}

.devices-mockup-right.analytics.iphones {
  margin-top: -20px;
  margin-bottom: 0;
  padding-bottom: 30px;
  top: -190px;
  right: -146px;
}

.devices-mockup-right.revenue {
  height: 600px;
  top: -105px;
  right: -170px;
}

.devices-mockup-right.revenue.home {
  top: 90px;
  left: -197px;
  right: 0;
}

.devices-mockup-right.home {
  top: 62px;
  right: 0;
}

.devices-mockup-right.home.analytics {
  left: 440.375px;
  overflow: hidden;
}

.devices-mockup-right.home.registration {
  top: -198px;
  left: 438.719px;
  overflow: hidden;
}

.info-block-right {
  width: 50%;
  float: right;
}

.info-block-right.download-info {
  margin-top: 35px;
  margin-bottom: 40px;
}

.process-tabs-line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .1);
  margin-top: 80px;
}

.feature-info-paragraph {
  opacity: .7;
  font-size: 14px;
}

.process-tab-pane {
  padding-top: 60px;
}

.homepage-column {
  padding-left: 15px;
  padding-right: 15px;
}

.info-block-left {
  width: 56%;
}

.info-block-left.ui {
  width: 45%;
}

.process-tab-button {
  width: 100px;
  height: 100px;
  color: #c7c7c7;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f5f5f5;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 13px;
  font-weight: 700;
  transition: box-shadow .2s;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0);
}

.process-tab-button:hover {
  color: #1f6fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.process-tab-button.w--current {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-color: rgba(0, 0, 0, .1);
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.button-2 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button-2:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, .3);
}

.button-2.text-button {
  color: #fff;
  background-color: #1f6fff;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 29px;
  transition: background-color .2s;
  display: inline-block;
}

.button-2.text-button:hover {
  background-color: #000;
}

.button-2.big {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.button-2.monitor {
  margin-top: 0;
  display: block;
}

.info-icon {
  height: 17px;
  float: left;
  margin-top: 4px;
  margin-bottom: 10px;
  margin-right: 8px;
}

.container-5 {
  z-index: auto;
  position: relative;
  overflow: visible;
}

.container-5.hero-container {
  text-align: center;
}

.container-5.home-intro-container {
  height: 610px;
  text-align: center;
  margin-top: -127px;
}

.logo-block {
  z-index: 10;
  margin-right: 30px;
}

.feature-info-column {
  padding-right: 20px;
}

.home-intro-wrapper {
  width: 30%;
  color: #9a9da3;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.home-intro-wrapper.mid {
  z-index: 10;
  width: 47%;
  top: -56px;
  left: 250px;
}

.home-intro-wrapper.right {
  top: 0;
  left: auto;
  right: 0;
}

.intro-block-text-wrapper {
  width: 200px;
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.intro-block-text-wrapper.last {
  width: 240px;
  margin-left: auto;
  padding-left: 20px;
}

.intro-block-text-wrapper.mid {
  width: 68%;
}

.section-description {
  margin-top: 30px;
  font-family: Karla, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
}

.section-description.small {
  width: 70%;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 300;
}

.browser-mockup-right {
  width: 770px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: -35px;
  right: -395px;
  box-shadow: 3px 3px 33px rgba(0, 0, 0, .1);
}

.browser-mockup-right.small {
  width: auto;
  height: 550px;
  top: -15px;
  right: -165px;
}

.small-section-title {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.left-feature-icon {
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}

.long-feature-icon {
  height: 25px;
}

.long-feature-block {
  margin-top: 25px;
  padding-left: 0;
  padding-right: 20px;
  position: relative;
}

.long-feature-block.title-only {
  margin-top: 15px;
  padding-top: 3px;
  padding-left: 0;
}

.long-feature-title {
  margin-bottom: 14px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 19px;
}

.long-feature-title.uppercase {
  float: none;
  text-transform: none;
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 600;
}

.download-image-left {
  width: 640px;
  position: absolute;
  top: 0;
  left: -200px;
}

.home-mockup {
  z-index: 3;
  width: 715px;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -290px;
}

.home-mockup.ipad {
  z-index: 4;
  width: 251px;
  display: inline-block;
  top: 59px;
  left: 85px;
}

.home-mockup.iphone {
  z-index: 5;
  width: 130px;
  display: inline-block;
  top: 180px;
  left: 270px;
}

.intro-block-overlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  align-items: center;
  transition: background-color .2s, opacity .2s;
  display: flex;
}

.intro-block-overlay:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, .3);
}

.nav-menu {
  z-index: 1;
  border-radius: 4px;
  margin-top: 5px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.process-tab-col-left {
  padding-right: 40px;
}

.image-section {
  background-image: url('../images/Photo-5_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-section.ui-section {
  background-color: #eee;
  background-image: linear-gradient(86deg, #eee 39%, rgba(238, 238, 238, .2)), url('../images/UI-Elements.jpg');
  background-position: 0 0, 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}

.homepage-link-block {
  border-radius: 4px;
  margin-bottom: 30px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, .3);
}

.homepage-link-block:hover {
  opacity: .8;
}

.homepage-screenshot {
  width: 100%;
}

.feature-info-block {
  width: 90%;
  text-align: justify;
  position: relative;
}

.image-section-overlay {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(44, 46, 49, .7);
  padding-top: 145px;
  padding-bottom: 105px;
}

.image-section-overlay.color {
  background-color: rgba(31, 111, 255, .9);
}

.hero-video {
  height: auto;
}

.home-intro-link-block {
  width: 100%;
  height: 340px;
  background-image: url('../images/Home-Business-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 3px;
  text-decoration: none;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.home-intro-link-block:hover {
  text-decoration: none;
}

.home-intro-link-block._2 {
  height: 450px;
  background-image: url('../images/Home-Business-2.jpg');
  background-size: cover;
}

.home-intro-link-block._3 {
  background-image: url('../images/Home-App.jpg');
}

.process-tab-icon {
  height: 30px;
  margin-bottom: 6px;
}

.small-paragraph {
  color: #838383;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.feature-info-row {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.description-paragraph {
  color: #a3a3a3;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.small-features-wrapper {
  margin-top: 30px;
}

.bottom-footer-link {
  color: #91959c;
}

.bottom-footer-link:hover {
  color: rgba(255, 255, 255, .7);
}

.bottom-footer-link.color {
  color: #babdc2;
  text-decoration: none;
}

.bottom-footer-link.color:hover {
  color: #1f6fff;
}

.feature-info-icon {
  height: 35px;
  float: left;
  margin-right: 15px;
}

.feature-text-block {
  width: 440px;
  float: left;
  position: relative;
}

.feature-text-block.right {
  float: right;
}

.text-column-title {
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.text-column-title.number {
  color: #1f6fff;
  margin-right: 10px;
}

.text-column {
  padding-right: 20px;
}

.top-line-block {
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin-top: 9px;
  padding-top: 21px;
}

.nav-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-link:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, .2);
}

.nav-link.dropdown-toggle {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.w--open {
  background-color: rgba(0, 0, 0, .1);
}

.nav-link.dropdown-toggle.light {
  padding-right: 30px;
}

.nav-link.light {
  color: #fff;
  margin-right: 2px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.nav-link.light:hover, .nav-link.light.w--current {
  border-color: rgba(255, 255, 255, .2);
}

.dropdown-link {
  font-size: 13px;
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #1f6fff;
}

.dropdown-link.w--current {
  color: #1f6fff;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.hero-main-title {
  color: #fff;
  margin-top: 0;
  font-size: 70px;
  font-weight: 600;
  line-height: 54px;
}

.hero-main-title.subtitle {
  width: 70%;
  margin: 35px auto 0;
  font-size: 22px;
  font-weight: 200;
  line-height: 32px;
  display: block;
}

.section-description-2 {
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
}

.section-description-2.small {
  width: 70%;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 300;
}

.section-description-2.center {
  text-align: center;
  padding-left: 200px;
  padding-right: 200px;
}

.section-description-2.full-width {
  padding-left: 4em;
  padding-right: 4em;
}

.section-description-2.access {
  margin-top: 20px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-section-2 {
  background-image: url('../images/Photo-5.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-section-2.ui-section {
  background-color: #fff;
  background-image: none;
  padding-top: 90px;
  padding-bottom: 90px;
}

.home-intro-link-block-2 {
  width: 100%;
  height: 340px;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 3px;
  text-decoration: none;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.home-intro-link-block-2:hover {
  text-decoration: none;
}

.home-intro-link-block-2._2 {
  height: 450px;
  background-image: none;
  background-size: auto;
}

.home-intro-link-block-2._3 {
  background-image: none;
}

.hero-main-title-2 {
  color: #fff;
  margin-top: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 54px;
}

.hero-main-title-2.subtitle {
  width: 70%;
  margin: 35px auto 0;
  font-size: 22px;
  font-weight: 200;
  line-height: 32px;
  display: none;
}

.paragraph, .paragraph-2 {
  font-family: Source Sans Pro, sans-serif;
}

.subpage-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

.subpage-title.less-wide {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  line-height: 50px;
  display: block;
}

.page-subtitle {
  width: 65%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  display: block;
}

.section-3 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  position: relative;
}

.section-3.feature-section {
  z-index: 5;
  opacity: 1;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 100px;
  display: block;
  overflow: visible;
}

.section-3.feature-section.odd {
  background-color: #fff;
  border-top: 1px #ececec;
  margin-bottom: 0;
}

.section-3.tint {
  background-color: #f5f5f5;
}

.feature-intro-title {
  color: #bebebe;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
}

.main-feature-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 37px;
}

.long-feature-title-2 {
  margin-bottom: 14px;
  font-size: 19px;
}

.long-feature-title-2.uppercase {
  float: none;
  text-transform: none;
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 600;
}

.browser-mockup-left {
  width: 790px;
  object-fit: fill;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  margin-bottom: 0;
  display: block;
  position: absolute;
  top: -12px;
  left: -370px;
  box-shadow: 4px 4px 33px rgba(0, 0, 0, .1);
}

.small-paragraph-2 {
  color: #838383;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.html-embed-11 {
  width: 100%;
  height: 95vh;
  min-height: auto;
}

.video-lightbox-icon {
  height: 25px;
}

.section-title-2 {
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 46px;
}

.stats-block {
  padding-top: 14px;
  padding-left: 128px;
  position: relative;
}

.video-lightbox-button {
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #5ec045;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-left: 2px;
  transition: transform .2s;
  display: block;
  position: absolute;
  top: 53%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.video-lightbox-button:hover {
  transform: translate(0, -50%)scale(1.2);
  box-shadow: 0 0 13px rgba(0, 0, 0, .5);
}

.stats-number {
  color: #1f6fff;
  font-size: 54px;
  font-weight: 700;
  line-height: 71px;
  position: absolute;
  top: 0;
  left: 0;
}

.section-description-3 {
  margin-top: 30px;
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
}

.overall-video-lightbox {
  width: 100%;
  height: 230px;
  border-radius: 4px;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .3);
}

.video-lightbox-image-block {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/Photo-6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 4px;
  display: block;
  position: relative;
  overflow: hidden;
}

.stats-row {
  margin-top: 50px;
}

.divider-dark {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .06);
}

.link-dark {
  opacity: .6;
  color: #fff;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
  transition: color .4s, transform .4s, opacity .4s;
}

.link-dark:hover {
  opacity: 1;
  color: #fff;
}

.link-dark:active {
  opacity: .9;
}

.link-dark.footer-link-12-dark {
  margin-bottom: 10px;
  display: block;
}

.link-dark.footer-legal {
  padding-left: 10px;
  padding-right: 10px;
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.footer-section-headline {
  margin-bottom: 12px;
}

.text-16.text-16-60 {
  opacity: .6;
  opacity: .75;
  font-family: Open Sans, sans-serif;
}

.footer3-logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

._3-col {
  width: 220px;
  margin-right: 20px;
  display: inline-block;
}

._3-col._3-col-last {
  margin-right: 0;
}

.footer3-bottom-links-wrapper {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.section-dark {
  color: #fff;
  background-color: #111212;
}

.section-dark.analytics {
  background-color: #160f66;
}

.section-dark.personalization {
  background-color: #f26d04;
}

.section-dark.registration {
  background-color: #c79108;
}

.section-dark.home {
  background-color: #405668;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrap.w80-spcbetween {
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.wrap.w50-80-start {
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
}

.text-20 {
  opacity: 1;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
}

.landing3-logo {
  margin-right: 16px;
}

.footer3-links-wrapper {
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  display: flex;
}

.video-lightbox-block {
  height: 400px;
  background-image: url('../images/Photo-8.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
}

.video-lightbox-block.large {
  background-image: url('../images/Photo-6.jpg');
}

.video-lightbox-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  position: relative;
}

.container-6 {
  position: relative;
}

.video-lightbox {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 0 23px rgba(0, 0, 0, .3);
}

.video-lightbox.large {
  margin-top: -180px;
}

.top-line-block-2 {
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin-top: 35px;
  padding-top: 40px;
}

.small-column-icon {
  height: 17px;
  float: left;
  margin-top: 3px;
  margin-right: 8px;
}

.cta4-headline-wrap {
  width: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
}

.cta4-headline-extrajumbo {
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 70px;
}

.text-12 {
  font-size: 12px;
  line-height: 18px;
}

.text-12.text-12-60 {
  opacity: .6;
  text-align: center;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  display: block;
}

.btn-big {
  float: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-big:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.btn-big:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.cta4-action-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.small-column-title {
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.small-column-title.about {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.section-4 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-4.apply {
  display: block;
}

.image-block {
  width: 100%;
  height: 240px;
  background-image: url('../images/Photo-7.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.image-block-description {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
  padding: 25px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.overall-text-column {
  padding-right: 15px;
}

.image-block-column-left {
  padding-right: 30px;
}

.image-block-right {
  width: 100%;
  height: 200px;
  background-image: url('../images/Photo-5.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
}

.text-column-left {
  padding-right: 40px;
}

.bold-text, .paragraph-3 {
  font-family: Open Sans, sans-serif;
}

.paragraph-4, .paragraph-5 {
  opacity: .75;
  font-family: Open Sans, sans-serif;
  line-height: 26px;
}

.body-2, .body-3 {
  background-color: #f5f5f5;
}

.text-block-10 {
  border: 1px #000;
  border-bottom: 1px solid #cfcfcf;
  padding-top: 10px;
  padding-bottom: 12px;
  line-height: 1.2;
}

.container-7, .container-8, .container-9, .container-10, .container-11 {
  max-width: 100%;
}

.image {
  height: 20px;
}

.signup-account-link {
  color: #999;
  display: inline-block;
}

.form2-buttons-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form2-error-message {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  padding: 0;
}

._7-col {
  width: 540px;
  margin-right: 20px;
  display: inline-block;
}

._7-col._7-col-last {
  margin-right: 0;
  display: inline-block;
}

._5-col {
  width: 380px;
  margin-right: 20px;
  display: inline-block;
}

._5-col.access {
  align-self: flex-start;
  margin-right: 0;
  padding-left: 0;
}

.form2-form-section-wrapper {
  padding: 0 9px 9px;
}

.form2 {
  height: auto;
  color: #111212;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  padding: 0;
  display: flex;
  box-shadow: 0 1px 8px rgba(17, 18, 18, .1);
}

.form2-form-wrap {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 10px;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
}

.form2-wrapper {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.register-link {
  cursor: pointer;
  display: inline-block;
}

.form2-input {
  width: 100%;
  height: 40px;
  border: 1px solid #ececec;
  border-radius: 4px;
  margin-bottom: 14px;
  padding-left: 16px;
  padding-right: 16px;
  transition: border-color .2s;
}

.form2-input:hover {
  border-color: #d8d8d8;
}

.form2-input:focus {
  border-color: #a3a3a3;
}

.form2-input::-ms-input-placeholder {
  color: #ccc;
}

.form2-input::placeholder {
  color: #ccc;
}

.form2-headline {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
}

.form2-error-message-text {
  color: #f85359;
  display: inline-block;
}

.form2-image-wrapper {
  height: 520px;
  background-image: url('../images/signup-cover.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: -20px;
  display: flex;
}

.form2-success-message {
  background-color: rgba(0, 0, 0, 0);
}

.form2-success-message-text {
  color: #1991eb;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

.field-label {
  font-family: Open Sans, sans-serif;
}

._6-col {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}

.tagline-2 {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.btn-2 {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-2:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.btn-2:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.btn-2.btn-outline-light {
  color: #111212;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(17, 18, 18, .05);
}

.btn-2.btn-outline-light:hover {
  border-color: rgba(17, 18, 18, .1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

.btn-2.btn-outline-light:active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.btn-2.btn-outline-dark {
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s, border .2s;
}

.btn-2.btn-outline-dark:hover {
  border-color: rgba(255, 255, 255, .5);
}

._6-col-last {
  width: 460px;
}

.content3-headline {
  margin-top: 5px;
  padding-right: 50px;
}

.content3-bottom-headline {
  opacity: .6;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

._1-col-legal {
  background-color: #fff;
}

.div-block-8 {
  width: 100%;
  height: 95vh;
}

.body-4 {
  overflow: visible;
}

.div-block-9, .div-block-10, .div-block-11, .div-block-12 {
  overflow: hidden;
}

.section-6 {
  width: 100%;
  height: auto;
}

.html-embed-12 {
  min-height: 800px;
  display: block;
  overflow: auto;
}

.heading-3 {
  font-family: Open Sans, sans-serif;
}

.headline-8-col {
  width: 620px;
  margin-bottom: 50px;
}

.tagline-3 {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.hero4-wrap {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.h1-jumbo {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 57px;
}

.h1-jumbo.title {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.hero4-buttons-wrap {
  margin-top: -20px;
}

.textarea {
  min-height: 200px;
}

.html-embed-13 {
  height: 90vh;
  overflow: hidden;
}

.html-embed-13.status-page {
  height: 85vh;
}

.heading-4 {
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
}

.text-block-11 {
  display: inline-block;
}

.link {
  padding-left: 5px;
  font-family: Open Sans, sans-serif;
  display: inline-block;
}

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

.section-8.monitor {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #f5f5f5;
  background-clip: border-box;
  margin-top: 0;
  overflow: visible;
}

.text-block-12 {
  font-family: Open Sans, sans-serif;
  display: inline-block;
}

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

.div-block-13, .div-block-14, .div-block-15 {
  text-align: center;
}

.html-embed-14 {
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.pricing-box {
  width: 48%;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 8px;
  padding-bottom: 30px;
  transition: transform .2s ease-out, box-shadow .2s;
  overflow: hidden;
}

.upgrade-container {
  z-index: 10;
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 50px 50px;
  font-weight: 300;
  display: block;
  position: relative;
  overflow: hidden;
}

.feature-wrapper {
  border-bottom: 1px solid #d9dadc;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 32px;
}

.feature-text {
  padding-left: 15px;
  display: inline-block;
}

.upgrade-row {
  width: 100%;
  text-align: left;
  justify-content: space-between;
  display: flex;
}

._100-vh-section {
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.discount-label {
  color: #fff;
  background-color: #28d893;
  border-radius: 5px;
  margin-left: 10px;
  padding-top: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.hide-me-overlay {
  z-index: 8888;
  background-color: rgba(0, 0, 0, .75);
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.price-duration {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 500;
}

.pricing-column-contain {
  padding-left: 10%;
  padding-right: 10%;
}

.pricing-column-contain.top-price-contain {
  text-align: center;
  background-color: rgba(0, 0, 0, .03);
  padding-top: 17px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.pricing-column-contain.top-price-contain.green-price-contain {
  color: #1ab478;
  background-color: rgba(40, 216, 147, .1);
  justify-content: center;
  display: flex;
}

.close-overlay {
  z-index: 9;
  opacity: .25;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.price-text {
  color: #919496;
  margin-bottom: 15px;
  padding-left: 6px;
  font-size: 12px;
}

.upgrade-accent {
  height: 10px;
  background-color: #28d893;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.price {
  padding-left: 6px;
  font-size: 32px;
  font-weight: 400;
}

.upgrade-header {
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.2em;
}

.page-wrapper-2 {
  width: 100%;
  display: block;
  overflow: hidden;
}

.upgrade-button {
  color: #fff;
  text-align: center;
  background-color: #254054;
  border-radius: 5px;
  padding: 15px 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6em;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s;
  box-shadow: 0 20px 30px -10px rgba(24, 16, 99, .36);
}

.upgrade-button:hover {
  background-color: #000;
  box-shadow: 0 10px 20px -5px rgba(24, 16, 99, .36);
}

.upgrade-button.full-upgrade-button {
  display: block;
}

.upgrade-button.full-upgrade-button.primary-upgrade-button {
  background-color: #28d893;
  box-shadow: 0 20px 30px -10px rgba(24, 16, 99, .18);
}

.upgrade-button.full-upgrade-button.primary-upgrade-button:hover {
  background-color: #1cb176;
  box-shadow: 0 10px 10px -5px rgba(24, 16, 99, .18);
}

.modal-scroll {
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100px;
  position: absolute;
}

.upgrade-text {
  color: #000;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
}

.feature-item.not-available {
  opacity: .5;
  filter: grayscale();
}

.navbar-2 {
  height: 100px;
  color: #6a6d75;
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 20px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.h1-h2 {
  font-size: 44px;
  font-weight: 900;
}

.toggle-text {
  width: 152px;
}

.logo-image {
  max-height: 26px;
}

.toggle-contain {
  width: 70px;
  height: 34px;
  background-color: #fff;
  border-radius: 50px;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.pricing-box-2 {
  width: 31.3%;
  min-height: 420px;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  margin-left: 1%;
  margin-right: 1%;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
  box-shadow: 0 10px 25px 3px rgba(0, 0, 0, .1);
}

.toggle-row {
  color: rgba(255, 255, 255, .8);
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  font-size: 14px;
  font-weight: 700;
  display: none;
}

.faq-section {
  margin-top: -40px;
  padding-top: 120px;
  padding-bottom: 20px;
  display: none;
}

.button-4 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #378ae8;
  border-radius: 3px;
  padding: 15px 25px 11px;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .2s;
}

.button-4:hover {
  background-color: #2566b0;
}

.button-4.nav-button {
  background-color: #378ae8;
  margin-left: 15px;
  padding: 11px 21px 7px;
}

.button-4.pricing-button {
  width: 100%;
  letter-spacing: 1.5px;
  margin-top: 15px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 16.5px;
}

.button-4.pricing-button.outline-button {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  margin-top: 14px;
  margin-bottom: 24px;
  font-weight: 400;
}

.container-12 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.container-12.nav-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-box-row {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.pricing-box-row.yearly-row {
  display: none;
}

.price-2 {
  margin-top: -10px;
  margin-bottom: 3px;
  font-size: 55px;
  font-weight: 700;
  line-height: 70px;
  position: relative;
}

.pricing-background {
  z-index: -1;
  height: 600px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .47));
  background-position: 0 0;
  background-size: auto;
  padding-top: 200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu-2 {
  flex: 1;
  align-items: center;
  display: flex;
}

.faq-column {
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link-2 {
  margin-left: 0;
  margin-right: 0;
  padding: 22px 15px 18px;
}

.nav-link-2.left-nav-link {
  text-transform: none;
  margin-left: auto;
  font-size: 12.5px;
}

.pricing-section {
  padding-top: 200px;
}

.faq-row {
  margin-bottom: 80px;
  margin-left: -20px;
  margin-right: -20px;
}

.yearly-discount {
  width: 100%;
  height: 21px;
  color: #378ae8;
  letter-spacing: .5px;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  display: inline-block;
  position: relative;
  top: 3px;
}

.brand-link {
  margin-right: 20px;
}

.toggle-dot {
  width: 24px;
  height: 24px;
  background-color: #378ae8;
  border-radius: 50%;
  position: absolute;
}

.faq-h3 {
  margin-top: 60px;
}

.body-5 {
  background-color: #f5f5f5;
}

.text-block-13, .text-block-14 {
  text-decoration: line-through;
}

.text-block-15, .text-block-16, .text-block-17 {
  font-size: 24px;
}

.text-block-18 {
  font-size: 16px;
}

.text-block-19 {
  font-size: 24px;
}

html.w-mod-js [data-ix="mockp-move"] {
  transform: translate(52px);
}

html.w-mod-js [data-ix="mockup-fade-in"], html.w-mod-js [data-ix="mockup-fade-in-2"] {
  opacity: 0;
  transform: translate(-50px);
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 18px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .navigation-item {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    transition: background-color .4s, opacity .4s, color .4s;
  }

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

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

  .navigation-item.footer-nav-item {
    padding-top: .5em;
  }

  .top-nav.footer-nav {
    min-height: 220px;
    flex-direction: column;
    align-items: flex-start;
  }

  .navigation-menu {
    width: 3em;
  }

  .navigation-menu.submenu {
    width: 8em;
    float: none;
  }

  .container.report {
    max-width: 100%;
  }

  .dash-row.masonry {
    column-count: 2;
  }

  .white-box.link-box.paper-box {
    width: 31%;
  }

  .white-box.link-box.asset-box {
    width: 100%;
  }

  .dash-tab-wrapper {
    width: 100%;
    height: 100%;
    padding-left: 3em;
  }

  .dash-tab-wrapper.submenu {
    width: 85%;
  }

  .template-right {
    width: 100%;
    height: auto;
  }

  .option-svg.desktop-login.current {
    display: block;
  }

  .template-left {
    width: 100%;
  }

  .project-grid {
    flex-direction: column;
  }

  .large-number {
    font-size: 26px;
    line-height: 1.6;
  }

  .navigation-text, .text-block, .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
    display: none;
  }

  .logo {
    height: 30px;
  }

  .homepage-row {
    width: 100%;
  }

  .transparant-menu-button {
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 4px;
    margin-right: 20px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .transparant-menu-button:hover {
    background-color: rgba(0, 0, 0, .3);
  }

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

  .feature-info-title {
    margin-top: 0;
    font-size: 17px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .section-title-wrapper.full.info {
    margin-bottom: 20px;
  }

  .info-column-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .info-column-right.responsive {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px;
  }

  .dropdown-icon {
    margin-right: 30px;
  }

  .hero-overlay-block {
    background-color: rgba(31, 111, 255, .85);
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .hero-overlay-block.contact {
    background-color: rgba(22, 15, 102, .89);
  }

  .section-2 {
    padding: 45px;
  }

  .section-2.tint.overflow-none {
    padding-top: 45px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .section-2.feature-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .section-title.large {
    line-height: 37px;
  }

  .devices-mockup-right {
    top: -21px;
    right: -408px;
  }

  .devices-mockup-right.personalized {
    height: 40vh;
    top: -90px;
    right: -200px;
  }

  .devices-mockup-right.analytics.iphones {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    overflow: visible;
  }

  .devices-mockup-right.revenue {
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    overflow: visible;
  }

  .devices-mockup-right.revenue.home {
    right: 314px;
  }

  .devices-mockup-right.home {
    height: 500px;
    position: absolute;
    top: 0;
    right: -254px;
  }

  .devices-mockup-right.home.analytics {
    top: 135px;
    right: -319px;
  }

  .dropdown-2 {
    width: 100%;
    max-width: 1500px;
  }

  .feature-info-paragraph {
    text-align: left;
  }

  .homepage-column {
    padding-left: 9px;
    padding-right: 9px;
  }

  .info-block-left.ui {
    width: 55%;
  }

  .button-2.text-button {
    font-size: 10px;
    line-height: 27px;
  }

  .info-icon {
    height: 14px;
    margin-right: 4px;
  }

  .home-intro-wrapper.mid {
    left: 181px;
  }

  .intro-block-text-wrapper {
    font-size: 13px;
  }

  .intro-block-text-wrapper.last {
    width: 210px;
  }

  .intro-block-text-wrapper.mid {
    width: 75%;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .section-description.small {
    width: 80%;
  }

  .browser-mockup-right {
    width: 540px;
    top: 9px;
    right: -288px;
  }

  .browser-mockup-right.small {
    right: -316px;
  }

  .download-image-left {
    width: 560px;
    top: -23px;
  }

  .home-mockup {
    top: -27px;
    left: -350px;
  }

  .home-mockup.ipad {
    top: 19px;
    left: 25px;
  }

  .home-mockup.iphone {
    top: 140px;
    left: 170px;
  }

  .nav-menu {
    background-color: #292c31;
    border-radius: 0;
    margin-top: 0;
  }

  .dropdown-list.w--open {
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
  }

  .process-tab-col-left {
    padding-right: 30px;
  }

  .image-section.ui-section {
    background-size: auto, cover;
    padding-left: 45px;
    padding-right: 45px;
  }

  .image-section-overlay, .image-section-overlay.color {
    padding: 90px 45px;
  }

  .hero-video {
    background-image: url('../images/Photo-9.jpg');
    background-position: 0 0;
    background-size: 800px;
  }

  .feature-text-block {
    width: 400px;
  }

  .text-column-title {
    font-size: 13px;
  }

  .text-column {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .nav-link {
    width: 100%;
    max-width: 1200px;
    color: #fff;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-link.dropdown-toggle {
    color: #fff;
  }

  .nav-link.light {
    width: 100%;
    max-width: 1500px;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .nav-link.light:hover {
    background-color: #000;
  }

  .nav-link.light.w--current {
    border-color: rgba(0, 0, 0, 0);
  }

  .dropdown-link {
    padding-left: 35px;
  }

  .hero-main-title {
    font-size: 60px;
    line-height: 44px;
  }

  .hero-main-title.subtitle {
    width: 80%;
    margin-bottom: 30px;
    line-height: 34px;
  }

  .section-description-2 {
    margin-top: 20px;
    font-size: 19px;
  }

  .section-description-2.small {
    width: 80%;
  }

  .image-section-2.ui-section {
    background-size: auto, cover;
    padding-left: 45px;
    padding-right: 45px;
  }

  .hero-main-title-2 {
    font-size: 60px;
    line-height: 44px;
  }

  .hero-main-title-2.subtitle {
    width: 80%;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 34px;
  }

  .subpage-title.less-wide {
    width: 90%;
    font-size: 46px;
    line-height: 52px;
  }

  .page-subtitle {
    width: 80%;
  }

  .section-3 {
    padding: 45px;
  }

  .section-3.feature-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .browser-mockup-left {
    width: 580px;
    object-fit: cover;
    object-position: 100% 50%;
    top: 4px;
    left: -360px;
    overflow: visible;
  }

  .section-title-2 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .stats-block {
    padding-left: 118px;
  }

  .stats-title {
    font-size: 11px;
  }

  .section-description-3 {
    margin-top: 20px;
    font-size: 19px;
  }

  .text-16.text-16-60 {
    width: 100%;
    width: 100%;
  }

  .footer3-logo-wrapper {
    justify-content: center;
  }

  ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer3-bottom-links-wrapper {
    text-align: center;
    justify-content: center;
  }

  .section-dark {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w80-spcbetween {
    flex-direction: column;
    justify-content: center;
  }

  .wrap.w50-80-start {
    flex-direction: column;
  }

  .footer3-links-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .video-lightbox-block.large {
    height: 270px;
  }

  .cta4-headline-wrap {
    width: 100%;
    text-align: center;
  }

  .cta4-headline-extrajumbo {
    font-size: 54px;
    line-height: 70px;
  }

  .section-4 {
    padding: 45px;
  }

  .overall-text-column {
    padding-left: 0;
    padding-right: 0;
  }

  .image-block-column-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .signup-account-link {
    text-align: left;
  }

  ._7-col, ._5-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .form2-form-section-wrapper {
    margin-top: -20px;
    margin-bottom: -20px;
    padding: 40px;
  }

  .form2 {
    height: auto;
    flex-direction: column;
  }

  .form2-wrapper {
    margin-top: -20px;
  }

  .form2-image-wrapper {
    height: 300px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    margin-right: 0;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .content3-text-wrap {
    text-align: center;
  }

  ._6-col-last {
    width: auto;
  }

  .content3-headline {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .headline-8-col {
    width: auto;
    text-align: center;
  }

  .hero4-buttons-wrap {
    text-align: center;
  }

  .modal-scroll {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .pricing-box-2 {
    width: 48%;
    max-width: 310px;
    margin-bottom: 2%;
  }

  .menu-button {
    margin-left: auto;
  }

  .bun {
    width: 26px;
    height: 4px;
    background-color: #28344f;
    border-radius: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .signup-label {
    margin-bottom: 2px;
  }

  .login-image {
    height: 28px;
  }

  .login-button {
    margin-top: 15px;
  }

  .field-wrapper.first-name-wrapper {
    margin-right: 5%;
  }

  .made-with-memberstack {
    padding: 10px 18px;
    font-size: 12px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation-item {
    flex-direction: column;
    padding-left: .5em;
    padding-right: .5em;
    font-size: 14px;
  }

  .navigation-item.profile-nav {
    flex-direction: row;
  }

  .navigation-item.footer-nav-item {
    align-items: flex-start;
    margin-left: 0;
  }

  .top-nav.footer-nav {
    min-height: 250px;
    text-align: center;
    align-items: flex-start;
  }

  .navigation-icon {
    min-height: 20px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navigation-icon.submenu {
    display: none;
  }

  .navigation-icon.brands {
    margin-right: 0;
  }

  .navigation-menu {
    justify-content: space-around;
    padding-left: 1em;
    padding-right: 1em;
  }

  .navigation-menu.submenu {
    width: 7em;
    font-size: 10px;
  }

  .nav-dropdown-list {
    justify-content: flex-end;
  }

  .white-box.link-box {
    width: 100%;
  }

  .white-box.link-box.paper-box {
    width: 48%;
  }

  .white-box.third {
    width: 48%;
    margin-left: auto;
    margin-right: auto;
  }

  .white-box.third.mobile-full-box {
    width: 98%;
    flex-direction: column;
    display: flex;
  }

  .white-box.two-third {
    width: 100%;
  }

  .box-padding.mobile-flex-padding {
    justify-content: flex-start;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }

  .dash-tab-wrapper.submenu {
    width: 100%;
    margin-right: 5em;
    left: 5em;
  }

  .doc-description {
    max-height: 68px;
  }

  .html-embed {
    bottom: 0;
  }

  .control-bar {
    display: none;
  }

  .project-grid {
    flex-direction: column;
  }

  .footer-menu {
    flex-direction: row-reverse;
  }

  .html-embed-6.monitor {
    height: 77vh;
  }

  .submenu-text {
    line-height: 14px;
  }

  .logo {
    height: 30px;
    margin-top: 10px;
  }

  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .simple-white-footer {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .feature-info-title {
    margin-bottom: 13px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
  }

  .section-title-wrapper.full.info {
    text-align: center;
  }

  .info-row {
    margin-top: 0;
  }

  .process-tab-col-right, .info-column-right, .info-column-right.responsive {
    padding-left: 0;
  }

  .home-mockup-column {
    height: 290px;
  }

  .info-block {
    padding-left: 0;
    padding-right: 0;
  }

  .process-tab-menu {
    margin-top: -39px;
  }

  .hero-overlay-block {
    padding: 130px 25px;
  }

  .hero-overlay-block.signup {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-2 {
    padding: 25px;
  }

  .section-2.tint.overflow-none {
    padding-top: 25px;
  }

  .section-2.feature-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .section-title.large {
    text-align: center;
    line-height: 37px;
  }

  .bottom-footer-paragraph {
    float: none;
    margin-bottom: 7px;
  }

  .bottom-footer-paragraph.dark, .bottom-footer-paragraph.right {
    float: none;
  }

  .devices-mockup-right {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    right: 0;
  }

  .devices-mockup-right.personalized, .devices-mockup-right.analytics {
    top: 0;
    right: 0;
  }

  .devices-mockup-right.home {
    position: static;
  }

  .info-block-right {
    width: 100%;
  }

  .info-block-right.download-info {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .process-tab-pane {
    padding-top: 40px;
  }

  .homepage-column {
    padding-left: 0;
    padding-right: 0;
  }

  .info-block-left {
    width: 100%;
  }

  .process-tab-button {
    width: 80px;
    height: 80px;
    margin-left: 9px;
    margin-right: 9px;
    font-size: 10px;
    line-height: 12px;
  }

  .button-2.text-button {
    display: inline-block;
  }

  .container-5.home-intro-container {
    height: auto;
  }

  .feature-info-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-intro-wrapper {
    width: 100%;
    position: static;
  }

  .home-intro-wrapper.mid {
    width: 100%;
  }

  .intro-block-text-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .intro-block-text-wrapper.last {
    width: 100%;
  }

  .intro-block-text-wrapper.mid {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .section-description.small {
    width: 100%;
    font-size: 18px;
  }

  .browser-mockup-right {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    right: 0;
  }

  .browser-mockup-right.small {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    position: static;
  }

  .small-section-title {
    text-align: center;
  }

  .download-image-left {
    width: 100%;
    margin-top: -80px;
    display: none;
    position: relative;
    left: 0;
    right: 0;
  }

  .home-mockup {
    width: auto;
    height: 290px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 0;
    left: -350px;
    right: -350px;
  }

  .home-mockup.ipad {
    width: auto;
    height: 210px;
    top: 59px;
    right: -200px;
  }

  .home-mockup.iphone {
    width: auto;
    height: 170px;
    top: 102px;
    right: -220px;
  }

  .process-tab-col-left {
    padding-left: 0;
    padding-right: 0;
  }

  .image-section.ui-section {
    padding: 25px;
  }

  .image-section-overlay {
    padding: 60px 25px;
  }

  .image-section-overlay.color {
    padding: 25px;
  }

  .home-intro-link-block, .home-intro-link-block._2 {
    height: 300px;
  }

  .home-intro-link-block._3 {
    height: 270px;
  }

  .process-tab-icon {
    height: 23px;
  }

  .feature-info-row {
    margin-top: 0;
  }

  .info-column {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-info-icon {
    margin-top: -12px;
  }

  .feature-text-block {
    width: 100%;
    text-align: center;
  }

  .text-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .top-line-block {
    margin-top: 25px;
    padding-top: 30px;
  }

  .nav-link {
    padding-left: 25px;
  }

  .nav-link.light {
    padding-left: 25px;
    padding-right: 25px;
  }

  .dropdown-link {
    padding-left: 25px;
  }

  .hero-main-title {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .hero-main-title.subtitle {
    margin-top: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .section-description-2 {
    text-align: center;
  }

  .section-description-2.small {
    width: 100%;
    font-size: 18px;
  }

  .image-section-2.ui-section {
    padding: 25px;
  }

  .home-intro-link-block-2, .home-intro-link-block-2._2 {
    height: 300px;
  }

  .home-intro-link-block-2._3 {
    height: 270px;
  }

  .hero-main-title-2 {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .hero-main-title-2.subtitle {
    margin-top: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .subpage-title {
    font-size: 30px;
  }

  .subpage-title.less-wide {
    font-size: 36px;
    line-height: 42px;
  }

  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .section-3 {
    padding: 25px;
  }

  .section-3.feature-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .browser-mockup-left {
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    left: 0;
  }

  .section-title-2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .stats-block {
    padding-top: 0;
    padding-left: 0;
  }

  .about-us-col-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .stats-title {
    margin-top: 16px;
    font-size: 13px;
  }

  .video-column-right-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .stats-column {
    padding-left: 0;
  }

  .stats-number {
    width: 80px;
    float: left;
    margin-right: 20px;
    font-size: 40px;
    line-height: 50px;
    position: static;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .video-lightbox-block {
    height: 260px;
  }

  .video-lightbox-block.large {
    height: 250px;
  }

  .top-line-block-2 {
    margin-top: 25px;
    padding-top: 30px;
  }

  .cta4-headline-extrajumbo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-4 {
    padding: 25px;
  }

  .image-block {
    height: 180px;
  }

  .text-column-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .form2-form-section-wrapper {
    padding: 30px;
  }

  ._6-col {
    margin-right: 0;
  }

  .hero4-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .h1-jumbo {
    font-size: 44px;
    line-height: 56px;
  }

  .pricing-box {
    width: 49%;
  }

  .upgrade-container {
    flex-direction: column;
    margin-bottom: 70px;
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .upgrade-row {
    width: 100%;
  }

  .pricing-column-contain.top-price-contain {
    padding: 12px 5% 11px;
    font-size: 13px;
  }

  .price-text {
    font-size: 11px;
    line-height: 1.5em;
  }

  .price {
    font-size: 26px;
  }

  .upgrade-header {
    font-size: 30px;
  }

  .modal-scroll {
    overflow: auto;
  }

  .upgrade-text {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .navbar-2 {
    height: 60px;
  }

  .h1-h2 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .logo-image {
    max-height: 22px;
  }

  .pricing-box-2 {
    width: 100%;
    min-height: auto;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
  }

  .toggle-row {
    margin-bottom: 30px;
  }

  .faq-section {
    padding-bottom: 0;
  }

  .container-12 {
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .nav-menu-2 {
    max-height: 80vh;
    text-align: right;
    background-color: #fff;
    padding-bottom: 20px;
    padding-right: 20px;
    font-size: 18px;
    overflow: scroll;
  }

  .nav-link-2 {
    text-align: right;
  }

  .pricing-section {
    padding-top: 100px;
  }

  .faq-h3 {
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .login-head {
    font-size: 22px;
  }

  .login-container {
    min-width: 0;
  }

  .navigation-item {
    width: 100%;
    font-size: 12px;
  }

  .navigation-item.w--current {
    font-size: 9px;
  }

  .navigation-item.profile-nav, .navigation-item.footer-nav-item {
    width: auto;
  }

  .navigation-item.hide-on-mobile {
    display: none;
  }

  .navigation-item.submenu {
    font-size: 9px;
  }

  .top-nav {
    padding-left: 1em;
    padding-right: 0;
  }

  .navigation-icon {
    z-index: 999;
    margin-bottom: 3px;
    font-size: 16px;
  }

  .navigation-menu {
    padding: 0;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navigation-menu.submenu {
    width: 4.5em;
    height: 95vh;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .dashboard-section {
    padding-left: 0;
    padding-right: 0;
  }

  .dash-row.masonry {
    column-count: 1;
  }

  .white-box.link-box.paper-box {
    max-width: 300px;
    min-width: 210px;
    margin-bottom: 4%;
  }

  .white-box.third {
    width: 100%;
  }

  .dash-tab-wrapper.submenu {
    width: 85%;
    margin-right: 0;
    left: 0;
  }

  .dash-tab-wrapper.guests, .dash-tab-wrapper.analytics {
    padding-left: 0;
  }

  .progress-text-column {
    font-size: 12px;
  }

  .template-left {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs {
    z-index: 9;
  }

  .mobile-footer-spacing {
    height: 67px;
    display: block;
  }

  .html-embed-6 {
    width: 100%;
  }

  .html-embed-6.monitor {
    height: 70vh;
  }

  .submenu-text {
    line-height: 9px;
  }

  .logo {
    height: 20px;
    margin-top: 5px;
  }

  .transparant-menu-button {
    margin-right: 0;
  }

  .simple-white-footer {
    padding: 35px 15px;
  }

  .feature-info-title {
    margin-bottom: 12px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section-title-wrapper.full.info {
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .info-row {
    margin-top: 0;
  }

  .home-mockup-column {
    height: 180px;
  }

  .info-title {
    margin-bottom: 4px;
  }

  .info-block {
    width: 90%;
    float: none;
    font-size: 14px;
  }

  .intro-block-title {
    margin-bottom: 10px;
  }

  .hero-overlay-block {
    padding: 90px 15px 110px;
  }

  .hero-overlay-block.signup {
    padding-top: 90px;
    padding-bottom: 110px;
  }

  .section-2 {
    padding: 25px;
  }

  .section-2.tint.overflow-none {
    padding: 20px;
  }

  .section-title {
    font-size: 25px;
    line-height: 26px;
  }

  .section-title.large {
    line-height: 30px;
  }

  .bottom-footer-paragraph.right.dark {
    margin-top: 10px;
  }

  .devices-mockup-right, .devices-mockup-right.personalized, .devices-mockup-right.revenue, .devices-mockup-right.home {
    object-fit: cover;
  }

  .process-tab-pane {
    padding-top: 20px;
  }

  .info-block-left {
    width: 100%;
  }

  .info-block-left.ui {
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .process-tab-button {
    width: 60px;
    height: 60px;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .1);
    margin-top: 19px;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 9px;
    display: inline-block;
  }

  .button-2 {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .info-icon {
    height: 20px;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 11px;
  }

  .feature-info-column.last {
    padding-bottom: 0;
  }

  .intro-block-text-wrapper.mid {
    margin-bottom: 30px;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .section-description.small {
    width: 100%;
    margin-top: 15px;
    font-size: 17px;
    line-height: 25px;
  }

  .small-section-title {
    text-align: center;
    font-size: 11px;
    line-height: 21px;
  }

  .long-feature-block {
    padding-left: 55px;
    padding-right: 10px;
  }

  .long-feature-block.title-only {
    padding-top: 0;
    padding-left: 65px;
    padding-right: 0;
  }

  .long-feature-title {
    margin-bottom: 7px;
  }

  .long-feature-title.uppercase {
    font-size: 16px;
    line-height: 21px;
  }

  .download-image-left {
    margin-top: -40px;
    margin-bottom: -20px;
  }

  .home-mockup {
    height: 160px;
  }

  .home-mockup.ipad {
    height: 120px;
    top: 30px;
    right: -115px;
  }

  .home-mockup.iphone {
    height: 100px;
    top: 52px;
    right: -61px;
  }

  .image-section.ui-section {
    background-image: linear-gradient(86deg, #eee 39%, rgba(238, 238, 238, .8)), url('../images/UI-Elements.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .homepage-link-block {
    margin-bottom: 20px;
  }

  .image-section-overlay {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .image-section-overlay.color {
    padding: 20px;
  }

  .process-tab-icon {
    height: 13px;
  }

  .description-paragraph {
    font-size: 12px;
    line-height: 19px;
  }

  .info-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-info-icon {
    height: 25px;
    margin-top: -3px;
  }

  .top-line-block {
    margin-top: 20px;
    padding-top: 20px;
  }

  .hero-main-title {
    font-size: 30px;
    line-height: 37px;
  }

  .hero-main-title.subtitle {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
  }

  .section-description-2 {
    text-align: center;
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .section-description-2.small {
    width: 100%;
    margin-top: 15px;
    font-size: 17px;
    line-height: 25px;
  }

  .image-section-2.ui-section {
    background-image: linear-gradient(86deg, #eee 39%, rgba(238, 238, 238, .8)), url('../images/UI-Elements.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-main-title-2 {
    font-size: 30px;
    line-height: 37px;
  }

  .hero-main-title-2.subtitle {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
  }

  .subpage-title {
    font-size: 20px;
    line-height: 20px;
  }

  .subpage-title.less-wide {
    width: 100%;
    font-size: 27px;
    line-height: 35px;
  }

  .page-subtitle {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  .section-3 {
    padding: 25px;
  }

  .main-feature-title {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 32px;
  }

  .long-feature-title-2 {
    margin-bottom: 7px;
  }

  .long-feature-title-2.uppercase {
    font-size: 16px;
    line-height: 21px;
  }

  .browser-mockup-left {
    object-position: 50% 50%;
  }

  .video-lightbox-icon {
    height: 20px;
  }

  .section-title-2 {
    font-size: 25px;
    line-height: 26px;
  }

  .stats-title {
    margin-top: 6px;
  }

  .video-lightbox-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
  }

  .section-description-3 {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .overall-video-lightbox {
    height: 140px;
  }

  .stats-row {
    margin-top: 30px;
  }

  .footer3-logo-wrapper {
    margin-bottom: 0;
  }

  .video-lightbox-block {
    height: 170px;
  }

  .video-lightbox-block.large {
    height: 180px;
  }

  .top-line-block-2 {
    margin-top: 20px;
    padding-top: 20px;
  }

  .cta4-headline-extrajumbo {
    width: 100%;
    font-size: 2em;
    line-height: 1.5em;
  }

  .btn-big {
    text-align: center;
    padding: 14px 25px;
    display: block;
  }

  .section-4 {
    padding: 25px;
  }

  .image-block, .image-block-right {
    height: 140px;
  }

  .text-column-left, .signup-account-link {
    text-align: center;
  }

  .form2-buttons-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .btn, .btn-2 {
    text-align: center;
    display: block;
  }

  .hero4-wrap {
    height: auto;
  }

  .pricing-box {
    width: 100%;
    margin-bottom: 50px;
    display: block;
  }

  .upgrade-container {
    margin-bottom: 70px;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .upgrade-row {
    flex-direction: column;
  }

  .upgrade-text {
    margin-bottom: 25px;
  }

  .h1-h2 {
    font-size: 22px;
  }

  .toggle-text.monthly-toggle {
    display: none;
  }

  .toggle-contain {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .faq-row {
    margin-bottom: 30px;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Iconmonstr iconic font';
  src: url('../fonts/iconmonstr-iconic-font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}