@font-face {
  font-family: "Gotham";
  src: url("https://s3.amazonaws.com/cdn.atlhawksdigital.com/fonts/Gotham/GothamMedium.woff2") format("woff2"),
    url("https://s3.amazonaws.com/cdn.atlhawksdigital.com/fonts/Gotham/GothamMedium.woff") format("woff");
}
@font-face {
  font-family: "GothamLight";
  src: url("https://s3.amazonaws.com/cdn.atlhawksdigital.com/fonts/Gotham/GothamLight.woff2") format("woff2"),
    url("https://s3.amazonaws.com/cdn.atlhawksdigital.com/fonts/Gotham/GothamLight.woff") format("woff");
}
@font-face {
  font-family: "GothamBold";
  src: url("https://s3.amazonaws.com/cdn.atlhawksdigital.com/fonts/Gotham/GothamBold.woff2") format("woff2"),
    url("https://s3.amazonaws.com/cdn.atlhawksdigital.com/fonts/Gotham/GothamBold.woff") format("woff");
}
body .customInteriorContent {
  font-family: "Gotham", "Arial", sans-serif;
}
body .customInteriorContent p,
body .customInteriorContent li {
  font-family: "GothamLight", "Arial", sans-serif;
}
body .customInteriorContent h1,
body .customInteriorContent h2,
body .customInteriorContent h3,
body .customInteriorContent h4,
body .customInteriorContent h5 {
  font-family: "GothamBold", "Arial", sans-serif;
}
body .customInteriorContent h2 {
  color: #fff;
  text-align: center;
  font-size: 3vw;
  margin: 5vw 0 3vw;
  text-transform: uppercase;
}
@media (orientation: portrait) {
  body .customInteriorContent h2 {
    font-size: 9vw;
    margin: 10vw 0 7vw;
  }
}
img {
  max-width: 100%;
}
.mem-page .heroBannerStatic {
  margin-bottom: 0;
}
.promoCarousel {
  position: relative;
}
.promoCarousel .swiper-wrapper {
  padding: 0 !important;
}
.promoCarousel .swiper-pagination.swiper-pagination-bullets {
  z-index: 1;
  left: 4.3vw;
  bottom: 2vw;
}
.promoCarousel .swiper-pagination-bullet {
  width: 1vw !important;
  height: 1vw !important;
}
.swiper-pagination-bullet:not(:last-child) {
  margin-right: 0.5vw !important;
}
.promoCarousel span.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  border: solid 1px rgba(0, 0, 0, 0.25);
}
.promoCarousel span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fdb927;
}

.productsSection .productBlock {
  max-width: 400px;
  display: inline-block;
  vertical-align: top;
}
.productsSection .stackGame {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 0;
  border-bottom: solid 1px #999;
  background: #fff;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  height: 50px;
}
.productsSection .stackGame:last-of-type {
  border-bottom: none;
}

.productsSection .stackGame {
  font-size: 16px;
}
.productsSection .stackGame .dateInfo {
  float: left;
  width: 80px;
  font-size: 1em;
  line-height: 95%;
  color: #c8102e;
  background: #efefef;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: left;
  padding-left: 10px;
}
.productsSection .stackGame .oppTeam {
  float: left;
  color: #000;
  line-height: 90%;
  text-align: left;
  font-size: 1.2em;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  padding-left: 10px;
  width: calc(100% - 80px);
}
.productsSection .stackGame .time,
.productsSection .stackGame .weekday {
  font-size: 0.7em;
  font-weight: 100;
}
.productsSection .stackGame .oppCity {
  font-size: 0.7em;
  font-weight: 100;
}

