@font-face {
  font-family: "Playfulist";
  src: url("/themes/affordable-home/fonts/Playfulist/playfulist400.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

.playfulist {
  font-family: "Playfulist" !important;
}

#aug-banner .f-yellow {
  color: #f6c61e;
}

.container.promo-wrapper {
  width: 1420px !important;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

#aug-banner {
  width: 100%;
  background-image: url(../images/banner/back.jpg);
  background-image: -webkit-image-set(url("../images/banner/back.jpg") 1x, url("../images/banner/back@2x.jpg") 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: visible;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.25);
}

#aug-banner .banner-inner {
  height: auto;
  width: 100%;
  position: relative;
  gap: 2em;
}

#aug-banner .banner-left {
  margin-left: -6em;
}

#aug-banner .left {
  bottom: 0;
}

#aug-banner .button {
  margin-top: 0;
  font-size: 1.35em;
  width: 10em;
  height: 2em;
  border-radius: 1em;
  z-index: 1;
  line-height: 1;
  margin-bottom: 0;
  background-color: #ed1d24;
}

#aug-banner .banner-main {
  margin-bottom: -28px;
  margin-left: 43px;
}

#aug-banner .banner-text {
  margin-left: -21px;
  width: 100%;
}

#aug-banner .banner-right {
  margin: -20px 0;
}

#aug-banner .button {
  text-decoration: none;
  color: white;
}

#aug-banner .button:hover,
#aug-banner.button:visited,
#aug-banner .button:active {
  text-decoration: none;
  color: white;
}

#aug-banner .image {
  bottom: 0;
  left: -38px;
}

#aug-banner .main-text {
  font-size: 29px;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 20px;
  width: 100%;
  text-wrap-mode: nowrap;
}

@supports (background: -webkit-named-image(i)) {
  #aug-banner .button {
    padding-top: 0;
  }
}

@media screen and (max-width: 1420px) {
  .container.promo-wrapper {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1200px) {
  #aug-banner .banner-left {
    display: none;
  }

  #aug-banner .banner-inner {
    padding: 0 15px;
    gap: 1em;
  }
}

@media screen and (max-width: 991px) {
  #aug-banner .main {
    top: unset;
  }

  #aug-banner .banner-main,
  #aug-banner .banner-text {
    margin: 0;
  }

  #aug-banner .banner-right {
    margin: 20px 0 0 0;
  }

  #aug-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 5% 0;
  }

  #aug-banner-game {
    height: 49em;
  }
}

@media screen and (max-width: 767px) {
  #aug-banner .button {
    font-size: 1.3em;
    width: 10em;
  }

  .banner-inner .banner-main {
    width: 100%;
  }

  .banner-inner .banner-cta {
    margin-left: 0em;
    margin-right: 0em;
    width: 100%;
  }

  .container.promo-wrapper {
    padding-bottom: 20px;
  }

  #aug-banner .banner-main {
    flex-direction: column;
  }
}

@media screen and (max-width: 567px) {
  #aug-banner {
    background-image: url(../images/banner/back-m.jpg);
    background-image: -webkit-image-set(url("../images/banner/back-m.jpg") 1x, url("../images/banner/back-m@2x.jpg") 2x);
  }

  #aug-banner .banner-main {
    margin: 0;
    margin-top: 15px;
  }

  #aug-banner .main-text {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 33px;
  }

  #aug-banner .main-text span {
    display: block;
    color: #000;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/banner/back-text.png);
    background-image: -webkit-image-set(url("../images/banner/back-text.png") 1x, url("../images/banner/back-text@2x.png") 2x);
    background-position-y: 2px;
  }

  #aug-banner .banner-inner {
    margin-bottom: 23px;
    margin-top: 0;
  }

  #aug-banner .button {
    font-size: 1.2em;
    width: 9em;
  }
}