/* MailerLite Form Styles */

.ml-form-embedSubmitLoad {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.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-31018046.ml-form-embedContainer {
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
  position: static;
  width: 100% !important;
}

#mlb2-31018046.ml-form-embedContainer .ml-form-embedWrapper {
  background-color: transparent;
  border-width: 0px;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block !important;
  margin: 0;
  padding: 0;
  position: relative;
}

#mlb2-31018046.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  max-width: 100%;
  width: 100%;
}

#mlb2-31018046.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p {
  color: #d1d5db;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px 0;
  text-align: center;
}

#mlb2-31018046.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
  margin: 0;
  width: 100%;
}

#mlb2-31018046.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

#mlb2-31018046.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
  height: auto;
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
  flex: 1;
  min-width: 200px;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
  flex-shrink: 0;
}

#mlb2-31018046.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  background-color: #1f2937;
  color: #d1d5db;
  border: 1px solid #374151;
  border-radius: 0.5rem;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 10px 12px;
  width: 100%;
  box-sizing: border-box;
}

#mlb2-31018046.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::placeholder {
  color: #9ca3af;
}

#mlb2-31018046.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:focus {
  outline: none;
  border-color: #16a34a;
}

#mlb2-31018046.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  background-color: #16a34a !important;
  border: none;
  border-radius: 0.5rem;
  box-shadow: none;
  color: #ffffff !important;
  cursor: pointer;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 20px;
  margin: 0 !important;
  padding: 10px 24px !important;
  height: auto;
  white-space: nowrap;
}

#mlb2-31018046.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
  background-color: #15803d !important;
}

.ml-mobileButton-horizontal {
  display: none;
}

.ml-form-successBody {
  padding: 20px;
}

.ml-form-successBody h4 {
  color: #d1d5db;
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}

.ml-form-successBody p {
  color: #9ca3af;
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #mlb2-31018046.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
    flex-direction: column;
  }

  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
    width: 100%;
  }

  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
    width: 100%;
  }

  #mlb2-31018046.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
    width: 100%;
  }
}
