body {
  font-family: NotoSans, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

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

.logo-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-top: 12%;
  -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: #fff;*/
  background-color: #D9D9DE;
}

.main-content {
  width: 80%;
  padding: 10% 20% 10% 10%;
  background-color: #000;
}

.logo {
  color: #000;
  font-size: 1.5vw;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;

  img{
    width: 180px;
    height: auto;
  }
}

.hl-big {
  margin-top: 0px;
  margin-bottom: 15%;
  font-size: 5vw;
  line-height: 100%;
  font-weight: 400;
}

.p-big {
  margin-bottom: 0px;
  font-size: 1.8vw;
  line-height: 150%;
}

.portal {
  width: 3vw;
}

.line {
  width: 1px;
  height: 30vh;
  margin-top: 5%;
  margin-bottom: 5%;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.p-medium {
  font-size: 1vw;
  line-height: 150%;
}

.p-big-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.p-big-link:hover {
  color: #bebebe;
}

.p-big-highlight {
  display: inline-block;
  border-bottom: 1.2vw solid hsla(64, 100%, 50%, 0.35);
  line-height: 10%;
}

.p-small {
  max-width: 1000px;
  margin-bottom: 0px;
  font-size: 0.6vw;
  line-height: 180%;
}

.p-small-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.p-small-link:hover {
  color: #bebebe;
}

.white-container {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
}

.logo-mask {
  position: fixed;
  overflow: hidden;
}

.portal-mask {
  position: fixed;
  top: 70%;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-container {
    width: 100%;
    padding: 5%;
    -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;
  }

  .main-content {
    width: 100%;
    padding-right: 10%;
  }

  .logo {
    position: static;
    font-size: 3vw;
  }

  .hl-big {
    font-size: 10vw;
  }

  .p-big {
    font-size: 3.5vw;
  }

  .portal {
    position: static;
    width: 4vw;
  }

  .line {
    height: 15vh;
  }

  .p-medium {
    font-size: 1.5vw;
  }

  .p-small {
    font-size: 1vw;
  }

  .white-container {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .logo-mask {
    position: static;
  }

  .portal-mask {
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .logo-container {
    padding: 10%;
  }

  .main-content {
    padding-top: 24%;
    padding-bottom: 32%;
  }

  .logo {
    font-size: 4.5vw;
  }

  .hl-big {
    margin-bottom: 24%;
    font-size: 9vw;
  }

  .p-big {
    font-size: 5vw;
  }

  .portal {
    width: 8vw;
  }

  .line {
    height: 20vh;
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .p-medium {
    font-size: 3.5vw;
  }

  .p-small {
    font-size: 2vw;
  }
}

.features-list{
  list-style: none;
  padding-left: 0;

  span{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    text-decoration: none;
    vertical-align: baseline;
  }
  .d-inline-flex{
    display: inline-flex;
    margin-right: 10px;
  }

  .icon{
    display: inline-flex;
    align-items: center;
    width: 24px;
    height: 24px;
    visibility: visible;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 6px;
  }
}


@font-face {
  font-family: 'NotoSans';
  src: url('../fonts/NotoSans-700.woff') format('woff'), url('../fonts/NotoSans-700.woff2') format('woff2'), ;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NotoSans';
  src: url('../fonts/NotoSans-Regular.woff') format('woff'), url('../fonts/NotoSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NotoSans';
  src: url('../fonts/NotoSans-Light.woff') format('woff'), url('../fonts/NotoSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

