.navbar {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  border-bottom: 1px none #2fe9a5;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .15));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .15));
}

.nav-link {
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-gradient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .95) 17%, rgba(0, 0, 0, .15));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .95) 17%, rgba(0, 0, 0, .15));
  opacity: 1;
}

.home-hero-summary {
  width: 475px;
  margin-bottom: 18px;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

.text-span {
  color: #27cea5;
}

.home-button-inverted {
  height: 35px;
  padding-top: 7px;
  padding-right: 40px;
  padding-left: 40px;
  border: 1px solid #2fe9a5;
  border-radius: 100px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #2fe9a5;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-hero-heading1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -35px;
  margin-bottom: 40px;
  padding-left: 4px;
  -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;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.brand {
  padding-top: 5px;
}

.nav-menu {
  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;
}

.section-hero {
  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-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .27) 9%, hsla(0, 0%, 100%, 0) 25%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .27) 9%, hsla(0, 0%, 100%, 0) 25%);
}

.text-block-16 {
  font-size: 50px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.section-logos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 253px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
  background-image: url('../images/5b8b34dfd34728c9d6c92266_Logos-BG2x.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 19px 41px -25px #000;
}

.logos-text {
  margin-top: 52px;
  padding-left: 75px;
}

.logos-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.step-paragraph {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}

.div-block {
  position: relative;
  display: block;
  width: 100%;
  height: 640px;
  max-width: 1200px;
  margin-top: 45px;
  -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;
}

.intro-bulletcontainer {
  width: 100%;
  margin-top: 57px;
}

.intro-paragraph {
  margin-top: 14px;
  padding-right: 38px;
  padding-left: 38px;
}

.steps-heading {
  margin-top: 35px;
}

.intro-bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ae-logo {
  margin-top: 38px;
  padding-left: 0px;
  box-shadow: 0 0 28px 1px rgba(133, 19, 238, .63);
}

.step-header {
  margin-top: 6px;
  font-size: 46px;
  letter-spacing: 1px;
}

.bullet-text {
  margin-top: 3px;
  line-height: 23px;
}

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

.step-container {
  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;
}

.section-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 130px;
  -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;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 0%, #323232, #000);
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #323232, #000);
}

.step-arrow {
  margin-right: 10px;
  margin-left: 10px;
  font-weight: 900;
}

.intro-textcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 550px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.requirements-text {
  margin-top: 7px;
  border-top: 1px solid #fff;
  font-size: 10px;
  font-weight: 100;
}

.accent {
  color: #3fe1b5;
  font-weight: 700;
}

.step-text {
  color: hsla(0, 0%, 100%, .3);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.step-text.current {
  color: #fff;
}

.asteriks {
  padding-right: 38px;
  padding-left: 38px;
  color: hsla(0, 0%, 100%, .51);
  font-size: 9px;
  line-height: 12px;
  font-weight: 100;
}

.icon-bullet {
  margin-right: 18px;
}

.intro-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 200px;
  margin-bottom: 200px;
  -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;
}

.intro-heading {
  font-weight: 700;
}

.design-textcontainer {
  position: relative;
  left: 54px;
  top: 177px;
  right: -99px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 571px;
  margin-right: 35px;
  -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;
}

.image-2 {
  position: absolute;
  top: 55px;
  right: -489px;
}

.div-block-4 {
  display: block;
  width: 50%;
  padding-right: 60px;
  padding-left: 60px;
}

.section-upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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/5b888f644e310c077302f55b_upload-bg2x.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.upload-textcontainer {
  position: static;
  left: 54px;
  top: 177px;
  right: -99px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 571px;
  padding-right: 46px;
  -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;
}

.render-bulletcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.customize-text {
  font-weight: 600;
}

.section-render {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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/5b8891957f0a4a83589e4d4c_render-bg2x.png');
  background-position: 0px 0px;
  background-size: cover;
}

.render-bullet-text {
  margin-top: 0px;
  margin-right: 14px;
  margin-bottom: 0px;
  line-height: 23px;
}

.render-bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-small-bullet {
  margin-right: 4px;
}

.customize-container {
  margin-top: 25px;
  margin-left: 47px;
}

