
.parallax-js {
  position: relative;
  overflow: hidden;
}
.parallax-js .layer {
  position: absolute;
}
.parallax-js .layer-01 path {
  animation: colorHover 2s infinite ease-out;
}
.parallax-js .layer-01 path:nth-child(1) {
  animation-delay: 1.1s;
}
.parallax-js .layer-01 path:nth-child(2) {
  animation-delay: 1.2s;
}
.parallax-js .layer-01 path:nth-child(3) {
  animation-delay: 1.3s;
}
.parallax-js .layer-01 path:nth-child(4) {
  animation-delay: 1.4s;
}
.parallax-js .layer-01 path:nth-child(5) {
  animation-delay: 1.5s;
}
.parallax-js .layer-01 path:nth-child(6) {
  animation-delay: 1.6s;
}
.parallax-js .layer-01 path:nth-child(7) {
  animation-delay: 1.7s;
}
.parallax-js .layer-01 path:nth-child(8) {
  animation-delay: 1.8s;
}
.parallax-js .layer-01 path:nth-child(9) {
  animation-delay: 1.9s;
}
.parallax-js .layer-01 path:nth-child(10) {
  animation-delay: 2s;
}
.parallax-js .layer-01 path:nth-child(11) {
  animation-delay: 2.1s;
}
.parallax-js .layer-01 path:nth-child(12) {
  animation-delay: 2.2s;
}
.parallax-js .layer-02 circle {
  position: relative;
  fill: var(--bs-white);
  transition: 0.44s ease-out all;
  opacity: 0;
}
.parallax-js .layer-02 circle:nth-child(1) {
  transform: translate(45px, -30px);
}
.parallax-js .layer-02 circle:nth-child(2) {
  transform: translate(27px, -30px);
}
.parallax-js .layer-02 circle:nth-child(3) {
  transform: translate(9px, -30px);
}
.parallax-js .layer-02 circle:nth-child(4) {
  transform: translate(-9px, -30px);
}
.parallax-js .layer-02 circle:nth-child(5) {
  transform: translate(-27px, -30px);
}
.parallax-js .layer-02 circle:nth-child(6) {
  transform: translate(-45px, -30px);
}
.parallax-js .layer-02 circle:nth-child(7) {
  transform: translate(45px, -11.25px);
}
.parallax-js .layer-02 circle:nth-child(8) {
  transform: translate(27px, -11.25px);
}
.parallax-js .layer-02 circle:nth-child(9) {
  transform: translate(9px, -11.25px);
}
.parallax-js .layer-02 circle:nth-child(10) {
  transform: translate(-9px, -11.25px);
}
.parallax-js .layer-02 circle:nth-child(11) {
  transform: translate(-27px, -11.25px);
}
.parallax-js .layer-02 circle:nth-child(12) {
  transform: translate(-45px, -11.25px);
}
.parallax-js .layer-02 circle:nth-child(13) {
  transform: translate(45px, 10px);
}
.parallax-js .layer-02 circle:nth-child(14) {
  transform: translate(26.25px, 10px);
}
.parallax-js .layer-02 circle:nth-child(15) {
  transform: translate(9px, 10px);
}
.parallax-js .layer-02 circle:nth-child(16) {
  transform: translate(-9px, 10px);
}
.parallax-js .layer-02 circle:nth-child(17) {
  transform: translate(-27px, 10px);
}
.parallax-js .layer-02 circle:nth-child(18) {
  transform: translate(-45px, 10px);
}
.parallax-js .layer-02 circle:nth-child(19) {
  transform: translate(45px, 31.25px);
}
.parallax-js .layer-02 circle:nth-child(20) {
  transform: translate(26.25px, 31.25px);
}
.parallax-js .layer-02 circle:nth-child(21) {
  transform: translate(9px, 31.25px);
}
.parallax-js .layer-02 circle:nth-child(22) {
  transform: translate(-9px, 31.25px);
}
.parallax-js .layer-02 circle:nth-child(23) {
  transform: translate(-27px, 31.25px);
}
.parallax-js .layer-02 circle:nth-child(24) {
  transform: translate(-45px, 31.25px);
}
.parallax-js:hover .layer-02 circle {
  opacity: 1;
  transform: translate(0, 0);
}
.parallax-js .layer-03 svg {
  animation-name: svgScale;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  fill: none;
}
.parallax-js .layer-03 path {
  fill: #822ea8;
}
.parallax-js .layer-04 svg {
  fill: none;
  animation: svgRotate 5s infinite;
  transition: 0.3s ease-out all;
}
.parallax-js .layer-04 rect {
  fill: #72edff;
}
.parallax-js .layer-05 svg {
  fill: none;
}
.parallax-js .layer-05 circle {
  fill: #9fc948;
}
.parallax-js .layer-06 svg {
  fill: none;
}
.parallax-js .layer-06 circle {
  fill: #d90e90;
}
.parallax-js .layer-06-inner,
.parallax-js .layer-07-inner {
  position: relative;
  width: 18px;
  height: 18px;
}
.parallax-js .layer-06-inner:before,
.parallax-js .layer-07-inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #d90e90;
  border-radius: 50%;
  animation: beforeScale 3s infinite;
}
.parallax-js .layer-06-inner svg,
.parallax-js .layer-07-inner svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.parallax-js .layer-07 svg {
  fill: none;
}
.parallax-js .layer-07 circle {
  fill: var(--bs-white);
}
.parallax-js .layer-07-inner:before {
  border-color: #4f35ea;
  animation: beforeScale 5s infinite;
  animation-delay: 1s;
}
.parallax-js .layer-08 svg {
  fill: none;
}
.parallax-js .layer-08 line {
  stroke: var(--bs-white);
  stroke-dasharray: 128;
  stroke-dashoffset: 1000;
  animation: dash 6s linear infinite;
}
.parallax-js .layer-08 line:nth-child(3) {
  animation-delay: 0.2s;
}
.parallax-js .layer-08 line:nth-child(4) {
  animation-delay: 0.25s;
}
.parallax-js .layer-08 line:nth-child(1) {
  animation-delay: 0.3s;
}
.parallax-js .layer-08 line:nth-child(2) {
  animation-delay: 0.35s;
}
.parallax-js .layer-09 svg {
  fill: none;
}
.parallax-js .layer-09 path {
  fill: #fff281;
}
.parallax-js .layer-10 svg {
  fill: none;
}
.parallax-js .layer-10 path {
  fill: #ff4f4f;
}
.parallax-js .layer {
  display: none;
}
@media (min-width: 576px) {
  .parallax-js .layer {
    display: block;
  }
  .parallax-js .layer-01 {
    top: -0.5%;
    left: calc(50% - 540px / 2);
  }
  .parallax-js .layer-02 {
    top: 15%;
    left: calc(50% - 540px / 2 + 540px / 12 * 10);
  }
  .parallax-js .layer-03 {
    top: 42%;
    left: calc(50% - 540px / 2 + 540px / 12 * 1.4);
  }
  .parallax-js .layer-04 {
    top: 55%;
    left: calc(50% - 540px / 2 - 540px / 12 * 1.3);
  }
  .parallax-js .layer-05 {
    top: 64%;
    left: calc(50% - 540px / 2 + 540px / 12 * 1.2);
  }
  .parallax-js .layer-06 {
    top: 81.5%;
    left: calc(50% - 540px / 2 + 540px / 12 * 4);
  }
  .parallax-js .layer-07 {
    top: 42%;
    left: calc(50% - 540px / 2 + 540px / 12 * 12);
  }
  .parallax-js .layer-08 {
    top: 81.5%;
    left: calc(50% - 540px / 2 + 540px / 12 * 11);
  }
  .parallax-js .layer-09 {
    z-index: 2;
    top: 15%;
    left: calc(50% - 540px / 2 + 540px / 12 * 13);
  }
  .parallax-js .layer-10 {
    z-index: 1;
    top: 23%;
    left: calc(50% - 540px / 2 + 540px / 12 * 13.5);
  }
}
@media (min-width: 768px) {
  .parallax-js .layer-01 {
    top: -0.5%;
    left: calc(50% - 720px / 2);
  }
  .parallax-js .layer-02 {
    top: 15%;
    left: calc(50% - 720px / 2 + 720px / 12 * 10);
  }
  .parallax-js .layer-03 {
    top: 42%;
    left: calc(50% - 720px / 2 + 720px / 12 * 1.4);
  }
  .parallax-js .layer-04 {
    top: 55%;
    left: calc(50% - 720px / 2 - 720px / 12 * 1.3);
  }
  .parallax-js .layer-05 {
    top: 64%;
    left: calc(50% - 720px / 2 + 720px / 12 * 1.2);
  }
  .parallax-js .layer-06 {
    top: 81.5%;
    left: calc(50% - 720px / 2 + 720px / 12 * 4);
  }
  .parallax-js .layer-07 {
    top: 42%;
    left: calc(50% - 720px / 2 + 720px / 12 * 12);
  }
  .parallax-js .layer-08 {
    top: 81.5%;
    left: calc(50% - 720px / 2 + 720px / 12 * 11);
  }
  .parallax-js .layer-09 {
    z-index: 2;
    top: 15%;
    left: calc(50% - 720px / 2 + 720px / 12 * 13);
  }
  .parallax-js .layer-10 {
    z-index: 1;
    top: 23%;
    left: calc(50% - 720px / 2 + 720px / 12 * 13.5);
  }
}
@media (min-width: 992px) {
  .parallax-js .layer-01 {
    top: -0.5%;
    left: calc(50% - 960px / 2);
  }
  .parallax-js .layer-02 {
    top: 15%;
    left: calc(50% - 960px / 2 + 960px / 12 * 10);
  }
  .parallax-js .layer-03 {
    top: 42%;
    left: calc(50% - 960px / 2 + 960px / 12 * 1.4);
  }
  .parallax-js .layer-04 {
    top: 55%;
    left: calc(50% - 960px / 2 - 960px / 12 * 1.3);
  }
  .parallax-js .layer-05 {
    top: 64%;
    left: calc(50% - 960px / 2 + 960px / 12 * 1.2);
  }
  .parallax-js .layer-06 {
    top: 81.5%;
    left: calc(50% - 960px / 2 + 960px / 12 * 4);
  }
  .parallax-js .layer-07 {
    top: 42%;
    left: calc(50% - 960px / 2 + 960px / 12 * 12);
  }
  .parallax-js .layer-08 {
    top: 81.5%;
    left: calc(50% - 960px / 2 + 960px / 12 * 11);
  }
  .parallax-js .layer-09 {
    z-index: 2;
    top: 15%;
    left: calc(50% - 960px / 2 + 960px / 12 * 13);
  }
  .parallax-js .layer-10 {
    z-index: 1;
    top: 23%;
    left: calc(50% - 960px / 2 + 960px / 12 * 13.5);
  }
}
@media (min-width: 1200px) {
  .parallax-js .layer-01 {
    top: -0.5%;
    left: calc(50% - 1200px / 2 - 70px);
  }
  .parallax-js .layer-02 {
    top: 15%;
    left: calc(60% - 1200px / 2 + 1200px / 12 * 10);
  }
  .parallax-js .layer-03 {
    top: 42%;
    left: calc(40% - 1200px / 2 + 1200px / 12 * 1.4);
  }
  .parallax-js .layer-04 {
    top: 55%;
    left: calc(50% - 1200px / 2 - 1200px / 12 * 2);
  }
  .parallax-js .layer-05 {
    top: 64%;
    left: calc(32% - 1200px / 2 + 1200px / 12 * 1.2);
  }
  .parallax-js .layer-06 {
    top: 81.5%;
    left: calc(50% - 1250px / 2 + 1250px / 12 * 3);
  }
  .parallax-js .layer-07 {
    top: 42%;
    left: calc(50% - 1200px / 2 + 1200px / 12 * 12);
  }
  .parallax-js .layer-08 {
    top: 76.5%;
    left: calc(50% - 1200px / 2 + 1200px / 12 * 11);
  }
  .parallax-js .layer-09 {
    z-index: 2;
    top: 15%;
    left: calc(50% - 1200px / 2 + 1200px / 12 * 13);
  }
  .parallax-js .layer-10 {
    z-index: 1;
    top: 23%;
    left: calc(50% - 1200px / 2 + 1200px / 12 * 13.5);
  }
}
.parallax-js-moderm {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.parallax-js-moderm .layer {
  position: absolute;
}
.parallax-js-moderm .layer-01 path {
  animation: colorHoverModern 2s infinite ease-out;
}
.parallax-js-moderm .layer-01 path:nth-child(1) {
  animation-delay: 1.1s;
}
.parallax-js-moderm .layer-01 path:nth-child(2) {
  animation-delay: 1.2s;
}
.parallax-js-moderm .layer-01 path:nth-child(3) {
  animation-delay: 1.3s;
}
.parallax-js-moderm .layer-01 path:nth-child(4) {
  animation-delay: 1.4s;
}
.parallax-js-moderm .layer-01 path:nth-child(5) {
  animation-delay: 1.5s;
}
.parallax-js-moderm .layer-01 path:nth-child(6) {
  animation-delay: 1.6s;
}
.parallax-js-moderm .layer-01 path:nth-child(7) {
  animation-delay: 1.7s;
}
.parallax-js-moderm .layer-01 path:nth-child(8) {
  animation-delay: 1.8s;
}
.parallax-js-moderm .layer-01 path:nth-child(9) {
  animation-delay: 1.9s;
}
.parallax-js-moderm .layer-01 path:nth-child(10) {
  animation-delay: 2s;
}
.parallax-js-moderm .layer-01 path:nth-child(11) {
  animation-delay: 2.1s;
}
.parallax-js-moderm .layer-01 path:nth-child(12) {
  animation-delay: 2.2s;
}
.parallax-js-moderm .layer-02 > svg {
  transform: rotate(-45deg);
}
.parallax-js-moderm .layer-02 circle {
  position: relative;
  fill: #ff00f6;
  transition: 0.44s ease-out all;
  opacity: 0;
  animation: opacityScale 6s ease-in-out infinite;
}
.parallax-js-moderm .layer-02 circle:nth-child(1) {
  transform: translate(45px, -30px);
}
.parallax-js-moderm .layer-02 circle:nth-child(2) {
  transform: translate(27px, -30px);
}
.parallax-js-moderm .layer-02 circle:nth-child(3) {
  transform: translate(9px, -30px);
}
.parallax-js-moderm .layer-02 circle:nth-child(4) {
  transform: translate(-9px, -30px);
}
.parallax-js-moderm .layer-02 circle:nth-child(5) {
  transform: translate(-27px, -30px);
}
.parallax-js-moderm .layer-02 circle:nth-child(6) {
  transform: translate(-45px, -30px);
}
.parallax-js-moderm .layer-02 circle:nth-child(7) {
  transform: translate(45px, -11.25px);
}
.parallax-js-moderm .layer-02 circle:nth-child(8) {
  transform: translate(27px, -11.25px);
}
.parallax-js-moderm .layer-02 circle:nth-child(9) {
  transform: translate(9px, -11.25px);
}
.parallax-js-moderm .layer-02 circle:nth-child(10) {
  transform: translate(-9px, -11.25px);
}
.parallax-js-moderm .layer-02 circle:nth-child(11) {
  transform: translate(-27px, -11.25px);
}
.parallax-js-moderm .layer-02 circle:nth-child(12) {
  transform: translate(-45px, -11.25px);
}
.parallax-js-moderm .layer-02 circle:nth-child(13) {
  transform: translate(45px, 10px);
}
.parallax-js-moderm .layer-02 circle:nth-child(14) {
  transform: translate(26.25px, 10px);
}
.parallax-js-moderm .layer-02 circle:nth-child(15) {
  transform: translate(9px, 10px);
}
.parallax-js-moderm .layer-02 circle:nth-child(16) {
  transform: translate(-9px, 10px);
}
.parallax-js-moderm .layer-02 circle:nth-child(17) {
  transform: translate(-27px, 10px);
}
.parallax-js-moderm .layer-02 circle:nth-child(18) {
  transform: translate(-45px, 10px);
}
.parallax-js-moderm .layer-02 circle:nth-child(19) {
  transform: translate(45px, 31.25px);
}
.parallax-js-moderm .layer-02 circle:nth-child(20) {
  transform: translate(26.25px, 31.25px);
}
.parallax-js-moderm .layer-02 circle:nth-child(21) {
  transform: translate(9px, 31.25px);
}
.parallax-js-moderm .layer-02 circle:nth-child(22) {
  transform: translate(-9px, 31.25px);
}
.parallax-js-moderm .layer-02 circle:nth-child(23) {
  transform: translate(-27px, 31.25px);
}
.parallax-js-moderm .layer-02 circle:nth-child(24) {
  transform: translate(-45px, 31.25px);
}
.parallax-js-moderm .layer-02 circle:nth-child(1) {
  animation-delay: 0.1s;
}
.parallax-js-moderm .layer-02 circle:nth-child(2) {
  animation-delay: 0.2s;
}
.parallax-js-moderm .layer-02 circle:nth-child(3) {
  animation-delay: 0.3s;
}
.parallax-js-moderm .layer-02 circle:nth-child(4) {
  animation-delay: 0.4s;
}
.parallax-js-moderm .layer-02 circle:nth-child(5) {
  animation-delay: 0.5s;
}
.parallax-js-moderm .layer-02 circle:nth-child(6) {
  animation-delay: 0.6s;
}
.parallax-js-moderm .layer-02 circle:nth-child(7) {
  animation-delay: 0.7s;
}
.parallax-js-moderm .layer-02 circle:nth-child(8) {
  animation-delay: 0.8s;
}
.parallax-js-moderm .layer-02 circle:nth-child(9) {
  animation-delay: 0.9s;
}
.parallax-js-moderm .layer-02 circle:nth-child(10) {
  animation-delay: 1s;
}
.parallax-js-moderm .layer-02 circle:nth-child(11) {
  animation-delay: 1.1s;
}
.parallax-js-moderm .layer-02 circle:nth-child(12) {
  animation-delay: 1.2s;
}
.parallax-js-moderm .layer-02 circle:nth-child(13) {
  animation-delay: 1.3s;
}
.parallax-js-moderm .layer-02 circle:nth-child(14) {
  animation-delay: 1.4s;
}
.parallax-js-moderm .layer-02 circle:nth-child(15) {
  animation-delay: 1.5s;
}
.parallax-js-moderm .layer-02 circle:nth-child(16) {
  animation-delay: 1.6s;
}
.parallax-js-moderm .layer-02 circle:nth-child(17) {
  animation-delay: 1.7s;
}
.parallax-js-moderm .layer-02 circle:nth-child(18) {
  animation-delay: 1.8s;
}
.parallax-js-moderm .layer-02 circle:nth-child(19) {
  animation-delay: 1.9s;
}
.parallax-js-moderm .layer-02 circle:nth-child(20) {
  animation-delay: 2s;
}
.parallax-js-moderm .layer-02 circle:nth-child(21) {
  animation-delay: 2.1s;
}
.parallax-js-moderm .layer-02 circle:nth-child(22) {
  animation-delay: 2.2s;
}
.parallax-js-moderm .layer-02 circle:nth-child(23) {
  animation-delay: 2.3s;
}
.parallax-js-moderm .layer-02 circle:nth-child(24) {
  animation-delay: 2.4s;
}
.parallax-js-moderm .layer-03 svg {
  animation-name: svgScale;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  fill: none;
}
.parallax-js-moderm .layer-03 path {
  fill: #4adff5;
}
.parallax-js-moderm .layer-04 svg {
  fill: none;
  animation: svgRotate 5s infinite;
  transition: 0.3s ease-out all;
}
.parallax-js-moderm .layer-04 rect {
  fill: #822ea8;
}
.parallax-js-moderm .layer-05 svg {
  fill: none;
  transform: rotate(17deg);
}
.parallax-js-moderm .layer-05 circle {
  fill: #9fc948;
}
.parallax-js-moderm .layer-06 svg {
  fill: none;
}
.parallax-js-moderm .layer-06 circle {
  fill: #d90e90;
}
.parallax-js-moderm .layer-06-inner,
.parallax-js-moderm .layer-07-inner {
  position: relative;
  width: 18px;
  height: 18px;
}
.parallax-js-moderm .layer-06-inner:before,
.parallax-js-moderm .layer-07-inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #d90e90;
  border-radius: 50%;
  animation: beforeScale 3s infinite;
}
.parallax-js-moderm .layer-06-inner svg,
.parallax-js-moderm .layer-07-inner svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.parallax-js-moderm .layer-07 svg {
  fill: none;
}
.parallax-js-moderm .layer-07 circle {
  fill: #ac9eff;
}
.parallax-js-moderm .layer-07-inner:before {
  border-color: #ac9eff;
  animation: beforeScale 5s infinite;
  animation-delay: 1s;
}
.parallax-js-moderm .layer-08 svg {
  fill: none;
}
.parallax-js-moderm .layer-08 line {
  stroke: #ef6942;
  stroke-width: 2px;
}
.parallax-js-moderm .layer-09 svg {
  fill: none;
}
.parallax-js-moderm .layer-09 path {
  fill: #fff281;
}
.parallax-js-moderm .layer-10 svg {
  fill: none;
  animation: goTop 5s infinite;
}
.parallax-js-moderm .layer-10 path {
  fill: #ff4f4f;
}
.parallax-js-moderm .layer-11 svg {
  animation-name: svgScaleInverse;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  fill: none;
}
.parallax-js-moderm .layer-11 path {
  fill: #2ea88d;
}
.parallax-js-moderm .layer {
  display: none;
}
@media (min-width: 768px) {
  .parallax-js-moderm .layer {
    display: block;
  }
  .parallax-js-moderm .layer-01 {
    top: 9%;
    left: calc(50% - 720px / 2 - 720px / 12 * 1);
  }
  .parallax-js-moderm .layer-02 {
    top: 28.5%;
    left: calc(50% - 720px / 2 + 720px / 12 * 10.5);
  }
  .parallax-js-moderm .layer-03 {
    top: 32%;
    left: calc(50% - 720px / 2 + 720px / 12 - 30px);
  }
  .parallax-js-moderm .layer-04 {
    top: 63%;
    left: calc(50% - 720px / 2 - 720px / 12 * 1.3);
  }
  .parallax-js-moderm .layer-05 {
    top: 75%;
    left: calc(50% - 720px / 2 + 720px / 12 * 1.2);
  }
  .parallax-js-moderm .layer-06 {
    top: 44%;
    left: calc(50% - 720px / 2 - 720px / 12 * 2);
  }
  .parallax-js-moderm .layer-07 {
    top: 52%;
    left: calc(50% - 720px / 2 + 720px / 12 * 12);
  }
  .parallax-js-moderm .layer-08 {
    bottom: 0;
    left: calc(50% - 720px / 2 + 720px / 12 * 11);
  }
  .parallax-js-moderm .layer-09 {
    z-index: 2;
    top: 20%;
    left: calc(50% - 720px / 2 + 720px / 12 * 13.5);
  }
  .parallax-js-moderm .layer-10 {
    z-index: 1;
    top: 27%;
    left: calc(50% - 720px / 2 + 720px / 12 * 14);
  }
  .parallax-js-moderm .layer-11 {
    top: 69%;
    left: calc(50% - 720px / 2 + 720px / 12 * 9.55);
  }
}
@media (min-width: 992px) {
  .parallax-js-moderm .layer-01 {
    top: 9%;
    left: calc(50% - 960px / 2 - 960px / 12 * 1);
  }
  .parallax-js-moderm .layer-02 {
    top: 28.5%;
    left: calc(50% - 960px / 2 + 960px / 12 * 10.5);
  }
  .parallax-js-moderm .layer-03 {
    top: 32%;
    left: calc(50% - 960px / 2 + 960px / 12 - 30px);
  }
  .parallax-js-moderm .layer-04 {
    top: 63%;
    left: calc(50% - 960px / 2 - 960px / 12 * 1.3);
  }
  .parallax-js-moderm .layer-05 {
    top: 75%;
    left: calc(50% - 960px / 2 + 960px / 12 * 1.2);
  }
  .parallax-js-moderm .layer-06 {
    top: 44%;
    left: calc(50% - 960px / 2 - 960px / 12 * 2);
  }
  .parallax-js-moderm .layer-07 {
    top: 52%;
    left: calc(50% - 960px / 2 + 960px / 12 * 12);
  }
  .parallax-js-moderm .layer-08 {
    bottom: 0;
    left: calc(50% - 960px / 2 + 960px / 12 * 11);
  }
  .parallax-js-moderm .layer-09 {
    z-index: 2;
    top: 20%;
    left: calc(50% - 960px / 2 + 960px / 12 * 13.5);
  }
  .parallax-js-moderm .layer-10 {
    z-index: 1;
    top: 27%;
    left: calc(50% - 960px / 2 + 960px / 12 * 14);
  }
  .parallax-js-moderm .layer-11 {
    top: 69%;
    left: calc(50% - 960px / 2 + 960px / 12 * 9.55);
  }
}
@media (min-width: 1200px) {
  .parallax-js-moderm .layer-01 {
    top: 9%;
    left: calc(50% - 1200px / 2 - 1200px / 12 * 1);
  }
  .parallax-js-moderm .layer-02 {
    top: 28.5%;
    left: calc(50% - 1200px / 2 + 1200px / 12 * 10.5);
  }
  .parallax-js-moderm .layer-03 {
    top: 32%;
    left: calc(50% - 1200px / 2 + 1200px / 12 - 30px);
  }
  .parallax-js-moderm .layer-04 {
    top: 63%;
    left: calc(50% - 1200px / 2 - 1200px / 12 * 1.3);
  }
  .parallax-js-moderm .layer-05 {
    top: 75%;
    left: calc(50% - 1200px / 2 + 1200px / 12 * 1.2);
  }
  .parallax-js-moderm .layer-06 {
    top: 44%;
    left: calc(50% - 1200px / 2 - 1200px / 12 * 2);
  }
  .parallax-js-moderm .layer-07 {
    top: 52%;
    left: calc(50% - 1200px / 2 + 1200px / 12 * 12);
  }
  .parallax-js-moderm .layer-08 {
    bottom: 0;
    left: calc(50% - 1200px / 2 + 1200px / 12 * 11);
  }
  .parallax-js-moderm .layer-09 {
    z-index: 2;
    top: 20%;
    left: calc(50% - 1200px / 2 + 1200px / 12 * 13.5);
  }
  .parallax-js-moderm .layer-10 {
    z-index: 1;
    top: 27%;
    left: calc(50% - 1200px / 2 + 1200px / 12 * 14);
  }
  .parallax-js-moderm .layer-11 {
    top: 69%;
    left: calc(50% - 1200px / 2 + 1200px / 12 * 9.55);
  }
}
@keyframes colorHover {
  0% {
    fill: #d90e90;
  }
  100% {
    fill: #f4f2ee;
  }
}
@keyframes colorHoverModern {
  0% {
    fill: #f09922;
  }
  100% {
    fill: #d7a753;
  }
}
@keyframes svgScale {
  0% {
    transform: scale(0.5);
  }
  20% {
    transform: scale(1);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes svgScaleInverse {
  0% {
    transform: scale(0.5, -1);
  }
  20% {
    transform: scale(1, -1);
  }
  80% {
    transform: scale(1, -1);
  }
  100% {
    transform: scale(0.5, -1);
  }
}
@keyframes svgRotate {
  0% {
    transform: rotate(0deg) scale(1);
    transform-origin: center bottom;
  }
  20% {
    transform: rotate(-45deg) scale(0.7);
  }
  100% {
    transform: rotate(-90deg) scale(1);
  }
}
@keyframes beforeScale {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 0;
    transform: scale(2);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 128;
  }
  5% {
    stroke-dashoffset: 0;
  }
  95% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 128;
  }
}
@keyframes opacityScale {
  0% {
    opacity: 0;
  }
  20%,
  40% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
@keyframes goTop {
  0% {
    transform-origin: left bottom;
    transform: translateY(0) scale(1) rotate(0);
  }
  20%,
  80% {
    transform-origin: top center;
    transform: translateY(-20px) scale(1.1) rotate(-40deg);
  }
  100% {
    transform-origin: left bottom;
    transform: translateY(0) scale(1) rotate(0);
  }
}