.allContent img {
  display: inline;
}
.mainContent {
  display: none;
}
.loadingContent {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.loadingTextWrapper {
  margin-top: -100px;
  width: 100%;
  position: relative;
}
.loadingContent * {
  color: #6e99d4;
  text-align: center;
}
.loadingText {
  height: 100px;
  position: relative;
}

.loadingText h3 {
  animation-duration: 10s;
}
.loadingImgWrapper,
.slowLoading {
  animation-duration: 20s;
}

.mainContent a.btn {
  font-weight: bold;
}
a.btn-flyblue {
  background-color: #6e99d4;
  color: #000;
}
a.btn-flyblue.btn-outline {
  background-color: transparent;
  color: #6e99d4;
  border-color: #6e99d4;
}
a.btn-black.btn-ce {
  color: #d9c0a9;
}
.flybluetxt {
  color: #6e99d4;
}

.loadingText h3 {
  font-family: "NimbusSans", "Arial", sans-serif;
  font-size: 42px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: 100;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.loadingImgWrapper {
  position: absolute;
  width: 100%;
  bottom: -50px;
  left: 0;
  text-align: center;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-name: hideLoadingGraphic;
}
.loadingImgWrapper img {
  width: 50px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
@keyframes hideLoadingGraphic {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.showLoadingWrapper {
  width: 100%;
  text-align: center;
}
.slowLoading {
  position: absolute;
  width: 100%;
  bottom: -80px;
  left: 0;
  text-align: center;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-name: showSlowLoadingMsg;
}
.slowLoading a.btn {
  border-radius: 50%;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto 0;
}
.loadingContent a {
  text-decoration: underline;
}
.loadingContent a:hover {
  color: #fff;
}
@keyframes showSlowLoadingMsg {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .loadingText h3 {
    font-size: 8vw;
  }
  .loadingImgWrapper {
    bottom: -50px;
  }
  .loadingImgWrapper img {
    width: 40px;
  }
  .slowLoading {
    bottom: -50px;
  }
  .slowLoading p {
    font-size: 2vw;
  }
}
@media (max-width: 499px) {
  .loadingImgWrapper {
    bottom: -10px;
  }
  .slowLoading {
    bottom: -20px;
  }
}
@font-face {
  font-family: "NimbusSans";
  src: url("https://s3.amazonaws.com/cdn.atlhawksdigital.com/fonts/NimbusSans/nimbus-sans-l.regular.woff2") format("woff2"),
    url("https://s3.amazonaws.com/cdn.atlhawksdigital.com/fonts/NimbusSans/nimbus-sans-l.regular.woff") format("woff");
}

.mainContent {
  background-color: #000;
  font-family: "NimbusSans", "Arial", sans-serif;
}
.zoomableImgLink {
  cursor: zoom-in !important;
}
.mainContent h1,
.mainContent h2,
.mainContent h3,
.mainContent h4,
.mainContent h5 {
  font-family: "NimbusSans", "Arial", sans-serif;
  font-weight: bold;
  text-transform: none;
  color: #000;
}
.mainContent {
  font-size: 1.5vw;
}
.mainContent h2 {
  font-size: 4.5em;
}
.mainContent h5 {
  font-size: 1.15em;
}
.allContent a.preorderStickyBtn {
  display: none;
  position: fixed;
  right: -45px;
  right: -61px;
  bottom: 50vh;
  z-index: 999;
  transform: rotate(-90deg);
  border: solid 2px #000;
  border-bottom: none;
}
@media (orientation: portrait) {
  .mainContent {
    font-size: 3.5vw;
  }
  .allContent a.preorderStickyBtn {
    bottom: 39vh;
    right: -33px;
    right: -36px;
    font-size: 12px;
    padding: 6px 15px;
  }
}
.mainContent p {
  font-family: "NimbusSans", "Arial", sans-serif;
  color: #fff;
}
.fullHeightSection {
  height: 100vh;
}
@media (min-width: 1025px) {
  .fullHeightSection {
    min-height: 750px;
  }
}
.mainContent section {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* border-bottom: solid 14px #fff; */
}
.bgLightBlackGlass,
.bgLightBlackGlassMobileOnly {
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .bgLightBlackGlassMobileOnly {
    background-color: transparent;
  }
}
.scrollBtnWrapper {
  position: absolute;
  display: block;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.scrollBtnContent {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.75em;
  font-family: "NimbusSans", "Arial", sans-serif;
}
.scrollBtnContent,
.scrollBtnContent .fas {
  color: #fff;
}
.scrollBtnContent .fas {
  font-size: 1em;
}
.scrollBtnContent-yellow,
.scrollBtnContent-yellow .fas {
  color: #6e99d4;
}
.scrollBtnContent-torch,
.scrollBtnContent-torch .fas {
  color: #c8102e;
}
.scrollBtnContent-black,
.scrollBtnContent-black .fas {
  color: #000;
}
.scrollBtnContent-white,
.scrollBtnContent-white .fas {
  color: #000;
}

@media (orientation: portrait) {
  .scrollBtnWrapper {
    display: none;
  }
}
img.imgBg {
  display: inline;
  width: 100%;
  position: relative;
  z-index: 0;
}

@media (orientation: landscape) {
  img.imgBg-portrait {
    display: none;
  }
}
@media (orientation: portrait) {
  img.imgBg-landscape {
    display: none;
  }
}
section.vidSection {
  display: flex;

  align-items: center;
  justify-content: center;
  background-color: #c8102e;
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2023/07/ce_2021_torch_retro_dome_bg.jpg);
}
.vidSection h3 {
  color: #6e99d4;
  color: #fff;
  text-transform: uppercase;
}
.vidTxtContent {
  text-align: center;
  z-index: 2;
}
.vidHashContainer img {
  max-width: 461px;
  margin: 10px 0;
}
.vidSection .btnContainer {
  margin: 25px 0 0;
}
.vidSection .btnContainer a.btn {
  padding: 0.25em 1em;
  background: rgba(0, 0, 0, 0.4);
  background: rgb(110, 153, 212, 0.4);
}
.vidSection .btnContainer a.btn i {
  color: #000;
  color: #fff;
  margin-right: 10px;
}
.vidSection .btnContainer a.btn.btn-flyblue.btn-outline i {
  color: #6e99d4;
}
.vidTxtContent {
  font-size: 2.5vw;
}
.vidSection h3 {
  font-size: 1em;
}
.vidHashContainer img {
  width: 9em;
}
.vidSection .btnContainer a.btn {
  font-size: 0.65em;
}
.vidSection .btnContainer a.btn i {
  font-size: 0.75em;
}
.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;
}
div.nbaTopWrapper {
  max-width: unset !important;
  max-height: unset !important;
}
.ytVidContainer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.videoModal .modal-body {
  padding: 0;
  box-shadow: none;
}
.blackModalBackdrop .modal-backdrop {
  opacity: 1 !important;
}
section.vidSection {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  width: 100%;
  max-width: unset;
  min-width: unset;
  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(200, 16, 46, 0.75);
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.vidSection video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media (orientation: portrait) {
  section.vidSection {
    aspect-ratio: 5 / 4;
  }
  .vidTxtContent {
    font-size: 6.5vw;
  }
}
@media (max-width: 992px) {
  .playerBlockWrapper {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .plyrInfo {
    font-size: 6vw;
  }
  .mainContent .bannerAd {
    margin: 3px auto;
  }
  .playerBlockWrapper {
    width: 100%;
  }
  .videoModal .modal-dialog {
    margin-top: 20vh;
  }
  .videoModal .close {
    right: 5px;
  }
}
.mainContent section.hotspotSection,
.mainContent section.hotspotSection .hotspotContainer,
.mainContent section.hotspotSection .hotspotImgContainer,
.mainContent section.hotspotSection .hotspotImgContainer img {
  width: 100%;
  max-width: unset;
  height: auto;
  min-height: unset;
  margin: 0;
  padding: 0;
}
.hotspotImg {
  display: block;
  height: 100%;
  width: 100%;
  /* object-fit: scale-down; */
}
.ceHotspot {
  position: absolute;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.hotspotBtn {
  height: 3vw;
  width: 3vw;
  padding: 0px;
  border-radius: 100%;
  border: 1px solid #fff;
  border: 1px solid #d9c0a9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 999;
  animation: button-pulse 7s ease-in-out infinite;
  cursor: pointer;
}
.hotspotBtn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  content: "";
  display: block;
  height: 1.25vw;
  width: 1.25vw;
  border-radius: 100%;
  border: 3px solid #fff;
  border: 3px solid #d9c0a9;
  background-color: #fff;
  background-color: #d9c0a9;
  transition: border-color 1s linear;
}
@keyframes button-pulse {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  40% {
    transform: scale(1.1, 1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
.ceHotspot:hover .hotspotBtn,
.ceHotspot:active .hotspotBtn {
  border-color: #6e99d4;
}
.ceHotspot:hover .hotspotBtn:after,
.ceHotspot:active .hotspotBtn:after {
  background-color: #6e99d4;
}
.ceHotspot:hover .hotspotBtn:before,
.ceHotspot:active .hotspotBtn:before {
  background: #6e99d4;
}
.hotspotBtn:hover:before {
  color: #000;
}
.ceHotspot.numbers .hotspotBtn:before {
  content: "The Numbers";
  margin-left: -12.5vw;
}
.ceHotspot.wordmark .hotspotBtn:before {
  content: "Chest Wordmark";
}
.ceHotspot.jerseyTrim .hotspotBtn:before {
  content: "Jersey Trim";
}
.ceHotspot.atlSymbol .hotspotBtn:before {
  content: "atl Symbol";
}
.ceHotspot.beltbuckle .hotspotBtn:before {
  content: "Belt Buckle";
}
.ceHotspot.logoPatch .hotspotBtn:before {
  content: "Logo Patch";
}
.hotspotContentWrapper {
  display: none;
}
.hotspotContent .hotspotContentCopy {
  padding: 15px;
  font-size: 16px;
}
.hotspotContent .hotspotContentCopy h4,
.hotspotContent .hotspotContentCopy p {
  font-family: "NimbusSans", "Arial", sans-serif;
}
.hotspotContent .hotspotContentCopy p {
  font-family: "NimbusSans", "Arial", sans-serif;
  line-height: 125%;
}
.hotspotContent .hotspotContentCopy h4 {
  font-weight: bold;
  font-size: 20px;
  color: #6e99d4;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.hotspotContent .hotspotContentPic img {
  width: 100%;
}
.tpd-skin-ce2021 .tpd-content {
  max-width: 300px;
  padding: 15px 10px 10px;
}
.tpd-skin-ce2021 .tpd-content,
.tpd-skin-ce2021 .tpd-title {
  color: #fff;
}
.tpd-skin-ce2021 .tpd-background-content {
  background-color: #000;
}
.tpd-skin-ce2021 .tpd-background {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 1);
  border-color: #6e99d4;
}
.tpd-skin-ce2021 .tpd-close {
  position: absolute;
  top: 3px;
  right: 7px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: #fff;
}
.tpd-close-icon {
  line-height: 30px;
}
.tpd-skin-ce2021 .tpd-content-relative-padder {
  padding-right: 10px !important;
}
.hotspotBtn:before {
  background: rgba(0, 0, 0, 0.9);
  color: #d9c0a9;
  white-space: nowrap;
  margin: 0.2vw 0 0 3.5vw;
  display: inline-block;
  animation: none;
  font-size: 1.5vw;
  font-weight: bold;
  padding: 0.5vw 1.25vw;
  line-height: 100%;
}
@media (orientation: portrait) {
  .hotspotBtn {
    height: 5vw;
    width: 5vw;
  }
  .hotspotBtn:before {
    margin: 0 0 0 6vw;
    font-size: 3vw;
    padding: 1vw 2vw;
  }
}

.ceHotspot.wordmark {
  top: 41%;
  left: 47%;
}
.ceHotspot.jerseyTrim {
  top: 14%;
  left: 40%;
}
.ceHotspot.numbers {
  top: 67%;
  left: 23%;
}
@media (orientation: landscape) {
  .portraitOnly,
  img.portraitOnly {
    display: none;
  }
}
@media (orientation: portrait) {
  .landscapeOnly,
  img.landscapeOnly {
    display: none;
  }
  .ceHotspot.wordmark {
    top: 68vw;
    left: 55vw;
  }
  .ceHotspot.jerseyTrim {
    top: 50vw;
    left: 57vw;
  }
  .ceHotspot.numbers {
    top: 81vw;
    left: 30vw;
  }
  .ceHotspot.numbers .hotspotBtn:before {
    margin-left: -23.5vw;
  }
}
.butter_bar_img {
  width: 37.1%;
  max-width: 700px;
  position: absolute;
  top: 0;
  left: 0;
}
.sky_bar_img {
  width: auto;
  height: 58%;
  max-height: 700px;
  position: absolute;
  top: 21%;
  left: 0;
}
.lawf_icon {
  width: 10%;
  max-width: 150px;
  position: absolute;
  top: 0;
  right: 0;
}
section.jerseyHotspotSection {
  padding-top: 100px !important;
  border-bottom: solid 5px #000;
}
@media (orientation: portrait) {
  section.jerseyHotspotSection {
    padding-top: 40px !important;
  }
  .allContent img.butter_bar_img {
    display: none;
  }
}
section.colorwaySection {
  min-height: unset;
  aspect-ratio: 7 / 3;
  border-bottom: solid 5px #000;
}
img.colorwayPic {
  display: none;
  width: 100%;
}
@media (min-width: 1441px) {
  img.colorwayPic-lg {
    display: inline;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  img.colorwayPic-md {
    display: inline;
  }
}
@media (max-width: 767px) {
  img.colorwayPic-sm {
    display: inline;
  }
}

section.colorwaySection {
  background: #e8e8de;
}
.swatchesContainer {
  position: relative;
  overflow: hidden;
  max-width: unset;
  height: 100%;
  margin: 0 auto;
  padding: 5vw 0 0 13vw;
}
.swatchBlock {
  position: relative;
  width: 35vw;
  float: left;
  padding: 3.5vw 8.5vw 3.5vw 3.5vw;
}
.swatchBlock img {
  width: 100%;
}
.swatchBlock .txtContainer {
  position: absolute;
  left: 11.4vw;
  width: 20vw;
  top: 6vw;
}
.swatchBlock.brown .txtContainer {
  width: 18vw;
}
.swatchBlock.white .txtContainer {
  width: 21vw;
}
.swatchBlock .txtContainer p {
  color: #000;
  font-size: 1.5vw;
  line-height: 1.75vw;
}
@media (orientation: portrait) {
  section.colorwaySection {
    aspect-ratio: 10 / 17;
  }
  .swatchBlock {
    width: 80vw;
    padding: 8vw;
  }
  .swatchesContainer {
    padding: 4.5vw 0 0 7vw;
  }
  .swatchBlock .txtContainer {
    left: 29.5vw;
    width: 41vw;
    top: 14.5vw;
  }
  .swatchBlock.brown .txtContainer {
    width: 41vw;
  }
  .swatchBlock.white .txtContainer {
    width: 48vw;
  }
  .swatchBlock .txtContainer p {
    color: #000;
    font-size: 3.5vw;
    line-height: 4vw;
  }
}
section.shortsHotspotSection {
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2024/11/2425_HWK_MK_CityEdition_Website_Panel6_Background.jpg);
  background-size: cover;
  background-position: center center;
  aspect-ratio: 16 / 9;
}
.ceHotspot.beltbuckle {
  top: 11vw;
  left: 53vw;
}
.ceHotspot.logoPatch {
  top: 28vw;
  left: 69vw;
}
.ceHotspot.atlSymbol {
  top: 38vw;
  left: 33vw;
}
@media (orientation: portrait) {
  .ceHotspot.logoPatch .hotspotBtn:before {
    margin: 0 0 0 -20vw;
  }
  .ceHotspot.beltbuckle {
    top: 17vw;
    left: 49vw;
  }
  .ceHotspot.logoPatch {
    top: 47vw;
    left: 78vw;
  }
  .ceHotspot.atlSymbol {
    top: 62vw;
    left: 16vw;
  }
}
v section.courtSection {
  min-height: unset;
}
section.courtSection img {
  width: 100%;
}
.mainContent section.gamesSection {
  padding: 75px 25px 300px;
  height: auto;
  min-height: unset;
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2024/11/2425_HWK_MK_CityEdition_Website_clouds_generic_bg.jpg);
  background-position: left top;
  background-size: cover;
  border-bottom: solid 5px #000;
}
.mainContent section.gamesSection h3 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
  line-height: 140%;
  font-family: "NimbusSans", "Arial", sans-serif;
}
.handsImgContainer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 35vw;
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2024/11/2425_HWK_MK_CityEdition_Website_hands_clouds.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  z-index: 0;
}
.hawksGamesContainer {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.hwksLoadingContainer img {
  max-width: 50px;
}
.tixAsyncContent {
  display: none;
}
.gameBlockWrapper {
  font-size: 32px;
  width: 100%;
  margin-bottom: 25px;
}
.gameBlock {
  line-height: 150%;
  position: relative;
  height: 110px;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
}
.gameBlock .sponsorBlock {
  font-family: "NimbusSans", "Arial", sans-serif;
  font-size: 10px;
  line-height: 100%;
  color: #fff;
  text-align: right;
}
.oppLogoBlock {
  padding: 0 20px 0 3px;
  height: 100%;
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 4em;
}
.oppLogoBlock img {
  max-width: 100%;
  max-height: 75%;
}
.gameInfoBlock {
  width: 60%;
  width: calc(100% - 4em);
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.gameInfoSubWrapper {
  width: 100%;
}
.dateTimeContainer {
  width: 100%;
  color: #fff;
  margin-top: 5px;
}
.gameDate,
.gameTime {
  vertical-align: baseline;
}
.gameDate {
  display: inline-block;
  font-family: "NimbusSans", "Arial", sans-serif;
  padding: 0 0 0 10px;
  font-size: 1em;
  background-color: #6e99d4;
  background-color: #d9c0a9;
  color: #000;
  line-height: 120%;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
}
.gameTime {
  font-family: "NimbusSans", "Arial", sans-serif;
  font-size: 0.8em;
  position: relative;
  margin: 5px 0 0 10px;
  line-height: 100%;

  display: inline-block;
}
.btnBlock {
  float: right;
  margin: 8px 0 0 0;
}
a.btnSchedTix,
a.btnSchedTix:hover,
a.btnSchedTix:active,
a.btnSchedTix:visited,
a.btnSchedTix:focus {
  font-family: "NimbusSans", "Arial", sans-serif;
  padding: 2px 4px;
  border-radius: 0;
  font-size: 0.4em;
  margin: 0 0 0 11px;

  background-color: #d9c0a9;
  color: #000;

  background-color: transparent;
  color: #d9c0a9;

  background-color: #000;
  color: #d9c0a9;
}
a.btnSchedTix:hover {
  outline: none;
  background-color: #d9c0a9;
  color: #000;
}
footer.dark-primary-background {
  background: #111;
}
.schedSectionBtnContainer {
  margin: 75px 0 0;
  text-align: center;
}
a.btn-brown {
  background-color: #d9c0a9;
}
@media (max-width: 1199px) {
  .gameBlockWrapper {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mainContent section.gamesSection {
    padding-bottom: 250px;
  }
}
@media (max-width: 991px) {
  .mainContent section.gamesSection {
    padding-bottom: 200px;
  }
  .mainContent section.gamesSection h3 {
    font-size: 24px;
  }
}
@media (min-width: 899px) and (max-width: 991px) {
  .mainContent section.gamesSection {
    padding: 50px 75px 150px;
  }
}
@media (min-width: 768px) {
  .gamesCol {
    width: 45%;
  }
  .gamesCol1,
  .gamesCol1 .gameBlockWrapper {
    float: left;
  }
  .gamesCol2,
  .gamesCol2 .gameBlockWrapper {
    float: right;
  }
}
.schedSAccent-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 5.5vw;
}
.schedSAccent-right {
  position: absolute;
  right: 0;
  bottom: 5vh;
  width: 6vw;
}
@media (max-width: 767px) {
  .mainContent section.gamesSection {
    padding: 75px 10px 325px;
  }
  .handsImgContainer {
    width: 70vw;
    max-width: 400px;
  }
  .imgSectionHeading {
    margin-bottom: 10px;
  }
  .mainContent section.gamesSection h3 {
    font-size: 18px;
    margin: 0 auto 50px;
    padding: 0 25px;
    max-width: 400px;
  }
  .schedSAccent-left {
    width: 8vw;
  }
  .schedSAccent-right {
    width: 8vw;
    bottom: 2vh;
  }
  .schedContent {
    margin-left: -3%;
  }
  .hawksGamesContainer {
    max-width: 340px;
  }
  .gameBlockWrapper {
    margin: 0 auto 35px -5px;
    font-size: 24px;
  }
  .gameBlock {
    height: 75px;
  }
  .oppLogoBlock {
    padding: 0 15px 0 3px;
  }
  .gameDate {
    width: 100%;
  }
  .schedSectionBtnContainer {
    margin-top: 25px;
    text-align: center;
  }
  .schedSectionBtnContainer a.btn.btn-brown {
    width: 315px;
    margin-right: -5px;
  }
}
@media (max-width: 392px) {
  .gameBlockWrapper {
    width: 260px;
    font-size: 16px;
    margin: 0 auto 15px -5px;
  }
  .hawksGamesContainer {
    max-width: 260px;
  }
  .schedSectionBtnContainer a.btn.btn-brown {
    width: auto;
    margin-right: -5px;
    padding: 7px 10px;
  }
}
.mainContent section.honoreesSection {
  width: 100%;
  overflow: hidden;
  text-align: center;
  min-height: unset;
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2023/10/clouds_bg.jpg);
  background-position: center center;
  background-size: cover;
  padding: 75px 0 125px;
}
.imgSectionHeading {
  text-align: center;
  margin: 0 auto 15px;
}
.imgSectionHeading img {
  max-width: unset;
  width: auto;
  height: 80px;
}
.honoreesSection .imgSectionHeading {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .imgSectionHeading img {
    width: 80%;
    height: auto;
  }
  .imgSectionHeading img {
    width: 65%;
    height: auto;
  }
}
.honoreesContent {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0 0;
}
.honoreesSection .heroBannerStatic {
  margin: 0 auto 50px;
}
.honoreeWrapper {
  max-width: 325px;
  display: inline-block;
  text-align: center;
  margin: 0 25px 25px;
  vertical-align: top;
  overflow: hidden;
}
@media (min-width: 768px) {
  .honoreeWrapper {
    padding-bottom: 110px;
  }
}
.honoreeBlock {
  background: #000;
  padding: 0;
  border-radius: 4px;
  height: 760px;
  position: relative;
}
.honoreeTxtContent {
  position: relative;
  padding: 1px 15px 15px;
  height: 560px;
  background-color: #000;
}
.honoreeBlock .imgContainer {
  margin: 15px;
  padding-top: 15px;
}
.honoreeBlock .imgContainer img {
  width: 100%;
}
.honoreeBlock .name,
.honoreeBlock .description p {
  color: #fff;
}
.honoreeBlock .name {
  font-family: "NimbusSans", "Arial", sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin: 15px 0 5px;
  color: #6e99d4;
}
.honoreeBlock .title {
  font-family: "NimbusSans", "Arial", sans-serif;
  font-weight: 100;
  font-size: 18px;
  margin: 0 0 15px;
  color: #6e99d4;
  line-height: 115%;
}
.honoreeBlock .description p {
  text-align: left;
  line-height: 125%;
  font-size: 16px;
}

.honoreeBlock .btnContainer {
  position: absolute;
  width: 100%;
  padding: 0 15px;
  left: 0;
  bottom: 35px;
}
.honoreeBlock > .btnContainer > a.btn {
  width: 100%;
}
.bioModal .close {
  font-size: 48px;
  filter: alpha(opacity=1);
  opacity: 1;
  outline: none;
  color: #6e99d4;
  position: absolute;
  top: -5px;
  right: 12px;
}
.bioModal p {
  color: #000;
  font-size: 16px;
}
.bioModal .modal-dialog {
  width: 90%;
  max-width: 1000px;
  margin: 10px auto;
}
.bioModal .modal-body {
  padding: 25px 50px;
}
.bioModal .modal-body h3 {
  text-align: center;
  font-size: 32px;
  margin: 25px 0 5px;
}
.bioModal .modal-body h5 {
  text-align: center;
  font-size: 24px;
  margin: 0 0 15px;
  font-weight: 100;
}
.bioModal .modal-body p {
  text-align: justify;
  margin-bottom: 15px;
}
.bioPics img {
  height: 400px;
  margin: 15px;
}
.lg-outer.lg-visible {
  background: #000;
}
span.highlightTxt {
  color: #6e99d4;
  font-weight: bold;
}
.socialBtnsContainer {
  text-align: center;
  padding: 15px 0;
}
.socialBtnsContainer a.btn {
  margin: 15px;
  background: #f6f6f6;
}
.socialBtnsContainer a.btn i {
  color: #000;
  font-size: 1.25em;
}
.honoreesContainer {
  max-width: 1200px;
  margin: 0 auto;
}
.sponsorContainer {
  font-family: "NimbusSans", "Arial", sans-serif;
  font-size: 1.25em;
  margin: 0 0 25px;
}
.sponsorContainer img {
  height: 3em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .honoreeWrapper {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .mainContent section.honoreesSection {
    padding: 50px 5px;
  }
  .honoreeWrapper {
    width: 100%;
    margin: 25px 0 0;
  }
  .honoreeBlock {
    height: auto;
  }
  .bioPics img {
    width: 100%;
    height: auto;
    margin: 25px 0 0;
  }
  .bioModal .modal-body {
    padding: 15px 25px;
  }
}
@media (max-width: 499px) {
  .honoreeBlock {
    margin-bottom: 25px;
  }
  .honoreeBlock .btnContainer {
    position: relative;
    left: unset;
    bottom: unset;
    padding: 15px 0 0;
  }
  .honoreeTxtContent {
    height: auto;
  }
}
@media (max-width: 413px) {
  .honoreeBlock .description p {
    font-size: 14px;
  }
}
@media (max-width: 359px) {
  .honoreeBlock .name {
    font-size: 20px;
  }
  .honoreeBlock .description p {
    font-size: 12px;
  }
  .honoreeBlock .btnContainer a.btn {
    font-size: 16px;
  }
}
.liftNarrative {
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  padding: 25px 15px;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 25px;
  font-size: 16px;
}
.liftNarrative p {
  color: #000;
  text-align: left;
  font-size: 1em;
}
.liftNarrative h3 {
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .liftNarrative {
    margin-bottom: 0;
  }
}
body a.zoomImgBtn {
  cursor: zoom-in !important;
}
.mainContent section.carouselSection {
  padding: 100px 0;
  background: #000;
  background-position: top center;
  background-size: cover;
  min-height: unset;
}
.hawksSwiperDefault .hawksSwiperNavPrev,
.hawksSwiperDefault .hawksSwiperNavNext {
  background-color: rgba(255, 255, 255, 0.4);
  background-color: rgba(0, 0, 0, 0.8);
  border: solid 1px #6e99d4;
}
.hawksSwiperDefault .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%236e99d4'%2F%3E%3C%2Fsvg%3E");
}
.hawksSwiperDefault .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%236e99d4'%2F%3E%3C%2Fsvg%3E");
}
.defaultSwiperTemplate {
  max-width: 100%;
  margin: 0 auto;
}
.carouselSection .swiper-slide img {
  width: 100%;
}
.hawksCustomBSModal .close {
  font-size: 40px;
  color: #c8102e;
  color: #6e99d4;
  top: -50px;
  text-shadow: none;
}
button.satisfi_chat-button {
  background: #6e99d4;
}
@media (orientation: landscape) {
  .mainContent section.carouselSection {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
}
@media (orientation: portrait) {
  .mainContent section.carouselSection {
    background: #000;
  }
  .mainContent section.carouselSection {
    padding: 0;
  }
  .carouselImgsContainer img {
    float: left;
    width: 50%;
    width: calc(50% - 4px);
    margin: 2px;
  }
}

.mainContent section.heroSectionNew {
  width: 100%;
  max-width: unset;
  min-width: unset;
  height: auto;
  min-height: unset;
  max-height: unset;
  aspect-ratio: 2 / 1;
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2024/11/2425_HWK_MK_CityEdition_Website_bg_sky_only_simple_flat.jpg);
  background-size: cover;
  overflow: hidden;
}
.heroShape {
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.heroShape.heroShape-top-left {
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2024/11/sky_frame_top_left.png);
  background-position: left top;
  background-size: 30% auto;
  top: 0;
  left: 0;
}
.heroShape.heroShape-top-right {
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2024/11/sky_frame_top_right.png);
  background-position: right top;
  background-size: 8% auto;
  top: 0;
  right: 0;
}
.heroShape.heroShape-bottom-left {
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2024/11/sky_frame_bottom_left.png);
  background-position: left bottom;
  background-size: 18% auto;
  bottom: 0;
  left: 0;
}
.heroShape.heroShape-bottom-right {
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2024/11/sky_frame_bottom_right.png);
  background-position: right bottom;
  background-size: 9% auto;
  bottom: 0;
  right: 0;
}
.heroCloud {
  position: absolute;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  height: 100%;
  z-index: 2;
}
.heroCloud.cloud1 {
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2024/11/2425_HWK_MK_CityEdition_Website_Panel1_CloudTopLeft.png);
  width: 30vw;
  top: -6vw;
  left: -13vw;
}
.heroCloud.cloud2 {
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2024/11/2425_HWK_MK_CityEdition_Website_Panel1_CloudTopLeft.png);
  width: 23vw;
  top: -7vw;
  right: 20vw;
}
.heroCloud.cloud3 {
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2024/11/2425_ce_cloud_bg.png);
  background-position: right bottom;
  width: 110%;
  bottom: -36vw;
  right: 0;
  z-index: 0;
}

