#national-tournament-lp {
  /*======================
     Set Cookies
  =======================*/
}
#national-tournament-lp #modal-container {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 10000;
}
#national-tournament-lp #modal-container.two {
  transform: scale(1);
}
#national-tournament-lp #modal-container.two .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#national-tournament-lp #modal-container.two .modal-background .modal {
  opacity: 0;
  animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#national-tournament-lp #modal-container.two + .content {
  animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#national-tournament-lp #modal-container.two.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#national-tournament-lp #modal-container.two.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#national-tournament-lp #modal-container.two.out .modal-background .modal {
  animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#national-tournament-lp #modal-container.two.out + .content {
  animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#national-tournament-lp #modal-container .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
#national-tournament-lp #modal-container .modal-background .modal {
  width: 900px;
  background: white;
  padding: 10px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
  max-width: 100vw;
}
#national-tournament-lp #modal-container .modal-background .modal h2 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
}
#national-tournament-lp #modal-container .modal-background .modal p {
  font-size: 18px;
  line-height: 22px;
}
#national-tournament-lp #modal-container .modal-background .modal .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
#national-tournament-lp #modal-container .modal-background .modal .modal-svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
}
#national-tournament-lp #modal-container .content {
  min-height: 100%;
  height: 100%;
  background: white;
  position: relative;
  z-index: 0;
}
#national-tournament-lp #modal-container .content h1 {
  padding: 75px 0 30px 0;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}
#national-tournament-lp #modal-container .content .buttons {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#national-tournament-lp #modal-container .content .buttons .button {
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  margin: 10px;
  background: red;
  font-size: 18px;
  background-color: #efefef;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
