.flaming-five-hero-wrapper {
  display: flex;
  justify-content: space-between;
  background: radial-gradient(
      ellipse at 21%,
      #b9070a 0%,
      rgba(113, 5, 7, 0) 100%
    ),
    url("../../assets/flamingfive/hero/nice_ff_embers_edit.png")
      no-repeat center,
    #890407;
  background-size: contain;
  width: 100%;
  height: 1080px;
  overflow: hidden;
}
.flaming-five-hero-wrapper .ff-hero-copy-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 123px;
}
.flaming-five-hero-wrapper .ff-hero-copy-wrapper .ff-logo-wrapper {
  margin: 175px 0 0 0;
  max-width: 410px;
}
.flaming-five-hero-wrapper .ff-hero-copy-wrapper .ff-logo-wrapper img {
  width: 100%;
  height: auto;
}
.flaming-five-hero-wrapper .ff-hero-copy-wrapper .ff-tagline {
  margin: 64px 0 0 0;
}
.flaming-five-hero-wrapper .ff-hero-copy-wrapper .ff-themometer {
  max-width: 824px;
  height: auto;
  margin: 27px 0 0 0;
}
.flaming-five-hero-wrapper .ff-hero-face-wrapper img {
  margin: 0 90px 0 0;
}
.bp-wrapper {
  display: flex;
  padding: 200px 120px 160px 114px;
  justify-content: space-between;
  align-items: flex-end;
  background: #f2f1f1;
}
.bp-wrapper .bp-prod-wrap .bp-prod-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(35, 35, 35, 0.17);
  z-index: 999;
}
.bp-wrapper .bp-prod-wrap .bp-prod-modal-wrapper .product-close-icon {
  display: flex;
  width: 32px;
  height: 32px;
  align-self: flex-end;
  justify-content: flex-start;
  cursor: pointer;
}
.bp-wrapper .bp-prod-wrap .bp-prod-modal-wrapper .product-close-icon svg {
  transform: rotate(45deg);
  width: 100%;
  height: auto;
}
.bp-wrapper .bp-prod-wrap .bp-prod-modal-wrapper .bp-prod-modal {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 90%;
  max-width: 800px;
  max-height: 800px;
  padding: 32px;
  background-color: white;
}
.bp-wrapper .bp-prod-wrap .bp-prod-modal-wrapper .bp-prod-modal img {
  margin: 0 auto;
  max-width: 60%;
  height: auto;
}
.bp-wrapper .bp-prod-wrap .bp-prod-modal-wrapper.active {
  display: flex;
}
.bp-wrapper .bp-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
html[lang="zh-CN"] .bp-wrapper .bp-text-wrapper {
  align-items: flex-start;

}
.bp-wrapper .bp-text-wrapper .bp-heading {
  text-align: right;
  font-size: 72px;
  font-weight: 900;
  color: #232323;
  text-transform: uppercase;
  max-width: 415px;
  line-height: 54px;
  letter-spacing: -4px;
}
html[lang="zh-CN"] .bp-wrapper .bp-text-wrapper .bp-heading {
  display:block;
  white-space: nowrap;
  text-align: left;
  word-break:keep-all;
  width:100%;
}
.bp-wrapper .bp-text-wrapper .bp-text {
  font-size: 30px;
  color: #999898;
  max-width: 312px;
  text-align: right;
  letter-spacing: -1px;
  line-height: 30px;
  margin: 30px 0 0 0;
}
html[lang="zh-CN"] .bp-wrapper .bp-text-wrapper .bp-text {
  
  display:block;
  text-align: left;
  /* word-break:keep-all; */
}

