#main {
  margin-top: 62px;
}
@media (max-width: 768px) {
  #main {
    margin-top: 0px;
  }
}

.hide {
  display: none;
}

.reseller_hero {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.reseller_hero.closed .content {
  margin-bottom: 20px;
}
.reseller_hero.closed .content h1 {
  font-size: 64px;
}
@media (max-width: 1028px) {
  .reseller_hero.closed .content h1 {
    font-size: 56px;
  }
}
@media (max-width: 460px) {
  .reseller_hero.closed .content h1 {
    font-size: 40px;
  }
}
.reseller_hero .timeleft {
  display: flex;
  gap: 9px;
  font-family: "Artlist Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 23.8px */
  margin-bottom: 66px;
}
@media (max-width: 460px) {
  .reseller_hero .timeleft {
    font-size: 16px;
    margin-bottom: 52px;
  }
}
.reseller_hero .timeleft strong {
  font-weight: 700;
}
.reseller_hero .content {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 0;
  margin-bottom: 29px;
}
@media (max-width: 1028px) {
  .reseller_hero .content {
    max-width: 700px;
    width: 90%;
  }
}
@media (max-width: 460px) {
  .reseller_hero .content {
    max-width: 290px;
  }
}
.reseller_hero .content .hero_video video {
  height: 170px;
  width: auto;
}
@media (max-width: 1028px) {
  .reseller_hero .content .hero_video video {
    height: 153px;
  }
}
@media (max-width: 460px) {
  .reseller_hero .content .hero_video video {
    height: 135px;
  }
}
.reseller_hero .content h1 {
  text-align: center;
  font-family: "Publico Banner";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 97%; /* 77.6px */
  letter-spacing: -1.6px;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .reseller_hero .content h1 {
    font-size: 64px;
    letter-spacing: -1.28px;
  }
}
@media (max-width: 460px) {
  .reseller_hero .content h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 100%; /* 48px */
    letter-spacing: -0.96px;
    margin-bottom: 11px;
  }
}
.reseller_hero .content p {
  text-align: center;
}
@media (max-width: 768px) {
  .reseller_hero .content p {
    font-size: 16px;
    line-height: 120.5%; /* 19.28px */
    letter-spacing: 0.16px;
  }
}
@media (max-width: 460px) {
  .reseller_hero .content p {
    margin-bottom: 10px;
  }
}
.reseller_hero .buttons {
  display: flex;
  gap: 20px;
  color: white !important;
}
@media (max-width: 460px) {
  .reseller_hero .buttons {
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.reseller_hero .buttons .cta {
  display: flex;
  width: 180px;
  height: 48px;
  padding: 10px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  font-weight: 600;
}
@media (max-width: 460px) {
  .reseller_hero .buttons .cta {
    width: 100%;
  }
}
.reseller_hero .buttons .cta.white {
  color: #171717;
  background-color: white;
  border-color: white;
}
.reseller_hero .buttons .cta.white:hover {
  background-color: #ffda2a;
  border-color: #ffda2a;
}
.reseller_hero .buttons .cta.black {
  color: white;
  background-color: #171717;
  border-color: white;
}
.reseller_hero .video {
  width: 100%;
  height: auto;
  z-index: -1;
  margin-top: -23%;
}
@media (max-width: 1440px) {
  .reseller_hero .video {
    margin-top: -20%;
  }
}
@media (max-width: 768px) {
  .reseller_hero .video {
    overflow: hidden;
    margin-top: 0;
  }
}
.reseller_hero .video video {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .reseller_hero .video video {
    width: 200%;
    height: auto;
    margin-left: -50%;
    margin-top: -37%;
  }
}
@media (max-width: 460px) {
  .reseller_hero .video video {
    width: 250%;
    height: auto;
    margin-left: -75%;
    margin-top: -55%;
  }
}
.reseller_hero .dialog-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 23, 23, 0.64);
  backdrop-filter: blur(9px);
  z-index: 999;
}
.reseller_hero .dialog {
  display: none;
  position: fixed;
  top: 110px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1000;
  background-color: #000;
  stroke-width: 1px;
  stroke: #fff;
  width: calc(100% - 80px);
  max-width: 1262px;
  flex-shrink: 0;
  border: 1px solid white;
  border-radius: 8px;
  max-height: 80vh;
  overflow-y: auto;
  flex-direction: column;
}
.reseller_hero .dialog::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.reseller_hero .dialog::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.reseller_hero .dialog::-webkit-scrollbar-thumb {
  background: #616161;
  border: 0px none #ffffff;
  border-radius: 100px;
}
.reseller_hero .dialog::-webkit-scrollbar-thumb:hover {
  background: #616161;
}
.reseller_hero .dialog::-webkit-scrollbar-thumb:active {
  background: #616161;
}
.reseller_hero .dialog::-webkit-scrollbar-track {
  background: #171717;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.reseller_hero .dialog::-webkit-scrollbar-track:hover {
  background: #171717;
}
.reseller_hero .dialog::-webkit-scrollbar-track:active {
  background: #171717;
}
.reseller_hero .dialog::-webkit-scrollbar-corner {
  background: transparent;
}
@media (max-width: 1028px) {
  .reseller_hero .dialog {
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .reseller_hero .dialog {
    top: 44px;
    border: 0px solid rgba(255, 255, 255, 0);
    width: 100%;
  }
}
@media (max-width: 460px) {
  .reseller_hero .dialog {
    height: 100dvh;
  }
}
.reseller_hero .dialog .first-step::-webkit-scrollbar,
.reseller_hero .dialog .thank-you::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .reseller_hero .dialog .first-step,
  .reseller_hero .dialog .thank-you {
    height: 100dvh;
    max-height: 100dvh;
    overflow-y: auto;
  }
}
.reseller_hero .dialog .input-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.reseller_hero .dialog .input-wrapper .select-wrapper {
  border: 1px solid #fff;
  padding-right: 12px;
}
.reseller_hero .dialog .input-wrapper .select-wrapper select {
  border: 0px solid transparent;
}
.reseller_hero .dialog .input-wrapper .select-wrapper.error {
  border: 1px solid #ff8888;
}
.reseller_hero .dialog .input-wrapper .select-wrapper .arrow {
  position: absolute;
  right: 15px; /* Position at the edge of the select */
  top: 30%;
  transform: translateY(-50%);
  pointer-events: none; /* Prevent blocking clicks on the select */
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg); /* Downward pointing arrow */
}
.reseller_hero .dialog .input-wrapper .select-wrapper .select-open .arrow {
  transform: rotate(-135deg); /* Upward pointing arrow */
}
.reseller_hero .dialog .input-wrapper input,
.reseller_hero .dialog .input-wrapper textarea {
  width: 100%;
  padding: 10px 10px 10px 18px;
  background-color: transparent;
  border: 1px solid #fff;
  color: white;
  font-family: "Artlist Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.reseller_hero .dialog .input-wrapper input::placeholder,
.reseller_hero .dialog .input-wrapper textarea::placeholder {
  color: transparent;
}
.reseller_hero .dialog .input-wrapper input.error,
.reseller_hero .dialog .input-wrapper textarea.error {
  border: 1px solid #ff8888;
}
.reseller_hero .dialog .input-wrapper .placeholder {
  position: absolute;
  left: 18px;
  top: 20px;
  transform: translateY(-50%);
  color: #fff;
  pointer-events: none;
  transition: opacity 0.3s ease;
  background-color: transparent;
}
.reseller_hero .dialog .input-wrapper .placeholder.move-top {
  top: 1px;
  padding: 0 3px;
  background: #171717;
  left: 15px;
  font-size: 12px;
}
.reseller_hero .dialog .input-wrapper textarea + .placeholder {
  top: 20px;
}
.reseller_hero .dialog .input-wrapper .asterisk {
  color: #ffda2a;
}
.reseller_hero .dialog .first-step {
  display: flex;
  justify-content: space-between;
  gap: 46px;
  width: 100%;
  height: 100%;
  padding: 30px 87px 22px 87px;
}
@media (max-width: 768px) {
  .reseller_hero .dialog .first-step {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 15px;
  }
}
.reseller_hero .dialog .thank-you {
  display: flex;
  flex-direction: column;
  background-size: cover;
  height: 72vh;
  background-position: top;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .reseller_hero .dialog .thank-you {
    background-image: none !important;
  }
}
.reseller_hero .dialog .thank-you .dialog-logo {
  height: 152px;
}
.reseller_hero .dialog .thank-you .content {
  max-width: 600px;
  margin: 40px 0;
  display: block;
}
.reseller_hero .dialog .thank-you .content h2 {
  font-family: "Publico Banner";
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 8px;
}
@media (max-width: 1028px) {
  .reseller_hero .dialog .thank-you .content h2 {
    font-size: 56px;
  }
}
@media (max-width: 460px) {
  .reseller_hero .dialog .thank-you .content h2 {
    font-size: 32px;
  }
}
.reseller_hero .dialog .thank-you .content p {
  font-family: "Artlist Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  margin: 0;
  color: #ededed;
}
.reseller_hero .dialog .thank-you .actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
  max-width: 426px;
  width: 100%;
  margin-bottom: 150px;
}
@media (max-width: 460px) {
  .reseller_hero .dialog .thank-you .actions {
    gap: 16px;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.reseller_hero .dialog .thank-you .thank-you-cta {
  margin-top: 40px;
  height: 48px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  color: #171717;
  background-color: #ffda2a;
  font-family: "Artlist Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  width: 216px;
}
.reseller_hero .dialog-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  align-items: center;
  text-align: center;
  max-width: 510px;
  text-align: left;
}
@media (max-width: 1028px) {
  .reseller_hero .dialog-content {
    max-width: 354px;
  }
}
@media (max-width: 768px) {
  .reseller_hero .dialog-content {
    align-items: center;
    max-width: 426px;
  }
}
.reseller_hero .dialog-content h2 {
  color: #fff;
  font-family: "Publico Banner";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
  letter-spacing: -1.28px;
  margin: 0;
}
@media (max-width: 1028px) {
  .reseller_hero .dialog-content h2 {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .reseller_hero .dialog-content h2 {
    text-align: center;
    order: 1;
    font-size: 48px;
  }
}
@media (max-width: 460px) {
  .reseller_hero .dialog-content h2 {
    font-size: 36px;
  }
}
.reseller_hero .dialog-content .dialog-logo {
  height: 152px;
  margin-right: auto;
  margin-left: -8px;
  margin-bottom: -27px;
}
@media (max-width: 1028px) {
  .reseller_hero .dialog-content .dialog-logo {
    order: 0;
  }
}
@media (max-width: 768px) {
  .reseller_hero .dialog-content .dialog-logo {
    display: none;
  }
}
.reseller_hero .dialog form {
  display: flex;
  flex-direction: column;
  gap: 3px;
  max-width: 436px;
  z-index: 1001;
}
@media (max-width: 1028px) {
  .reseller_hero .dialog form {
    max-width: 384px;
  }
}
@media (max-width: 768px) {
  .reseller_hero .dialog form {
    max-width: 476px;
    margin: 0;
  }
}
.reseller_hero .dialog form input {
  height: 40px;
}
.reseller_hero .dialog form textarea {
  height: 84px;
  min-height: unset !important;
}
.reseller_hero .dialog form select {
  color: white;
  font-family: "Artlist Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.reseller_hero .dialog form select.empty {
  color: #171717;
}
.reseller_hero .dialog form button.cta {
  text-transform: none !important;
  color: var(--Color-2, #171717);
  text-align: center;
  font-family: "Artlist Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 111.111% */
}
.reseller_hero .dialog form button.cta:disabled {
  background: rgb(150, 150, 150);
}
.reseller_hero .dialog form .error-label {
  margin: 4px 0 0;
  font-size: 14px;
  color: #ff8888;
}
.reseller_hero .dialog form input,
.reseller_hero .dialog form textarea {
  display: flex;
  width: 100%;
  padding: 10px 10px 10px 18px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: white;
}
.reseller_hero .dialog form input::placeholder,
.reseller_hero .dialog form textarea::placeholder {
  color: inherit;
  font-family: "Artlist Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.reseller_hero .dialog form textarea {
  min-height: 100px;
}
.reseller_hero .dialog form button {
  margin-top: 29px;
}
.reseller_hero .dialog form button.cta {
  display: flex;
  height: 48px;
  padding: 10px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #171717;
  background-color: white;
  border-color: white;
}
.reseller_hero .dialog form button.cta:hover {
  background-color: #ffda2a;
  border-color: #ffda2a;
}
.reseller_hero .dialog form .terms {
  display: flex;
  gap: 5px;
  font-family: "Artlist Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
  color: #fff;
  margin-top: 16px;
}
.reseller_hero .dialog form .terms a {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}
.reseller_hero .dialog form .terms p {
  margin: 0;
}
.reseller_hero .dialog form .terms input[type=checkbox] {
  width: 15px;
  height: 13px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--Grey-400, #333);
  border: none;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.reseller_hero .dialog form .terms input[type=checkbox]:checked:before {
  color: white;
}
.reseller_hero .dialog .close-button {
  position: relative;
  display: flex;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  flex-shrink: 0;
  justify-content: end;
  margin: 10px 10px 0 0;
}
@media (max-width: 768px) {
  .reseller_hero .dialog .close-button {
    top: 12px;
    right: 12px;
  }
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.dialog-mask {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#submission-dialog {
  max-height: 90vh;
  overflow-y: auto;
}
@media (max-width: 768px) {
  #submission-dialog {
    max-height: 100dvh;
    top: 10px;
  }
}

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