.productsSection a.btnExpand {
  background: #ccc;
  display: block;
  width: 100%;
}
.customInteriorContent .productsSection a.btn.btnBuyPack {
  font-weight: normal;
  font-size: 24px;
}
.customInteriorContent .productsSection a.btn.btnBuyPack,
.customInteriorContent .productsSection a.btn.btnExpand {
  border-radius: 0;
  width: 100%;
}
.productsSection .btnBuyPack span {
  display: block;
  line-height: 100%;
  font-size: 0.6em;
  margin: 0 0 -2px;
  font-weight: bold;
  color: #c8102e;
}
.productsSection .btnBuyPack i {
  font-size: 0.8em;
  vertical-align: top;
  margin: 7px 0 0;
}
.productsSection .productBlock.withoutbuybtn a.btnBuyPack,
.productsSection .productBlock.withoutgames a.btnExpand {
  display: none;
}
@media (min-width: 992px) {
  .productsSection a.btnExpand {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .productsSection .stackGame .oppTeam {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .productsSection .stackGame {
    display: none;
  }
  .productsSection .productBlock.withgames.withbuybtn a.btnBuyPack,
  .productsSection .productBlock.withgames.withbuybtn a.btnExpand {
    width: 50%;
    display: flex;
    float: left;
    height: 70px;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .productsSection .stackGame,
  .productsSection .games-live-true .btnBuyPackContainer {
    display: none;
  }
  .productsSection .stackGame {
    font-size: 14px;
  }
  .productsSection .stackGame .dateInfo {
    width: 60px;
    padding-left: 5px;
  }
  .productsSection .stackGame .oppTeam {
    width: calc(100% - 80px);
    font-size: 3.5vw;
  }
  .productsSection a.btnBuyPack,
  .productsSection a.btnExpand {
    font-size: 16px;
  }
}
@media (max-width: 449px) {
  .productsSection .productBlock {
    width: 100%;
  }
}
.productsSection .stackGameList {
  position: relative;
}

.customInteriorContent a.btn {
  width: 20vw;
  font-size: 1.25vw;
  padding: 0.5vw 0;
  border-radius: 0.25vw;
  font-weight: bold;
}
.customInteriorContent a.btn-white.btn-outline {
  background: rgba(255, 255, 255, 0.15);
}
.heroCTAContainer a.btn:not(:last-child),
.premiumSection a.btn:not(:last-child) {
  margin-right: 1.5vw;
}
.ctaContainer a.btn:not(:last-child) {
  margin-bottom: 1.5vw;
}
.customInteriorContent a.btn.stickyMainBtn {
  display: none;
  position: fixed;
  transform: rotate(270deg);
  right: -8.75vw;
  top: 47vh;
  z-index: 9;
  background-color: rgba(253, 185, 39, 0.85);
  border: solid 1px rgba(0, 0, 0, 0.25);
  border-bottom: none;
}
@media (orientation: portrait) {
  .customInteriorContent a.btn {
    width: 40vw;
    font-size: 3vw;
    padding: 1.5vw 0;
    border-radius: 0.5vw;
  }
  .heroCTAContainer a.btn:not(:last-child) {
    margin-right: 5vw;
  }
  .ctaContainer a.btn {
    margin: 0 10vw;
  }
  .ctaContainer a.btn:not(:last-child) {
    margin-bottom: 3vw;
  }
  .customInteriorContent a.btn.stickyMainBtn {
    right: -16.5vw;
    top: 47vh;
  }
  .heroCTAContainer {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    height: 20vw;
    bottom: 0;
    background: #000;

    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
  }
}

body {
  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 );
}
.allContent {
  display: none;
}
.loadingContent {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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 );

  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  z-index: 999999;
  overflow: hidden;
  text-align: center;
}
.loadingImg {
  width: 8vw;
  margin: 2vw;
}
.loadingMsg {
  letter-spacing: 0.25vw;
  color: #777;
  margin-left: 0.25vw;
}
@media (orientation: portrait) {
  .loadingImg {
    width: 20vw;
    margin: 5vw;
  }
}
.navbarMem {
  position: relative;
  background: #111111;
  background: -moz-linear-gradient(-45deg, #111111 0%, #000000 100%);
  background: -webkit-linear-gradient(-45deg, #111111 0%, #000000 100%);
  background: linear-gradient(135deg, #111111 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#000000',GradientType=1 );
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 3vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  vertical-align: top;
  z-index: 999;
  top: 0;
  left: 0;
}
.navbarMem-absolute {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-bottom: none;
}
.navbarMem a,
.navbarMem a:hover,
.navbarMem a:visited,
.navbarMem a:active,
.navbarMem a:focus {
  color: #fff;
  font-size: 1vw;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 1.5vw;
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 1400px) {
  .navbarMem a,
  .navbarMem a:hover,
  .navbarMem a:visited,
  .navbarMem a:active,
  .navbarMem a:focus {
    font-size: 16px;
  }
}
.navbarMem a:hover {
  color: #fdb927;
}
@media (orientation: portrait) {
  .navbarMem {
    height: 10vw;
  }
  .navbarMem a,
  .navbarMem a:hover,
  .navbarMem a:visited,
  .navbarMem a:active,
  .navbarMem a:focus {
    font-size: 3vw;
    margin-right: 5vw;
  }
}
@media (orientation: portrait) and (min-width: 768px) {
  .navbarMem a,
  .navbarMem a:hover,
  .navbarMem a:visited,
  .navbarMem a:active,
  .navbarMem a:focus {
    font-size: 16px;
  }
}

.customInteriorContent section {
  border-bottom: solid 1px #555;
}

.customInteriorContent section.memHeroSection {
  height: 100vh;
  background: #000 url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/12/jj_web_bg_v3.jpg) no-repeat;
  background: #000 url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/09/blank_trae_jaylen_web_bg_v4.jpg) no-repeat;
  background-size: cover;
  background-position: left top;
}

a.contentWrapLink,
a.contentWrapLink:focus,
a.contentWrapLink:visited,
a.contentWrapLink:hover,
a.contentWrapLink:active {
  text-decoration: none;
}
.memHeroSection .txtBody {
  width: 85%;
  margin: 1.5vw 0 2.5vw;
}
.memHeroSection .txtBody p {
  font-size: 1.25vw;
  color: #fff;
}
.heroContent {
  position: absolute;
  width: 80vw;
  padding-left: 30vw;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  vertical-align: top;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  z-index: 2;
}
.customInteriorContent .heroContent h1 {
  color: #fff;
  font-size: 4.5vw;
  text-transform: uppercase;
  line-height: 90%;
}
.customInteriorContent .heroInnerContent {
  padding-bottom: 5vw;
}
.heroContent .heroLogo {
  width: 10vw;
  display: inline-block;
  margin: 0 0 -0.5vw;
}
.heroSponsor {
  color: #fff;
  font-weight: 100;
  font-size: 1.25vw;
  text-transform: uppercase;
}
.heroSponsor img {
  vertical-align: top;
  margin-left: 0.5em;
  width: 8.5em;
}
@media (orientation: portrait) {
  .customInteriorContent section.memHeroSection {
    aspect-ratio: 3 / 4;
    height: auto;
    background-size: auto 100%;
    background-position: left -13vw top;
  }
  .customInteriorContent section.memHeroSection:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 19.75vw;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  }
  .heroContent {
    position: absolute;
    width: 100%;
    height: 60%;
    padding: 3vw;
    top: unset;
    bottom: 0;
    background-image: none;
  }
  .customInteriorContent .heroInnerContent {
    padding: 0 3vw 14vw;
  }
  .customInteriorContent .heroContent h1 {
    font-size: 10vw;
  }
  .heroContent .heroLogo {
    width: 20vw;
    margin: 0 0 -0.5vw;
  }
  .heroSponsor {
    font-size: 2.5vw;
    margin-top: 2vw;
  }
  .memHeroSection .txtBody p {
    font-size: 3vw;
    color: #fff;
  }
}
.vidTxtContent {
  position: relative;
  text-align: center;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.featuredPerkBlocksContainer {
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  vertical-align: top;
  padding-top: 12%;
}
.featuredPerkBlockWrapper {
  width: 25vw;
  display: inline-block;
  vertical-align: top;
}
.featuredPerkBlock {
  color: #fff;
  font-size: 1.25vw;
  text-align: center;
}
.featuredPerkContent {
  position: relative;
  z-index: 1;
}
.featuredPerkBlock h3 {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 100%;
  text-transform: uppercase;
  margin: 1vw 0;
}
.featuredPerkBlock p {
  font-size: 1em;
  font-weight: 100;
  line-height: 125%;
  margin-bottom: 0;
}
.featuredPerkIcon {
  font-size: 4em;
  line-height: 90%;
  margin: 0 0 1.5vw;
}
@media (orientation: landscape) {
  .featuredPerkBlockWrapper:not(:last-child) {
    margin-right: 7vw;
  }
}
@media (orientation: portrait) {
  .featuredPerkBlocksContainer {
    align-items: center;
    padding: 0;
  }
  .featuredPerkBlockWrapper {
    width: 70vw;
  }
  .featuredPerkBlock {
    font-size: 3vw;
  }
  .featuredPerkBlockWrapper:not(:last-child) .featuredPerkBlock {
    margin-bottom: 8vw;
  }
  .featuredPerkBlock h3 {
    margin: 2vw 0;
    font-size: 6.5vw;
  }
  .featuredPerkIcon {
    font-size: 3em;
    margin: 0 0 3vw;
  }
}
.featuredPerksScreen {
  position: absolute;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;

  background: rgba(0, 0, 0, 0.6);
}
.aosAnchorCustom_featuredPerks {
  position: absolute;
  top: 25%;
  visibility: hidden;
}
@media (orientation: portrait) {
  .aosAnchorCustom_featuredPerks {
    top: 15%;
  }
}
.customInteriorContent section.productssection {
  background: #000 url(https://cdn.nba.com/teams/uploads/sites/1610612737/2023/07/sfa_bowl_20230706.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 7vw 2vw;
}
.customInteriorContent section.productssection:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 0;
}
.customInteriorContent section.productssection .productsSectionContent {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.customInteriorContent section.productssection .productsSectionContent P {
  color: #fff;
  max-width: 70vw;
  margin: 1vw auto 0;
}
.customInteriorContent section.productssection h2 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 3vw;
}
section.productsSection .btnContainer a.btn:not(:last-child) {
  margin-right: 2vw;
}
section.productsSection .productsList {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 3vw 0;
}
section.productsSection .btnContainer {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  margin: 3vw 0 0;
}
.productBlockWrapper {
  text-align: center;
  display: inline-block;
}
.productBlock {
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-radius: 0.75vw;
  overflow: hidden;
  width: 100%;
}
body .customInteriorContent .productBlock h3 {
  font-size: 3em;
  text-transform: uppercase;
  font-family: "GothamLight", "Arial", sans-serif;
  margin-bottom: 1vw;
}
body .customInteriorContent .productBlock h5 {
  font-size: 1.6em;
  color: #fdb927;
  font-family: "Gotham", "Arial", sans-serif;
  margin-bottom: 0.75vw;
}
body .customInteriorContent .productBlock p {
  font-size: 1.4em;
}
.productBlock .innerContent {
  margin-top: -2vw;
}

@media (orientation: landscape) {
  .productBlockWrapper {
    width: 21vw;
  }
  .productBlockWrapper:not(:last-child) {
    margin-right: 2vw;
  }
}
@media (orientation: portrait) {
  .customInteriorContent section.productssection {
    aspect-ratio: unset;
    padding: 8vw 0;
  }
  .customInteriorContent section.productssection .productsSectionContent {
    position: relative;
    height: unset;
    margin: 15px 0 0;
  }
  .customInteriorContent section.productssection h2 {
    font-size: 8vw;
    margin: 5vw 5vw 7vw;
  }
  body .customInteriorContent .productBlock h3 {
    font-size: 3em;
    text-transform: uppercase;
    font-family: "GothamLight", "Arial", sans-serif;
    margin-bottom: 3vw;
  }
  body .customInteriorContent .productBlock p {
    font-size: 1.4em;
    padding: 0 5vw;
    margin-bottom: 4vw;
  }
  section.productsSection .productsList {
    display: block;
    text-align: center;
    aspect-ratio: unset;
    padding: 5vw 0 0;
  }
  .productBlockWrapper {
    width: 47.5vw;
  }
  .productBlock {
    font-size: 2.5vw;
  }
  .customInteriorContent section.productssection .productsSectionContent P {
    max-width: unset;
    padding: 0 5vw;
    font-size: 3.5vw;
    text-align: left;
    line-height: 140%;
  }
  section.productsSection .btnContainer {
    margin: 7vw 0 0;
  }
}

.animatedRibbonSection .ribbonOuterWrapper {
  height: 15vw;
  background: #fdb927;
  position: relative;
  overflow: hidden;
}
.animatedRibbonSection .ribbonInnerWrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  height: 100%;
}
.animatedRibbonSection .ribbonInnerWrapper h3 {
  font-size: 8vw;
  white-space: nowrap;
  margin-bottom: 0;
  color: #000;
}
.animatedRibbonSection .swiper-wrapper {
  transition-timing-function: linear !important;
}
@media (orientation: portrait) {
  .animatedRibbonSection .ribbonOuterWrapper {
    height: 20vw;
  }
}
.customInteriorContent section.allBenefitsSection {
  background: #000;
  padding-bottom: 3.5vw;
}
.benefitsContainer {
  text-align: center;
}
.benefitCard {
  height: 11vw;
  width: 22vw;
  position: relative;
  margin: 5px;
}
.benefitCard > div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.benefitCard__front {
  transition: 0.4 all linear;
  background-color: rgba(255, 255, 255, 0.1);
  background-color: #222;
  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 );
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: solid 1px #222;
  padding: 0 2vw;
}
.benefitCard__back {
  background: #efefef;
  background-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 1);
  color: #000;
  color: #fff;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 2vw;
  border: solid 1px #222;
}
.benefitCard__front h5 {
  font-size: 1.25vw;
  line-height: 115%;
}
.benefitCard__back p {
  font-size: 1vw;
  line-height: 115%;
  text-align: center;
  margin-bottom: 0 !important;
}
.benefitCardContainer {
  display: inline-block;
  cursor: default;
}
.benefitCardContainer:hover .benefitCard__back {
  animation: fadein_ 0.25s ease-out forwards;
}
.benefitCardContainer .iconContainer {
  margin: 0 0 0.75vw;
  color: #c8102e;
  font-size: 1.75em;
}
@keyframes fadein_ {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (orientation: portrait) {
  .benefitCard {
    height: 30vw;
    width: 44vw;
    margin: 0.75vw;
  }
  .benefitCard__front h5 {
    font-size: 3.5vw;
  }
  .benefitCard__back p {
    font-size: 3vw;
    line-height: 110%;
  }
  .benefitCardContainer .iconContainer {
    margin: 0 0 2vw;
    font-size: 1.25em;
  }
}
.customInteriorContent section.eventsSection {
  aspect-ratio: 3 / 1;

  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 );
}
.eventsCarousel {
  float: left;
  width: 40vw;
  height: 100%;
}
.eventsCarousel .swiper-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.eventsContent {
  float: left;
  width: 43vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  padding: 3vw;
}
.customInteriorContent section.eventsSection .eventsContent h3 {
  font-family: "GothamLight", "Arial", sans-serif;
  font-size: 2vw;
  color: #fdb927;
  text-transform: uppercase;
  margin-bottom: 0.5vw;
}
.customInteriorContent section.eventsSection .eventsContent h2 {
  color: #fff;
  font-size: 4.5vw;
  text-transform: uppercase;
  line-height: 100%;
  margin: 0 0 0.5vw;
  text-align: left;
}
.eventsContent p {
  font-size: 1.5vw;
  color: #ddd;
}
.eventSlide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.eventSlide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: unset;
  max-width: unset;
  min-height: unset;
  max-height: unset;
  transform: scale(1.05);
}
.eventsCarousel .swiper-slide-active .eventSlide img {
  animation: imgScale_events 4s ease-out forwards;
}
@keyframes imgScale_events {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

@media (orientation: portrait) {
  .customInteriorContent section.eventsSection {
    aspect-ratio: 1 / 1.25;
    background: #000;
  }
  .eventsCarousel {
    position: relative;
    float: none;
    width: 100vw;
    height: 77%;
    overflow: hidden;
  }

  .eventsCarousel:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 90%;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  }
  .eventsContent {
    float: none;
    position: absolute;
    width: 100vw;
    height: 90%;
    bottom: 0;
    left: 0;
    z-index: 3;
    align-items: flex-end;
    padding: 0 6vw 6vw;
  }
  .customInteriorContent section.eventsSection .eventsContent h3 {
    font-size: 5vw;
    margin-bottom: 1.5vw;
  }
  .customInteriorContent section.eventsSection .eventsContent h2 {
    font-size: 6.5vw;
    margin-bottom: 1.5vw;
  }
  .customInteriorContent section.eventsSection .eventsContent p {
    font-size: 3.5vw;
  }
}
.customInteriorContent .premiumSection {
  background: #000 url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/01/clubs_delta_skyclub-6365fb7b0d.jpg) no-repeat center center;
  background-size: cover;
  aspect-ratio: 3 / 1.25;
  text-align: center;
}
.customInteriorContent section.premiumSection:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 0;
}
.customInteriorContent section.premiumSection h2 {
  color: #fdb927;
  font-size: 2.5vw;
  text-transform: uppercase;
  font-family: "GothamLight", "Arial", sans-serif;
  margin-bottom: 0.5vw;
}
.customInteriorContent section.premiumSection h3 {
  color: #fff;
  font-size: 4vw;
  text-transform: uppercase;
  margin-bottom: 0.5vw;
}
.premiumSection p {
  color: #fff;
}
.customInteriorContent section.premiumSection .innerContent {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  z-index: 2;
}
.premiumSection .btnContainer {
  padding: 1vw 0 0;
}
@media (orientation: portrait) {
  .customInteriorContent .premiumSection {
    aspect-ratio: 1 / 1.4;
  }
  .customInteriorContent section.premiumSection h2 {
    font-size: 6vw;
    margin-bottom: 2vw;
  }
  .customInteriorContent section.premiumSection h3 {
    font-size: 10vw;
    margin-bottom: 5vw;
  }
}

