/* MailerLite Form Styles */

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

#mlb2-36480971.ml-form-embedContainer h4,
#mlb2-36480971.ml-form-embedContainer p,
#mlb2-36480971.ml-form-embedContainer span,
#mlb2-36480971.ml-form-embedContainer button {
  text-transform: none !important;
  letter-spacing: normal !important;
}

#mlb2-36480971.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: inline-block !important;
  margin: 0;
  padding: 0;
  position: relative;
}

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper.embedDefault {
  width: 400px;
}

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

#mlb2-36480971.ml-form-embedContainer .ml-form-align-left {
  text-align: left;
}

#mlb2-36480971.ml-form-embedContainer .ml-form-align-center {
  text-align: center;
}

#mlb2-36480971.ml-form-embedContainer .ml-form-align-default {
  display: table-cell !important;
  vertical-align: middle !important;
  text-align: center !important;
}

#mlb2-36480971.ml-form-embedContainer .ml-form-align-right {
  text-align: right;
}

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: auto;
  margin: 0 auto !important;
  max-width: 100%;
}

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 0;
}

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
  padding-bottom: 0;
}

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
  text-align: left;
  margin: 0 0 20px 0;
}

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  color: var(--gray-800);
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 var(--space-2) 0;
  text-align: left;
  word-break: break-word;
}

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  color: var(--gray-500);
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 var(--space-6) 0;
  text-align: left;
}

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
  margin: 0;
}

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

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
  margin: 0 0 var(--space-6) 0;
  width: 100%;
}

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
  float: left;
}

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

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
  margin: 0 0 10px 0;
  width: 100%;
}

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
  margin: 0;
}

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  background-color: var(--gray-50) !important;
  color: var(--gray-700) !important;
  border: none !important;
  border-radius: 50px !important;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 1rem !important;
  height: auto;
  line-height: 1.5 !important;
  margin: 0;
  padding: 16px 24px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  transition: box-shadow 0.2s ease;
}

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(31, 41, 55, 0.1);
}

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder {
  color: var(--gray-400);
}

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder {
  color: var(--gray-400);
}

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder {
  color: var(--gray-400);
}

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
  height: auto;
  width: 100%;
  float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
  width: 60%;
  float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
  width: 40%;
  float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn {
  padding-top: 25px;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
  box-sizing: border-box;
  float: left;
  padding-right: 10px;
}

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  background-color: var(--gray-50);
  color: var(--gray-700);
  border: none;
  border-radius: 50px;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 16px 24px;
  width: 100%;
  box-sizing: border-box;
  overflow-y: initial;
  transition: box-shadow 0.2s ease;
}

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(31, 41, 55, 0.1);
}

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  background-color: var(--gray-900) !important;
  border: none;
  border-radius: 50px;
  box-shadow: none;
  color: #ffffff !important;
  cursor: pointer;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 1rem !important;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 !important;
  padding: 16px 28px !important;
  width: 100%;
  height: auto;
  white-space: nowrap;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
  background-color: var(--gray-800) !important;
  transform: translateY(-1px);
}

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
  margin: 0;
  float: left;
  width: 100%;
}

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  background-color: var(--gray-900) !important;
  border: none !important;
  border-radius: 50px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  cursor: pointer;
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  height: auto;
  padding: 16px 28px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
  display: none;
}

#mlb2-36480971.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
  background-color: var(--gray-800) !important;
  transform: translateY(-1px);
}

.ml-subscribe-close {
  width: 30px;
  height: 30px;
  background: url('https://assets.mlcdn.com/ml/images/default/modal_close.png') no-repeat;
  background-size: 30px;
  cursor: pointer;
  margin-top: -10px;
  margin-right: -10px;
  position: absolute;
  top: 0;
  right: 0;
}

.ml-error input,
.ml-error textarea,
.ml-error select {
  border-color: #ef4444 !important;
}

.ml-error .label-description,
.ml-error .label-description p,
.ml-error .label-description p a,
.ml-error label:first-child {
  color: #ef4444 !important;
}

/* reCAPTCHA */
.ml-form-recaptcha {
  margin-bottom: 20px;
  clear: both;
}

.ml-form-recaptcha.ml-error iframe {
  border: solid 1px #ef4444;
  border-radius: 4px;
}

@media screen and (max-width: 480px) {
  .ml-form-recaptcha {
    width: 100% !important;
  }
  .g-recaptcha {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

/* Mobile button */
.ml-mobileButton-horizontal {
  display: none;
}

#mlb2-36480971 .ml-mobileButton-horizontal button {
  background-color: var(--gray-900) !important;
  border: none !important;
  border-radius: 50px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  cursor: pointer;
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  padding: 16px 28px !important;
  width: 100% !important;
}

#mlb2-36480971 .ml-mobileButton-horizontal button:hover {
  background-color: var(--gray-800) !important;
}

/* Mobile responsive */
@media only screen and (max-width: 400px) {
  .ml-form-embedWrapper.embedDefault,
  .ml-form-embedWrapper.embedPopup {
    width: 100% !important;
  }

  .ml-form-formContent.horozintalForm {
    float: left !important;
  }

  .ml-form-formContent.horozintalForm .ml-form-horizontalRow {
    height: auto !important;
    width: 100% !important;
    float: left !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: 10px;
  }

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

  .ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn {
    padding-top: 0px !important;
  }

  #mlb2-36480971.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;
  }

  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
    margin-bottom: 10px !important;
    width: 100% !important;
  }
}
