@import url("https://use.typekit.net/bzs7aaw.css");
.page-cmsitem-00254000 .dataHtmlBlock1 {
  width: 100%;
}
.page-cmsitem-00254000 .main__inner-wrapper {
  padding: 0;
}
.page-cmsitem-00254000 .sherriffFooter {
  margin-top: 0 !important;
}
.page-cmsitem-00254000 .sherriffFooter::before {
  display: none !important;
}

.hagersc-content {
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  background-position: top center;
  background-repeat: repeat;
  position: relative;
  overflow: hidden;
  background: url("https://cms.bgwgroup.com.au/components/promotions/landing-pages/she-hagerscratch&win/hager-scratch-win-bg.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  opacity: 0;
  animation: general-fade 1s 250ms forwards;
  text-align: center;
  min-height: 100vh;
  align-items: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.hagersc-content-block {
  max-width: 1600px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hagersc-content-block-full-width {
  width: 100%;
}

.hagersc-sc > img {
  position: relative;
  width: 100%;
  max-width: 1200px;
  z-index: 5;
  margin-top: 100px;
}

.hagersc-car > img {
  position: absolute;
  height: auto;
  z-index: 3;
  right: 5%;
  top: 150px;
  max-width: 1000px;
  width: 100%;
  animation: priceCar 20s ease-out 0s infinite normal none;
}

.hagersc-prize > img {
  position: absolute;
  z-index: 4;
  top: 280px;
  left: 13%;
  width: 100%;
  max-width: 1000px;
  animation: priceItems 10s ease 0s infinite normal none;
}

.hagersc-column {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.hagersc-info {
  margin-top: 500px;
  z-index: 5;
}

.hagersc-promo-period {
  width: 80%;
  max-width: 600px;
}

.hagersc-content-promo {
  text-align: left;
}

.hagersc-gst {
  font-size: 1.5rem;
}

.hagersc-h1 {
  text-align: left;
  font-weight: 600;
  width: 100%;
  max-width: 500px;
  font-size: 3rem;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  line-height: 110%;
}

.hagersc-h3 {
  font-size: 1.4rem;
  max-width: 400px;
  text-align: left;
}

.hagersc-h3-prize {
  font-size: 1.4rem;
  max-width: 650px;
  text-align: left;
}

.hagersc-yellow {
  color: #fbce14;
}

.hagersc-thin {
  font-weight: 400;
}

.hagersc-footer-logo {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: row;
  gap: 5%;
  align-items: flex-end;
  align-self: center;
  justify-content: center;
  margin-top: 50px;
}

.hagersc-brand {
  width: 100%;
  max-width: 200px;
}

.hagersc-terms {
  font-size: 14px;
  max-width: 1050px;
}

.hagersc-terms a {
  color: #fff;
}

.hagersc-terms a::after {
  display: none !important;
}

.hagersc-products {
  width: 100%;
  padding: 10px;
  text-align: center;
  max-width: 2048px;
}

.hagersc-product-container .swiper-slide {
  border-radius: 15px;
  outline: solid 2px #636363;
  box-shadow: 0px 0px 10px rgb(255, 255, 255);
}

.hagersc-product-container .swiper-slide a::after {
  display: none;
}

.hagersc-shop-link {
  margin-top: 30px;
  margin-bottom: 40px;
}

.hagersc-product-container .product-code {
  color: #000;
}

.hagersc-product-container h3 {
  color: #000 !important;
  margin-top: 10px !important;
}

.hagersc-product-container a {
  text-decoration: none;
}

.hagersc-buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
}

.hagersc-btn {
  text-decoration: none;
  border-radius: 5px !important;
  padding: 15px 20px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #000;
  background-color: #fbce14;
}

.hagersc-btn:hover {
  color: #000;
  background-color: #fff;
}

.hagersc-btn::after {
  display: none !important;
}

@media screen and (min-width: 1301px) and (max-width: 1600px) {
  .hagersc-prize > img {
    left: 2%;
    top: 350px;
    max-width: 900px;
  }
  .hagersc-sc > img {
    max-width: 1000px;
  }
  .hagersc-car > img {
    top: 90px;
    width: 80%;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1300px) {
  .hagersc-prize > img {
    left: 2%;
    top: 350px;
    max-width: 700px;
  }
  .hagersc-sc > img {
    max-width: 800px;
  }
  .hagersc-car > img {
    top: 50px;
    width: 80%;
  }
}
@media screen and (min-width: 851px) and (max-width: 1049px) {
  .hagersc-prize > img {
    left: 2%;
    top: 320px;
    max-width: 700px;
  }
  .hagersc-sc > img {
    max-width: 600px;
  }
  .hagersc-car > img {
    top: 50px;
    width: 80%;
  }
}
@media screen and (min-width: 700px) and (max-width: 850px) {
  .hagersc-prize > img {
    left: 3%;
    top: 450px;
    max-width: 700px;
  }
  .hagersc-sc > img {
    max-width: 550px;
  }
  .hagersc-car > img {
    top: 80px;
    width: 80%;
  }
  .hagersc-info {
    margin-top: 650px;
  }
}
@media screen and (min-width: 451px) and (max-width: 699px) {
  .hagersc-prize > img {
    left: 10%;
    top: 250px;
    max-width: 300px;
  }
  .hagersc-sc > img {
    max-width: 300px;
    margin-top: 40px;
  }
  .hagersc-car > img {
    top: 50px;
    width: 80%;
  }
  .hagersc-info {
    margin-top: 320px;
  }
  .hagersc-footer-logo {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 450px) {
  .hagersc-prize > img {
    left: 10%;
    top: 250px;
    max-width: 300px;
  }
  .hagersc-sc > img {
    max-width: 300px;
    margin-top: 40px;
  }
  .hagersc-car > img {
    top: 50px;
    width: 80%;
  }
  .hagersc-info {
    margin-top: 320px;
  }
  .hagersc-footer-logo {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }
  .hagersc-promo-period {
    margin-top: 50px;
  }
}
@media screen and (max-width: 850px) {
  .hagersc-column {
    flex-direction: column-reverse;
  }
  .hagersc-content-promo {
    text-align: center;
  }
  .hagersc-info {
    padding: 15px;
  }
}
/*-- EFFECTS --*/
@keyframes priceItems {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }
  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }
  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }
  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }
  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}
@keyframes priceCar {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    transform: translateX(10px);
  }
  80% {
    transform: translateX(8px);
  }
  90% {
    transform: translateX(-8px);
  }
}
/*-- END EFFECTS --*//*# sourceMappingURL=style.css.map */