ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.header {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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-gradient(linear, left top, left bottom, from(#161a29), to(#161a29));
  background-image: linear-gradient(180deg, #161a29, #161a29);
  background-position: 0px 0px;
}

.about-text {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: block;
  min-width: 300px;
  margin: 0vh auto;
  font-family: Merriweather, serif;
  color: #8052d8;
  font-size: 30px;
  line-height: 45px;
  text-align: left;
}

.nav-desktop {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 899;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding-right: 187px;
  padding-left: 187px;
  -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-text {
  font-family: Nunito;
  color: #9b9b9b;
  font-size: 18px;
  font-weight: 300;
}

.nav-text:hover {
  color: #f5f5f5;
  font-weight: 600;
}

.left-sidebar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 101;
  display: none;
  width: 100px;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.image-2 {
  width: 125%;
  max-width: 200%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.about {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 25vh;
  padding-bottom: 25vh;
  -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/hello-bg.svg'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../images/hello-bg.svg'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.portfolio {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40vh;
  padding-bottom: 40vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('../images/portfolio-bg.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.work-screenshot {
  position: relative;
  z-index: 20;
  width: 60%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.work-screenshot.right {
  margin-bottom: 145px;
  margin-left: 20%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.work-screenshot.right:hover {
  -webkit-filter: none;
  filter: none;
}

.work-screenshot.left {
  margin-right: 20%;
}

.iphone-screenshot-right {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 21;
  width: 40%;
  margin-bottom: 15px;
}

.work-description {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 250px;
  -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: rgba(128, 82, 216, .9);
  background-image: none;
  box-shadow: 1px 1px 10px 0 #000;
}

.work-description.wd-right {
  left: auto;
  top: 0px;
  right: 0px;
  z-index: 21;
  background-image: none;
}

.work-description.wd-left {
  z-index: 21;
  background-image: none;
  -webkit-perspective: 1100px;
  perspective: 1100px;
}

.work-description.wd-left:hover {
  -webkit-filter: none;
  filter: none;
}

.text-block-6 {
  padding-bottom: 20px;
  font-family: Merriweather, serif;
  color: #f5f5f5;
  font-size: 25px;
}

.text-block-7 {
  font-family: Nunito;
  color: #f5f5f5;
  font-weight: 200;
}

.iphone-screenshot-left {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 21;
  width: 40%;
  margin-bottom: 15px;
}

.contact {
  position: relative;
  display: block;
  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: none;
}

.form-text-field {
  margin-top: 10px;
  margin-bottom: 35px;
  border-style: none none solid;
  border-width: 2px;
  border-color: #8052d8;
}

.submit-button {
  margin: 3px;
  border-radius: 5px;
  background-color: #8052d8;
}

.submit-button:hover {
  border: 1px solid #8052d8;
  background-color: #fff;
  color: #8052d8;
}

.contact-right-div {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  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-color: #fff;
}

.contact-left-div {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  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-color: #8052d8;
}

.form-block {
  position: relative;
  z-index: 4;
  width: 80%;
  padding: 10px;
}

.text-block-8 {
  position: relative;
  z-index: 20;
  width: 60%;
  margin-left: 0px;
  font-family: Merriweather, serif;
  color: #f5f5f5;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
}

.side-nav {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 50vh;
  max-width: 200px;
  padding-top: 40px;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  text-align: right;
}

.footer {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 170px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.side-nav-text {
  font-family: Nunito;
  color: #797979;
}

.side-nav-text:hover {
  color: #f5f5f5;
}

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

.header-logo {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 20;
  width: 172px;
  margin-top: 10px;
  margin-left: 15px;
}

.text-block-13 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #8052d8;
  text-align: center;
}

.link-block {
  width: 100%;
}

.link-block.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  -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;
}

.body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#161a29), to(#161a29));
  background-image: linear-gradient(180deg, #161a29, #161a29);
}

.services {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40vh;
  padding-bottom: 40vh;
  -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-image: url('../images/services-bg.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.services-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.service-card {
  position: relative;
  height: 500px;
  margin: 5px 10px 25px;
  -webkit-box-flex: 5;
  -webkit-flex: 5 45%;
  -ms-flex: 5 45%;
  flex: 5 45%;
}

.service-card.web-design {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  background-image: url('../images/web-design.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-card.graphic-design {
  background-image: url('../images/graphic-design.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-card.marketing {
  background-image: url('../images/marketing.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-card.hosting {
  background-image: url('../images/hosting.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-card.it {
  background-image: url('../images/IT.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-card.ecommerce {
  background-image: url('../images/ecommerce.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-card.cms {
  background-image: url('../images/CMS.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-card-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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-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-gradient(linear, left top, left bottom, from(rgba(22, 26, 41, .9)), to(rgba(22, 26, 41, .9)));
  background-image: linear-gradient(180deg, rgba(22, 26, 41, .9), rgba(22, 26, 41, .9));
}

.service-title {
  padding-top: 35px;
  padding-bottom: 35px;
  font-family: Merriweather, serif;
  color: #f5f5f5;
  font-size: 38px;
  line-height: 35px;
  font-weight: 200;
  text-align: center;
}

.service-info {
  width: 80%;
  font-family: Nunito;
  color: #f5f5f5;
  font-size: 18px;
  line-height: 26px;
  font-weight: 100;
  text-align: center;
}

.nav-menu {
  display: none;
}

.text-block-9 {
  position: relative;
  z-index: 20;
  width: 60%;
  margin-left: 80px;
  font-family: Merriweather, serif;
  color: #f5f5f5;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
}

.services-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40vh;
  padding-bottom: 40vh;
  -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-image: url('../images/services-bg.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.services-container-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.portfolio-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40vh;
  padding-bottom: 40vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('../images/portfolio-bg.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.work-description-mobile {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 200px;
  -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: rgba(128, 82, 216, .9);
  background-image: none;
  box-shadow: 1px 1px 10px 0 #000;
}

.work-description-mobile.wd-right {
  left: auto;
  top: 0px;
  right: 0px;
  z-index: 21;
  background-image: none;
}

.work-description-mobile.wd-left {
  z-index: 21;
  background-image: none;
  -webkit-perspective: 1100px;
  perspective: 1100px;
}

.work-screenshot-mobile {
  position: relative;
  z-index: 20;
  width: 60%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.work-screenshot-mobile.right {
  margin-bottom: 145px;
  margin-left: 20%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.work-screenshot-mobile.left {
  margin-right: 20%;
}

.iphone-screenshot-mobile {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 21;
  width: 40%;
  margin-bottom: 15px;
}

.portfolio-link {
  margin-top: 35px;
  padding: 8px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  font-family: Nunito;
  color: #f5f5f5;
  text-decoration: none;
}

.div-block {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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: #8052d8;
}

.image-7 {
  width: 70%;
}

.image-8 {
  width: 200px;
}

.header-text {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: block;
  width: 70%;
  min-width: 300px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-family: Merriweather, serif;
  color: #333;
  font-size: 34px;
  line-height: 45px;
  text-align: left;
}

.social-link {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  background-image: url('../images/twitter-icon-white.svg');
  background-position: 0px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #fff;
  font-size: 15px;
  line-height: 0px;
  text-decoration: none;
}

.social-link:hover {
  opacity: 1;
}

.extra-option-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-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;
  color: rgba(0, 0, 0, .35);
  font-size: 1.1em;
}

.next-button {
  padding: 15px 20px;
  -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;
  border-radius: 5px;
  background-color: #8052d8;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 20px;
}

.next-button:hover {
  background-color: #6226d4;
}

.form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 34px;
  margin-bottom: 34px;
  -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;
}

.form-content.final {
  margin-top: -20px;
}

.form-content._1 {
  display: block;
}

.collaborate-form-step {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 500px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding: 100px 0px 75px;
  -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-bottom: 1px solid rgba(0, 0, 0, .1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: transparent;
  text-align: center;
}

.form-wrapper {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(0, 0, 0, .15);
  border-radius: 25px;
  background-color: #f5f5f5;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, .3);
}

.field {
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 15px 25px;
  border: 2px solid #cbced2;
  border-radius: 10px;
  background-color: rgba(225, 228, 233, .25);
  -webkit-transition: border 200ms ease-in;
  transition: border 200ms ease-in;
  color: #6c33da;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
  text-align: left;
}

.field:focus {
  border-color: #6c33da;
  font-weight: 600;
}

.field.area {
  height: 150px;
  max-height: 150px;
  min-height: 150px;
}

.field.area.big {
  height: 300px;
  max-height: 600px;
}

.step-paginator {
  position: relative;
  height: 100%;
  background-color: transparent;
}

.social {
  margin-top: 150px;
  padding-bottom: 50px;
  text-align: center;
}

.submit-button-2 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 60%;
  height: auto;
  margin: 40px auto 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #8052d8;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  font-family: Nunito;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 1px;
}

.submit-button-2:hover {
  background-color: #9fc200;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
}

.step {
  position: static;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
  background-color: transparent;
}

.step-counter {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 25px;
  color: rgba(0, 0, 0, .35);
}

.checkbox-active-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: auto;
  margin: -2px;
  border: 2px solid #6c33da;
  border-radius: 10px;
  background-color: #edeff0;
  background-image: url('../images/checked.png');
  background-position: 20px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0;
}

.checkbox-active-overlay.square-overlay {
  border-radius: 5px;
  background-position: 50% 50%;
  background-size: 20px;
}

.form-section-title {
  width: 100%;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2.2em;
  line-height: 1.5em;
  font-weight: 600;
  text-align: center;
}

.sub-heading {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  font-family: Nunito;
  color: hsla(0, 0%, 100%, .8);
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.checkbox-ticker {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.checkbox-label {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 55px;
  -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;
  opacity: 0.45;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  line-height: 1em;
  text-align: right;
  letter-spacing: 0px;
  text-transform: none;
}

.checkbox-label.no-label {
  padding-right: 0px;
  padding-left: 0px;
}

.next {
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: auto;
  height: 47px;
  max-width: 159px;
  margin: auto auto 25px;
  -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;
}

.previous {
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 35px;
  max-width: 100px;
  margin: auto auto 30px 30px;
  -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;
}

.collaborate-wrap {
  position: relative;
  z-index: 5;
  min-height: 100vh;
  padding-bottom: 0px;
  background-image: none;
}

.success-message {
  padding: 50px;
  border-radius: 20px;
  background-color: #3cd3ad;
  background-image: linear-gradient(135deg, #3cd3ad, #4cb8c4);
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 1px;
}

.error-message {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #eb4d8c;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  line-height: 1.3em;
  font-weight: 500;
}

.checkbox-wrapper {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 60px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-left: 0px;
  border: 2px solid #cbced2;
  border-radius: 10px;
  background-color: rgba(225, 228, 233, .25);
  background-image: url('../images/unchecked.png');
  background-position: 20px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in;
}

.checkbox-wrapper:hover {
  border-color: rgba(0, 0, 0, .3);
}

.checkbox-wrapper:active {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.checkbox-wrapper.checkbox-square {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-position: 50% 50%;
  background-size: 20px;
}

.form-title-line {
  display: block;
  width: 25px;
  height: 4px;
  margin: 25px auto;
  border-radius: 3px;
  background-color: #000;
}

.hero-collaborate {
  padding-top: 5vh;
  padding-bottom: 100px;
  color: #fff;
  text-align: center;
}

.previous-button {
  padding: 5px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px dashed rgba(0, 0, 0, .4);
  opacity: 0.35;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #000;
  font-size: 16px;
  text-indent: -2px;
}

.previous-button:hover {
  border-bottom-color: rgba(0, 0, 0, .55);
  opacity: 1;
}

.bold-text {
  display: inline-block;
}

.text-block-14 {
  position: relative;
  z-index: 5;
  font-family: Montserrat, sans-serif;
  color: #f5f5f5;
  font-size: 5vw;
  line-height: 6vw;
  font-weight: 600;
}

.text-span {
  color: #9fc200;
}

.numbers-div {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100vh;
}

.number {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
  margin-bottom: 6%;
  margin-left: 6%;
  font-family: Merriweather, serif;
  color: #8052d8;
  font-size: 220px;
  line-height: 160px;
  font-weight: 900;
}

.number-20 {
  position: fixed;
  top: 25vh;
  right: 0vw;
  bottom: 0px;
  z-index: 0;
  margin-bottom: 6%;
  margin-left: 6%;
  font-family: Exo, sans-serif;
  color: hsla(0, 0%, 96%, .13);
  font-size: 40vw;
  line-height: 160px;
}

.number-5 {
  position: absolute;
  right: 10vw;
  bottom: 0px;
  z-index: 0;
  margin-bottom: 6%;
  margin-left: 6%;
  font-family: Nunito;
  color: #9fc200;
  font-size: 150px;
  line-height: 160px;
  font-weight: 200;
}

.header-text-div {
  position: relative;
  z-index: 5;
  width: 60%;
  margin-right: 10%;
}

.div-block-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100vh;
}

.logo-link {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
}

.color-div {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 70%;
  height: 38px;
  margin-bottom: 1vw;
  margin-left: -25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9fc200), to(#9fc200));
  background-image: linear-gradient(180deg, #9fc200, #9fc200);
}

.text-span-2 {
  font-size: 6vw;
  font-weight: 800;
}

.numbers-div-mobile {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100vh;
}

.field-label {
  text-align: left;
}

.text-block-15 {
  margin-top: 40px;
  margin-right: 31%;
  padding-top: 0px;
  float: right;
  font-family: Merriweather, serif;
  color: #8052d8;
  font-size: 34px;
  font-weight: 400;
}

.div-block-3 {
  width: 70%;
}

.bullets {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.body-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#161a29), to(#161a29));
  background-image: linear-gradient(180deg, #161a29, #161a29);
}

.logo-link-fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.unordered-list {
  font-family: Merriweather, serif;
  text-align: left;
  list-style-type: disc;
}

.field-label-2 {
  text-align: left;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.radio-button-label {
  margin-left: 10px;
  font-family: Nunito;
  color: #000;
  font-size: 19px;
}

.image-10 {
  width: 50%;
}

.container {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #8052d8;
}

.form-2 {
  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-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;
}

.form-heading {
  margin-top: 90px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.form-checkbox {
  margin-bottom: 10px;
  margin-left: 5%;
}

.form-block-2 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.field-label-3 {
  font-family: Nunito;
  font-size: 16px;
}

.text-field {
  height: 50px;
  margin-bottom: 25px;
  border: 1px solid #8052d8;
  border-radius: 10px;
  font-family: Merriweather, serif;
}

.textarea {
  border: 1px solid #8052d8;
  border-radius: 10px;
  font-family: Merriweather, serif;
}

.textarea.big {
  min-height: 180px;
}

.textarea.medium {
  min-height: 100px;
}

.checkbox-label-2 {
  font-family: Nunito;
  color: #000;
}

.price-heading {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-align: center;
}

.pricing-heading {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.text-block-16 {
  font-family: Nunito;
  font-size: 20px;
}

.success-message-2 {
  margin-top: 45px;
  margin-bottom: 45px;
  background-color: #fff;
}

.text-block-17 {
  font-family: Inconsolata, monospace;
  color: red;
  font-size: 18px;
}

.error-message-2 {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px;
  border: 3px solid red;
  background-color: transparent;
}

.image-11 {
  display: block;
  width: 60%;
  margin: 35px auto;
}

.div-block-7 {
  display: block;
  width: 80%;
  height: 1px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  background-color: #8052d8;
}

.div-block-8 {
  width: 100%;
  height: 50px;
}

.questionaire-info {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Merriweather, serif;
  text-align: center;
}

.submit-button-3 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 60%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 50px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #f5f5f5;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  font-family: Nunito;
  color: #8052d8;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.submit-button-3:hover {
  background-color: #8052d8;
  box-shadow: 6px 0 20px 0 rgba(0, 0, 0, .6);
  color: #f5f5f5;
}

.submit-button-3-mobile {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 60%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 50px;
  margin-left: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #f5f5f5;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  font-family: Nunito;
  color: #8052d8;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.submit-button-3-mobile:hover {
  background-color: #8052d8;
  box-shadow: 6px 0 20px 0 rgba(0, 0, 0, .6);
  color: #f5f5f5;
}

html.w-mod-js *[data-ix="show-content-onslide"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

@media (max-width: 991px) {
  .header {
    -webkit-filter: none;
    filter: none;
  }
  .about-text {
    color: #8052d8;
    font-size: 25px;
    line-height: 40px;
  }
  .portfolio {
    background-position: 50% 0px;
  }
  .work-screenshot.right {
    width: 70%;
    margin-left: 10%;
  }
  .work-screenshot.left {
    width: 70%;
    margin-right: 10%;
  }
  .iphone-screenshot-right {
    width: 50%;
  }
  .iphone-screenshot-left {
    width: 50%;
  }
  .contact {
    -webkit-filter: none;
    filter: none;
  }
  .text-block-8 {
    margin-left: 0px;
    font-size: 20px;
    line-height: 35px;
  }
  .services {
    padding-bottom: 20vh;
  }
  .services-container {
    display: block;
  }
  .nav-mobile {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    -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-gradient(linear, left top, left bottom, from(#161a29), to(#161a29));
    background-image: linear-gradient(180deg, #161a29, #161a29);
    box-shadow: 1px 1px 22px 0 #333;
  }
  .burger-line {
    width: 40px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
    background-color: #9fc200;
  }
  .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    -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-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1001;
    display: 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;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#161a29), to(#161a29));
    background-image: linear-gradient(180deg, #161a29, #161a29);
  }
  .nav-menu-links {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Exo, sans-serif;
    color: #f5f5f5;
    font-size: 38px;
    line-height: 36px;
    font-weight: 200;
    text-decoration: none;
  }
  .image-6 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .link-block-3 {
    width: 70%;
  }
  .link-block-3.w--current {
    min-width: 300px;
  }
  .text-block-9 {
    margin-left: 0px;
    font-size: 20px;
    line-height: 35px;
  }
  .services-mobile {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0vh;
    padding-bottom: 20vh;
    -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: none;
  }
  .services-container-mobile {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .portfolio-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0vh;
    padding-bottom: 0vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: none;
  }
  .work-description-mobile {
    position: relative;
    width: 100%;
    height: 260px;
    box-shadow: none;
  }
  .work-screenshot-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 98%;
    -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;
  }
  .work-screenshot-mobile.right {
    width: 70%;
    margin-left: 10%;
  }
  .work-screenshot-mobile.left {
    width: 70%;
    margin-right: 10%;
  }
  .iphone-screenshot-mobile {
    position: relative;
    display: block;
    width: 50%;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
  }
  .header-text {
    color: #8052d8;
    font-size: 25px;
    line-height: 40px;
  }
  .extra-option-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 0.9em;
    line-height: 1.1em;
    text-align: left;
  }
  .collaborate-form-step {
    min-height: 565px;
  }
  .sub-heading {
    font-size: 1.3em;
    line-height: 1.5em;
  }
  .checkbox-label {
    padding-left: 60px;
    font-size: 1em;
  }
  .heading {
    font-size: 2.7em;
    line-height: 1.2em;
  }
  .checkbox-wrapper {
    width: 80%;
    height: 50px;
  }
  .text-block-14 {
    font-size: 8vw;
    line-height: 7vw;
  }
  .header-text-div {
    width: 80%;
    line-height: 50px;
  }
  .text-span-2 {
    font-size: 11vw;
    line-height: 12vw;
  }
  .image-9 {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 99;
    width: 25%;
    margin-top: 5px;
    margin-right: 5%;
  }
  .text-block-15 {
    font-size: 25px;
  }
  .div-block-5 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .form-block-2 {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .about-text {
    font-size: 20px;
    line-height: 31px;
  }
  .work-screenshot.right {
    width: 80%;
  }
  .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-right-div {
    position: relative;
    width: 100%;
    height: auto;
  }
  .header-logo {
    width: 80%;
  }
  .services-container {
    width: 100%;
  }
  .burger {
    cursor: pointer;
  }
  .text-block-9 {
    margin-top: 30px;
    padding-bottom: 30px;
    color: #8052d8;
  }
  .services-container-mobile {
    width: 100%;
  }
  .work-screenshot-mobile.right {
    width: 80%;
  }
  .header-text {
    line-height: 35px;
  }
  .extra-option-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-content {
    width: 90%;
  }
  .sub-heading {
    width: 100%;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .checkbox-label {
    font-size: 1.1em;
    line-height: 1.2em;
  }
  .collaborate-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading {
    font-size: 2.2em;
    line-height: 1.4em;
  }
  .hero-collaborate {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .text-block-14 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .number {
    font-size: 120px;
  }
  .header-text-div {
    width: 90%;
    margin-right: 0%;
    margin-left: 4px;
  }
  .color-div {
    margin-left: -15px;
  }
  .text-span-2 {
    font-size: 11vw;
    line-height: 11vw;
  }
  .image-9 {
    width: 25%;
  }
  .bullets {
    text-align: left;
  }
  .div-block-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-6 {
    width: 95%;
    min-width: 300px;
    margin-bottom: 10px;
  }
  .image-11 {
    width: 40%;
  }
  .submit-button-3-mobile {
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    background-color: #8052d8;
    color: #fff;
    text-align: center;
  }
  .submit-button-3-mobile:hover {
    box-shadow: none;
  }
  .submit-button-3-mobile:active {
    box-shadow: 6px 0 20px 0 rgba(0, 0, 0, .6);
  }
  .button {
    margin-bottom: 60px;
    border-radius: 10px;
    background-color: #8052d8;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .3);
  }
}

@media (max-width: 479px) {
  .about-text {
    min-width: 250px;
    font-size: 17px;
    line-height: 28px;
  }
  .work-screenshot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 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;
  }
  .work-screenshot.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -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;
  }
  .iphone-screenshot-right {
    position: relative;
    display: block;
    width: 90%;
  }
  .work-description {
    position: relative;
    width: 100%;
  }
  .work-description.wd-left {
    position: relative;
  }
  .iphone-screenshot-left {
    position: relative;
    display: block;
    width: 90%;
  }
  .contact-right-div {
    width: 100%;
  }
  .nav-menu {
    display: none;
  }
  .text-block-9 {
    width: 80%;
  }
  .work-description-mobile {
    position: relative;
    width: 100%;
  }
  .work-description-mobile.wd-left {
    position: relative;
  }
  .work-screenshot-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 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;
  }
  .work-screenshot-mobile.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -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;
  }
  .iphone-screenshot-mobile {
    position: relative;
    display: block;
    width: 90%;
  }
  .header-text {
    min-width: 250px;
    font-size: 18px;
    line-height: 25px;
  }
  .extra-option-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-content {
    width: 100%;
  }
  .collaborate-form-step {
    width: 100%;
    min-height: 555px;
    margin-bottom: 140px;
    padding: 50px 10px;
  }
  .mask {
    position: static;
    height: 100%;
  }
  .form-wrapper {
    padding: 0px;
  }
  .step-paginator {
    height: auto;
    padding-bottom: 0px;
  }
  .submit-button-2 {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: 40px;
  }
  .checkbox-active-overlay {
    background-position: 10px 50%;
    background-size: 20px;
  }
  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }
  .sub-heading {
    font-size: 1em;
    line-height: 1.4em;
  }
  .checkbox-label {
    padding-right: 20px;
    padding-left: 40px;
    font-size: 1em;
  }
  .col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .next {
    margin-bottom: 50px;
  }
  .previous {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .collaborate-wrap {
    padding-right: 5px;
    padding-left: 5px;
  }
  .heading {
    margin-bottom: 14px;
    font-size: 1.9em;
  }
  .checkbox-wrapper {
    height: 40px;
    margin-bottom: 15px;
    background-position: 10px 50%;
    background-size: 20px;
  }
  .hero-collaborate {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-block-14 {
    font-size: 11vw;
    line-height: 11vw;
  }
  .number {
    margin-bottom: 0%;
    margin-left: 0%;
  }
  .text-span-2 {
    font-size: 14vw;
    line-height: 17vw;
  }
  .image-9 {
    width: 40%;
  }
  .text-block-15 {
    margin-top: 5px;
    margin-right: 20%;
    font-size: 18px;
    line-height: 60px;
  }
  .div-block-3 {
    display: block;
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .image-10 {
    width: 80%;
  }
  .form-heading {
    line-height: 34px;
  }
  .form-block-2 {
    width: 95%;
  }
  .submit-button-3 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: -85px;
  }
  .submit-button-3-mobile {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: -85px;
  }
  .button {
    border-radius: 10px;
    background-color: #8052d8;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .3);
  }
}

