@charset "UTF-8";
html,
body {
  background-color: #222;
}

.page-cmsitem-00261002 .main__inner-wrapper {
  padding: 0;
}
.page-cmsitem-00261002 .scaffoldFooter {
  margin-top: 0;
}

.dataHtmlBlock1 {
  max-width: 100%;
  width: 100%;
}

.tool-time-lp {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: var(--gutter-half);
  background: #141414;
  background: linear-gradient(180deg, rgb(20, 20, 20) 0%, rgb(130, 29, 29) 100%);
  padding: var(--gutter-half);
}
@media (min-width: 768px) {
  .tool-time-lp {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .tool-time-lp {
    padding-bottom: 5rem;
    height: 100%;
    min-height: 100vh;
  }
}
.tool-time-lp h1 {
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
}
.tool-time-lp h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-top: 0;
  text-align: center;
}
.tool-time-lp .actions a {
  width: 100%;
  text-decoration: none;
  font-weight: 500;
}
.tool-time-lp .actions a::after {
  display: none;
}
@media (min-width: 768px) {
  .tool-time-lp .actions a {
    width: auto;
  }
}
.tool-time-lp .catalogue {
  max-width: 100%;
  width: 740px;
  background-image: url("https://cms.bgwgroup.com.au/components/promotions/landing-pages/cnw-tool-time-2025/cover.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 2480/3507;
  position: relative;
  transition: all 250ms ease;
  animation: sammy-tool-time-cover-rotate 7s infinite ease;
  border-radius: 7px;
  border: solid 1px #444;
}
.tool-time-lp .catalogue:hover {
  border-color: var(--color-primary);
  border-width: 3px;
  transform: rotate(2deg);
}
.tool-time-lp .catalogue a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes sammy-tool-time-cover-rotate {
  0% {
    rotate: 0deg;
  }
  90% {
    rotate: 0deg;
  }
  95% {
    rotate: 2deg;
  }
  100% {
    rotate: 0deg;
  }
}
.fireworks {
  position: absolute;
  width: 150px;
  height: 150px;
  /*     padding-bottom: 100px; */
  background: url("https://cms.bgwgroup.com.au/components/promotions/landing-pages/cnw-tool-time-2025/fireworks.png") right top no-repeat;
  background-size: auto 150px;
  animation: fireworks 2s steps(24) infinite, random 8s steps(1) infinite;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 10;
}

@keyframes fireworks {
  0% {
    background-position: 0%;
  }
  50%, 100% {
    background-position: 100% 100%;
  }
}
@keyframes random {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(200%, 50%) scale(0.8);
  }
  50% {
    transform: translate(80%, 80%) scale(1.2);
  }
  75% {
    transform: translate(20%, 60%) scale(0.65);
  }
}
@media screen and (prefers-reduced-motion) {
  /* 禁用不必要的动画 */
  .fireworks {
    animation: none;
  }
}/*# sourceMappingURL=style.css.map */