#national-tournament-lp #modal-container .content .buttons .button:hover {
  color: white;
  background: #009bd5;
}
@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@keyframes scaleBack {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
@keyframes scaleForward {
  0% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }
  99.9% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
#national-tournament-lp .select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
#national-tournament-lp .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
#national-tournament-lp .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#national-tournament-lp .select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
#national-tournament-lp .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
#national-tournament-lp .select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
#national-tournament-lp .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
#national-tournament-lp .select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
#national-tournament-lp .select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
#national-tournament-lp .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
#national-tournament-lp .select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
#national-tournament-lp .select2-results {
  display: block;
}
#national-tournament-lp .select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
#national-tournament-lp .select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
#national-tournament-lp .select2-results__option--selectable {
  cursor: pointer;
}
#national-tournament-lp .select2-container--open .select2-dropdown {
  left: 0;
}
#national-tournament-lp .select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#national-tournament-lp .select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#national-tournament-lp .select2-search--dropdown {
  display: block;
  padding: 4px;
}
#national-tournament-lp .select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
#national-tournament-lp .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
#national-tournament-lp .select2-search--dropdown.select2-search--hide {
  display: none;
}
#national-tournament-lp .select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
#national-tournament-lp .select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
#national-tournament-lp .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
#national-tournament-lp .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
#national-tournament-lp .select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
#national-tournament-lp .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
#national-tournament-lp .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
#national-tournament-lp .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
#national-tournament-lp .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
#national-tournament-lp .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
#national-tournament-lp .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
#national-tournament-lp .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
#national-tournament-lp .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
#national-tournament-lp .select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
#national-tournament-lp .select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
#national-tournament-lp .select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
#national-tournament-lp .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
#national-tournament-lp .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
#national-tournament-lp .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
#national-tournament-lp .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
#national-tournament-lp .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
#national-tournament-lp .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
#national-tournament-lp .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
#national-tournament-lp .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#national-tournament-lp .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
#national-tournament-lp .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
#national-tournament-lp .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
#national-tournament-lp .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
#national-tournament-lp .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
#national-tournament-lp .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#national-tournament-lp .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
#national-tournament-lp .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#national-tournament-lp .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
#national-tournament-lp .select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
#national-tournament-lp .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
#national-tournament-lp .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
#national-tournament-lp .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
#national-tournament-lp .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
#national-tournament-lp .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
#national-tournament-lp .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
#national-tournament-lp .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
#national-tournament-lp .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
#national-tournament-lp .select2-container--default .select2-results__option--group {
  padding: 0;
}
#national-tournament-lp .select2-container--default .select2-results__option--disabled {
  color: #999;
}
#national-tournament-lp .select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
#national-tournament-lp .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
#national-tournament-lp .select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
#national-tournament-lp .select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
#national-tournament-lp .select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
#national-tournament-lp .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
#national-tournament-lp .select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
#national-tournament-lp .select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
#national-tournament-lp .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
#national-tournament-lp .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
#national-tournament-lp .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
#national-tournament-lp .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
#national-tournament-lp .select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
#national-tournament-lp .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
#national-tournament-lp .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
#national-tournament-lp .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
#national-tournament-lp .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
#national-tournament-lp .select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
#national-tournament-lp .select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
#national-tournament-lp .select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
#national-tournament-lp .select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
#national-tournament-lp .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
#national-tournament-lp .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
#national-tournament-lp .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
#national-tournament-lp .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
#national-tournament-lp .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
#national-tournament-lp .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#national-tournament-lp .select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
#national-tournament-lp .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#national-tournament-lp .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#national-tournament-lp .select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
#national-tournament-lp .select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
#national-tournament-lp .select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
#national-tournament-lp .select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
#national-tournament-lp .select2-container--classic .select2-dropdown--below {
  border-top: none;
}
#national-tournament-lp .select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
#national-tournament-lp .select2-container--classic .select2-results__option--group {
  padding: 0;
}
#national-tournament-lp .select2-container--classic .select2-results__option--disabled {
  color: grey;
}
#national-tournament-lp .select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}
#national-tournament-lp .select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
#national-tournament-lp .select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
#national-tournament-lp #cookie-bar {
  background: #061E33;
  display: block;
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0px;
  color: #fff;
  width: 100%;
  max-width: 100%;
  z-index: 9999999999999;
}
#national-tournament-lp #cookie-bar p {
  font-size: 0.8rem;
  line-height: 24px;
  color: #adadad;
}
#national-tournament-lp #cookie-bar button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
}
#national-tournament-lp #cookie-bar button:hover {
  background: #ffffff;
  color: #061E33;
}
#national-tournament-lp #cookie-bar a {
  color: #fff;
}
#national-tournament-lp #contentcookie {
  display: grid;
  grid-gap: 1rem;
}
@media (max-width: 767px) {
  #national-tournament-lp #cookie-bar p {
    width: 100%;
    font-size: 14px;
  }
  #national-tournament-lp #cookie-bar button {
    width: 100%;
  }
  #national-tournament-lp #cookie-bar a {
    color: #fff;
  }
  #national-tournament-lp #contentcookie {
    padding: 20px 0px;
    width: 90%;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  #national-tournament-lp #contentcookie {
    grid-template-columns: 1fr 200px;
    grid-gap: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  #national-tournament-lp #contentcookie {
    padding: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  #national-tournament-lp #contentcookie {
    padding: 20px 0;
  }
}
#national-tournament-lp * {
  box-sizing: border-box;
}
#national-tournament-lp video {
  border: 0 !important;
}
#national-tournament-lp html {
  scroll-behavior: smooth;
  margin-top: 0 !important;
  overflow-x: hidden !important;
  position: relative;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#national-tournament-lp input:-webkit-autofill,