.ff-spinner-section-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: #8c0607;
  padding: 90px 110px 70px 120px;
}
.ff-spinner-section-wrapper .ff-spinner-text-wrapper {
  display: flex;
  flex-direction: column;
  align-self: center;
}
.ff-spinner-section-wrapper .ff-spinner-text-wrapper .ff-spinner-heading {
  color: white;
  font-size: 72px;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 295px;
  line-height: 54px;
  letter-spacing: -4px;
}
html[lang="zh-CN"] .ff-spinner-section-wrapper .ff-spinner-text-wrapper .ff-spinner-heading {
  line-height:1.1;
  letter-spacing: unset;
  display:block;
  text-align: left;
  word-break:keep-all;
}
.ff-spinner-section-wrapper .ff-spinner-text-wrapper .ff-spinner-text {
  color: white;
  font-size: 30px;
  max-width: 263px;
  letter-spacing: -1px;
  line-height: 30px;
  margin: 30px 0 0 0;
}
html[lang="zh-CN"] .ff-spinner-section-wrapper .ff-spinner-text-wrapper .ff-spinner-text {
  line-height:1.1;
  letter-spacing: unset;
  text-align: left;
  word-break:keep-all;


}
.ff-spinner-section-wrapper .ff-spinner-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 540px;
  margin: 0 0 0 48px;
}
.ff-spinner-section-wrapper .ff-spinner-section .ff-spinner-wrapper {
  position: relative;
  max-width: 540px;
  min-width: 356px;
}
.ff-spinner-section-wrapper
  .ff-spinner-section
  .ff-spinner-wrapper
  .ff-spinner-wheel {
  border-radius: 50%;
  max-width: 100%;
}
.ff-spinner-section-wrapper
  .ff-spinner-section
  .ff-spinner-wrapper
  .ff-spinner-wheel:hover {
  cursor: pointer;
}
.ff-spinner-section-wrapper
  .ff-spinner-section
  .ff-spinner-wrapper
  .ff-spinner-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 75%;
  height: auto;
  transform: translate(-50%, -50%) rotate(35deg);
}
.ff-spinner-section-wrapper
  .ff-spinner-section
  .ff-spinner-wrapper
  .ff-spinner-arrow:hover {
  cursor: pointer;
}
.ff-spinner-section-wrapper .ff-spinner-section .ff-spinner-instructions {
  font-size: 30px;
  color: white;
  font-weight: 700;
  margin: 48px 0 0 0;
}
.ff-spinner-section-wrapper .ff-spinner-bean-wrapper .ff-spinner-bean {
  display: flex;
  flex-direction: column;
  max-width: 468px;
  margin: 0 0 0 48px;
}
.ff-spinner-section-wrapper .ff-spinner-bean-wrapper .ff-spinner-bean img {
  width: 423px;
  height: auto;
  -webkit-filter: drop-shadow(0px 0px 80px #f78686);
  filter: drop-shadow(0px 0px 80px #f78686);
}
.ff-spinner-section-wrapper
  .ff-spinner-bean-wrapper
  .ff-spinner-bean
  .spinner-bean-text {
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: -1px;
  max-width: 100%;
  text-transform: uppercase;
  color: white;
  text-align: center;
  margin: 68px 0 0 0;
}
.ff-spinner-section-wrapper
  .ff-spinner-bean-wrapper
  .ff-spinner-bean
  .spinner-bean-text
  span {
  text-transform: initial;
  font-weight: 700;
  max-width: 100%;
}
.ff-spinner-section-wrapper .ff-spinner-bean-wrapper .ff-spinner-bean.hidden {
  display: none;
}
.brand-footer-wrapper {
  margin: 23.5px 0;
  overflow: hidden;
}
.brand-footer-wrapper .bf-first-row,
.brand-footer-wrapper .bf-last-row {
  display: flex;
  margin: 0 -2.5px;
}
.bf-links-container {
  background-image: radial-gradient(
    ellipse at center,
    rgba(248, 80, 50, 0) 0%,
    rgba(0, 0, 0, 0.04) 60%,
    rgba(0, 0, 0, 0.08) 75%,
    rgba(0, 0, 0, 0.1) 100%
  );
  margin: 2.5px;
  height: 200px;
  width: 100%;
  transition: 125ms ease-in-out;
}
.bf-links-container-double {
  display: flex;
  width: 100%;
  transition: 125ms ease-in-out;
  margin-right: 2.5px;
}
.bf-links-container.ff {
  margin-right: 0px;
}
.bf-links-container.hp {
  position: relative;
}
.bf-links-container.hp .bf-link.lazy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      ellipse at center,
      rgba(248, 80, 50, 0) 0%,
      rgba(0, 0, 0, 0.04) 60%,
      rgba(0, 0, 0, 0.08) 75%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    url("../../assets/common/brand-footer/nice_bf_hp_bkgd.jpg");
  opacity: 0;
  transition: opacity 125ms ease-in-out;
}
.bf-links-container.hp .bf-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      ellipse at center,
      rgba(248, 80, 50, 0) 0%,
      rgba(0, 0, 0, 0.04) 60%,
      rgba(0, 0, 0, 0.08) 75%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    url("../../assets/common/brand-footer/nice_bf_hp_bkgd.jpg");
  opacity: 0;
  transition: opacity 125ms ease-in-out;
}
.bf-links-container.bb .bf-link img {
  box-sizing: border-box;
  display: block;
  max-height: calc(100% - 32px);
  max-width: calc(100% - 32px);
}
.bf-links-container.ff .bf-link img {
  box-sizing: border-box;
  display: block;
  max-height: calc(100% - 32px);
  max-width: calc(100% - 32px);
}
.bf-links-container.hp .bf-link img {
  max-width: 260px;
  height: auto;
}
.bf-links-container.hp .bf-link img.bf-active-link-img {
  max-width: 300px;
  height: auto;
}
.bf-links-container.dc .bf-link img {
  max-width: 96px;
  height: auto;
}
.bf-links-container.hk .bf-link img {
  max-width: 157px;
  height: auto;
}
.bf-links-container.sun .bf-link img {
  max-width: 120px;
  height: auto;
}
.bf-links-container.sun .bf-link img.bf-active-link-img {
  max-width: 126px;
  height: auto;
}
.bf-links-container .bf-link {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  position: relative;
  color: white;
  height: 100%;
  width: 100%;
  padding: 16px;
}
.bf-links-container .bf-active-link-img {
  opacity: 0;
}
.bf-links-container .bf-inactive-link-img {
  opacity: 1;
}
.bf-links-container .bf-active-link-img,
.bf-links-container .bf-inactive-link-img {
  position: absolute;
  transition: 125ms ease-in-out;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
}
.bf-links-container:hover .bf-active-link-img {
  opacity: 1;
}
.bf-links-container:hover .bf-inactive-link-img {
  opacity: 0;
}
.bf-links-container.bb:hover {
  background-color: #6c408b;
}
.bf-links-container.ff:hover {
  background-color: #b9070a;
}
.bf-links-container.hp:hover {
  background-color: rgba(0, 118, 190, 0);
}
.bf-links-container.hp:hover .bf-link:before {
  opacity: 1;
}
.bf-links-container.dc:hover {
  background-color: #0076be;
}
.bf-links-container.hk:hover {
  background-color: #ed1c24;
}
.bf-links-container.sun:hover {
  background-color: #253c85;
}
.bf-links-container.bb.non-traditional:hover {
  background-color: #6c408b !important;
}
.bf-links-container.ff.non-traditional:hover {
  background-color: #b9070a !important;
}
.bf-links-container.dc.non-traditional:hover {
  background-color: #0076be !important;
}
.bf-links-container.hk.non-traditional:hover {
  background-color: #ed1c24 !important;
}
.bf-links-container.sun.non-traditional:hover {
  background-color: #253c85 !important;
}
@media screen and (max-width: 1725px) {
  .flaming-five-hero-wrapper {
    height: 940px;
  }
  .flaming-five-hero-wrapper .ff-hero-copy-wrapper .ff-tagline {
    max-width: 724px;
    margin: 90px 0 0 0;
  }
  .flaming-five-hero-wrapper .ff-hero-copy-wrapper .ff-themometer {
    max-width: 634px;
  }
  .flaming-five-hero-wrapper .ff-hero-face-wrapper {
    width: 590px;
  }
  .flaming-five-hero-wrapper .ff-hero-face-wrapper .ff-face {
    max-width: 100%;
    height: auto;
  }
  .bp-wrapper {
    padding: 120px 80px;
  }
  .bp-wrapper .bp-text-wrapper {
    max-width: 350px;
  }
  .bp-wrapper .bp-text-wrapper .bp-heading {
    font-size: 61px;
    line-height: 46px;
    letter-spacing: -3px;
  }
  .bp-wrapper .bp-text-wrapper .bp-text {
    font-size: 30px;
    line-height: 29px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1588px) {
  .bp-wrapper .bp-prod-wrap .img-1 {
    width: 110px;
  }
  .bp-wrapper .bp-prod-wrap .img-2 {
    width: 300px;
  }
  .bp-wrapper .bp-prod-wrap .img-3 {
    width: 140px;
  }
  .bp-wrapper .bp-prod-wrap .img-4 {
    width: 130px;
  }
  .bp-wrapper .bp-prod-wrap .img-5 {
    width: 100px;
  }
  .bp-wrapper .bp-text-wrapper {
    max-width: 310px;
  }
  .bp-wrapper .bp-text-wrapper .bp-heading {
    font-size: 51px;
    letter-spacing: -2px;
    max-width: 392px;
  }
  .bp-wrapper .bp-text-wrapper .bp-text {
    margin: 17px 0 0 0;
    font-size: 24px;
    line-height: 25px;
  }
  .ff-spinner-section-wrapper .ff-spinner-text-wrapper .ff-spinner-heading {
    font-size: 60px;
    line-height: 44px;
    min-width: 238px;
  }
  .ff-spinner-section-wrapper .ff-spinner-bean-wrapper {
    align-self: center;
  }
  .ff-spinner-section-wrapper .ff-spinner-bean-wrapper .ff-spinner-bean img {
    width: 320px;
  }
}
@media screen and (max-width: 1440px) {
  .flaming-five-hero-wrapper {
    height: 681px;
  }
  .flaming-five-hero-wrapper .ff-hero-copy-wrapper .ff-logo-wrapper {
    margin: 160px 0 0 0;
    max-width: 300px;
  }
  .flaming-five-hero-wrapper .ff-hero-copy-wrapper .ff-tagline {
    max-width: 434px;
    margin: 50px 0 0 0;
  }
  .flaming-five-hero-wrapper .ff-hero-copy-wrapper .ff-themometer {
    max-width: 404px;
  }
  .flaming-five-hero-wrapper .ff-hero-face-wrapper {
    width: 410px;
  }
}
@media screen and (max-width: 1350px) {
  .bp-wrapper {
    padding: 80px 64px;
  }
  .bp-wrapper .bp-text-wrapper {
    max-width: 276px;
  }
  .bp-wrapper .bp-text-wrapper .bp-heading {
    font-size: 42px;
    line-height: 33px;
  }
  .bp-wrapper .bp-text-wrapper .bp-text {
    font-size: 23px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .ff-spinner-section-wrapper .ff-spinner-text-wrapper .ff-spinner-heading {
    font-size: 56px;
  }
  .ff-spinner-section-wrapper .ff-spinner-bean-wrapper .ff-spinner-bean img {
    width: 280px;
  }
}
@media screen and (max-width: 1248px) {
  .bp-wrapper .bp-prod-wrap .img-1 {
    width: 90px;
  }
  .bp-wrapper .bp-prod-wrap .img-2 {
    width: 240px;
  }
  .bp-wrapper .bp-prod-wrap .img-3 {
    width: 120px;
  }
  .bp-wrapper .bp-prod-wrap .img-4 {
    width: 100px;
  }
  .bp-wrapper .bp-prod-wrap .img-5 {
    width: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .ff-spinner-section-wrapper {
    padding: 56px 64px;
  }
  .ff-spinner-section-wrapper .ff-spinner-text-wrapper .ff-spinner-heading {
    max-width: 220px;
    font-size: 50px;
    line-height: 40px;
    letter-spacing: -2px;
  }
  .ff-spinner-section-wrapper .ff-spinner-text-wrapper .ff-spinner-text {
    font-size: 24px;
    line-height: 24px;
  }
  .ff-spinner-section-wrapper .ff-spinner-bean-wrapper .ff-spinner-bean img {
    width: 240px;
  }
  .ff-spinner-section-wrapper
    .ff-spinner-bean-wrapper
    .ff-spinner-bean
    .spinner-bean-text {
    min-height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .flaming-five-hero-wrapper {
    box-sizing: border-box;
    height: 1100px;
    padding: 0 48px;
    flex-direction: column;
  }
  .flaming-five-hero-wrapper .ff-hero-copy-wrapper {
    box-sizing: border-box;
    align-items: center;
    margin: 0;
  }
  .flaming-five-hero-wrapper .ff-hero-copy-wrapper .ff-logo-wrapper {
    margin: 120px 0 0 0;
    align-self: flex-start;
    max-width: 260px;
  }
  .flaming-five-hero-wrapper .ff-hero-copy-wrapper .ff-tagline {
    max-width: 560px;
    margin: 32px 0 0 0;
    width: 100%;
  }
  .flaming-five-hero-wrapper .ff-hero-copy-wrapper .ff-themometer {
    max-width: 560px;
    width: 100%;
    margin: 17px 0 0 0;
  }
  .flaming-five-hero-wrapper .ff-hero-face-wrapper {
    max-width: 310px;
    height: auto;
    width: 100%;
    margin: 12px auto auto auto;
  }
  .flaming-five-hero-wrapper .ff-hero-face-wrapper .ff-face {
    max-width: 100%;
    height: auto;
    margin: 0;
  }
  .bp-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 48px 36px;
  }
  .bp-wrapper .bp-prod-wrap {
    order: 1;
    margin: 32px 0 0 0;
  }
  .bp-wrapper .bp-text-wrapper {
    max-width: 520px;
    align-items: center;
  }
  .bp-wrapper .bp-text-wrapper .bp-heading {
    font-size: 50px;
    line-height: 40px;
    text-align: center;
  }
  .bp-wrapper .bp-text-wrapper .bp-text {
    font-size: 24px;
    line-height: 24px;
    margin: 24px 0 0 0;
    text-align: center;
  }
  .ff-spinner-section-wrapper {
    flex-direction: column;
    padding: 48px 36px;
    align-items: center;
  }
  .ff-spinner-section-wrapper .ff-spinner-text-wrapper {
    align-items: center;
  }
  .ff-spinner-section-wrapper .ff-spinner-text-wrapper .ff-spinner-heading {
    text-align: center;
    min-width: auto;
    max-width: 467px;
    letter-spacing: -3px;
  }
  .ff-spinner-section-wrapper .ff-spinner-text-wrapper .ff-spinner-text {
    text-align: center;
    max-width: 520px;
    margin: 24px 0 0 0;
  }
  .ff-spinner-section-wrapper .ff-spinner-section {
    margin: 56px 0 0 0;
  }
  .ff-spinner-section-wrapper .ff-spinner-section .ff-spinner-instructions {
    margin: 16px 0 0 0;
  }
  .ff-spinner-section-wrapper .ff-spinner-bean-wrapper {
    align-items: center;
    margin: 56px 0 0 0;
  }
  .ff-spinner-section-wrapper .ff-spinner-bean-wrapper .ff-spinner-bean {
    margin: 0;
    align-items: center;
  }
  .ff-spinner-section-wrapper .ff-spinner-bean-wrapper .ff-spinner-bean img {
    max-width: 370px;
    width: 100%;
  }
  .ff-spinner-section-wrapper
    .ff-spinner-bean-wrapper
    .ff-spinner-bean
    .spinner-bean-text {
    margin: 16px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .flaming-five-hero-wrapper {
    height: 980px;
  }
  .ff-spinner-section-wrapper .ff-spinner-section .ff-spinner-wrapper {
    min-width: 260px;
  }
  .ff-spinner-section-wrapper .ff-spinner-section .ff-spinner-instructions {
    font-size: 24px;
  }
  .ff-spinner-section-wrapper .ff-spinner-bean-wrapper .ff-spinner-bean img {
    width: 200px;
  }
  .ff-spinner-section-wrapper .ff-spinner-bean-wrapper .spinner-bean-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  .flaming-five-hero-wrapper {
    height: 840px;
  }
  .flaming-five-hero-wrapper .ff-hero-face-wrapper {
    max-width: 214px;
    margin: 30px auto auto auto;
  }
}
@media screen and (max-width: 600px) {
  .brand-footer-wrapper {
    margin: 12px 0;
  }
  .brand-footer-wrapper .bf-first-row {
    flex-wrap: wrap;
  }
  .brand-footer-wrapper .bf-first-row .bf-links-container {
    width: 100%;
  }
  .bf-links-container {
    height: 124px;
  }
  .bf-links-container.bb .bf-link img {
    max-width: 201px;
  }
  .bf-links-container.hp .bf-link img {
    max-width: 180px;
  }
  .bf-links-container.hp .bf-link img.bf-active-link-img {
    max-width: 220px;
  }
  .bf-links-container.dc .bf-link img {
    max-width: 76px;
    height: auto;
  }
  .bf-links-container.hk .bf-link img {
    max-width: 117px;
    height: auto;
  }
  .bf-links-container.sun .bf-link img {
    max-width: 80px;
    height: auto;
  }
  .bf-links-container.sun .bf-link img.bf-active-link-img {
    max-width: 86px;
    height: auto;
  }
}