body.mem-page .dark-primary-background {
  background: #000;
}
body.mem-page .dark-primary-border {
  border-color: #000;
}
nav[aria-label="submenu"] {
  border-right: solid 1px rgb(255, 255, 255, 0.1);
  border-left: solid 1px rgb(255, 255, 255, 0.1);
  border-bottom: solid 1px rgb(255, 255, 255, 0.1);
}
.hawksRibbonHeader {
  padding: 0 10px 15px;
}
.hawksRibbonHeaderContent {
  padding: 15px 0 0;
}
.hawksRibbonHeaderContent h1 {
  font-size: 32px;
}
@media (orientation: portrait) {
  .hawksRibbonHeader {
    padding: 0 10px 5px;
  }
  .hawksRibbonHeaderContent {
    padding: 10px 0 5px;
  }
  .hawksRibbonHeaderContent h1 {
    font-size: 24px;
  }
}
@media (max-width: 399px) {
  .hawksRibbonHeaderContent h1 {
    font-size: 20px;
  }
}

.customInteriorContent section {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.vidSection {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  width: 100%;
  height: auto;
  min-height: unset;
  max-height: unset;

  aspect-ratio: 5 / 2;
}
.vidSection::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(197, 187, 187, 0.4);
  z-index: 1;
}
.vidSection video {
  position: absolute;
  width: 100%;
  height: 130%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 50% 0;
}
.ytVidContainer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.videoModal .modal-dialog {
  width: 96%;
  max-width: 1400px;
  background: black;
  margin-top: 10vh;
}
.videoModal .close {
  color: rgba(255, 255, 255, 1);
  top: -65px;
}
.videoModal .modal-content {
  background: none;
}
.videoModal .modal-body {
  padding: 0;
  box-shadow: none;
}
.blackModalBackdrop .modal-backdrop {
  opacity: 1 !important;
}
section.mainVidSection .finePrint {
  position: absolute;
  padding: 0 3vw;
  bottom: 2vw;
  left: 0;
  width: 100%;
  font-size: 1vw;
  font-style: italic;
  color: #fff;
  text-align: center;
  z-index: 2;
  font-family: "GothamLight", "Arial", sans-serif;
}
@media (orientation: portrait) {
  section.vidSection {
    aspect-ratio: 5 / 8;
  }
  .videoModal .modal-dialog {
    margin-top: 20vh;
  }
  .videoModal .close {
    right: 5px;
  }
  section.vidSection {
    border-top: none;
  }
  section.mainVidSection .finePrint {
    font-size: 2.75vw;
    bottom: 5vw;
  }
}