#national-tournament-lp input:-webkit-autofill:hover,
#national-tournament-lp input:-webkit-autofill:focus,
#national-tournament-lp input:-webkit-autofill:active {
  transition: background-color 5000000s ease-in-out 0s;
}
#national-tournament-lp img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
#national-tournament-lp img {
  max-width: 100%;
}
#national-tournament-lp body {
  position: relative;
  width: 100vw;
  overflow-x: hidden !important;
}
#national-tournament-lp .mtb1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#national-tournament-lp html,
#national-tournament-lp body {
  max-width: 100%;
  position: relative;
}
#national-tournament-lp .container {
  padding: 3rem 20px;
}
#national-tournament-lp ul {
  padding-left: 0;
}
#national-tournament-lp .notmobile {
  display: none;
}
#national-tournament-lp .notmobile--table {
  display: none;
}
#national-tournament-lp .hidden {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  #national-tournament-lp .nottablet {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #national-tournament-lp .notmobile {
    display: initial;
  }
  #national-tournament-lp .notmobile--table {
    display: table-cell;
  }
  #national-tournament-lp .nottablet {
    display: initial;
  }
  #national-tournament-lp .notdesktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #national-tournament-lp .scroll-lock {
    position: fixed;
    overflow-y: hidden;
  }
}
#national-tournament-lp .final-grid {
  display: grid;
  grid-gap: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  #national-tournament-lp .container {
    padding: 80px;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
  }
  #national-tournament-lp .final-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #national-tournament-lp .final-grid section {
    max-height: 370px;
  }
}
@media only screen and (min-width: 1280px) {
  #national-tournament-lp .container {
    padding-left: 0;
    padding-right: 0;
  }
  #national-tournament-lp .final-grid section {
    max-height: 305px;
  }
}
#national-tournament-lp b {
  font-weight: bold !important;
}
#national-tournament-lp .bottom-cloud {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#national-tournament-lp .container {
  margin: 0 auto;
}
#national-tournament-lp * {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
#national-tournament-lp a {
  text-decoration: none;
  color: #7C1ECD;
}
#national-tournament-lp strong {
  font-weight: bold;
}
#national-tournament-lp p a:hover,
#national-tournament-lp h2 a:hover {
  text-decoration: underline;
}
#national-tournament-lp h1,
#national-tournament-lp h2,
#national-tournament-lp h3,
#national-tournament-lp h4,
#national-tournament-lp h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
#national-tournament-lp h1 {
  font-size: 3rem;
  line-height: 3rem;
}
#national-tournament-lp h1 span {
  font-size: 2.5rem;
}
#national-tournament-lp h2 {
  font-size: 1.875rem;
  color: white;
  text-align: center;
}
#national-tournament-lp h3,
#national-tournament-lp h4 {
  font-size: 1.375rem;
}
#national-tournament-lp h5 {
  font-size: 1.75rem;
}
#national-tournament-lp p {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-weight: 300;
}
#national-tournament-lp p.text {
  margin-top: 1rem;
}
#national-tournament-lp body.dark p.text {
  color: #ffffff;
}
#national-tournament-lp body.dark .title {
  color: #ffffff;
}
#national-tournament-lp body.dark .text {
  color: #ffffff !important;
}
#national-tournament-lp body.dark .text p {
  color: #ffffff !important;
}
#national-tournament-lp body.dark .text a {
  color: #ffffff !important;
}
#national-tournament-lp .menu {
  font-size: 0.9rem;
}
#national-tournament-lp .button {
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 1024px) {
  #national-tournament-lp h1 {
    font-size: 2.8125rem;
    line-height: 3.5rem;
  }
  #national-tournament-lp h1 span {
    font-size: 3.6rem;
  }
  #national-tournament-lp h2 {
    font-size: 1.875rem;
  }
  #national-tournament-lp h3,
#national-tournament-lp h4 {
    font-size: 1.375rem;
  }
  #national-tournament-lp h5 {
    font-size: 2.125rem;
  }
  #national-tournament-lp p {
    font-size: 1rem;
    font-weight: 300;
  }
}
#national-tournament-lp .button {
  background: #6CEEFA;
  border-radius: 4px;
  max-width: fit-content;
  padding-inline: 2rem;
  transition: box-shadow ease 250ms;
  width: auto;
  color: #3B2685;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .button {
    padding-inline: 0.5rem;
    font-size: 15px;
  }
}
#national-tournament-lp .cta {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#national-tournament-lp .cta .disclaimer {
  margin-top: 1rem;
  text-align: center;
}
#national-tournament-lp .cta .disclaimer a {
  text-decoration: underline;
}
#national-tournament-lp .button {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .button {
    font-size: 1rem !important;
  }
}
#national-tournament-lp .button:hover {
  background: #6700BF;
  color: white;
  box-shadow: 0.5px 0.7px 19px -39px rgba(0, 0, 0, 0.085), 1.6px 2.5px 63.7px -39px rgba(0, 0, 0, 0.125), 7px 11px 285px -39px rgba(0, 0, 0, 0.21);
  transition: box-shadow ease 250ms;
  cursor: pointer !important;
}
#national-tournament-lp .button.risk::after {
  content: "Your Capital is at Risk";
  position: absolute;
  font-size: 0.875rem;
  color: #1E2029;
  font-weight: 300;
  left: 50%;
  transform: translateX(-50%) translateY(2.75rem);
  pointer-events: none;
}
#national-tournament-lp .button--ng {
  background: #7C1ECD;
  color: white;
}
#national-tournament-lp .button--ng:hover {
  background: #00EDC4;
  color: #7C1ECD;
}
#national-tournament-lp .button--white {
  background: #ffffff;
  border-radius: 10px;
  color: #00EDC4;
  border: 1px solid #00EDC4;
}
#national-tournament-lp .button--white.current {
  pointer-events: none;
}
#national-tournament-lp .button--white:hover {
  color: #ffffff;
}
#national-tournament-lp .button--arrow::after {
  display: inline-block;
  padding-left: 8px;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
