:root {
  --crimson: #e31064;
  --white: white;
  --light-sea-green: #26acc7;
  --deep-pink: #f51dc3;
}

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

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

@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: 16px;
  font-weight: 400;
  line-height: 24px;
}

a {
  color: #00c321;
  text-decoration: underline;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-size: 14px;
  line-height: 22px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #26acc7;
  border-radius: 3px;
  margin-top: 10px;
  padding: 20px 40px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 500;
  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: #00cf42;
  border: 1px #e31064;
  border-radius: 0;
  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-width: 0;
  border-color: #000;
}

.button.intro-button.mt {
  margin-top: 10px;
}

.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%;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  display: block;
}

.button.secondary {
  color: #fff;
  background-color: #00cf42;
  border-radius: 0;
  margin-top: 20px;
  padding: 10px 30px;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
}

.button.secondary:hover {
  color: #000;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
}

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

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

.hero.home {
  background-color: #0000;
  background-image: url('../images/banner.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-container {
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  height: 100%;
  padding-top: 200px;
  display: flex;
  position: relative;
}

.hero-text-block {
  z-index: 500;
  float: left;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 900px;
  margin-top: 40px;
  display: flex;
  position: relative;
}

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

.hero-title.title-2 {
  margin-top: 10px;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}

.hero-title.word {
  margin-right: 0;
  font-family: Hemihead, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 62px;
  display: inline-block;
}

.hero-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #00cf42;
  border: 0 #000;
  border-radius: 0;
  margin-right: 0;
  padding: 20px 30px;
  font-family: Raleway, sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.hero-button:hover {
  color: #000;
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 0;
}

.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: 185px;
  right: -285px;
}

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

.hero-overlay {
  background-color: #1a222ab3;
  border: 1px solid #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

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

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

.section.products {
  color: #fff;
  background-color: #083149;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 75px;
  padding-bottom: 60px;
  display: block;
}

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

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

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

.section.new {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

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

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

.section-title-block.centered.new {
  align-self: stretch;
}

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

.section-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Hemihead, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 42px;
}

.section-title.subtitle {
  text-transform: none;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

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

.container {
  flex-direction: column;
  align-items: center;
  max-width: 1192px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

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

.container.mt {
  margin-top: 40px;
}

.section-divider-line {
  background-color: #008b27;
  align-self: center;
  width: 100px;
  height: 3px;
  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: 15px;
  padding-right: 15px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
}

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

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

.logo-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hemihead, sans-serif;
  font-size: 45px;
  font-weight: 300;
  display: none;
}

.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: 10px;
  font-family: Hemihead, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 27px;
}

.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: 65px;
  margin-bottom: 27px;
}

.link {
  color: #26acc7;
  font-family: Raleway, sans-serif;
}

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

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

.link.large {
  font-size: 19px;
  font-weight: 600;
}

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

.image-section-overlay {
  color: #fff;
  background-color: #1e2830e0;
  padding-top: 75px;
  padding-bottom: 75px;
}

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

