@charset "UTF-8";
@font-face {
  font-family: TabernaRegular;
  src: url(/fonts/TabernaSans-Regular.ttf);
}
@font-face {
  font-family: TabernaBlack;
  src: url(/fonts/TabernaSans-Black.ttf);
}
@font-face {
  font-family: GTWalsheimPro;
  src: url(/fonts/GTWalsheimPro-Regular.ttf);
}
p, label, input, button, a, select, span {
  font-family: TabernaRegular;
}

.legal-font {
  font-family: GTWalsheimPro !important;
  font-size: 12pt;
}

.page-wrapper {
  overflow-x: hidden;
}

body {
  background-color: #e40424;
}

a:not(.white-link) {
  color: #06326e !important;
  font-weight: bold;
  text-decoration: underline;
}

a.white-link {
  color: white;
}
a.white-link:hover {
  color: white;
}

.title-p {
  font-size: 18pt;
}

.stfans-btn {
  cursor: pointer;
  background-color: #06326e;
  color: white;
  font-weight: bold;
  border: none;
  padding: 0.25em 1.5em;
  font-size: 20pt;
}
@media screen and (max-width: 1024px) {
  .stfans-btn {
    padding: 0.25em 0.5em;
  }
}

.multi-image-wrapper {
  position: absolute;
  top: 7em;
  left: 0;
  width: 100%;
  height: 30em;
  display: grid;
  grid-template-rows: 1fr 1fr;
}
.multi-image-wrapper .image-wrapper {
  width: 100%;
  max-width: none !important;
}
.multi-image-wrapper .image-wrapper img {
  max-height: 10em;
  max-width: 75%;
}
.multi-image-wrapper .logo-wrapper {
  max-width: none;
  background-color: #06326e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.multi-image-wrapper .montage-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.multi-image-wrapper .montage-wrapper img {
  max-height: 15em;
}

.multi-image-wrapper-place {
  margin-top: calc(7em - 3rem);
  height: 30em;
  display: grid;
  grid-template-rows: 1fr 1fr;
}

.file.has-name .file-cta {
  background-color: #06326e;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 0;
  padding-top: 0.25em !important;
  padding-bottom: 0.25em !important;
  line-height: normal !important;
  height: auto !important;
}

.file.has-name .file-label, .file.has-name .file-name {
  font-size: 20pt;
}
.file.has-name .file-label.green, .file.has-name .file-name.green {
  font-size: 18pt;
  color: #27bb6a;
}
@media screen and (max-width: 1024px) {
  .file.has-name .file-label.green, .file.has-name .file-name.green {
    font-size: 13pt;
  }
}

.file.has-name .file-name {
  background-color: #06326e;
  color: white;
  border: none;
  border-left: 1px solid #396da1;
  border-radius: 0px;
  padding-top: 0.25em !important;
  padding-bottom: 0.25em !important;
  line-height: normal !important;
  height: auto !important;
}

.main-form-wrapper input[type=text], .main-form-wrapper input[type=email] {
  padding: 8px 11px;
  background-color: white;
  color: #06326e;
  border: #06326e 2px solid;
  font-size: 20px;
  width: 360px;
  font-family: GTWalsheimPro;
}
.main-form-wrapper input::placeholder {
  color: #8C8C8C;
}
.main-form-wrapper input::-webkit-input-placeholder {
  color: #c0c0c0;
}

.submit-wrapper button {
  cursor: pointer;
  background-color: #06326e;
  color: white;
  font-weight: bold;
  border: none;
  padding: 0.25em 1.5em;
  font-size: 20pt;
}

.footer-color {
  overflow: visible;
  position: relative;
  height: 150px;
}
.footer-color .partner-line {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-transform: uppercase;
}
.footer-color .rectangle {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
}
.footer-color .rectangle.red-rectangle {
  top: 0;
  background-color: #e40424;
}
.footer-color .rectangle.white-rectangle {
  top: 50px;
  background-color: white;
}
.footer-color .rectangle.blue-rectangle {
  top: 100px;
  background-color: #06326e;
}
.footer-color .logo-top {
  position: absolute;
  left: 25%;
  transform: translateX(-50%);
  bottom: 50px;
  max-height: 125px;
}

.legal {
  background-color: white;
  text-align: center;
  padding-top: 0.75em;
}
.legal p {
  color: black;
  font-family: GTWalsheimPro;
  font-size: 9pt;
}