#national-tournament-lp .button--arrow:hover::after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
#national-tournament-lp .button--square {
  border-radius: 0;
}
#national-tournament-lp .button--arrow-back {
  margin-left: 0;
  max-width: 160px;
}
#national-tournament-lp .button--arrow-back::before {
  display: inline-block;
  padding-left: 8px;
  transition: transform 0.3s ease-out;
  transform: rotate(180deg) translateY(-1.2px);
}
#national-tournament-lp .button--arrow-back:hover::before {
  transform: rotate(180deg) translateX(4px) translateY(-1.2px);
}
#national-tournament-lp .button--yellow.risk:after {
  color: #ffffff;
}
#national-tournament-lp .button--pad {
  padding: 1.1rem 1.5rem;
}
#national-tournament-lp .button--wid {
  height: 69px;
  line-height: 69px;
  text-align: center;
  display: block;
}
#national-tournament-lp .button--alt {
  background: none;
  border: #7C1ECD solid 1px;
  color: #061E33;
  margin-top: 0.5rem;
}
#national-tournament-lp .button--alt:hover {
  color: #ffffff;
}
#national-tournament-lp .button--invest {
  font-size: 0.7rem;
  padding: 0.5rem 1.5rem;
}
#national-tournament-lp .button--green {
  background: #00EDC4;
}
#national-tournament-lp .button--red {
  background: #DE4225;
}
#national-tournament-lp .nav__buttons {
  grid-row: 1;
  grid-column: 3;
}
#national-tournament-lp .nav__buttons .login {
  font-weight: bold;
  color: #061E33;
  font-size: 0.9rem;
}
#national-tournament-lp .nav__buttons .login:hover {
  text-decoration: underline;
}
#national-tournament-lp .nav__buttons .signup {
  margin-left: 15px;
  padding: 0.5rem 1.35rem;
  font-size: 0.9rem;
  background: #00EDC4;
}
#national-tournament-lp .nav__buttons .signup:hover {
  background: #7C1ECD;
}
#national-tournament-lp .signup-small {
  display: inline-block;
  top: 20px;
  right: 5rem;
  margin-top: 0;
  position: absolute;
  width: 100px;
  height: 34px;
  line-height: 34px;
  font-size: 0.8rem;
}
#national-tournament-lp .top-bar .button {
  padding: 0 1.5rem;
  font-size: 0.6875rem;
  height: 30px;
  line-height: 30px;
  margin-left: 1.5rem;
}
#national-tournament-lp .learn {
  background: none;
  color: #7C1ECD;
  font-weight: bold;
  font-size: 1.25rem;
}
#national-tournament-lp #hp-hero .hero__content .button {
  max-width: 204px;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  #national-tournament-lp #hp-hero .hero__content .button {
    font-size: 1.0625rem;
    max-width: 253px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #national-tournament-lp .two-column-hero .hero__content .button {
    margin-left: 0;
  }
  #national-tournament-lp .button--invest {
    font-size: 1.1rem;
    padding: 0.5rem 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  #national-tournament-lp .two-column-block .button {
    margin-left: 0;
  }
}
#national-tournament-lp .image-block .image-block__content .button {
  margin-left: 0;
}
#national-tournament-lp .two-one-layout {
  padding-top: 0;
  display: grid;
  position: relative;
}
#national-tournament-lp .two-one-layout hr:not(.ad-hr) {
  margin-top: 1rem;
  border: solid 2px #00EDC4;
  background: #00EDC4;
}
#national-tournament-lp .two-one-layout .a-d-panel-large {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
#national-tournament-lp .one-one-layout {
  display: grid;
  grid-gap: 1rem;
}
#national-tournament-lp .one-two-layout {
  display: grid;
  grid-gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  #national-tournament-lp .two-one-layout {
    grid-template-columns: 2fr 1fr;
    grid-gap: 1.5rem;
  }
  #national-tournament-lp .one-one-layout {
    grid-template-columns: repeat(2, 1fr);
  }
  #national-tournament-lp .one-two-layout {
    grid-template-columns: 1fr 2fr;
  }
}
#national-tournament-lp .a-d-panel {
  text-align: center;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  grid-gap: 0.5rem;
  align-items: center;
}
#national-tournament-lp .a-d-panel hr.ad-hr {
  max-width: 100px;
  width: 100%;
  border: solid 1px #D3D3D3;
  background: #D3D3D3;
  display: inline-block;
  margin-top: 0;
  height: 1px;
}
#national-tournament-lp .a-d-panel hr.ad-hr:first-of-type {
  justify-self: end;
}
#national-tournament-lp .a-d-panel a {
  grid-column: 1/span 3;
}
#national-tournament-lp .a-d-panel p {
  text-align: center;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
}
#national-tournament-lp .a-d-panel p,
#national-tournament-lp .a-d-panel hr {
  display: inline-block;
  text-align: center;
}
#national-tournament-lp .a-d-panel img {
  margin-top: 1rem;
}
#national-tournament-lp body.dark .a-d-panel {
  color: #6C6C6C;
}
#national-tournament-lp .hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  padding-top: 2rem;
  position: relative;
  overflow: visible;
  height: 100vh;
  max-height: 1100px;
  z-index: 10;
}
#national-tournament-lp .hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 80%, rgba(250, 26, 187, 0.3) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(108, 238, 250, 0.2) 0%, transparent 50%), linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 50%, transparent 100%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .hero {
    min-height: 1200px;
  }
}
#national-tournament-lp .hero .event-logo {
  display: block;
  width: 300px;
  height: 300px;
}
#national-tournament-lp .hero .logo-container {
  margin: 0;
  margin-top: 5rem;
  margin-inline: auto;
}
#national-tournament-lp .hero .disclaimer {
  text-align: left;
  margin-bottom: 1.5rem;
}
#national-tournament-lp .hero .container {
  padding-top: 10rem;
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .hero .container {
    padding-top: 1rem;
  }
}
#national-tournament-lp .hero .hero__grid.container {
  position: relative;
  height: 100%;
}
#national-tournament-lp .hero header {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .hero header {
    text-align: center;
  }
}
#national-tournament-lp .hero .highlight {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  /* 180% */
  text-transform: uppercase;
  display: flex;
  width: 607px;
  padding: 12px 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 55px;
  background: var(--Pink, #FA1ABB);
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .hero .highlight {
    font-size: 18px;
    line-height: initial;
  }
}
#national-tournament-lp .hero .top__desktop {
  margin-top: -6rem;
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .hero .top__desktop {
    margin-top: -2rem;
  }
}
#national-tournament-lp .hero .bottom {
  margin-top: 2rem;
}
#national-tournament-lp .hero__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 501px;
  position: relative !important;
  text-align: center;
  height: 100%;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .hero__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 1100px;
    padding-top: 0;
    margin-top: 0;
  }
}
#national-tournament-lp .hero br.mobileonly {
  display: none;
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .hero br.mobileonly {
    display: initial;
  }
}
#national-tournament-lp .hero .logo {
  width: 161px;
  margin-top: -1rem;
  margin-bottom: 2rem;
}
#national-tournament-lp .hero .cta {
  position: absolute;
  max-width: 100%;
}
#national-tournament-lp .hero .cta .button {
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  max-width: fit-content;
  padding: 0 2rem;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .hero .cta .button {
    width: 100%;
  }
}
#national-tournament-lp .hero .pretitle {
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 49px;
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .hero .pretitle {
    font-size: 17px;
  }
}
#national-tournament-lp .hero h1 {
  margin-bottom: 1rem;
  color: #FFF;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.5rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .hero h1 {
    font-size: 30px;
  }
}
#national-tournament-lp .hero .description {
  color: #FFF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  /* 116.667% */
  text-transform: uppercase;
  margin-left: 0;
  text-align: left;
  margin-top: 2rem !important;
}
#national-tournament-lp .hero p.subtitle {
  color: #FFF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  text-transform: uppercase;
  text-align: left;
}
#national-tournament-lp .hero .disclaimer {
  text-align: left;
  margin-top: 1rem;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
  color: #FFF;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  max-width: 470px;
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .hero .disclaimer {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
#national-tournament-lp .hero .disclaimer a {
  color: white;
}
#national-tournament-lp .hero__image {
  display: block;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  align-self: end;
  z-index: 111110;
  position: relative;
  transform: scale(1.2);
}
#national-tournament-lp .hero .soybeans {
  position: absolute;
  bottom: -200px;
  left: 0;
  z-index: 15;
}
@media only screen and (max-width: 1440px) {
  #national-tournament-lp .hero .soybeans {
    left: -300px;
  }
}
@media only screen and (max-width: 900px) {
  #national-tournament-lp .hero .soybeans {
    left: -100px;
    bottom: -50px;
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .hero .soybeans {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #national-tournament-lp .hero header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #national-tournament-lp .hero__content {
    max-width: 100%;
    margin-left: 0;
  }
  #national-tournament-lp .hero__image {
    transform: scale(1.8) translateY(3rem);
    transform-origin: center center;
  }
  #national-tournament-lp .hero .logo {
    max-width: 251px;
    text-align: center !important;
  }
}
@media only screen and (min-width: 1280px) {
  #national-tournament-lp .hero__content {
    max-width: 100%;
    margin-left: 0;
  }
  #national-tournament-lp .hero .cta {
    margin-top: 7rem auto;
  }
}
#national-tournament-lp .prizes {
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -1px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .prizes {
    background-position: bottom;
    padding-top: 3rem;
  }
}
#national-tournament-lp .prizes h2 {
  text-align: center;
}
#national-tournament-lp .prizes .prizes__top {
  display: flex;
  color: white;
  text-align: center;
  gap: 3rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .prizes .prizes__top {
    flex-direction: column;
  }
}
#national-tournament-lp .prizes .container {
  padding-bottom: 0;
}
#national-tournament-lp .prizes__bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 40px 40px 0 0;
  padding-inline: 5rem;
  padding-block: 4rem;
  margin-top: 6rem;
  background: linear-gradient(90deg, var(--Bright-Pink-Agency, #FA1ABB) 0%, var(--Purple-Dark, #7E00E5) 100%);
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .prizes__bottom {
    padding: 1rem;
  }
}
#national-tournament-lp .prizes__bottom .prize {
  display: flex;
  justify-content: space-between;
  color: white;
  border-bottom: 1px solid #FFF;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .prizes__bottom .prize {
    flex-direction: column;
  }
}
#national-tournament-lp .prizes__bottom .prize:last-of-type {
  border-bottom: none;
}
#national-tournament-lp .prizes__bottom .prize h4,
#national-tournament-lp .prizes__bottom .prize p {
  padding-bottom: 0;
  margin-bottom: 0;
  color: #FFF;
  font-family: Poppins;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
}
#national-tournament-lp .prizes .disclaimer {
  color: white;
  padding-top: 3rem;
}
#national-tournament-lp .rules {
  color: white;
}
#national-tournament-lp .rules p {
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  /* 207.143% */
}
#national-tournament-lp .rules td {
  color: white;
}
#national-tournament-lp .rules td a {
  color: white;
  text-decoration: underline;
}
#national-tournament-lp .rules h2 {
  margin-bottom: 5rem;
}
#national-tournament-lp .rules .rules__top {
  display: flex;
  gap: 5rem;
}
#national-tournament-lp .rules .rules__top .left .rule-block {
  margin-bottom: 1.5rem !important;
}
#national-tournament-lp .rules .rules__top .right h3 {
  border-radius: 44px;
  background: var(--Pink, #FA1ABB);
  padding: 0.5rem;
  text-align: center;
  max-width: 335px;
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .rules .rules__top {
    flex-direction: column;
  }
}
#national-tournament-lp .rules .rules__top > div {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .rules .rules__top > div {
    width: 100%;
  }
}
#national-tournament-lp .rules .rules__top table {
  border-spacing: 0;
}
#national-tournament-lp .rules .rules__top table tr td {
  border-bottom: 1px solid #2CEEBF;
  padding: 0.5rem;
}
#national-tournament-lp .rules .rules__bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .rules .rules__bottom {
    flex-direction: column;
    align-items: start;
  }
}
#national-tournament-lp .ninja-cat {
  background-color: #FA1ABB;
}
#national-tournament-lp .ninja-cat h2 {
  text-align: left;
}
#national-tournament-lp .ninja-cat .container {
  display: flex;
  color: white;
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .ninja-cat .container {
    flex-direction: column;
  }
}
#national-tournament-lp .ninja-cat .container p {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  text-transform: uppercase;
}
#national-tournament-lp .warrior {
  background-repeat: no-repeat;
  background-size: cover;
}
#national-tournament-lp .warrior .cta {
  color: white;
}
#national-tournament-lp .gradient-box {
  border-radius: 40px;
  background: linear-gradient(90deg, var(--Bright-Pink-Agency, #FA1ABB) 0%, var(--Purple-Dark, #7E00E5) 100%);
  padding: 3rem;
  color: white;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .gradient-box {
    padding: 1rem;
  }
}
#national-tournament-lp .gradient-box h2 {
  text-align: center;
  color: #FFF;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#national-tournament-lp .gradient-box > ul {
  margin-bottom: 2rem;
}
#national-tournament-lp .gradient-box ul {
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-left: 1rem;
}
#national-tournament-lp .sponsors {
  padding: 3rem 0;
  background: #f8f9fa;
}
#national-tournament-lp .sponsors h2 {
  text-align: center;
  color: #7C1ECD;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .sponsors h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
