

.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;
}
.header-mobile-1{
  padding: 1em 0;
}

#standard-container{
  min-height: 400px;
}

.text-title-intro{
  text-align: left;
}
.link-block-5{
  width: 25%;
}

.div-card{
  width:98%;
  overflow: hidden;
}
div.link-block-5 .div-card:hover,
div.link-block-5 .div-card {
  cursor: default;
  border: none;
  box-shadow: 0 0 20px 3px #dfdfdf;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
div.link-block-2 .nav-arrow,
div.link-block-5 .nav-arrow{
  visibility: hidden;
}


@media screen and (max-width: 991px) {
  .global-div-card {
    display: none;
  }
  .slider-card-mobile {
    display: block;
    width: 100%;
  }
  .mask {
    overflow: hidden;
    width: 100%;
    box-shadow: 1px 1px 20px 2px #d9d9d9;
  }  
  .slide {
    width: 100%;
    text-align: center;
    padding: 40px 20px;
    background-color: #fff;
  }
  .left-arrow, 
  .right-arrow {
    display: none;
  }  
  .link-block-2 {
    height: 90%;
    color: #000;
    text-decoration: none;
  }
  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -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;
  }
  .text-block-6 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
  }
  .text-block-7 {
    text-align: center;
  }
}