.cover-bg {
  height: 101%;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.cover-bg__outer-container {
  height: 100%;
  position: relative;
  width: 100%;
}
.cover-bg__waves-container {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 768px;
}
.cover-bg__yellow-waves {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;

  transform: scaleX(1) skewX(0deg) skewY(0deg);
  transform-origin: center center;
}
.cover-bg__brown-waves {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  height: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: scaleX(1) skewX(0deg) skewY(0deg);
  transform-origin: center center;
}
.cover-bg__color {
  background-color: #fdd008;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  mask-position: center bottom;
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  transform: scaleX(1) skewX(0deg) skewY(0deg);
  transform-origin: center center;
}
.cover-bg__light1a,
.cover-bg__light1b,
.cover-bg__light2 {
  height: 2000px;
  left: 50%;
  position: absolute;
  top: 20%;
  transform: translate(-50%,-50%);
  width: 2500px;
}
.cover-bg__light1a,
.cover-bg__light1b {
  background: radial-gradient(rgb(255 227 8 / 18%) 0%,rgba(247,149,18,0.3) 18%,rgba(244,121,8,1) 40%,rgba(232,82,2,1) 100%);
}
.cover-bg__light2 {
  background: radial-gradient(rgba(179,69,7,0) 0%,rgba(179,69,7,0.4) 40%,rgba(179,69,7,0.2) 50%);
  mix-blend-mode: overlay;
}
.cover-bg__top-container {
  height: 0;
  left: 50.5%;
  position: absolute;
  top: 27%;
  transform: translate(-50%,-50%);
  width: 1000px;
}
.cover-bg__top-image {
  height: auto;
  left: 50%;
  mix-blend-mode: color-burn;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.cover-bg__noise {
  opacity: 0.1;
  mask-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 85%, rgba(0,0,0,0.2) 90%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 85%, rgba(0,0,0,0.2) 90%, rgba(0,0,0,0) 100%);
}

.cover-bg__animation-waves-trigger {
  bottom: 15px;
  height: 130px;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.animation-wave-yellow {
  animation: none;
}
.animation-wave-brown {
  animation: none;
}


@media (min-width: 768px) {
  .cover-bg__waves-container {
    width: 1024px;
  }
  .cover-bg__top-container {
    top: 27%;
    width: 1480px;
  }
  .cover-bg__light1a,
  .cover-bg__light1b,
  .cover-bg__light2 {
    height: 3000px;
  }
  .cover-bg__light1a,
  .cover-bg__light1b {
    background: radial-gradient(rgb(255 227 8 / 18%) 0%,rgba(247,149,18,0.3) 18%,rgba(244,121,8,1) 40%,rgba(232,82,2,1) 100%);
  }
  .cover-bg__light2 {
    background: radial-gradient(rgba(179,69,7,0) 0%,rgba(179,69,7,0.4) 40%,rgba(179,69,7,0.2) 50%);
  }
  .cover-bg__animation-waves-trigger {
    bottom: -15px;
    height: 200px;
  }
}

@media (min-width: 1024px) {
  .cover-bg__waves-container {
    width: 1360px;
  }
  .cover-bg__top-container {
    top: 16%;
    left: 50.5%;
    width: 1920px;
  }
  .cover-bg__light1a,
  .cover-bg__light1b,
  .cover-bg__light2 {
    height: 3500px;
    top: 10%;
    width: 3500px;
  }
  .cover-bg__animation-waves-trigger {
    height: 250px;
  }
  .animation-wave-yellow {
    animation: waveAnimation 12s ease infinite;
  }
  .animation-wave-brown {
    animation: waveAnimation 8s ease infinite;
  }
  .pause-animation {
    animation-play-state: paused;
  }
}

@media (min-width: 1360px) {
  .cover-bg__waves-container {
    width: 1920px;
  }
  .cover-bg__top-container {
    top: 19%;
    width: 115vw;
  }
  .cover-bg__light1a,
  .cover-bg__light1b,
  .cover-bg__light2 {
    height: 3650px;
    top: 20%;
  }
  .cover-bg__light1a,
  .cover-bg__light1b {
    background: radial-gradient(rgb(255 227 8 / 18%) 0%,rgba(247,149,18,0.3) 18%,rgba(244,121,8,1) 40%,rgba(232,82,2,1) 100%);
  }
  .cover-bg__light1a {
    width: 350vw;
  }
  .cover-bg__light1b {
    width: 300vw;
  }
  .cover-bg__light2 {
    background: radial-gradient(rgba(179,69,7,0) 0%,rgba(179,69,7,0.4) 40%,rgba(179,69,7,0.2) 50%);
  }
  .cover-bg__animation-waves-trigger {
    bottom: 10px;
    height: 300px;
  }
}

@media (min-width: 1920px) {
  .cover-bg__waves-container {
    width: 102%;
  }
  .cover-bg__light1a,
  .cover-bg__light1b,
  .cover-bg__light2 {
    height: 4000px;
  }
  .cover-bg__light1a {
    width: 300vw;
  }
  .cover-bg__light1b {
    width: 350vw;
  }
}

@keyframes waveAnimation {
  0% {
    transform: scaleX(1) skewX(0deg) skewY(0deg);
  }
  25% {
    transform: scaleX(1.2) skewX(1deg) skewY(2deg);
  }
  50% {
    transform: scaleX(1) skewX(0deg) skewY(0deg);
  }
  75% {
    transform: scaleX(1.2) skewX(-1deg) skewY(-2deg);
  }
  100% {
    transform: scaleX(1) skewX(0deg) skewY(0deg);
  }
}


@keyframes maskAnimation {
  0% {
    transform: scaleX(1) skewX(0deg) skewY(0deg);
  }
  25% {
    transform: scaleX(1.2) skewX(2deg) skewY(1deg);
  }
  50% {
    transform: scaleX(1) skewX(0deg) skewY(0deg);
  }
  75% {
    transform: scaleX(1.3) skewX(-2deg) skewY(-1deg);
  }
  100% {
    transform: scaleX(1) skewX(0deg) skewY(0deg);
  }
}