.section-repeat {
  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-image: url('../images/5b889239b9deca39d4542442_repeat-bg2x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.repeat-textcontainer {
  position: static;
  left: 54px;
  top: 177px;
  right: -99px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 571px;
  margin-bottom: 75px;
  -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;
}

.button-gradient {
  height: 35px;
  margin-top: -27px;
  padding-top: 8px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 100px;
  background-color: #10cfa4;
  background-image: -webkit-linear-gradient(180deg, #2fe9c3, #0ff3ff);
  background-image: linear-gradient(270deg, #2fe9c3, #0ff3ff);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-gradient:hover {
  box-shadow: inset 0 0 47px 10px #18f0ee;
}

.button-gradient.cta {
  margin-top: 0px;
}

.testimonial-card {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 352px;
  margin: 0px 10px;
  padding: 31px;
  clear: none;
  -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;
  border-radius: 44px;
  background-image: -webkit-radial-gradient(circle farthest-corner at 0% 0%, #323232, #0f0f0f);
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #323232, #0f0f0f);
}

.testimonial-card.alt-gradient {
  background-image: -webkit-radial-gradient(circle farthest-corner at 100% 0%, #323232, #0f0f0f);
  background-image: radial-gradient(circle farthest-corner at 100% 0%, #323232, #0f0f0f);
}

.arrow-left {
  display: block;
  width: 34%;
  background-image: -webkit-linear-gradient(0deg, #000 23%, transparent);
  background-image: linear-gradient(90deg, #000 23%, transparent);
}

.testimonial-slider {
  height: 352px;
  margin-bottom: 80px;
  background-color: transparent;
}

.arrow-right {
  width: 33%;
  background-image: -webkit-linear-gradient(180deg, #000 23%, transparent);
  background-image: linear-gradient(270deg, #000 23%, transparent);
}

.slide-nav-2 {
  margin-bottom: -80px;
}

.useravatar {
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 100px;
}

.section-testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #202020, #000 52%);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #202020, #000 52%);
}

.div-block-3 {
  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;
}

.testimonial-mask {
  display: block;
  overflow: visible;
  width: 33%;
  margin-right: auto;
  margin-left: auto;
}

.icon-2 {
  display: none;
}

.testimonial-slide {
  padding: 0px 15px;
}

.usersig-name {
  font-weight: 600;
}

.usersig-title {
  font-weight: 100;
}

.testimonial-usercontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-text {
  margin-top: 0px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1.27px;
}

.input-text {
  height: 35px;
  margin-right: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 20px;
  border: 1px solid #2fe9a5;
  border-radius: 100px;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .22);
  font-size: 13px;
}

.input-text::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .42);
}

.input-text:-ms-input-placeholder {
  color: rgba(0, 0, 0, .42);
}

.input-text::placeholder {
  color: rgba(0, 0, 0, .42);
}

.heading {
  color: #2fe9a5;
  font-size: 29px;
  letter-spacing: 5.27px;
  text-transform: uppercase;
}

.section-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -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-image: url('../images/5b89b10085558446207ac688_cta-bg2x.png');
  background-position: 50% 50%;
  background-size: cover;
}

.form-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  padding: 30px;
  -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;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 0 13px 0 hsla(0, 0%, 100%, .36);
}

.cta-paragraph {
  margin-bottom: 50px;
  font-family: 'PT Serif', serif;
  color: #838d8f;
}

.cta-header {
  margin-bottom: 14px;
  color: #000;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 108px 20px 59px;
  background-color: #1c1e21;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

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

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 37px;
  padding-right: 17px;
  padding-left: 17px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social > img {
  margin: 0 .5em;
}

.footer-section-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
  padding-bottom: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid hsla(0, 0%, 100%, .69);
  color: #2ab785;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.footer-link {
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.footer-link:hover {
  padding-left: 3px;
  color: #25b784;
}

.footer-contact-text {
  margin-bottom: 40px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.footer-contact-label {
  color: #25b784;
}

.body {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.row {
  padding-left: 35px;
}

.accent-glow {
  color: #3fe1b5;
  font-weight: 700;
  text-shadow: 1px 1px 30px rgba(29, 241, 122, .72);
}

.step-arrow-hero {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.6;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-weight: 900;
}

.button-gradient-hero {
  height: 35px;
  margin-top: -27px;
  padding-top: 8px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 100px;
  background-color: #10cfa4;
  background-image: -webkit-linear-gradient(180deg, #2fe9c3, #0ff3ff);
  background-image: linear-gradient(270deg, #2fe9c3, #0ff3ff);
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-gradient-hero:hover {
  box-shadow: inset 0 0 47px 10px #18f0ee;
}

.button-gradient-hero.cta {
  margin-top: 0px;
}

.link {
  margin-top: 0px;
  background-image: -webkit-linear-gradient(180deg, #2fe9c3 13%, #0ff3ff 90%);
  background-image: linear-gradient(270deg, #2fe9c3 13%, #0ff3ff 90%);
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.repeat-textcontainer-testimonials {
  position: static;
  left: 54px;
  top: 177px;
  right: -99px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-bottom: 75px;
  -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;
}

@media (max-width: 991px) {
  .navbar {
    padding-right: 0px;
  }
  .nav-link {
    text-align: center;
  }
  .hero-gradient {
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .95), rgba(0, 0, 0, .15) 79%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .95), rgba(0, 0, 0, .15) 79%);
  }
  .home-hero-summary {
    width: 530px;
    padding-left: 0px;
  }
  .home-hero-heading1 {
    padding-left: 0px;
  }
  .nav-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 3px none #2fe9a5;
    background-color: transparent;
    text-align: center;
  }
  .menu-button {
    background-color: #2fe9a5;
  }
  .text-block-16 {
    padding-right: 85px;
    padding-left: 85px;
    line-height: 55px;
    text-align: center;
  }
  .section-logos {
    background-size: 1200px;
  }
  .div-block {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-intro {
    padding-bottom: 150px;
  }
  .intro-textcontainer {
    width: 80%;
  }
  .intro-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intro-heading {
    text-align: center;
  }
  .design-textcontainer {
    position: static;
    left: 5px;
    top: 308px;
    bottom: -16px;
    margin-top: 70px;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-2 {
    position: static;
    left: 0px;
    right: -438px;
    margin-bottom: 40px;
  }
  .div-block-4 {
    width: 80%;
    margin-top: 70px;
  }
  .section-upload {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .upload-textcontainer {
    left: 5px;
    top: 308px;
    bottom: -16px;
    margin-top: 70px;
    padding-right: 0px;
    -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;
  }
  .section-render {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-4 {
    margin-top: 48px;
  }
  .section-repeat {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .repeat-textcontainer {
    left: 5px;
    top: 308px;
    bottom: -16px;
    margin-top: 70px;
  }
  .section-testimonials {
    height: 75vh;
  }
  .testimonial-mask {
    width: 50%;
  }
  .testimonial-text {
    font-size: 25px;
    line-height: 33px;
  }
  .footer {
    padding-top: 50px;
    -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;
  }
  .footer-section {
    width: 500px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 67px;
    padding-left: 67px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .footer-contact-text {
    margin-bottom: 99px;
  }
  .repeat-textcontainer-testimonials {
    left: 5px;
    top: 308px;
    bottom: -16px;
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .home-hero-heading1 {
    font-size: 20px;
  }
  .nav-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
    background-color: transparent;
  }
  .section-hero {
    padding-left: 0px;
    background-color: #000;
    background-image: url('../images/5b8b317537ffb39a48a1f745_Screen-Shot-2018-09-01-at-8.40.00-PM.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .menu-button {
    position: relative;
    z-index: 50;
  }
  .text-block-16 {
    padding-right: 89px;
    padding-left: 89px;
    font-size: 45px;
    line-height: 55px;
  }
  .section-logos {
    height: auto;
    padding-bottom: 43px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .logos-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .logos-logo {
    width: 90px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .step-header {
    margin-top: 25px;
    text-align: left;
  }
  .step-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .step-arrow {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .step-text {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .intro-container {
    margin-top: 100px;
  }
  .design-textcontainer {
    padding-left: 30px;
  }
  .div-block-4 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .upload-textcontainer {
    padding-left: 30px;
  }
  .repeat-textcontainer {
    padding-left: 30px;
  }
  .heading {
    text-align: center;
  }
  .cta-container {
    margin-right: 20px;
    margin-left: 20px;
  }
  .step-arrow-hero {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .repeat-textcontainer-testimonials {
    padding-left: 30px;
  }
}

@media (max-width: 479px) {
  .navbar {
    margin-bottom: 60px;
    padding-right: 5px;
    padding-left: 0px;
  }
  .nav-link {
    margin-right: -1px;
  }
  .home-hero-summary {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .home-button-inverted {
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-hero-heading1 {
    width: 100%;
    padding-left: 3px;
    line-height: 30px;
  }
  .brand {
    width: 130px;
    margin-top: 12px;
    padding-top: 0px;
  }
  .section-hero {
    height: auto;
    padding: 5px 0px 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }
  .text-block-16 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 46px;
    line-height: 50px;
    text-align: center;
  }
  .logos-container {
    overflow: visible;
    width: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .logos-logo {
    width: 75px;
  }
  .steps-heading {
    text-align: center;
  }
  .step-container {
    -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;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .render-bulletcontainer {
    margin-left: 0px;
    -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;
  }
  .customize-container {
    margin-left: 0px;
  }
  .section-repeat {
    background-position: 50% 50%;
  }
  .button-gradient {
    margin-top: -23px;
    margin-bottom: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .button-gradient.cta {
    margin-top: 20px;
    padding: 5px;
  }
  .input-text {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .section-cta {
    height: auto;
    padding-top: 50px;
  }
  .form-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .cta-container {
    margin-right: 4%;
    margin-left: 4%;
  }
  .cta-paragraph {
    text-align: center;
  }
  .cta-header {
    text-align: center;
  }
  .footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-section {
    width: 200px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-social {
    padding-right: 15px;
    padding-left: 15px;
  }
  .button-gradient-hero {
    margin-top: -23px;
    margin-bottom: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .button-gradient-hero.cta {
    margin-top: 20px;
    padding: 5px;
  }
}