.memFormPage.modal-open ::-webkit-scrollbar {
  width: 3px;
}
.memFormPage.modal-open ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
}
.memFormPage.modal-open ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.9);
}
.memFormPage.modal-open ::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.8);
}
.memFormPage.modal-open .modal#memFormModal {
  padding: 0 !important;
  background: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/07/sfa_bowl_fans_v3.jpg) no-repeat center center;
  background-size: cover;
}
.memFormPage #memFormModal .modal-header {
  border: none;
}
.memFormPage #memFormModal .memModalHeader img.memModalLogo {
  width: 8vw;
  margin-bottom: 1vw;
}
.memFormPage #memFormModal .memModalHeader p {
  color: #fff;
  font-size: 1.6vw;
  margin-bottom: 1vw;
}
.memFormPage #memFormModal .modal-header {
  padding: 0;
}
.memFormPage #memFormModal .ff-checkbox-li label {
  font-family: "GothamLight", "Arial", sans-serif !important;
  font-weight: 100;
}

.memFormPage #memFormModal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.memFormPage #memFormModal .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  overflow: hidden;
}
.memFormPage #memFormModal .modal-body {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  vertical-align: top;
  overflow-y: auto;
  margin-top: 2vw;
}
.memFormPage #memFormModal .modal-open .modal {
  overflow: auto !important;
}