#national-tournament-lp .sponsors__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .sponsors__list {
    gap: 1.5rem;
    flex-direction: column;
  }
}
#national-tournament-lp .sponsors__list img {
  max-width: 199px;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
  padding: 0.5rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .sponsors__list img {
    max-width: 150px;
    max-height: 80px;
  }
}
#national-tournament-lp body.dark .sponsors {
  background: #1a1a1a;
}
#national-tournament-lp body.dark .sponsors h2 {
  color: #EBEBEB;
}
#national-tournament-lp body.dark .sponsors__list img {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
#national-tournament-lp .section-reviews {
  background-color: #643C8F;
}
#national-tournament-lp .section-reviews h2 {
  color: white;
}
#national-tournament-lp .section-reviews h2 span {
  color: #C401C5;
}
#national-tournament-lp .section-reviews .twitter-reviews .review {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 2rem;
}
#national-tournament-lp .section-reviews .twitter-reviews .review a {
  color: #ffffff;
}
#national-tournament-lp .section-reviews .twitter-reviews .review p {
  margin-bottom: 0;
}
#national-tournament-lp .section-reviews .twitter-reviews .review .user {
  display: grid;
  grid-template-columns: 67px 1fr;
  align-items: center;
  grid-gap: 1.5rem;
}
#national-tournament-lp .section-reviews .twitter-reviews .review .user .user__icon {
  width: 67px;
  height: 67px;
  border: black 3px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#national-tournament-lp .section-reviews .twitter-reviews .review .user .user__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#national-tournament-lp .section-reviews .twitter-reviews .review .user .user__name,
