@charset "UTF-8";
@font-face {
  font-family: "ZurichBT";
  src: url("/public/fonts/zurich-bt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ZurichBTBlack";
  src: url("/public/fonts/zurich-bt-black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ZurichBTExtraBlack";
  src: url("/public/fonts/zurich-bt-extrablack.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ZurichBTExtended";
  src: url("/public/fonts/zurich-bt-extended.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ZurichBTUltraExtended";
  src: url("/public/fonts/zurich-bt-ultra-black-extended.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ZurichUltraExtendedBT";
  src: url("/public/fonts/zurich-ultra-black-extended-bt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-size: clamp(4.5rem, 7vw, 8rem);
  font-family: "ZurichBTExtraBlack", sans-serif;
}

h1.fast-clamp {
  font-size: clamp(3.5rem, 6vw, 6rem);
}

#termsModal h1 {
  font-size: 2rem;
}

.yellow {
  background-color: #ffeb00;
}

.text-yellow {
  color: #ffeb00;
}

.text-shadow-black {
  text-shadow: 5px 5px 0 #000000;
}

h3.text-shadow-black {
  text-shadow: 3px 3px 0 #000000;
}

.top-nav {
  background-color: #ffeb00;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
.top-nav .brand-logo {
  height: 40px;
  width: auto;
}
.top-nav .nav-links {
  display: flex;
  align-items: center;
}
.top-nav .nav-links .nav-link {
  color: #000;
  font-family: "ZurichBTBlack", sans-serif;
  font-size: 16px;
  margin-left: 20px;
  text-decoration: none;
}
.top-nav .nav-links .nav-link:hover {
  text-decoration: underline;
}

.and-conditions {
  color: #000;
  font-family: "ZurichBTBlack", sans-serif;
  font-size: 16px;
}

.siriusxm_height {
  max-height: clamp(1.1rem, 4vw, 2rem);
}

@media (max-width: 868px) {
  .top-nav {
    padding: 1rem;
  }
  .nav-links .nav-link {
    font-size: 14px;
    margin-left: 10px;
  }
  .terms-link::before {
    content: attr(data-short);
  }
  .terms-link {
    font-size: inherit;
    color: inherit;
    color: #000;
    font-family: "ZurichBTBlack", sans-serif;
    font-size: 16px;
    position: relative;
  }
  .terms-link::after {
    content: "";
  }
  .terms-link::before {
    visibility: visible;
    position: absolute;
    left: 0;
  }
  .mw80 {
    max-width: 80% !important;
  }
  .top-nav .nav-links .nav-link {
    margin-left: 0px;
  }
  .terms-link {
    color: #000;
    font-family: "ZurichBTBlack", sans-serif;
    font-size: 16px;
  }
}
.fr-button {
  font-family: "ZurichBTBlack", sans-serif;
}

.hero {
  position: relative;
  background: url("/public/img/KickBground.webp") no-repeat center center/cover;
  padding: 3rem 3rem 4rem 3rem;
  height: calc(100vh - 88px);
  overflow: hidden;
  background-size: cover;
}
.hero .row:nth-child(1) {
  max-height: 50%;
}
.hero .row:nth-child(1) h1 {
  line-height: 1; /* e.g. 1.2em */
  /* if it’s always two lines: */
  --heading-lines: 3;
}
.hero .row:nth-child(1) img {
  max-height: 40vh;
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .hero .row:nth-child(1) img {
    max-width: 100%;
  }
}
.hero .row:nth-child(2) {
  max-height: 50%;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 0;
}
.hero > * {
  position: relative;
  z-index: 1;
}
.hero .hero-headline {
  grid-area: headline;
  font-size: 7rem;
  font-weight: 900;
  line-height: 1;
  color: #ffe800;
  font-family: "ZurichBTBlack", sans-serif;
  text-shadow: 8px 7px 0 #000000;
  align-self: start;
  width: 90%;
  margin-top: 1rem;
}
.hero .good-luck {
  color: white;
  font-size: 2rem;
  place-self: anchor-center;
}
.hero .hero-logo {
  position: absolute;
  height: 400px;
  width: auto;
  align-self: start;
  margin-right: 4.5rem;
  top: 2rem;
  justify-self: end;
}
.hero .cta {
  grid-area: cta;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  line-height: 1;
  color: #fff;
  font-family: "ZurichBT", sans-serif;
  align-self: end;
}
.hero .cta .money {
  color: #ffe800;
  font-family: "ZurichBTExtraBlack", sans-serif;
  font-size: clamp(4rem, 8vw, 7rem);
  max-width: 100%;
}
.hero .cta .money sup {
  font-size: clamp(2.5rem, 5vw, 4rem);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 868px) {
  .hero .chips-img {
    display: none;
  }
}
@media (min-width: 868px) and (max-width: 1068px) {
  .hero .hero-headline {
    font-size: 5rem;
  }
  .hero .good-luck {
    place-self: inherit;
  }
}
@media (min-width: 1068px) {
  .hero .good-luck {
    place-self: inherit;
  }
}
@media (max-width: 868px) {
  .hero {
    grid-template-areas: "logo" "headline" "cta";
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    background: url("/public/img/KickBground_mobile.webp");
    padding: 1rem;
    background-position-y: center;
    background-size: auto;
    height: auto;
  }
  .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 0;
  }
  .hero .hero-headline {
    font-size: 4rem;
    line-height: 1.15;
    width: 100%;
    padding-top: 5rem;
  }
}

.good-luck {
  grid-area: cta;
  color: white;
  font-size: 2rem;
  font-weight: 900;
  align-self: end;
  justify-self: start;
}

.partner-section {
  background: linear-gradient(to right, #003243, #000000);
  padding: 2rem 1rem;
  text-align: center;
}
.partner-section .partner-heading {
  color: #ffe800;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "ZurichBTBlack", sans-serif;
  margin-bottom: 2rem;
}
.partner-section .partner-logos {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  width: 75%;
  margin: auto;
}
.partner-section .partner-logos img {
  height: 65px;
  width: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .partner-section .partner-logos {
    gap: 1.5rem;
  }
  .partner-section .partner-logos img {
    height: 40px;
  }
  .partner-section .partner-heading {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

.thankyou-headline {
  font-size: 1.75rem;
}

.form-section {
  background-image: url("/public/img/Football Fieldgoal.webp");
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}

.form-overlay {
  background-color: rgba(0, 0, 0, 0.75); /* full-width black overlay */
  padding: 4rem 1rem;
}

.parent-container {
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-container {
  width: 100%;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .form-container {
    width: 75%;
  }
}
.form-check {
  padding-left: 0rem;
}

.form-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.form-subtitle {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.form-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.form-control {
  flex: 1;
  min-width: 45%;
  padding: 0.75rem;
}

/* Hide native checkbox */
.form-checkbox {
  display: none;
}

/* Checkbox container */
.custom-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Custom checkbox box */
.custom-checkbox {
  width: 1.6rem;
  min-width: 1.6rem;
  height: 1.6rem;
  border: 2px solid #ffeb00;
  background-color: transparent;
  display: inline-block;
  position: relative;
}

/* Checkmark style when checked */
.form-checkbox:checked + .custom-checkbox::after {
  content: "";
  position: absolute;
  left: 8.5px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #ffeb00;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.terms-link {
  color: #ffeb00;
  text-decoration: underline;
}

.form-submit {
  text-align: center;
  margin-top: 1.5rem;
}

.btn-enter {
  background-color: yellow;
  color: black;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0.75rem 3rem;
  border: 3px solid white;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}
.btn-enter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004d00;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: -1;
}
.btn-enter:hover::before {
  transform: scaleX(1);
}
.btn-enter:hover {
  background-color: yellow;
  color: yellow;
  border: 3px solid white;
}

.form-logo {
  text-align: center;
  margin-top: 2rem;
}

.form-logo img {
  max-width: 280px;
}

.extras-section {
  background: url("/public/img/Football Fieldgoal.webp") center center/cover no-repeat;
  position: relative;
  z-index: 1;
}

.headline-extra {
  position: absolute;
  top: 0;
  margin: auto;
  justify-self: anchor-center;
}

.background-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 0;
}

.extras-section > .container,
.partners-section {
  position: relative;
  z-index: 2;
}

.extras-partners {
  background: linear-gradient(to right, rgba(0, 56, 75, 0.95), rgba(0, 56, 75, 0.15));
  position: relative;
}

.image-box {
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffeb00;
}

.image-box:hover {
  box-shadow: 0 0 10px #ffeb00;
}

.image-box img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.logo-container {
  margin-top: 5rem;
  padding-bottom: 5rem;
}
.logo-container .discover-logo {
  position: relative;
  z-index: 2;
}

.get-more-text {
  font-size: 2.5rem;
  color: #ffe800;
  font-weight: bold;
  text-align: center;
  font-family: "ZurichBTBlack", sans-serif;
  line-height: 1;
  z-index: 10000;
}

.partner-logos {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  width: 75%;
  margin: auto;
}
.partner-logos img {
  height: 65px;
  width: auto;
  max-width: 100%;
}

.form-control {
  border-radius: 0px;
}

@media (min-width: 300px) and (max-width: 400px) {
  .hero .cta {
    font-size: 2rem;
    padding-bottom: 3rem;
  }
  .hero .hero-headline {
    font-size: 2.75rem;
    line-height: 1.15;
    margin-top: 3rem;
    width: 100%;
    padding: 0rem;
  }
  .hero .hero-logo {
    height: 250px;
  }
  .hero .cta {
    font-size: 1.75rem;
  }
  .hero .cta .cta-bottom {
    font-size: 1.75rem;
  }
  .image-box {
    height: 200px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: center;
    margin: auto;
  }
  .image-box img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 400px) and (max-width: 500px) {
  .hero .hero-headline {
    font-size: 3.3rem;
    place-items: anchor-center;
  }
  .headline-french {
    font-size: 1.5rem !important;
  }
  .hero .cta {
    font-size: 2.15rem;
  }
  .hero .cta .cta-bottom {
    font-size: 2.15rem;
  }
  .image-box {
    height: 200px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: center;
    margin: auto;
  }
  .image-box img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 300px) and (max-width: 1000px) {
  .chips-img {
    display: none;
  }
}
.thanks-title {
  margin-top: 8rem;
}

@media (min-width: 300px) and (max-width: 768px) {
  .thanks-title {
    margin-top: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .social-media {
    gap: 1rem;
  }
}
@media (min-width: 800px) and (max-width: 1500px) {
  .thankyou-headline {
    font-size: 5rem !important;
  }
  .headline-french {
    font-size: 3rem !important;
  }
}
.was-validated .form-check input.form-checkbox:invalid ~ .invalid-feedback,
.was-validated .form-check input.form-checkbox:invalid + .custom-checkbox + .label-text + .invalid-feedback {
  display: block !important;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 0.35fr 1fr 0.5fr 1fr 0.35fr 1fr;
  grid-template-rows: auto;
  gap: 20px 20px;
  padding: 6rem;
  padding-top: 0rem;
  justify-items: center;
  align-items: center;
  background-color: #000;
}

.pair-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: -3rem;
}

.box {
  position: relative;
  width: 100%;
  height: 140px;
  background-size: cover;
  background-position: center;
  border: 2px solid white;
  border-radius: 12px;
  color: white;
  text-align: left;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease forwards;
}

.box .name {
  position: relative;
  z-index: 20;
  font-size: 1.5rem;
  color: white;
  text-shadow: 1px 1px 2px black;
}

.box .location {
  position: relative;
  z-index: 20;
  font-size: 0.9rem;
  font-weight: normal;
  color: #fff;
  text-shadow: 1px 1px 2px black;
  font-style: italic;
}

.box.winner {
  border-color: lime;
  animation-delay: 0.2s;
  box-shadow: 0 0 15px rgba(0, 255, 0, 0.6666666667);
}

.box.highlight {
  border-color: yellow;
  animation-delay: 0.4s;
}

.final {
  position: relative;
  background-image: url("/public/img/guy.jpg");
  background-size: cover;
  background-position: center;
  border: 3px solid yellow;
  border-radius: 12px;
  padding: 2rem;
  width: 280px;
  height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: yellow;
  font-weight: bold;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.6666666667);
  text-align: center;
  animation: pulseGlow 1.5s ease-in-out infinite alternate;
  overflow: hidden;
}

.final::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
  border-radius: 12px;
}

.final-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.final .name {
  font-size: 1.4rem;
  font-weight: bold;
  color: yellow;
  text-shadow: 1px 1px 3px black;
}

.final span {
  display: block;
  font-size: 1.2rem;
  color: #ffeb3b;
  margin-top: 0.75rem;
  text-shadow: 1px 1px 3px black;
}

.line {
  width: 4px;
  height: 50px;
  background-color: white;
  margin: 0 auto;
  display: none;
  position: relative;
  z-index: 10;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulseGlow {
  from {
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3333333333);
  }
  to {
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.6666666667);
  }
}
@media (min-width: 1400px) {
  .winner-container {
    margin-bottom: -10rem;
  }
}
@media (max-width: 1400px) {
  .line {
    transform: rotate(90deg);
    height: 30px;
  }
  .middle-bracket {
    display: none !important;
  }
  .bracket-svg {
    display: flex;
    justify-content: center;
  }
}
/* MOBILE LAYOUT */
@media (max-width: 368px) {
  .box, .final {
    width: 100px;
    padding-bottom: 10rem;
    height: auto;
  }
}
.bracket-svg img {
  width: 100%;
  max-width: 100px;
  height: auto;
  display: block;
}

.competition-highlights {
  display: flex;
  flex-wrap: wrap;
  background-color: #1a6828;
  padding: 2rem;
  gap: 2rem;
  color: white;
}
.competition-highlights .title {
  font-size: 4rem;
  font-weight: normal;
  color: #ffdd00;
  font-family: "ZurichBTExtraBlack", sans-serif;
  margin-bottom: 2rem;
  line-height: 1.2;
}
.competition-highlights .left-column {
  flex: 1;
  min-width: 300px;
  gap: 2rem;
  align-items: center;
}
.competition-highlights .left-column .highlight-card {
  position: relative;
  max-height: 350px;
  overflow: hidden;
}
.competition-highlights .left-column .highlight-card img {
  width: 100%;
  height: auto;
  display: block;
}
.competition-highlights .left-column .highlight-card .label {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: right;
  text-shadow: 1px 1px 3px black;
}
.competition-highlights .right-column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1;
  min-width: 300px;
}
.competition-highlights .right-column .highlight-card {
  position: relative;
  max-height: 350px;
  overflow: hidden;
}
.competition-highlights .right-column .highlight-card img {
  width: 100%;
  height: auto;
  display: block;
}
.competition-highlights .right-column .highlight-card .label {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  text-shadow: 1px 1px 3px black;
}

.modal-content {
  border-radius: 0.5rem;
}

.modal-header {
  background: #1a6828;
  color: #fff;
}

.modal-title {
  font-family: "ZurichBTExtraBlack", sans-serif;
  color: #ffdd00;
}

.prize-tier h6 {
  font-weight: bold;
  color: #1a6828;
  margin-bottom: 0.5rem;
}
.prize-tier ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0;
}
.prize-tier ul li {
  margin-bottom: 0.3rem;
}

.highlight-card.knockout-prize {
  position: relative;
  width: 75%;
  height: 350px;
  overflow: hidden;
}

.highlight-card.knockout-prize img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 768px) {
  .highlight-card.west {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .highlight-card.knockout-prize {
    height: 260px;
  }
}
.headline-french {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  color: #ffe800;
  font-family: "ZurichBTBlack", sans-serif;
  text-shadow: 8px 7px 0 #000000;
  align-self: start;
  width: 90%;
  margin-top: 3rem;
}

@media (min-width: 500px) and (max-width: 800px) {
  .headline-french {
    font-size: 3rem;
  }
}
#videoIntroContainer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: black;
  z-index: 1000;
  z-index: 2;
  overflow: hidden;
  transition: transform 1s ease-in-out;
}

#videoIntroContainer {
  transition: transform 0.6s ease-in-out;
}

#videoIntroContainer.hide {
  transform: translateY(-100%);
}