.memFormPage #memFormModal .modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.memFormPage #memFormModal .fade {
  opacity: 0;
  -webkit-transition: opacity 0.05s linear;
  -o-transition: opacity 0.05s linear;
  transition: opacity 0.05s linear;
}
.memFormPage #memFormModal {
  z-index: 99999 !important;
}
.memFormPage #memFormModal .close {
  font-size: 32px;
  filter: alpha(opacity=1);
  opacity: 1;
  outline: none;
  color: #888;
  position: absolute;
  top: 15px;
  right: 35px;
  text-shadow: none;
  font-weight: 100;
  z-index: 9;
}
.memFormPage #memFormModal {
  font-family: "GothamLight", "Arial", sans-serif;
}
.memFormPage #memFormModal label {
  color: #fff !important;
  text-transform: uppercase;
  margin: 0.5vw 0 0 0.75vw;
}
.memFormPage #memFormModal input,
.memFormPage #memFormModal select {
  border-radius: 5vw !important;
  padding: 8px !important;
}
.memFormPage #memFormModal input[type="button"] {
  border-radius: 0.25vw !important;
  width: 12vw;
  text-transform: uppercase;
}
.memFormPage #memFormModal .ff-required-mark {
  color: #fdb927 !important;
}
.memFormPage #memFormModal .ff-group-row.group-0 .ff-item-row:nth-of-type(1) {
  display: none;
}
.memFormPage #memFormModal .ff-group-row.group-0 .ff-item-row:nth-of-type(2),
.memFormPage #memFormModal .ff-group-row.group-0 .ff-item-row:nth-of-type(3),
.memFormPage #memFormModal .ff-group-row.group-0 .ff-item-row:nth-of-type(4),
.memFormPage #memFormModal .ff-group-row.group-0 .ff-item-row:nth-of-type(5) {
  width: 47%;
}
.memFormPage #memFormModal .ff-group-row.group-0 .ff-item-row:nth-of-type(2),
.memFormPage #memFormModal .ff-group-row.group-0 .ff-item-row:nth-of-type(4) {
  margin-right: 6%;
}

