.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.hero-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  padding: 0px 0px 25px 40px;
  -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;
  background-color: transparent;
}

.navigation-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  max-width: 1200px;
  padding-right: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  display: block;
  -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;
  text-align: left;
}

.navig-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #5e5e5e;
  font-size: 11px;
}

.navig-item:hover {
  color: #f3574d;
}

.navig-item.w--current {
  color: #f55d4c;
}

.navbar {
  background-color: transparent;
}

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

.top-2-button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-top: -60px;
  margin-right: -26px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-2-button-holder.l {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.top-2-button-holder.mobile {
  position: relative;
  z-index: 10000;
  width: 50%;
  margin: 20px 0px 44px -29px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.buttons-round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(71, 70, 92, 0.31);
  border-radius: 40px;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 7px 15px -11px rgba(0, 0, 0, 0.51);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #47465c;
  text-decoration: none;
}

.buttons-round:hover {
  border-color: #3cace2;
  background-color: #3cace2;
  background-image: none;
  box-shadow: none;
  color: #fff;
}

.buttons-round.dark {
  margin-left: 0px;
  border-color: rgba(71, 70, 92, 0.31);
}

.buttons-round.dark:hover {
  border-color: #47465c;
  background-color: #47465c;
  background-image: none;
}

.buttons-round.light {
  border-color: #8786a7;
  color: #8786a7;
}

.buttons-round.light.darkover {
  border-color: rgba(135, 134, 167, 0.48);
}

.buttons-round.light.darkover:hover {
  border-color: #47465c;
  background-color: #47465c;
  background-image: none;
  color: #fff;
}

.txt-but-top-round {
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
}

.hero-mid-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding-right: 168px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.top-navig-and-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/waves.png'), -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#e7e7e7));
  background-image: url('../images/waves.png'), linear-gradient(180deg, #e7e7e7, #e7e7e7);
  background-position: 50% 100%, 0px 0px;
  background-size: 100% 330px, auto;
  background-repeat: no-repeat, repeat;
}

.hero-header-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 80px;
  padding-right: 30px;
  padding-left: 0px;
  -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;
}

.logo-hero {
  margin: 0px 0px 8px;
}

.txt-head-her {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #47465c;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.txt-head-her._40450 {
  margin-top: 59px;
  margin-bottom: 33px;
  font-size: 40px;
}

.txt-head-her._404big {
  font-size: 180px;
}

.txt-hero-subheader {
  font-family: Montserrat, sans-serif;
  color: #47465c;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.img-plane {
  position: absolute;
  left: auto;
  top: auto;
  right: 76px;
  bottom: 96px;
  margin-top: 0px;
  margin-right: -26px;
  margin-bottom: 80px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  -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;
  background-image: linear-gradient(180deg, #48475d, #48475d), linear-gradient(15deg, #575690, #2d2c3f);
  line-height: 20px;
}

.about.light {
  background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(345deg, #5a5994, #2d2c3f);
}

.roadmap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 900px;
  min-height: 900px;
  -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;
  background-image: url('../images/roadmap.png?1');
  background-position: 50% 0%;
  background-size: 600px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .roadmap {
    background-image: url('../images/roadmap_2x.png?1');
  }
}

.about-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-top: 0px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-right: 40px;
  padding-left: 40px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
}

.about-header-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.txt-head-white {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Montserrat, sans-serif;
  color: #47465c;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.txt-head-white.white {
  color: #fff;
}

.about-head-and-text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 160px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.txt-content-white {
  width: 100%;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  line-height: 30px;
  font-weight: 200;
}

.txt-content-white.dark {
  position: relative;
  width: 100%;
  color: #47465c;
  font-weight: 400;
}

.about-button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 9px;
  padding-bottom: 0px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-big-orange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-bottom: 40px;
  padding: 17px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  background-color: #f53;
  background-image: none;
  box-shadow: 0 7px 18px -8px rgba(0, 0, 0, 0.44);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.3px;
  cursor: default;
}

.button-big-orange:hover {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.11)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.11), transparent);
  box-shadow: 0 7px 18px -8px rgba(0, 0, 0, 0.62);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  color: #f3574d;
}

.button-big-orange.wp {
  margin-right: 30px;
  margin-bottom: 0px;
  background-image: none;
}

.button-big-orange.try-demo {
  margin-bottom: 0px;
}

.button-big-orange.wp:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1), transparent);
}

.button-big-orange._02 {
  margin-bottom: 0px;
}

.button-big-orange._404 {
  width: 200px;
}

.about-democracy-wrapper {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 19px;
  margin-bottom: 19px;
  -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;
}

.txt-sem-subheader {
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0.5px;
}

.txt-sem-subheader.wp {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.clm-democracy {
  display: block;
  width: auto;
  -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;
}

.clm-democracy.double {
  max-width: 746px;
}

.clm-in-democracy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-right: 12px;
  padding-left: 12px;
  -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;
}

.clm-in-democracy-content {
  position: relative;
  z-index: 7000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 220px;
  max-width: none;
  padding-top: 35px;
  padding-right: 22px;
  padding-left: 22px;
  -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;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 20px 7px rgba(0, 0, 0, 0.26);
}

.txt-democracy-head {
  margin-top: 16px;
  margin-bottom: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #47465c;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.txt-democracy-content {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: block;
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #47465c;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

.about-wrapper-copy {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 1200px;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.txt-head-blue {
  display: none;
  margin-top: 5px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #47465c;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.txt-head-blue.roadmap {
  position: relative;
  display: block;
  height: auto;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 21px;
  background-image: none;
}

.txt-head-blue.mobile-header.ipad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.txt-head-blue.mobile-header.ipad.desktop {
  margin-bottom: 45px;
}

.txt-head-blue.roadmap {
  position: relative;
  display: block;
  height: auto;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 21px;
  background-image: none;
  font-size: 25px;
}

.txt-orange-capital {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #f3574d;
  font-size: 16px;
  line-height: 25px;
  font-weight: 200;
}

.roadmanp-head-and-text-holder {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  min-height: auto;
  padding-top: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bold-text {
  position: relative;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 17px;
  font-weight: 600;
}

.ico-social-road-wrapper {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  min-height: auto;
  margin-top: 3px;
  margin-left: 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;
}

.ico-social-roadmap-twitter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 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;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.whitepaper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 600px;
  -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: linear-gradient(180deg, #48475d, #48475d), linear-gradient(18deg, #5a5994, #2d2c3f);
  line-height: 20px;
}

.clm-whitepaper {
  display: block;
  width: 100%;
  height: 100%;
  -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;
}

.clmi-in-wp-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.clm-in-wp-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  -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;
  background-color: #f1f1f1;
  line-height: 20px;
}

.wp-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -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;
  background-color: transparent;
}

.wp-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wp-twu-button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 45px;
  -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;
}

.button-big-white-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding: 17px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.32);
  border-radius: 60px;
  background-color: transparent;
  background-image: none;
  box-shadow: 0 17px 16px -8px rgba(0, 0, 0, 0.18);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.3px;
  cursor: default;
}

.button-big-white-outline:hover {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.07)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.07), hsla(0, 0%, 100%, 0));
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  color: #47465c;
}

.img-white-paper {
  display: block;
  width: 950px;
  max-width: none;
  min-width: 950px;
  margin-right: 60px;
  margin-bottom: 48px;
}

.team-sections-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  max-width: 900px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 70px 0px 49px;
  -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;
  background-color: transparent;
}

