.contest-box {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 351px;
}
.contest-box > .div {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--variable-collection-NFC-navy-500);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid;
  border-color: #ffffff;
  width: 100%;
}
.contest-box > .div > .top-row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}
.contest-box > .div > .top-row > .category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid;
  border-color: #ffffff;
}
.contest-box > .div > .top-row > .category > .text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.contest-box > .div > .top-row > .quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
}
.contest-box > .div > .top-row > .quantity > .text-wrapper-2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.contest-box > .div > .picture-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}
.contest-box > .div > .picture-container > .contest-image {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 185px;
  border-radius: 10px;
  background-image: url(/frontend/img/logos/nfc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.contest-box > .div > .bottom-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 209px;
  align-items: center;
  gap: 16px;
  position: relative;
}
.contest-box > .div > .bottom-section > .single-column {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}
.contest-box > .div > .bottom-section > .single-column > .div-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.contest-box > .div > .bottom-section > .single-column > .div-wrapper > .text-wrapper-3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #ffffff;
  font-size: 25px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.contest-box > .div > .bottom-section > .single-column > .div-wrapper > .entry-cost {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.contest-box > .div > .bottom-section > .two-column {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding: 0px 10px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}
.contest-box > .div > .bottom-section > .two-column > .column-container {
  width: 100%;
  justify-content: center;
  flex: 1;
  flex-grow: 1;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.contest-box > .div > .bottom-section > .two-column > .column-container > .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}
.contest-box > .div > .bottom-section > .two-column > .column-container > .column > .column-container-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}
.contest-box > .div > .bottom-section > .two-column > .column-container > .column > .column-container-2 > .div-wrapper-2 {
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.contest-box > .div > .bottom-section > .two-column > .column-container > .column > .column-container-2 > .div-wrapper-2 > .text-wrapper-4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.contest-box > .div > .bottom-section > .two-column > .column-container > .column > .column-container-2 > .div-wrapper-2 > .text-wrapper-5 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #ffffff;
  font-size: 60px;
  letter-spacing: 0;
  line-height: normal;
}
.contest-box > .div > .bottom-section > .two-column > .column-container > .column > .column-container-2 > .div-wrapper-2 > .text-wrapper-5 > sup {
  font-size: 60%;
  top: -0.2em;
}
.contest-box > .div > .bottom-section > .two-column > .column-container > .column > .column-container-2 > .contest-CTA-box {
  all: unset;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}
.contest-box > .div > .bottom-section > .two-column > .column-container > .column > .column-container-2 > .contest-CTA-box > .primary-button {
  width: 136px;
  height: 33px;
}
.contest-box > .div > .bottom-section > .two-column > .column-container > .column > .column-container-2 > .dropdown-CTA-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}
.contest-box > .div > .bottom-section > .two-column > .column-container > .column > .column-container-2 > .dropdown-CTA-wrapper > .dropdown-CTA {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}
.contest-box > .div > .bottom-section > .two-column > .column-container > .column > .column-container-2 > .dropdown-CTA-wrapper > .dropdown-CTA > .cta-text-box {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0px 11px;
  position: relative;
  flex: 0 0 auto;
}
.contest-box > .div > .bottom-section > .two-column > .column-container > .column > .column-container-2 > .dropdown-CTA-wrapper > .dropdown-CTA > .cta-text-box > .text-wrapper-7 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.contest-box > .div > .bottom-section > .two-column > .column-container > .column > .column-container-2 > .dropdown-CTA-wrapper > .dropdown-CTA > .arrow-box {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}
.contest-box > .div > .bottom-section > .two-column > .column-container > .column > .column-container-2 > .dropdown-CTA-wrapper > .dropdown-CTA > .arrow-box > .keyboard-arrow-down {
  position: relative;
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
}
/*# sourceMappingURL=game_types.module.css.map */