.memFormPage #memFormModal .ff-group-row.group-0 .ff-item-row:nth-of-type(7) {
  margin-bottom: 1vw;
}
.memFormPage #memFormModal .ff-group-row.group-0 .ff-item-row:nth-of-type(11) .ff-col-1 {
  display: none !important;
}
.memFormPage #memFormModal .ff-group-row.group-0 .ff-item-row:nth-of-type(11),
.memFormPage #memFormModal .ff-group-row.group-0 .ff-item-row:nth-of-type(12) {
  padding-left: 1vw;
}
.memFormPage #memFormModal .ff-group-row.group-0 .ff-item-row:nth-of-type(11) label,
.memFormPage #memFormModal .ff-group-row.group-0 .ff-item-row:nth-of-type(12) label {
  margin: -9px 0 0 5px;
}
.memFormPage #memFormModal .ff-group-row.group-0 .ff-item-row:nth-of-type(12) {
  margin-top: -2vw;
}
.memFormPage .customInteriorContent #memFormModal ul {
  padding: 2vw 0 0;
}
.memFormPage #memFormModal .nameContainer {
  font-size: 32px;
  color: #fdb927;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 5px;
}
.memFormPage #memFormModal .subnameContainer {
  font-size: 24px;
  color: #ccc;
  margin-bottom: 35px;
  line-height: 115%;
}
.memFormPage #memFormModal .bioContainer {
  color: #fff;
  font-size: 16px;
}
.memFormPage #memFormModal .socialLinks {
  padding: 0 0 35px;
}
.memFormPage #memFormModal .socialLinks a {
  display: inline-block;
}
.memFormPage #memFormModal .socialLinks a,
.memFormPage #memFormModal .socialLinks a:hover,
.memFormPage #memFormModal .socialLinks a:active,
.memFormPage #memFormModal .socialLinks a:visited,
.memFormPage #memFormModal .socialLinks a:focus {
  outline: none;
}
.memFormPage #memFormModal .socialLinks img {
  height: 40px;
  margin: 0 25px;
}
.memFormPage #memFormModal .modalBrandingContainer {
  position: absolute;
  top: 0;
  left: 25px;
  height: 100px;
}
.memFormPage #memFormModal .brandingLogo {
  float: left;
  width: 50px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  vertical-align: top;
  padding-right: 10px;
}
.memFormPage #memFormModal .brandingLogo img {
  width: 90%;
}
.memFormPage #memFormModal .brandingText {
  color: #fff;
  height: 100%;
  font-size: 16px;
  text-align: left;
  line-height: 115%;
  float: left;
  text-transform: uppercase;

  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}
