.customInteriorContent h1,
.customInteriorContent h2,
.customInteriorContent h3,
.customInteriorContent h4,
.customInteriorContent h5 {
  font-weight: bold;
  line-height: 100%;
}
.customInteriorContent h2 {
  font-size: 2.5vw;
  margin: 0 0 0.75vw;
}
.customInteriorContent h3 {
  font-size: 2.5rem;
  margin: 0 0 0.5vw;
}
.customInteriorContent h4 {
  font-size: 1.6rem;
  margin: 0 0 0.5vw;
}

@media (max-width: 1399px) {
  .customInteriorContent h3 {
    font-size: 1.5rem;
  }
}
.customInteriorContent ul li,
.customInteriorContent ol li {
  margin-bottom: 0.5em;
}
.customInteriorContent section {
  position: relative;
  overflow: hidden;
  padding: 75px 25px 50px;
}
.customInteriorContent section.howToIntroSection,
.customInteriorContent section.howToVideoSection {
  padding: 15px;
}
.customInteriorContent section.hawksRibbonHeader {
  padding: 25px 15px;
}
body .customInteriorContent p,
body .customInteriorContent ul li,
body .customInteriorContent ol li {
  font-size: 20px;
  line-height: 130%;
}
@media (min-width: 1400px) {
  body .customInteriorContent h2 {
    font-size: 3rem;
    margin: 0 0 2vw;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  body .customInteriorContent h2 {
    font-size: 4vw;
  }
}
@media (max-width: 991px) {
  .customInteriorContent h1,
  body .customInteriorContent h2,
  body .customInteriorContent h3,
  body .customInteriorContent h4,
  body .customInteriorContent h5 {
    line-height: 95%;
  }
  body .customInteriorContent p,
  body .customInteriorContent ul li,
  body .customInteriorContent ol li {
    font-size: 16px;
    line-height: 150%;
  }
}
.customInteriorContent .whiteTransparentBlock {
  border-radius: 1vw;
  border: solid 1px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.5);
}
.customInteriorContent a.btn {
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 768px) {
  .customInteriorContent a.btn {
    min-width: 150px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .customInteriorContent section {
    padding: 10vw 3vw;
  }
  .customInteriorContent section.howToIntroSection,
  .customInteriorContent section.howToVideoSection {
    padding: 3vw;
  }
  .customInteriorContent section.introSection {
    padding: 5vw;
  }
  .customInteriorContent h2 {
    font-size: 8vw;
    margin: 0 0 3vw;
  }
  .customInteriorContent h3 {
    font-size: 6vw;
  }
  .customInteriorContent h4 {
    font-size: 5vw;
  }
  .customInteriorContent a.btn {
    padding-left: 0;
    padding-right: 0;
  }
  .customInteriorContent .whiteTransparentBlock {
    border-radius: 4vw;
  }
}

div.rewardsHeaderNav {
  background: #dbe2e9;
  background: #fdb927;
  background: #000;

  position: relative;
  height: 60px;
  position: sticky;
  top: 0;
  z-index: 19;
  border-bottom: solid 1px #555;

  background: #222222;
  background: -moz-linear-gradient(-45deg, #222222 0%, #000000 100%);
  background: -webkit-linear-gradient(-45deg, #222222 0%, #000000 100%);
  background: linear-gradient(135deg, #222222 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=1 );
}
.page-rewards-squawk div.rewardsHeaderNav {
  background: #fdb927;
}

.lightGrayBG {
  background: #dbe2e9;
}

.rewardsHeaderNav .logoContainer,
.rewardsHeaderNav .btnContainer {
  position: relative;
  height: 100%;
}
.rewardsHeaderNav .logoContainer {
  padding-left: 10px;
  float: left;

  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}
.rewardsHeaderNav .logoContainer img {
  height: 60%;
  max-width: unset;
  min-width: unset;
  max-height: unset;
  min-height: unset;
  margin-right: 0.25vw;
}
.rewardsHeaderNav .logoContainer img:last-child {
  margin-right: 0;
}
.rewardsHeaderNav .btnContainer {
  padding-right: 10px;
  float: right;

  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}
.rewardsHeaderNav .btnContainer a.btn {
  font-size: 16px;
  padding: 6px 12px;
}
@media (max-width: 359px) {
  div.rewardsHeaderNav {
    height: 50px;
  }
  .rewardsHeaderNav .btnContainer a.btn {
    font-size: 12px;
    padding: 6px 12px;
  }
}
.mainBannerMobile {
  background: #000 url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/10/Hawks-Rewards-Banner.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 16/9;
  margin: 2vw 1vw 0;
  border-radius: 10px;
}
.page-rewards-squawk .mainBannerMobile {
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/10/2526_HWK_MK_SquawkSquad_HawksSkyhawks_App_HorizontalPromoCard-3.jpg);
}
@media (max-width: 767px) {
  .mainBannerMobile {
    margin: 0;
    border-radius: 0;
  }
}
.introSection .btnContainer {
  margin: 3vw 0 0;
  overflow: hidden;
}
@media (max-width: 499px) {
  .introSection .btnContainer {
    margin: 5vw 0 0;
  }
}
.introSection .btnContainer a.btn,
.storeCTAsection .btnContainer a.btn {
  width: 45%;
  margin: 0 1%;
  float: left;
  padding-left: 0;
  padding-right: 0;
}
.storeCTAsection .btnContainer a.btn {
  max-width: 250px;
}
.introSection .btnContainer a.btn:last-child,
.storeCTAsection .btnContainer a.btn:last-child {
  float: right;
}
.squadMsg {
  margin: 3vw 0 0;
}
@media (min-width: 992px) {
  .customInteriorContent section.introSection {
    height: 450px;
  }
  .customInteriorContent section.introSection {
    float: left;
    width: 50%;
    margin: 0;
    padding: 3vw;

    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
  }
  .mainBannerMobile {
    float: right;
    width: 45%;
    margin: 3vw 3vw 3vw 0;
    padding: 0;
  }
  .squadMsg {
    margin: 2vw 0 0;
  }
  .introSection .btnContainer a.btn,
  .storeCTAsection .btnContainer a.btn,
  .introSection .btnContainer a.btn:last-child,
  .storeCTAsection .btnContainer a.btn:last-child {
    margin: 0 1%;
    float: none;
  }
}
.customInteriorContent section.getStartedSection {
  background: #dbe2e9;
}
.customInteriorContent ol.circle-style-ol {
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 0;
}

.circle-style-ol li {
  counter-increment: step;
  margin: 2vw 0;
  position: relative;
  height: 19vw;
  padding: 0.5vw 2vw;
}
.circle-style-ol li::before {
  content: counter(step);
  border: solid 2px #c8102e;
  background: rgba(255, 255, 255, 0.5);
  color: #c8102e;
  position: absolute;
  left: 1.75vw;
  top: 1.75vw;
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 2.5vw;
}

.circle-style-ol h3 {
  text-align: left;
  margin: 1vw 0;
  padding-left: 5vw;
  height: 4vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  vertical-align: top;
}

.circle-style-ol p {
  margin: 0;
  line-height: 150%;
}

@media (min-width: 767px) {
  .customInteriorContent ol.circle-style-ol {
    margin: 50px 0 0;
  }
  .circle-style-ol li {
    width: 32%;
    margin: 0 0.5%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding: 1vw 2vw;
  }
  .circle-style-ol li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .customInteriorContent section.getStartedSection {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .circle-style-ol li::before {
    width: 11vw;
    height: 11vw;
    font-size: 6vw;
    left: 3vw;
    top: 3vw;
  }
  .circle-style-ol li {
    counter-increment: step;
    margin: 0 0 5vw;
    position: relative;
    height: auto;
    padding: 2vw 5.5vw;
  }
  .circle-style-ol h3 {
    padding-left: 11vw;
    height: 8vw;
    margin: 2vw 0 4vw;
  }
}
.customInteriorContent section.featuredPerksSection {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .customInteriorContent section.featuredPerksSection {
    padding-bottom: 25px;
  }
}
.perkSwiperContainer {
  padding-bottom: 25px;
}
.perkSwiper {
  position: relative;
  overflow: hidden;
  margin: 0 -25px;
}
.perkSlide .imgContainer {
  overflow: hidden;
  margin-bottom: 1vw;
  box-shadow: rgb(229, 229, 229) 5px 5px 15px;
  border: solid 1px #ccc;
  border-radius: 1vw;
}
.perkSlide .infoContainer {
  padding: 0 0.5vw;
}
@media (max-width: 767px) {
  .perkSwiper .swiper-button-prev,
  .perkSwiper .swiper-button-next {
    display: none;
  }
  .perkSlide .imgContainer {
    margin-bottom: 2.5vw;
  }
}
.perkSliderPaginationaContainer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}
.perkSliderPaginationaContainer .swiper-pagination {
  width: auto;
  position: relative;
}
.perkSliderPaginationaContainer .swiper-pagination.swiper-pagination-bullets {
  z-index: 1;
  bottom: 25px;
  left: 0;
}
.perkSliderPaginationaContainer .swiper-pagination-bullet {
  width: 1vw !important;
  height: 1vw !important;
}
.swiper-pagination-bullet:not(:last-child) {
  margin-right: 0.5vw !important;
}
.perkSliderPaginationaContainer span.swiper-pagination-bullet {
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
  border: solid 1px rgba(0, 0, 0, 1);
}
.perkSliderPaginationaContainer span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

@media (max-width: 767px) {
  .perkSliderPaginationaContainer {
    height: 15px;
  }
  .perkSliderPaginationaContainer .swiper-pagination.swiper-pagination-bullets {
    left: 0;
    bottom: -1vw;
    width: 100%;

    display: flex;
    flex-wrap: nowrap;
  }
  .swiper-pagination-bullet:only-child {
    visibility: hidden;
  }
  .swiper-pagination-bullet:not(:last-child) {
    margin-right: 0 !important;
  }
  .perkSliderPaginationaContainer span.swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.25);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(255, 255, 255, 1);
    border: none;
    flex: 1 1 auto;
  }
  .perkSliderPaginationaContainer span.swiper-pagination-bullet:not(:last-child) {
    border-right: solid 1px #fff;
  }
  .perkSliderPaginationaContainer .swiper-pagination-bullet {
    height: 5vw !important;
    border-radius: 0;
  }
}
.customInteriorContent section.storeCTAsection {
  background: #dbe2e9;
  text-align: center;
}
.storeCTAsection i.fa-brands.fa-apple {
  font-size: 1.2em;
}
.storeCTAsection i {
  margin-right: 0.5vw;
}
@media (min-width: 768px) {
  .customInteriorContent section.storeCTAsection {
    padding: 50px;
  }
}
.customInteriorContent section.faqSection h2 {
  margin-bottom: 2vw;
}
.faqSection .faq .question {
  font-weight: bold;
  text-transform: uppercase;
  color: #c8102e;
  margin-bottom: 0.25em;
  line-height: 125%;
}
.faqSection .faq .question:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  background-color: #fdb927;
  width: 15px;
  height: 15px;
}
.faqSection .faq .answer {
  font-size: 1em;
  margin-bottom: 2.5em;
}
.faqSection .faq .answer,
.faqSection .faq .answer a.txtLink,
.faqSection .faq .answer a.txtLink:hover,
.faqSection .faq .answer a.txtLink:visited,
.faqSection .faq .answer a.txtLink:focus,
.faqSection .faq .answer a.txtLink:active {
  color: #444;
}

