@font-face {
  font-family: Verlag-Book;
  font-display: swap;
  src: url("../fonts/Verlag-Book.otf"); }

@font-face {
  font-family: Verlag-Black;
  font-display: swap;
  src: url("../fonts/Verlag-Black.otf"); }

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.ttf"); }

@font-face {
  font-family: "Draft Natural HiResTwo H Black";
  font-display: swap;
  src: url("../fonts/Yellow Design Studio - DraftNaturalHiResTwoH-Black.otf"); }

@font-face {
  font-family: "Gotham Rounded";
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/GothamRounded-Medium.otf"); }

@font-face {
  font-family: "Gotham Rounded";
  font-display: swap;
  font-weight: 600;
  src: url("../fonts/GothamRounded-Bold.ttf"); }

@font-face {
  font-family: "DINPro";
  font-display: swap;
  src: url("../fonts/DINProCondRegular.otf"); }

.header--indented {
  margin-top: 40px; }
  @media (min-width: 768.5px) {
    .header--indented {
      margin-top: 114px; } }
  @media (min-width: 1100px) {
    .header--indented {
      margin-top: 143px; } }

body {
  position: relative; }

h2 {
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  display: block; }
  @media (min-width: 768px) {
    h2 {
      margin-bottom: 30px;
      font-size: 30px; } }

.menu-width-2 .header-bg {
  min-height: 104px; }
  @media (max-width: 1100px) {
    .menu-width-2 .header-bg {
      min-height: 74px; } }
  @media (max-width: 768px) {
    .menu-width-2 .header-bg {
      min-height: 50px; } }

@media (min-width: 768px) {
  .menu-width-2 #mainMenu {
    padding: 0 5px; } }

@media (min-width: 992px) {
  .menu-width-2 #mainMenu {
    padding: 0 20px; } }

@media (min-width: 1100px) {
  .menu-width-2 #mainMenu {
    padding: 0 30px; } }

.box-shadow-container {
  position: absolute;
  z-index: 0;
  top: -104px;
  bottom: 0;
  left: 0;
  right: 0; }
  @media (max-width: 768px) {
    .box-shadow-container {
      display: none; } }

.box-shadow-1 {
  box-shadow: 0 20px 20px #00000033;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px; }

.box-shadow-2 {
  box-shadow: 0 20px 20px #00000077;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px; }

.box-shadow-3 {
  box-shadow: 0 0 20px #000000aa;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px; }

font {
  font-family: inherit; }

#rules .rules__bg {
  padding: 45px 70px; }

#rules h2 {
  margin-bottom: 20px; }

#rules .btn {
  max-width: 100%;
  width: 17rem;
  letter-spacing: 0;
  font-size: 14px;
  border: 0;
  border-radius: 6px;
  height: 55px;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 21px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center; }

.win .win__bg {
  padding-top: 30px; }

.win h2 {
  margin-bottom: 10px; }

#register .register__bg {
  padding: 30px 0 15px; }
  @media (min-width: 768px) {
    #register .register__bg {
      padding-left: 7.5rem;
      padding-right: 7.5rem; } }

#register h2 {
  margin-bottom: 15px; }

#register .register__submit {
  max-width: 100%;
  width: 12rem;
  letter-spacing: 0;
  font-size: 14px;
  border: 0;
  border-radius: 6px;
  height: 55px;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 21px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 576px) {
    #register .register__submit {
      width: 17rem; } }

#register .custom-upload {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 55px;
  padding: 10px 20px;
  color: #495057;
  border: 2px solid #e4e4e4;
  border-radius: 6px;
  background: #f5f5f5; }
  #register .custom-upload #fileToUpload-label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column; }
  #register .custom-upload a {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-right: 10px;
    padding-top: 2px;
    padding-right: 10px;
    padding-left: 10px;
    transition: all 0.25s;
    text-decoration: none; }
  #register .custom-upload .fileToUpload-wrap {
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    border: none; }

#register .registerForm__mattoni-hidden {
  display: none; }

.registerForm-radio {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px; }
  .registerForm-radio .form-check {
    margin: 10px 20px 20px 0;
    display: flex;
    align-items: center; }
    .registerForm-radio .form-check .form-check-input {
      height: 20px !important;
      width: 20px !important;
      margin: auto 0 !important;
      margin-left: -1.25rem !important; }
      .registerForm-radio .form-check .form-check-input:before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #f0f0f0;
        border-radius: 50%; }
      .registerForm-radio .form-check .form-check-input.registerForm__mattoni-radio-checked:after {
        position: absolute;
        content: '';
        top: 5px;
        bottom: 5px;
        left: 5px;
        right: 5px;
        background-color: #f00;
        border-radius: 50%; }
    .registerForm-radio .form-check .form-check-label {
      display: inline-block !important;
      margin-left: .5rem; }

#register .register-form {
  width: auto; }
  #register .register-form .register-form__child-item {
    display: none; }
  #register .register-form.register-form--child .register-form__child-item {
    display: block !important; }
    #register .register-form.register-form--child .register-form__child-item h3 {
      margin-bottom: 5px; }
  #register .register-form .registerForm__mattoni-checkbox-label p {
    font-size: .8rem;
    line-height: initial; }
    #register .register-form .registerForm__mattoni-checkbox-label p a {
      font-size: .8rem;
      font-weight: 600; }
  @media (min-width: 576px) {
    #register .register-form .checkbox-label-one-row {
      display: flex;
      align-items: center; }
      #register .register-form .checkbox-label-one-row::after {
        top: 0;
        bottom: 0;
        margin: auto; } }
  #register .register-form label.label-error {
    color: #f00; }

#products h2 {
  padding-top: 20px;
  margin-bottom: 15px; }

.winners .winners__bg {
  padding-top: 30px;
  padding-bottom: 15px; }

.winners h2 {
  margin-bottom: 15px; }

.winners .winners__content {
  overflow: auto; }

.winners table td {
  padding: .1rem .75rem;
  line-height: 1.2; }

.footer {
  font-size: .85em;
  text-align: center;
  position: relative; }
  .footer.footer-width-1 {
    padding: 40px 3rem 15px; }
  .footer.footer-width-2 .footer__content {
    padding: 40px 3rem 15px; }
  .footer p a {
    text-decoration: underline; }
  .footer .footer-logo {
    max-width: 140px;
    max-height: 140px; }
  .footer .footer__copyright {
    font-size: 1em; }
  .footer .footer__social-link {
    display: inline-block;
    margin-top: .5rem; }
    .footer .footer__social-link img {
      height: 30px; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.show {
    display: block; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.3); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -25%); }

.modal.show .modal-dialog {
  transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: .5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem; }

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 1.2rem; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  color: #373737;
  font-size: 1rem; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  text-align: center;
  color: #373737;
  font-weight: 300; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer button {
    padding: .75rem 1rem;
    background-color: #373737; }

.modal-footer > :not(:first-child) {
  margin-left: .25rem; }

.modal-footer > :not(:last-child) {
  margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (2rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.page-inactive {
  margin-top: 5rem; }

.box-shadow-container--page-inactive {
  margin-top: 5rem; }
  .box-shadow-container--page-inactive .box-shadow-2 {
    box-shadow: 0 10px 20px #00000077; }

.header-top--page-inactive {
  margin-top: 5rem; }

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