#videoIntroContainer video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 100000;
}

.skip-intro-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 100001;
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 0.9rem;
  border-radius: 5px;
  font-family: "ZurichBTBlack", sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.skip-intro-btn:hover {
  background-color: #ffeb00;
  color: black;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.get-started-text {
  color: #ffe800;
  text-decoration: none;
}

.get-started-text:hover {
  cursor: pointer;
  text-decoration: underline;
}

.contest-not-started {
  background: url("/public/img/Football Fieldgoal.webp") no-repeat center center;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contest-not-started .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2rem;
  text-align: center;
  max-width: 100%;
  height: 109vh;
  margin: auto;
}
.contest-not-started .overlay .message-box {
  color: #fff;
}
.contest-not-started .overlay .message-box h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.contest-not-started .overlay .message-box p {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  #videoIntroContainer {
    height: 100vh;
  }
  .contest-not-started .overlay {
    height: auto;
    padding: 1.5rem 1rem;
    height: 100vh;
  }
  .contest-not-started .message-box h1 {
    font-size: 1.8rem;
  }
  .contest-not-started .message-box p {
    font-size: 1rem;
  }
}
.contest-disabled {
  display: none;
}

.logo-glow-wrapper {
  display: inline-block;
  filter: drop-shadow(0 0 40px rgba(255, 255, 255, 0.6));
}

