.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

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

h2 {
  display: inline;
  margin-top: 20px;
  margin-right: 15px;
  margin-bottom: 10px;
  float: left;
  font-family: 'Hurme Geometric', sans-serif;
  color: #fff;
  font-size: 96px;
  line-height: 48px;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Hurme Geometric', sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

p {
  display: inline;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.body-b {
  background-color: #1e1f24;
  font-family: Karla, sans-serif;
}

.topbar-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.logo {
  position: relative;
  z-index: 1;
  font-family: 'Hurme Geometric', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.nav-btn-cont {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/menu-icon.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo-white {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-image: url('../images/menu-icon-white.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-nav-cont {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: none;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-items-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  overflow: hidden;
  margin-right: 30px;
  margin-left: 30px;
  text-decoration: none;
}

.nav-link-text {
  position: relative;
  z-index: 3;
  font-family: 'Hurme Geometric', sans-serif;
  color: #fcfcfc;
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
}

.nav-link-underline {
  position: relative;
  left: 0px;
  bottom: 20px;
  z-index: 2;
  width: 70%;
  height: 20px;
  background-color: #0cd9fc;
}

.nav-link-underline.small-line {
  bottom: 7px;
  height: 7px;
}

.nav-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  overflow: hidden;
}

.nav-circle {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  margin-top: 30px;
  margin-right: 10%;
  border-radius: 50%;
  background-color: #000;
}

.social-blck {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.social-icn {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  margin-left: 15px;
  background-image: url('../images/facebook-b.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-icn:hover {
  background-image: url('../images/facebook-w.svg');
}

.social-icn.linkedin {
  background-image: url('../images/linkedin-logo.svg');
}

.social-icn.linkedin:hover {
  background-image: url('../images/linkedin-logo-1.svg');
}

.social-icn.twitter {
  background-image: url('../images/twitter-b.svg');
}

.social-icn.twitter:hover {
  background-image: url('../images/twitter-w.svg');
}

.header-cont {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fc465c;
  background-image: none;
  color: #e03f3f;
}

.header-cont.header-article {
  height: 70vh;
  padding-right: 10%;
  padding-bottom: 80px;
  padding-left: 10%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h1-display {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  color: #df2b44;
  font-size: 150px;
  line-height: 150px;
  font-weight: 300;
  text-transform: uppercase;
}

.h1-display.h1-huge {
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: center;
}

.h1-display.h-blog {
  width: 70%;
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  font-weight: 600;
}

.header-bg-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

.type-writer-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.h2-display {
  margin-top: 1px;
  font-family: 'Hurme Geometric', sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  font-weight: 600;
}

.seperator {
  width: 1px;
  height: 100px;
}

.typed-cursor {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.typewrt-sign {
  width: 10px;
  margin-left: 15px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #e52846;
}

.lead-p {
  width: 70%;
  margin-bottom: 15px;
  color: #848c8e;
  font-size: 20px;
  line-height: 30px;
}

.base-link-text {
  position: relative;
  z-index: 3;
  font-family: 'Hurme Geometric', sans-serif;
  color: #fcfcfc;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}

.base-link {
  overflow: hidden;
  margin-top: 20px;
  margin-right: 30px;
  margin-left: 0px;
  text-decoration: none;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #2a2b31;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.pargraph {
  display: block;
  max-width: 50%;
  margin-top: 108px;
  margin-bottom: 108px;
  color: #848c8e;
  font-size: 18px;
  line-height: 27px;
  -webkit-column-count: 2;
  column-count: 2;
}

.pargraph.p-padding-less {
  max-width: 100%;
  margin: 0px 20% 150px;
  padding-left: 0px;
  -webkit-column-count: 2;
  column-count: 2;
}

.pargraph.p-padding-less.p-column {
  -webkit-column-count: 1;
  column-count: 1;
}

.pargraph.p-padding-less.p-column.p-hello {
  margin-right: 0%;
  margin-left: 0%;
}

.pargraph.p-padding-less.p-column.p-hello-top {
  display: block;
  width: 69%;
  margin-right: auto;
  margin-bottom: 68px;
  margin-left: auto;
  padding-left: 15px;
}

.nav-circle-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 4;
  display: block;
  width: auto;
  height: auto;
  background-color: #0cd9fc;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.demo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1e1f24;
  text-align: left;
}

.h1-base {
  margin-top: 9px;
  margin-bottom: 70px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Hurme Geometric', sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 64px;
  font-weight: 600;
}

.h1-base.h1-base-left {
  display: block;
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: 20%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h1-base.h1-base-left.h1-blog {
  width: 100%;
  margin-left: 0%;
  text-align: center;
}

.h1-base.hi {
  margin-bottom: 30px;
}

.browser-blog {
  position: relative;
  overflow: hidden;
  width: 80%;
  height: 600px;
  border-radius: 10px;
  background-color: #fff;
}

.showcase-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 110px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1e1f24;
}

.showcase-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.showcase-slider {
  height: auto;
  background-color: transparent;
}

.mask {
  display: block;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slide-x {
  width: 32%;
  margin-right: 2%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slider-x-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  padding: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #000;
}

.slider-x-item.slides {
  width: 100%;
  height: 470px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-x-item.slides.blog {
  height: auto;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h3-base {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Hurme Geometric', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 2px;
}

.item-p {
  font-family: Karla, sans-serif;
  color: #848c8e;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
}

.slide-nav {
  top: 110%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 110px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1e1f24;
}

.footer-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  color: #848c8e;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.top-bar-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  background-color: #1e1f24;
}

.blue-circle {
  position: absolute;
  top: 21px;
  right: 10%;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin-right: -10px;
  border-radius: 50%;
  background-color: #0cd9fc;
  box-shadow: none;
}

.contact-form {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  background-color: #000;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.form-block {
  width: 100%;
}

.slider {
  height: 100vh;
  background-color: transparent;
}

.form-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 15% 10% 5% 12%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.input-label {
  margin-bottom: 70px;
  font-family: 'Hurme Geometric', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
}

.text-input {
  width: 80%;
  height: 60px;
  margin-bottom: 10px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  color: #848c8e;
  font-size: 28px;
  line-height: 28px;
}

.form-verification {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-alert {
  display: none;
  width: 100%;
  font-family: 'Hurme Geometric', sans-serif;
  color: #0cd9fc;
  font-size: 18px;
}

.right-arrow-2 {
  display: none;
}

.left-arrow-2 {
  display: none;
}

.slide-nav-2 {
  display: none;
}

.next-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.next {
  padding: 0px;
  background-color: transparent;
  font-family: 'Hurme Geometric', sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
}

.next.submit {
  color: #0cd9fc;
}

.previous {
  margin-right: 20px;
  padding: 0px;
  background-color: transparent;
  font-family: 'Hurme Geometric', sans-serif;
  color: #848c8e;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.form-radio-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}

.radio-button {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.text-area {
  min-height: 200px;
  font-family: 'Hurme Geometric', sans-serif;
  color: #1e1f24;
  font-size: 18px;
  line-height: 22px;
}

.link-block {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 400;
  width: 34px;
  height: 34px;
  margin-top: 30px;
  margin-right: 10%;
  background-image: url('../images/close-icon.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-section.purpose-line {
  border-top: 1px solid #32333a;
}

.process-container {
  padding: 150px 20%;
  background-color: #1e1f24;
}

.div-prcess-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-prcess-row.row-none {
  display: none;
}

.div-prcess-row.first-row {
  margin-bottom: 0px;
}

.div-prcess-row.second-row {
  margin-top: 0px;
}

.left-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 10px;
}

.left-column.hide-mobile {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0px;
  -ms-flex-preferred-size: 0px;
  flex-basis: 0px;
}

.right-column.multi {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.h4-base-grey {
  padding-bottom: 10px;
  border-bottom: 1px solid #848c8e;
  font-family: 'Hurme Geometric', sans-serif;
  color: #848c8e;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}

.h4-base-grey.h4-base-white {
  border-bottom-color: #fff;
  color: #fff;
}

.h4-base-grey.h4-black {
  border-bottom-style: none;
  color: #000;
  font-size: 56px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: 1px;
}

.process-sub-title {
  font-family: 'Hurme Geometric', sans-serif;
  color: #848c8e;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}

.process-sub-title.title-hello {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.accordion-nav {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  cursor: pointer;
}

.accordion-nav.drop-none {
  display: none;
}

.accordion-icon {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  border-radius: 5px;
  background-color: #000;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle.w--open {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.accordion-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Hurme Geometric', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}

.dropdown-list {
  position: relative;
  display: none;
  overflow: hidden;
  height: 0px;
  margin-top: 20px;
  margin-left: 83px;
  background-color: transparent;
  font-family: Karla, sans-serif;
  color: #848c8e;
  font-size: 18px;
  line-height: 28px;
}

.dropdown-list.w--open {
  height: 0px;
  margin-left: 83px;
}

.dropdown-list.list-2 {
  display: none;
  height: 0px;
}

.dropdown-list.list-2.w--open {
  height: 0px;
}

.left-column-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 60px;
  padding: 10px;
}

.left-column-title.hide-mobile {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-div {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}

.blog-div.hello {
  width: 70%;
}

.text-block-2 {
  margin-bottom: 10px;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  padding-right: 2%;
  padding-left: 2%;
}

.email-post {
  color: #848c8e;
}

.date {
  position: relative;
  z-index: 5;
  color: #848c8e;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

.body {
  background-color: #1e1f24;
  font-family: Karla, sans-serif;
}

.div-article-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-weight: 500;
}

.rich-text-block {
  width: 60%;
  margin-bottom: 76px;
}

.line {
  width: 100%;
  height: 1px;
  margin-top: -38px;
  margin-bottom: 109px;
  background-color: #32333a;
}

.other-posts {
  background-color: #fff;
}

.post-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-blog {
  margin-bottom: 80px;
  font-family: 'Hurme Geometric', sans-serif;
  color: #848c8e;
}

.collection-list-wrapper {
  width: 100%;
}

.blog-bg {
  width: 100%;
  height: 200px;
  margin-bottom: 50px;
  border-radius: 6px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.36);
}

.blog-name {
  margin-bottom: 16px;
  font-family: 'Hurme Geometric', sans-serif;
  color: #848c8e;
  font-size: 18px;
  font-weight: 700;
}

.paragraph {
  color: #848c8e;
}

.html-embed {
  width: 20px;
  height: 20px;
  background-image: url('../images/facebook-b.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.facebook-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/facebook-b.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.facebook-link.twitter-link {
  background-image: url('../images/twitter-b.svg');
}

.facebook-link.twitter-link.reddit-link {
  background-image: url('../images/reddit.svg');
}

.facebook-link.linkedin-link {
  background-image: url('../images/linkedin-logo.svg');
}

.share-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h4-share {
  margin-bottom: 31px;
  font-family: 'Hurme Geometric', sans-serif;
  color: #848c8e;
}

.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2-phone {
  font-family: Montserrat, sans-serif;
  font-size: 76px;
  font-weight: 300;
}

.link {
  color: #df2b44;
  letter-spacing: 1px;
  text-decoration: none;
}

.link:hover {
  color: #fff;
}

html.w-mod-js *[data-ix="scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 140px);
  -ms-transform: translate(0px, 140px);
  transform: translate(0px, 140px);
}

html.w-mod-js *[data-ix="load-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, -28px);
  -ms-transform: translate(0px, -28px);
  transform: translate(0px, -28px);
}

@media (max-width: 991px) {
  .nav-items-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-cont {
    height: auto;
    padding-top: 122px;
    padding-bottom: 122px;
  }
  .h1-display {
    font-size: 100px;
  }
  .h2-display {
    font-size: 64px;
    line-height: 64px;
  }
  .pargraph.p-padding-less {
    margin-left: 10%;
  }
  .h1-base.h1-base-left {
    margin-left: 10%;
  }
  .slide-x {
    width: 50%;
  }
  .process-container {
    overflow: hidden;
    padding-left: 10%;
  }
  .link {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .nav-link {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .nav-link-text {
    font-size: 32px;
    line-height: 32px;
  }
  .nav-link-underline {
    bottom: 16px;
    height: 10px;
  }
  .h1-display {
    font-size: 70px;
    line-height: 110px;
  }
  .h1-display.h-blog {
    width: 100%;
    font-size: 64px;
    line-height: 64px;
  }
  .type-writer-cont {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h2-display {
    font-size: 48px;
    line-height: 48px;
  }
  .seperator {
    height: 48px;
  }
  .typewrt-sign {
    width: 5px;
  }
  .lead-p {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .lead-p.mobile-hidden {
    display: none;
  }
  .pargraph {
    max-width: 80%;
    margin-top: 90px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .demo-container {
    padding-right: 31px;
    padding-left: 31px;
  }
  .browser-blog {
    width: 100%;
  }
  .left-column.hide-mobile {
    display: none;
  }
  .collection-item-2 {
    margin-bottom: 50px;
  }
  .h2-phone {
    font-size: 76px;
  }
  .link {
    font-size: 30px;
  }
}

@media (max-width: 479px) {
  .nav-btn-cont {
    overflow: hidden;
  }
  .main-nav-cont {
    display: none;
  }
  .nav-link {
    padding: 0px;
  }
  .nav-link.w--current {
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-link-text {
    font-size: 36px;
    line-height: 36px;
  }
  .nav-link-underline {
    bottom: 15px;
    height: 10px;
    margin-left: -1px;
  }
  .header-cont {
    height: 100vh;
    padding-top: 65px;
    padding-bottom: 65px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-cont.header-article {
    height: 70vh;
    padding-right: 3%;
    padding-bottom: 46px;
    padding-left: 10%;
  }
  .header-content {
    width: 100%;
    max-width: auto;
  }
  .h1-display {
    font-size: 40px;
    line-height: 83px;
  }
  .h1-display.h1-huge {
    text-align: left;
  }
  .h1-display.h-blog {
    font-size: 48px;
    line-height: 48px;
  }
  .h2-display {
    font-size: 42px;
    line-height: 42px;
  }
  .typewrt-sign {
    width: 4px;
  }
  .pargraph.p-padding-less {
    margin-left: 4%;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .h1-base {
    font-size: 36px;
    line-height: 36px;
  }
  .h1-base.h1-base-left {
    margin-left: 5%;
  }
  .slide-x {
    width: 100%;
  }
  .h3-base.small {
    font-size: 24px;
  }
  .contact-form {
    z-index: 120;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
  .form-page {
    padding-top: 35%;
    padding-bottom: 18%;
  }
  .form-radio-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .about-section {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .process-container {
    padding: 61px 0% 61px 2%;
  }
  .right-column {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .h4-base-grey.h4-black {
    font-size: 36px;
    line-height: 36px;
  }
  .accordion-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .accordion-title {
    font-size: 16px;
  }
  .dropdown-list {
    margin-left: 0px;
  }
  .dropdown-list.list-2 {
    margin-left: 0px;
  }
  .blog-div {
    width: 80%;
  }
  .blog-div.hello {
    width: 80%;
  }
  .collection-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .collection-item {
    width: 100%;
  }
  .div-article-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .rich-text-block {
    width: 80%;
  }
  .h2-phone {
    font-size: 36px;
  }
  .link {
    font-size: 18px;
  }
}

@font-face {
  font-family: 'Hurme Geometric';
  src: url('../fonts/HurmeGeometricSans3-Bold.eot') format('embedded-opentype'), url('../fonts/HurmeGeometricSans3-Bold.woff') format('woff'), url('../fonts/HurmeGeometricSans3-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Hurme Geometric';
  src: url('../fonts/HurmeGeometricSans3-SemiBold.eot') format('embedded-opentype'), url('../fonts/HurmeGeometricSans3-SemiBold.woff') format('woff'), url('../fonts/HurmeGeometricSans3-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Hurme Geometric';
  src: url('../fonts/HurmeGeometricSans3-Regular.eot') format('embedded-opentype'), url('../fonts/HurmeGeometricSans3-Regular.woff') format('woff'), url('../fonts/HurmeGeometricSans3-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Hurme Geometric';
  src: url('../fonts/HurmeGeometricSans3-Black.eot') format('embedded-opentype'), url('../fonts/HurmeGeometricSans3-Black.woff') format('woff'), url('../fonts/HurmeGeometricSans3-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}