@keyframes slideLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 0.8;
  }
}
@keyframes slideRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 0.8;
  }
}
@keyframes slideLeft50pct {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(-50%);
    opacity: 0.8;
  }
}
.decorators img, .decorators svg {
  z-index: 0;
  position: absolute;
  overflow: hidden;
}

#decorators-nav-heading #decorator-1 {
  left: 12%;
  height: 120%;
  opacity: 0.8;
  top: 0;
  width: auto;
  animation: slideLeft 0.3s ease-in-out forwards;
}
#decorators-nav-heading #decorator-2 {
  height: 140%;
  opacity: 0.8;
  width: auto;
  top: 0;
  left: 0;
  animation: slideLeft 0.6s ease-in-out forwards;
}
#decorators-nav-heading #decorator-3 {
  right: 0;
  opacity: 0.8;
  top: 0;
  height: 100%;
  animation: slideRight 0.7s ease-out forwards;
}
#decorators-nav-heading #decorator-4 {
  height: 100%;
  opacity: 0.6;
  width: auto;
  top: 0;
  right: 0;
  animation: slideRight 0.4s ease-in-out forwards;
}
@media only screen and (max-width: 470px) {
  #decorators-nav-heading #decorator-3 {
    right: 0;
    width: 180px;
    height: auto;
  }
  #decorators-nav-heading #decorator-4 {
    height: 400px;
    top: 100px;
    opacity: 0.9;
  }
}

#decorators-information #decorator-shape-1 {
  top: -100px;
  right: -300px;
  height: 1400px;
}
@media only screen and (min-width: 1590px) {
  #decorators-information #decorator-shape-1 {
    top: -200px;
    right: -250px;
    height: 1600px;
  }
}
@media only screen and (min-width: 1900px) {
  #decorators-information #decorator-shape-1 {
    top: -120px;
    right: -200px;
  }
}
@media only screen and (max-width: 767px) {
  #decorators-information #decorator-shape-1 {
    height: 1100px;
    top: -5px;
    left: -270px;
  }
}
#decorators-information #decorator-5 {
  top: -100px;
  height: 1700px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  #decorators-information #decorator-5 {
    display: none;
  }
}
#decorators-information #decorator-9 {
  top: -80px;
  right: -100px;
  height: 1400px;
  opacity: 0.6;
}
@media only screen and (min-width: 1590px) {
  #decorators-information #decorator-9 {
    top: -140px;
    right: -50px;
    height: 1600px;
  }
}
@media only screen and (min-width: 1900px) {
  #decorators-information #decorator-9 {
    top: -130px;
    right: -70px;
    height: 1700px;
  }
}
@media only screen and (max-width: 767px) {
  #decorators-information #decorator-9 {
    display: none;
  }
}

#decorators-about-us-2 {
  overflow: hidden;
}
#decorators-about-us-2 #decorator-4 {
  height: 1200px;
  right: 0;
  opacity: 0.4;
}
#decorators-about-us-2 #decorator-2 {
  height: 800px;
  left: 0;
  top: 600px;
  opacity: 0.7;
}
#decorators-about-us-2 #decorator-3-1 {
  height: 1200px;
  right: 0;
  opacity: 0.4;
}
#decorators-about-us-2 #decorator-3-2 {
  height: 1200px;
  top: -50px;
  right: 400px;
  opacity: 0.4;
}
#decorators-category-landing {
  z-index: 1;
}
#decorators-category-landing #decorator-1 {
  height: 100vh;
  width: auto;
  opacity: 0.7;
  top: 130px;
  animation: slideLeft50pct 0.4s ease-in-out forwards;
}
#decorators-category-landing #decorator-2 {
  height: 114vh;
  opacity: 0.7;
  top: 0;
  width: auto;
  left: 0;
  animation: slideLeft 0.6s ease-in-out forwards;
}
#decorators-category-landing #decorator-3 {
  right: 0;
  animation: slideRight 0.7s ease-out forwards;
}
#decorators-category-landing #decorator-4 {
  opacity: 0.6;
  top: 0;
  width: auto;
  right: 260px;
  animation: slideRight 0.4s ease-in-out forwards;
}