.pair-column .box, .pair-column .contestant-box, .bracket-grid .box, .bracket-grid .contestant-box {
  overflow: hidden;
}
.pair-column .box:nth-of-type(1), .pair-column .contestant-box:nth-of-type(1), .bracket-grid .box:nth-of-type(1), .bracket-grid .contestant-box:nth-of-type(1) {
  background: #ed1c24;
}
.pair-column .box:nth-of-type(3), .pair-column .contestant-box:nth-of-type(3), .bracket-grid .box:nth-of-type(3), .bracket-grid .contestant-box:nth-of-type(3) {
  background: #232021;
}
.pair-column .box .contestant-img, .pair-column .contestant-box .contestant-img, .bracket-grid .box .contestant-img, .bracket-grid .contestant-box .contestant-img {
  position: absolute;
  top: 0;
  right: -70px;
  width: 250px;
  z-index: 0;
}
.pair-column .box.full .contestant-img, .pair-column .contestant-box.full .contestant-img, .bracket-grid .box.full .contestant-img, .bracket-grid .contestant-box.full .contestant-img {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 325px;
  transform: translateX(-50%);
  z-index: 0;
}

.box-ktw {
  height: 100px;
  width: 100px;
  position: relative;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: start !important;
  justify-content: end !important;
  text-align: start !important;
  padding: 0.5rem;
}
.box-ktw span {
  position: relative;
  z-index: 1;
}