@media screen and (max-width: 1024px) {
  .file.has-name .file-label, .file.has-name .file-name {
    font-size: 14pt;
  }
  .popup-content {
    max-width: 80%;
  }
  .product-line .select.qty {
    width: fit-content !important;
  }
  .product-line .select.qty select {
    width: 2.15em;
    min-width: 2.15em !important;
  }
  .product-line .select.main {
    width: fit-content !important;
  }
  .product-line .select.main::after {
    display: none !important;
  }
  .product-line .select.main select {
    width: 17.4em;
  }
}
@media screen and (max-width: 1024px) and (max-width: 372px) {
  .product-line .select.main select {
    max-width: 65vw;
  }
}
@media screen and (max-width: 1024px) {
  .product-line {
    padding-right: 0 !important;
    justify-content: center !important;
  }
  .multi-image-wrapper .image-wrapper.logo-wrapper {
    max-width: 70%;
  }
  .multi-image-wrapper .image-wrapper.montage-wrapper {
    max-width: 80%;
  }
  .footer-color {
    overflow: visible;
    height: 157.5px;
  }
  .footer-color .partner-line {
    bottom: 5px;
  }
  .footer-color .rectangle.red-rectangle {
    top: 0;
    height: 105px;
  }
  .footer-color .rectangle.white-rectangle {
    top: 105px;
    height: 10.5px;
  }
  .footer-color .rectangle.blue-rectangle {
    top: 115.5px;
    height: 42px;
  }
  .footer-color .disclaimer {
    left: 0;
    top: 22px;
    font-size: 7pt;
    z-index: 100;
  }
  .footer-color .logo-top {
    left: 50%;
    transform: translateX(-50%);
    bottom: 42px;
    max-height: 150px;
    max-width: 80vw;
  }
  .main-form-wrapper input, .main-form-wrapper select {
    font-size: 16pt;
  }
  .main-form-wrapper .column {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-form-wrapper .column .level {
    width: 21em;
  }
  .main-form-wrapper input[type=text], .main-form-wrapper input[type=email] {
    width: 100%;
  }
  .main-form-wrapper .checkbox.is-large input[type=checkbox] {
    width: 1.25em !important;
    height: 1.25em !important;
  }
}
.lg-switcher {
  position: absolute;
  top: 2em;
  right: 4em;
}
.lg-switcher a {
  text-decoration: none;
}

.loading-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.loading-overlay.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-overlay .loader {
  border: 5px solid transparent;
  border-top: 5px solid #fab600;
  border-radius: 50%;
  width: 10em;
  height: 10em;
  animation: spin 1.25s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}
.popup.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup.info .popup-content {
  background-color: #06326e;
}
.popup.info .popup-content .button-wrapper button {
  background-color: #e40424;
}
.popup.error .popup-content {
  background-color: #e40424;
}
.popup.error .popup-content .button-wrapper button {
  background-color: #06326e;
}
.popup .popup-content {
  padding: 30px 20px;
  border: 1px white solid;
  width: 500px;
  position: relative;
}
.popup .popup-content .hand {
  position: absolute;
  left: -5em;
  bottom: -4em;
  width: 10em;
}
.popup .popup-content .button-wrapper {
  width: 100%;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: end;
  margin-top: 2em;
}
.popup .popup-content .button-wrapper button {
  padding: 0.25em 1em;
  color: white;
  border: none;
  width: 10em;
  font-size: 20pt;
  font-family: TabernaRegular;
  cursor: pointer;
  z-index: 0;
}
.popup .popup-content .button-wrapper button:hover {
  filter: brightness(120%);
}
.popup .popup-content #popupMessage {
  font-size: 24pt;
  text-align: center;
  font-weight: bold;
  color: white;
  font-family: GTWalsheimPro !important;
}
.popup .popup-content #popupMessage .successMsg .title {
  font-size: 15pt;
}
.popup .popup-content #popupMessage .successMsg .green {
  color: #27bb6a;
}
.popup .popup-content #popupMessage .successMsg p, .popup .popup-content #popupMessage .successMsg span, .popup .popup-content #popupMessage .successMsg a {
  font-family: GTWalsheimPro;
  font-size: 10pt;
}
.popup .popup-content #popupMessage .successMsg a {
  color: white !important;
}
.popup .popup-content .close-btn {
  color: white;
  position: absolute;
  top: -15px;
  right: 10px;
  font-size: 36pt;
  cursor: pointer;
}