.customInteriorContent section.faqSection .faq ol,
.customInteriorContent section.faqSection .faq ul {
  padding-top: 0;
  padding-bottom: 17px;
}

.customInteriorContent section.faqSection .faq .answer > ol > li > ol,
.customInteriorContent section.faqSection .faq .answer > ul > li > ul,
.customInteriorContent section.faqSection .faq .answer > ol > li > ul,
.customInteriorContent section.faqSection .faq .answer > ul > li > ol {
  padding: 5px 0 1px 25px;
}

.customInteriorContent section.faqSection .faq .answer ul,
.customInteriorContent section.faqSection .faq .answer ol {
  padding-top: 0;
}

@media (max-width: 767px) {
  .customInteriorContent section.faqSection {
    padding: 15px;
    width: 100%;
  }
  .customInteriorContent section.faqSection .faq,
  .customInteriorContent section.faqSection .faq p,
  .customInteriorContent section.faqSection .faq ol li,
  .customInteriorContent section.faqSection .faq ul li {
    font-size: 16px;
    text-align: left;
  }
  .faqSection .faq .question:before {
    width: 12px;
    height: 12px;
  }
  .faqSection .faq .answer {
    margin-bottom: 25px;
  }
}
.closingBanner {
  background: #000 url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/07/sfa_bowl_fans_v3.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 5/2;

  margin: 2vw 1vw 0;
  border-radius: 10px;
}
.closingBtnContainer {
  padding: 5vw 2vw;
}
.closingBtnContainer a.btn {
  width: 100%;
}
.customInteriorContent section.tiersSection > * {
  text-align: center;
}
.customInteriorContent section.tiersSection > * > * {
  text-align: initial;
}
.customInteriorContent section.tiersSection .tierBlock h3 {
  color: #000;
  margin: 0;
  line-height: 125%;
}
.customInteriorContent section.tiersSection .tierBlock h4 {
  background-color: #fdb927;
  color: #000;
  font-weight: 100;
  margin: -2vw -2vw 0;
  padding: 1vw 3vw;
  line-height: 125%;
  text-align: center;
}
.tiersContainer {
  margin-top: 2vw;
}
@media (max-width: 767px) {
  .customInteriorContent section.tiersSection .tierBlock h4 {
    margin: -5vw -4vw 0;
    padding: 2vw 7vw;
  }
}