.bracket-svg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
}

/* Specific bracket backgrounds */
.bracket-left {
  background-image: url("/public/img/Bracket.svg");
}

.bracket-right {
  background-image: url("/public/img/Bracket.svg");
  transform: rotateY(180deg);
}

.bracket-center {
  background-image: url("/public/img/BracketWinnerT 2.svg");
}

.finalist-announcement {
  text-align: center;
  color: #ffffff;
  font-family: sans-serif;
  line-height: 1.3;
  background-color: #000;
  padding-bottom: 5rem;
  margin-top: -6rem;
  line-height: 1.1;
}
.finalist-announcement .finalist-name {
  font-weight: 900;
  font-size: 6.5rem;
  color: #ffe600;
  text-transform: uppercase;
}
.finalist-announcement .finalist-subline {
  font-weight: 600;
  font-size: 2.25rem;
  color: #ffffff;
}
.finalist-announcement .finalist-prize {
  font-weight: 900;
  font-size: 5.25rem;
  color: #ffe600;
}
.finalist-announcement .finalist-event {
  font-weight: 600;
  font-size: 2.25rem;
  color: #ffffff;
}
.finalist-announcement .finalist-date {
  font-weight: 700;
  font-size: 2.25rem;
  color: #ffffff;
}

.footer {
  background-color: #000;
  justify-content: space-around;
}
.footer .footer-logo {
  width: 50%;
}
.footer .footer-chips {
  width: 50%;
}