.image-section-overlay.mt {
  background-image: linear-gradient(#000000bd, #000000bd), url('../images/banner.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

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

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

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

.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: 51px;
}

.footer {
  color: #b3b3b3;
  background-color: #0d102c;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 0;
}

.bottom-footer {
  text-align: center;
  background-color: #050616;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bottom-footer-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

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

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

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

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

.models-slider {
  float: right;
  background-color: #0000;
  width: 570px;
  height: 300px;
  display: 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;
  padding: 9px 11px;
  font-family: Raleway, sans-serif;
  font-size: 23px;
  position: absolute;
  bottom: 85px;
  right: 50px;
}

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

.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.loc, .page-header.service {
  background-image: linear-gradient(#00000091, #00000091), url('../images/our-services-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-header.radiator {
  background-image: linear-gradient(#0009, #0009), url('../images/cooling.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-header.oil-change {
  background-image: linear-gradient(#00000080, #00000080), url('../images/OilChange.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-header.emission {
  background-image: linear-gradient(#0009, #0009), url('../images/emissions-repair.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-header.auto-repair {
  background-image: linear-gradient(#00000080, #00000080), url('../images/auto-repair.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-header.brake {
  background-image: linear-gradient(#0009, #0009), url('../images/Stoplight.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-header.ac {
  background-image: linear-gradient(#0009, #0009), url('../images/our-services-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-header.transmission {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Gears.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-header.blog {
  background-image: linear-gradient(#00000091, #00000091), url('../images/our-services-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

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

.page-header-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Hemihead, sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 50px;
}

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

.page-header-title.less {
  font-size: 40px;
}

.page-header-title.black {
  color: #020000;
  text-align: center;
}

.page-header-title.black.h2 {
  text-transform: capitalize;
  font-size: 39px;
  line-height: 48px;
}

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

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

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

.pricing-block {
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  transition: transform .3s;
  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: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.field {
  color: #000;
  background-color: #f0f0f0;
  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 {
  max-width: 90%;
}

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

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

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

.info-image-block.mew {
  position: static;
}

.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 {
  margin-bottom: 7px;
  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 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 100px;
  display: block;
}

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

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

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

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

.footer-list {
  margin-bottom: 10px;
}

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

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

.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-right: 30px;
}

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

.bold-text {
  font-family: Hemihead, sans-serif;
}

.container-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1600px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.paragraph.link {
  color: #26acc7;
  font-size: 17px;
}

.columns {
  justify-content: space-between;
  max-width: 1300px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image {
  margin-bottom: 0;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  font-size: 16px;
}

.heading {
  text-transform: uppercase;
  font-family: Hemihead, sans-serif;
  font-weight: 900;
  line-height: 42px;
}

.heading-2 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 27px;
  font-weight: 300;
  line-height: 32px;
}

.heading-2.center {
  text-align: center;
  font-weight: 700;
}

.paragraph-5 {
  text-align: center;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 18px;
}

.columns-2 {
  width: 1140px;
  margin-top: 40px;
}

.heading-57 {
  color: #0c8f43;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.column-40 {
  border-radius: 1px;
}

.loc-rich li {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.loc-rich p {
  text-align: left;
  margin-top: 0;
  padding-right: 40px;
}

.loc-rich.center {
  text-align: center;
}

.text-block-50 {
  color: #212529;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-size: 45px;
  font-weight: 700;
  line-height: 52px;
}

.image-126 {
  border-radius: 0;
}

.container-3 {
  flex-direction: column;
  flex: 1;
  max-width: 1100px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-39 {
  text-align: center;
  background-color: #0a0a0a;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.column-39.center {
  text-align: center;
}

.div-block-181 {
  text-align: left;
  margin-top: 10px;
  display: block;
}

.submit-button {
  color: #212529;
  background-color: #ffdd39;
  border-radius: 4px;
  margin-left: 40px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.submit-button:hover {
  color: #fff;
  background-color: #0c8f43;
}

.submit-button.no-ml {
  color: #fff;
  background-color: #0c8f43;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
}

.submit-button.no-ml:hover {
  color: #000;
  background-color: #ffdd39;
}

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

.top-header-section.more {
  background-color: var(--white);
  padding-bottom: 60px;
}

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

.link-73 {
  color: #0c8f43;
  margin-left: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
}

.link-73:hover {
  color: #2c907a;
}

.link-76 {
  color: #0c8f43;
}

.h2-blue {
  color: #0c8f43;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 5px;
  display: block;
  position: static;
}

.grid-3 {
  grid-column-gap: 70px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  margin-top: 150px;
}

.grid-3.left {
  margin-top: 0;
}

.grid-3.left.mt {
  margin-top: 20px;
}

.grid-3.left.mt.new {
  grid-column-gap: 50px;
  grid-template-columns: 1fr .9fr;
  padding-left: 0;
  padding-right: 0;
}

.h3-blue {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Hemihead, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.h3-blue.center {
  text-align: center;
}

.h3-blue.mb {
  margin-bottom: 10px;
}

.submit-button-2 {
  color: #212529;
  background-color: #ffdd39;
  border-radius: 4px;
  margin-left: 40px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
}

.submit-button-2:hover {
  color: #fff;
  background-color: #0c8f43;
}

.submit-button-2.no-ml {
  color: #fff;
  background-color: #0c8f43;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
}

.submit-button-2.no-ml:hover {
  color: #000;
  background-color: #ffdd39;
}

.section-20 {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-20.less {
  padding-top: 0;
  padding-bottom: 60px;
}

.new-para-2 {
  color: #747c82;
  margin-bottom: 30px;
  padding-right: 100px;
  font-size: 17px;
  font-weight: 400;
}

.new-para-2.boxes {
  text-align: center;
  padding-right: 0;
  font-size: 17px;
}

.new-para-2.img-sec {
  margin-bottom: 30px;
  padding-right: 0;
  font-size: 19px;
  line-height: 31px;
}

.text-block-54 {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

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

.columns-3.mt {
  margin-top: 40px;
}

.div-block-182 {
  text-align: left;
}

.image-127 {
  border-radius: 0;
}

.heading-58 {
  font-size: 30px;
  line-height: 32px;
}

.heading-58.center {
  text-align: center;
  text-transform: uppercase;
  font-family: Hemihead, sans-serif;
}

.heading-58.center.white {
  color: var(--white);
}

.heading-58.center.less {
  font-size: 26px;
}

.paragraph-6 {
  text-align: center;
  font-weight: 600;
}

.paragraph-6.white {
  color: var(--white);
}

.paragraph-6.white.left {
  text-align: left;
}

.paragraph-6.left {
  text-align: left;
  font-size: 14px;
}

.image-128 {
  margin-bottom: 40px;
}

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

.para.center._70 {
  width: 70%;
  display: block;
}

.para.white {
  color: var(--white);
}

.div-block-183 {
  justify-content: center;
  align-items: center;
  display: block;
}

.button-2 {
  text-transform: uppercase;
  background-color: #0c8f43;
  border: 1px #ffdd39;
  border-radius: 8px;
  padding: 20px 60px;
  font-size: 16px;
  font-weight: 500;
}

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

.column-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.column-8 {
  justify-content: center;
  display: flex;
}

.section-7 {
  background-color: #0d102c;
  padding-top: 80px;
  padding-bottom: 80px;
}

.link-block-2 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-39 {
  margin-top: 20px;
  display: flex;
}

.text-block-12 {
  color: #0c8f43;
  margin-right: 10px;
  font-size: 22px;
}

.div-block-38 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-38.left {
  align-items: flex-start;
}

.columns-5 {
  flex-direction: row;
  display: flex;
}

.text-block-13 {
  color: #ffdd39;
  font-size: 24px;
}

.heading-12 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.8em;
}

.heading-12.call {
  color: #fff;
  font-family: Hemihead, sans-serif;
  font-size: 22px;
}

.heading-12.call.left {
  font-family: Hemihead, sans-serif;
  font-weight: 400;
}

.section-21 {
  background-color: var(--white);
  text-align: center;
}

.white-link {
  color: var(--white);
  text-decoration: none;
}

.bold-text-2 {
  font-size: 17px;
}

.link-77 {
  display: block;
}

.image-129 {
  width: 100%;
  margin-top: 2px;
}

.div-block-184 {
  order: -1;
  width: 100%;
}

.link-block-3, .image-130 {
  width: 100%;
}

.image-131 {
  width: 91%;
}

.image-131.more {
  width: 100%;
}

.collection-item {
  margin-top: 20px;
  margin-bottom: 0;
}

.paragraph-7 {
  font-size: 15px;
  display: inline-block;
}

.link-78 {
  margin-left: 10px;
}

.link.ml {
  margin-left: 10px;
  font-size: 14px;
  text-decoration: none;
}

.div-block-185 {
  margin: 20px;
  padding-left: 140px;
  padding-right: 140px;
}

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

.collection-list {
  margin-top: 20px;
}

.collection-item-2 {
  margin-bottom: 3px;
}

.locations {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-4._2 {
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.loc-box {
  text-align: center;
}

.link-79 {
  color: var(--light-sea-green);
  font-family: Hemihead, sans-serif;
  text-decoration: none;
}

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

.blog-section {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.single-blog {
  padding-bottom: 20px;
  text-decoration: none;
}

.heading-59 {
  color: var(--light-sea-green);
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
}

.text-block-55 {
  color: #333;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.collection-item-3 {
  border-radius: 5px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 1px 1px 3px #00000052;
}

.image-132 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
}

.paragraph-8 {
  color: #333;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-56 {
  color: var(--light-sea-green);
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}

.blog-content {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-5 {
  max-width: 1200px;
}

.heading-60 {
  margin-top: 0;
  font-size: 21px;
}

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

.collection-item-4 {
  margin-bottom: 10px;
}

.column-41 {
  padding-right: 60px;
}

.bold-text-3, .link-81 {
  color: var(--white);
  text-decoration: none;
}

.background-video {
  height: 775px;
  display: none;
}

.footer-menu-item {
  margin-top: 5px;
  line-height: 20px;
}

.footer-menu-link {
  color: #b3b3b3;
  font-weight: 400;
  text-decoration: none;
}

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

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

.image-133 {
  margin-bottom: 25px;
}

.container-6 {
  max-width: 1100px;
}

.column-43 {
  padding-right: 10px;
}

.column-44 {
  padding-left: 60px;
}

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

.grid-5 {
  grid-column-gap: 34px;
  grid-template: "Area"
  / 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr;
}

.link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12, .link-block-13, .link-block-14, .link-block-15, .link-block-16, .link-block-17, .link-block-18 {
  text-decoration: none;
}

.link-block-18:hover {
  color: #00cf42;
}

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

.section-23 {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-61 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 33px;
}

.text-block-57 {
  line-height: 22px;
}

.text-block-58 {
  color: #727272;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.link-block-19 {
  color: #00cf42;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.div-block-186 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0 0 3px 1px #cacaca;
}

.container-7 {
  max-width: 1100px;
}

.columns-6 {
  margin-top: 20px;
}

.link-block-20 {
  color: #00cf42;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.heading-62 {
  font-size: 37px;
}

.heading-63 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 32px;
}

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

.text-block-60 {
  color: #727272;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.image-134 {
  max-width: none;
}

.div-block-187 {
  margin-bottom: 0;
}

.image-135 {
  margin-bottom: 20px;
}

.container-8 {
  color: #292929;
  max-width: 1100px;
}

.rich-text-block-2 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.rich-text-block-3 {
  color: #727272;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

.rich-text-block-4 {
  font-family: Oswald, sans-serif;
}

.rich-text-block-5 {
  color: #727272;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.container-9 {
  text-align: center;
  border: 5px dashed #000;
  border-radius: 1px;
  margin-top: 50px;
}

.heading-64 {
  text-align: center;
  margin-bottom: 0;
}

.text-block-61 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.text-block-62 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.button-3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
}

.column-46 {
  text-align: center;
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-9 {
  font-size: 17px;
}

.paragraph-10 {
  font-size: 49px;
  font-weight: 600;
  line-height: 60px;
}

.image-137 {
  border-bottom-right-radius: 150px;
}

.image-138 {
  border-bottom-left-radius: 150px;
}

.image-139 {
  border-bottom-right-radius: 150px;
}

.image-140 {
  border-bottom-left-radius: 150px;
}

.image-141 {
  border-bottom-right-radius: 150px;
}

.image-142 {
  border-bottom-left-radius: 150px;
}

.section-24 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-65 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 29px;
}

.section-25 {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-10 {
  max-width: 1100px;
}

.paragraph-11 {
  padding-top: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.text-block-63 {
  color: #727272;
  text-align: center;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.heading-66 {
  font-size: 23px;
  line-height: 33px;
}

.columns-7 {
  margin-top: 20px;
}

.grid-6 {
  grid-template-columns: .25fr .25fr 1fr .25fr .25fr;
  grid-template-areas: ". . Area";
}

.heading-67 {
  text-align: left;
  font-family: Hemihead, sans-serif;
}

.heading-68 {
  font-family: Hemihead, sans-serif;
}

.text-block-64 {
  color: #6e6e6e;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.heading-69 {
  margin-top: 0;
  font-family: Hemihead, sans-serif;
}

.container-11 {
  max-width: 1100px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

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

.paragraph-13 {
  color: #757575;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
}

.image-143 {
  margin-top: 20px;
  padding-bottom: 10px;
}

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

.text-block-65 {
  color: #979797;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 26px;
}

.form-block {
  margin-bottom: 0;
}

.div-block-188 {
  margin: 40px;
}

.submit-button-3 {
  text-align: center;
}

.heading-70 {
  text-align: center;
  font-family: Hemihead, sans-serif;
}

.image-144, .container-12 {
  text-align: center;
}

.text-block-66 {
  color: #838383;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

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: 570px;
  }

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

  .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;
    top: 117px;
    right: -318px;
  }

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

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

  .section {
    padding: 45px;
    overflow: hidden;
  }

  .section.products {
    height: 360px;
  }

  .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: 19px;
    line-height: 17px;
  }

  .brand-logo {
    width: 11.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;
  }

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

  .container-3, .top-header-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-73 {
    margin-left: 20px;
    font-size: 17px;
  }

  .new-para-2 {
    padding-right: 40px;
    font-size: 16px;
  }

  .div-block-185 {
    padding: 0;
  }
}

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

  .hero {
    height: 480px;
  }

  .hero-container {
    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 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section {
    padding: 25px;
  }

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

  .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: 17.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 {
    text-align: center;
    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;
  }

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

  .columns-2 {
    width: auto;
  }

  .column-40 {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-126 {
    margin-top: 20px;
    display: inline-block;
  }

  .column-39 {
    order: -1;
    display: block;
  }

  .div-block-181 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .top-header-section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .top-header-section.more {
    padding-top: 20px;
  }

  .link-73 {
    margin-top: 20px;
    margin-left: 0;
  }

  .h2-blue {
    margin-top: 10px;
  }

  .grid-3, .grid-3.left {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-3.left.mt.new {
    grid-template-rows: auto;
  }

  .section-20 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .new-para-2 {
    padding-right: 0;
  }

  .columns-3 {
    flex-direction: column;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-4._2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

  ol {
    text-align: left;
  }

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

  .navbar {
    padding-left: 20px;
  }

  .hero {
    height: auto;
  }

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

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

  .hero-title {
    font-size: 4vw;
    line-height: 23px;
  }

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

  .hero-title.word {
    line-height: 8vw;
  }

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

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

  .hero-image.macbook {
    height: auto;
    top: 130px;
    right: -150px;
  }

  .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: 27.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: 75px 20px 26px;
  }

  .page-header-title {
    text-align: center;
    margin-bottom: 6px;
    font-size: 6vw;
  }

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

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

  .page-header-title.black.h2 {
    font-size: 25px;
    line-height: 34px;
  }

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

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

  .columns {
    flex-direction: column;
    order: 0;
  }

  .image {
    margin-bottom: 20px;
  }

  .heading {
    text-align: center;
  }

  .columns-2 {
    width: auto;
  }

  .heading-57 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .column-40 {
    text-align: center;
    order: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .loc-rich {
    font-size: 14px;
  }

  .loc-rich p {
    font-size: 16px;
    line-height: 28px;
  }

  .text-block-50 {
    padding-top: 10px;
    font-size: 23px;
    line-height: 33px;
  }

  .image-126 {
    border-bottom-left-radius: 50px;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-181 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .submit-button {
    border-radius: 3px;
    margin-top: 10px;
    margin-left: 0;
    padding: 10px 30px;
    font-size: 14px;
  }

  .submit-button.no-ml {
    padding-left: 30px;
    padding-right: 30px;
  }

  .top-header-section.more {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-73 {
    margin-left: 0;
  }

  .grid-3 {
    margin-top: 70px;
  }

  .grid-3.left.mt.new {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .h3-blue {
    text-align: center;
  }

  .submit-button-2 {
    border-radius: 3px;
    margin-top: 10px;
    margin-left: 0;
    padding: 10px 30px;
    font-size: 14px;
  }

  .submit-button-2.no-ml {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-20 {
    padding: 20px;
  }

  .section-20.less {
    padding-bottom: 10px;
  }

  .new-para-2 {
    font-size: 14px;
  }

  .new-para-2.boxes {
    font-size: 15px;
  }

  .columns-3.mt {
    margin-top: 20px;
  }

  .image-127 {
    border-bottom-right-radius: 50px;
  }

  .heading-58.center {
    font-size: 27px;
    line-height: 33px;
  }

  .paragraph-6.white.left {
    text-align: center;
  }

  .para.center._70 {
    width: 100%;
    font-size: 15px;
    line-height: 22px;
  }

  .para.white {
    text-align: center;
  }

  .button-2 {
    margin-top: 40px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .section-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-12 {
    font-size: 20px;
  }

  .div-block-38 {
    justify-content: center;
    align-items: center;
  }

  .columns-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .heading-12 {
    text-align: center;
    font-size: 36px;
    line-height: 38px;
  }

  .heading-12.call {
    align-self: center;
    font-size: 20px;
  }

  .image-130 {
    margin-bottom: 10px;
  }

  .image-131 {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-185 {
    margin: 0;
  }

  .link-79 {
    font-size: 35px;
  }

  .column-41 {
    padding-right: 10px;
  }

  .column-42 {
    order: 1;
  }

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

  .image-136 {
    max-width: 80%;
  }
}

#w-node-_07956f57-ace4-4726-4cb3-2a19492fcdf8-fd0dd5e8 {
  grid-area: Area;
}

#w-node-_07956f57-ace4-4726-4cb3-2a19492fcdf9-fd0dd5e8, #w-node-_07956f57-ace4-4726-4cb3-2a19492fcdfa-fd0dd5e8, #w-node-_07956f57-ace4-4726-4cb3-2a19492fcdfb-fd0dd5e8, #w-node-_07956f57-ace4-4726-4cb3-2a19492fcdfc-fd0dd5e8, #w-node-_07956f57-ace4-4726-4cb3-2a19492fcdfd-fd0dd5e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74cceafd-db71-d5eb-b49a-d27e91ac4683-e20dd5f1, #w-node-be822407-078d-f2e4-879a-fa69a34544d3-db0dd5f2, #w-node-_7d92ce11-daf5-0c4d-5cba-8f1f48e1b3e7-900dd5f4, #w-node-_5619b5e0-7483-e914-42e8-415c4228d56e-6c0dd5f5, #w-node-ca4133a7-8fa9-8d0e-5fca-831ae1eb83ec-340dd5f6, #w-node-c191a1f7-4a80-093c-e185-06c19d5c7361-c40dd5f7, #w-node-_7a45bd53-57d3-3bb7-f7a7-ddb0da5eb06a-550dd5f8 {
  place-self: center start;
}


@font-face {
  font-family: 'Hemihead';
  src: url('../fonts/HEMIHEAD.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Good times rg';
  src: url('../fonts/good-times-rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}