:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.start-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.anva-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 45px 25px;
  display: flex;
}

.anva-box.blue {
  color: #fff;
  background-color: #008ab4;
}

.anva-box.grey {
  color: #000;
  background-color: #dbdbdb;
}

.anva-box.image {
  padding: 0;
}

.anva-box.natur {
  color: #000;
  background-color: #52e73c;
}

.code-h3 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 68px;
  line-height: 1;
}

.anva-code-block {
  width: 100%;
}

.code-text {
  text-align: center;
  font-size: 16px;
}

.code-text.caps {
  text-transform: uppercase;
}

.code-h4 {
  text-align: center;
  margin-top: 0;
  font-size: 33px;
  line-height: 1;
}

.code-h4.center {
  text-align: center;
  font-size: 30px;
}

.code-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.code-text-2 {
  text-align: center;
  font-size: 16px;
}

.code-text-2.caps {
  text-transform: uppercase;
}

.separator {
  height: 100px;
}

@media screen and (max-width: 991px) {
  .code-h3 {
    margin-bottom: 4px;
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .start-grid {
    grid-template-columns: 1fr 1fr;
  }

  .anva-box {
    min-height: 250px;
    max-height: 250px;
  }

  .anva-box.grey, .anva-box.natur {
    max-height: none;
  }

  .code-image {
    max-height: 250px;
  }
}

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

  .anva-box, .code-image {
    min-height: 250px;
    max-height: 250px;
  }
}

#w-node-_008d14cb-372a-0016-90f2-56b8f6a2dc39-b873ceb1 {
  grid-area: 2 / 3 / 4 / 5;
}

#w-node-_86992692-e269-449e-f93d-94c3992765b0-b873ceb1 {
  grid-area: 3 / 1 / 4 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-_008d14cb-372a-0016-90f2-56b8f6a2dc39-b873ceb1 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_73f81a2a-22ea-51a6-24ce-0b6c892c3336-b873ceb1, #w-node-_008d14cb-372a-0016-90f2-56b8f6a2dc39-b873ceb1, #w-node-_86992692-e269-449e-f93d-94c3992765b0-b873ceb1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