.team-sections-wrapper.solo {
  margin-top: -75px;
  padding-top: 0px;
}

.team-sections-wrapper.kdc {
  width: 300px;
}

.clm-team {
  width: auto;
  margin-top: 50px;
}

.clm-in-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
}

.team-inside-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: none;
  min-height: auto;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 12px 20px -5px rgba(0, 0, 0, 0.16);
}

.team-inside-holder.longer {
  min-height: 770px;
}

.team-inside-holder.wichman {
  min-height: 768px;
}

.team-inside-holder.investors {
  min-height: 615px;
}

.team-inside-holder.kdc {
  width: auto;
  margin-top: 50px;
}

.team-inside-holder.kim {
  display: block;
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-inside-text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 20px 20px 25px;
  -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;
}

.team-inside-text-holder.jeff {
  padding-right: 14px;
}

.team-inside-text-holder.kdc {
  padding-right: 30px;
  padding-left: 30px;
}

.team-inside-text-holder.kim {
  display: block;
  width: 100%;
  padding: 44px 24px 30px 30px;
}

.team-inside-text-holder.kim:hover {
  color: #333;
}

.team-inside-text-holder.kim:active {
  color: #333;
}

.team-inside-text-holder.kim:focus {
  color: #333;
}

.tst-advisers-content-header {
  margin-bottom: 13px;
  font-family: Montserrat, sans-serif;
  color: #47465c;
  font-size: 17px;
  font-weight: 600;
}

.tst-advisers-content-header.orage {
  color: #f3574d;
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
}

.tst-advisers-content-header.kim {
  margin-bottom: 5px;
}

.txt-advisers-content {
  font-family: Montserrat, sans-serif;
  color: #47465c;
  font-size: 13px;
  line-height: 20px;
}

.txt-advisers-content.kim {
  line-height: 18px;
  font-style: normal;
  text-align: left;
  letter-spacing: -0.1px;
}

.media-holder-screen {
  width: 100%;
  height: 100%;
  background-image: url('../images/macbook2.png');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block-2 {
  margin-top: 15px;
  margin-right: 50%;
  margin-bottom: 15px;
  color: #fff;
}

.clm-in-media-tf-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-3 {
  display: block;
  margin-top: 25px;
  margin-right: 50%;
  padding-bottom: 25px;
}

.clm-media-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
}

.image-3 {
  display: block;
}

.media-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30vh;
  -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/iphone.png');
  background-position: 0px 0px;
  background-size: cover;
}

.txt-media-header-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #47465c;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.txt-media-content {
  max-width: 600px;
  margin-top: 20px;
  margin-right: 40px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}

.txt-media-content.darker {
  color: #47465c;
}

.media-header-holder {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}

.clm-in-media-1r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 30vh;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  -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;
  line-height: 20px;
}

.media-laptop {
  width: 100%;
  height: 100%;
  background-image: url('../images/macbook.png');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
}

.clm-media-tf {
  display: block;
  width: 100%;
  height: 30vh;
}

.clm-in-media-tf-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-ipad {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30vh;
  min-height: auto;
  -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;
  background-color: transparent;
  background-image: url('../images/ipad.png');
  background-position: 0% 0%;
  background-size: cover;
}

.clm-in-media-2l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
}

.clm-in-media-1l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 30vh;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20%;
  -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;
  background-color: #f55d4c;
}

.clm-media-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30vh;
}

.paragraph {
  display: inline-block;
  margin-bottom: 0px;
  padding: 5px 10px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #f55d4c;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.clm-in-media-2r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 20px 0px 20px 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f55d4c;
}

.image-4 {
  display: block;
  width: 59px;
  height: 19px;
  margin-bottom: 10px;
}

.but-footer {
  padding-right: 38px;
  padding-left: 38px;
  border-radius: 20px;
  background-color: #f53;
  background-image: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.but-footer:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 84px 25px;
  -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;
}

.clm-footer {
  width: 100%;
  max-width: 1280px;
}

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

.clm-in-footer {
  padding-top: 29px;
}

.txt-footer-small {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #47465c;
  font-size: 12px;
}

.image-5 {
  float: none;
  clear: none;
}

.clm-in-footer1 {
  display: block;
}

.txt-footer-email {
  display: inline-block;
  margin-top: 10px;
  float: left;
  clear: left;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #47465c;
  font-weight: 500;
  text-decoration: none;
}

.txt-footer-email:hover {
  color: #f55d4c;
}

.txt-footer-email:focus {
  color: #f55d4c;
}

.txt-footer-email:visited {
  color: #f55d4c;
}

.txt-footer-orange {
  font-family: Montserrat, sans-serif;
  color: #f55d4c;
  font-size: 15px;
  font-weight: 600;
}

.txt-footer-links {
  position: static;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 0px;
  float: left;
  clear: left;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #47465c;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.txt-footer-links:hover {
  color: #f55d4c;
  text-decoration: underline;
}

.txt-footer-links:focus {
  color: #f55d4c;
}

.txt-footer-links:visited {
  color: #333;
}

.link-block-3 {
  float: left;
}

.bottom-stripe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  background-color: #f1f1f1;
  color: #333;
}

.community {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 520px;
  -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;
  background-image: linear-gradient(180deg, #48475d, #48475d), linear-gradient(23deg, #5b5b8f, #2d2c3f);
  line-height: 20px;
}

.txt-community-header {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.media-header-holder-copy {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3f3e53;
}

.clm-community {
  width: 100%;
  height: 100%;
  max-width: 1280px;
}

.clm-in-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.clm-in-slider.l {
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.clm-in-slider.r {
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.slider {
  width: 505px;
  height: 250px;
  background-color: transparent;
}

.slide {
  background-image: url('../images/slide01-onur.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide._002 {
  background-image: url('../images/slide02-fortune.png');
  background-position: 50% 50%;
  background-size: contain;
}

.slide._003 {
  background-image: url('../images/slide03-UMC...png');
}

.slide._004 {
  background-image: url('../images/slide04-nick.png');
}

.slide._005 {
  background-image: url('../images/slide05-sid.png');
}

.slide._006 {
  background-image: url('../images/slide06-Hugo.png');
}

.slide._007 {
  background-image: url('../images/slide07-neilli.png');
}

.slide._008 {
  background-image: url('../images/slide08-great.png');
}

.slide._009 {
  background-image: url('../images/slide09-miguel.png');
}

.left-arrow {
  margin-left: -50px;
}

.right-arrow {
  margin-right: -50px;
}

.slide-nav {
  display: none;
}

.ico-social-roadmap-telegram {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 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;
}

.ico-social-roadmap-youtube {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 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;
}

.about-illustration-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  height: 300px;
  margin-top: 52px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-radius: 7px;
  background-color: #fff;
  background-image: url('../images/about_illlustration.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: none;
}

.txt-communicty-subheader {
  min-height: auto;
  margin-top: 57px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}

.txt-communicty-subheader.lower {
  margin-top: 61px;
  margin-bottom: 20px;
}

.community-icons-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
}

.ico_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.6);
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ico_holder:hover {
  border-style: none;
  background-color: #fc001c;
}

.ico_holder.twitter {
  margin-right: 49px;
  margin-left: 49px;
  padding-top: 2px;
  padding-left: 2px;
}

.ico_holder.twitter:hover {
  background-color: #2bbbf1;
}

.ico_holder.medium {
  margin-left: 0px;
  padding-top: 1px;
  padding-left: 2px;
}

.ico_holder.medium:hover {
  background-color: #000;
}

.image-6 {
  width: 27px;
  height: 27px;
  margin-right: 1px;
}

.tleegram-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 38px;
  min-height: 38px;
  min-width: 140px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 11px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.6);
  border-radius: 50px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.tleegram-buttons:hover {
  border-style: solid;
  border-color: #3cace2;
  background-color: #3cace2;
}

.tleegram-buttons.twitter {
  padding-top: 2px;
  padding-left: 2px;
}

.tleegram-buttons.twitter:hover {
  background-color: #2bbbf1;
}

.image-7 {
  width: 25px;
  margin-right: 0px;
}

.text-block-4 {
  margin-right: 21px;
  margin-left: 13px;
  font-size: 10px;
}

.text-block-4.mobile {
  margin-right: 0px;
  margin-left: 10px;
  padding-top: 1px;
  padding-left: 0px;
  font-weight: 500;
}

.community-right-button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -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;
}

.image-8 {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.main-navig-holder {
  position: relative;
  z-index: 6000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -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;
  background-color: transparent;
}

.main-navig-anim-holder {
  position: relative;
  z-index: 6001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  -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;
}

.navigation-holder-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  max-width: 1200px;
  padding-right: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-holder-copy.anim-holder {
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-copy {
  background-color: transparent;
}

.navigations-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000;
  width: 100%;
  margin-top: -40px;
  padding-top: 0px;
}

.ico-social-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: 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;
}

.ico-social-top-yt {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 33px;
  height: 33px;
  opacity: 1;
}

.ico-scial-top-yt-over {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 31px;
  height: 31px;
  margin-top: 1px;
  margin-left: 1px;
}

.ico-social-top-with-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  -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: #47465c;
}

