body{
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

input, input:visited { outline: none; }
input:hover,
input:active,
input:focus {
  /*Edit at will*/
  background: none;
}
textarea, textarea:visited { outline: none; }
textarea:hover,
textarea:active,
textarea:focus {
  /*Edit at will*/
  background: white;
}
button, button:visited { outline: none; }
button:hover,
button:active,
button:focus {
  /*Edit at will*/
  background: none;
}
input, textarea{
  border-radius: 0;
}

.grid{
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -30;
}
.gridColumn{
  width: 100%;
  height: 100vh;
  /*
  border-left: 1px solid #F0F0F0;
  border-right: 1px solid #F0F0F0;
  */
}
.mobGrid{
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -30;
  display: none;
}
.gridColumnInner{
  width: 100%;
  height: 100vh;
  border-left: 1px solid #F0F0F0;
  border-right: 1px solid #F0F0F0;
}

.logo{
  width: 120px;
  height: 40px;
  /*width: 103px;*/
  /*height: 30px;*/
  background: url('../img/logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  /*margin-top: 37px;*/
  margin-top: 30px;
}

.linkNav{
  margin-top: 37px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0;
}

.linkNav li .langLink{
  color: #2c2c2c;
}
.linkNav li .langLink:hover{
  color: #6DB9B7;
}

.linkNav li a{
  font-size: 18px;
  font-weight: 500;
  color: #6DB9B7;
  text-decoration: none;
}

.linkNav li a:hover{
  color: #2c2c2c;
  text-decoration: none;
}

.liENG{
}

nav{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
}

header{
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerImage{
  width: 522px;
  height: 325px;
  background: url('../img/headerImage.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 10;
}

h1{
  font-family: tussilago, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 50px;
  line-height: 53px;
  color: #2C2C2C;
  margin-bottom: 25px;
}
.headerParagraph{
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #2c2c2c;
  width: 80%;
  margin-bottom: 0;
}

.headerFormImage1{
  width: 122px;
  height: 82px;
  background: url('../img/headerFormImage1.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -10%;
  left: 16%;
  z-index: 20;
}

.headerFormImage2{
  width: 110px;
  height: 110px;
  background: url('../img/headerFormImage2.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 77%;
  left: 0%;
  z-index: 5;
}

.headerFormImage3{
  width: 160px;
  height: 160px;
  background: url('../img/headerFormImage3.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -17%;
  left: 76%;
  z-index: 10;
}

.headerPopUp{
  background-color: #6DB9B7;
  border-radius: 30px;
  font-size: 16px;
  color: white;
  text-align: center;
  font-weight: 500;
  position: absolute;
  bottom: 57px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 9px;
  padding-left: 27px;
  padding-right: 27px;
  z-index: 10;
}

.sl2{
  padding-top: 163px;
  padding-bottom: 197px;
  width: 100%;
}

.cardContainer{
  display: flex;
  justify-content: space-between;
}
.card{
  background-color: #2C2C2C;
  width: 266px;
  height: auto;
  border-radius: 20px;
  padding: 25px;
}
.cardIcon1{
  width: 106px;
  height: 85px;
  background: url('../img/serviceIcon1.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 30px;
}

.cardIcon2{
  width: 127px;
  height: 85px;
  background: url('../img/serviceIcon2.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 30px;
}

.cardIcon3{
  width: 136px;
  height: 85px;
  background: url('../img/serviceIcon3.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 30px;
}

.cardIcon4{
  width: 138px;
  height: 85px;
  background: url('../img/serviceIcon4.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 30px;
}

.hrCard{
  border: 1px solid white;
}
.h3Card{
  font-size: 16px;
  line-height: 15px;
  font-weight: bold;
  color: #6DB9B7;
  /* font-family: tussilago, sans-serif;*/
  margin-top: 10px;
  margin-bottom: 15px;
}
.parCard{
  font-size: 13px;
  line-height: 17px;
  color: white;
  /* font-family: tussilago, sans-serif;*/
  font-weight: regular;
  margin-bottom: 10px;
}
.parCard span{
  color: #6DB9B7;
  padding-right: 13px;
  /* font-family: tussilago, sans-serif;*/
  font-weight: bold;
}
.sl3h4{
  font-family: tussilago, sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 28px;
  color: #2C2C2C;
}
.sl3h4 span{
  color: #6DB9B7;
}

.lineCit{
  width: 26px;
  height: 3px;
  background-color: #6DB9B7;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}
.cit{
  font-weight: 500;
  text-transform: uppercase;
  color: #6DB9B7;
}
.centerObject{
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-sl3{
  margin-top: 116px;
  width: 573px;
  height: 382px;
  background: url('../img/sl3.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 10;

}
.sl3Icon1{
  width: 135px;
  height: 84px;
  background: url('../img/sl3Icon1.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 22%;
  right: 15%;
  z-index: 20;
}

.sl3Icon2{
  width: 166px;
  height: 142px;
  background: url('../img/sl3Icon2.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 80%;
  left: 2%;
  z-index: 20;
}

.sl3Icon3{
  width: 98px;
  height: 98px;
  background: url('../img/sl3Icon3.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 79%;
  right: 10%;
  z-index: 5;
}

.sl3{
  padding-bottom: 290px;
}

.sl4-h4{
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #6DB9B7;
  margin-bottom: 5px;
}

.sl4-h2{
  font-family: tussilago, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #2C2C2C;
  font-size: 30px;
  line-height: 38px;
}

.chiSonoBox{
  margin-bottom: 70px;
}

.chiSonoIcon1{
  width: 53px;
  height: 53px;
  background: url('../img/chiSonoIcon1.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  float: left;
  margin-right: 37px;
  margin-bottom: 40px;
}
.chiSonoIcon2{
  width: 53px;
  height: 53px;
  background: url('../img/chiSonoIcon2.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  float: left;
  margin-right: 37px;
  margin-bottom: 60px;
}
.chiSonoIcon3{
  width: 53px;
  height: 53px;
  background: url('../img/chiSonoIcon3.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  float: left;
  margin-right: 37px;
  margin-bottom: 40px;
}

.chiSonoPar{
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #2C2C2C;
  width: 90%;
}
.chiSonoPar span{
  font-weight: bold;
  color: #6DB9B7;
}
.adjust{
  margin-top: -120px;}

.sl4{
  padding-bottom: 150px;
}
.sl5-h3{
  font-family: tussilago, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #2C2C2C;
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 165px;
}
.sl5-par{
  font-size: 16px;
  font-weight: 500;
  color: #2C2C2C;
  text-align: center;
}

.logosBox{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
  margin-bottom: 170px;
}

.logo1{
  width: 121px;
  height: 22px;
  background: url('../img/beplano.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.logo2{
  width: 115px;
  height: 59px;
  background: url('../img/reda.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: -20px;
}
.logo3{
  width: 144px;
  height: 49px;
  background: url('../img/redipsi.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.logo4{
  width: 219px;
  height: 55px;
  background: url('../img/aicp.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.logo5{
  width: 111px;
  height: 51px;
  background: url('../img/emcc.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 20px;
}
.logo6{
  width: 124px;
  height: 16px;
  background: url('../img/aptiv.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sl5{
  padding-bottom: 200px;
}
.tagBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tagLabel{
  font-size: 15px;
  font-weight: 500;
  color: #2C2C2C;
  text-align: center;
  border: 1px solid #2C2C2C;
  border-radius: 50px;
  box-sizing: border-box;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 15px;
  margin-right: 5px;
  margin-left: 5px;
}
.cardLego{
  background-color: #2C2C2C;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 60px;
  height: 590px;
}
.cardLego-box1{
  width: 45%;
  height: auto;
  float: left;
}
.cardLego-box2{
  width: 55%;
  margin-left: 45%;
  height: auto;
}
.sl5-h2{
  font-family: tussilago, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: white;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 27px;
}
.sl5-par{
  color: #2C2C2C;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}
.legoImage{
  width: 100%;
  height: 293px;
  background: url('../img/lego.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 20;
}
.legoIcon1{
  width: 155px;
  height: 77px;
  transform: rotate(13deg);
  background: url('../img/legoIcon1.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 13%;
  left: 78%;
  z-index: 30;
}

.legoIcon2{
  width: 104px;
  height: 69px;
  background: url('../img/legoIcon2.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 75%;
  left: 71%;
  z-index: 30;
}

.legoIcon3{
  width: 96px;
  height: 96px;
  background: url('../img/legoIcon3.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 67%;
  left: 49%;
  z-index: 10;
}
.sl6{
  padding-bottom: 225px;
}
.sl6-par{
  font-size: 16px;
  font-weight: 500;
  color: white;
}
.sl7-par{
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.filosofyImage{
  width: 100%;
  height: 353px;
  background: url('../img/filosofy.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 260px;
  z-index: 20;
}
.filosofyIcon1{
  width: 155px;
  height: 104px;
  background: url('../img/filosofyIcon1.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 34%;
  left: 14%;
  z-index: 10;
}
.filosofyIcon2{
  width: 96px;
  height: 96px;
  background: url('../img/filosofyIcon2.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 86%;
  left: 6%;
  z-index: 30;
}
.filosofyIcon3{
  width: 192px;
  height: 203px;
  background: url('../img/filosofyIcon3.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 36%;
  left: 70%;
  z-index: 30;
}
.sl7{
  padding-bottom: 254px;
}
.sl8-h2{
  font-family: tussilago, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #2C2C2C;
  font-size: 45px;
  line-height: 47px;
  margin-bottom: 50px;
  text-align: center;
}
.inputForm, .textareaForm{
  color: #2C2C2C;
  background-color: rgba(255,255,255,0);
  border: none;
  border-bottom: 1px solid #2C2C2C;
  width: 100%;
  margin-bottom: 35px;
  font-size: 18px;
  box-sizing: border-box;
  padding-bottom: 10px;
}

.textareaForm{
  border: 1px solid #2C2C2C;
  background-color: rgba(255,255,255,1);
  height: 300px;
  box-sizing: border-box;
  padding: 10px;
}

.sendBtn{
  width: 100%;
  border: none;
  border-style: none;
  border-radius: 10px;
  box-sizing: border-box;
  padding-top: 18px;
  padding-bottom: 17px;
  background-color: #6DB9B7;
  color: white;
  font-family: tussilago, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.sendBtn:hover{
  background-color: #ACD7D6;
  color: #2c2c2c;
}

.checkLabel{
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #2c2c2c;
  width: 70%;
}
.checkLabel a{
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #6DB9B7;
  text-decoration: underline;
}
/**/
label a{
  text-decoration: underline;
  color: #6DB9B7;
}
label a:hover{
  text-decoration: underline;
  color: #ACD7D6;
}
.containerLabel {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.containerLabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 4px;
  background-color: lightgrey;
}

.containerLabel input:checked ~ .checkmark {
  background-color: #6DB9B7;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.containerLabel input:checked ~ .checkmark:after {
  display: block;
}
.containerLabel .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/**/
.notice{
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #2c2c2c;
  margin-bottom: 30px;
}
.notice a{
  font-size: 16px;
  font-weight: 500;
  color: #2c2c2c;
  text-decoration: underline;
}

footer{
  padding-top: 90px;
  padding-bottom: 20px;
}
footer p{
 font-size: 14px;
}
footer a{
 font-size: 14px;
 font-weight: 500;
 color: #2c2c2c;
 text-decoration: underline;
}
footer a:hover{
 font-size: 14px;
 font-weight: 500;
 color: #2c2c2c;
 text-decoration: underline;
}
.grecaptcha-badge {
  visibility: hidden;
}
.socialLinks{
  display: flex;
  justify-content: space-between;
}

.sendMessage{
  width: 100%;
  border: 1px solid #2C2C2C;
  border-radius: 20px;
  text-align: center;
  padding: 10px;
  margin-bottom: 40px;
  background-color: white;
}
/**/

.navSent{
  position: relative;
}
.messageSentBox{
  width: 100%;
  height: calc(100vh - 80px);
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.messageSentBox h2{
  font-family: tussilago, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 50px;
  line-height: 53px;
  color: #2C2C2C;
  text-align: center;
  margin-bottom: 30px;
  margin-top: -80px;
}
.messageSentBox a{
  color: #6DB9B7;
}
.messageSentBox a:hover{
  color: black;
  text-decoration: none;
}


@media (max-width: 767.98px) {
  input{
    padding-left: 0;
  }
  .messageSentBox h2{
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .messageSentBox a{
    font-size: 18px;
  }

}

@media (max-width: 330px) {
  .messageSentBox h2{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991.98px) {
body{
  overflow-x: hidden;
}
  .linkNav{
    display: none;
  }
  .grid{
    display: none;
  }
  .mobGrid{
    display: block;
  }
  header{
    display: block;
  }
  nav{
    position: relative;
  }
  h1{
    font-size: 29px;
    line-height: 32px;
    margin-top: 40px;
  }
  .headerParagraph{
    width: 100%;
    margin-bottom: 60px;
  }
  .headerImage{
    width: 100%;
    height: 305px;
    background: url('../img/headerImage.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 10;
    position: absolute;
    left: 0;
  }
  .headerPopUp{
    font-size: 15px;
    width: 90%;
    bottom: 20px;
  }

  .cardContainer{
    flex-direction: column;
    align-items: center;
  }
  .card{
    margin-bottom: 60px;
  }
  .sl3h4{
    font-size: 18px;
    line-height: 24px;
  }
  .sl2{
    padding-top: 85px;
    padding-bottom: 137px;
    width: 100%;
  }
  .centerObject{
    display: block;
  }
  .headerFormImage1{
    width: 117px;
    height: 49px;
    left: 5%;
  }
  .headerFormImage2{
    width: 80px;
    height: 80px;
    margin-left: 16%;
    margin-top: 70%;
  }
  .headerFormImage3{
    width: 100px;
    height: 100px;
    left: 70%;
    top: 200%;
  }

  .img-sl3{ /**/
    width: 100%;
    height: 305px;
    left: 0;
    margin-top: 30px;
  }
  .sl3Icon1{
    width: 125px;
    height: 60px;
    top:18%;
  }
  .sl3Icon2{
    width: 106px;
    height: 80px;
    top:70%;
  }
  .sl3Icon3{
    width: 78px;
    height: 78px;
    top:70%;
    right: 20%;
  }
  .sl3{
    padding-bottom: 140px;
  }
  .sl4-h2{
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  .chiSonoBox{
    width: 100%;
    margin-bottom: 100px;
  }
  .chiSonoIcon1, .chiSonoIcon2, .chiSonoIcon3{
    margin-bottom: 150px;
    margin-right: 20px;
  }
  .sl4 {
    padding-bottom: 50px;
  }
  .sl5-h3{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  .sl5-par{
    text-align: center;
  }
  .logosBox{
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .logo1, .logo2, .logo3, .logo4, .logo5, .logo6{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sl5{
    padding-bottom: 80px;
  }
  .cardLego{
    padding: 26px;
    padding-top: 40px;
    height: auto;
  }
  .cardLego-box1{
    width: 100%;
    float: none;
  }
  .cardLego-box2{
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .legoIcon1{
    width: 95px;
    height: 37px;
    top: 66%;
    left: 67%;
  }
  .legoIcon2{
    width: 84px;
    height: 69px;
    top: 83%;
    left: 15%;
  }
  .legoIcon3{
    width: 76px;
    height: 76px;
    top: 62%;
    left: 33%;
  }
  .sl5-h2{
    font-size: 26px;
    line-height: 28px;
  }
  .sl6{
    padding-bottom: 80px;
  }
  .filosofyImage{
    margin-top: 0px;
  }
  .sl7 {
    padding-bottom: 80px;
  }
  .filosofyImage{
    width: 100%;
    height: 305px;
    z-index: 10;
    position: absolute;
    left: 0;
  }
  .filosofyIcon1{
    width: 105px;
    height: 84px;
  }
  .filosofyIcon2{
    width: 76px;
    height: 76px;
    margin-top: 215px;
    margin-left: 10px;
  }
  .filosofyIcon3{
    width: 92px;
    height: 113px;
    top: 10%;
    left: 66%;
  }
  .sl8{
    margin-top: 260px;
  }
  .sl8-h2{
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .checkLabel{
    width: 100%;
    font-size: 13px;
  }
  .checkLabel a{
    font-size: 13px;
  }
  .containerLabel{
    font-size: 14px;
  }
  .sendBtn{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .notice, .notice a{
    font-size: 11px;
    margin-bottom: 20px;
  }
  footer p{
    text-align: center;
    font-size: 13px;
  }
  footer a {
    text-align: center;
    margin: auto;
  }
  .logo1{
    height: 17px;
  }
  .logo2{
    height: 50px;
  }
  .logo3{
    height: 40px;
  }
  .logo3{
    height: 45px;
  }
  .credits{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .socialLinks{
    align-items: center;
    flex-direction: column;
  }
  .adjust{
    margin-top: 0;
  }
  .sendMessage{
    font-size: 14px;
  }
}

@media (min-width: 790px) and (max-width: 820px) {
  header{

  }
  .headerImage{
    background-size: contain;
  }
  .mobGrid{
    display: none;
  }
  .grid{
    display: block;
  }
  .cardContainer {
    flex-direction:  row;
    align-items:  none;
    flex-wrap: wrap;
  }
  .card{
    height: 370px;
  }
  .cardLego{
    padding-bottom: 50px;
  }
  .headerFormImage1{
    top: 23%;
  }
  .headerFormImage2{
    margin-left: -8%;
    margin-top: -12%;
  }
  .headerFormImage3{
    left: 77%;
    top: 22%;
  }
  h1{
    /*
    margin-top: 110px;
    */

  }
  .headerImage{
    height: 445px;
  }
  .legoIcon3 {
    top: 49%;
    left: 13%;
  }
  .legoIcon2 {
    top: 85%;
    left: 24%;
  }
  .legoIcon1{
    top: 45%;
  }
  .filosofyIcon1{
    margin-top: 10%;
    margin-left: 9%;
  }
  .filosofyIcon2{
    margin-top: 46%;
    top: 46%;
    margin-left: 10%;
  }
  .filosofyIcon3{
    top:5%;
    left: 77%;
    margin-left: -8%;
    margin-top: 10%;
  }
  .filosofyImage{
    margin-top: 100px;
  }
  .sl8 {
    margin-top: 360px;
  }
  .chiSonoIcon1, .chiSonoIcon2, .chiSonoIcon3{
    margin-bottom: 190px;
  }
  .sl4-h2 {
  font-size: 18px;
  line-height: 24px;
  }
}

@media (max-width: 1199.98px) { }

@media (min-width: 1000px) and (max-width: 1100px) {
  h1{
    font-size: 42px;
    line-height: 48px;
  }
  .headerFormImage1{
    top: 0%;
  }
  .headerFormImage2{
    top: 67%;
  }
  .headerFormImage3{
    top: -7%;
    left: 73%;
  }
  .cardContainer{
    flex-direction:  row;
    align-items:  none;
    flex-wrap: wrap;
  }
  .card{
    height: 370px;
    margin:50px;
  }
  .sl3Icon2{
    top: 73%;
    left: -8%;
  }
  .logosBox > div{
    margin-left: 15px;
    margin-right: 15px;
  }
  .cardLego{
    height: auto;
    padding: 40px;
  }
  .legoImage{
    margin-bottom: 30px;
  }
  .legoIcon1{
    top: 10%;
  }
  .legoIcon2{
    top: 66%;
  }
  .legoIcon3{
    top: 59%;
  }
  .sl6-par{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .sl5 {
    padding-bottom: 150px;
  }
  .filosofyIcon1{
    top: 44%;
    width: 105px;
    height: 74px;
  }
  .filosofyIcon2{
    top: 81%;
    width: 86px;
    height: 86px;
  }
  .filosofyIcon3{
    width: 142px;
    height: 163px;
    top: 42%;
  }
  .chiSonoIcon1, .chiSonoIcon2, .chiSonoIcon3{
    margin-bottom: 110px;
  }
  .sl4-h2{
    font-size: 24px;
    line-height: 30px;
  }
  .socialLinks {
    flex-wrap: wrap;
  }

}

@media (min-width: 1101px) and (max-width: 1250px) {
  h1{
  font-size: 44px;
  line-height: 48px;
  }
  .cardContainer{
    flex-direction:  row;
    align-items:  none;
    flex-wrap: wrap;
  }
  .card{
    height: 370px;
    margin:50px;
  }
  .legoImage{
    margin-bottom: 80px;
  }
  .legoIcon2{
    left: 75%;
    top: 59%;
  }
  .legoIcon3{
    top: 54%;
    left: 49%;
  }
  .filosofyIcon1{
    top: 40%;
  }
  .filosofyIcon2{
    top: 81%;
  }
  .filosofyIcon3{
    left: 67%;
    top: 42%;
  }
  .chiSonoIcon1, .chiSonoIcon2, .chiSonoIcon3{
    margin-bottom: 80px;
  }
  .sl4-h2{
    font-size: 25px;
    line-height: 34px;
  }
}

@media (min-width: 1915px){
  .headerFormImage2{
    left: 10%;
  }
  .headerFormImage3{
    left: 71%;
  }
  .sl3Icon1{
    right: 21%;
  }
  .sl3Icon2{
    left: 13%;
  }
  .sl3Icon3{
    right: 20%;
  }
  .legoIcon1{
    left: 76%;
  }
  .legoIcon2{
    left: 76%;
  }
  .legoIcon3{
    top: 66%;
    left: 57%;
  }
  .filosofyIcon1{
    left: 23%;
  }
  .filosofyIcon2{
    left: 16%;
  }
  .filosofyIcon3{
    left: 66%;
  }
}

@media (max-width: 575.98px) {
  .chiSonoIcon1, .chiSonoIcon2, .chiSonoIcon3{
    margin-bottom: 200px;
  }
  .legoIcon1{
    top:72%;
  }
  .legoIcon3{
    top:64%;
    left: 13%;
  }
  .cardContainer{
    margin-top: 50px;
  }
  .sl2{
    padding-bottom: 70px;
  }
  .sl4-h2{
    font-size: 22px;
    line-height: 25px;
  }
  .sl7-par{
    margin-bottom: 50px;
  }
 }
@media screen and (max-width:330px) {
    .cardContainer{
      margin-top: 110px;
    }
    .chiSonoIcon1,.chiSonoIcon2{
      margin-bottom: 260px;
    }
    .chiSonoPar{
      margin-right: 0;
    }
}
@media screen and (min-width: 720px) and (max-width:820px) {
  .headerImage{
    height: 200px;
  }
  .headerFormImage2{
    margin-top: -80px;
  }
  .headerFormImage3{
    top: -40px;
  }
  .headerBox{
    margin-top: 15vh;
  }
  .cardContainer{
    flex-wrap: wrap;
    flex-direction: row;
  }
  .chiSonoIcon2{
    margin-bottom: 240px;
  }
}
