:root {
  --yellow: #fdfd2a;
  --crimson: #e31064;
  --deep-pink: #f51dc3;
  --light-sea-green: #26acc7;
  --powder-blue: #b8f3ff;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #333;
  background-color: #292929;
  height: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #26acc7;
  border-radius: 3px;
  margin-top: 10px;
  margin-left: 9px;
  padding: 9px 15px;
  font-family: Raleway, sans-serif;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #383838;
}

.button.intro-button {
  z-index: 1;
  color: #fff;
  background-color: #e31064;
  border: 1px solid #e31064;
  border-radius: 3px;
  margin-top: 0;
  padding: 11px 25px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  transition: background-color .5s;
  position: relative;
}

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

.button.feature-button {
  color: #fff;
  background-color: #000;
  border-radius: 2px;
  margin-top: 20px;
  padding: 15px 25px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
}

.button.feature-button:hover {
  background-color: #e31064;
}

.button.price-button {
  text-transform: uppercase;
  background-color: #e31064;
  margin-top: 0;
  padding: 14px 25px;
  font-weight: 700;
}

.button.price-button:hover {
  background-color: #ed5c96;
}

.button.submit-button {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  display: block;
}

.button.dark {
  background-color: #000;
  margin-left: 5px;
}

.button.dark:hover {
  background-color: #3bcdeb;
}

