body {
  overflow-x: hidden;
}

.hero__placeholder {
  height: 0;
  padding-bottom: 56%;
  width: 100%;
}

.background__anim {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0;
  padding-bottom: 135%;
  z-index: -1;
  /* overflow: hidden; */
}

.mw-1920 {
  max-width: 1920px;
  position: relative;
  margin: auto;
}

#bubble_1 {
  position: absolute;
  top: 14.08%;
  left: 10.93%;
  width: 10.01%;
  height: 6.79%;
}

#bubble_2 {
  position: absolute;
  top: 1.35%;
  left: 17.21%;
  width: 16.46%;
  height: 12.96%;
}

#bubble_3 {
  position: absolute;
  top: 5.72%;
  left: 41.4%;
  width: 44.84%;
  height: 25.81%;
}

#bubble_4 {
  position: absolute;
  top: 20%;
  left: 23%;
  width: 20.89%;
  height: 14.12%;
}

#bubble_5 {
  position: absolute;
  top: 20%;
  left: 87%;
  width: 26.93%;
  height: 16.36%;
}

#bubble_6 {
  position: absolute;
  top: 27%;
  left: -7%;
  width: 34.22%;
  height: 26.85%;
}

#bubble_7 {
  position: absolute;
  top: 35%;
  left: 80%;
  width: 8.7%;
  height: 5.9%;
}

#bubble_8 {
  position: absolute;
  top: 63%;
  right: -5%;
  width: 10.16%;
  height: 6.79%;
}
#bubble_9 {
  position: absolute;
  top: 69%;
  right: -6%;
  width: 16.46%;
  height: 12.96%;
}

#bubble_10 {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 16.77%;
  height: 13.66%;
}

.decor-1 {
  position: absolute;
  bottom: 21%;
  left: 47%;
  transform: translateX(-65%);
  z-index: -1;
  width: 76%;
  height: 164%;
}

.decor-2 {
  position: absolute;
  bottom: -30%;
  right: -35%;
  z-index: -1;
}

.decor-3 {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 22%;
}

.decor-5 {
  position: absolute;
  left: 83%;
  top: 63%;
  width: 23%;
  height: 42%;
  /* max-width: 400px; */
  z-index: -1;
}

.decor-6 {
  position: absolute;
  left: 70%;
  top: 5%;
  /* width: 20%; */
  max-width: 250px;
  z-index: -1;
}

.decor-7 {
  position: absolute;
  left: 55%;
  top: -9%;
  width: 15%;
  z-index: -1;
  max-width: 250px;
}

.decor-8 {
  position: absolute;
  left: 73%;
  top: 28%;
  width: 7%;
  z-index: -1;
  max-width: 250px;
}

.decor-9 {
  position: absolute;
  left: 90%;
  top: 42%;
  width: 7%;
  height: 6%;
  z-index: -1;
}

.decor-10 {
  position: absolute;
  left: 1%;
  top: 129%;
  width: 13%;
  height: 24%;
  z-index: -1;
}

.decor-11 {
  position: absolute;
  left: 6%;
  top: 149%;
  width: 6%;
  height: 12%;
  z-index: -1;
}

.decor-1 img,
.decor-2 img,
.decor-3 img,
.decor-5 img,
.decor-6 img,
.decor-7 img,
.decor-8 img,
.decor-9 img,
.decor-10 img,
.decor-11 img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1400px) {
  .decor-1 {
    width: 70%;
    height: 155%;
  }
  .decor-2 {
    display: none;
  }

  .decor-9 {
    display: none;
  }

  .decor-3,
  .decor-10,
  decor-5 {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .decor-1 img,
  .decor-2 img,
  .decor-3 img,
  .decor-5 img,
  .decor-7 img,
  .decor-8 img,
  .decor-9 img,
  .decor-10 img,
  .decor-11 img {
    display: none;
  }

  .decor-6 {
    position: absolute;
    left: 50%;
    z-index: -1;
    width: unset;
    top: 4%;
    height: unset;
    max-width: unset;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 576px) {
  .decor-6 {
    top: 10%;
  }
}

@media screen and (min-width: 1800px) {
  .decor-3,
  .decor-9 {
    display: none;
  }
}

@media screen and (max-width: 1800px) {
  .decor-5,
  .decor-10,
  .decor-11 {
    display: none;
  }
}

@media screen and (max-width: 1800px) {
  .decor-2,
  .decor-3,
  .decor-9 {
    display: none;
  }
}

@media screen and (max-width: 756px) {
  #bubble_1,
  #bubble_2,
  #bubble_4,
  #bubble_5,
  #bubble_6,
  #bubble_7,
  #bubble_8,
  #bubble_9,
  #bubble_10,
  #bubble_11 {
    display: none;
  }

  #bubble_3 {
    top: 16.72%;
    left: 27.4%;
    width: 65.84%;
    height: 40.81%;
  }

  .hero__placeholder{
      padding-bottom: 85%;
  }
}
