.header{
  height: auto;
}
.header-text{
  box-sizing: border-box;
  padding-left: 6%;
  display: flex;
  flex-wrap: wrap;
}
.header-text-1{
  padding-right: 4px;
}
/*
.header-text-1:after{
  content:' • ';
}
*/
.header-text-2{
  white-space: nowrap;
}

.text-title-intro {
  box-sizing: border-box;
  padding: 10px;
}
.text-intro-subtitle{
  box-sizing: border-box;
  font-weight: normal;
  padding: 10px 0;
}

@media screen and (max-width: 479px){
  .header-mobile-1 .header-text{
    display: none;
  }
  .header-text{
    padding-left: 0;
  }
}

.form-layer {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 7;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}
.form .form-layer{
  display: block;
}

.form #standard-container{
  position: fixed;
  width: 100%;
  z-index: 10;
}
.form .text-title-intro {
  opacity: 0;
}
#standard-container{
  min-height: 400px;
}

.text-title-intro{
  text-align: left;
}
.link-block-5{
  width: 25%;
  margin: 0 2px;
}
#zone-1{
  margin-top: 40px;
}
.video{
  margin-top: 120px;
}