.heroPlayerImg {
  position: absolute;
}
.heroPlayerImg.bogi {
  width: 40vw;
  top: 5vw;
  left: -19vw;
  z-index: 7;
}
.heroPlayerImg.trae {
  width: 82vw;
  top: 1.5vw;
  left: -27vw;
  z-index: 9;
}
.heroPlayerImg.jj {
  width: 25vw;
  top: 0vw;
  left: 25vw;
  z-index: 8;
}
.heroShape.grid {
  aspect-ratio: 1 / 1;
  background: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2024/11/2425_HWK_MK_CityEdition_Website_Panel1_GridSquare.png) no-repeat;
  background-size: contain;
  width: 25.5vw;
  top: 16vw;
  left: 5vw;
  z-index: 1;
}
.heroWordMark {
  position: absolute;
  width: 43vw;
  top: 18vw;
  right: 9vw;
  z-index: 9;
}

a.backToHomeBtn,
a.backToHomeBtn:focus,
a.backToHomeBtn:visited,
a.backToHomeBtn:hover,
a.backToHomeBtn:active {
  position: absolute;
  top: 1vw;
  right: 1vw;
  background-color: rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  color: #fff;
  z-index: 999;
  border: solid 1px #fff;
  padding: 5px 12px;
}

@media (orientation: portrait) {
  .mainContent section.heroSectionNew {
    aspect-ratio: 3 / 5;
  }
  .heroWordMark {
    width: 76vw;
    top: 15vw;
    right: 12vw;
  }
  .heroPlayerImg.bogi {
    width: 83vw;
    top: 67vw;
    left: -40vw;
  }
  .heroPlayerImg.trae {
    width: 182%;
    top: 59vw;
    left: -68vw;
    max-width: unset !important;
  }
  .heroPlayerImg.jj {
    width: 52vw;
    top: 59vw;
    left: 48vw;
  }
  .heroShape.grid {
    width: 57vw;
    top: 89.5vw;
    left: 8vw;
  }
  .heroCloud.cloud3 {
    width: 125%;
    bottom: -15vw;
    right: -10vw;
  }
  .heroShape.heroShape-top-left {
    background-size: 39% auto;
  }
  .heroShape.heroShape-top-right {
    background-size: 14% auto;
  }
  .heroCloud.cloud1 {
    width: 39vw;
    top: -7vw;
    left: -11vw;
  }
  .heroCloud.cloud2 {
    width: 29vw;
    top: -7vw;
    right: 17vw;
  }
  .hideOnPortrait {
    display: none;
  }
  a.backToHomeBtn,
  a.backToHomeBtn:focus,
  a.backToHomeBtn:visited,
  a.backToHomeBtn:hover,
  a.backToHomeBtn:active {
    top: 2vw;
    right: 2vw;
  }
}
.heroPlayerImg.jj {
  animation-duration: 10s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-name: heroBgAnimation-jj;
}
.heroCloud.cloud1,
.heroCloud.cloud2 {
  animation-duration: 10s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-name: heroClouds1;
}
.heroCloud.cloud3 {
  animation-duration: 15s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-name: heroClouds2;
}
@keyframes heroBgAnimation-jj {
  0% {
    transform: translateX(-3%) translateY(3%);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes heroClouds1 {
  0% {
    transform: translateX(3%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes heroClouds2 {
  0% {
    transform: translateX(3%);
  }
  100% {
    transform: translateX(0);
  }
}
.mainContent section.narrativeSection {
  width: 100%;
  max-width: unset;
  min-width: unset;
  height: auto;
  min-height: unset;
  max-height: unset;
  aspect-ratio: 16 / 9;
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2024/11/2425_HWK_MK_CityEdition_Website_lawf_bg.jpg);
  background-size: cover;
  overflow: hidden;
}
.narrativeTxtWrapper {
  position: absolute;
  top: 11vw;
  left: 36.3vw;
  padding: 1vw;
  width: 59.5vw;
  height: 42vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  vertical-align: top;
}
.narrativeTxt p {
  font-family: "NimbusSans", "Arial", sans-serif;
  margin-bottom: 1.75vw;
  font-size: 1.48vw;
  line-height: 2vw;
}
.narrativeTxt p:last-of-type {
  margin-bottom: 0;
}
@media (orientation: portrait) {
  .mainContent section.narrativeSection {
    aspect-ratio: 9 / 16;
    background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2024/11/2425_HWK_MK_CityEdition_Website_Panel2_mob_v3.jpg);
  }
  .narrativeTxtWrapper {
    top: 18vw;
    left: 6vw;
    width: 88vw;
    height: 65vw;
  }
  .narrativeTxt p {
    margin-bottom: 2.75vw;
    font-size: 3.25vw;
    line-height: 4.1vw;
  }
}
.mainContent section.hotspotSection .hotspotImgContainer img.hotspotImg-jersey {
  width: 97vw;
  bottom: -24vw;
  position: absolute;
  left: 2vw;
}
.mainContent section.hotspotSection .hotspotImgContainer img.hotspotImg.shorts {
  width: 48vw;
  position: absolute;
  left: 27.5vw;
  top: 7vw;
}
section.jerseyHotspotSection {
  background: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2024/11/2425_HWK_MK_CityEdition_Website_Panel3_bg_horiz.jpg);
  background-size: cover;
  aspect-ratio: 16 / 9;
}
@media (orientation: portrait) {
  section.jerseyHotspotSection {
    background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2024/11/2425_HWK_MK_CityEdition_Website_Panel3_bg_vert.jpg);
    aspect-ratio: 4 / 5;
  }
  img.hotspotImg-jersey {
    transform: rotate(15deg);
  }
  .mainContent section.hotspotSection .hotspotImgContainer img.hotspotImg-jersey {
    width: 130vw;
    bottom: -29vw;
    position: absolute;
    left: -5vw;
  }
  section.shortsHotspotSection {
    aspect-ratio: 1 / 1;
  }
  .mainContent section.hotspotSection .hotspotImgContainer img.hotspotImg.shorts {
    width: 80vw;
    position: absolute;
    left: 7vw;
    top: 11vw;
  }
}
section.detailSection {
  min-height: unset;
}
section.retailSection {
  min-height: unset;
  background-color: #000;
  text-align: center;
}
section.retailSection img {
  width: 100%;
  max-width: unset;
}
.schedMainContent {
  position: relative;
  z-index: 1;
}
