#bonpromotion {
  overflow: hidden;
  position: relative;
}

#bonpromotion .box-promotion {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: inherit;
  text-align: center;
}

#bonpromotion ul {
  margin-bottom: 0;
}

#bonpromotion ul,
#bonpromotion ul li {
  min-height: inherit;
}

#bonpromotion p.h2 {
  font-weight: 700;
  color: RGB(var(--brand-primary));
  font-family: 'Jost', sans-serif;
  text-transform: none;
}

#bonpromotion p.h3 {
  text-transform: none;
  color: #3a3a3a;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}

#bonpromotion p.h3 span {
  color: RGB(var(--brand-primary));
  font-weight: 600;
  display: inline-block;
}

#bonpromotion .bonpromotion-countdown>span {
  display: inline-block;
  color: RGB(var(--brand-primary));
  font-weight: 400;
  text-align: center;
  margin: 0 10px;
  position: relative;
}

#bonpromotion .bonpromotion-countdown>span:not(:last-child):before,
#bonpromotion .bonpromotion-countdown>span:not(:last-child):after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: RGB(var(--brand-primary));
  border-radius: 50%;
  right: -9px;
}

#bonpromotion .bonpromotion-countdown>span:not(:last-child)::before {
  top: 40%;
}

#bonpromotion .bonpromotion-countdown>span:not(:last-child)::after {
  bottom: 30%;
}

#bonpromotion .bonpromotion-countdown>span:first-child {
  margin-left: 0;
}

#bonpromotion .bonpromotion-countdown>span span {
  margin: 0;
  color: RGB(var(--brand-primary));
  display: block;
  line-height: 1;
  font-weight: 400;
}

#bonpromotion .bonpromotion-countdown-btn {
  display: inline-block;
}

#bonpromotion ul li a:focus,
#bonpromotion ul li a:active {
  outline: none;
}

#bonpromotion .link-promotion {
  display: block;
  perspective: 1px;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: inherit;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1881px) {
  #bonpromotion {
    min-height: 738px;
    margin-bottom: 74px;
  }

  #bonpromotion .box-promotion-desc {
    margin-bottom: 50px;
  }
  
  #bonpromotion .bonpromotion-countdown {
    margin-bottom: 33px;
  }

  #bonpromotion p.h2 {
    font-size: 132px;
    margin-bottom: 40px;
  }
  
  #bonpromotion p.h3 {
    font-size: 42px;
  }

  #bonpromotion .bonpromotion-countdown-btn {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    min-width: 222px;
  }

  #bonpromotion .bonpromotion-countdown>span span {
    font-size: 55px;
  }

  #bonpromotion .bonpromotion-countdown>span {
    font-size: 18px;
    min-width: 90px;
  }
}

@media screen and (max-width: 1880px) {
  #bonpromotion {
    min-height: calc(350px + (738 - 350) * ((100vw - 320px) / (1880 - 320)));
    margin-bottom: calc(30px + (74 - 30) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonpromotion .box-promotion-desc {
    margin-bottom: calc(20px + (50 - 20) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonpromotion .bonpromotion-countdown {
    margin-bottom: calc(14px + (44 - 14) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonpromotion .bonpromotion-countdown-btn {
    padding-top: calc(12px + (20 - 12) * ((100vw - 320px) / (1880 - 320)));
    padding-bottom: calc(12px + (20 - 12) * ((100vw - 320px) / (1880 - 320)));
    font-size: calc(10px + (20 - 10) * ((100vw - 320px) / (1880 - 320)));
    min-width: calc(122px + (222 - 122) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonpromotion p.h2 {
    font-size: calc(30px + (132 - 30) * ((100vw - 320px) / (1880 - 320)));
    margin-bottom: calc(10px + (40 - 10) * ((100vw - 320px) / (1880 - 320)));
  }
  
  #bonpromotion p.h3 {
    font-size: calc(20px + (42 - 20) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonpromotion .bonpromotion-countdown>span span {
    font-size: calc(30px + (55 - 30) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonpromotion .bonpromotion-countdown>span {
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1880 - 320)));
    min-width: calc(70px + (90 - 70) * ((100vw - 320px) / (1880 - 320)));
  }
}

@media screen and (min-width: 1200px) {
  #bonpromotion .link-promotion {
    background-attachment: fixed;
  }
}