.ico-social-top-with-text.contact {
  margin-left: 0px;
}

.ico-social-top-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: -29px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  color: #47465c;
}

.ico-social-top-holder.telgram {
  margin-right: 0px;
  margin-left: -48px;
}

.ico-social-top-holder.telgram-2 {
  margin-right: -49px;
  margin-left: 0px;
}

.ico-social-top-holder.yt {
  margin-right: -45px;
  margin-left: 0px;
}

.ico-social-top-holder.twitter {
  margin-left: 18px;
}

.ico-social-top-holder.medium {
  margin-right: -40px;
  margin-left: 0px;
}

.ico-social-top-holder.contact {
  margin-left: 0px;
}

.txt-but-top-descriptions {
  border-radius: 20px;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #199fd1;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: -0.1px;
  text-decoration: none;
  text-transform: uppercase;
}

.txt-but-top-descriptions.telegram {
  min-width: 90px;
  opacity: 0;
}

.txt-but-top-descriptions.medium {
  min-width: 90px;
  color: #000;
}

.txt-but-top-descriptions.yt {
  min-width: 90px;
  color: #f31619;
}

.txt-but-top-descriptions.yt.contact {
  color: #47465c;
}

.community-vertical-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -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;
}

.tabs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 10px;
  -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: #f1f1f1;
}

.tabs-team {
  max-width: 1200px;
}

.tabs-in {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-pane-tab-1 {
  width: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: left;
}

.tabs-menu {
  margin-right: 43px;
  margin-left: 43px;
  border-radius: 50px;
  background-color: transparent;
  box-shadow: 4px 4px 16px -10px rgba(0, 0, 0, 0.47);
  text-align: center;
}

.tab-navig-link {
  margin-right: -2px;
  margin-bottom: -2px;
  margin-left: -2px;
  padding: 19px 83px;
  border-style: none;
  border-width: 1px;
  border-color: #cac9d3 #000 #cac9d3 #574fff;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #48475d;
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
}

.tab-navig-link:hover {
  background-color: #d1d1d8;
  color: #48475d;
}

.tab-navig-link.w--current {
  padding-right: 58px;
  padding-left: 58px;
  background-color: #48475d;
  color: #fff;
  font-weight: 600;
}

.tab-navig-link.w--current:hover {
  background-color: #48475d;
  color: #fff;
}

.tab-navig-link._01 {
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-left-color: #cac9d3;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  font-weight: 600;
}

.tab-navig-link._05 {
  border-style: none;
  border-color: #000;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.img-photo-team {
  display: block;
  width: 100%;
  max-width: none;
  margin-top: 2px;
}

.team-iside-photo-holder {
  display: block;
  width: 40%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 15px;
  float: left;
  -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;
}

.team-iside-photo-holder.jeff {
  padding-right: 14px;
}

.team-iside-photo-holder.kdc {
  padding-right: 30px;
  padding-left: 30px;
}

.text-block-5 {
  position: relative;
  min-height: auto;
  margin-bottom: 29px;
  font-family: Montserrat, sans-serif;
  color: #f3574d;
  font-weight: 600;
}

.about-header-wrapper-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: auto;
  min-width: auto;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.about-head-and-text-holder-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 160px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.invisibler {
  height: 1px;
}

.banner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  -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/banner_token_sale.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.banner-in-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  padding-right: 40px;
  padding-left: 40px;
  -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;
}

.img-logo-bitfinex {
  width: 150px;
  max-width: none;
}

.banner-text-holder {
  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;
}

.but-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 54px;
  -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: 60px;
  background-color: #64941e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8bca2e), to(#64941e));
  background-image: linear-gradient(180deg, #8bca2e, #64941e);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
}

.but-banner:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cfcfcf), to(#fff));
  background-image: linear-gradient(0deg, #cfcfcf, #fff);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #202020;
}

.txt-banner-big {
  position: static;
  margin-top: 14px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 6px;
}

.txt-banner-small {
  position: static;
  font-family: Roboto, sans-serif;
  color: #5298ce;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 6.7px;
  text-transform: uppercase;
}

.team-iside-photo-holder-copy {
  display: block;
  width: 40%;
  margin-right: 15px;
  margin-bottom: 0px;
  padding: 30px 15px 15px 30px;
  float: left;
  -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;
}

.team-iside-photo-holder-copy.jeff {
  padding-right: 14px;
}

.team-iside-photo-holder-copy.kdc {
  padding-right: 30px;
  padding-left: 30px;
}

.link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #47465c;
}

.link:hover {
  color: #f3574d;
}

.img-photo-team-copy {
  display: block;
  width: 100%;
  max-width: none;
  margin-top: 0px;
}

.italic-text {
  font-style: normal;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 20vh;
  -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;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bitfinex-maxi {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1002;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 380px;
  padding-bottom: 36px;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bgr.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bgr.jpg');
  background-position: 0px 0px, 60% 0%;
  background-size: auto, cover;
}

.bf-logos-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-color: #102331;
}

.image-9 {
  width: 120px;
  margin-left: -7px;
}

.bf-logo-kim-white {
  width: 40px;
}

.txt-bf-main {
  margin-bottom: 21px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.txt-bf-main.small {
  color: #8d8d8d;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.txt-bf-main.tiny {
  margin-bottom: 0px;
  color: #8d8d8d;
  font-size: 9px;
  letter-spacing: 0.5px;
}

.bf-counter-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bf-counter-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  margin-right: 14px;
  margin-left: 0px;
  padding: 15px 0px;
  -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: #102331;
}

.bf-counter-container.first {
  margin-right: 15px;
  margin-left: 15px;
}

