#sep-banner .sep-b-box {
  width: 100%;
  max-width: min(1338px, calc(100vw - 30px));
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 54px;
  aspect-ratio: 1338 / 268;
  box-shadow: 2px 4px 5.9px 2px rgba(0, 0, 0, 0.1);
}
#sep-banner .sep-b-stage {
  width: 1338px;
  height: 268px;
  left: 0;
  top: 0;
  transform: scale(var(--sepb-scale, 1));
  transform-origin: top left;
}
#sep-banner .sep-b-left {
  left: 0;
  top: 0;
}
#sep-banner .sep-b-red {
  left: 712px;
  top: 0;
  width: 626px;
  height: 268px;
  background-color: #e4141b;
}
#sep-banner .sep-b-confetti {
  left: 55px;
  top: 0;
}
#sep-banner .sep-b-wave {
  left: 657px;
  top: 0;
}
#sep-banner .sep-b-wheel {
  left: -119px;
  top: -19px;
  transform: rotate(21.73deg);
}
#sep-banner .sep-b-title .t-red {
  margin-left: 18px;
}
#sep-banner .sep-b-title {
  left: 386px;
  top: 84px;
  transform: translateX(-50%);
  font-size: 85px;
  line-height: 1.1;
  letter-spacing: 0.85px;
  filter: drop-shadow(3px 5px 0 #16305a);
  -webkit-text-stroke: 2px #000000;
  paint-order: stroke fill;
  white-space: nowrap;
}
#sep-banner .sep-b-sub {
  left: 981.5px;
  top: 45px;
  transform: translateX(-50%);
  font-size: 43px;
  line-height: 1.09;
  letter-spacing: 0.43px;
  text-shadow: none;
  white-space: nowrap;
}
#sep-banner .sep-b-cta {
  left: 868px;
  top: 164px;
  width: 235px;
  height: 44px;
  border-radius: 54px;
  background-color: #f7c22f;
  color: #000000;
  font-size: 20px;
  font-family: "Avenir Black", Avenir, sans-serif;
  padding-top: 2px;
  text-box: trim-both cap alphabetic;
}
@media screen and (max-width: 767px) {
  #sep-banner .sep-b-box {
    max-width: min(390px, calc(100vw - 30px));
    aspect-ratio: 390 / 358;
  }
  #sep-banner .sep-b-stage {
    width: 390px;
    height: 358px;
  }
  #sep-banner .sep-b-left {
    left: 0;
    top: 0;
    width: 390px;
    height: auto;
  }
  #sep-banner .sep-b-left img {
    width: 390px;
    height: auto;
  }
  #sep-banner .sep-b-red {
    display: none;
  }
  #sep-banner .sep-b-wave {
    left: 0;
    top: 268px;
  }
  #sep-banner .sep-b-wave img {
    width: 390px;
    height: auto;
  }
  #sep-banner .sep-b-confetti {
    left: 0;
    top: 0;
  }
  #sep-banner .sep-b-confetti img {
    width: 390px;
    height: auto;
  }
  #sep-banner .sep-b-wheel {
    left: 0;
    top: 0;
    transform: none;
  }
  #sep-banner .sep-b-wheel img {
    width: 193px;
    height: 163px;
  }
  #sep-banner .sep-b-title {
    left: 50%;
    top: 92px;
    font-size: 55px;
    filter: drop-shadow(2px 3px 0 #16305a);
  }
  #sep-banner .sep-b-title .t-red {
    margin-left: 12px;
  }
  #sep-banner .sep-b-sub {
    left: 50%;
    top: 168px;
    font-size: 33px;
    line-height: 1;
    letter-spacing: 0.33px;
    color: #2f2f2f;
  }
  #sep-banner .sep-b-cta {
    left: 50%;
    margin-left: -117.5px;
    top: 247px;
    height: 44px;
  }
}
