.on-desktop {
  display: none;
}

@media only screen and (min-width: 768px) {
  .on-mobile {
    display: none;
  }

  .on-desktop {
    display: block;
  }
}

@font-face {
  font-family: "AlethiaProMedium";
  src: url("./MintType-AlethiaProMedium.otf");
}
.march-campaign {
  font-family: "AlethiaProMedium";
  position: relative;
  color: white;
  text-align: center;
  display: none !important;
}

html[lang^="hu"] .march-campaign.order-form,
html[lang^="cs"] .march-campaign.order-form,
html[lang^="de"] .march-campaign.order-form,
html[lang^="sk"] .march-campaign.order-form,
html[lang^="nl"] .march-campaign.order-form,
html[lang^="fr"] .march-campaign.order-form,
html[lang^="pt"] .march-campaign.order-form,
html[lang^="hu"] .march-campaign,
html[lang^="cs"] .march-campaign,
html[lang^="de"] .march-campaign,
html[lang^="sk"] .march-campaign,
html[lang^="nl"] .march-campaign,
html[lang^="fr"] .march-campaign,
html[lang^="pt"] .march-campaign {
  display: block !important;
}

.march-campaign.order-form {
  text-align: left;
}
.march-campaign div.grid-wrapper {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.march-campaign.order-form div.grid-wrapper {
  top: 50%;
}

.march-campaign .campaign-name {
  font-size: 50px;
  font-family: "Alex Brush", cursive;
  font-weight: 400;
  margin-bottom: 25px;
}

.march-campaign.order-form .campaign-name {
  font-size: 22px;
  margin: 0;
  text-transform: none;
}

.march-campaign .slogan {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 26px;
  margin: 15px 0px;
  line-height: 1.3;
}

.march-campaign.order-form .slogan {
  font-size: 18px;
  margin: 5px 0px;
}
.march-campaign p.discount {
  font-size: 42px;
  text-transform: uppercase;
}

.march-campaign.order-form p.discount {
  font-size: 28px;
}
.march-campaign p.discount span {
  display: block;
  font-size: 13px;
  margin-bottom: 15px;
}

.march-campaign.order-form p.discount span {
  margin-bottom: 5px;
}

.march-campaign p.code {
  border: 1px solid white;
  display: inline-block;
  padding: 12px;
  border-radius: 15px 30px 15px 30px;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 22px;
}

.march-campaign.order-form p.code {
  font-size: 16px;
  margin-top: 10px;
  padding: 8px 12px;
}

@media only screen and (min-width: 768px) {
  .march-campaign {
    text-align: left;
  }
  .march-campaign .slogan {
    font-size: 20px;
  }
  .march-campaign p.discount span {
    font-size: 13px;
  }

  .march-campaign p.discount {
    font-size: 25px;
  }
  .march-campaign.order-form p.discount {
    font-size: 35px;
  }

  .march-campaign div.grid-wrapper {
    top: 50%;
  }

  .march-campaign.order-form div.grid-wrapper {
    width: 60%;
    transform: translate(-80%, -50%);
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    align-items: center;
  }
}

@media only screen and (min-width: 992px) {
  .march-campaign .campaign-name {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .march-campaign div.grid-wrapper {
    width: 40%;
    transform: translate(-100%, -50%);
  }
  .march-campaign .slogan {
    font-size: 24px;
  }
  .march-campaign p.discount span {
    font-size: 14px;
  }

  .march-campaign p.discount {
    font-size: 32px;
  }

  .march-campaign.order-form p.discount span {
    font-size: 10px;
  }
}

@media only screen and (min-width: 1400px) {
  .march-campaign div.grid-wrapper {
    width: 50%;
    transform: translate(-80%, -50%);
  }

  .march-campaign .slogan {
    font-size: 38px;
  }

  .march-campaign p.discount {
    font-size: 50px;
  }

  .march-campaign p.discount span {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .march-campaign p.code {
    font-size: 23px;
    margin-top: 35px;
  }

  .march-campaign.order-form div.grid-wrapper {
    grid-template-columns: 350px 350px;
    column-gap: 40px;
    top: 40%;
    transform: translate(-70%, -50%);
  }

  .march-campaign.order-form .slogan {
    font-size: 20px;
  }

  .march-campaign.order-form .campaign-name {
    font-size: 35px;
  }

  .march-campaign.order-form .slogan {
    font-size: 23px;
  }
}
/* updated */
/* updated */
/* updated */
/* updated */
/* updated */
/* updated */
/* updated */
/* updated */
/* updated */
/* updated */
/* updated */
/* updated */
/* updated */
/* updated */
/* updated */
/* updated */
/* updated */
/* updated */
/* updated */
/* updated */
/* updated */
/* updated */