@media (orientation: portrait) {
  .memFormPage #memFormModal #dvFastForms .ff-label,
  .memFormPage #memFormModal #dvFastForms .ff-footnote-label {
    font-size: 2.5vw;
  }
  .memFormPage #memFormModal #dvFastForms .ff-checkbox-li label {
    max-width: 500px;
    font-size: 2.5vw;
    text-align: left;
    position: absolute;
  }
  .memFormPage #memFormModal .modal-body {
    margin-top: 7vw;
  }
  .memFormPage #memFormModal .ff-group-row.group-0 .ff-item-row:nth-of-type(11),
  .memFormPage #memFormModal .ff-group-row.group-0 .ff-item-row:nth-of-type(12) {
    height: 15vw;
  }
  .memFormPage #memFormModal .ff-group-row.group-0 .ff-item-row:nth-of-type(11) {
    margin-top: 3vw;
  }
  .memFormPage #memFormModal .ff-group-row.group-0 .ff-item-row:nth-of-type(12) {
    margin-top: -5vw;
  }
  .memFormPage #memFormModal .memModalHeader img.memModalLogo {
    width: 20vw;
    margin-bottom: 3vw;
  }
  .memFormPage #memFormModal .memModalHeader p {
    color: #fff;
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }
  .memFormPage #memFormModal .ff-group-row.group-0 .ff-item-row:nth-of-type(2),
  .memFormPage #memFormModal .ff-group-row.group-0 .ff-item-row:nth-of-type(3),
  .memFormPage #memFormModal .ff-group-row.group-0 .ff-item-row:nth-of-type(4),
  .memFormPage #memFormModal .ff-group-row.group-0 .ff-item-row:nth-of-type(5) {
    width: 49%;
  }
  .memFormPage #memFormModal .ff-group-row.group-0 .ff-item-row:nth-of-type(2),
  .memFormPage #memFormModal .ff-group-row.group-0 .ff-item-row:nth-of-type(4) {
    margin-right: 2%;
  }
  .memFormPage #memFormModal input[type="button"] {
    width: 30vw;
  }
}

