.steelformelandingpage-container {
  display: -ms-grid;
  display: grid;
  width: 100vw;
  height: 100vh;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.steelformelandingpage-block {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #272727;
}

.steelformelandingpage-block._1block {
  position: relative;
  border-color: #3f86d6;
}

.steelformelandingpage-block._2block {
  border-color: #cc6868;
}

.steelformelandingpage-block._3block {
  position: relative;
  border-color: #ffc559;
}

.steelformelandingpage-block-backgroundimage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -o-object-fit: cover;
  object-fit: cover;
}

.steelformelandingpage-block-blackout {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 29, 0.5);
  -webkit-transition: background-color 200ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 200ms cubic-bezier(.455, .03, .515, .955);
}

.steelformelandingpage-block-blackout:hover {
  background-color: rgba(28, 28, 29, 0);
}

.steelformelandingpage-block-blackout:hover .steelformelandingpage-block-maintext-textlink {
  opacity: 0;
}

.steelformelandingpage-block-maintext {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.steelformelandingpage-block-maintext-logolaserart {
  width: 31.1%;
}

.steelformelandingpage-block-maintext-textdescription {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.61vw;
  line-height: 1.98vw;
  font-weight: 300;
  text-align: center;
}

.steelformelandingpage-block-maintext-textlink {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.02vw;
  line-height: 1.32vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  white-space: normal;
  -webkit-transition: opacity 200ms cubic-bezier(.455, .03, .515, .955);
  transition: opacity 200ms cubic-bezier(.455, .03, .515, .955);
}

.steelformelandingpage-block-maintext-logosteelformebuffet {
  width: 24.2%;
}

.steelformelandingpage-block-maintext-logokuratable {
  width: 33.2%;
}

.steelformelandingpage-block-contactblock {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.steelformelandingpage-block-contactblock-logosteelforme {
  width: 17.56%;
}

.steelformelandingpage-block-contactblock-officialname {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.61vw;
  line-height: 1.98vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.steelformelandingpage-block-contactblock-address {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.17vw;
  line-height: 1.39vw;
  font-weight: 300;
  text-align: center;
}

.steelformelandingpage-block-contactblock-note {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.17vw;
  line-height: 1.39vw;
  font-weight: 500;
  text-align: center;
}

.steelformelandingpage-block-contactblock-contactinformation {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.17vw;
  line-height: 1.39vw;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.1px;
}

.steelformelandingpage-block-contactblock-contactinformation-slash {
  font-weight: 300;
}

.steelformelandingpage-block-maintext-position_logosteelformebuffet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 51.6%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.steelformelandingpage-block-maintext-position_textdescription {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 14.32%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.steelformelandingpage-block-maintext-position_textlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 19.53%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.steelformelandingpage-block-contactblock-position_logosteelforme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 29.16%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.steelformelandingpage-block-contactblock-position_officialname {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 14.27%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.steelformelandingpage-block-contactblock-position_address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15.88%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.steelformelandingpage-block-contactblock-position_note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 9.63%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.steelformelandingpage-block-contactblock-position_contactinformation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 9.63%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (min-width: 1920px) {
  .steelformelandingpage-container {
    height: 100vh;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait){
  .steelformelandingpage-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .steelformelandingpage-block {
    height: 50vh;
  }

  .steelformelandingpage-block-maintext-logolaserart {
    width: 26%;
  }

  .steelformelandingpage-block-maintext-textdescription {
    font-size: 2.3vw;
  }

  .steelformelandingpage-block-maintext-textlink {
    font-size: 2vw;
  }

  .steelformelandingpage-block-maintext-logosteelformebuffet {
    width: 25%;
  }

  .steelformelandingpage-block-maintext-logokuratable {
    width: 32%;
  }

  .steelformelandingpage-block-contactblock-logosteelforme {
    width: 25%;
  }

  .steelformelandingpage-block-contactblock-officialname {
    font-size: 2.6vw;
  }

  .steelformelandingpage-block-contactblock-address {
    font-size: 2.3vw;
    line-height: 3vw;
  }

  .steelformelandingpage-block-contactblock-note {
    font-size: 2.3vw;
    line-height: 3vw;
  }

  .steelformelandingpage-block-contactblock-contactinformation {
    font-size: 2.3vw;
    line-height: 3vw;
  }

  .steelformelandingpage-block-contactblock-position_officialname {
    height: 16%;
  }

  .steelformelandingpage-block-contactblock-position_address {
    height: 18%;
  }
}

@media screen and (max-width: 1200px) and (orientation: landscape){
  .steelformelandingpage-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .steelformelandingpage-block {
    height: 100%;
  }

  .steelformelandingpage-block-maintext-logolaserart {
    width: 31.1%;
  }

  .steelformelandingpage-block-maintext-textdescription {
    font-size: 1.61vw;
  }

  .steelformelandingpage-block-maintext-textlink {
    font-size: 1.02vw;
    letter-spacing: 1.2px;
  }

  .steelformelandingpage-block-maintext-logosteelformebuffet {
    width: 24.2%;
  }

  .steelformelandingpage-block-maintext-logokuratable {
    width: 33.2%;
  }

  .steelformelandingpage-block-contactblock-logosteelforme {
    width: 17.56%;
  }

  .steelformelandingpage-block-contactblock-officialname {
    font-size: 1.61vw;
  }

  .steelformelandingpage-block-contactblock-address {
    font-size: 1.17vw;
    line-height: 1.39vw;
  }

  .steelformelandingpage-block-contactblock-note {
    font-size: 1.17vw;
    line-height: 1.39vw;
  }

  .steelformelandingpage-block-contactblock-contactinformation {
    font-size: 1.17vw;
    line-height: 1.39vw;
  }

  .steelformelandingpage-block-contactblock-position_officialname {
    height: 14.27%;
  }

  .steelformelandingpage-block-contactblock-position_address {
    height: 15.88%;
  }
}

@media screen and (max-width: 479px) {
  .steelformelandingpage-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .steelformelandingpage-block {
    height: 50vh;
  }

  .steelformelandingpage-block-maintext-logolaserart {
    width: 56.8%;
  }

  .steelformelandingpage-block-maintext-textdescription {
    font-size: 4.8vw;
    line-height: 5.86vw;
  }

  .steelformelandingpage-block-maintext-textlink {
    font-size: 3.7vw;
    line-height: 4.8vw;
    letter-spacing: 2.8px;
  }

  .steelformelandingpage-block-maintext-logosteelformebuffet {
    width: 44%;
  }

  .steelformelandingpage-block-maintext-logokuratable {
    width: 61%;
  }

  .steelformelandingpage-block-contactblock-logosteelforme {
    width: 32%;
  }

  .steelformelandingpage-block-contactblock-officialname {
    font-size: 4.8vw;
    line-height: 5.86vw;
  }

  .steelformelandingpage-block-contactblock-address {
    font-size: 3.73vw;
    line-height: 4.8vw;
  }

  .steelformelandingpage-block-contactblock-note {
    font-size: 3.73vw;
    line-height: 4.8vw;
  }

  .steelformelandingpage-block-contactblock-contactinformation {
    font-size: 3.73vw;
    line-height: 4.8vw;
  }

  .steelformelandingpage-block-maintext-position_logosteelformebuffet {
    height: 51.5%;
  }

  .steelformelandingpage-block-maintext-position_textdescription {
    height: 16.1%;
  }

  .steelformelandingpage-block-maintext-position_textlink {
    height: 19.79%;
  }

  .steelformelandingpage-block-contactblock-position_officialname {
    height: 14%;
  }
}