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

h4 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.hero-section {
  height: auto;
  min-height: 750px;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #fff;
  background-image: url('../images/2.png'), url('../images/Shape1.png'), linear-gradient(27deg, #ce5944, #f7972f);
  background-position: 50% 100%, 100% 0%, 0px 0px;
  background-size: cover, cover, auto;
  background-repeat: no-repeat, no-repeat, repeat;
  background-attachment: scroll, fixed, scroll;
}

.shape1 {
  position: absolute;
  left: auto;
  top: 23%;
  right: 10%;
  bottom: 0%;
  z-index: 0;
  width: 300px;
  height: 300px;
  border-radius: 360px;
  background-color: #ce5944;
  opacity: 0.16;
}

.shape1.left {
  left: 11%;
  top: auto;
  right: auto;
  bottom: 20%;
  z-index: 0;
  background-color: #f7972f;
}

.shape2 {
  position: absolute;
  left: 10%;
  top: auto;
  right: auto;
  bottom: 6%;
  z-index: 0;
  width: 300px;
  height: 300px;
  border-radius: 360px;
  background-color: #f7972f;
  opacity: 0.16;
}

.shape3 {
  position: absolute;
  left: auto;
  top: 23%;
  right: 21%;
  bottom: 0%;
  z-index: 0;
  width: 300px;
  height: 300px;
  border-radius: 30px;
  background-color: #ce5944;
  opacity: 0.18;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-left: 11%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.hero-content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  max-width: 600px;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.illustration {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 0px;
  padding-left: 60px;
  -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;
}

.illustration.mob {
  display: none;
}

.ill-img {
  position: relative;
  z-index: 1;
  width: 600px;
  -webkit-transform: translate(-133px, 0px);
  -ms-transform: translate(-133px, 0px);
  transform: translate(-133px, 0px);
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.container-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 25px 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;
}

.logo-img {
  width: 200px;
}

.logo-img.fixed {
  width: 150px;
}

.heading-hero {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 2.4em;
  line-height: 105%;
  font-weight: 600;
}

.subtitle-hero {
  opacity: 0.79;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

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

.nav-link {
  margin-right: 15px;
  margin-left: 15px;
  padding: 3px 0px 5px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 350ms cubic-bezier(.55, .085, .68, .53);
  transition: all 350ms cubic-bezier(.55, .085, .68, .53);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.nav-link:hover {
  border-bottom: 2px solid #739d2f;
}

.nav-link.b {
  color: #ce5944;
}

.nav-link.b:hover {
  border-bottom-color: #acc820;
}

.button {
  padding: 18px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #acc820;
  border-radius: 20px;
  background-color: #739d2f;
  background-image: -webkit-gradient(linear, left top, right top, from(#acc820), to(#739d2f));
  background-image: linear-gradient(90deg, #acc820, #739d2f);
  -webkit-transition: all 350ms cubic-bezier(.55, .085, .68, .53);
  transition: all 350ms cubic-bezier(.55, .085, .68, .53);
  font-size: 13px;
  font-weight: 700;
}

.button:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.46);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.button.ghost {
  margin-left: 10px;
  border-color: #fff;
  background-color: transparent;
  background-image: none;
}

.section {
  padding: 100px 10%;
  background-color: #f7972f;
  background-image: url('../images/bottom.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section.r {
  margin-top: 0px;
  padding-top: 115px;
  padding-bottom: 50px;
  background-color: #f7972f;
  background-image: url('../images/orange.png'), url('../images/22.png'), -webkit-gradient(linear, left top, left bottom, from(#ce5944), to(#f7972f));
  background-image: url('../images/orange.png'), url('../images/22.png'), linear-gradient(180deg, #ce5944, #f7972f);
  background-position: 0px 0px, 50% 0%, 0px 0px;
  background-size: 125px, contain, auto;
  background-repeat: repeat-y, repeat-x, repeat;
  background-attachment: fixed, scroll, scroll;
}

.section.r.g {
  background-color: #739d2f;
  background-image: url('../images/22.png'), -webkit-gradient(linear, left top, left bottom, from(#739d2f), to(#acc820));
  background-image: url('../images/22.png'), linear-gradient(180deg, #739d2f, #acc820);
  background-position: 50% 0%, 0px 0px;
  background-size: contain, auto;
  background-repeat: repeat-x, repeat;
  background-attachment: scroll, scroll;
}

.section.r.nr {
  padding-right: 0%;
  background-image: url('../images/256.png'), url('../images/orange.png'), url('../images/22.png'), -webkit-gradient(linear, left top, left bottom, from(#ce5944), to(#f7972f));
  background-image: url('../images/256.png'), url('../images/orange.png'), url('../images/22.png'), linear-gradient(180deg, #ce5944, #f7972f);
  background-position: 84% 0%, 0px 0px, 50% 0%, 0px 0px;
  background-size: 200px, 125px, contain, auto;
  background-repeat: no-repeat, repeat-y, repeat-x, repeat;
  background-attachment: scroll, fixed, scroll, scroll;
}

.section.dark {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ce5944;
  background-image: url('../images/orange.png'), url('../images/2-r1.png'), url('../images/32.png');
  background-position: 0px 0px, 50% 0%, 100% 50%;
  background-size: 125px, cover, 125px;
  background-repeat: repeat-y, no-repeat, repeat-y;
  background-attachment: fixed, scroll, fixed;
}

.section.l {
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 90px;
  background-image: url('../images/orange.png'), url('../images/bottom.png');
  background-position: 0px 0px, 50% 100%;
  background-size: 125px, contain;
  background-repeat: repeat-y, no-repeat;
  background-attachment: fixed, scroll;
}

.section.l.nl {
  padding-left: 0%;
  background-image: url('../images/orange.png'), url('../images/orange.png'), url('../images/bottom.png');
  background-position: 25% 0%, 0px 0px, 50% 100%;
  background-size: 200px, 125px, contain;
  background-repeat: no-repeat, repeat-y, no-repeat;
  background-attachment: scroll, fixed, scroll;
}

.section.g {
  padding-top: 75px;
  padding-bottom: 50px;
  background-color: #acc820;
  background-image: url('../images/orange.png'), url('../images/22.png'), -webkit-gradient(linear, left top, left bottom, from(#739d2f), to(#acc820));
  background-image: url('../images/orange.png'), url('../images/22.png'), linear-gradient(180deg, #739d2f, #acc820);
  background-position: 0px 0px, 50% 0%, 0px 0px;
  background-size: 125px, contain, auto;
  background-repeat: repeat-y, repeat-x, repeat;
  background-attachment: fixed, scroll, scroll;
}

.section.g.t {
  padding-top: 0px;
  padding-bottom: 100px;
  background-image: url('../images/orange.png'), url('../images/bottom.png');
  background-position: 0px 0px, 50% 100%;
  background-size: 125px, contain;
  background-repeat: repeat-y, no-repeat;
  background-attachment: fixed, fixed;
}

.section.g._22 {
  padding-top: 0px;
  padding-bottom: 100px;
  background-image: url('../images/orange.png'), url('../images/bottom.png');
  background-position: 0px 0px, 50% 100%;
  background-size: 125px, contain;
  background-repeat: repeat-y, no-repeat;
  background-attachment: fixed, scroll;
}

.section.w {
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  background-image: url('../images/32.png');
  background-position: 50% 50%;
  background-size: 125px;
}

.section.w.nl {
  padding-right: 10%;
  padding-left: 0%;
  background-image: url('../images/256.png');
  background-position: 29% 0%;
  background-size: auto;
}

.section.w.roadmap {
  background-image: url('../images/334.png');
  background-size: auto;
  background-repeat: repeat-x;
}

.section.np {
  background-image: none;
}

.wrapper {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.center {
  -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;
}

.wrapper.center.f {
  margin-top: 15px;
  padding-top: 20px;
  padding-bottom: 25px;
  background-color: #f5f5f5;
}

.wrapper.center.smallfooter {
  margin-top: 15px;
  padding-top: 20px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f5f5f5;
}

.wrapper.topmargin {
  margin-top: 40px;
}

.textbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-right: 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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.textbox.rev {
  width: 40%;
  padding-right: 0px;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.textbox.roadmap {
  width: 100%;
}

.imagebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.imagebox.rev {
  position: relative;
  min-height: 350px;
  padding-top: 51px;
  padding-right: 60px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 2.5em;
  line-height: 105%;
  font-weight: 600;
}

.section-heading.center {
  text-align: center;
}

.section-heading.center.wh {
  color: #fff;
}

.section-heading.center._1 {
  color: #ce5944;
}

.section-heading.d {
  color: #ce5944;
}

.paragraph {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
}

.paragraph.transparent {
  opacity: 0.74;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
}

.paragraph.transparent.d {
  color: #000;
}

.img {
  width: 70%;
  border-radius: 20px;
}

.roadmap-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.q-wrapper {
  width: 18%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  border-radius: 7px;
  background-color: #ce5944;
  color: #fff;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ce5944;
}

.date-wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.image {
  width: 20px;
  margin-right: 5px;
}

.team-wrapper {
  width: 15%;
  min-width: 175px;
  margin: 10px;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
}

.team-image {
  height: 133px;
  background-image: url('../images/team-member-xx.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.team-image.zokki {
  height: 133px;
  background-image: url('../images/zokki_rehar.jpg');
  background-size: cover;
}

.team-image.igor {
  height: 133px;
  background-image: url('../images/igor_sinkovec.jpg');
  background-size: cover;
}

.team-image.mladen {
  height: 133px;
  background-image: url('../images/mladen_babic.jpg');
  background-size: cover;
}

.team-image._1 {
  background-image: url('../images/t1.jpg');
  background-size: cover;
}

.team-image._2 {
  background-image: url('../images/tilen-cuk-juiice.jpg');
  background-size: cover;
}

.team-image._3 {
  background-image: url('../images/t3.jpg');
  background-size: cover;
}

.team-image._4 {
  background-image: url('../images/t4.jpg');
  background-size: cover;
}

.team-image._5 {
  background-image: url('../images/sanja-tomic.jpg');
  background-size: cover;
}

.team-image._6 {
  background-image: url('../images/robert-gazvoda.jpg');
  background-size: cover;
}

.team-image._7 {
  background-image: url('../images/silvo-fortuna.jpg');
  background-size: cover;
}

.team-image._8 {
  background-image: url('../images/roel-de-leeuw.jpg');
  background-size: cover;
}

.team-image._9 {
  background-image: url('../images/vivian-cheang.jpg');
  background-size: cover;
}
.team-image._10 {
  background-image: url('../images/nikola-korbar-small.jpg');
  background-size: cover;
}
.team-image._11 {
  background-image: url('../images/anze-zurbi.jpg');
  background-size: cover;
}
.team-image._12 {
  background-image: url('../images/daryl-naidoo.jpg');
  background-size: cover;
}
.team-image._13 {
  background-image: url('../images/mallikarjuna-naidu.jpg');
  background-size: cover;
}
.team-image._14 {
  background-image: url('../images/anurag-singh-small.jpg');
  background-size: cover;
}
.team-image._15 {
  background-image: url('../images/gopal-gupta-fluper.jpg');
  background-size: cover;
}
.team-image._16 {
  background-image: url('../images/himanshu-yadav-small.jpg');
  background-size: cover;
}
.wr-t {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 14px;
  font-weight: 700;
}

.sm-wr {
  width: 15px;
  height: 15px;
  max-height: 15px;
  min-height: 15px;
  min-width: 15px;
}

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

.team-container.logos {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-block {
  margin-right: 10px;
  margin-left: 10px;
}

.thin {
  font-weight: 500;
}

.logo-partner {
  height: 55px;
  margin: 40px;
}

.sign-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-field {
  height: 60px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding-right: 27px;
  padding-left: 27px;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.text-field:hover {
  background-color: hsla(0, 0%, 100%, 0.92);
}

.text-field:focus {
  border-color: #acc820;
}

.hs {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
}

.footer-section {
  padding-top: 25px;
  padding-bottom: 0px;
}

.sm-wrapper {
  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;
}

.sm-wrapper.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.logo-footer {
  width: 130px;
  margin-bottom: 20px;
}

.navbarfixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  background-color: #fff;
  opacity: 0;
}

.roadmap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.roadmap-w1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  -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;
  color: #000;
}

.roadmap-w1.r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.quarter {
  width: 40%;
  color: #ce5944;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.quarter.r {
  width: 42.5%;
  text-align: right;
}

.quarter.l {
  width: 42.5%;
  color: #739d2f;
  text-align: left;
}

.quarter.rred {
  width: 42.5%;
  text-align: right;
}

.quarter.lred {
  width: 42.5%;
  text-align: left;
}

.quarter.rgreen {
  width: 42.5%;
  color: #739d2f;
  text-align: right;
}

.quarter.lgreen {
  width: 42.5%;
  color: #739d2f;
  text-align: left;
}

.seperator {
  margin-right: 15px;
  margin-left: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.orange-r {
  width: 15px;
  height: 15px;
  border-radius: 360px;
  background-color: #ce5944;
}

.orange-r.l {
  background-color: #f7972f;
  -webkit-transform: translate(5px, -5px);
  -ms-transform: translate(5px, -5px);
  transform: translate(5px, -5px);
}

.member-name {
  color: #ce5944;
  font-size: 18px;
  line-height: 24px;
}

.img-mob-hero {
  position: relative;
  z-index: 2;
  width: 188px;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.terms-link {
  margin-top: 10px;
  color: #000;
  text-decoration: none;
}

.terms-link:hover {
  text-decoration: underline;
}

.img-1 {
  position: static;
  left: 8%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 200px;
  height: 200px;
  max-height: 200px;
  max-width: 200px;
  min-height: 200px;
  min-width: 200px;
  border-radius: 360px;
  background-image: url('../images/Pisa2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-1._1 {
  background-image: url('../images/DIY.jpg');
  background-position: 94% 100%;
  background-size: cover;
}

.img-1._2 {
  background-image: url('../images/Cooking.jpg');
  background-size: cover;
}

.img-2 {
  position: static;
  left: auto;
  top: 0%;
  right: 11%;
  bottom: auto;
  width: 250px;
  height: 250px;
  max-height: 250px;
  max-width: 250px;
  min-height: 250px;
  min-width: 250px;
  border-radius: 360px;
  background-image: url('../images/5.jpg');
  background-position: 21% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-2._1 {
  background-image: url('../images/Lego.jpg');
  background-size: cover;
}

.img-2._2 {
  background-image: url('../images/BMX-stunt.jpg');
  background-size: cover;
}

.img-3 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 200px;
  height: 200px;
  max-height: 200px;
  max-width: 200px;
  min-height: 200px;
  min-width: 200px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 360px;
  background-image: url('../images/8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-3._1 {
  background-image: url('../images/Nature.jpg');
  background-size: cover;
}

.img-3._2 {
  background-image: url('../images/btc.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.road-text {
  width: 42.5%;
}

.road-text.l {
  text-align: right;
}

.sep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5%;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.line {
  width: 3px;
  background-color: #ce5944;
}

.line.g {
  background-color: #739d2f;
}

.thankyou {
  background-color: transparent;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 991px) {
  .hero-section {
    height: auto;
    min-height: auto;
    padding-top: 150px;
  }
  .hero-content {
    width: 100%;
    height: auto;
    min-height: auto;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-content-wrapper {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .button-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .illustration {
    position: relative;
    top: auto;
    right: auto;
    z-index: 1;
    display: none;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .illustration.mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container-menu {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-menu {
    background-color: #ce5944;
  }
  .nav-link {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .nav-link.b {
    color: #fff;
  }
  .section.r.nr {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.dark {
    background-image: url('../images/2-r1.png'), url('../images/32.png');
    background-position: 100% 0%, 100% 50%;
    background-size: contain, 125px;
    background-repeat: no-repeat, repeat-y;
    background-attachment: scroll, fixed;
  }
  .section.l.nl {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.w.nl {
    padding-right: 20px;
    padding-left: 20px;
    background-image: none;
  }
  .wrapper {
    -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;
  }
  .wrapper.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .textbox {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .textbox.rev {
    width: 100%;
    padding-left: 0px;
  }
  .imagebox {
    padding-left: 0px;
  }
  .imagebox.rev {
    width: 100%;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .paragraph.transparent {
    width: 100%;
  }
  .roadmap-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .q-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
  .team-wrapper {
    width: 40%;
    text-align: center;
  }
  .team-image {
    height: 200px;
    background-size: cover;
  }
  .team-image.zokki {
    height: 200px;
    background-size: cover;
  }
  .team-image.igor {
    height: 200px;
    background-size: cover;
  }
  .team-image.mladen {
    height: 200px;
    background-size: cover;
  }
  .wr-t {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sm-wr.b {
    -webkit-filter: brightness(500%);
    filter: brightness(500%);
  }
  .team-container {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .logo-partner {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sm-wrapper.top {
    width: 100%;
    padding-bottom: 15px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .navbarfixed {
    display: none;
    opacity: 0;
  }
  .icon {
    color: #fff;
  }
  .nav.w--open {
    background-color: #ce5944;
  }
  .roadmap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .roadmap-w1 {
    width: 100%;
  }
  .seperator {
    margin: 10px 0px;
  }
  .img-1 {
    position: static;
    display: block;
    width: 200px;
    height: 200px;
    max-height: 200px;
    max-width: 200px;
    min-height: 200px;
    min-width: 200px;
    margin: 10px;
  }
  .img-2 {
    position: static;
    display: block;
    width: 200px;
    height: 200px;
    max-height: 200px;
    max-width: 200px;
    min-height: 200px;
    min-width: 200px;
    margin: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .img-3 {
    position: static;
    width: 200px;
    height: 200px;
    max-height: 200px;
    max-width: 200px;
    min-height: 200px;
    min-width: 200px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .img-mb {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media (max-width: 767px) {
  .hero-content {
    overflow: hidden;
  }
  .illustration.mob {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .section.r {
    padding-top: 50px;
  }
  .section.dark {
    background-image: url('../images/2-r1.png'), url('../images/32.png');
    background-size: 817px, contain;
  }
  .section.l {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .section.w {
    margin-bottom: 0px;
  }
  .section-heading.center {
    text-align: left;
  }
  .img {
    width: 100%;
  }
  .team-wrapper {
    width: 43%;
  }
  .team-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .roadmap {
    margin-top: 0px;
  }
  .seperator {
    margin-bottom: 0px;
  }
  .img-mob-hero {
    width: 140px;
  }
}

@media (max-width: 479px) {
  .hero-section {
    overflow: hidden;
    padding-top: 110px;
  }
  .shape1 {
    display: block;
    width: 100px;
    height: 100px;
  }
  .shape1.left {
    display: block;
    width: 100px;
    height: 100px;
  }
  .shape2 {
    display: block;
    width: 100px;
    height: 100px;
  }
  .shape3 {
    display: block;
    width: 100px;
    height: 100px;
  }
  .hero-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .illustration.mob {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ill-img {
    width: 80%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .container-menu {
    padding-right: 10px;
    padding-left: 10px;
  }
  .logo-img {
    width: 120px;
  }
  .heading-hero {
    font-size: 2em;
    text-align: left;
  }
  .subtitle-hero {
    font-size: 16px;
    text-align: left;
  }
  .button {
    width: 100%;
  }
  .button.ghost {
    margin-top: 15px;
    margin-left: 0px;
  }
  .section {
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
  }
  .section.dark {
    background-image: url('../images/2-r1.png'), url('../images/32.png');
    background-size: 817px, contain;
  }
  .section.g.t {
    padding-bottom: 0px;
  }
  .section.g._22 {
    padding-bottom: 0px;
  }
  .section.w.roadmap {
    background-size: contain;
  }
  .wrapper.center.f {
    font-size: 12px;
  }
  .wrapper.center.smallfooter {
    font-size: 12px;
  }
  .imagebox.rev {
    min-height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-heading {
    margin-bottom: 15px;
    font-size: 1.2em;
    font-weight: 700;
  }
  .team-wrapper {
    width: 49%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .team-image {
    height: 100px;
  }
  .team-image.zokki {
    height: 100px;
  }
  .team-image.igor {
    height: 100px;
  }
  .team-image.mladen {
    height: 100px;
  }
  .team-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .logo-partner {
    width: 100px;
    height: auto;
  }
  .sign-up {
    margin-top: 0px;
  }
  .form {
    -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;
  }
  .text-field {
    margin-bottom: 10px;
    text-align: center;
  }
  .member-name {
    font-size: 14px;
  }
  .img-mob-hero {
    width: 25%;
    max-width: 71px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: translate(24px, 0px) rotate(-6deg);
    -ms-transform: translate(24px, 0px) rotate(-6deg);
    transform: translate(24px, 0px) rotate(-6deg);
  }
  .img-1 {
    width: 120px;
    height: 120px;
    max-height: 120px;
    max-width: 120px;
    min-height: 120px;
    min-width: 120px;
    margin: 5px;
  }
  .img-2 {
    width: 120px;
    height: 120px;
    max-height: 120px;
    max-width: 120px;
    min-height: 120px;
    min-width: 120px;
    margin: 5px;
  }
  .img-3 {
    width: 120px;
    height: 120px;
    max-height: 120px;
    max-width: 120px;
    min-height: 120px;
    min-width: 120px;
    margin: 5px;
  }
  .img-mb {
    margin-top: -15px;
  }
}