section.ttaMarqueeSection {
  background: #fdb927;
  height: 14vw;
  font-size: 8vw;
  color: #000;
  text-transform: uppercase;
  font-weight: 900;

  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}
.scroll {
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.scroll span {
  display: inline-block;
  padding-left: 100%;
  -moz-animation: scroll 24s linear infinite;
  -webkit-animation: scroll 24s linear infinite;
  animation: scroll 24s linear infinite;
}
.scroll2 span {
  animation-delay: 12s;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.customInteriorContent section.allAccessSection {
  color: #fff;
}
.customInteriorContent section.allAccessSection .innerContent {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  z-index: 2;
}
.customInteriorContent section.allAccessSection:before {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
.customInteriorContent section.allAccessSection .btnContainer {
  padding: 2vw 0 0;
}
.customInteriorContent section.allAccessSection .btnContainer a.btn:not(:last-child) {
  margin-right: 2vw;
}
.customInteriorContent section.allAccessSection h2 {
  font-size: 4vw;
  text-transform: uppercase;
  margin-bottom: 0.5vw;
}
@media (orientation: portrait) {
  .customInteriorContent section.allAccessSection h2 {
    font-size: 10vw;
    text-transform: uppercase;
    margin-bottom: 3vw;
  }
  .customInteriorContent section.allAccessSection .btnContainer {
    padding: 5vw 0 0;
  }
}

section.memChaseOffer,
section.individualPromoOfferSection {
  padding: 5vw 0 10vw;
}
section.memChaseOffer .imgContainer,
section.individualPromoOfferSection .imgContainer {
  padding: 3vw;
}

section.individualPromoOfferSection .imgContainer img {
  max-width: 100%;
  max-height: 100%;
}
section.memChaseOffer .infoContainer,
section.individualPromoOfferSection .infoContainer {
  padding: 0 8vw;
}
section.memChaseOffer .infoContainer h3,
section.individualPromoOfferSection .infoContainer h3 {
  color: #fff;
  font-size: 2em;
  margin-bottom: 0.5em;
}
section.memChaseOffer .infoContainer p,
section.individualPromoOfferSection .infoContainer p {
  color: #fff;
}
section.memChaseOffer .infoContainer .finePrint p,
section.individualPromoOfferSection .infoContainer .finePrint p {
  font-size: 0.75em;
  font-style: italic;
}
@media (min-width: 768px) {
  section.memChaseOffer,
  section.individualPromoOfferSection {
    aspect-ratio: 3 / 1.25;
    padding: 0;
  }
  section.memChaseOffer .imgContainer,
  section.memChaseOffer .infoContainer,
  section.individualPromoOfferSection .imgContainer,
  section.individualPromoOfferSection .infoContainer {
    height: 100%;
    width: 50%;
    float: left;

    display: flex;
    align-items: center;
    justify-content: flex-end;
    vertical-align: top;
  }
  section.memChaseOffer .imgContainer,
  section.individualPromoOfferSection .imgContainer {
    padding: 3vw;
  }
  section.memChaseOffer .infoContainer,
  section.individualPromoOfferSection .infoContainer {
    padding: 0 5vw;
  }
}
@media (orientation: landscape) and (min-width: 768px) and (max-width: 1199px) {
  section.memChaseOffer,
  section.individualPromoOfferSection {
    aspect-ratio: 3 / 1.5;
    padding: 0;
  }
  section.memChaseOffer .infoContainer h3,
  section.individualPromoOfferSection .infoContainer h3 {
    font-size: 1.5em;
  }
}

.mem-page .hawksRibbonHeader {
  padding-top: 65px;
}
.mem-page .hawksRibbonHeader h2 {
  font-family: "GothamLight", "Arial", sans-serif;
}
.mem-page .hawksRibbonHeader.hawksRibbonHeader-condensed {
  padding: 30px 10px 15px;
}
.mem-page .hawksRibbonHeader.hawksRibbonHeader-condensed h1 {
  font-size: 0.4em;
}
@media (max-width: 767px) {
  .mem-page .hawksRibbonHeader {
    padding-top: 50px;
  }
  .mem-page .hawksRibbonHeader.hawksRibbonHeader-condensed {
    padding: 10vw 1vw 2vw;
  }
}

.games-live-false .hideWhenGamesLiveFalse {
  display: none !important;
}
.games-live-true .hideWhenGamesLiveTrue {
  display: none !important;
}
.deposits-false .hideWhenDepositsOffSale {
  display: none !important;
}
.deposits-true .hideWhenDepositsOnSale {
  display: none !important;
}
.on-sale-false .hideWhenOffSale {
  display: none !important;
}
.on-sale-true .hideWhenOnSale {
  display: none !important;
}