#decorators-about-us-information #decorator-1 {
  height: 100vh;
  width: auto;
  opacity: 0.7;
  animation: slideLeft50pct 0.4s ease-in-out forwards;
}
#decorators-about-us-information #decorator-2 {
  height: 40vh;
  opacity: 0.7;
  top: 0;
  width: auto;
  right: 0;
  animation: slideRight 0.6s ease-in-out forwards;
}

#decorators-news {
  width: 100%;
  margin: auto;
  overflow: auto;
  -ms-overflow-style: none;
}
#decorators-news #decorator-1 {
  height: 800px;
  width: auto;
  opacity: 0.7;
  right: 0;
}
#decorators-news #decorator-2 {
  height: 1200px;
  width: auto;
  opacity: 1;
  left: 0;
  top: 400px;
}
#decorators-news #decorator-3 {
  transform: scaleX(-1);
  height: 900px;
  width: auto;
  opacity: 1;
  left: -200px;
  top: 500px;
}

#decorators-recommendations {
  width: 100%;
  margin: auto;
  overflow: auto;
  -ms-overflow-style: none;
}
#decorators-recommendations #decorator-1 {
  width: auto;
  opacity: 1;
  right: -200px;
  top: 0;
  animation: none;
}
#decorators-recommendations #decorator-2 {
  width: auto;
  height: 1200px;
  opacity: 1;
  right: 20px;
  top: 0;
}
#decorators-recommendations #decorator-3 {
  width: auto;
  height: 1200px;
  right: 100px;
  top: 0;
  opacity: 0.7;
}
#decorators-recommendations #decorator-4 {
  width: auto;
  height: 1200px;
  left: -20px;
  top: 0;
  opacity: 0.7;
}

#decorators-footer {
  width: 100%;
  margin: auto;
  overflow: auto;
  -ms-overflow-style: none;
}
#decorators-footer #decorator-1 {
  width: auto;
  height: 800px;
  opacity: 1;
  right: 0;
  top: 0;
}
#decorators-footer #decorator-2 {
  width: auto;
  height: 1300px;
  right: 0;
  top: 0;
  opacity: 0.7;
}
#decorators-footer #decorator-3 {
  width: auto;
  height: 800px;
  left: 300px;
  top: 0;
  opacity: 0.7;
}

#decorators-articles {
  width: 100%;
  margin: auto;
  overflow: auto;
  -ms-overflow-style: none;
  z-index: -1;
}
#decorators-articles #decorator-1 {
  width: auto;
  height: 800px;
  opacity: 1;
  right: 0;
  top: 400px;
}
#decorators-articles #decorator-2 {
  width: auto;
  height: 1200px;
  left: 0;
  transform: translateX(-55%);
  top: 320px;
  opacity: 0.7;
}
@media only screen and (max-width: 600px) {
  #decorators-articles #decorator-2 {
    height: 600px;
  }
}
#decorators-articles #decorator-3 {
  width: auto;
  height: 1400px;
  left: 0;
  top: 220px;
  opacity: 0.7;
}
@media only screen and (max-width: 600px) {
  #decorators-articles #decorator-3 {
    height: 680px;
    top: 270px;
  }
}

#decorators-article {
  width: 100%;
  margin: auto;
  overflow: auto;
  -ms-overflow-style: none;
  z-index: -1;
}
#decorators-article #decorator-1 {
  width: auto;
  height: 800px;
  opacity: 1;
  right: 0;
  top: 400px;
}
@media only screen and (max-width: 767px) {
  #decorators-article #decorator-1 {
    top: -200px;
    height: 500px;
  }
}
#decorators-article #decorator-2 {
  width: auto;
  height: 1000px;
  left: 0;
  top: 220px;
  opacity: 1;
}
#decorators-article #decorator-3 {
  width: auto;
  height: 1700px;
  left: 0;
  top: 520px;
  opacity: 1;
}

/*# sourceMappingURL=decorators.css.map */
