/**
 * MailerLite form embed styles (form ID: mlb2-37034354)
 * Waitlist form with Email + Region fields.
 */

.ml-form-embedSubmitLoad {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.g-recaptcha {
  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  height: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.ml-form-embedSubmitLoad:after {
  content: " ";
  display: block;
  width: 11px;
  height: 11px;
  margin: 1px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #ffffff #ffffff #ffffff transparent;
  animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}
@keyframes ml-form-embedSubmitLoad {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#mlb2-37034354.ml-form-embedContainer {
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
  position: static;
  width: 100% !important;
}
#mlb2-37034354.ml-form-embedContainer h4,
#mlb2-37034354.ml-form-embedContainer p,
#mlb2-37034354.ml-form-embedContainer span,
#mlb2-37034354.ml-form-embedContainer button {
  text-transform: none !important;
  letter-spacing: normal !important;
}
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper {
  background-color: #fff;
  border: 1px solid #eef3ee;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,.03);
  box-sizing: border-box;
  display: inline-block !important;
  margin: 0;
  padding: 28px 24px;
  position: relative;
}
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper.embedDefault { width: 400px; }
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper.embedForm { max-width: 460px; width: 100%; }
#mlb2-37034354.ml-form-embedContainer .ml-form-align-left { text-align: left; }
#mlb2-37034354.ml-form-embedContainer .ml-form-align-center { text-align: center; }
#mlb2-37034354.ml-form-embedContainer .ml-form-align-default { display: table-cell !important; vertical-align: middle !important; text-align: center !important; }
#mlb2-37034354.ml-form-embedContainer .ml-form-align-right { text-align: right; }
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 0;
}
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
  text-align: left;
  margin: 0 0 22px 0;
}
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  color: #0b1a0b;
  font-family: 'Lexend', system-ui, -apple-system, sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 8px 0;
  text-align: left;
  word-break: break-word;
}
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  color: #4b5b4b;
  font-family: 'Lexend', system-ui, -apple-system, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group { text-align: left!important; }
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
  margin-bottom: 6px;
  color: #0b1a0b;
  font-size: 14px;
  font-family: 'Lexend', system-ui, -apple-system, sans-serif;
  font-weight: 600;
  display: inline-block;
  line-height: 20px;
}
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child { margin: 0; }
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form { margin: 0; width: 100%; }
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
  margin: 0 0 18px 0;
  width: 100%;
}
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
  margin: 0 0 10px 0;
  width: 100%;
}
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item { margin: 0; }
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  background-color: #ffffff !important;
  color: #0b1a0b !important;
  border: 1px solid rgba(0,0,0,.06) !important;
  border-radius: 12px !important;
  font-family: 'Lexend', system-ui, -apple-system, sans-serif !important;
  font-size: 14px !important;
  height: auto;
  line-height: 21px !important;
  margin: 0;
  padding: 14px 16px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
}
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:focus {
  outline: none;
  border-color: #0B5B00 !important;
}
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select {
  background-color: #ffffff !important;
  color: #0b1a0b !important;
  border: 1px solid rgba(0,0,0,.06) !important;
  border-radius: 12px !important;
  font-family: 'Lexend', system-ui, -apple-system, sans-serif !important;
  font-size: 14px !important;
  padding: 14px 40px 14px 16px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('https://assets.mlcdn.com/ml/images/default/dropdown.svg') no-repeat right 16px center/8px 10px;
}
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select:focus {
  outline: none;
  border-color: #0B5B00 !important;
}
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  min-height: 24px;
  padding-left: 24px;
}
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
  color: #4b5b4b;
  font-family: 'Lexend', system-ui, -apple-system, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  position: relative;
  text-align: left;
}
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  position: absolute;
  top: 2px;
  left: -1.5rem;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 6px;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked ~ .label-description::before {
  border-color: #0B5B00 !important;
  background-color: #0B5B00 !important;
}
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-left: -1.5rem;
}
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
  margin: 0;
  width: 100%;
}
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  background-color: #0B5B00 !important;
  border: 1px solid #0B5B00 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  cursor: pointer;
  font-family: 'Lexend', system-ui, -apple-system, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 21px !important;
  height: auto;
  padding: 12px 24px !important;
  width: auto !important;
  min-width: 160px;
  box-sizing: border-box !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
#mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
  background-color: #0B5B00 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 12px 32px rgba(0,0,0,.08) !important;
}
.ml-error input, .ml-error textarea, .ml-error select { border-color: red!important; }
.ml-error .label-description, .ml-error .label-description p, .ml-error label:first-child { color: #ff0000 !important; }

@media only screen and (max-width: 500px) {
  #mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    padding: 20px 16px;
    border-radius: 12px;
  }
  #mlb2-37034354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .ml-form-embedWrapper.embedDefault, .ml-form-embedWrapper.embedPopup { width: 100%!important; }
}