#national-tournament-lp .section-reviews .twitter-reviews .review .user .user__tag {
  font-weight: bold;
  color: #ffffff;
}
#national-tournament-lp .section-reviews .twitter-reviews .review .user .user__tag {
  color: #ffffff;
  text-decoration: underline;
}
#national-tournament-lp .section-reviews .twitter-reviews .review .message .message__text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2rem;
}
#national-tournament-lp .section-reviews .twitter-reviews .review .message__cta {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .section-reviews .twitter-reviews .review {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}
#national-tournament-lp .swiper {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
#national-tournament-lp .swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.2);
  height: 18px;
  width: 18px;
  opacity: 1 !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}
#national-tournament-lp .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #C401C5;
}
#national-tournament-lp .section-media .slider {
  transform: translateY(-2.5rem);
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 1rem 0;
}
#national-tournament-lp .section-media .slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
#national-tournament-lp .section-media .slider::before {
  left: 0;
  top: 0;
}
#national-tournament-lp .section-media .slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#national-tournament-lp .section-media .slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: 5500px;
  gap: 0.5rem;
}
#national-tournament-lp .section-media .slider .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 250px;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  border-radius: 0;
  padding: 1rem;
  background-color: white;
}
#national-tournament-lp .section-media .slider .slide:nth-child(3n+2) {
  border-radius: 20px;
}
#national-tournament-lp .section-media .slider .slide:nth-child(3n) {
  border-radius: 48px;
}
#national-tournament-lp .section-media .slider .slide a {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #national-tournament-lp .section-media .slider .slide::before, #national-tournament-lp .section-media .slider .slide::after {
    width: 50px;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2750px);
  }
}

.main-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}

.main-background-book {
  position: relative;
  z-index: 100000;
  display: block;
  width: 100%;
}

.main-background-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.page-header {
  display: none !important;
}

@media only screen and (min-width: 769px) {
  .mobile-only {
    display: none;
  }
}
.background-1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 5rem;
}