.product-chooser {
  width: fit-content;
}
.product-chooser .product-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 1em;
}
.product-chooser .product-line {
  display: flex;
  gap: 0.25em;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
.product-chooser .product-line .select.main {
  width: 17.6em;
  display: flex;
  justify-content: start;
  align-items: center;
}
.product-chooser .product-line select {
  padding: 8px 11px;
  background-color: white;
  color: #06326e;
  border: #06326e 2px solid;
  border-radius: 0;
  font-weight: bolder;
  height: auto !important;
  line-height: normal !important;
  font-size: 15px;
  font-family: GTWalsheimPro;
  width: 100%;
}
.product-chooser .product-line select.qty-select {
  min-width: 2.5em;
  margin-left: 0.25em;
}
.product-chooser .product-line span {
  font-size: 10pt;
}
.product-chooser .product-line .del-btn {
  border: none;
  background-color: transparent;
  width: 22px;
  height: 22px;
  font-size: 18px;
}
.product-chooser .product-line .del-btn:disabled {
  color: rgba(255, 255, 255, 0.5) !important;
}
.product-chooser .product-line .del-btn:not(:disabled) {
  cursor: pointer;
}
.product-chooser .product-line.template {
  display: none;
}
.product-chooser .add-btn {
  margin-top: 0.5em;
  border: none;
  background-color: transparent;
  font-size: 18px;
  text-decoration: underline;
  color: gray;
  font-family: GTWalsheimPro;
}
.product-chooser .add-btn:disabled {
  opacity: 50%;
}
.product-chooser .add-btn:not(:disabled) {
  cursor: pointer;
}
.product-chooser .add-btn:not(:disabled):hover {
  filter: brightness(120%);
}

.select.hidden-arrow::after {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .product-line .select.main {
    position: relative;
  }
  .product-line .select.main::after {
    border-color: #06326e !important;
    z-index: unset !important;
  }
  .column {
    align-items: start !important;
  }
  .accept-boxes .block {
    max-width: 30em;
  }
  .main-form-wrapper .columns .column.is-full {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-form-wrapper .columns .column:first-child:not(.is-full) {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .main-form-wrapper .level {
    width: fit-content;
  }
  .px-7-desktop {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .accept-boxes label span {
    white-space: nowrap;
  }
}
.checkbox.is-large input[type=checkbox] {
  display: none;
}
.checkbox.is-large input[type=checkbox]:checked + *::before {
  content: "✓";
  text-align: center;
  background-color: #06326e;
  color: white;
}
.checkbox.is-large input[type=checkbox] + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  background-color: white;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #06326e;
  margin-right: 0.5em;
}

.disclaimer {
  color: white;
  text-align: center;
}

.main-form-wrapper .level, .product-chooser {
  position: relative;
}
.main-form-wrapper .level .required-star, .product-chooser .required-star {
  color: white;
  font-size: 14pt;
  position: absolute;
  top: 0;
  right: -15px;
}
.main-form-wrapper .level .required-star:not(.visible), .product-chooser .required-star:not(.visible) {
  display: none;
}

.fileinput-list {
  flex-direction: column;
  gap: 0.5em;
}
.fileinput-list .file.template {
  display: none !important;
}
.fileinput-list .clear-btn {
  cursor: pointer;
  margin-top: 1em;
  font-size: 16pt;
  color: white;
}

#ui-datepicker-div {
  background-color: #06326e;
}
#ui-datepicker-div .ui-datepicker-calendar thead th {
  color: white;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
  border: none;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today a {
  font-weight: bolder;
  background-color: white;
  color: #454545;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day a {
  background-color: #fab600;
  color: black !important;
  border: none;
}

.fileupload-modal-wrapper {
  display: none;
}
.fileupload-modal-wrapper.active {
  display: block;
}
.fileupload-modal-wrapper.active .dark-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.fileupload-modal-wrapper.active .dark-overlay .fileupload-modal {
  position: fixed;
  left: 50vw;
  top: 50vh;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
  max-width: 800px;
  max-height: 700px;
  background-color: #e40424;
  padding: 1em 1em;
  border: 2px solid #06326e;
}
.fileupload-modal-wrapper.active .dark-overlay .fileupload-modal .large {
  font-size: 18pt;
}
.fileupload-modal-wrapper.active .dark-overlay .fileupload-modal .medium {
  font-size: 14pt;
}
.fileupload-modal-wrapper.active .dark-overlay .fileupload-modal .bold {
  font-weight: bold;
}
.fileupload-modal-wrapper.active .dark-overlay .fileupload-modal .button-wrapper.top {
  height: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.75em;
  position: relative;
}
@media screen and (max-width: 760px) {
  .fileupload-modal-wrapper.active .dark-overlay .fileupload-modal .button-wrapper.top .disclaimer-zone {
    overflow-y: scroll;
  }
}
.fileupload-modal-wrapper.active .dark-overlay .fileupload-modal .button-wrapper.top .close-btn-floating {
  position: absolute;
  top: -2em;
  right: -2em;
  background-color: #e40424;
  color: white;
  border: 1px solid #06326e;
  padding: 0.75em;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 50%;
}
.fileupload-modal-wrapper.active .dark-overlay .fileupload-modal .button-wrapper.top .close-btn-floating:hover {
  filter: brightness(130%);
}
.fileupload-modal-wrapper.active .dark-overlay .fileupload-modal .button-wrapper.top .disclaimer-zone {
  text-align: center;
}
.fileupload-modal-wrapper.active .dark-overlay .fileupload-modal .button-wrapper.top .file.disabled {
  filter: grayscale(1);
  opacity: 40%;
}
.fileupload-modal-wrapper.active .dark-overlay .fileupload-modal .button-wrapper.top input {
  cursor: pointer;
}
.fileupload-modal-wrapper.active .dark-overlay .fileupload-modal .button-wrapper.top input:disabled {
  cursor: not-allowed;
}
.fileupload-modal-wrapper.active .dark-overlay .fileupload-modal .button-wrapper.top .stfans-btn {
  text-align: center;
}
.fileupload-modal-wrapper.active .dark-overlay .fileupload-modal .file-list {
  height: 30%;
  overflow-y: scroll;
  border: #fab600 2px solid;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  gap: 0.5em;
  padding: 0.75em 2em;
}
.fileupload-modal-wrapper.active .dark-overlay .fileupload-modal .file-list .file-line.template {
  display: none;
}
.fileupload-modal-wrapper.active .dark-overlay .fileupload-modal .file-list .file-line {
  display: grid;
  grid-template-columns: 5fr 1fr;
  column-gap: 1em;
}
.fileupload-modal-wrapper.active .dark-overlay .fileupload-modal .file-list .file-line:not(:last-child) {
  border-bottom: #fab600 1px solid;
}
.fileupload-modal-wrapper.active .dark-overlay .fileupload-modal .file-list .file-line .label {
  font-size: 18pt;
  color: #fab600;
  max-width: 80%;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.fileupload-modal-wrapper.active .dark-overlay .fileupload-modal .file-list .file-line .remove-wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
}
.fileupload-modal-wrapper.active .dark-overlay .fileupload-modal .file-list .file-line .remove-wrapper .remove-btn {
  height: 1.5em;
  width: 1.5em;
  cursor: pointer;
  color: #fab600;
}
.fileupload-modal-wrapper.active .dark-overlay .fileupload-modal .button-wrapper.bottom {
  height: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .fileupload-modal-wrapper.active .dark-overlay .fileupload-modal {
    padding: 0.5em 0.5em;
  }
  .fileupload-modal-wrapper.active .dark-overlay .fileupload-modal .button-wrapper.top .close-btn-floating {
    right: -1em;
  }
  .fileupload-modal-wrapper.active .dark-overlay .fileupload-modal .file-wrapper span.stfans-btn {
    font-size: 14pt;
  }
  .fileupload-modal-wrapper.active .dark-overlay .fileupload-modal p {
    font-size: 9pt;
  }
  .fileupload-modal-wrapper.active .dark-overlay .fileupload-modal p.large {
    font-size: 13pt;
  }
  .fileupload-modal-wrapper.active .dark-overlay .fileupload-modal p.medium {
    font-size: 10.5pt;
  }
  .fileupload-modal-wrapper.active .dark-overlay .fileupload-modal p.bold {
    font-weight: bold;
  }
}

.upload-button {
  height: fit-content;
}
.upload-button .stfans-btn.is-valid {
  padding-right: calc(1.5em - 30px);
}
.upload-button .checked-span {
  height: 45px;
  padding: 0 1em;
  background-color: #06326e;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 402px) {
  .upload-button .checked-span {
    height: 77px;
  }
}
.upload-button .checked-span svg {
  color: lawngreen;
}
.upload-button .checked-span.hidden {
  display: none;
}

.page-wrapper.ended .image-wrapper {
    margin-top: 3em;
  width: 100%;
  min-height: 25vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #06326e;
}
.page-wrapper.ended .image-wrapper img {
  max-width: 80vw;
  max-height: 20vh;
}
.page-wrapper.ended h1 {
    margin-top: 4em;
  text-align: center;
  color: #06326e;
}

/*# sourceMappingURL=stfans.css.map */
