:root {
  --white: white;
  --black: black;
}
body {overflow-x: hidden;}
.image {
  width: 20vw;
}

.section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-2, .image-3, .image-4 {
  width: 10vw;
}

.section-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 5vw;
  display: flex;
}

.body {
  background-color: #fbff00;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block, .bold-text {
  font-size: 18px;
}

.image-5 {
  border-top: 15px red;
  border-bottom: 15px solid red;
  width: 100%;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav-bar {
  grid-column-gap: 27%;
  grid-row-gap: 27%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-6 {
  width: 140px;
}

.image-7 {
  width: 10vw;
  margin-left: 22%;
}

.image-8, .image-9, .image-10 {
  width: 80px;
}

.image-11 {
  width: 10vw;
}

.div-block-3 {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 48%;
  display: flex;
  position: relative;
  overflow: hidden;
}

._1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.image-12 {
  margin-top: auto;
  position: relative;
}

.div-block-4 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  margin-top: auto;
  display: flex;
}

.section-3 {
  width: 100%;
}

.section-4 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-13 {
  display: block;
}

.image-14 {
  width: 10vw;
}

.div-block-5 {
  border-bottom: 15px solid red;
}

.section-5 {
  background-color: #0d00ff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5%;
  display: flex;
}

.image-15 {
  width: 25vw;
  max-width: none;
  padding-right: 5%;
}

.image-16 {
  border-style: solid;
  border-color: #000;
  width: 28vw;
  max-width: none;
  padding-left: 5%;
}

.div-block-6 {
  padding-top: 10%;
}

.div-block-7 {
  padding-top: 4%;
}

.image-17 {
  border: 15px solid red;
  width: 50vw;
}

.image-18 {
  border: 15px solid #fff200;
  width: 50vw;
}

.div-block-8 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-19 {
  border: 15px solid #2600ff;
  width: 40vw;
}

.section-6 {
  background-color: #fff;
  padding: 5% 0px;
}

.section-7 {
  border-top: 15px solid red;
}

.text-block-2 {
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-10 {
  border-top: 15px solid red;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  padding-top: 20px;
}

.image-20, .image-21, .image-22 {
  width: 10vw;
}

@media screen and (max-width: 479px) {
  .image-6 {
    display: none;
  }

  .image-7 {
    width: 45vw;
    margin-left: 0%;
  }

  .image-17 {
    width: 80vw;
  }

  .image-18 {
    width: 90vw;
  }

  .div-block-8 {
    flex-flow: column;
  }

  .image-19 {
    width: 80vw;
  }
  .image-8, .image-9, .image-10 {width: 50px;}
  .nav-bar {display: flex; justify-content: space-between; align-items: center; grid-column-gap: unset; grid-row-gap: unset}
  .image-20, .image-21, .image-22 {
    width: 30vw;
  }

  .div-block-8 {grid-row-gap: 30px}
}
