/* MailerLite Form Styles */
@import url("https://assets.mlcdn.com/fonts.css?version=1766132");

/* LOADER */
.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;
}

.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: #000000 #000000 #000000 transparent;
  animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}
@keyframes ml-form-embedSubmitLoad {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#mlb2-35079801.ml-form-embedContainer {
  box-sizing: border-box;
  display: flex;
  margin: 0 auto;
  position: static;
  width: 100% !important;
  max-width: 600px;
  justify-content: center;
}
#mlb2-35079801.ml-form-embedContainer h4,
#mlb2-35079801.ml-form-embedContainer p,
#mlb2-35079801.ml-form-embedContainer span,
#mlb2-35079801.ml-form-embedContainer button {
  text-transform: none !important;
  letter-spacing: normal !important;
}
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper {
  background-color: transparent;
  border-width: 0px;
  border-color: transparent;
  border-radius: 4px;
  border-style: solid;
  box-sizing: border-box;
  display: block !important;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100% !important;
}
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper.embedDefault { width: 100%; }
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper.embedForm { max-width: 600px; width: 100%; }
#mlb2-35079801.ml-form-embedContainer .ml-form-align-left { text-align: left; }
#mlb2-35079801.ml-form-embedContainer .ml-form-align-center { text-align: center; }
#mlb2-35079801.ml-form-embedContainer .ml-form-align-default { display: table-cell !important; vertical-align: middle !important; text-align: center !important; }
#mlb2-35079801.ml-form-embedContainer .ml-form-align-right { text-align: right; }
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 0;
}
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
  padding-bottom: 0;
}
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
  text-align: left;
  margin: 0 0 20px 0;
}
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  color: #ffffff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-align: center;
  word-break: break-word;
}
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  color: #ffffff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px 0;
  text-align: center;
}
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input,
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody input[type="email"],
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .form-control {
  background-color: #ffffff !important;
  color: #333333 !important;
  border: none !important;
  border-radius: 8px !important;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem !important;
  height: auto;
  line-height: 21px !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 1rem !important;
  flex: 1;
  box-sizing: border-box !important;
  max-width: 100% !important;
  width: 100% !important;
}
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody input[type="email"]::-webkit-input-placeholder,
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .form-control::-webkit-input-placeholder { color: #333333; }
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody input[type="email"]::-moz-placeholder,
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .form-control::-moz-placeholder { color: #333333; }
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody input[type="email"]:-ms-input-placeholder,
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .form-control:-ms-input-placeholder { color: #333333; }
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody input[type="email"]:-moz-placeholder,
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .form-control:-moz-placeholder { color: #333333; }
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  background-color: #ffc107 !important;
  border: none !important;
  border-radius: 8px !important;
  box-shadow: none;
  color: #333333 !important;
  cursor: pointer;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem !important;
  font-weight: bold !important;
  line-height: 20px;
  margin: 0 !important;
  padding: 1rem 2rem !important;
  white-space: nowrap;
  height: auto;
  transition: background-color 0.3s;
}
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
  background-color: #ffd54f !important;
}
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  background-color: #ffc107 !important;
  border: none !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: #333333 !important;
  cursor: pointer;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  line-height: 21px !important;
  height: auto;
  padding: 1rem 2rem !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: background-color 0.3s;
}
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
  display: none;
}
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
  background-color: #ffd54f !important;
}
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
  margin: 0;
  padding: 0;
  width: 100%;
}
#mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
  height: auto;
  width: 100%;
  display: flex;
  gap: 1rem;
  align-items: stretch;
}
.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { flex: 1; }
.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal { flex: 0 0 auto; }
.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn { padding-top: 0; }
.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields { box-sizing: border-box; width: 100%; }
.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-description p a,
.ml-error label:first-child {
  color: #ff0000 !important;
}
@media only screen and (max-width: 480px) {
  .ml-form-embedWrapper.embedDefault, .ml-form-embedWrapper.embedPopup { width: 100% !important; }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow {
    flex-direction: column !important;
    gap: 1rem !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 100% !important; }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div { padding-right: 0px !important; padding-bottom: 0; }
  .ml-form-formContent.horozintalForm .ml-button-horizontal { width: 100% !important; }
  .ml-form-formContent.horozintalForm .ml-button-horizontal button { width: 100% !important; }
  .ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn { padding-top: 0px !important; }
}
.ml-mobileButton-horizontal { display: none; }
#mlb2-35079801 .ml-mobileButton-horizontal button {
  background-color: #ffc107 !important;
  border: none !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: #333333 !important;
  cursor: pointer;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  line-height: 20px !important;
  padding: 1rem 2rem !important;
  width: 100% !important;
  transition: background-color 0.3s;
}
#mlb2-35079801 .ml-mobileButton-horizontal button:hover {
  background-color: #ffd54f !important;
}
@media only screen and (max-width: 480px) {
  #mlb2-35079801.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
    padding: 0 0 10px 0 !important;
  }
  .ml-hide-horizontal { display: none !important; }
  .ml-form-formContent.horozintalForm .ml-button-horizontal { display: none !important; }
  .ml-mobileButton-horizontal { display: inline-block !important; margin-bottom: 20px; width: 100%; }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div { padding-bottom: 0px !important; }
}
@media only screen and (max-width: 480px) {
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
    margin-bottom: 10px !important;
    width: 100% !important;
  }
}
