@font-face {
  font-display: swap;
  font-family: HelveticaNeueRoman;
  src: url(./HelveticaNeueLTW05-55Roman-woff.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: HelveticaNeueBold;
  src: url(./HelveticaNeueLTW05-75Bold-woff.woff) format("woff");
}
.main__inner-wrapper {
  max-width: 100% !important;
  padding: 0 !important;
}

.scaffoldFooter {
  margin-top: 0 !important;
}

.dataHtmlBlock1 {
  width: 100%;
}

.promo-hager-work-hard-play-hard {
  width: 100%;
  max-width: 100%;
  font-family: HelveticaNeueRoman, Helvetica Neue, helvetica neue, helvetica-neue, Arial, sans-serif;
}
.promo-hager-work-hard-play-hard .logo {
  background-color: #24b7ed;
  padding: var(--gutter-half);
  display: flex;
  justify-content: center;
  align-items: center;
}
.promo-hager-work-hard-play-hard .logo img {
  width: 210px;
}
.promo-hager-work-hard-play-hard .hero {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 1px;
  min-width: 0;
}
.promo-hager-work-hard-play-hard .hero .swiper .swiper-pagination {
  position: absolute !important;
  bottom: 0;
  top: auto !important;
  z-index: 4;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.promo-hager-work-hard-play-hard .hero .hero-desktop {
  display: none;
}
@media (min-width: 768px) {
  .promo-hager-work-hard-play-hard .hero .hero-desktop {
    display: block;
  }
}
.promo-hager-work-hard-play-hard .hero .hero-mobile {
  display: block;
}
@media (min-width: 768px) {
  .promo-hager-work-hard-play-hard .hero .hero-mobile {
    display: none;
  }
}
.promo-hager-work-hard-play-hard .intro {
  background: linear-gradient(45deg, #00477e, #0085c3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: var(--gutter);
  color: var(--color-white);
  margin-top: 1px;
}
.promo-hager-work-hard-play-hard .intro h1 {
  max-width: 100%;
  width: 600px;
  text-align: center;
  font-size: var(--font-size-xlarge);
  line-height: var(--font-size-xlarge);
}
.promo-hager-work-hard-play-hard .intro p {
  max-width: 100%;
  width: 900px;
  text-align: center;
  font-size: var(--font-size-medium);
  line-height: var(--font-size-medium);
}
.promo-hager-work-hard-play-hard .steps {
  display: flex;
  flex-direction: column;
  gap: calc(var(--gutter) * 1.5);
  max-width: 100%;
  width: 900px;
  margin: 0 auto;
  margin-top: var(--gutter);
  padding: var(--gutter-half);
}
.promo-hager-work-hard-play-hard .steps .step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.promo-hager-work-hard-play-hard .steps .step .label-step {
  background-color: #01284c;
  color: white;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 96px;
  min-width: 96px;
  max-width: 96px;
  height: 96px;
  min-height: 96px;
  max-height: 96px;
  border-radius: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-30%);
  z-index: 2;
}
.promo-hager-work-hard-play-hard .steps .step .label-step .text {
  font-size: var(--font-size-large);
  line-height: var(--font-size-large);
  font-weight: 400;
}
.promo-hager-work-hard-play-hard .steps .step .label-step .number {
  font-size: var(--font-size-xxlarge);
  line-height: var(--font-size-xxlarge);
  color: #24b7ed;
  font-size: 700;
}
.promo-hager-work-hard-play-hard .steps .step .instruction-step {
  margin-top: 1.5rem;
}
.promo-hager-work-hard-play-hard .steps .step .instruction-step p {
  background-color: #f7f7f7;
  margin: 0;
  padding: var(--gutter);
  padding-top: calc(var(--gutter) * 2.2);
  color: #01284c;
  font-size: var(--font-size-medium);
  line-height: var(--font-size-large);
  font-weight: 500;
  text-align: center;
}
.promo-hager-work-hard-play-hard .featured-products {
  max-width: 100%;
  width: 100%;
  padding: var(--gutter-half);
  background-color: #f7f7f7;
}
.promo-hager-work-hard-play-hard .featured-products h2 {
  font-size: var(--font-size-xlarge);
  line-height: var(--font-size-xlarge);
  text-align: center;
  margin: var(--gutter-half) auto;
  color: #00477e;
}
.promo-hager-work-hard-play-hard .featured-products button.swiper-button-prev,
.promo-hager-work-hard-play-hard .featured-products button.swiper-button-next {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: none !important;
  border-radius: 50px !important;
}
.promo-hager-work-hard-play-hard .featured-products button.swiper-button-prev svg,
.promo-hager-work-hard-play-hard .featured-products button.swiper-button-next svg {
  color: #0085c3;
}
.promo-hager-work-hard-play-hard .featured-products .swiper {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.promo-hager-work-hard-play-hard .featured-products .swiper-slide {
  position: relative;
  border: 0 !important;
  border-radius: 20px;
  margin-left: 1px;
}
.promo-hager-work-hard-play-hard .featured-products .swiper-slide > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 99;
}
.promo-hager-work-hard-play-hard .featured-products .swiper-slide > a::after {
  display: none;
}
.promo-hager-work-hard-play-hard .featured-products .swiper-slide .swiper-slide-product-img {
  border: 0 !important;
}
.promo-hager-work-hard-play-hard .featured-products .swiper-slide .product-code {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #e46529;
  font-family: HelveticaNeueBold;
}
.promo-hager-work-hard-play-hard .featured-products .swiper-slide h3 {
  font-size: 15px;
  line-height: 1.35;
  color: #565656;
  font-weight: 600;
  text-align: center;
  font-family: HelveticaNeueRoman;
  min-height: 40px;
  margin-bottom: 15px !important;
}
.promo-hager-work-hard-play-hard .logo-footer {
  background-color: #24b7ed;
  padding: var(--gutter);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.promo-hager-work-hard-play-hard .logo-footer img {
  width: 270px;
  margin-bottom: var(--gutter);
}
.promo-hager-work-hard-play-hard .logo-footer .button-group {
  justify-content: center;
  align-items: center;
}
.promo-hager-work-hard-play-hard .logo-footer .button-group .btn {
  background-color: #01284c;
  border-color: #01284c;
  color: white;
  font-size: var(--font-size-medium);
  height: auto;
  padding: calc(var(--gutter-half) / 1.5) calc(var(--gutter-half) * 4);
}
.promo-hager-work-hard-play-hard .logo-footer .button-group .btn:hover, .promo-hager-work-hard-play-hard .logo-footer .button-group .btn:focus {
  background-color: black;
  border-color: black;
}
.promo-hager-work-hard-play-hard .logo-footer .button-group .btn::after {
  display: none;
}/*# sourceMappingURL=style.css.map */