.customInteriorContent .tierBlock > ul {
  padding: 2.5vw 2vw;
}
.customInteriorContent .tierBlock > ul > li {
  line-height: 135%;
  margin-bottom: 0.5vw;
}
@media (max-width: 767px) {
  .customInteriorContent .tierBlock > ul {
    padding-left: 10vw;
  }
  .customInteriorContent .tierBlock > ul > li {
    margin-bottom: 2vw;
  }
}
.tierBlock {
  display: inline-block;
  position: relative;
  background: rgba(255, 255, 255, 0.75);
  padding: 2vw 2vw 50px;
  width: 45vw;
  max-width: 600px;
  margin-right: 2vw;
  overflow: hidden;
  vertical-align: top;
}
.tierBlock .btn {
  position: absolute;
  bottom: 1vw;
  left: 1vw;
  width: auto;
  width: calc(100% - 2vw);
}
@media (min-width: 768px) {
  .tiersContainer > a:last-child .tierBlock {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .tierBlock {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 2vw;
    padding: 3vw 4vw 12vw;
  }
  .tiersContainer > a:last-child .tierBlock {
    margin-bottom: 0;
  }
  .tierBlock .btn {
    bottom: 3vw;
    left: 3vw;
    width: calc(100% - 6vw);
  }
}
@media (max-width: 499px) {
  .tierBlock {
    padding: 3vw 4vw 15vw;
  }
}

.phoneScreenshot-slide a.btn-appstore {
  font-size: 12px;
  margin: 1em 0.5em 0 0;
  width: 45%;
  min-width: unset;
  padding: 1em 0;
}
@media (max-width: 767px) {
  ol.circle-style-ol.phoneScreenshotsCarousel {
    margin: 0 -6vw;
  }
  .whiteTransparentBlock.phoneScreenshot-slide {
    padding-bottom: 5vw;
  }
}

.tierHeaderImgContainer {
  margin: -3vw -3vw 2vw;
}

.phoneScreenShotContainer {
  text-align: center;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .circle-style-ol li {
    height: auto;
  }
  .circle-style-ol p {
    margin: 0;
    line-height: 150%;
    min-height: 135px;
  }
}
@media (max-width: 991px) {
  .circle-style-ol p {
    min-height: 125px;
  }
}
@media (max-width: 767px) {
  .circle-style-ol p {
    min-height: 105px;
  }
  .tierHeaderImgContainer {
    margin: -4vw -5vw 5vw;
  }
}
@media (max-width: 549px) {
  .circle-style-ol p {
    min-height: 105px;
  }
}
@media (max-width: 399px) {
  .circle-style-ol p {
    min-height: 126px;
  }
}
a.noHoverUnderline:hover {
  text-decoration: none;
  color: inherit;
}

section.individualPromoOfferSection {
  padding: 5vw 0;
  background: #222222;
  background: -moz-linear-gradient(-45deg, #222222 0%, #000000 100%);
  background: -webkit-linear-gradient(-45deg, #222222 0%, #000000 100%);
  background: linear-gradient(135deg, #222222 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=1 );
}
section.individualPromoOfferSection .infoContainer {
  max-width: 1050px;
  padding: 0 8vw;
  margin: 0 auto;
}
section.individualPromoOfferSection .infoContainer,
section.individualPromoOfferSection .infoContainer p,
section.individualPromoOfferSection .infoContainer ol li,
section.individualPromoOfferSection .infoContainer ul li {
  color: #fff;
}
.individualPromoOfferSection .btnContainer {
  margin: 1em 0 0;
}

.chaseLockupContainer {
  width: 50%;
  max-width: 300px;
  margin: 0 0 2em;
}
@media (max-width: 1199px) {
  section.individualPromoOfferSection .infoContainer {
    max-width: 950px;
  }
}
@media (max-width: 767px) {
  .customInteriorContent section.individualPromoOfferSection {
    padding: 15vw 0;
  }
  .customInteriorContent section.individualPromoOfferSection h2 {
    margin-bottom: 3vw;
  }
  .individualPromoOfferSection .btnContainer a.btn {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

body.how-to-page .customInteriorContent {
  overflow: hidden;
  position: relative;
  background: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/02/Game3_Hawks_Knicks-507_.jpg) no-repeat center center;
  background: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2023/07/sfa_bowl_20230706.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
body.how-to-page .customInteriorContent::before {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
body.how-to-page .customInteriorContent .howToContentContainer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 500px;
  margin: 25px auto 50px;
  border-radius: 25px;
  font-size: 16px;

  background: #222222;
  background: -moz-linear-gradient(-45deg, #222222 0%, #000000 100%);
  background: -webkit-linear-gradient(-45deg, #222222 0%, #000000 100%);
  background: linear-gradient(135deg, #222222 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=1 );

  border: solid 1px #999;
}
body.how-to-page .customInteriorContent .howToContentContainer .howToIntroSection {
  padding: 25px;
}
body.how-to-page .customInteriorContent .howToContentContainer .howToVideoSection {
  padding: 0;
}
body.how-to-page .customInteriorContent .howToContentContainer h1 {
  font-size: 1.4em;
  color: #fdb927;
  line-height: 120%;
}
body.how-to-page .customInteriorContent .howToContentContainer p,
body.how-to-page .customInteriorContent .howToContentContainer li {
  font-size: 1em;
  color: #fff;
}
body.how-to-page .customInteriorContent .howToContentContainer .watchCTA {
  font-size: 0.8em;
  color: #fdb927;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
body.how-to-page .customInteriorContent .howToContentContainer .watchCTA span {
  font-weight: 900;
  font-size: 1.2em;
  display: inline-block;
  margin: -1.6em 0 0;
}
body.how-to-page .customInteriorContent .responsiveVideoWrapperVert {
  margin-top: 0;
}

@media (max-width: 499px) {
  body.how-to-page .customInteriorContent .howToContentContainer {
    margin: 0 auto;
    border-radius: 0;
  }
}
