@font-face {
  font-family: 'NeuzeitGro-Lig';
  src: url(/fonts/35B366_0_0.eot?8243119d01bf72444aeead7fc94c5a40);
  src: url(/fonts/35B366_0_0.eot?8243119d01bf72444aeead7fc94c5a40?#iefix) format('embedded-opentype'), url(/fonts/35B366_0_0.woff2?e7ef355afa0c1fc917e14636396fecd5) format('woff2'), url(/fonts/35B366_0_0.woff?bbbe4392fd93397e7476ff0f276c383e) format('woff'), url(/fonts/35B366_0_0.ttf?eb989cbb088d1f999cd644999bf6add2) format('truetype');
}
@font-face {
  font-family: 'NeuzeitGro-Bla';
  src: url(/fonts/35B366_1_0.eot?52ad627ac87bc9f9a12452269fb8a7ef);
  src: url(/fonts/35B366_1_0.eot?52ad627ac87bc9f9a12452269fb8a7ef?#iefix) format('embedded-opentype'), url(/fonts/35B366_1_0.woff2?d45b6bc5284abe77017820ed7848a7bc) format('woff2'), url(/fonts/35B366_1_0.woff?ffee0950d590906553ff5b1737002804) format('woff'), url(/fonts/35B366_1_0.ttf?e612d91248f00074257bc6db51065aae) format('truetype');
}
@font-face {
  font-family: 'NeuzeitGroCon-Bla';
  src: url(/fonts/35B366_2_0.eot?3ba57fb146036d8fe96e6099cd46bca9);
  src: url(/fonts/35B366_2_0.eot?3ba57fb146036d8fe96e6099cd46bca9?#iefix) format('embedded-opentype'), url(/fonts/35B366_2_0.woff2?1313fec344dcd64bb96bc7e93c574435) format('woff2'), url(/fonts/35B366_2_0.woff?1c7f65ff4c90f9231bb5da1aec39c997) format('woff'), url(/fonts/35B366_2_0.ttf?d52531d7cecd779d4ca78540557ccf38) format('truetype');
}
@font-face {
  font-family: 'NeuzeitGro-Reg';
  src: url(/fonts/35B366_3_0.eot?b15bf4402d0f33c63eb80bd61303cbd8);
  src: url(/fonts/35B366_3_0.eot?b15bf4402d0f33c63eb80bd61303cbd8?#iefix) format('embedded-opentype'), url(/fonts/35B366_3_0.woff2?58294e67837c922b95f68b407dc0d4b9) format('woff2'), url(/fonts/35B366_3_0.woff?b37aee810690e6a10950a291721d4a57) format('woff'), url(/fonts/35B366_3_0.ttf?9bcdf4bc365790bf1da41b78471d3587) format('truetype');
}
@font-face {
  font-family: 'NeuzeitGro-Bol';
  src: url(/fonts/35B366_4_0.eot?71a905ad344d8a782c5b025eb1210c13);
  src: url(/fonts/35B366_4_0.eot?71a905ad344d8a782c5b025eb1210c13?#iefix) format('embedded-opentype'), url(/fonts/35B366_4_0.woff2?616c61f78d3f4836d92ba1477f22bf1a) format('woff2'), url(/fonts/35B366_4_0.woff?61dfd2ec008b70831c45f590388bcd91) format('woff'), url(/fonts/35B366_4_0.ttf?83ebf4ae53066217aeb286a75304f795) format('truetype');
}
@font-face {
  font-family: 'NeuzeitGroExt-Bla';
  src: url(/fonts/35B366_5_0.eot?3822be48cb88c9857470dc3ee4c74963);
  src: url(/fonts/35B366_5_0.eot?3822be48cb88c9857470dc3ee4c74963?#iefix) format('embedded-opentype'), url(/fonts/35B366_5_0.woff2?a9556655f8712672d17d6b901a0b9808) format('woff2'), url(/fonts/35B366_5_0.woff?fd6927b52945d810cf9616d049025c24) format('woff'), url(/fonts/35B366_5_0.ttf?5e5860d16556da27866164c4ec434b56) format('truetype');
}
body {
  background-color: #FCFDFF;
}
.sign-up.btn.early-access:focus {
  outline: none;
}
.navbar-toggler:focus {
  outline: none;
}
.subscribe-email:focus {
  outline: none;
}
/*Stack child items vertically*/
.vbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  /*Align children vetically*/
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
/*Stack child items horizontally*/
.hbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  /*Align children horizontally*/
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
/*Stretch item along parent's main-axis*/
.flex {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}
/*Stretch item along parent's cross-axis*/
.stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
/*Stack child items to the main-axis start*/
.main-start {
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
/*Stack child items to the cross-axis start*/
.cross-start {
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
/*Stack child items to the main-axis center*/
.main-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
/*Stack child items to the cross-axis center*/
.cross-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
/*Stack child items to the main-axis end.*/
.main-end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
/*Stack child items to the cross-axis end.*/
.cross-end {
  -ms-flex-align: flex-end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
/*Stretch child items along the cross-axis*/
.cross-stretch {
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
/*Wrap items to next line on main-axis*/
.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
input[type="text"]:focus {
  outline: none;
}
body {
  overflow-x: hidden;
}
.container-full {
  max-width: 100%;
  margin: 20px auto 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-inner {
  width: 100%;
  z-index: 99;
  position: relative;
  overflow: hidden;
  max-height: 60px;
  background: #fff;
}
.logo {
  float: left;
}
.logo img {
  max-height: 32px;
  margin: 13px 0;
}
.nav {
  float: right;
  background: white;
}
.navbar {
  background: white;
}
.nav ul {
  list-style: none;
  margin-bottom: 0;
  margin-right: 0;
  overflow: hidden;
  margin-top: 0;
}
.nav li {
  float: left;
}
.nav ul li a {
  display: block;
  padding: 0 12px;
  line-height: 60px;
  color: #1F2243;
  text-decoration: none;
  font-family: NeuzeitGro-Bol;
  font-size: 18px;
}
.nav ul li a:hover {
  text-decoration: none;
}
.nav-item {
  display: inline-block;
  color: #8F90A1;
  text-decoration: none;
  font-size: 16px !important;
  line-height: 19px;
  margin-right: 15px;
  font-family: "NeuzeitGro-Reg";
}
.nav-item.sign-up.btn {
  margin: 0;
}
@media (min-width: 992px) {
  .nav-item-login {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 80px;
    border: 2px solid #5A7CE7;
    border-radius: 30px;
    text-align: center;
    color: #5A7CE7;
    -webkit-transition: 300ms;
    transition: 300ms;
    font-weight: normal;
    line-height: 16px;
    margin-right: 0;
  }
  .nav-item-register {
    border-radius: 40px;
    background-image: linear-gradient(315deg, #19a9e0 25%, #aa36f1);
    color: white;
    border: none;
    width: 100px;
    text-align: center;
    margin-right: 0;
  }
  .nav-item-register:hover {
    color: white;
  }
}
.social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social li {
  display: inline-block;
}
.social a {
  display: block;
  padding: 6px 10px;
  color: #1F2243;
  opacity: 0.8;
}
.social {
  float: right;
}
.copyright {
  float: left;
  line-height: 16px;
  font-size: 14px;
  opacity: 0.4;
  font-family: NeuzeitGro-Bol;
  line-height: 33px;
  padding-left: 10px;
}
.footer {
  overflow: hidden;
  padding: 14px 0;
}
.hero {
  margin-top: 100px;
}
.organize {
  margin-top: 100px;
}
.organize .section-title {
  color: #1F2243;
  font-size: 40px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px;
  font-family: "NeuzeitGro-Reg";
}
.organize .section-description {
  color: #8F90A1;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.organize-action {
  cursor: pointer;
}
.organize-action:hover {
  background: rgba(50, 50, 50, 0.08);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.organize-action:hover .section-name {
  color: #1F2243;
}
.organize-actions img {
  height: 85px;
  margin-bottom: 15px;
}
/*.organize-actions .active{*/
/*border-bottom:3px solid #D73285;*/
/*}*/
.organize-actions .active:after {
  position: absolute;
  content: '';
  border-bottom: 3px solid #1BA7E0;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2px;
  left: 50%;
}
.organize .section-name {
  color: #8F90A1;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 12px;
}
.organize .organize-slider {
  padding-top: 60px;
}
.organize .organize-slider img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.organize-action-icon {
  text-align: center;
  padding-top: 10px;
}
.line-hr {
  height: 1px;
  width: 100%;
  background-color: #DADADA;
}
.page-navigation {
  margin: 0 auto;
  padding-left: 50px;
  outline: none;
}
.previous {
  border: 1px solid #DADADA;
  border-radius: 17px;
  background-color: #FFFFFF;
  font-size: 16px;
  color: #A6A6B4;
  padding: 4px 13px;
}
.previous:focus {
  outline: none;
}
.page-one {
  border: 1px solid #DADADA;
  border-radius: 50%;
  background-color: #FFFFFF;
  font-size: 16px;
  color: #A6A6B4;
  padding: 3px 13px;
  font-weight: 300;
}
.page-one:focus {
  outline: none;
}
.page-two {
  border: 1px solid #DADADA;
  border-radius: 50%;
  background-color: #FFFFFF;
  font-size: 16px;
  color: #A6A6B4;
  padding: 3px 13px;
  font-weight: 300;
}
.page-two:focus {
  outline: none;
}
.page-three {
  border: 1px solid #DADADA;
  border-radius: 50%;
  background-color: #FFFFFF;
  font-size: 16px;
  color: #A6A6B4;
  padding: 3px 13px;
  font-weight: 300;
}
.page-three:focus {
  outline: none;
}
.page-four {
  border: 1px solid #DADADA;
  border-radius: 50%;
  background-color: #FFFFFF;
  font-size: 16px;
  color: #A6A6B4;
  padding: 3px 13px;
  font-weight: 300;
  outline: none;
}
.page-four:focus {
  outline: none;
}
.page-five {
  border: 1px solid #DADADA;
  border-radius: 50%;
  background-color: #FFFFFF;
  font-size: 16px;
  color: #A6A6B4;
  padding: 3px 13px;
  font-weight: 300;
}
.page-five:focus {
  outline: none;
}
.clicked {
  background: #1BA7E0;
  color: white;
}
.next:focus {
  outline: none;
}
.branding {
  margin: 0 auto;
  border-radius: 10px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.branding h1 {
  text-align: center;
  font-size: 36px;
}
.logotype h1 {
  padding-top: 20px;
  padding-bottom: 40px;
}
.logotype .row {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logotype .first {
  border: 1px solid #DADADA;
  border-radius: 10px;
  height: 192px;
  -webkit-box-flex: 0.28;
      -ms-flex: 0.28;
          flex: 0.28;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 18px;
}
.first img {
  display: block;
  margin: 25px auto 0px;
  margin-top: 25px;
}
.first .logo-text {
  height: 35px;
  width: 170px;
  margin-bottom: 25px;
}
.first .logo {
  height: 34px;
}
.logotype .second {
  border: 1px solid #DADADA;
  border-radius: 10px;
  height: 192px;
  -webkit-box-flex: 0.28;
      -ms-flex: 0.28;
          flex: 0.28;
  background: linear-gradient(45deg, #AA36F1 0%, #19A9E0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
}
.second img {
  display: block;
  margin: 25px auto 0px;
  margin-top: 25px;
}
.second .logo-text {
  height: 35px;
  width: 170px;
  margin-bottom: 25px;
}
.second .logo {
  height: 34px;
}
.logotype .third {
  border: 1px solid #DADADA;
  border-radius: 10px;
  height: 192px;
  -webkit-box-flex: 0.28;
      -ms-flex: 0.28;
          flex: 0.28;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
}
.third img {
  display: block;
  margin: 25px auto 0px;
  margin-top: 25px;
}
.third .logo-text {
  height: 35px;
  width: 170px;
  margin-bottom: 25px;
}
.third .logo {
  height: 34px;
}
.brand-colour h1 {
  padding-top: 20px;
  padding-bottom: 40px;
}
.brand-colour .row {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.left {
  border: 1px solid #DADADA;
  border-radius: 10px;
  height: 192px;
  -webkit-box-flex: 0.43;
      -ms-flex: 0.43;
          flex: 0.43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 18px;
  background: linear-gradient(45deg, #E636F1 0%, #55CDFB 100%);
}
.right {
  border: 1px solid #DADADA;
  border-radius: 10px;
  height: 192px;
  -webkit-box-flex: 0.43;
      -ms-flex: 0.43;
          flex: 0.43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 18px;
  background: linear-gradient(45deg, #AA36F1 0%, #19A9E0 100%);
}
.screenshots > img {
  display: block;
  margin: 0 auto 50px;
}
.screenshots h1 {
  margin-top: 50px;
}
.multiple-tools {
  background-color: #FCFCFC;
  padding-top: 70px;
  padding-bottom: 70px;
}
.multiple-tools img {
  max-width: 100%;
}
.multiple-tools .section-title {
  /*margin-top:70px;*/
  margin-bottom: 20px;
  font-family: "NeuzeitGro-Reg";
  color: #1F2243;
  font-size: 40px;
  line-height: 30px;
  text-align: center;
}
.multiple-tools .section-description {
  margin-bottom: 50px;
  color: #8F90A1;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
.join-section {
  margin-top: 60px;
  background-color: #FCFCFC;
}
.hero-animation {
  max-width: 100%;
}
.toggler {
  margin-top: 70px;
  margin-bottom: 70px;
}
.toggler img {
  max-width: 100%;
}
.toggler-images img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.toggler-actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.toggler-actions .section-title {
  margin-bottom: 36px;
  color: #1F2243;
  font-size: 40px;
  line-height: 48px;
}
.toggler-actions ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.toggler-actions li {
  color: #8F90A1;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  padding-left: 9px;
  cursor: pointer;
}
.toggler-actions li:last-child {
  margin-bottom: 0;
}
.toggler-actions li img {
  margin-right: 9px;
}
.toggler-actions li.active {
  /*background-color: #F4F4F4;
  border-top-left-radius:15px;
  border-bottom-left-radius:15px;*/
  background: url('/img/arrow.png');
  background-size: 100% 100%;
}
.toggler-actions li:hover {
  background: url('/img/arrow.png');
  background-size: 100% 100%;
}
.hero h1 {
  color: #1F2243;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 30px;
  font-family: "NeuzeitGro-Reg";
}
.hero ul {
  padding-left: 0;
}
.hero ul li {
  color: #1f2243;
  font-size: 22px;
  line-height: 26px;
  /*margin-bottom:15px;
  margin: 0;*/
  /*padding: 0px 0px 1px 24px;*/
  /*vertical-align: middle;*/
  background: url('/img/icons/star.svg') no-repeat 12px 12px transparent;
  list-style-type: none;
  padding: 6px 0px 32px 35px;
  vertical-align: middle;
  height: 26px;
  margin-left: -7px;
}
.info {
  margin: 50px auto;
}
.info h1 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 14px;
}
.info p {
  font-size: 18px;
}
.pulse-button {
  display: block;
  -webkit-animation: pulse 2s infinite;
  width: 200px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sign-up.btn {
  border-radius: 30px;
  /*box-shadow: 0 5px 20px 0 rgba(133,26,115,0.27);*/
  background-color: #AA36F1;
  background-image: linear-gradient(315deg, #19A9E0 25%, #AA36F1 100%);
  border: none !important;
  /*background-image: -webkit-linear-gradient(315deg, #bd3098 25%, #ff3566 100%);
  background-image: -moz-linear-gradient(315deg, #bd3098 25%, #ff3566 100%);
  background-image: -o-linear-gradient(315deg, #bd3098 25%, #ff3566 100%);
  background-image: linear-gradient(315deg, #bd3098 25%, #ff3566 100%);*/
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  float: right;
  padding: 7px 50px;
  margin-top: 20px;
  margin-left: 10px;
  letter-spacing: 1px;
}
.sign-up.btn:active {
  background-image: linear-gradient(315deg, #19A9E0 25%, #AA36F1 100%);
}
.sign-up.btn:visited {
  background-image: linear-gradient(315deg, #19A9E0 25%, #AA36F1 100%);
}
.sign-up.btn:hover {
  background-image: linear-gradient(315deg, #19A9E0 25%, #AA36F1 100%);
}
.sign-up.btn.early-access {
  float: none;
  /*margin: 0 auto;*/
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 370px;
  font-family: NeuzeitGro-Bol;
}
.cont-1300 {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}
.join-beta {
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px 0 rgba(31, 34, 67, 0.09);
          box-shadow: 0 0 20px 0 rgba(31, 34, 67, 0.09);
  background-color: #FCFCFC;
  padding: 70px;
  margin-bottom: 120px;
}
.join-beta .sign-up-explained .box-icon {
  height: 70px;
}
.sign-up.btn.early-access {
  float: none;
  margin: 0 auto;
  text-transform: uppercase;
  font-family: NeuzeitGro-Bol;
  letter-spacing: 1px;
  width: 300px;
}
p.pink-text {
  font-size: 20px;
  font-family: NeuzeitGro-Reg;
  color: #cc2d7e;
  margin-top: 0;
  margin-bottom: 46px;
}
.join-beta h2 {
  color: #1F2243;
  font-size: 40px;
  font-family: NeuzeitGro-Bol;
  line-height: 45px;
  margin: 0 0 1rem 0;
  margin-bottom: 12px;
}
.join-beta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 94px;
  padding: 0 60px;
}
.box {
  width: 25%;
}
.box p {
  line-height: 22px;
  font-size: 18px;
  color: #1F2243;
  opacity: 0.7;
  height: 60px;
}
.sign-up-desc {
  color: #8F90A1;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
.main-nav-items.in {
  display: block;
}
.hide-md {
  display: inline-block;
}
.show-md {
  display: none;
}
.navbar-custom {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}
.navbar-custom .navbar-brand {
  margin-left: 15px;
}
.navbar-custom .navbar-toggler {
  margin-right: 15px;
}
@media (min-width: 992px) {
  .navbar-custom {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .navbar-custom {
    max-width: 1140px;
  }
}
@media (max-width: 991px) {
  .navbar-custom {
    border-bottom: 1px solid #f1f1f1;
  }
  .navbar-expand-lg .navbar-nav {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #6969E9;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-right: -16px;
    margin-left: -16px !important;
    margin-top: 10px;
    z-index: 1;
    padding-bottom: 30px;
  }
  .nav-item {
    color: white !important;
    text-transform: uppercase;
    font-size: 32px !important;
    line-height: 32px;
  }
  .nav-item:first-child {
    margin-top: -30px;
  }
  .nav-item.sign-up.btn {
    background: white;
    color: black !important;
    font-size: 28px !important;
    padding: 14px 40px;
  }
  .show-md {
    display: inline-block;
  }
  .hero h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .hero ul li {
    font-size: 16px;
    line-height: 18px;
    margin-left: -10px;
    padding: 10px 0px 22px 30px;
  }
  .hero {
    margin-top: 60px;
  }
  .hero .sign-up.btn.early-access {
    width: 90%;
  }
  .sign-up.btn.early-access {
    padding: 5px;
    font-size: 15px;
    font-family: "NeuzeitGro-Reg";
    margin-top: 30px;
  }
  .organize {
    margin-top: 60px;
  }
  .organize .section-title {
    font-size: 28px;
    line-height: 30px;
  }
  .organize .section-description {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .organize .organize-actions img {
    height: 60px;
  }
  .organize .section-name {
    font-size: 18px;
    line-height: 18px;
  }
  .organize .organize-slider {
    padding-top: 30px;
  }
  .multiple-tools {
    padding-top: 40px;
  }
  .multiple-tools .section-title {
    font-size: 28px;
    line-height: 28px;
  }
  .multiple-tools .section-description {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 18px;
  }
  .bottom-slider .section-title-sm h2 {
    font-family: "NeuzeitGro-Reg";
    color: #1F2243;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .bottom-slider .toggler-actions li {
    font-size: 18px;
    height: 35px;
    line-height: 35px;
  }
  .bottom-slider .toggler-actions li img {
    margin-right: 6px;
    width: 16px;
    position: relative;
    top: -2px;
  }
  .join-beta {
    padding: 30px 0 20px 0;
  }
  .join-beta h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .join-beta .sign-up-desc {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
  }
  .join-beta .join-beta-info {
    margin-top: 40px;
    padding: 0;
  }
  .join-beta .sign-up-explained .box-icon {
    height: 40px;
  }
  .join-beta .sign-up-explained p {
    line-height: 17px;
    font-size: 15px;
    opacity: 0.8;
    margin-top: 20px;
  }
  .hide-md {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide-md {
    display: inline-block;
  }
  .show-md {
    display: none;
  }
  .hero {
    margin-top: 60px;
  }
  .hero h1 {
    width: 100%;
    text-align: center;
  }
  .hero h1 br {
    display: none;
  }
  .hero .sign-up.btn.early-access {
    margin: 0 auto !important;
    width: 220px;
    margin-top: 30px !important;
  }
  .hero ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .hero ul li {
    width: 275px;
  }
  .hero .left-col {
    margin-bottom: 40px;
  }
  .toggler-actions ul {
    margin-bottom: 10px;
  }
  .toggler-actions li {
    width: 24%;
    display: inline-block;
  }
  .toggler-actions li.active {
    background: #f4f4f4;
    border-radius: 10px;
  }
  .toggler-actions li:hover {
    background: #f4f4f4;
    border-radius: 10px;
  }
  .box-icon svg {
    width: 40px;
  }
  .copyright {
    float: none ;
  }
  .footer .social {
    float: none !important;
  }
}
@media (max-width: 576px) {
  .footer .social li {
    display: block;
  }
  .copyright {
    float: none;
    padding-left: 0;
  }
  .nav-item {
    font-size: 32px !important;
    line-height: 32px;
  }
  .hero {
    margin-top: 30px;
  }
  .hero h1 {
    font-size: 24px;
    line-height: 26px;
  }
  .bottom-slider .section-title-sm h2 {
    font-size: 22px;
    line-height: 22px;
  }
  .bottom-slider .toggler-actions ul {
    margin-bottom: 0;
  }
  .bottom-slider .toggler-actions li {
    font-size: 14px;
    height: 28px;
    line-height: 28px;
  }
  .toggler {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .organize .section-name {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .organize .section-title {
    font-size: 22px;
    line-height: 22px;
  }
  .organize .section-description {
    font-size: 16px;
    margin-bottom: 0;
  }
  .organize .organize-action {
    padding: 0;
  }
  .organize .organize-action img {
    width: 50%;
    margin: 0 auto;
  }
  .organize .organize-slider {
    min-width: 100%;
    overflow-x: scroll;
    padding-left: 20px;
  }
  .organize .organize-slider img {
    width: 550px;
    min-width: 550px;
  }
  .multiple-tools .section-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .multiple-tools .section-description {
    font-size: 16px;
  }
  .join-beta h2 {
    font-size: 22px;
  }
  .join-beta .sign-up-desc {
    font-size: 16px;
  }
  .join-beta .sign-up.btn.early-access {
    width: 200px;
  }
  .join-beta .join-beta-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .join-beta .box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .join-beta .box .box-icon {
    min-width: 70px;
    width: 70px;
  }
  .join-beta .sign-up-explained p {
    margin-top: 0;
    width: 150px;
    text-align: left;
    padding-left: 20px;
  }
}
@media (max-width: 420px) {
  .bottom-slider .toggler-actions li {
    text-align: center;
    width: 23%;
    height: auto;
    padding-left: 0;
    padding-top: 10px;
  }
  .bottom-slider .toggler-actions li img {
    display: block;
    margin: 0 auto;
  }
}
.fade-leave-active {
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
.fade-enter-active {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.fade-enter-to {
  opacity: 1;
}
.fade-enter {
  opacity: 0;
}
.banner {
  background: url('/img/cover.png');
  background-size: cover;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.banner img {
  position: absolute;
}
.banner .obj-1 {
  bottom: -25px;
  left: 30px;
  width: 6.2vw;
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}
.banner .obj-2 {
  top: -15px;
  left: 250px;
  width: 8.7vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.banner .obj-3 {
  bottom: -155px;
  left: 395px;
  width: 12vw;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
.banner .obj-4 {
  bottom: -85px;
  right: 395px;
  width: 9.4vw;
}
.banner .obj-5 {
  top: -25px;
  right: 250px;
  width: 6.5vw;
}
.banner .obj-6 {
  right: -35px;
  bottom: -35px;
  width: 11vw;
}
.banner-body {
  z-index: 2;
}
.banner-title {
  font-size: 46px;
  font-weight: bold;
  line-height: 55px;
}
.navbar-custom {
  max-height: 60px;
}