#contestClosedSection {
  position: relative;
  background: url("/public/img/Football Fieldgoal.webp") center center/cover no-repeat;
  color: white;
  z-index: 0;
}
#contestClosedSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.825);
  z-index: 0;
}
#contestClosedSection > * {
  position: relative;
  z-index: 1;
}

.no-contestant {
  background: linear-gradient(to bottom, rgba(131, 131, 131, 0.8), rgba(0, 0, 0, 0.4));
}

.top-contestant {
  width: 400px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #000;
  border-radius: 10px;
  position: relative;
}

/* BLUE GRADIENT NAV BACKGROUND */
.nav-blue {
  background: linear-gradient(to bottom, #0e4a5a 0%, transparent 100%);
  color: white;
  padding: 2rem 4rem;
  z-index: 10;
  position: absolute;
  height: 200px;
}

/* Ensure logo, nav links, and buttons are white */
.nav-blue .nav-link,
.nav-blue .btn,
.nav-blue .brand-logo {
  color: white;
  filter: brightness(100%);
  text-decoration: none;
}

/* Hover effect on nav links */
.nav-blue .nav-link:hover {
  text-decoration: underline;
}

/* HERO LOGO — ENSURE VISIBLE ABOVE NAV */
.hero-logo {
  position: relative;
}

.grid-contest-ended {
  background-color: transparent;
  gap: inherit;
}

@media (min-width: 300px) and (max-width: 450px) {
  .top-contestant {
    width: 200px;
    height: 150px;
    padding: 1rem;
    text-align: center;
  }
  .nav-blue {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .grid-contest-ended {
    gap: 1rem;
    padding: 1rem;
  }
}
.hero-logo {
  width: 75%;
  margin-bottom: 0rem;
}

@media (min-width: 300px) and (max-width: 850px) {
  .parent-container {
    padding-top: 10rem;
  }
  .box-text {
    font-size: 0.9rem;
  }
  .competition-highlights .title {
    font-size: 1.5rem;
  }
  .partner-logos img {
    max-width: 100%;
  }
  .prize {
    font-size: 3rem;
    line-height: 1;
    color: #ffe800;
    font-family: "ZurichBTExtraBlack", sans-serif;
  }
  .prize sup {
    font-size: 60%;
  }
}
@media (max-width: 850px) {
  .mobile-contest-grid {
    display: grid;
    grid-template-rows: auto 60px auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 2rem;
    background-color: black;
  }
  .mobile-contest-grid .contestant-box {
    background: linear-gradient(to bottom, #111, #333);
    border: 2px solid white;
    border-radius: 10px;
    color: white;
    text-align: center;
    padding: 1rem;
    font-weight: bold;
  }
  .mobile-contest-grid .full-width {
    grid-column: 1/span 2;
  }
  .contestant-box {
    display: flex;
    justify-content: center;
    justify-self: center;
    width: 100%;
  }
  .dont-show-mobile {
    display: none;
  }
  .box-ktw .name {
    display: block;
    font-size: 0.9rem !important;
  }
  .box-ktw .location {
    display: block;
    position: relative;
    z-index: 20;
    font-size: 0.7rem !important;
    font-weight: normal;
    color: #fff;
    text-shadow: 1px 1px 2px black;
    font-style: italic;
  }
}
@media (min-width: 850px) and (max-width: 1200px) {
  .mobile-contest-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding: 2rem;
  }
  .box {
    padding: 0.25rem;
  }
  .box .location {
    position: relative;
    z-index: 20;
    font-size: 0.7rem !important;
    font-weight: normal;
    color: #fff;
    text-shadow: 1px 1px 2px black;
    font-style: italic;
  }
  .box {
    height: 150px;
  }
  .box-text {
    font-size: 0.8rem !important;
  }
  .box-text-ktw {
    font-size: 0.9rem;
  }
  .contestant-box {
    border: 2px solid white;
    color: white;
    padding: 1rem;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
  }
  .full-width {
    grid-column: span 2;
  }
  .top-contestant {
    border-color: yellow;
    color: yellow;
    font-size: 1.2rem;
    height: 130px;
  }
}
@media (min-width: 850px) {
  .mobile-contest-grid {
    display: none;
  }
  .top-contestant {
    border-color: yellow;
    color: yellow;
    font-size: 1.2rem;
    height: 130px;
  }
}
@media (min-width: 650px) {
  .hero-logo {
    width: 60%;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 850px) {
  .mobile-contest-grid .bracket-svg {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-contest-grid .bracket-svg img {
    width: 80px;
    height: auto;
  }
  .winner-text {
    line-height: 1;
  }
}
@media (min-width: 850px) and (max-width: 900px) {
  .grid {
    padding-top: 2rem;
    padding: 3rem;
  }
}
.winner-name {
  font-size: 5rem;
  line-height: 1;
  color: #ffe800;
  font-family: "ZurichBTExtraBlack", sans-serif;
}
.winner-name sup {
  font-size: 60%;
}

.will-be {
  font-size: 3rem;
  color: #ffe800;
  line-height: 1;
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.rotate-270 {
  transform: rotate(270deg);
}

.bracket-svg img {
  height: 40px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  overflow: hidden;
  z-index: 1;
}

.bracket-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 30px auto auto auto 30px auto;
  gap: 1rem;
  padding: 2rem;
  max-width: 500px;
  margin: 0 auto;
}
.contestant-box {
  border: 2px solid white;
  border-radius: 10px;
  color: white;
  text-align: center;
  padding: 1rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  z-index: 1;
  align-items: center;
  min-height: 150px;
}

.contestant-box.full {
  grid-column: 1/span 2;
}

.contestant-box--black {
  background-color: #232021 !important;
}

.contestant-box--red {
  background-color: #ed1c24 !important;
}

.bracket-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

.bracket-svg.full {
  grid-column: 1/span 2;
}

.bracket-svg img {
  height: 100%;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.winner-text {
  grid-column: 1/span 2;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: yellow;
}

.bracket-svg img {
  height: auto;
  width: 90px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 850px) {
  .bracket-grid {
    display: none;
  }
}
@media (min-width: 1208px) {
  .brand-logo-ktw {
    margin-top: -5rem !important;
  }
  .nav-links-ktw {
    margin-top: -5rem !important;
  }
}
@media (min-width: 1508px) {
  .bracket-svg {
    height: 75%;
  }
}
.ktw-footer {
  background-color: #000;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
}
.ktw-footer .ktw-footer-logo {
  max-height: 200px;
  height: auto;
  width: auto;
}
.ktw-footer .ktw-footer-chips {
  max-height: 400px;
  height: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .ktw-footer {
    flex-direction: column;
    gap: 2rem;
  }
}

.kick-name {
  font-size: 2rem !important;
  text-transform: uppercase;
}

.highlight-winner {
  border: 2px solid #ffe800 !important;
  filter: drop-shadow(0 0 4px #ffe800) drop-shadow(0 0 8px rgba(255, 232, 0, 0.3));
}

.finalist-card {
  display: flex;
  align-items: center;
  background-color: #111;
  border: 2px solid #fff;
  border-radius: 12px;
  padding: 1rem;
  gap: 1rem;
  color: #fff;
  max-width: 600px;
}

.finalist-image {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  background-image: url("/public/img/guy.jpg") !important;
  background-size: cover;
  background-position: center;
  border: 2px solid #ffea00;
  flex-shrink: 0;
}

.finalist-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}

.finalist-name {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffea00;
}

.finalist-subline,
.finalist-event,
.finalist-date {
  font-size: 1rem;
  margin: 0.2rem 0;
}

.finalist-prize {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}

.bracket-grid .full {
  grid-column: 1/span 2;
}

.highlight-card {
  width: 75%;
}

.left-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.right-column {
  align-items: center;
}

.final-content {
  font-family: "ZurichBTBlack", sans-serif;
}

.will-be {
  font-family: "ZurichBT", sans-serif;
}

.highlight-card {
  border: 1px solid white;
}

.finalist-banner {
  text-align: center;
  padding: 2rem 1rem;
  color: white;
  line-height: 1;
}
.finalist-banner .finalist-line {
  margin-bottom: 0.5rem;
  font-family: "ZurichBTBlack", sans-serif;
}
.finalist-banner .finalist-name {
  font-size: 4.5rem;
  font-weight: 900;
  color: #ffe800;
}
.finalist-banner .finalist-subline {
  font-size: 1.5rem;
  font-weight: 400;
  color: white;
}
.finalist-banner .finalist-prize {
  font-size: 4rem;
  font-weight: 900;
  color: #ffe800;
}
.finalist-banner .finalist-event,
.finalist-banner .finalist-date {
  font-size: 1.55rem;
  font-weight: 600;
  color: white;
}

@media (max-width: 600px) {
  .finalist-banner {
    padding: 1.5rem 1rem;
  }
  .finalist-banner .finalist-name,
  .finalist-banner .finalist-prize {
    font-size: 2.5rem;
  }
  .finalist-banner .finalist-subline,
  .finalist-banner .finalist-event,
  .finalist-banner .finalist-date {
    font-size: 1rem;
  }
}
.modal-title-runner-up {
  font-size: 1.5rem;
  color: #ffe800;
  font-family: "ZurichBTExtraBlack", sans-serif;
}

@media (max-height: 700px) and (min-width: 850px) {
  .hero .cta .money.french-money {
    font-size: 4rem;
  }
  .hero .row.french-row:nth-child(1) h1 {
    font-size: 3rem;
  }
  .french-thanks-title {
    margin-top: 0rem;
  }
  .french-share {
    font-size: 1.5rem;
  }
  .french-thanks-subtitle {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */