.email, .email-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
}

.email .email-background {
  background: rgba(0, 0, 0, 0.35);
  height: 100vh;
  z-index: 99;
}

.email .email-content {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 40px;
  background-color: rgba(1, 38, 80, 0.9);
  width: 100vw;
  bottom: 0;
  z-index: 100;
  padding: 40px;
}

.email .email-side-content {
  display: flex;
  flex-direction: column;
  max-width: 420px;
}

.email .email-side-content p:first-child {
  font-size: 32px;
  margin-bottom: 16px;
}

.email .email-side-content a {
  margin-top: auto;
}


.email button {
  padding: 12 24px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
}

.email-form form ~ a {
  margin-top: 24px;
}

#mktoForm_21 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100% !important;
  padding: 0;
}

#mktoForm_21 .mktoFormRow:first-of-type {
  width: 100%;
}

#mktoForm_21 .mktoFormRow:not(:first-of-type):not(.mkto-checkbox) {
  width: calc(50% - 8px);
}

#mktoForm_21 .mktoFormRow:not(.hidden) input,
#mktoForm_21 .mktoFormRow:not(.hidden) select {
  display: flex;
  height: 54px;
  padding: 16px;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 140%;
  background: #012646;
  box-shadow: none;
  border: 1px solid #6D7280;
  border-radius: 4px;
}

#mktoForm_21 .mktoFormRow:not(.hidden) input::placeholder,
#mktoForm_21 .mktoFormRow label,
#mktoForm_21 .mktoCaptchaDisclaimer {
  color: #FFFFFF;
}

#mktoForm_21 .mktoCaptchaDisclaimer a {
  text-decoration: underline;
  padding: 0;
}

#mktoForm_21 .mktoFieldDescriptor {
  margin-bottom: 0 !important;
}

#mktoForm_21 label {
  padding-top: 0;
}

#mktoForm_21 > script + div, #mktoForm_21 #captcha {
  display: none;
}

#mktoForm_21 .mktoCaptchaDisclaimer + .mktoButtonRow {
  display: flex;
  width: 100%;
  margin-top: 8px;
}

#mktoForm_21 .mktoCaptchaDisclaimer + .mktoButtonRow span {
  width: 100%;
  margin: 0 !important;
}

#mktoForm_21 .mktoCaptchaDisclaimer + .mktoButtonRow button {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  width: 100%;
  background: #FFFFFF;
  padding: 12px;
  border: 1px solid #000000;
  border-radius: 6px;
}

#mktoForm_21 .mktoFormRow.mkto-checkbox .mktoLogicalField {
  padding: 0;
  border: 0;
}

#mktoForm_21 .mktoFormRow.mkto-checkbox .mktoLogicalField label {
  margin-top: 0;
  margin-bottom: 0;
}

#mktoForm_21 .country-select {
  position: relative;
}

#mktoForm_21 .country-select > div::after {
  content: url('../assets/caret.svg');
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .email .email-content {
    flex-direction: row;
    align-items: stretch;
    text-align: left;
    gap: 120px;
  }

  .email .email-side-content {
    width: 100%;
    min-width: 420px;
    max-width: 420px;
  }

  .email .email-form {
    width: 100%;
  }

  #mktoForm_21 .mktoOffset, #mktoForm_21 .mktoGutter {
    display: none;
  }

  #mktoForm_21 .mktoFormRow:not(.hidden) input,
  #mktoForm_21 .mktoFormRow:not(.hidden) select,
  #mktoForm_21 .mktoFormRow:not(.hidden) .mktoFieldDescriptor,
  #mktoForm_21 .mktoFormRow:not(.hidden) .mktoFieldWrap,
  #mktoForm_21 .mkto-checkbox .mktoLogicalField {
    width: 100% !important;
  }

  #mktoForm_21 .mktoCaptchaDisclaimer,
  #mktoForm_21 #mktoCheckbox_150759_0 + label {
    font-size: 16px;
  }

  #mktoForm_21 #mktoCheckbox_150759_0 {
    display: none;
  }

  #mktoForm_21 .mktoCaptchaDisclaimer + .mktoButtonRow button {
    display: block;
    width: fit-content;
    margin: auto;
  }
}