.width-default {
  max-width: 120rem;
  position: relative;
  width: calc(100% - 4rem);
  margin-right: auto;
  margin-left: auto;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0);
  }
}
.buba-scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  background: transparent;
  text-transform: uppercase;
  padding-left: 24px;
  cursor: pointer;
  z-index: 100;
}
.buba-scroll:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 22px;
  width: 15px;
  border-radius: 12px;
  border: 2px solid #fff;
}
.buba-scroll:after {
  display: inline-block;
  height: 4px;
  width: 4px;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  -webkit-animation: scroll 1.3s ease-out infinite forwards;
  -moz-animation: scroll 1.3s ease-out infinite forwards;
  animation: scroll 1.3s ease-out infinite forwards;
}
.buba-section-inside {
  z-index: 2;
  position: relative;
}
.buba-section__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.buba-has-background-dim {
  position: relative;
}
.buba-has-background-dim:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  content: "";
  opacity: 0.5;
  background-color: inherit;
}
.buba-has-background-dim-0:before, .buba-has-background-dim-0 .buba-section__gradient-background {
  opacity: 0;
}
.buba-has-background-dim-10:before, .buba-has-background-dim-10 .buba-section__gradient-background {
  opacity: 0.1;
}
.buba-has-background-dim-20:before, .buba-has-background-dim-20 .buba-section__gradient-background {
  opacity: 0.2;
}
.buba-has-background-dim-30:before, .buba-has-background-dim-30 .buba-section__gradient-background {
  opacity: 0.3;
}
.buba-has-background-dim-40:before, .buba-has-background-dim-40 .buba-section__gradient-background {
  opacity: 0.4;
}
.buba-has-background-dim-50:before, .buba-has-background-dim-50 .buba-section__gradient-background {
  opacity: 0.5;
}
.buba-has-background-dim-60:before, .buba-has-background-dim-60 .buba-section__gradient-background {
  opacity: 0.6;
}
.buba-has-background-dim-70:before, .buba-has-background-dim-70 .buba-section__gradient-background {
  opacity: 0.7;
}
.buba-has-background-dim-80:before, .buba-has-background-dim-80 .buba-section__gradient-background {
  opacity: 0.8;
}
.buba-has-background-dim-90:before, .buba-has-background-dim-90 .buba-section__gradient-background {
  opacity: 0.9;
}
.buba-has-background-dim-100:before, .buba-has-background-dim-100 .buba-section__gradient-background {
  opacity: 1;
}
.buba-section {
  position: relative;
}
.buba-section.width-full {
  width: 100%;
}

.block-editor-block-list__block .block-list-appender {
  margin: 8px auto;
  z-index: 3;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .height-reset-tablet {
    min-height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .height-reset-mobile {
    min-height: auto !important;
  }
}
