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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.hero-section {
  width: auto;
  height: auto;
  max-width: 1190px;
  min-height: 0;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 105px;
  display: block;
  position: static;
  overflow: visible;
}

.background-video {
  z-index: -999;
  width: 1000%;
  height: 100%;
  opacity: .18;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 100%;
  position: absolute;
}

.video-embed {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-shade {
  background-color: rgba(0, 0, 0, .33);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container {
  color: #fff;
  text-align: center;
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-2 {
  width: 100%;
  max-width: 1190px;
  text-align: center;
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(239, 240, 247, .75);
  font-weight: 700;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.body {
  max-width: none;
  min-width: 0;
  background-color: rgba(255, 255, 255, 0);
}

.paragraph {
  max-width: 1190px;
  color: #fff;
  text-align: left;
  margin-top: 25px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.heading {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 60px;
  line-height: 65px;
}

.hero {
  max-height: 800px;
  min-height: 0;
  background-color: #4ecdc4;
  background-image: url('../images/v2.png');
  background-position: 0 0;
  background-size: 350px;
  margin-top: 0;
  overflow: hidden;
}

.apps {
  text-align: center;
  margin: -102px auto 70px;
}

.apps-by-textme {
  max-width: 1190px;
}

.grid {
  grid-template: "."
  / 1fr 1fr 1fr;
}

.app-cards {
  min-height: 370px;
  background-image: linear-gradient(#000 50%, #fff 46%);
  border: 1px solid #d4d4d4;
  border-radius: 21px;
  position: static;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .14);
}

.grid-2 {
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  grid-template-areas: ".";
  grid-auto-flow: row;
}

.button {
  color: #03a9f4;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 3px;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button:hover {
  text-shadow: 1px 1px 13px rgba(0, 0, 0, .2);
}

.paragraph-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.heading-2 {
  text-align: center;
  margin-top: 19px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 25px;
}

.paragraph-copy {
  max-width: 1190px;
  text-align: center;
  margin-top: 35px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.paragraph-copy.bold {
  margin-top: 79px;
  font-weight: 700;
}

.image {
  margin-top: 79px;
  margin-bottom: 63px;
  padding-bottom: 0;
}

.footer-dark {
  height: 800px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.large-cards-right {
  max-width: 1190px;
  min-height: 370px;
  background-image: linear-gradient(270deg, #03a9f4 50%, #fff 50%);
  border: 1px solid #d4d4d4;
  border-radius: 21px;
  display: block;
  position: static;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .14);
}

.large-card-1 {
  max-width: 1190px;
  min-height: 250px;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #d4d4d4;
  border-radius: 21px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 100px auto;
  display: block;
  position: static;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .14);
}

.site-content {
  text-align: center;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  margin-top: -300px;
  display: block;
  overflow: hidden;
}

.app-card-1 {
  min-height: 370px;
  background-image: linear-gradient(#03a9f4 50%, #fff 46%);
  border: 1px solid #d4d4d4;
  border-radius: 21px;
  position: static;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .14);
}

.app-card-2 {
  min-height: 370px;
  background-image: linear-gradient(#00bcd4 50%, #fff 46%);
  border: 1px solid #d4d4d4;
  border-radius: 21px;
  position: static;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .14);
}

.app-card-3 {
  min-height: 370px;
  background-image: linear-gradient(#4ecdc4 50%, #fff 46%);
  border: 1px solid #d4d4d4;
  border-radius: 21px;
  position: static;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .14);
}

.grid-3 {
  max-width: 1190px;
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.heading-larger-block {
  color: #4ecdc4;
  text-align: left;
  margin: 85px 90px 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.paragraph-2-larger-block {
  text-align: left;
  margin: 0 90px 95px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.button-larger-block {
  color: #03a9f4;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin: 3px 70px 70px;
  padding-top: 0;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.button-larger-block:hover {
  text-shadow: 1px 1px 13px rgba(0, 0, 0, .2);
}

.div-block {
  overflow: visible;
}

.div-block-2 {
  margin-top: -14px;
}

.div-block-3 {
  margin-top: -16px;
}

.div-block-5 {
  background-color: #4ecdc4;
  background-image: url('../images/v2.png');
  background-position: 0 0;
  background-size: 350px;
  border: 1px #000;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  position: relative;
  overflow: visible;
}

.image-2 {
  max-height: 550px;
  margin-left: 63px;
  margin-right: 0;
  display: inline-block;
  position: absolute;
  top: -22px;
  bottom: 0%;
  left: 16%;
  right: 0%;
}

.div-block-4-copy {
  position: relative;
  overflow: visible;
}

.phone-1 {
  max-height: 450px;
  max-width: 95%;
  margin-top: -28px;
  margin-left: -80px;
  margin-right: 0;
  display: inline-block;
  position: absolute;
  top: -22px;
  bottom: 0%;
  left: 16%;
  right: 0%;
}

.large-card-2 {
  max-width: 1190px;
  min-height: auto;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 21px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 100px auto;
  display: block;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .14);
}

.div-block-6 {
  z-index: 100;
  border: 1px #000;
  border-radius: 19px 0 0 19px;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}

.footer-1 {
  background-color: #676a73;
  border: 1px #000;
  margin-top: 0;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 16px;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
  text-align: center;
  flex: 1;
  font-family: Lato, sans-serif;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #fff;
  margin-left: 24px;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.footer-legal-link:hover {
  color: #c5c5c5;
}

.phone-2 {
  max-height: 450px;
  margin: auto 0 0 -19px;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-2 {
  background-color: #000;
  border: 1px #000;
  margin-bottom: 0;
  padding: 20px 0;
  position: relative;
}

.grid-4 {
  width: auto;
  max-width: 1190px;
  float: none;
  clear: none;
  grid-column-gap: 146px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.image-3 {
  flex: 0 auto;
  order: -1;
  display: block;
}

.paragraph-3 {
  order: 1;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-copyright-2 {
  color: #3a4554;
}

.footer-legal-link-2 {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

.div-block-8 {
  width: 1190px;
  max-width: 1190px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-9 {
  max-width: 1190px;
  margin: 0 auto 15px;
  position: static;
}

.footer-header {
  color: #fff;
  text-align: left;
  margin-top: -13px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 25px;
}

.paragraph-4 {
  min-height: 0;
  color: #fff;
  font-family: Lato, sans-serif;
}

.image-4 {
  color: #fff;
}

.image-5 {
  margin-bottom: 15px;
}

.paragraph-5 {
  color: #fff;
  line-height: 18px;
}

.text-span, .text-span-2 {
  color: #fff;
  text-decoration: none;
}

.list {
  margin-bottom: 0;
  margin-left: -22px;
  padding-left: 0;
}

.list-item, .list-item-2 {
  padding-bottom: 14px;
}

.navbar-logo-left {
  color: #fff;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-height: none;
  max-width: 1190px;
  color: #fff;
  margin-bottom: 0;
  padding: 33px 0 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.navbar-wrapper {
  max-width: 1190px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  border: 1px #000;
}

.nav-menu-wrapper {
  text-align: left;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.image-6 {
  max-width: 100%;
  min-width: 0;
}

.heading-2-copy {
  text-align: center;
  margin-top: 19px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 25px;
}

.app-1 {
  max-width: none;
  min-width: 0;
  background-color: rgba(255, 255, 255, 0);
}

.app-1-nav-2 {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.app-1-nav-2.shadow-three {
  width: 100%;
  max-height: none;
  max-width: 1190px;
  margin-bottom: 0;
  padding: 33px 0 20px;
}

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

.image-6-copy {
  max-width: 100%;
  min-width: 0;
}

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

.grid-6 {
  height: auto;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 105px;
  margin-bottom: 0;
  display: grid;
}

.image-7 {
  max-width: 85%;
  text-align: center;
  margin-top: -60px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
}

.div-block-11 {
  margin-top: 32px;
  overflow: visible;
}

.link-block {
  min-height: 52px;
  min-width: 200px;
  text-align: center;
  background-color: #fff;
  border-radius: 80px;
  margin-right: 15px;
  padding: 13px 40px;
  box-shadow: 0 12px 13px 6px rgba(0, 0, 0, .16);
}

.div-block-12 {
  margin-top: 41px;
  margin-bottom: 0;
}

.div-block-13 {
  z-index: auto;
  min-height: 650px;
  position: relative;
  overflow: visible;
}

.intro-card {
  z-index: 10;
  max-width: 1190px;
  min-height: auto;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 21px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 152px auto 100px;
  display: block;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .14);
}

.grid-7 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
}

.sub-title {
  text-align: left;
  margin: 0 70px 10px 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.div-block-14 {
  z-index: 100;
  background-color: #4ecdc4;
  background-image: url('../images/v2.png');
  background-position: 0 0;
  background-size: 350px;
  border: 1px #000;
  border-radius: 19px 0 0 19px;
  position: relative;
  overflow: visible;
}

.phone-2-copy {
  max-height: 450px;
  margin-top: -23px;
  margin-left: 3px;
  margin-right: 0;
  display: inline-block;
  position: absolute;
  top: -22px;
  bottom: 0%;
  left: 14%;
  right: 0%;
}

.intro-header {
  color: #4ecdc4;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 25px;
}

.intro-body {
  text-align: left;
  margin: 0 70px 50px 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-intro {
  text-align: left;
  margin-left: 0;
}

.sub-title-blocks {
  text-align: left;
  margin: 0 90px 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.all-devices {
  max-height: 450px;
  max-width: 93%;
  margin-top: -40.2px;
  margin-left: -56px;
  margin-right: 0;
  display: inline-block;
  position: absolute;
  top: -22px;
  bottom: 0%;
  left: 16%;
  right: 0%;
}

.cta {
  max-height: none;
  min-height: 400px;
  background-color: #4ecdc4;
  background-image: url('../images/v2.png');
  background-position: 0 0;
  background-size: 350px;
  margin-top: 0;
  overflow: hidden;
}

.cta-section {
  width: auto;
  height: auto;
  max-width: 1190px;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: visible;
}

.cta-grid {
  max-width: 1190px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  margin-top: 111px;
  margin-bottom: -146px;
}

.cta-block {
  margin-top: -38px;
  overflow: visible;
}

.cta-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 60px;
  line-height: 65px;
}

.cta-paragraph {
  max-width: 1190px;
  color: #fff;
  text-align: center;
  margin-top: 25px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.cta-buttons {
  text-align: center;
  justify-content: center;
  margin-top: 41px;
  margin-bottom: 0;
  display: flex;
}

.div-block-15 {
  display: flex;
}

.link-block-edge {
  min-height: 52px;
  min-width: 200px;
  text-align: center;
  background-color: #fff;
  border-radius: 80px;
  margin-right: 0;
  padding: 13px 40px;
  box-shadow: 0 12px 13px 6px rgba(0, 0, 0, .16);
}

.link-block-copy {
  min-height: 52px;
  min-width: 200px;
  min-height: 52px;
  min-width: 200px;
  min-height: 52px;
  min-width: 200px;
  background-color: #fff;
  border-radius: 80px;
  margin-right: 24px;
  padding: 13px 44px;
  box-shadow: 0 12px 13px 6px rgba(0, 0, 0, .16);
}

.link-block-copy-copy {
  max-width: 150px;
  min-height: 52px;
  min-width: 200px;
  text-align: center;
  background-color: #fff;
  border-radius: 80px;
  margin-right: 15px;
  padding: 13px 10px;
  box-shadow: 0 12px 13px 6px rgba(0, 0, 0, .16);
}

.link-block-bottom, .link-block-copy-copy-copy {
  min-height: 52px;
  min-width: 200px;
  background-color: #fff;
  border-radius: 80px;
  margin-right: 24px;
  padding: 13px 44px;
  box-shadow: 0 12px 13px 6px rgba(0, 0, 0, .16);
}

.image-8 {
  text-align: center;
}

.footer-1b {
  background-color: #676a73;
  border: 1px #000;
  margin-top: -89px;
  padding: 50px 30px 40px;
  position: relative;
}

.heading-b {
  color: #fff;
  text-align: left;
  margin-top: 76px;
  font-family: Lato, sans-serif;
  font-size: 60px;
  line-height: 65px;
}

.grid-6b {
  height: auto;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 105px;
  margin-bottom: 0;
  display: grid;
}

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

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

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

.image-9, .image-10 {
  color: #fff;
}

.footer-social-block-three-2 {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 16px;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three-2 {
  margin-left: 32px;
}

.image-11 {
  color: #fff;
}

.footer-social-block-three-3 {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 16px;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three-3 {
  margin-left: 32px;
}

.image-12 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .hero-section {
    min-height: 0;
    margin-top: 0;
  }

  .video-embed {
    z-index: 1;
  }

  .video-shade {
    z-index: 2;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    margin-right: 0;
    padding: 12px;
  }

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

  .paragraph {
    max-width: none;
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    text-align: center;
    margin-top: -6px;
    margin-left: 40px;
    margin-right: 40px;
    line-height: 60px;
  }

  .hero {
    max-height: 900px;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .apps {
    margin-top: -130px;
    margin-left: 63px;
    margin-right: 63px;
  }

  .grid {
    display: block;
  }

  .heading-2 {
    margin-top: 32px;
  }

  .paragraph-copy.bold {
    margin-top: 35px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .large-card-1 {
    max-width: none;
    min-height: auto;
    min-width: 0;
    object-fit: fill;
    background-image: none;
    margin-left: 61px;
    margin-right: 61px;
    display: block;
    position: static;
  }

  .site-content {
    max-width: none;
    margin-top: -200px;
  }

  .app-card-1 {
    min-height: 350px;
    margin-bottom: 40px;
  }

  .app-card-2 {
    margin-bottom: 40px;
  }

  .grid-3 {
    max-width: 1190px;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .heading-larger-block {
    margin-top: 35px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .paragraph-2-larger-block {
    margin-bottom: 60px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .button-larger-block {
    margin-bottom: 50px;
  }

  .div-block-5 {
    max-height: 250px;
    min-height: 250px;
    background-color: #4ecdc4;
    background-image: url('../images/v2.png');
    background-position: 0 0;
    border-top-left-radius: 19px;
    border-bottom-right-radius: 0;
  }

  .image-2 {
    max-height: 300px;
    position: static;
  }

  .div-block-4 {
    min-height: auto;
    min-width: auto;
  }

  .phone-1 {
    max-height: 320px;
    max-width: 80%;
    margin-top: -70px;
    margin-left: 0;
    position: static;
  }

  .large-card-2 {
    max-width: none;
    background-image: none;
    margin-left: 61px;
    margin-right: 61px;
  }

  .div-block-6 {
    max-height: 250px;
    min-height: 250px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 19px 19px 0 0;
    display: none;
  }

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

  .footer-1 {
    margin-top: -3px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    min-height: 0;
    min-width: 0;
    margin-top: 22px;
  }

  .phone-2 {
    max-height: 350px;
    margin-top: -60px;
    display: none;
    position: static;
  }

  .grid-4 {
    display: 50pxpx;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .navbar-logo-left-container.shadow-three {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .container-3 {
    max-width: 728px;
  }

  .navbar-wrapper {
    max-width: none;
  }

  .navbar-brand {
    margin-left: 0;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .div-block-10 {
    display: block;
  }

  .container-3-copy {
    max-width: 728px;
  }

  .grid-6 {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 1px;
    grid-template: "."
    / 1.5fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    margin-top: 0;
    display: grid;
  }

  .image-7 {
    max-width: 500px;
    min-height: auto;
    min-width: auto;
    margin-top: 6px;
    margin-left: -48px;
    position: relative;
  }

  .div-block-12 {
    position: relative;
  }

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

  .intro-card {
    max-width: none;
    background-image: none;
    margin-left: 61px;
    margin-right: 61px;
  }

  .grid-7 {
    grid-template-columns: 2.75fr;
  }

  .sub-title {
    margin-left: 60px;
    margin-right: 60px;
  }

  .div-block-14 {
    max-height: 250px;
    min-height: 250px;
    background-color: #4ecdc4;
    background-image: url('../images/v2.png');
    background-position: 0 0;
    border-radius: 19px 19px 0 0;
  }

  .phone-2-copy {
    max-height: 320px;
    max-width: 80%;
    margin-top: -70px;
    margin-left: 0;
    position: static;
  }

  .intro-header {
    margin-top: 35px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .intro-body {
    margin-left: 60px;
    margin-right: 60px;
  }

  .div-block-intro {
    min-height: auto;
    min-width: auto;
    margin-left: 0;
  }

  .sub-title-blocks {
    margin-left: 60px;
    margin-right: 60px;
  }

  .all-devices {
    max-height: 320px;
    object-fit: contain;
    margin-top: -70px;
    margin-left: 0;
    position: static;
  }

  .cta-section {
    margin-top: 0;
  }

  .cta-heading {
    margin-top: 0;
    line-height: 60px;
  }

  .cta-paragraph {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-15 {
    text-align: center;
    justify-content: center;
  }

  .link-block-edge {
    margin-right: 0;
  }

  .div-block-16 {
    text-align: center;
  }

  .link-block-copy {
    margin-right: 0;
  }

  .link-block-copy-copy {
    max-width: none;
    min-width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .link-block-bottom {
    min-width: auto;
    margin-right: 0;
  }

  .link-block-copy-copy-copy {
    min-width: auto;
    margin-right: 24px;
  }

  .footer-1b {
    margin-top: -3px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-b {
    text-align: center;
    margin-top: -6px;
    margin-left: 40px;
    margin-right: 40px;
    line-height: 60px;
  }

  .grid-6b {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 1px;
    grid-template: "."
    / 1.5fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    margin-top: 0;
    display: grid;
  }

  .footer-social-block-three-2 {
    min-height: 0;
    min-width: 0;
    aspect-ratio: auto;
    justify-content: flex-start;
    margin-top: 22px;
    margin-left: -8px;
    position: static;
  }

  .footer-social-link-three-2 {
    text-align: left;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-social-block-three-3 {
    min-height: 0;
    min-width: 0;
    aspect-ratio: auto;
    justify-content: flex-start;
    margin-top: 22px;
    margin-left: -8px;
    position: static;
  }

  .footer-social-link-three-3 {
    text-align: left;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: auto;
    max-height: none;
    min-height: auto;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .paragraph {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .heading {
    margin-top: 44px;
    font-size: 50px;
    line-height: 50px;
  }

  .hero {
    height: 1000px;
    max-height: none;
    min-height: auto;
  }

  .apps {
    margin-top: -162px;
  }

  .apps-by-textme {
    max-width: none;
  }

  .grid {
    min-width: auto;
    margin-left: -3px;
  }

  .heading-2 {
    margin-top: 25px;
  }

  .paragraph-copy.bold {
    margin-bottom: 48px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

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

  .large-card-1 {
    background-image: none;
    margin: 0 0 73px;
  }

  .site-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -130px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
    position: static;
  }

  .heading-larger-block {
    margin-left: 40px;
  }

  .paragraph-2-larger-block {
    margin-bottom: 50px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .button-larger-block {
    margin-left: 40px;
  }

  .phone-1 {
    margin-top: -70px;
  }

  .large-card-2 {
    background-image: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-4 {
    float: none;
    clear: none;
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-left: 40px;
    margin-right: 40px;
    display: grid;
    position: static;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-copyright-2, .footer-legal-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-6 {
    margin-left: 30px;
  }

  .heading-2-copy {
    margin-top: 7px;
  }

  .app-1-nav-2 {
    max-width: 100%;
  }

  .image-6-copy {
    margin-left: 30px;
  }

  .image-7 {
    max-width: 70%;
  }

  .div-block-11 {
    margin-top: -10px;
  }

  .link-block {
    min-width: auto;
    margin-bottom: 20px;
  }

  .div-block-12 {
    text-align: center;
    margin-left: 22px;
  }

  .intro-card {
    background-image: none;
    margin: 0 0 73px;
  }

  .sub-title {
    margin-left: 40px;
    margin-right: 40px;
  }

  .intro-header {
    margin-left: 40px;
  }

  .intro-body, .sub-title-blocks {
    margin-left: 40px;
    margin-right: 40px;
  }

  .cta-section {
    height: 71%;
    margin-bottom: 70px;
  }

  .cta-grid {
    margin-top: 60px;
    margin-bottom: 10px;
  }

  .cta-block {
    margin-top: 0;
  }

  .cta-heading {
    margin-top: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .cta-paragraph {
    font-size: 20px;
    line-height: 30px;
  }

  .cta-buttons {
    margin-top: 29px;
    margin-left: 22px;
  }

  .div-block-15 {
    display: block;
  }

  .link-block-edge {
    min-width: auto;
  }

  .link-block-copy-copy {
    max-width: 242px;
  }

  .link-block-bottom {
    margin-top: 29px;
  }

  .footer-1b {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-b {
    margin-top: 44px;
    font-size: 50px;
    line-height: 50px;
  }

  .footer-social-block-three-2, .footer-social-block-three-3 {
    margin-top: 24px;
    margin-left: -35px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    min-height: 0;
    align-items: center;
    margin-top: 178px;
    margin-left: auto;
    position: static;
  }

  .background-video {
    height: 80%;
    margin-top: -130px;
    overflow: hidden;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .nav-link {
    color: #333;
    font-weight: 700;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .menu-button {
    margin-right: 0;
  }

  .paragraph {
    margin-top: 10px;
  }

  .heading {
    margin-top: -63px;
    font-size: 27px;
    line-height: 30px;
  }

  .hero {
    margin-top: 0;
    padding-top: 0;
  }

  .apps {
    max-width: none;
    margin-top: -200px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .grid {
    min-width: auto;
    margin-left: 0;
  }

  .button {
    padding-bottom: 29px;
  }

  .heading-2 {
    margin-top: 25px;
  }

  .paragraph-copy.bold {
    margin-top: -3px;
    font-size: 20px;
  }

  .large-card-1 {
    width: auto;
    max-width: 600px;
    min-height: 0;
    min-width: 0;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .site-content {
    margin-top: -140px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-larger-block {
    margin-bottom: 15px;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 28px;
  }

  .paragraph-2-larger-block {
    margin-left: 30px;
    margin-right: 30px;
    line-height: 22px;
  }

  .button-larger-block {
    margin-bottom: 41px;
  }

  .div-block-5 {
    max-height: 250px;
    min-height: 150px;
  }

  .phone-1 {
    max-width: 100%;
    margin-top: -60px;
  }

  .large-card-2 {
    min-width: 0;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .footer-1 {
    margin-top: -32px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-4 {
    align-content: stretch;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .image-6 {
    width: auto;
    max-width: 50%;
    margin-left: 22px;
  }

  .heading-2-copy {
    margin-top: 22px;
  }

  .container-3-copy {
    max-width: none;
  }

  .image-6-copy {
    width: auto;
    max-width: 50%;
    margin-left: 22px;
  }

  .grid-6 {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-areas: "."
                         ".";
    margin-top: 0;
  }

  .image-7 {
    margin-left: -19px;
  }

  .link-block {
    min-width: 242px;
    margin-right: 0;
  }

  .div-block-12 {
    text-align: center;
    margin-top: 25px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-13 {
    height: 705px;
    min-height: auto;
  }

  .intro-card {
    min-width: 0;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sub-title {
    margin-bottom: 15px;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 22px;
  }

  .div-block-14 {
    min-height: 150px;
  }

  .intro-header {
    margin-bottom: 15px;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 28px;
  }

  .intro-body {
    margin-left: 30px;
    margin-right: 30px;
    line-height: 22px;
  }

  .sub-title-blocks {
    margin-bottom: 15px;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 22px;
  }

  .all-devices {
    margin-top: -55px;
  }

  .cta-section {
    align-items: center;
    margin-top: 95px;
    margin-bottom: 57px;
    margin-left: 0;
  }

  .cta-heading {
    margin-top: -48px;
    font-size: 27px;
    line-height: 30px;
  }

  .cta-paragraph {
    margin-top: 10px;
  }

  .cta-buttons {
    text-align: center;
    flex-direction: column;
    margin-top: 25px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .div-block-15 {
    text-align: center;
    flex-direction: column;
    margin-left: 0;
    display: flex;
  }

  .link-block-edge {
    min-width: 242px;
    margin-right: 0;
  }

  .div-block-16 {
    text-align: center;
    display: inline-block;
  }

  .link-block-copy-copy {
    max-width: none;
    min-width: 242px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .link-block-bottom {
    min-width: 242px;
    margin-top: 0;
  }

  .link-block-copy-copy-copy {
    min-width: 242px;
    margin-bottom: 20px;
  }

  .footer-1b {
    margin-top: -250px;
  }

  .heading-b {
    margin-top: -63px;
    font-size: 27px;
    line-height: 30px;
  }

  .grid-6b {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-areas: "."
                         ".";
    margin-top: 0;
  }

  .footer-social-block-three-2, .footer-social-block-three-3 {
    margin-left: -8px;
  }
}

#w-node-_1552dfc4-ff35-d70c-89e3-972643e3a0df-ac6b73df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5076bb7-024d-4cea-67e1-00570fa8750d-ac6b73df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-_1c646e57-199d-5447-a6a2-0e34b1e50df4-ac6b73df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c646e57-199d-5447-a6a2-0e34b1e50df6-ac6b73df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_1c646e57-199d-5447-a6a2-0e34b1e50df7-ac6b73df, #w-node-_1c646e57-199d-5447-a6a2-0e34b1e50df9-ac6b73df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7688e9d-9371-fa34-d189-53a28dbd987d-ac6b73df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-a7688e9d-9371-fa34-d189-53a28dbd987e-ac6b73df, #w-node-a7688e9d-9371-fa34-d189-53a28dbd9880-ac6b73df, #w-node-a7688e9d-9371-fa34-d189-53a28dbd988a-ac6b73df, #w-node-_61f76655-8542-acaa-9561-787efbf15e51-ac6b73df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61f76655-8542-acaa-9561-787efbf15e44-ac6b73df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_61f76655-8542-acaa-9561-787efbf15e45-ac6b73df, #w-node-_61f76655-8542-acaa-9561-787efbf15e47-ac6b73df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19a1337c-ee11-c837-5c51-62b05025a66a-ac6b73df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_19a1337c-ee11-c837-5c51-62b05025a66b-ac6b73df, #w-node-_19a1337c-ee11-c837-5c51-62b05025a66d-ac6b73df, #w-node-ee201be5-bcbe-ebad-7d08-6d4c9a43ef29-ac6b73df, #w-node-e0ee006e-8222-85e5-1f83-dec7980b1191-ac6b73df, #w-node-fce9d725-a3d4-fad6-2e3a-538eb963d2b2-ac6b73df, #w-node-b30bf3c5-9e1f-5960-aa5f-704e72be79de-ac6b73df, #w-node-d579f96f-d383-4e61-b98b-b1efe25364b2-ac6b73df, #w-node-_8df94502-fb1b-88d1-f684-a64bd97dabf7-ac6b73df, #w-node-_1c8d36d1-2d5b-f4ee-7e63-f32c1346dcb3-ac6b73df, #w-node-_1c8d36d1-2d5b-f4ee-7e63-f32c1346dcb6-ac6b73df, #w-node-_1552dfc4-ff35-d70c-89e3-972643e3a0df-056b73e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5076bb7-024d-4cea-67e1-00570fa8750d-056b73e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-fce9d725-a3d4-fad6-2e3a-538eb963d2b2-056b73e2, #w-node-b30bf3c5-9e1f-5960-aa5f-704e72be79de-056b73e2, #w-node-d579f96f-d383-4e61-b98b-b1efe25364b2-056b73e2, #w-node-_8df94502-fb1b-88d1-f684-a64bd97dabf7-056b73e2, #w-node-_1c8d36d1-2d5b-f4ee-7e63-f32c1346dcb3-056b73e2, #w-node-_1c8d36d1-2d5b-f4ee-7e63-f32c1346dcb6-056b73e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e5076bb7-024d-4cea-67e1-00570fa8750d-ac6b73df {
    justify-self: center;
  }

  #w-node-_1c646e57-199d-5447-a6a2-0e34b1e50df4-ac6b73df, #w-node-a7688e9d-9371-fa34-d189-53a28dbd988a-ac6b73df, #w-node-_61f76655-8542-acaa-9561-787efbf15e51-ac6b73df, #w-node-ee201be5-bcbe-ebad-7d08-6d4c9a43ef29-ac6b73df {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-fce9d725-a3d4-fad6-2e3a-538eb963d2b2-ac6b73df, #w-node-e5076bb7-024d-4cea-67e1-00570fa8750d-056b73e2, #w-node-fce9d725-a3d4-fad6-2e3a-538eb963d2b2-056b73e2 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d579f96f-d383-4e61-b98b-b1efe25364b2-ac6b73df, #w-node-d579f96f-d383-4e61-b98b-b1efe25364b2-056b73e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