.txtbf-numbers {
  margin-bottom: 7px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.txtbf-numbers.mininumber {
  margin-bottom: 0px;
}

.txt-bf-tiny {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 283px;
  margin-top: 27px;
  padding-top: 13px;
  padding-bottom: 13px;
  -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: #54b361;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  white-space: normal;
}

.button:hover {
  background-color: #55cf66;
}

.button.button-bf-mini {
  margin-top: 0px;
  margin-right: 17px;
}

.img-bf-arrow {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.bf-arrow-down {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  margin-top: 4px;
  margin-right: 3px;
  background-image: url('../images/arrow_down.svg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bf-arrow-down.arrow-up {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.img-bf-arrown-down {
  width: 17px;
  height: 17px;
  margin-top: 7px;
}

.bitfinex-mini {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1001;
  display: none;
  width: 100%;
  height: 90px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bgr2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bgr2.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
}

.bf-mini-logo-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100%;
  margin-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #102331;
}

.im-bf-mini {
  width: 180px;
  margin-right: 22px;
}

.img-bf-kim-mini {
  width: 50px;
}

.img-bf-kim-mini.kim-mini {
  width: 30px;
  margin-top: 6px;
}

.txt-bf-mini-main {
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2.5px;
}

.txt-bf-mini-main.small {
  color: #8d8d8d;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.txt-bf-mini-main.tiny {
  margin-bottom: 0px;
  color: #8d8d8d;
  font-size: 9px;
  letter-spacing: 0.5px;
}

.text-block-6 {
  margin-right: 21px;
  font-family: Roboto, sans-serif;
  color: #8d8d8d;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}

.bf-counter-holder-mini {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bf-counter-number-mini {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 70px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 15px 0px 10px;
  -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: #102331;
}

.bf-counter-number-mini.first {
  margin-right: 15px;
  margin-left: 15px;
}

.bf-mini-mid-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bf-mini-left-logo-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bitfinex-mini-mobile {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1001;
  display: none;
  width: 100%;
  height: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bgr2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bgr2.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
}

.txt-bf-mini-main-copy {
  margin-right: 61px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2.5px;
}

.txt-bf-mini-main-copy.small {
  color: #8d8d8d;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.txt-bf-mini-main-copy.tiny {
  margin-bottom: 0px;
  color: #8d8d8d;
  font-size: 9px;
  letter-spacing: 0.5px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.video-kim {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
  -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: #f1f1f1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 94.5%, 0.65)), to(hsla(0, 0%, 94.5%, 0.65))), url('../images/player_kim_bgr.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 94.5%, 0.65), hsla(0, 0%, 94.5%, 0.65)), url('../images/player_kim_bgr.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  line-height: 20px;
}

.video-kim.light {
  background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(345deg, #5a5994, #2d2c3f);
}

.vid-kim-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-top: 0px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-right: 40px;
  padding-left: 40px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
}

.yt-kim {
  display: block;
  width: auto;
  height: 200px;
  min-height: 200px;
  -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;
}

.player-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 580px;
  height: 326px;
  margin-bottom: 50px;
  -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;
  box-shadow: 0 19px 20px -6px rgba(0, 0, 0, 0.32);
}

.image-10 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 620px;
  height: 338px;
  max-width: none;
}

.img-player-thumb {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
}

.txt-player-small {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 100;
  width: 100%;
  margin-top: 0px;
  padding-top: 55px;
  padding-right: 20px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #47465c;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}

.but_player {
  position: absolute;
  z-index: 300;
  width: 100px;
}

.play-button {
  position: absolute;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -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-transition: all 200ms ease;
  transition: all 200ms ease;
}

.play-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.but-play {
  width: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.but-play:hover {
  -webkit-filter: brightness(163%);
  filter: brightness(163%);
}

.txt-header-player {
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #48475d;
  font-size: 19px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0.5px;
}

.txt-header-player.wp {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.txt-header-player.light {
  margin-bottom: 0px;
  color: #fff;
}

.txt-header-player.light.smaller {
  margin-right: 15px;
  margin-bottom: 0px;
  font-size: 15px;
}

.player-bottom-button-kim {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 38px;
  min-height: 38px;
  min-width: auto;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 17px;
  padding-left: 15px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(72, 71, 93, 0.51);
  border-radius: 50px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #48475d;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.player-bottom-button-kim:hover {
  border-style: solid;
  border-color: #48475d;
  background-color: #48475d;
  color: #fff;
}

.player-bottom-button-kim.twitter {
  padding-top: 2px;
  padding-left: 2px;
}

.player-bottom-button-kim.twitter:hover {
  background-color: #2bbbf1;
}

.player-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-kim-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
  -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: #f1f1f1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 94.5%, 0.65)), to(hsla(0, 0%, 94.5%, 0.65))), url('../images/player_kim_bgr.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 94.5%, 0.65), hsla(0, 0%, 94.5%, 0.65)), url('../images/player_kim_bgr.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  line-height: 20px;
}

.video-kim-copy.light {
  background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(345deg, #5a5994, #2d2c3f);
}

.video-kim-copy.tokensale {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#48475d), to(#48475d)), url('../images/player_kim_bgr.jpg');
  background-image: linear-gradient(180deg, #48475d, #48475d), url('../images/player_kim_bgr.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.player-bottom-button-tokens {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 38px;
  min-height: 38px;
  min-width: auto;
  margin-right: 0px;
  margin-bottom: 2px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.51);
  border-radius: 50px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.player-bottom-button-tokens:hover {
  border-style: solid;
  border-color: #48475d;
  background-color: #f53;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  color: #48475d;
}

.player-bottom-button-tokens.twitter {
  padding-top: 2px;
  padding-left: 2px;
}

.player-bottom-button-tokens.twitter:hover {
  background-color: #2bbbf1;
}

.youtube {
  display: none;
}

.img-player-thumb-token {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
}

.image-7-copy {
  width: 28px;
  margin-right: 0px;
}

.txt-player-loading {
  position: absolute;
  margin-right: 0px;
  margin-left: 0px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.5px;
}

.txt-player-loading.mobile {
  margin-right: 0px;
  margin-left: 10px;
  padding-top: 1px;
  padding-left: 0px;
  font-weight: 500;
}

.txt-player-loading.blue {
  color: #47465c;
}

.player-external-loader {
  display: block;
}

.video-kim-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  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;
  -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-color: #f1f1f1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 94.5%, 0.65)), to(hsla(0, 0%, 94.5%, 0.65))), url('../images/player_kim_bgr.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 94.5%, 0.65), hsla(0, 0%, 94.5%, 0.65)), url('../images/player_kim_bgr.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  line-height: 20px;
}

.player-holder-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e4e4e4;
  box-shadow: 0 19px 20px -6px rgba(0, 0, 0, 0.32);
}

.youtube-2 {
  display: block;
  width: 960px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #dadada;
}

.link-block-4 {
  width: 70px;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block-4:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.token-sale-button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -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;
}

.img-bf-logo-all-white {
  height: 13px;
}

.language-selector {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 80px;
  margin-top: -22px;
  padding-top: 2px;
  padding-bottom: 2px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #c9c9c9;
  border-radius: 20px;
  background-color: #fafafa;
  opacity: 1;
}

.flag {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/flag_en_1flag_en.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.flag:hover {
  background-image: url('../images/flag_en_1flag_en.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.99;
}

.flag.cn {
  background-image: url('../images/flag_cn_1flag_cn.png');
  opacity: 0.5;
}

.flag.cn:hover {
  opacity: 1;
}

.flag.cn.flag-cn {
  background-image: url('../images/flag_cn_1flag_cn.png');
}

.flag.kr {
  margin-top: 8px;
  border-radius: 0px;
  background-image: url('../images/flag_kr_1flag_kr.png');
  opacity: 0.5;
}

.flag.kr:hover {
  opacity: 1;
}

.flag.kr.flag-kr {
  background-image: url('../images/flag_kr_1flag_kr.png');
}

.flag.flag-en {
  background-image: url('../images/flag_en_1flag_en.png');
}

.language-selecotr-animation-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 17px;
  margin-right: 80px;
  padding-top: 2px;
  padding-bottom: 2px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #c9c9c9;
  border-radius: 20px;
  background-color: transparent;
}

.language-selecotr-animation-holder-mobile {
  position: relative;
  display: none;
  width: auto;
  height: auto;
  margin-top: 17px;
  margin-right: 80px;
  padding-top: 2px;
  padding-bottom: 2px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #c9c9c9;
  border-radius: 20px;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .hero-wrapper {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .navigation-holder {
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navig-item {
    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;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
  }

  .navig-item:hover {
    background-color: #f55d4c;
    color: #fff;
  }

  .navig-item.w--current {
    width: 100%;
    color: #fff;
  }

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f55d4c;
  }

  .top-2-button-holder {
    height: auto;
    margin-top: 40px;
    margin-right: 4px;
    padding-right: 40px;
  }

  .top-2-button-holder.l {
    padding-left: 40px;
  }

  .top-2-button-holder.mobile {
    width: 80%;
    margin-top: 17px;
    margin-bottom: 0px;
    margin-left: 4px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 3px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .buttons-round {
    margin-right: 0px;
  }

  .hero-mid-content-wrapper {
    margin-top: 4px;
    margin-bottom: -3px;
    padding-left: 40px;
  }

  .top-navig-and-button-wrapper {
    margin-top: 0px;
    padding-top: 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;
  }

  .hero {
    height: 650px;
    background-image: url('../images/waves.png'), -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#e7e7e7));
    background-image: url('../images/waves.png'), linear-gradient(180deg, #e7e7e7, #e7e7e7);
    background-size: auto 300px, auto;
  }

  .hero-header-holder {
    margin-top: 44px;
    margin-bottom: 82px;
    padding-right: 0px;
  }

  .txt-head-her._40450 {
    margin-top: 40px;
    font-size: 35px;
  }

  .txt-head-her._404big {
    font-size: 120px;
  }

  .img-plane {
    width: 150px;
  }

  .about {
    height: 750px;
  }

  .about.light {
    height: 600px;
  }

  .roadmap {
    background-image: url('../images/roadmap_vertical.png?1');
  }
<<<<<<< .mine

  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .roadmap {
      background-image: url('../images/roadmap_vertical_2x.png?1');
    }
  }

||||||| .r1077
=======

>>>>>>> .r1078
  .about-wrapper {
    position: relative;
    height: 100%;
    max-height: none;
    min-height: auto;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .about-header-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .txt-head-white {
    margin-bottom: 10px;
  }

  .txt-content-white {
    line-height: 25px;
    font-weight: 300;
  }

  .about-button-holder {
    margin-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .button-big-orange {
    width: 250px;
    height: 50px;
  }

  .button-big-orange:hover {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.07);
  }

  .button-big-orange.wp {
    margin-right: 46px;
  }

  .about-democracy-wrapper {
    margin-bottom: 53px;
  }

  .txt-sem-subheader.wp {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 25px;
  }

  .clm-democracy.double {
    margin-right: 130px;
    margin-left: 130px;
  }

  .clm-in-democracy-content {
    width: 260px;
    height: auto;
    min-height: 250px;
  }

  .txt-head-blue.roadmap {
    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;
  }

  .txt-head-blue.mobile-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .txt-head-blue.mobile-header.ipad {
    margin-bottom: 40px;
  }

  .txt-head-blue.roadmap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ico-social-road-wrapper {
    margin-left: 4px;
  }

  .whitepaper {
    height: auto;
  }

  .clm-whitepaper {
    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-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .clmi-in-wp-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .clm-in-wp-left {
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .wp-wrapper {
    padding-right: 60px;
    padding-left: 60px;
  }

  .wp-text-wrapper {
    width: 90%;
  }

  .wp-twu-button-holder {
    height: auto;
    max-width: 100%;
    margin-top: 55px;
    margin-bottom: 80px;
    margin-left: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button-big-white-outline {
    width: 250px;
    height: 50px;
  }

  .img-white-paper {
    width: auto;
    max-width: 650px;
    min-width: 500px;
    margin: -55px 0px 0px 98px;
  }

  .team-sections-wrapper {
    max-width: none;
    padding-bottom: 0px;
  }

  .team-sections-wrapper.solo {
    margin-top: -51px;
  }

  .team-inside-holder {
    max-width: 730px;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .team-inside-holder.kim {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .txt-advisers-content.kim {
    line-height: 19px;
  }

  .media-holder-screen {
    background-position: -90px 0px;
    background-size: auto;
  }

  .clm-media-1 {
    display: block;
  }

  .media-phone {
    background-position: 20% 50%;
    background-size: 1000px;
    background-repeat: no-repeat;
  }

  .txt-media-content {
    font-size: 15px;
    line-height: 25px;
  }

  .media-laptop {
    background-position: 50% 50%;
    background-size: 1100px;
  }

  .media-ipad {
    background-position: 30% 50%;
    background-size: 1100px;
  }

  .clm-in-media-1l {
    padding-left: 50px;
  }

  .clm-in-media-2r {
    padding-left: 50px;
  }

  .footer {
    padding-left: 30px;
  }

  .community {
    height: 550px;
  }

  .txt-community-header {
    width: 90%;
  }

  .media-header-holder-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .clm-community {
    height: auto;
  }

  .clm-in-slider.l {
    padding-top: 40px;
    padding-bottom: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .clm-in-slider.r {
    padding-top: 25px;
    padding-bottom: 75px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-illustration-wrapper {
    display: block;
    width: 100%;
    height: 250px;
    margin-top: 50px;
    background-size: 110%;
  }

  .txt-communicty-subheader {
    margin-top: 0px;
    margin-bottom: 11px;
  }

  .ico_holder.twitter {
    margin-right: 50px;
    margin-left: 50px;
  }

  .tleegram-buttons {
    margin-right: 16px;
    margin-left: 16px;
  }

  .community-right-button-holder {
    margin-right: 0px;
  }

  .menu-button {
    background-color: #f55d4c;
    color: #fff;
  }

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

  .menu-button.w--open:hover {
    background-color: #f55d4c;
  }

  .container {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    background-color: transparent;
  }

  .main-navig-holder {
    margin-top: 40px;
    background-color: transparent;
  }

  .main-navig-anim-holder {
    display: none;
  }

  .navigation-holder-copy {
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .ico-social-top-holder {
    margin-right: 22px;
    margin-left: 0px;
  }

  .ico-social-top-holder.telgram {
    margin-right: -7px;
    margin-left: 0px;
  }

  .ico-social-top-holder.telgram-2 {
    margin-right: -47px;
    padding-right: 0px;
  }

  .ico-social-top-holder.yt {
    margin-right: -43px;
    margin-left: 0px;
  }

  .ico-social-top-holder.twitter {
    margin-right: -13px;
  }

  .ico-social-top-holder.medium {
    margin-right: -40px;
    margin-left: -13px;
  }

  .ico-social-top-holder.contact {
    margin-right: 0px;
  }

  .tabs-wrapper {
    padding-bottom: 60px;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 850px;
  }

  .tab-navig-link {
    padding: 19px 46px;
  }

  .about-header-wrapper-copy {
    padding-right: 30px;
    padding-left: 30px;
  }

  .banner-wrapper {
    height: 250px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.09)), to(rgba(0, 0, 0, 0.09))), url('../images/banner_token_sale.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.09)), url('../images/banner_token_sale.png');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, auto 100%;
    background-repeat: repeat, no-repeat;
  }

  .banner-in-holder {
    padding-top: 6px;
    padding-bottom: 6px;
    -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;
  }

  .but-banner {
    width: 270px;
  }

  .utility-page-content {
    margin-left: 0vh;
    -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;
  }

  .bitfinex-maxi {
    display: none;
  }

  .txtbf-numbers.mininumber {
    font-size: 25px;
  }

  .button.button-bf-mini {
    width: auto;
  }

  .bf-arrow-down {
    display: none;
  }

  .bitfinex-mini {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .bf-mini-logo-holder {
    width: auto;
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .im-bf-mini {
    width: 130px;
    margin-right: 0px;
  }

  .img-bf-kim-mini {
    display: none;
  }

  .txt-bf-mini-main {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 12px;
    letter-spacing: 0px;
  }

  .text-block-6 {
    display: none;
    margin-right: 0px;
    font-size: 10px;
    line-height: 13px;
  }

  .bf-counter-number-mini {
    width: 50px;
  }

  .bf-mini-mid-holder {
    max-width: none;
    margin-left: 0px;
  }

  .bitfinex-mini-mobile {
    display: none;
  }

  .txt-bf-mini-main-copy {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 12px;
    letter-spacing: 0px;
  }

  .video-kim {
    height: auto;
  }

  .video-kim.light {
    height: 600px;
  }

  .vid-kim-wrapper {
    position: relative;
    height: 100%;
    max-height: none;
    min-height: auto;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .txt-header-player.wp {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 25px;
  }

  .player-bottom-button-kim {
    margin-right: 16px;
    margin-left: 16px;
  }

  .video-kim-copy {
    height: auto;
  }

  .video-kim-copy.light {
    height: 600px;
  }

  .video-kim-copy.tokensale {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .player-bottom-button-tokens {
    margin-right: 16px;
    margin-left: 16px;
  }

  .video-kim-2 {
    height: 100vh;
  }

  .player-holder-2 {
    width: auto;
    height: auto;
  }

  .youtube-2 {
    width: 700px;
  }

  .token-sale-button-holder {
    margin-right: 0px;
  }

  .language-selector {
    width: 33px;
    height: 112px;
    margin-top: -31px;
  }

  .flag {
    width: 27px;
    height: 30px;
  }

  .language-selecotr-animation-holder {
    display: none;
  }

  .language-selecotr-animation-holder-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 13px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .navig-item {
    background-color: #f55d4c;
  }

  .navig-item:hover {
    background-color: #f55d4c;
    color: #fff;
  }

  .navig-item.w--current {
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
    color: #fff;
  }

  .navig-item.w--current:hover {
    background-color: #f55d4c;
    color: #fff;
  }

  .nav-menu {
    background-color: #47465c;
  }

  .top-2-button-holder {
    margin-top: 10px;
    margin-bottom: 16px;
    padding-right: 30px;
  }

  .top-2-button-holder.l {
    margin-bottom: 7px;
  }

  .top-2-button-holder.mobile {
    margin-top: 11px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .buttons-round {
    margin-left: 20px;
  }

  .hero-mid-content-wrapper {
    padding-right: 137px;
  }

  .hero {
    height: auto;
    background-image: url('../images/waves.png'), -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#e7e7e7));
    background-image: url('../images/waves.png'), linear-gradient(180deg, #e7e7e7, #e7e7e7);
    background-size: auto 300px, auto;
  }

  .hero-header-holder {
    margin-bottom: 66px;
  }

  .logo-hero {
    width: 150px;
  }

  .txt-head-her {
    margin-top: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .txt-head-her._40450 {
    margin-top: 43px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 30px;
  }

  .txt-hero-subheader {
    font-size: 15px;
  }

  .img-plane {
    right: 35px;
    width: 120px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .about {
    height: 100%;
  }

  .about.light {
    height: 700px;
  }

  .roadmap {
    height: auto;
    min-height: 900px;
    background-position: 90% 50%;
    background-size: 550px;
  }

  .about-wrapper {
    max-height: none;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

  .about-header-wrapper {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .txt-head-white {
    margin-bottom: 25px;
    font-size: 35px;
  }

  .txt-head-white.white {
    display: inline-block;
  }

  .about-head-and-text-holder {
    width: 100%;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .txt-content-white {
    margin-bottom: 43px;
    text-align: center;
  }

  .about-button-holder {
    width: auto;
  }

  .button-big-orange {
    margin-bottom: 24px;
  }

  .button-big-orange.wp {
    margin-right: 0px;
  }

  .txt-sem-subheader {
    font-size: 16px;
    text-align: center;
  }

  .clm-democracy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 450px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .clm-democracy.double {
    width: 100%;
    height: 100%;
    max-width: 450px;
  }

  .clm-in-democracy {
    height: 100%;
  }

  .clm-in-democracy-content {
    width: 100%;
    min-height: 220px;
  }

  .txt-head-blue.roadmap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    margin-bottom: 25px;
    font-size: 35px;
  }

  .txt-head-blue.roadmap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    margin-bottom: 25px;
    font-size: 30px;
  }

  .txt-orange-capital {
    margin-bottom: 15px;
    text-align: left;
  }

  .roadmanp-head-and-text-holder {
    width: 100%;
    height: auto;
    padding-right: 264px;
    -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;
  }

  .bold-text {
    text-align: left;
  }

  .ico-social-road-wrapper {
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .ico-social-roadmap-twitter {
    width: 37px;
    margin-right: 13px;
    margin-left: 0px;
  }

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

  .clm-whitepaper {
    position: relative;
  }

  .clmi-in-wp-right {
    margin-top: 0px;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .wp-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .wp-text-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
  }

  .wp-twu-button-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 130px;
    margin-top: 26px;
    margin-left: 0px;
    -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-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .img-white-paper {
    max-width: 450px;
    min-width: 400px;
    margin-left: 70px;
  }

  .team-sections-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .team-sections-wrapper.solo {
    padding-bottom: 51px;
  }

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

  .clm-in-team {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-inside-holder {
    max-width: 400px;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-inside-holder.kim {
    padding-bottom: 20px;
  }

  .team-inside-text-holder {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .team-inside-text-holder.kim {
    margin-top: 0px;
  }

  .tst-advisers-content-header {
    margin-top: 0px;
  }

  .txt-advisers-content {
    font-size: 15px;
  }

  .clm-in-media-tf-l {
    display: none;
  }

  .txt-media-content {
    margin-bottom: 0px;
  }

  .txt-media-content.darker {
    color: #fff;
  }

  .clm-in-media-1r {
    display: none;
  }

  .clm-media-tf {
    height: 30vh;
    line-height: 30;
  }

  .clm-in-media-tf-r {
    background-color: #e45545;
    line-height: 20;
  }

  .clm-in-media-2l {
    display: none;
  }

  .clm-in-media-1l._3 {
    background-color: #d14e3f;
  }

  .clm-in-media-2r {
    background-color: #e45545;
  }

  .footer {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
  }

  .clm-in-footer {
    padding-top: 0px;
  }

  .txt-footer-orange {
    margin-top: 63px;
  }

  .txt-footer-links {
    font-size: 14px;
  }

  .community {
    height: 500px;
  }

  .media-header-holder-copy {
    margin-bottom: 14px;
  }

  .clm-community {
    max-width: none;
  }

  .clm-in-slider.m {
    padding-right: 40px;
    padding-left: 40px;
  }

  .slider {
    width: 100%;
    height: 300px;
    max-width: 700px;
  }

  .slide._001 {
    max-width: none;
  }

  .ico-social-roadmap-telegram {
    width: 37px;
    margin-right: 13px;
  }

  .ico-social-roadmap-youtube {
    width: 37px;
  }

  .about-illustration-wrapper {
    height: 300px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-size: 110%;
  }

  .txt-communicty-subheader {
    margin-top: 30px;
    margin-bottom: 4px;
  }

  .txt-communicty-subheader.lower {
    margin-bottom: 5px;
  }

  .community-icons-holder {
    margin-bottom: 0px;
  }

  .tleegram-buttons {
    width: 140px;
    min-height: 38px;
    min-width: 140px;
  }

  .menu-button {
    background-color: #f55d4c;
  }

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

  .ico-social-top {
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .ico-social-top-yt {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ico-social-top-holder.telgram-2 {
    margin-right: -51px;
  }

  .ico-social-top-holder.yt {
    margin-right: -45px;
  }

  .ico-social-top-holder.medium {
    margin-right: -43px;
    margin-left: -19px;
  }

  .community-vertical-wrapper {
    height: auto;
    min-height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tabs-team {
    width: 100%;
    max-width: 100%;
  }

  .tabs-menu {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0px;
  }

  .tab-navig-link {
    text-align: center;
  }

  .tab-navig-link._01 {
    border-radius: 0px;
  }

  .tab-navig-link._05 {
    border-radius: 0px;
  }

  .img-photo-team {
    width: 101%;
    margin-bottom: 30px;
  }

  .team-iside-photo-holder {
    width: 100%;
    padding: 20px 20px 0px;
  }

  .about-header-wrapper-copy {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-head-and-text-holder-copy {
    width: 100%;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner-wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.14)), to(rgba(0, 0, 0, 0.14))), url('../images/banner_token_sale.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)), url('../images/banner_token_sale.png');
    background-position: 0px 0px, 30% 60%;
    background-size: auto, auto 100%;
  }

  .but-banner {
    width: 220px;
    height: 50px;
    letter-spacing: 2px;
  }

  .txt-banner-big {
    letter-spacing: 2px;
  }

  .txt-banner-small {
    letter-spacing: 4px;
  }

  .team-iside-photo-holder-copy {
    width: 100%;
    padding: 20px 20px 0px;
  }

  .img-photo-team-copy {
    width: 101%;
    margin-bottom: 30px;
  }

  .txt-bf-main.tiny {
    font-size: 8px;
  }

  .button.button-bf-mini {
    width: 130px;
    height: 40px;
    font-size: 10px;
  }

  .bitfinex-mini {
    display: none;
  }

  .im-bf-mini {
    width: auto;
    height: 15px;
  }

  .bf-counter-number-mini {
    width: auto;
    margin-right: 17px;
    margin-left: 17px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .bitfinex-mini-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 110px;
    -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;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/bgr2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/bgr2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .txt-bf-mini-main-copy.mobile {
    margin-left: 28px;
    font-size: 18px;
    letter-spacing: 2px;
  }

  .bf-xpil-mobile-holder {
    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;
  }

  .bf-spli-upper-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 9px;
    margin-left: 6px;
  }

  .video-kim {
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .video-kim.light {
    height: 700px;
  }

  .vid-kim-wrapper {
    max-height: none;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

  .player-holder {
    width: 100%;
    height: 320px;
    max-width: 600px;
  }

  .img-player-thumb {
    top: 35px;
    width: 100%;
    height: auto;
    max-width: none;
  }

  .txt-player-small {
    left: auto;
    top: 22px;
    right: 0%;
    bottom: auto;
    width: 48%;
    padding-top: 29px;
  }

  .txt-header-player {
    margin-bottom: 13px;
    font-size: 16px;
    text-align: center;
  }

  .txt-header-player.light.smaller {
    margin-bottom: 20px;
  }

  .player-bottom-button-kim {
    min-height: 38px;
    min-width: 180px;
  }

  .player-content {
    width: 100%;
  }

  .video-kim-copy {
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .video-kim-copy.light {
    height: 700px;
  }

  .video-kim-copy.tokensale {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .player-bottom-button-tokens {
    min-height: 38px;
    min-width: auto;
  }

  .img-player-thumb-token {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .video-kim-2 {
    height: 100vh;
    padding: 50px 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .player-holder-2 {
    z-index: 10000;
    width: 100%;
    height: auto;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .youtube-2 {
    width: 100%;
    max-width: none;
  }

  .token-sale-button-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .hero-wrapper {
    padding-bottom: 40px;
  }

  .top-2-button-holder {
    height: 100px;
    margin-bottom: 42px;
    padding-right: 0px;
    padding-left: 30px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-2-button-holder.l {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top-2-button-holder.mobile {
    width: 80%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -8px;
    padding-top: 16px;
    padding-left: 0px;
  }

  .buttons-round {
    width: 180px;
    margin-left: 0px;
  }

  .buttons-round.light.darkover {
    margin-left: 0px;
  }

  .hero-mid-content-wrapper {
    margin-bottom: 40px;
    padding-right: 15px;
    padding-left: 30px;
  }

  .top-navig-and-button-wrapper {
    overflow: visible;
  }

  .hero-header-holder {
    margin-bottom: 0px;
  }

  .txt-head-her {
    margin-bottom: 24px;
    line-height: 30px;
  }

  .txt-head-her._40450 {
    margin-top: 25px;
    font-size: 25px;
  }

  .txt-head-her._404big {
    font-size: 90px;
  }

  .img-plane {
    display: none;
  }

  .about.light {
    height: 100%;
  }

  .roadmap {
    position: relative;
    min-height: 1000px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 110% 100%;
    background-size: 500px;
  }

  .about-wrapper {
    padding: 30px 0px 0px;
  }

  .about-header-wrapper {
    position: relative;
    display: block;
    height: auto;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .txt-head-white.white {
    color: #fff;
  }

  .about-head-and-text-holder {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .txt-content-white {
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
  }

  .about-button-holder {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-big-orange {
    width: 210px;
    height: 45px;
    font-size: 12px;
  }

  .button-big-orange.wp {
    width: 230px;
  }

  .button-big-orange._404 {
    width: 170px;
  }

  .about-democracy-wrapper {
    margin-bottom: 0px;
    padding-bottom: 45px;
  }

  .txt-sem-subheader.wp {
    font-size: 16px;
  }

  .clm-democracy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .clm-in-democracy {
    padding-right: 25px;
    padding-left: 25px;
  }

  .txt-democracy-content {
    margin-bottom: 19px;
  }

  .about-wrapper-copy {
    position: relative;
    display: block;
    height: auto;
    min-height: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .txt-head-blue {
    font-size: 35px;
    text-align: center;
  }

  .txt-head-blue.roadmap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center;
  }

  .txt-head-blue.mobile-header {
    display: block;
    margin-top: 0px;
    margin-bottom: 37px;
  }

  .txt-head-blue.roadmap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 20px;
    text-align: center;
  }

  .txt-orange-capital {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }

  .roadmanp-head-and-text-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bold-text {
    font-size: 15px;
    line-height: 20px;
  }

  .ico-social-road-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: auto;
    margin-top: 0px;
  }

  .ico-social-roadmap-twitter {
    margin-top: 0px;
  }

  .whitepaper {
    overflow: hidden;
  }

  .clmi-in-wp-right {
    margin-bottom: 0px;
  }

  .wp-wrapper {
    padding-top: 50px;
  }

  .button-big-white-outline {
    width: 230px;
    padding-top: 19px;
    font-size: 12px;
  }

  .img-white-paper {
    overflow: hidden;
    max-width: 98%;
    min-width: 98%;
    margin-top: -33px;
  }

  .team-sections-wrapper {
    padding-top: 50px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .team-inside-holder {
    max-width: none;
    min-height: auto;
    margin-bottom: 50px;
  }

  .txt-advisers-content {
    font-size: 13.5px;
  }

  .clm-media-1 {
    height: 100%;
    min-height: auto;
  }

  .txt-media-header-2 {
    letter-spacing: 4px;
  }

  .txt-media-content {
    margin-right: 30px;
    line-height: 22px;
  }

  .media-header-holder {
    padding-right: 20px;
    padding-left: 20px;
  }

  .clm-media-tf {
    height: 100%;
  }

  .clm-in-media-tf-r {
    padding-top: 50px;
    padding-bottom: 70px;
    padding-left: 30px;
  }

  .clm-in-media-1l {
    height: auto;
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 70px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .clm-media-2 {
    height: 100%;
    min-height: auto;
  }

  .clm-in-media-2r {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 70px;
    padding-left: 30px;
  }

  .community {
    height: auto;
    min-height: auto;
    padding-bottom: 45px;
  }

  .txt-community-header {
    letter-spacing: 4px;
  }

  .media-header-holder-copy {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .clm-in-slider.m {
    padding-right: 23px;
    padding-left: 23px;
  }

  .clm-in-slider.r {
    padding-top: 0px;
    padding-bottom: 38px;
  }

  .slider {
    height: 200px;
  }

  .left-arrow {
    margin-left: -45px;
  }

  .right-arrow {
    margin-right: -45px;
  }

  .ico-social-roadmap-youtube {
    margin-top: 0px;
  }

  .about-illustration-wrapper {
    height: 180px;
    margin-top: 0px;
    padding-top: 0px;
    background-position: 50% 20%;
  }

  .txt-communicty-subheader {
    margin-bottom: 20px;
    line-height: 25px;
    text-align: center;
  }

  .txt-communicty-subheader.lower {
    min-height: auto;
    margin: 66px 20px 20px;
    clear: left;
  }

  .community-icons-holder {
    margin-bottom: 0px;
  }

  .ico_holder.twitter {
    margin-right: 25px;
    margin-left: 25px;
  }

  .tleegram-buttons {
    width: 140px;
    min-height: 38px;
    min-width: 140px;
    margin-bottom: 20px;
    margin-left: 13px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block-4.mobile {
    margin-left: 7px;
  }

  .community-right-button-holder {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 40px;
    clear: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .community-right-button-holder.dark {
    margin-top: 0px;
  }

  .ico-social-top-with-text {
    margin-right: -27px;
    margin-bottom: 6px;
    margin-left: 0px;
  }

  .ico-social-top-holder.telgram {
    margin-right: -37px;
  }

  .ico-social-top-holder.telgram-2 {
    margin-right: -53px;
    margin-left: 0px;
  }

  .ico-social-top-holder.yt {
    margin-right: -2px;
    margin-left: 0px;
  }

  .ico-social-top-holder.twitter {
    margin-right: -31px;
    margin-left: 16px;
  }

  .ico-social-top-holder.medium {
    margin-right: -46px;
    margin-left: -33px;
  }

  .ico-social-top-holder.contact {
    margin-left: -46px;
  }

  .community-vertical-wrapper {
    height: auto;
    min-height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 30px;
    clear: left;
    -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;
  }

  .tabs-wrapper {
    padding-top: 45px;
    padding-bottom: 0px;
  }

  .tabs-menu {
    box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.47);
  }

  .img-photo-team {
    margin-bottom: 0px;
  }

  .team-iside-photo-holder {
    padding: 0px;
  }

  .text-block-5 {
    position: relative;
    margin-top: 30px;
  }

  .about-header-wrapper-copy {
    position: relative;
    display: block;
    height: auto;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .about-head-and-text-holder-copy {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner-wrapper {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/banner_token_sale.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/banner_token_sale.png');
    background-position: 0px 0px, 45% 80%;
    background-size: auto, auto 100%;
  }

  .banner-in-holder {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .img-logo-bitfinex {
    margin-top: 32px;
    margin-bottom: 40px;
  }

  .but-banner {
    width: 200px;
    height: 48px;
    margin-top: 32px;
    margin-bottom: 40px;
    font-size: 12px;
  }

  .txt-banner-big {
    margin-top: 0px;
    margin-bottom: 2px;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
  }

  .txt-banner-small {
    line-height: 13px;
    text-align: center;
    letter-spacing: 3.2px;
  }

  .team-iside-photo-holder-copy {
    padding: 0px;
  }

  .img-photo-team-copy {
    margin-bottom: 20px;
  }

  .txt-bf-main.tiny {
    color: #fff;
    font-size: 6px;
  }

  .txtbf-numbers.mininumber {
    font-size: 20px;
  }

  .button.button-bf-mini {
    width: 120px;
  }

  .im-bf-mini {
    height: 14px;
    line-height: 15px;
  }

  .bf-counter-holder-mini {
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .bf-counter-number-mini {
    height: auto;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 11px;
    padding-left: 11px;
  }

  .bitfinex-mini-mobile {
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .txt-bf-mini-main-copy.mobile {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
    letter-spacing: 0px;
  }

  .bf-xpil-mobile-holder {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .bf-spli-upper-mobile {
    width: 100%;
    margin-top: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .video-kim {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .video-kim.light {
    height: 100%;
  }

  .vid-kim-wrapper {
    padding: 30px 0px 0px;
  }

  .player-holder {
    height: 200px;
    margin-bottom: 14px;
  }

  .img-player-thumb {
    top: 43px;
    width: 100%;
    height: auto;
  }

  .txt-player-small {
    display: none;
    margin-bottom: 19px;
  }

  .play-button {
    width: 80px;
  }

  .txt-header-player.wp {
    font-size: 16px;
  }

  .txt-header-player.light {
    font-size: 14px;
  }

  .txt-header-player.light.smaller {
    font-size: 13px;
    line-height: 20px;
  }

  .player-bottom-button-kim {
    width: 180px;
    min-height: 38px;
    min-width: 180px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 15px;
    text-align: left;
  }

  .video-kim-copy {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .video-kim-copy.light {
    height: 100%;
  }

  .video-kim-copy.tokensale {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .player-bottom-button-tokens {
    width: auto;
    min-height: 38px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 19px;
    padding-left: 19px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 15px;
    text-align: left;
  }

  .img-player-thumb-token {
    width: 100%;
    height: auto;
  }

  .txt-player-loading.mobile {
    margin-left: 7px;
  }

  .video-kim-2 {
    height: 100vh;
    padding: 30px 15px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .player-holder-2 {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .link-block-4 {
    width: 50px;
    margin-bottom: 70px;
  }

  .token-sale-button-holder {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 40px;
    clear: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .token-sale-button-holder.dark {
    margin-top: 0px;
  }

  .language-selecotr-animation-holder-mobile {
    margin-left: 21px;
  }
}