.navbar {
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 23px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hero {
  background-color: #2f3d40;
  background-image: url('../images/BG-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 860px;
}

.hero-container {
  height: auto;
  padding-top: 100px;
  position: relative;
}

.hero-text-block {
  z-index: 500;
  float: left;
  width: 540px;
  position: relative;
}

.hero-title {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 0 6px #000;
  width: auto;
  margin-top: 0;
  margin-bottom: 1px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.hero-title.title-2 {
  text-align: left;
  text-transform: none;
  margin-top: 21px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
}

.hero-title.word {
  text-align: left;
  letter-spacing: normal;
  column-count: auto;
  word-break: normal;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
  display: inline-block;
}

.hero-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #55696d;
  border-radius: 3px;
  margin-right: 6px;
  padding: 15px 10px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.hero-button:hover {
  background-color: #3fd4f2;
}

.hero-button._2 {
  background-color: #e31064;
}

.hero-button._2:hover {
  background-color: #fc3585;
}

.hero-image {
  height: 440px;
  position: absolute;
  top: 215px;
  right: 0;
}

.hero-image.macbook {
  height: 440px;
  top: 127px;
  right: -137px;
}

.hero-image.phone-white {
  height: 420px;
  top: 223px;
  right: -105px;
}

.hero-overlay {
  background-color: #1d30424a;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 20px;
  overflow: hidden;
}

.section {
  background-color: #fff;
  padding-top: 89px;
  padding-bottom: 95px;
}

.section.tint {
  background-color: #ededed;
}

.section.tint.localseo {
  padding-top: 39px;
  padding-bottom: 25px;
}

.section.products {
  color: #fff;
  background-color: #0d424d;
  height: 490px;
}

.section.brands-section {
  padding-bottom: 85px;
}

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

.section-title-block {
  text-align: left;
  margin-bottom: 3px;
}

.section-title-block.centered {
  text-align: center;
}

.section-title-block.testimonials {
  margin-bottom: 55px;
}

.section-title {
  float: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 42px;
  font-weight: 900;
  line-height: 35px;
  position: static;
}

.section-title.subtitle {
  float: none;
  clear: left;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
}

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

.section-title.spacer {
  margin-top: 40px;
}

.brand-logo {
  float: none;
  clear: none;
  opacity: .4;
  width: 33%;
  margin-bottom: 12px;
  margin-left: 2%;
  margin-right: 2%;
  display: inline-block;
}

.container {
  position: relative;
}

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

.section-divider-line {
  float: left;
  clear: none;
  text-align: center;
  background-color: #ff1774;
  width: 100px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.section-divider-line.feature-divider {
  margin-top: 16px;
  margin-bottom: 14px;
}

.section-divider-line.models-divider {
  background-color: #ffffff4a;
  margin-top: 15px;
  margin-bottom: 18px;
}

.nav-link {
  color: #ffffffa6;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
}

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

.nav-link.w--current {
  opacity: 1;
  color: #fff;
}

.nav-link.clientlogin {
  color: #26acc7;
}

.logo-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.logo-container {
  padding-top: 7px;
  transition: all .5s;
}

.logo-container:hover {
  text-shadow: 0 0 16px #fff;
}

.intro-row {
  margin-bottom: 45px;
}

.intro-column-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1px;
  font-size: 24px;
  font-weight: 900;
  line-height: 23px;
}

.intro-column-title.subtitle {
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 300;
}

.intro-button-wrapper {
  position: relative;
}

.intro-button-line {
  background-color: #e0e0e0;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
}

.intro-icon {
  height: 140px;
  margin-bottom: 27px;
}

.link {
  color: #26acc7;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Raleway, sans-serif;
}

.link:hover {
  color: var(--yellow);
}

.link.below-paragraph {
  color: #e31064;
  margin-top: 16px;
  font-family: Ubuntu, Helvetica, sans-serif;
  text-decoration: none;
  display: block;
}

.link.below-paragraph:hover {
  color: #000;
  text-decoration: underline;
}

.link.footer-link {
  color: #a8a8a8;
  display: block;
}

.link.footer-link:hover, .link.footer-text-link:hover {
  color: #fff;
}

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

.image-section-overlay {
  color: #fff;
  background-color: #45576666;
  padding-top: 100px;
  padding-bottom: 52px;
}

.image-section-overlay._2 {
  background-color: #45576666;
  padding-top: 145px;
  padding-bottom: 75px;
}

.large-phone-mockup {
  height: 733px;
  position: absolute;
  top: -168px;
  left: -173px;
}

.column-title-block {
  margin-bottom: 3px;
}

.check-list {
  margin-top: 25px;
}

.check-list-icon {
  float: left;
  width: 24px;
  margin-right: 13px;
}

.check-list-item {
  margin-bottom: 10px;
}

.check-list-item.last {
  margin-bottom: 0;
}

.checklist-title {
  color: #fff;
  font-family: Raleway, sans-serif;
}

.feature-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 23px;
  font-weight: 900;
  line-height: 22px;
}

.feature-title.subtitle {
  font-size: 17px;
  font-weight: 300;
}

.feature-column {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.feature-block {
  border: 3px solid #fff3;
  border-radius: 4px;
  padding: 25px;
  transition: background-color .5s, border-color .5s, color .35s;
  position: relative;
  box-shadow: 0 0 7px 2px #0003;
}

.feature-block:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

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

.footer {
  color: #b3b3b3;
  background-color: #000;
  padding-top: 75px;
}

.bottom-footer {
  text-align: center;
  background-color: #292929;
  margin-top: 75px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.bottom-footer-text {
  color: #919191;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
}

.column-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 6px;
  font-weight: 900;
  line-height: 32px;
}

.column-title.subtitle {
  margin-bottom: 12px;
  font-size: 27px;
  font-weight: 300;
  line-height: 27px;
}

.large-column-title {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 39px;
}

.models-text-block {
  float: left;
  width: 35%;
  margin-top: 14px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.models-slider {
  float: right;
  background-color: #0000;
  width: 570px;
  height: 300px;
  display: inline-block;
}

.models-slide {
  text-align: center;
}

.model-image {
  height: 300px;
}

.model-image.iphone {
  height: 280px;
  margin-top: 16px;
}

.model-image.ipad {
  margin-top: 18px;
}

.model-slider-title {
  background-color: #000c;
  border-radius: 4px;
  margin-top: 10px;
  padding: 8px 11px 9px;
  font-family: Raleway, sans-serif;
  font-size: 23px;
  position: absolute;
  bottom: 31px;
  left: 50px;
  right: 50px;
}

.model-slider-title.subtitle {
  color: #fff;
  background-color: #e31064;
  padding: 5px 7px;
  font-size: 16px;
  font-weight: 300;
  bottom: 2px;
}

.model-slider-arrow {
  opacity: .6;
  border-radius: 0;
  width: 40px;
  font-size: 23px;
  font-weight: 600;
}

.model-slider-arrow:hover {
  opacity: 1;
}

.page-header {
  background-image: url('../images/BG-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.page-header.contact {
  background-image: url('../images/BG-1.jpg');
}

.page-header._404-page {
  height: 100%;
}

.page-header-overlay {
  background-color: #1d30424a;
  width: 100%;
  height: 100%;
  padding-top: 118px;
  padding-bottom: 85px;
}

.page-header-overlay._404-page {
  height: 100%;
  padding-top: 25%;
}

.page-header-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 52px;
  font-weight: 900;
  line-height: 47px;
}

.page-header-title.subtitle {
  text-align: center;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 300;
  line-height: 26px;
}

.page-header-container.centered, .page-header-container.always-centered {
  text-align: center;
}

.page-header-content-container {
  margin-top: 32px;
}

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

.pricing-block {
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  width: 262px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .3s;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 13px #00000080;
}

.pricing-block:hover {
  transform: scale(1.03);
}

.pricing-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 900;
}

.pricing-title.price {
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 41px;
}

.pricing-title.monthly {
  color: #a8a8a8;
  font-size: 13px;
  font-weight: 300;
  line-height: 26px;
}

.pricing-title._2 {
  color: #e31064;
}

.pricing-title._3 {
  color: #26acc7;
}

.pricing-price-wrapper {
  background-color: #fff;
  padding: 25px;
}

.pricing-feature-list {
  margin-top: -20px;
}

.pricing-feature-list-item {
  background-color: #fff;
  border-top: 1px solid #e3e3e3;
  padding: 9px 25px;
}

.pricing-feature-text {
  font-family: Raleway, sans-serif;
}

.pricing-button-wrapper {
  background-color: #1d3042;
  padding: 25px;
}

.contact-form {
  background-color: #0000;
  border-radius: 4px;
  width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: block;
}

.field {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff3;
  border-radius: 2px;
  height: 50px;
  margin-bottom: 6px;
  font-family: Raleway, sans-serif;
  transition: background-color .2s, border .4s;
}

.field:hover {
  background-color: #fff;
  border-color: #000;
}

.field:focus {
  border-color: #26acc7;
  box-shadow: 0 0 23px #0009;
}

.field.area {
  height: 170px;
  padding-top: 12px;
}

.column-left {
  padding-right: 90px;
}

.check-list-block {
  color: #fff;
  background-color: #e31064;
  border-radius: 3px;
  padding: 35px;
}

.info-image {
  float: right;
  clear: none;
}

.info-column-left {
  padding-right: 100px;
}

.info-image-block {
  z-index: 20;
  width: auto;
  position: absolute;
  top: -35px;
  right: -80px;
}

.info-image-block.left {
  top: -35px;
  left: -85px;
  right: auto;
}

.info-tooltip-block {
  position: absolute;
  top: 106px;
  left: 0;
}

.info-tooltip-block._2 {
  text-align: right;
  top: 180px;
  left: auto;
  right: 0;
}

.info-tooltip-block._3 {
  left: -100px;
}

.info-tooltip-line {
  background-color: #e31064;
  width: 200px;
  height: 2px;
  position: relative;
}

.info-tooltip-line._2 {
  width: 260px;
}

.info-tooltip-circle {
  background-color: #fff;
  border: 4px solid #e31064;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -9px;
  right: 0;
}

.info-tooltip-circle.left {
  top: -9px;
  left: 0;
  right: auto;
}

.info-tooltip-text {
  color: #000;
  margin-bottom: 7px;
  margin-left: 11px;
  margin-right: 9px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.testimonial-block {
  opacity: 1;
  border-top: 1px solid #00000017;
  min-height: 120px;
  margin-top: 13px;
  padding-top: 27px;
  padding-left: 125px;
  position: relative;
}

.testimonial-image {
  border: 3px solid #fff;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 23px;
  left: 0;
}

.testimonial-name {
  margin-top: 9px;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  display: inline-block;
}

.testimonial-name.title {
  margin-left: 17px;
  font-weight: 300;
}

.info-column-right {
  padding-left: 45px;
}

.nav-menu {
  float: left;
  margin-left: 50px;
}

.footer-column {
  text-align: left;
}

.footer-link {
  color: #919191;
}

.footer-link:hover {
  color: #fff;
}

.footer-title {
  opacity: 1;
  color: #fff;
  margin-bottom: 35px;
  font-family: Raleway, sans-serif;
  font-size: 21px;
  font-weight: 200;
}

.footer-list-item {
  margin-bottom: 6px;
}

.footer-list-text {
  color: #c9c9c9;
  font-family: Raleway, sans-serif;
  text-decoration: none;
}

.footer-gray-social-block {
  opacity: .5;
  text-align: center;
  height: 30px;
  margin-top: 11px;
  margin-right: 10px;
  padding-top: 4px;
  padding-bottom: 1px;
}

.footer-gray-social-block:hover {
  opacity: 1;
}

.footer-gray-social-icon {
  height: 22px;
}

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

.photo-section-overlay {
  color: #fff;
  background-color: #00000094;
  padding-top: 145px;
  padding-bottom: 145px;
}

.content-features-row._2 {
  margin-top: 30px;
}

.content-features-column {
  padding-right: 15px;
}

.features-block {
  padding-top: 4px;
  padding-left: 44px;
  position: relative;
}

.feature-icon {
  opacity: .3;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-block-title {
  margin-bottom: 7px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.feature-paragraph {
  color: #a8a8a8;
}

.facts-section {
  background-color: #ebebeb;
  padding-top: 55px;
  padding-bottom: 55px;
}

.facts-column {
  color: #1c1c1c;
  text-align: center;
  transition: color .35s;
}

.facts-column:hover {
  color: #e31064;
}

.facts-title {
  font-family: Raleway, sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 38px;
}

.facts-title.description {
  color: #737373;
  margin-top: 14px;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
}

.clients-title {
  color: #fff;
  margin-bottom: 17px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.clients-col-left {
  padding-right: 25px;
}

.clients-col-right {
  padding-left: 25px;
}

.process-bar-wrapper {
  margin-bottom: 15px;
  position: relative;
}

.process-bar {
  background-color: #9c9c9c7d;
  border-radius: 40px;
  width: 100%;
  height: 8px;
  overflow: hidden;
}

.process-bar-fill {
  background-color: #e31064;
  width: 50%;
  height: 100%;
}

.process-bar-title {
  float: left;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.process-bar-title.number {
  float: right;
  opacity: .4;
}

.hero-buttons-wrapper {
  margin-top: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.success-bg {
  color: #fff;
  text-align: center;
  background-color: #26acc7;
  border-radius: 60px;
  padding-top: 16px;
}

.error-bg {
  color: #e31064;
  text-align: center;
  border-radius: 50px;
  padding-top: 16px;
}

.small-link-icon {
  float: left;
  height: 20px;
  margin-top: 12px;
  margin-right: 8px;
}

.dropdown {
  color: #fff;
  font-family: Raleway, sans-serif;
}

.dropdown-toggle {
  color: #ffffffa6;
  padding-left: 10px;
  padding-right: 25px;
}

.dropdown-toggle:hover, .dropdown-toggle.w--open {
  color: #fff;
}

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

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 7px #0000004d;
}

.dropdown-link {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  text-decoration: none;
  transition: background-color .35s, color .35s;
}

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

.dropdown-link.w--current {
  color: #26acc7;
}

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

.aboutusheader {
  color: #b8f3ff;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  line-height: 22px;
}

.phone {
  float: right;
}

.phonetext {
  color: #fdfd2a;
  margin-top: 10px;
}

.sitelock {
  width: auto;
  height: auto;
}

.breakoutoftheboxtext {
  float: left;
  width: auto;
  padding-left: 84px;
}

.yellowtext {
  color: #fdfd2a;
}

.whitetext {
  float: left;
  clear: none;
  color: #fff;
  text-align: center;
  width: 555px;
  font-size: 12px;
}

.whitetext.procloud {
  float: left;
  width: auto;
}

._12margins {
  margin-top: 12px;
  margin-bottom: 12px;
}

.email {
  width: auto;
  height: 19px;
}

.right {
  float: right;
  clear: none;
  color: #fff;
}

.tm {
  font-size: 12px;
}

.leftimage {
  float: left;
  box-shadow: 0 0 6px 6px #fff;
}

.yellowheading {
  color: #fdfd2a;
  text-align: center;
  width: 733px;
}

.center {
  float: none;
  text-align: center;
  width: 243px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.italics-span {
  font-style: italic;
  font-weight: 700;
}

.whitelink {
  color: #fdfd2a;
}

.centerheadline {
  text-align: center;
}

.whitecontainer {
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.leftimage-plain {
  float: left;
  clear: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.textmargin {
  float: none;
  clear: none;
  width: auto;
}

.image, .image-2 {
  float: none;
}

.spacer {
  margin-top: 20px;
}

.reportbutton {
  float: none;
  clear: none;
  color: var(--yellow);
  background-color: #36113c;
  width: 215px;
  margin: 20px auto;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
  position: static;
}

.html-embed {
  margin-top: 20px;
}

.text-block {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.paragraph {
  margin-top: 20px;
}

.text-block-3 {
  text-align: center;
  margin-top: 40px;
}

.text-block-4 {
  color: #fcf4f4;
  background-color: #0000;
}

.paragraph-2 {
  font-weight: 500;
}

.paragraph-3 {
  color: #e9dada;
  text-align: center;
}

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

.text-block-5 {
  color: #dfcfcf;
}

.text-block-6 {
  color: #e9e0e0;
}

.button-2 {
  text-align: center;
  background-color: #e31064;
}

.text-span, .text-span-2 {
  color: #ff0;
}

.section-2 {
  margin-top: 0;
  padding-top: 0;
}

html.w-mod-js [data-ix="hero-title"] {
  opacity: 0;
}

html.w-mod-js [data-ix="hero-title-2"], html.w-mod-js [data-ix="hero-title-3"], html.w-mod-js [data-ix="hero-title-4"], html.w-mod-js [data-ix="hero-title-5"] {
  opacity: 0;
  transform: translate(-20px);
}

html.w-mod-js [data-ix="hero-title-6"], html.w-mod-js [data-ix="hero-button"], html.w-mod-js [data-ix="hero-button-2"] {
  opacity: 0;
  transform: translate(0, 20px);
}

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

html.w-mod-js [data-ix="model-title-slide"], html.w-mod-js [data-ix="model-title-slide-2"] {
  opacity: 0;
  transform: translate(20px);
}

html.w-mod-js [data-ix="testimonial-image"] {
  opacity: .4;
}

html.w-mod-js [data-ix="page-title"] {
  opacity: 0;
  transform: translate(0, -20px);
}

html.w-mod-js [data-ix="page-title-2"] {
  opacity: 0;
  transform: translate(0, 20px);
}

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

html.w-mod-js [data-ix="fade-on-scroll"] {
  opacity: .02;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-on-scroll-right"] {
  opacity: .02;
  transform: translate(30px);
}

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

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

html.w-mod-js [data-ix="process-bar-fill-70"], html.w-mod-js [data-ix="process-bar-fill-50"], html.w-mod-js [data-ix="process-bar-fill-30"] {
  width: 0%;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 45px;
    padding-right: 45px;
  }

  .hero {
    height: 975px;
  }

  .hero-container {
    height: auto;
    padding-top: 88px;
  }

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

  .hero-title {
    font-size: 17px;
  }

  .hero-title.title-2 {
    font-size: 23px;
    line-height: 27px;
  }

  .hero-title.word {
    font-size: 47px;
  }

  .hero-image {
    height: 400px;
    top: 147px;
  }

  .hero-image.macbook {
    height: 390px;
    display: none;
    top: 117px;
    right: -318px;
  }

  .hero-image.phone-white {
    height: 370px;
    top: 159px;
  }

  .hero-overlay {
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 45px;
    padding-right: 45px;
  }

  .section {
    margin-top: 0;
    padding: 40px 45px 45px;
    overflow: hidden;
  }

  .section.products {
    height: 462px;
  }

  .section.brands-section {
    padding-bottom: 45px;
  }

  .section-title-block.testimonials {
    margin-bottom: 30px;
  }

  .section-title {
    margin-bottom: 3px;
    font-size: 35px;
  }

  .section-title.subtitle {
    font-size: 17px;
    line-height: 17px;
  }

  .brand-logo {
    width: 56.5%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .nav-link {
    width: 100%;
    max-width: 900px;
    padding-left: 25px;
    font-size: 15px;
    transition: background-color .3s;
  }

  .nav-link:hover {
    background-color: #26acc7;
  }

  .intro-row {
    margin-bottom: 32px;
  }

  .image-section-overlay {
    padding-left: 45px;
    padding-right: 45px;
  }

  .image-section-overlay._2 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .large-phone-mockup {
    height: 655px;
    top: -58px;
    left: -202px;
  }

  .feature-block {
    padding: 15px;
  }

  .large-column-title {
    font-size: 35px;
    line-height: 34px;
  }

  .models-text-block {
    width: 40%;
  }

  .models-slider {
    width: 400px;
    height: 190px;
    top: 39px;
    right: -15px;
  }

  .model-image {
    height: 190px;
  }

  .model-slider-title {
    font-size: 17px;
    bottom: 65px;
  }

  .model-slider-title.subtitle {
    margin-top: 4px;
    font-size: 12px;
    bottom: 30px;
  }

  .page-header-overlay {
    padding: 160px 45px 70px;
  }

  .page-header-overlay._404-page {
    padding-top: 26%;
  }

  .page-header-title {
    font-size: 45px;
    line-height: 38px;
  }

  .page-header-title.subtitle {
    font-size: 25px;
  }

  .page-header-content-container {
    margin-top: 45px;
  }

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

  .pricing-title {
    font-size: 24px;
    line-height: 26px;
  }

  .pricing-title.price {
    font-size: 28px;
    line-height: 30px;
  }

  .pricing-feature-list-item {
    padding-left: 9px;
    padding-right: 9px;
  }

  .pricing-feature-text {
    font-size: 12px;
  }

  .column-left {
    padding-right: 45px;
  }

  .check-list-block {
    padding: 25px;
  }

  .info-image-block {
    text-align: center;
    width: 535px;
    top: -4px;
    right: -100px;
  }

  .info-image-block.left {
    top: -8px;
  }

  .info-tooltip-block {
    text-align: left;
  }

  .info-tooltip-block._2 {
    right: 70px;
  }

  .info-tooltip-line._2 {
    width: 200px;
  }

  .menu-button {
    color: #fff;
    text-align: center;
    border: 2px solid #ffffff7d;
    border-radius: 4px;
    width: 60px;
    height: 60px;
    padding-top: 17px;
    padding-left: 0;
    padding-right: 0;
    transition: background-color .25s;
  }

  .menu-button:hover {
    color: #e31064;
    background-color: #fff;
  }

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

  .nav-menu {
    background-color: #000;
  }

  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .photo-section-overlay {
    padding: 90px 45px;
  }

  .facts-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .facts-title.description {
    font-size: 16px;
  }

  .clients-title {
    font-size: 21px;
  }

  .clients-col-left {
    padding-right: 18px;
  }

  .dropdown-toggle {
    padding-left: 25px;
    padding-right: 45px;
  }

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

  .dropdown-list.w--open {
    border-radius: 0;
  }

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

  .aboutusheader {
    padding-bottom: 0;
  }

  .phone {
    padding-left: 58px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding: 15px 25px;
  }

  .hero {
    height: 1025px;
  }

  .hero-container {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 102px;
  }

  .hero-text-block {
    width: 50%;
  }

  .hero-title {
    font-size: 3vw;
    line-height: 5vw;
  }

  .hero-title.title-2 {
    font-size: 3vw;
    line-height: 3vw;
  }

  .hero-title.word {
    font-size: 6vw;
    line-height: 5vw;
  }

  .hero-button {
    width: 100%;
    margin-top: 5px;
    margin-right: 0;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .hero-image {
    height: 310px;
  }

  .hero-image.macbook {
    height: auto;
    top: 127px;
    right: -246px;
  }

  .hero-image.phone-white {
    height: 281px;
  }

  .hero-overlay {
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section {
    padding: 25px;
  }

  .section.products {
    height: auto;
    padding-bottom: 21px;
  }

  .section.brands-section {
    padding-bottom: 25px;
  }

  .section-title-block.testimonials {
    margin-bottom: 15px;
  }

  .section-title {
    font-size: 6vw;
    line-height: 6vw;
  }

  .section-title.subtitle {
    font-size: 3vw;
    line-height: 6vw;
  }

  .brand-logo {
    width: 70.5%;
  }

  .logo-container {
    padding-top: 0;
    padding-left: 0;
  }

  .intro-column {
    padding-bottom: 25px;
  }

  .intro-column.last {
    padding-bottom: 0;
  }

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

  .large-phone-mockup {
    width: 100%;
    height: auto;
    position: static;
  }

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

  .feature-column.last {
    padding-bottom: 0;
  }

  .footer {
    padding-top: 25px;
  }

  .bottom-footer {
    margin-top: 25px;
    padding: 25px;
  }

  .column-title, .large-column-title {
    font-size: 6vw;
    line-height: 6vw;
  }

  .models-text-block {
    width: 100%;
    margin-bottom: 30px;
    display: block;
    position: static;
  }

  .models-slider {
    float: none;
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    right: 0;
  }

  .model-image {
    width: auto;
    height: auto;
  }

  .page-header._404-page {
    height: auto;
  }

  .page-header-overlay {
    padding: 100px 25px 45px;
  }

  .page-header-overlay._404-page {
    padding: 100px 25px 25px;
  }

  .page-header-title {
    font-size: 6vw;
    line-height: 6vw;
  }

  .page-header-title.subtitle {
    font-size: 3vw;
    line-height: 4vw;
  }

  .page-header-container.centered {
    text-align: left;
  }

  .page-header-content-container {
    margin-top: 25px;
  }

  .pricing-column {
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-column.last {
    padding-bottom: 0;
  }

  .pricing-title {
    font-size: 7vw;
    line-height: 8vw;
  }

  .pricing-title.price {
    font-size: 6vw;
    line-height: 7vw;
  }

  .pricing-price-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pricing-feature-text {
    font-size: 14px;
  }

  .contact-form {
    width: 100%;
    padding: 0;
  }

  .field {
    height: 42px;
    margin-bottom: 5px;
  }

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

  .column-right {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .info-image-block {
    width: 100%;
    position: static;
  }

  .testimonial-block {
    padding-top: 19px;
  }

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

  .menu-button {
    width: 50px;
    height: 50px;
    padding-top: 12px;
  }

  .footer-row {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column {
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-title {
    margin-bottom: 15px;
  }

  .photo-section-overlay {
    padding: 25px;
  }

  .content-features-row._2 {
    margin-top: 0;
  }

  .content-features-column {
    padding-bottom: 9px;
    padding-left: 0;
    padding-right: 0;
  }

  .features-block {
    padding-top: 1px;
    padding-left: 43px;
  }

  .facts-section {
    padding: 25px;
  }

  .facts-column {
    text-align: left;
    padding-bottom: 9px;
    padding-left: 0;
    padding-right: 25px;
  }

  .facts-column.last {
    padding-bottom: 0;
  }

  .facts-title {
    float: left;
    color: #fff;
    text-align: center;
    background-color: #292828;
    border-radius: 2px;
    width: 97px;
    margin-right: 22px;
    padding-bottom: 6px;
    font-size: 36px;
    line-height: 33px;
    display: inline-block;
  }

  .facts-title.description {
    background-color: #0000;
    width: auto;
    margin-top: 7px;
    margin-right: 0;
    padding-bottom: 0;
  }

  .clients-col-left {
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .clients-col-right {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-buttons-wrapper {
    margin-top: 16px;
  }

  .contact-map {
    height: 300px;
  }

  .phone {
    padding-left: 68px;
  }

  .whitetext {
    width: 404px;
  }

  .yellowheading {
    width: 473px;
  }

  .center {
    width: 147px;
  }

  .dedicatedservercontainer {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 13px;
    line-height: 18px;
  }

  .navbar {
    padding-left: 20px;
  }

  .hero {
    height: 1035px;
  }

  .hero-container {
    padding-top: 84px;
  }

  .hero-text-block {
    width: 100%;
  }

  .hero-title {
    line-height: 34px;
  }

  .hero-title.title-2 {
    margin-top: 11px;
    font-size: 4vw;
    line-height: 17px;
  }

  .hero-button {
    padding-left: 15px;
  }

  .hero-image {
    height: 200px;
    top: 145px;
    right: -20px;
  }

  .hero-image.macbook {
    height: auto;
    display: none;
    position: absolute;
    inset: auto auto 127px 128px;
  }

  .hero-image.phone-white {
    height: 180px;
    top: 150px;
    right: -95px;
  }

  .section {
    padding: 20px;
  }

  .section.brands-section {
    padding-bottom: 13px;
  }

  .section-title-block {
    margin-bottom: 7px;
  }

  .section-title {
    font-size: 7vw;
    line-height: 7vw;
  }

  .section-title.subtitle {
    font-size: 4vw;
    line-height: 4vw;
  }

  .brand-logo {
    width: 85.5%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .section-divider-line.feature-divider {
    margin-top: 7px;
  }

  .section-divider-line.models-divider {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 14px;
  }

  .logo-text {
    margin-top: 3px;
    font-size: 27px;
    line-height: 34px;
  }

  .intro-column {
    padding-bottom: 15px;
  }

  .intro-column-title {
    font-size: 22px;
    line-height: 21px;
  }

  .intro-icon {
    height: 45px;
    margin-bottom: 13px;
  }

  .link.below-paragraph {
    margin-top: 8px;
    font-size: 12px;
  }

  .link.footer-link {
    font-size: 13px;
    line-height: 19px;
  }

  .image-section-overlay {
    overflow: hidden;
  }

  .column-title-block {
    margin-bottom: 14px;
  }

  .check-list-icon {
    width: 18px;
  }

  .check-list-item {
    margin-bottom: 7px;
  }

  .checklist-title {
    font-size: 12px;
    line-height: 13px;
  }

  .feature-title {
    line-height: 12px;
  }

  .feature-title.subtitle {
    line-height: 22px;
  }

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

  .features-row {
    margin-top: 19px;
  }

  .column-title.subtitle {
    margin-bottom: 5px;
    font-size: 5vw;
    line-height: 6vw;
  }

  .model-image {
    height: auto;
  }

  .model-image.iphone {
    width: auto;
    height: auto;
  }

  .model-slider-title {
    font-size: 15px;
  }

  .model-slider-title.subtitle {
    font-size: 10px;
  }

  .page-header-overlay {
    padding: 134px 20px 26px;
  }

  .page-header-title {
    margin-bottom: 6px;
  }

  .page-header-title.subtitle {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .page-header-content-container {
    margin-top: 25px;
  }

  .field {
    height: 36px;
    font-size: 12px;
  }

  .field.area {
    height: 116px;
  }

  .testimonial-block {
    margin-top: 17px;
    padding-top: 14px;
    padding-left: 0;
  }

  .testimonial-image {
    margin-bottom: 14px;
    position: static;
  }

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

  .footer-list-text {
    font-size: 13px;
  }

  .facts-section {
    padding: 20px;
  }

  .facts-title {
    margin-right: 14px;
    font-size: 27px;
  }

  .facts-title.description {
    font-size: 14px;
  }

  .clients-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

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

  .contact-map {
    height: 260px;
  }

  .small-link-icon {
    margin-top: 3px;
    margin-right: 6px;
  }

  .phonetext {
    margin-top: 5px;
    padding-left: 14px;
    font-size: 16px;
  }

  .whitetext {
    width: 277px;
  }

  .yellowheading {
    width: 220px;
  }

  .dedicatedservercontainer {
    margin-top: 38px;
  }

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

#w-node-_63beebd0-805c-2eca-0b79-dd0f604187a5-2b667a79 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}


