.c-mailchimp-form input[type=email] {
  border: 1px solid #ffffff;
  width: 100%;
  padding: 0 10px !important;
  font-size: 16px;
  color: #ffffff;
  height: 40px;
}
.c-mailchimp-form input[type=email]::-moz-placeholder {
  font-size: 16px;
  color: #979797;
  font-style: normal;
  line-height: 1.14;
  font-weight: normal;
}
.c-mailchimp-form input[type=email]::-webkit-input-placeholder {
  font-size: 16px;
  color: #979797;
  font-style: normal;
  line-height: 1.14;
  font-weight: normal;
}
.c-mailchimp-form input[type=email]:-ms-input-placeholder {
  font-size: 16px;
  color: #979797;
  font-style: normal;
  line-height: 1.14;
  font-weight: normal;
}
.c-mailchimp-form input[type=email]::placeholder {
  font-size: 16px;
  color: #979797;
  font-style: normal;
  line-height: 1.14;
  font-weight: normal;
}
.c-mailchimp-form input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.c-mailchimp-form input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
.c-mailchimp-form .checkbox {
  position: relative;
}
.c-mailchimp-form .checkbox:hover {
  cursor: pointer;
}
.c-mailchimp-form .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #979797;
}
.c-mailchimp-form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid rgba(255, 255, 255, 0.8);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-mailchimp-form .gform-field-label {
  color: #ffffff;
  font-size: 1.125em;
  font-weight: 600;
  margin: 0 0 15px;
  text-transform: none;
}
@media (max-width: 991.98px) {
  .c-mailchimp-form .gform-field-label {
    font-size: 1em;
  }
}
.c-mailchimp-form .form-send {
  position: relative;
  background: #144051;
  background-size: 19px;
  color: #ffffff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  width: fit-content;
  font-size: 0.875em;
  font-family: "Hind", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  min-width: fit-content;
  position: relative;
  width: 110px;
  border: none;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .c-mailchimp-form .form-send {
    width: 100%;
    margin: 15px 0 0;
  }
}
.c-mailchimp-form .form-send:hover {
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .c-mailchimp-form .form-send {
    font-size: 1em;
    bottom: 0;
  }
}
.c-mailchimp-form label.checkbox {
  text-transform: none;
  color: #ffffff;
  font-size: 1.125em;
  font-weight: normal;
  margin: 25px 0 15px;
  padding-left: 30px;
}
@media (max-width: 991.98px) {
  .c-mailchimp-form label.checkbox {
    font-size: 1em;
  }
}
.c-mailchimp-form label.checkbox a {
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}
.c-mailchimp-form label.checkbox a:hover, .c-mailchimp-form label.checkbox a:active, .c-mailchimp-form label.checkbox a:focus, .c-mailchimp-form label.checkbox a:visited {
  color: rgba(255, 255, 255, 0.6);
}
.c-mailchimp-form__submit-block {
  display: flex;
}
@media (max-width: 991.98px) {
  .c-mailchimp-form__submit-block {
    flex-direction: column;
  }
}

#mc_embed_signup div.mce_inline_error {
  background: none;
  color: #c02b0a;
  padding: 0;
  font-size: 0.875em;
}

#mce-success-response {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding: 20px 0 0;
}

#mce-error-response {
  color: #c02b0a;
  text-align: center;
  font-weight: bold;
  padding: 20px 0 0;
}