.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem .8rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #fff;
  color: #495057;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}

.form-control:focus {
  border-color: #96d3f9;
  outline: 0;
  background-color: #fff;
  box-shadow: 0 0 0 .2rem rgba(29, 161, 243, .25);
  color: #495057
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

select.form-control:focus::-ms-value {
  background-color: #fff;
  color: #495057
}

.form-control-file, .form-control-range {
  display: block;
  width: 100%
}

.col-form-label {
  margin-bottom: 0;
  font-size: inherit
}

.col-form-label, .col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  line-height: 1.5
}

.col-form-label-lg {
  font-size: 1.25rem
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5
}

.form-control-plaintext {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: .5rem 0;
  border: solid transparent;
  border-width: 1px 0;
  background-color: transparent;
  color: #212529;
  font-size: 1rem;
  line-height: 1.5
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  border-radius: .2rem;
  font-size: .875rem;
  line-height: 1.5
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  border-radius: .3rem;
  font-size: 1.25rem;
  line-height: 1.5
}

select.form-control[multiple], select.form-control[size], textarea.form-control {
  height: auto
}

.form-group {
  margin-bottom: 1rem
}

.form-text {
  display: block;
  margin-top: .25rem
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

.form-row>.col, .form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}

.form-check {
  display: block;
  position: relative;
  padding-left: 1.25rem
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
  color: #6c757d
}

.form-check-label {
  margin-bottom: 0
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  margin-right: .75rem;
  padding-left: 0
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  color: #28a745;
  font-size: 80%
}

.valid-tooltip {
  display: none;
  z-index: 5;
  position: absolute;
  top: 100%;
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  border-radius: 0;
  background-color: rgba(40, 167, 69, .9);
  color: #fff;
  font-size: .875rem;
  line-height: 1.5
}

.is-valid~.valid-feedback, .is-valid~.valid-tooltip, .was-validated :valid~.valid-feedback, .was-validated :valid~.valid-tooltip {
  display: block
}

.form-control.is-valid, .was-validated .form-control:valid {
  padding-right: calc(1.5em + 1rem);
  border-color: #28a745;
  background-image: url("data:image/svg xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8'><path fill='#28a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>");
  background-position: right calc(.375em + .25rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .5rem) calc(.75em + .5rem)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(.375em + .25rem) right calc(.375em + .25rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
  padding-right: calc(.75em + 2.55rem);
  border-color: #28a745;
  background: url("data:image/svg xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5'><path fill='#343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right .8rem center/8px 10px, url("data:image/svg xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8'><path fill='#28a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>") #fff no-repeat center right 1.8rem/calc(.75em + .5rem) calc(.75em + .5rem)
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
  color: #28a745
}

.form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip {
  display: block
}

.custom-control-input.is-valid~.custom-control-label, .mwform-checkbox-field .custom-control-input.is-valid~.mwform-checkbox-field-text, .mwform-checkbox-field .mwform-radio-field .was-validated input:valid[type=radio]~.mwform-checkbox-field-text, .mwform-checkbox-field .mwform-radio-field input.is-valid[type=checkbox]~.mwform-radio-field-text, .mwform-checkbox-field .mwform-radio-field input.is-valid[type=radio]~.mwform-checkbox-field-text, .mwform-checkbox-field .was-validated .custom-control-input:valid~.mwform-checkbox-field-text, .mwform-checkbox-field .was-validated .mwform-radio-field input:valid[type=checkbox]~.mwform-radio-field-text, .mwform-checkbox-field .was-validated .mwform-radio-field input:valid[type=radio]~.mwform-checkbox-field-text, .mwform-checkbox-field .was-validated input:valid[type=checkbox]~.custom-control-label, .mwform-checkbox-field .was-validated input:valid[type=checkbox]~.mwform-checkbox-field-text, .mwform-checkbox-field input.is-valid[type=checkbox]~.custom-control-label, .mwform-checkbox-field input.is-valid[type=checkbox]~.mwform-checkbox-field-text, .mwform-radio-field .custom-control-input.is-valid~.mwform-radio-field-text, .mwform-radio-field .mwform-checkbox-field .was-validated input:valid[type=checkbox]~.mwform-radio-field-text, .mwform-radio-field .mwform-checkbox-field input.is-valid[type=checkbox]~.mwform-radio-field-text, .mwform-radio-field .mwform-checkbox-field input.is-valid[type=radio]~.mwform-checkbox-field-text, .mwform-radio-field .was-validated .custom-control-input:valid~.mwform-radio-field-text, .mwform-radio-field .was-validated .mwform-checkbox-field input:valid[type=checkbox]~.mwform-radio-field-text, .mwform-radio-field .was-validated .mwform-checkbox-field input:valid[type=radio]~.mwform-checkbox-field-text, .mwform-radio-field .was-validated input:valid[type=radio]~.custom-control-label, .mwform-radio-field .was-validated input:valid[type=radio]~.mwform-radio-field-text, .mwform-radio-field input.is-valid[type=radio]~.custom-control-label, .mwform-radio-field input.is-valid[type=radio]~.mwform-radio-field-text, .was-validated .custom-control-input:valid~.custom-control-label, .was-validated .mwform-checkbox-field .custom-control-input:valid~.mwform-checkbox-field-text, .was-validated .mwform-checkbox-field .mwform-radio-field input:valid[type=checkbox]~.mwform-radio-field-text, .was-validated .mwform-checkbox-field input:valid[type=checkbox]~.custom-control-label, .was-validated .mwform-checkbox-field input:valid[type=checkbox]~.mwform-checkbox-field-text, .was-validated .mwform-radio-field .custom-control-input:valid~.mwform-radio-field-text, .was-validated .mwform-radio-field .mwform-checkbox-field input:valid[type=radio]~.mwform-checkbox-field-text, .was-validated .mwform-radio-field input:valid[type=radio]~.custom-control-label, .was-validated .mwform-radio-field input:valid[type=radio]~.mwform-radio-field-text {
  color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before, .mwform-checkbox-field .custom-control-input.is-valid~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field .was-validated input:valid[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field input.is-valid[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .mwform-radio-field input.is-valid[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .was-validated .custom-control-input:valid~.mwform-checkbox-field-text:before, .mwform-checkbox-field .was-validated .mwform-radio-field input:valid[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .was-validated .mwform-radio-field input:valid[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .was-validated input:valid[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field .was-validated input:valid[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-checkbox-field input.is-valid[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field input.is-valid[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-radio-field .custom-control-input.is-valid~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field .was-validated input:valid[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input.is-valid[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input.is-valid[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field .was-validated .custom-control-input:valid~.mwform-radio-field-text:before, .mwform-radio-field .was-validated .mwform-checkbox-field input:valid[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .was-validated .mwform-checkbox-field input:valid[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field .was-validated input:valid[type=radio]~.custom-control-label:before, .mwform-radio-field .was-validated input:valid[type=radio]~.mwform-radio-field-text:before, .mwform-radio-field input.is-valid[type=radio]~.custom-control-label:before, .mwform-radio-field input.is-valid[type=radio]~.mwform-radio-field-text:before, .was-validated .custom-control-input:valid~.custom-control-label:before, .was-validated .mwform-checkbox-field .custom-control-input:valid~.mwform-checkbox-field-text:before, .was-validated .mwform-checkbox-field .mwform-radio-field input:valid[type=checkbox]~.mwform-radio-field-text:before, .was-validated .mwform-checkbox-field input:valid[type=checkbox]~.custom-control-label:before, .was-validated .mwform-checkbox-field input:valid[type=checkbox]~.mwform-checkbox-field-text:before, .was-validated .mwform-radio-field .custom-control-input:valid~.mwform-radio-field-text:before, .was-validated .mwform-radio-field .mwform-checkbox-field input:valid[type=radio]~.mwform-checkbox-field-text:before, .was-validated .mwform-radio-field input:valid[type=radio]~.custom-control-label:before, .was-validated .mwform-radio-field input:valid[type=radio]~.mwform-radio-field-text:before {
  border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label:before, .mwform-checkbox-field .custom-control-input.is-valid:checked~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field .was-validated input:valid:checked[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field input.is-valid:checked[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .mwform-radio-field input.is-valid:checked[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .was-validated .custom-control-input:valid:checked~.mwform-checkbox-field-text:before, .mwform-checkbox-field .was-validated .mwform-radio-field input:valid:checked[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .was-validated .mwform-radio-field input:valid:checked[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .was-validated input:valid:checked[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field .was-validated input:valid:checked[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-checkbox-field input.is-valid:checked[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field input.is-valid:checked[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-radio-field .custom-control-input.is-valid:checked~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field .was-validated input:valid:checked[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input.is-valid:checked[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input.is-valid:checked[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field .was-validated .custom-control-input:valid:checked~.mwform-radio-field-text:before, .mwform-radio-field .was-validated .mwform-checkbox-field input:valid:checked[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .was-validated .mwform-checkbox-field input:valid:checked[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field .was-validated input:valid:checked[type=radio]~.custom-control-label:before, .mwform-radio-field .was-validated input:valid:checked[type=radio]~.mwform-radio-field-text:before, .mwform-radio-field input.is-valid:checked[type=radio]~.custom-control-label:before, .mwform-radio-field input.is-valid:checked[type=radio]~.mwform-radio-field-text:before, .was-validated .custom-control-input:valid:checked~.custom-control-label:before, .was-validated .mwform-checkbox-field .custom-control-input:valid:checked~.mwform-checkbox-field-text:before, .was-validated .mwform-checkbox-field .mwform-radio-field input:valid:checked[type=checkbox]~.mwform-radio-field-text:before, .was-validated .mwform-checkbox-field input:valid:checked[type=checkbox]~.custom-control-label:before, .was-validated .mwform-checkbox-field input:valid:checked[type=checkbox]~.mwform-checkbox-field-text:before, .was-validated .mwform-radio-field .custom-control-input:valid:checked~.mwform-radio-field-text:before, .was-validated .mwform-radio-field .mwform-checkbox-field input:valid:checked[type=radio]~.mwform-checkbox-field-text:before, .was-validated .mwform-radio-field input:valid:checked[type=radio]~.custom-control-label:before, .was-validated .mwform-radio-field input:valid:checked[type=radio]~.mwform-radio-field-text:before {
  border-color: #34ce57;
  background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before, .mwform-checkbox-field .custom-control-input.is-valid:focus~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field .was-validated input:valid:focus[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field input.is-valid:focus[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .mwform-radio-field input.is-valid:focus[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .was-validated .custom-control-input:valid:focus~.mwform-checkbox-field-text:before, .mwform-checkbox-field .was-validated .mwform-radio-field input:valid:focus[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .was-validated .mwform-radio-field input:valid:focus[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .was-validated input:valid:focus[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field .was-validated input:valid:focus[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-checkbox-field input.is-valid:focus[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field input.is-valid:focus[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-radio-field .custom-control-input.is-valid:focus~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field .was-validated input:valid:focus[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input.is-valid:focus[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input.is-valid:focus[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field .was-validated .custom-control-input:valid:focus~.mwform-radio-field-text:before, .mwform-radio-field .was-validated .mwform-checkbox-field input:valid:focus[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .was-validated .mwform-checkbox-field input:valid:focus[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field .was-validated input:valid:focus[type=radio]~.custom-control-label:before, .mwform-radio-field .was-validated input:valid:focus[type=radio]~.mwform-radio-field-text:before, .mwform-radio-field input.is-valid:focus[type=radio]~.custom-control-label:before, .mwform-radio-field input.is-valid:focus[type=radio]~.mwform-radio-field-text:before, .was-validated .custom-control-input:valid:focus~.custom-control-label:before, .was-validated .mwform-checkbox-field .custom-control-input:valid:focus~.mwform-checkbox-field-text:before, .was-validated .mwform-checkbox-field .mwform-radio-field input:valid:focus[type=checkbox]~.mwform-radio-field-text:before, .was-validated .mwform-checkbox-field input:valid:focus[type=checkbox]~.custom-control-label:before, .was-validated .mwform-checkbox-field input:valid:focus[type=checkbox]~.mwform-checkbox-field-text:before, .was-validated .mwform-radio-field .custom-control-input:valid:focus~.mwform-radio-field-text:before, .was-validated .mwform-radio-field .mwform-checkbox-field input:valid:focus[type=radio]~.mwform-checkbox-field-text:before, .was-validated .mwform-radio-field input:valid:focus[type=radio]~.custom-control-label:before, .was-validated .mwform-radio-field input:valid:focus[type=radio]~.mwform-radio-field-text:before {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before, .custom-file-input.is-valid~.custom-file-label, .mwform-checkbox-field .custom-control-input.is-valid:focus:not(:checked)~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field .was-validated input:valid:focus:not(:checked)[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field input.is-valid:focus:not(:checked)[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .mwform-radio-field input.is-valid:focus:not(:checked)[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .was-validated .custom-control-input:valid:focus:not(:checked)~.mwform-checkbox-field-text:before, .mwform-checkbox-field .was-validated .mwform-radio-field input:valid:focus:not(:checked)[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .was-validated .mwform-radio-field input:valid:focus:not(:checked)[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .was-validated input:valid:focus:not(:checked)[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field .was-validated input:valid:focus:not(:checked)[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-checkbox-field input.is-valid:focus:not(:checked)[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field input.is-valid:focus:not(:checked)[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-radio-field .custom-control-input.is-valid:focus:not(:checked)~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field .was-validated input:valid:focus:not(:checked)[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input.is-valid:focus:not(:checked)[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input.is-valid:focus:not(:checked)[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field .was-validated .custom-control-input:valid:focus:not(:checked)~.mwform-radio-field-text:before, .mwform-radio-field .was-validated .mwform-checkbox-field input:valid:focus:not(:checked)[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .was-validated .mwform-checkbox-field input:valid:focus:not(:checked)[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field .was-validated input:valid:focus:not(:checked)[type=radio]~.custom-control-label:before, .mwform-radio-field .was-validated input:valid:focus:not(:checked)[type=radio]~.mwform-radio-field-text:before, .mwform-radio-field input.is-valid:focus:not(:checked)[type=radio]~.custom-control-label:before, .mwform-radio-field input.is-valid:focus:not(:checked)[type=radio]~.mwform-radio-field-text:before, .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before, .was-validated .custom-file-input:valid~.custom-file-label, .was-validated .mwform-checkbox-field .custom-control-input:valid:focus:not(:checked)~.mwform-checkbox-field-text:before, .was-validated .mwform-checkbox-field .mwform-radio-field input:valid:focus:not(:checked)[type=checkbox]~.mwform-radio-field-text:before, .was-validated .mwform-checkbox-field input:valid:focus:not(:checked)[type=checkbox]~.custom-control-label:before, .was-validated .mwform-checkbox-field input:valid:focus:not(:checked)[type=checkbox]~.mwform-checkbox-field-text:before, .was-validated .mwform-radio-field .custom-control-input:valid:focus:not(:checked)~.mwform-radio-field-text:before, .was-validated .mwform-radio-field .mwform-checkbox-field input:valid:focus:not(:checked)[type=radio]~.mwform-checkbox-field-text:before, .was-validated .mwform-radio-field input:valid:focus:not(:checked)[type=radio]~.custom-control-label:before, .was-validated .mwform-radio-field input:valid:focus:not(:checked)[type=radio]~.mwform-radio-field-text:before {
  border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  color: #dc3545;
  font-size: 80%
}

.invalid-tooltip {
  display: none;
  z-index: 5;
  position: absolute;
  top: 100%;
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  border-radius: 0;
  background-color: rgba(220, 53, 69, .9);
  color: #fff;
  font-size: .875rem;
  line-height: 1.5
}

.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
  display: block
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  padding-right: calc(1.5em + 1rem);
  border-color: #dc3545;
  background-image: url("data:image/svg xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='#dc3545'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#dc3545' stroke='none'/></svg>");
  background-position: right calc(.375em + .25rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .5rem) calc(.75em + .5rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(.375em + .25rem) right calc(.375em + .25rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
  padding-right: calc(.75em + 2.55rem);
  border-color: #dc3545;
  background: url("data:image/svg xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5'><path fill='#343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right .8rem center/8px 10px, url("data:image/svg xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='#dc3545'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#dc3545' stroke='none'/></svg>") #fff no-repeat center right 1.8rem/calc(.75em + .5rem) calc(.75em + .5rem)
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip {
  display: block
}

.custom-control-input.is-invalid~.custom-control-label, .mwform-checkbox-field .custom-control-input.is-invalid~.mwform-checkbox-field-text, .mwform-checkbox-field .mwform-radio-field .was-validated input:invalid[type=radio]~.mwform-checkbox-field-text, .mwform-checkbox-field .mwform-radio-field input.is-invalid[type=checkbox]~.mwform-radio-field-text, .mwform-checkbox-field .mwform-radio-field input.is-invalid[type=radio]~.mwform-checkbox-field-text, .mwform-checkbox-field .was-validated .custom-control-input:invalid~.mwform-checkbox-field-text, .mwform-checkbox-field .was-validated .mwform-radio-field input:invalid[type=checkbox]~.mwform-radio-field-text, .mwform-checkbox-field .was-validated .mwform-radio-field input:invalid[type=radio]~.mwform-checkbox-field-text, .mwform-checkbox-field .was-validated input:invalid[type=checkbox]~.custom-control-label, .mwform-checkbox-field .was-validated input:invalid[type=checkbox]~.mwform-checkbox-field-text, .mwform-checkbox-field input.is-invalid[type=checkbox]~.custom-control-label, .mwform-checkbox-field input.is-invalid[type=checkbox]~.mwform-checkbox-field-text, .mwform-radio-field .custom-control-input.is-invalid~.mwform-radio-field-text, .mwform-radio-field .mwform-checkbox-field .was-validated input:invalid[type=checkbox]~.mwform-radio-field-text, .mwform-radio-field .mwform-checkbox-field input.is-invalid[type=checkbox]~.mwform-radio-field-text, .mwform-radio-field .mwform-checkbox-field input.is-invalid[type=radio]~.mwform-checkbox-field-text, .mwform-radio-field .was-validated .custom-control-input:invalid~.mwform-radio-field-text, .mwform-radio-field .was-validated .mwform-checkbox-field input:invalid[type=checkbox]~.mwform-radio-field-text, .mwform-radio-field .was-validated .mwform-checkbox-field input:invalid[type=radio]~.mwform-checkbox-field-text, .mwform-radio-field .was-validated input:invalid[type=radio]~.custom-control-label, .mwform-radio-field .was-validated input:invalid[type=radio]~.mwform-radio-field-text, .mwform-radio-field input.is-invalid[type=radio]~.custom-control-label, .mwform-radio-field input.is-invalid[type=radio]~.mwform-radio-field-text, .was-validated .custom-control-input:invalid~.custom-control-label, .was-validated .mwform-checkbox-field .custom-control-input:invalid~.mwform-checkbox-field-text, .was-validated .mwform-checkbox-field .mwform-radio-field input:invalid[type=checkbox]~.mwform-radio-field-text, .was-validated .mwform-checkbox-field input:invalid[type=checkbox]~.custom-control-label, .was-validated .mwform-checkbox-field input:invalid[type=checkbox]~.mwform-checkbox-field-text, .was-validated .mwform-radio-field .custom-control-input:invalid~.mwform-radio-field-text, .was-validated .mwform-radio-field .mwform-checkbox-field input:invalid[type=radio]~.mwform-checkbox-field-text, .was-validated .mwform-radio-field input:invalid[type=radio]~.custom-control-label, .was-validated .mwform-radio-field input:invalid[type=radio]~.mwform-radio-field-text {
  color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before, .mwform-checkbox-field .custom-control-input.is-invalid~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field .was-validated input:invalid[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field input.is-invalid[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .mwform-radio-field input.is-invalid[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .was-validated .custom-control-input:invalid~.mwform-checkbox-field-text:before, .mwform-checkbox-field .was-validated .mwform-radio-field input:invalid[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .was-validated .mwform-radio-field input:invalid[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .was-validated input:invalid[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field .was-validated input:invalid[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-checkbox-field input.is-invalid[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field input.is-invalid[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-radio-field .custom-control-input.is-invalid~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field .was-validated input:invalid[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input.is-invalid[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input.is-invalid[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field .was-validated .custom-control-input:invalid~.mwform-radio-field-text:before, .mwform-radio-field .was-validated .mwform-checkbox-field input:invalid[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .was-validated .mwform-checkbox-field input:invalid[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field .was-validated input:invalid[type=radio]~.custom-control-label:before, .mwform-radio-field .was-validated input:invalid[type=radio]~.mwform-radio-field-text:before, .mwform-radio-field input.is-invalid[type=radio]~.custom-control-label:before, .mwform-radio-field input.is-invalid[type=radio]~.mwform-radio-field-text:before, .was-validated .custom-control-input:invalid~.custom-control-label:before, .was-validated .mwform-checkbox-field .custom-control-input:invalid~.mwform-checkbox-field-text:before, .was-validated .mwform-checkbox-field .mwform-radio-field input:invalid[type=checkbox]~.mwform-radio-field-text:before, .was-validated .mwform-checkbox-field input:invalid[type=checkbox]~.custom-control-label:before, .was-validated .mwform-checkbox-field input:invalid[type=checkbox]~.mwform-checkbox-field-text:before, .was-validated .mwform-radio-field .custom-control-input:invalid~.mwform-radio-field-text:before, .was-validated .mwform-radio-field .mwform-checkbox-field input:invalid[type=radio]~.mwform-checkbox-field-text:before, .was-validated .mwform-radio-field input:invalid[type=radio]~.custom-control-label:before, .was-validated .mwform-radio-field input:invalid[type=radio]~.mwform-radio-field-text:before {
  border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before, .mwform-checkbox-field .custom-control-input.is-invalid:checked~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field .was-validated input:invalid:checked[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field input.is-invalid:checked[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .mwform-radio-field input.is-invalid:checked[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .was-validated .custom-control-input:invalid:checked~.mwform-checkbox-field-text:before, .mwform-checkbox-field .was-validated .mwform-radio-field input:invalid:checked[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .was-validated .mwform-radio-field input:invalid:checked[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .was-validated input:invalid:checked[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field .was-validated input:invalid:checked[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-checkbox-field input.is-invalid:checked[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field input.is-invalid:checked[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-radio-field .custom-control-input.is-invalid:checked~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field .was-validated input:invalid:checked[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input.is-invalid:checked[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input.is-invalid:checked[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field .was-validated .custom-control-input:invalid:checked~.mwform-radio-field-text:before, .mwform-radio-field .was-validated .mwform-checkbox-field input:invalid:checked[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .was-validated .mwform-checkbox-field input:invalid:checked[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field .was-validated input:invalid:checked[type=radio]~.custom-control-label:before, .mwform-radio-field .was-validated input:invalid:checked[type=radio]~.mwform-radio-field-text:before, .mwform-radio-field input.is-invalid:checked[type=radio]~.custom-control-label:before, .mwform-radio-field input.is-invalid:checked[type=radio]~.mwform-radio-field-text:before, .was-validated .custom-control-input:invalid:checked~.custom-control-label:before, .was-validated .mwform-checkbox-field .custom-control-input:invalid:checked~.mwform-checkbox-field-text:before, .was-validated .mwform-checkbox-field .mwform-radio-field input:invalid:checked[type=checkbox]~.mwform-radio-field-text:before, .was-validated .mwform-checkbox-field input:invalid:checked[type=checkbox]~.custom-control-label:before, .was-validated .mwform-checkbox-field input:invalid:checked[type=checkbox]~.mwform-checkbox-field-text:before, .was-validated .mwform-radio-field .custom-control-input:invalid:checked~.mwform-radio-field-text:before, .was-validated .mwform-radio-field .mwform-checkbox-field input:invalid:checked[type=radio]~.mwform-checkbox-field-text:before, .was-validated .mwform-radio-field input:invalid:checked[type=radio]~.custom-control-label:before, .was-validated .mwform-radio-field input:invalid:checked[type=radio]~.mwform-radio-field-text:before {
  border-color: #e4606d;
  background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before, .mwform-checkbox-field .custom-control-input.is-invalid:focus~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field .was-validated input:invalid:focus[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field input.is-invalid:focus[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .mwform-radio-field input.is-invalid:focus[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .was-validated .custom-control-input:invalid:focus~.mwform-checkbox-field-text:before, .mwform-checkbox-field .was-validated .mwform-radio-field input:invalid:focus[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .was-validated .mwform-radio-field input:invalid:focus[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .was-validated input:invalid:focus[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field .was-validated input:invalid:focus[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-checkbox-field input.is-invalid:focus[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field input.is-invalid:focus[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-radio-field .custom-control-input.is-invalid:focus~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field .was-validated input:invalid:focus[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input.is-invalid:focus[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input.is-invalid:focus[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field .was-validated .custom-control-input:invalid:focus~.mwform-radio-field-text:before, .mwform-radio-field .was-validated .mwform-checkbox-field input:invalid:focus[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .was-validated .mwform-checkbox-field input:invalid:focus[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field .was-validated input:invalid:focus[type=radio]~.custom-control-label:before, .mwform-radio-field .was-validated input:invalid:focus[type=radio]~.mwform-radio-field-text:before, .mwform-radio-field input.is-invalid:focus[type=radio]~.custom-control-label:before, .mwform-radio-field input.is-invalid:focus[type=radio]~.mwform-radio-field-text:before, .was-validated .custom-control-input:invalid:focus~.custom-control-label:before, .was-validated .mwform-checkbox-field .custom-control-input:invalid:focus~.mwform-checkbox-field-text:before, .was-validated .mwform-checkbox-field .mwform-radio-field input:invalid:focus[type=checkbox]~.mwform-radio-field-text:before, .was-validated .mwform-checkbox-field input:invalid:focus[type=checkbox]~.custom-control-label:before, .was-validated .mwform-checkbox-field input:invalid:focus[type=checkbox]~.mwform-checkbox-field-text:before, .was-validated .mwform-radio-field .custom-control-input:invalid:focus~.mwform-radio-field-text:before, .was-validated .mwform-radio-field .mwform-checkbox-field input:invalid:focus[type=radio]~.mwform-checkbox-field-text:before, .was-validated .mwform-radio-field input:invalid:focus[type=radio]~.custom-control-label:before, .was-validated .mwform-radio-field input:invalid:focus[type=radio]~.mwform-radio-field-text:before {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before, .custom-file-input.is-invalid~.custom-file-label, .mwform-checkbox-field .custom-control-input.is-invalid:focus:not(:checked)~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field .was-validated input:invalid:focus:not(:checked)[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field input.is-invalid:focus:not(:checked)[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .mwform-radio-field input.is-invalid:focus:not(:checked)[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .was-validated .custom-control-input:invalid:focus:not(:checked)~.mwform-checkbox-field-text:before, .mwform-checkbox-field .was-validated .mwform-radio-field input:invalid:focus:not(:checked)[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .was-validated .mwform-radio-field input:invalid:focus:not(:checked)[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .was-validated input:invalid:focus:not(:checked)[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field .was-validated input:invalid:focus:not(:checked)[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-checkbox-field input.is-invalid:focus:not(:checked)[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field input.is-invalid:focus:not(:checked)[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-radio-field .custom-control-input.is-invalid:focus:not(:checked)~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field .was-validated input:invalid:focus:not(:checked)[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input.is-invalid:focus:not(:checked)[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input.is-invalid:focus:not(:checked)[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field .was-validated .custom-control-input:invalid:focus:not(:checked)~.mwform-radio-field-text:before, .mwform-radio-field .was-validated .mwform-checkbox-field input:invalid:focus:not(:checked)[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .was-validated .mwform-checkbox-field input:invalid:focus:not(:checked)[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field .was-validated input:invalid:focus:not(:checked)[type=radio]~.custom-control-label:before, .mwform-radio-field .was-validated input:invalid:focus:not(:checked)[type=radio]~.mwform-radio-field-text:before, .mwform-radio-field input.is-invalid:focus:not(:checked)[type=radio]~.custom-control-label:before, .mwform-radio-field input.is-invalid:focus:not(:checked)[type=radio]~.mwform-radio-field-text:before, .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before, .was-validated .custom-file-input:invalid~.custom-file-label, .was-validated .mwform-checkbox-field .custom-control-input:invalid:focus:not(:checked)~.mwform-checkbox-field-text:before, .was-validated .mwform-checkbox-field .mwform-radio-field input:invalid:focus:not(:checked)[type=checkbox]~.mwform-radio-field-text:before, .was-validated .mwform-checkbox-field input:invalid:focus:not(:checked)[type=checkbox]~.custom-control-label:before, .was-validated .mwform-checkbox-field input:invalid:focus:not(:checked)[type=checkbox]~.mwform-checkbox-field-text:before, .was-validated .mwform-radio-field .custom-control-input:invalid:focus:not(:checked)~.mwform-radio-field-text:before, .was-validated .mwform-radio-field .mwform-checkbox-field input:invalid:focus:not(:checked)[type=radio]~.mwform-checkbox-field-text:before, .was-validated .mwform-radio-field input:invalid:focus:not(:checked)[type=radio]~.custom-control-label:before, .was-validated .mwform-radio-field input:invalid:focus:not(:checked)[type=radio]~.mwform-radio-field-text:before {
  border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center
}

.form-inline .form-check {
  width: 100%
}

@media (min-width:576px) {
  .form-inline label {
    justify-content: center
  }
  .form-inline .form-group, .form-inline label {
    display: flex;
    align-items: center;
    margin-bottom: 0
  }
  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .form-inline .form-control-plaintext {
    display: inline-block
  }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }
  .form-inline .custom-control, .form-inline .mwform-checkbox-field, .form-inline .mwform-radio-field {
    align-items: center;
    justify-content: center
  }
  .form-inline .custom-control-label, .form-inline .mwform-checkbox-field .mwform-checkbox-field-text, .form-inline .mwform-radio-field .mwform-radio-field-text, .mwform-checkbox-field .form-inline .mwform-checkbox-field-text, .mwform-radio-field .form-inline .mwform-radio-field-text {
    margin-bottom: 0
  }
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%
}

.dropdown, .dropleft, .dropright, .dropup {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  vertical-align: .255em;
  content: ""
}

.dropdown-toggle:empty:after {
  margin-left: 0
}

.dropdown-menu {
  display: none;
  z-index: 1000;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 10rem;
  margin: .125rem 0 0;
  padding: .5rem 0;
  float: left;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0;
  background-clip: padding-box;
  background-color: #fff;
  color: #212529;
  font-size: 1rem;
  list-style: none;
  text-align: left
}

.dropdown-menu-left {
  right: auto;
  left: 0
}

.dropdown-menu-right {
  right: 0;
  left: auto
}

@media (min-width:576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto
  }
}

@media (min-width:768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto
  }
}

@media (min-width:992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto
  }
}

@media (min-width:1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
  vertical-align: .255em;
  content: ""
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}

.dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  vertical-align: .255em;
  content: ""
}

.dropright .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropright .dropdown-toggle:after {
  vertical-align: 0
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
  display: inline-block;
  display: none;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""
}

.dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: .255em;
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
  vertical-align: .255em;
  content: ""
}

.dropleft .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropleft .dropdown-toggle:before {
  vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto
}

.dropdown-divider {
  height: 0;
  margin: 2.5px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  border: 0;
  background-color: transparent;
  color: #212529;
  font-weight: 300;
  text-align: inherit;
  white-space: nowrap
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #16181b;
  text-decoration: none
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #1da1f3;
  color: #fff;
  text-decoration: none
}

.dropdown-item.disabled, .dropdown-item:disabled {
  background-color: transparent;
  color: #6c757d;
  pointer-events: none
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  color: #6c757d;
  font-size: .875rem;
  white-space: nowrap
}

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529
}

.btn-group, .btn-group-vertical {
  display: inline-flex;
  position: relative;
  vertical-align: middle
}

.btn-group-vertical>.btn, .btn-group>.btn {
  position: relative;
  flex: 1 1 auto
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
  z-index: 1
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

.btn-toolbar .input-group {
  width: auto
}

.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
  margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem
}

.dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
  margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
  margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
  width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
  margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio], .btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio] {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  pointer-events: none
}

.input-group {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0
}

.input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control, .input-group>.form-control-plaintext+.custom-file, .input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.form-control {
  margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
  z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group>.custom-file {
  display: flex;
  align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group-append, .input-group-prepend {
  display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
  z-index: 2;
  position: relative
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3
}

.input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.btn, .input-group-append .input-group-text+.input-group-text, .input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .input-group-text+.input-group-text {
  margin-left: -1px
}

.input-group-prepend {
  margin-right: -1px
}

.input-group-append {
  margin-left: -1px
}

.input-group-text {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem .8rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #e9ecef;
  color: #495057;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0
}

.input-group-lg>.custom-select, .input-group-lg>.form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
  padding: .5rem 1rem;
  border-radius: .3rem;
  font-size: 1.25rem;
  line-height: 1.5
}

.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
  height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
  padding: .25rem .5rem;
  border-radius: .2rem;
  font-size: .875rem;
  line-height: 1.5
}

.input-group-lg>.custom-select, .input-group-sm>.custom-select {
  padding-right: 1.8rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.custom-control, .mwform-checkbox-field, .mwform-radio-field {
  display: block;
  position: relative;
  min-height: 1.5rem;
  padding-left: 1.5rem
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem
}

.custom-control-input, .mwform-checkbox-field input[type=checkbox], .mwform-radio-field input[type=radio] {
  z-index: -1;
  position: absolute;
  left: 0;
  width: 1rem;
  height: 1.25rem;
  opacity: 0
}

.custom-control-input:checked~.custom-control-label:before, .mwform-checkbox-field .custom-control-input:checked~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field input:checked[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .mwform-radio-field input:checked[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field input:checked[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field input:checked[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-radio-field .custom-control-input:checked~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input:checked[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input:checked[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field input:checked[type=radio]~.custom-control-label:before, .mwform-radio-field input:checked[type=radio]~.mwform-radio-field-text:before {
  border-color: #1da1f3;
  background-color: #1da1f3;
  color: #fff
}

.custom-control-input:focus~.custom-control-label:before, .mwform-checkbox-field .custom-control-input:focus~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field input:focus[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .mwform-radio-field input:focus[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field input:focus[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field input:focus[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-radio-field .custom-control-input:focus~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input:focus[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input:focus[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field input:focus[type=radio]~.custom-control-label:before, .mwform-radio-field input:focus[type=radio]~.mwform-radio-field-text:before {
  box-shadow: 0 0 0 .2rem rgba(29, 161, 243, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before, .mwform-checkbox-field .custom-control-input:focus:not(:checked)~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field input:focus:not(:checked)[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .mwform-radio-field input:focus:not(:checked)[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field input:focus:not(:checked)[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field input:focus:not(:checked)[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-radio-field .custom-control-input:focus:not(:checked)~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input:focus:not(:checked)[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input:focus:not(:checked)[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field input:focus:not(:checked)[type=radio]~.custom-control-label:before, .mwform-radio-field input:focus:not(:checked)[type=radio]~.mwform-radio-field-text:before {
  border-color: #96d3f9
}

.custom-control-input:not(:disabled):active~.custom-control-label:before, .mwform-checkbox-field .custom-control-input:not(:disabled):active~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field input:not(:disabled):active[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .mwform-radio-field input:not(:disabled):active[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field input:not(:disabled):active[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field input:not(:disabled):active[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-radio-field .custom-control-input:not(:disabled):active~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input:not(:disabled):active[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input:not(:disabled):active[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field input:not(:disabled):active[type=radio]~.custom-control-label:before, .mwform-radio-field input:not(:disabled):active[type=radio]~.mwform-radio-field-text:before {
  border-color: #c7e8fc;
  background-color: #c7e8fc;
  color: #fff
}

.custom-control-input:disabled~.custom-control-label, .custom-control-input[disabled]~.custom-control-label, .mwform-checkbox-field .custom-control-input:disabled~.mwform-checkbox-field-text, .mwform-checkbox-field .custom-control-input[disabled]~.mwform-checkbox-field-text, .mwform-checkbox-field .mwform-radio-field input:disabled[type=checkbox]~.mwform-radio-field-text, .mwform-checkbox-field .mwform-radio-field input:disabled[type=radio]~.mwform-checkbox-field-text, .mwform-checkbox-field .mwform-radio-field input[disabled][type=checkbox]~.mwform-radio-field-text, .mwform-checkbox-field .mwform-radio-field input[disabled][type=radio]~.mwform-checkbox-field-text, .mwform-checkbox-field input:disabled[type=checkbox]~.custom-control-label, .mwform-checkbox-field input:disabled[type=checkbox]~.mwform-checkbox-field-text, .mwform-checkbox-field input[disabled][type=checkbox]~.custom-control-label, .mwform-checkbox-field input[disabled][type=checkbox]~.mwform-checkbox-field-text, .mwform-radio-field .custom-control-input:disabled~.mwform-radio-field-text, .mwform-radio-field .custom-control-input[disabled]~.mwform-radio-field-text, .mwform-radio-field .mwform-checkbox-field input:disabled[type=checkbox]~.mwform-radio-field-text, .mwform-radio-field .mwform-checkbox-field input:disabled[type=radio]~.mwform-checkbox-field-text, .mwform-radio-field .mwform-checkbox-field input[disabled][type=checkbox]~.mwform-radio-field-text, .mwform-radio-field .mwform-checkbox-field input[disabled][type=radio]~.mwform-checkbox-field-text, .mwform-radio-field input:disabled[type=radio]~.custom-control-label, .mwform-radio-field input:disabled[type=radio]~.mwform-radio-field-text, .mwform-radio-field input[disabled][type=radio]~.custom-control-label, .mwform-radio-field input[disabled][type=radio]~.mwform-radio-field-text {
  color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before, .custom-control-input[disabled]~.custom-control-label:before, .mwform-checkbox-field .custom-control-input:disabled~.mwform-checkbox-field-text:before, .mwform-checkbox-field .custom-control-input[disabled]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field input:disabled[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .mwform-radio-field input:disabled[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field input[disabled][type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .mwform-radio-field input[disabled][type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field input:disabled[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field input:disabled[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-checkbox-field input[disabled][type=checkbox]~.custom-control-label:before, .mwform-checkbox-field input[disabled][type=checkbox]~.mwform-checkbox-field-text:before, .mwform-radio-field .custom-control-input:disabled~.mwform-radio-field-text:before, .mwform-radio-field .custom-control-input[disabled]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input:disabled[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input:disabled[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field .mwform-checkbox-field input[disabled][type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input[disabled][type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field input:disabled[type=radio]~.custom-control-label:before, .mwform-radio-field input:disabled[type=radio]~.mwform-radio-field-text:before, .mwform-radio-field input[disabled][type=radio]~.custom-control-label:before, .mwform-radio-field input[disabled][type=radio]~.mwform-radio-field-text:before {
  background-color: #e9ecef
}

.custom-control-label, .mwform-checkbox-field .mwform-checkbox-field-text, .mwform-radio-field .mwform-radio-field-text {
  position: relative;
  margin-bottom: 0;
  vertical-align: top
}

.custom-control-label:before, .mwform-checkbox-field .mwform-checkbox-field-text:before, .mwform-radio-field .mwform-radio-field-text:before {
  display: block;
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  border: 1px solid #adb5bd;
  background-color: #fff;
  content: "";
  pointer-events: none
}

.custom-control-label:after, .mwform-checkbox-field .mwform-checkbox-field-text:after, .mwform-radio-field .mwform-radio-field-text:after {
  display: block;
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  background: no-repeat 50%/50% 50%;
  content: ""
}

.custom-checkbox .custom-control-label:before, .custom-checkbox .mwform-radio-field .mwform-radio-field-text:before, .mwform-checkbox-field .custom-control-label:before, .mwform-checkbox-field .mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field .mwform-radio-field-text:before, .mwform-radio-field .custom-checkbox .mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field .mwform-radio-field-text:before {
  border-radius: 3px
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after, .custom-checkbox .mwform-radio-field .custom-control-input:checked~.mwform-radio-field-text:after, .custom-checkbox .mwform-radio-field input:checked[type=radio]~.custom-control-label:after, .custom-checkbox .mwform-radio-field input:checked[type=radio]~.mwform-radio-field-text:after, .mwform-checkbox-field .custom-checkbox .custom-control-input:checked~.mwform-checkbox-field-text:after, .mwform-checkbox-field .custom-checkbox input:checked[type=checkbox]~.custom-control-label:after, .mwform-checkbox-field .custom-checkbox input:checked[type=checkbox]~.mwform-checkbox-field-text:after, .mwform-checkbox-field .custom-control-input:checked~.custom-control-label:after, .mwform-checkbox-field .custom-control-input:checked~.mwform-checkbox-field-text:after, .mwform-checkbox-field .mwform-radio-field .custom-checkbox input:checked[type=radio]~.mwform-checkbox-field-text:after, .mwform-checkbox-field .mwform-radio-field .custom-control-input:checked~.mwform-radio-field-text:after, .mwform-checkbox-field .mwform-radio-field input:checked[type=checkbox]~.mwform-radio-field-text:after, .mwform-checkbox-field .mwform-radio-field input:checked[type=radio]~.custom-control-label:after, .mwform-checkbox-field .mwform-radio-field input:checked[type=radio]~.mwform-checkbox-field-text:after, .mwform-checkbox-field .mwform-radio-field input:checked[type=radio]~.mwform-radio-field-text:after, .mwform-checkbox-field input:checked[type=checkbox]~.custom-control-label:after, .mwform-checkbox-field input:checked[type=checkbox]~.mwform-checkbox-field-text:after, .mwform-radio-field .custom-checkbox .custom-control-input:checked~.mwform-radio-field-text:after, .mwform-radio-field .custom-checkbox input:checked[type=radio]~.custom-control-label:after, .mwform-radio-field .custom-checkbox input:checked[type=radio]~.mwform-radio-field-text:after, .mwform-radio-field .mwform-checkbox-field .custom-checkbox input:checked[type=checkbox]~.mwform-radio-field-text:after, .mwform-radio-field .mwform-checkbox-field .custom-control-input:checked~.mwform-radio-field-text:after, .mwform-radio-field .mwform-checkbox-field input:checked[type=checkbox]~.mwform-radio-field-text:after, .mwform-radio-field .mwform-checkbox-field input:checked[type=radio]~.custom-control-label:after, .mwform-radio-field .mwform-checkbox-field input:checked[type=radio]~.mwform-checkbox-field-text:after, .mwform-radio-field .mwform-checkbox-field input:checked[type=radio]~.mwform-radio-field-text:after {
  background-image: url("data:image/svg xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8'><path fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/></svg>")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before, .custom-checkbox .mwform-radio-field .custom-control-input:indeterminate~.mwform-radio-field-text:before, .custom-checkbox .mwform-radio-field input:indeterminate[type=radio]~.custom-control-label:before, .custom-checkbox .mwform-radio-field input:indeterminate[type=radio]~.mwform-radio-field-text:before, .mwform-checkbox-field .custom-checkbox .custom-control-input:indeterminate~.mwform-checkbox-field-text:before, .mwform-checkbox-field .custom-checkbox input:indeterminate[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field .custom-checkbox input:indeterminate[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .custom-control-input:indeterminate~.custom-control-label:before, .mwform-checkbox-field .custom-control-input:indeterminate~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field .custom-checkbox input:indeterminate[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field .custom-control-input:indeterminate~.mwform-radio-field-text:before, .mwform-checkbox-field .mwform-radio-field input:indeterminate[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .mwform-radio-field input:indeterminate[type=radio]~.custom-control-label:before, .mwform-checkbox-field .mwform-radio-field input:indeterminate[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field input:indeterminate[type=radio]~.mwform-radio-field-text:before, .mwform-checkbox-field input:indeterminate[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field input:indeterminate[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-radio-field .custom-checkbox .custom-control-input:indeterminate~.mwform-radio-field-text:before, .mwform-radio-field .custom-checkbox input:indeterminate[type=radio]~.custom-control-label:before, .mwform-radio-field .custom-checkbox input:indeterminate[type=radio]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field .custom-checkbox input:indeterminate[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field .custom-control-input:indeterminate~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input:indeterminate[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input:indeterminate[type=radio]~.custom-control-label:before, .mwform-radio-field .mwform-checkbox-field input:indeterminate[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field .mwform-checkbox-field input:indeterminate[type=radio]~.mwform-radio-field-text:before {
  border-color: #1da1f3;
  background-color: #1da1f3
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after, .custom-checkbox .mwform-radio-field .custom-control-input:indeterminate~.mwform-radio-field-text:after, .custom-checkbox .mwform-radio-field input:indeterminate[type=radio]~.custom-control-label:after, .custom-checkbox .mwform-radio-field input:indeterminate[type=radio]~.mwform-radio-field-text:after, .mwform-checkbox-field .custom-checkbox .custom-control-input:indeterminate~.mwform-checkbox-field-text:after, .mwform-checkbox-field .custom-checkbox input:indeterminate[type=checkbox]~.custom-control-label:after, .mwform-checkbox-field .custom-checkbox input:indeterminate[type=checkbox]~.mwform-checkbox-field-text:after, .mwform-checkbox-field .custom-control-input:indeterminate~.custom-control-label:after, .mwform-checkbox-field .custom-control-input:indeterminate~.mwform-checkbox-field-text:after, .mwform-checkbox-field .mwform-radio-field .custom-checkbox input:indeterminate[type=radio]~.mwform-checkbox-field-text:after, .mwform-checkbox-field .mwform-radio-field .custom-control-input:indeterminate~.mwform-radio-field-text:after, .mwform-checkbox-field .mwform-radio-field input:indeterminate[type=checkbox]~.mwform-radio-field-text:after, .mwform-checkbox-field .mwform-radio-field input:indeterminate[type=radio]~.custom-control-label:after, .mwform-checkbox-field .mwform-radio-field input:indeterminate[type=radio]~.mwform-checkbox-field-text:after, .mwform-checkbox-field .mwform-radio-field input:indeterminate[type=radio]~.mwform-radio-field-text:after, .mwform-checkbox-field input:indeterminate[type=checkbox]~.custom-control-label:after, .mwform-checkbox-field input:indeterminate[type=checkbox]~.mwform-checkbox-field-text:after, .mwform-radio-field .custom-checkbox .custom-control-input:indeterminate~.mwform-radio-field-text:after, .mwform-radio-field .custom-checkbox input:indeterminate[type=radio]~.custom-control-label:after, .mwform-radio-field .custom-checkbox input:indeterminate[type=radio]~.mwform-radio-field-text:after, .mwform-radio-field .mwform-checkbox-field .custom-checkbox input:indeterminate[type=checkbox]~.mwform-radio-field-text:after, .mwform-radio-field .mwform-checkbox-field .custom-control-input:indeterminate~.mwform-radio-field-text:after, .mwform-radio-field .mwform-checkbox-field input:indeterminate[type=checkbox]~.mwform-radio-field-text:after, .mwform-radio-field .mwform-checkbox-field input:indeterminate[type=radio]~.custom-control-label:after, .mwform-radio-field .mwform-checkbox-field input:indeterminate[type=radio]~.mwform-checkbox-field-text:after, .mwform-radio-field .mwform-checkbox-field input:indeterminate[type=radio]~.mwform-radio-field-text:after {
  background-image: url("data:image/svg xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4'><path stroke='#fff' d='M0 2h4'/></svg>")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before, .custom-checkbox .mwform-radio-field .custom-control-input:disabled:checked~.mwform-radio-field-text:before, .custom-checkbox .mwform-radio-field input:disabled:checked[type=radio]~.custom-control-label:before, .custom-checkbox .mwform-radio-field input:disabled:checked[type=radio]~.mwform-radio-field-text:before, .mwform-checkbox-field .custom-checkbox .custom-control-input:disabled:checked~.mwform-checkbox-field-text:before, .mwform-checkbox-field .custom-checkbox input:disabled:checked[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field .custom-checkbox input:disabled:checked[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .custom-control-input:disabled:checked~.custom-control-label:before, .mwform-checkbox-field .custom-control-input:disabled:checked~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field .custom-checkbox input:disabled:checked[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field .custom-control-input:disabled:checked~.mwform-radio-field-text:before, .mwform-checkbox-field .mwform-radio-field input:disabled:checked[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .mwform-radio-field input:disabled:checked[type=radio]~.custom-control-label:before, .mwform-checkbox-field .mwform-radio-field input:disabled:checked[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field input:disabled:checked[type=radio]~.mwform-radio-field-text:before, .mwform-checkbox-field input:disabled:checked[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field input:disabled:checked[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-radio-field .custom-checkbox .custom-control-input:disabled:checked~.mwform-radio-field-text:before, .mwform-radio-field .custom-checkbox input:disabled:checked[type=radio]~.custom-control-label:before, .mwform-radio-field .custom-checkbox input:disabled:checked[type=radio]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field .custom-checkbox input:disabled:checked[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field .custom-control-input:disabled:checked~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input:disabled:checked[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input:disabled:checked[type=radio]~.custom-control-label:before, .mwform-radio-field .mwform-checkbox-field input:disabled:checked[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field .mwform-checkbox-field input:disabled:checked[type=radio]~.mwform-radio-field-text:before {
  background-color: hsla(0, 0%, 49.4%, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before, .custom-checkbox .mwform-radio-field .custom-control-input:disabled:indeterminate~.mwform-radio-field-text:before, .custom-checkbox .mwform-radio-field input:disabled:indeterminate[type=radio]~.custom-control-label:before, .custom-checkbox .mwform-radio-field input:disabled:indeterminate[type=radio]~.mwform-radio-field-text:before, .mwform-checkbox-field .custom-checkbox .custom-control-input:disabled:indeterminate~.mwform-checkbox-field-text:before, .mwform-checkbox-field .custom-checkbox input:disabled:indeterminate[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field .custom-checkbox input:disabled:indeterminate[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .custom-control-input:disabled:indeterminate~.custom-control-label:before, .mwform-checkbox-field .custom-control-input:disabled:indeterminate~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field .custom-checkbox input:disabled:indeterminate[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field .custom-control-input:disabled:indeterminate~.mwform-radio-field-text:before, .mwform-checkbox-field .mwform-radio-field input:disabled:indeterminate[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .mwform-radio-field input:disabled:indeterminate[type=radio]~.custom-control-label:before, .mwform-checkbox-field .mwform-radio-field input:disabled:indeterminate[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field input:disabled:indeterminate[type=radio]~.mwform-radio-field-text:before, .mwform-checkbox-field input:disabled:indeterminate[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field input:disabled:indeterminate[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-radio-field .custom-checkbox .custom-control-input:disabled:indeterminate~.mwform-radio-field-text:before, .mwform-radio-field .custom-checkbox input:disabled:indeterminate[type=radio]~.custom-control-label:before, .mwform-radio-field .custom-checkbox input:disabled:indeterminate[type=radio]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field .custom-checkbox input:disabled:indeterminate[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field .custom-control-input:disabled:indeterminate~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input:disabled:indeterminate[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input:disabled:indeterminate[type=radio]~.custom-control-label:before, .mwform-radio-field .mwform-checkbox-field input:disabled:indeterminate[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field .mwform-checkbox-field input:disabled:indeterminate[type=radio]~.mwform-radio-field-text:before {
  background-color: hsla(0, 0%, 49.4%, .5)
}

.custom-radio .custom-control-label:before, .custom-radio .mwform-checkbox-field .mwform-checkbox-field-text:before, .mwform-checkbox-field .custom-radio .mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field .mwform-checkbox-field-text:before, .mwform-radio-field .custom-control-label:before, .mwform-radio-field .mwform-checkbox-field .mwform-checkbox-field-text:before, .mwform-radio-field .mwform-radio-field-text:before {
  border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after, .custom-radio .mwform-checkbox-field .custom-control-input:checked~.mwform-checkbox-field-text:after, .custom-radio .mwform-checkbox-field input:checked[type=checkbox]~.custom-control-label:after, .custom-radio .mwform-checkbox-field input:checked[type=checkbox]~.mwform-checkbox-field-text:after, .mwform-checkbox-field .custom-radio .custom-control-input:checked~.mwform-checkbox-field-text:after, .mwform-checkbox-field .custom-radio input:checked[type=checkbox]~.custom-control-label:after, .mwform-checkbox-field .custom-radio input:checked[type=checkbox]~.mwform-checkbox-field-text:after, .mwform-checkbox-field .mwform-radio-field .custom-control-input:checked~.mwform-checkbox-field-text:after, .mwform-checkbox-field .mwform-radio-field .custom-radio input:checked[type=radio]~.mwform-checkbox-field-text:after, .mwform-checkbox-field .mwform-radio-field input:checked[type=checkbox]~.custom-control-label:after, .mwform-checkbox-field .mwform-radio-field input:checked[type=checkbox]~.mwform-checkbox-field-text:after, .mwform-checkbox-field .mwform-radio-field input:checked[type=checkbox]~.mwform-radio-field-text:after, .mwform-checkbox-field .mwform-radio-field input:checked[type=radio]~.mwform-checkbox-field-text:after, .mwform-radio-field .custom-control-input:checked~.custom-control-label:after, .mwform-radio-field .custom-control-input:checked~.mwform-radio-field-text:after, .mwform-radio-field .custom-radio .custom-control-input:checked~.mwform-radio-field-text:after, .mwform-radio-field .custom-radio input:checked[type=radio]~.custom-control-label:after, .mwform-radio-field .custom-radio input:checked[type=radio]~.mwform-radio-field-text:after, .mwform-radio-field .mwform-checkbox-field .custom-control-input:checked~.mwform-checkbox-field-text:after, .mwform-radio-field .mwform-checkbox-field .custom-radio input:checked[type=checkbox]~.mwform-radio-field-text:after, .mwform-radio-field .mwform-checkbox-field input:checked[type=checkbox]~.custom-control-label:after, .mwform-radio-field .mwform-checkbox-field input:checked[type=checkbox]~.mwform-checkbox-field-text:after, .mwform-radio-field .mwform-checkbox-field input:checked[type=checkbox]~.mwform-radio-field-text:after, .mwform-radio-field .mwform-checkbox-field input:checked[type=radio]~.mwform-checkbox-field-text:after, .mwform-radio-field input:checked[type=radio]~.custom-control-label:after, .mwform-radio-field input:checked[type=radio]~.mwform-radio-field-text:after {
  background-image: url("data:image/svg xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'><circle r='3' fill='#fff'/></svg>")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before, .custom-radio .mwform-checkbox-field .custom-control-input:disabled:checked~.mwform-checkbox-field-text:before, .custom-radio .mwform-checkbox-field input:disabled:checked[type=checkbox]~.custom-control-label:before, .custom-radio .mwform-checkbox-field input:disabled:checked[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .custom-radio .custom-control-input:disabled:checked~.mwform-checkbox-field-text:before, .mwform-checkbox-field .custom-radio input:disabled:checked[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field .custom-radio input:disabled:checked[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field .custom-control-input:disabled:checked~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field .custom-radio input:disabled:checked[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field input:disabled:checked[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field .mwform-radio-field input:disabled:checked[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field input:disabled:checked[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .mwform-radio-field input:disabled:checked[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field .custom-control-input:disabled:checked~.custom-control-label:before, .mwform-radio-field .custom-control-input:disabled:checked~.mwform-radio-field-text:before, .mwform-radio-field .custom-radio .custom-control-input:disabled:checked~.mwform-radio-field-text:before, .mwform-radio-field .custom-radio input:disabled:checked[type=radio]~.custom-control-label:before, .mwform-radio-field .custom-radio input:disabled:checked[type=radio]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field .custom-control-input:disabled:checked~.mwform-checkbox-field-text:before, .mwform-radio-field .mwform-checkbox-field .custom-radio input:disabled:checked[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input:disabled:checked[type=checkbox]~.custom-control-label:before, .mwform-radio-field .mwform-checkbox-field input:disabled:checked[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-radio-field .mwform-checkbox-field input:disabled:checked[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field input:disabled:checked[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field input:disabled:checked[type=radio]~.custom-control-label:before, .mwform-radio-field input:disabled:checked[type=radio]~.mwform-radio-field-text:before {
  background-color: hsla(0, 0%, 49.4%, .5)
}

.custom-switch {
  padding-left: 2.25rem
}

.custom-switch .custom-control-label:before, .custom-switch .mwform-checkbox-field .mwform-checkbox-field-text:before, .custom-switch .mwform-radio-field .mwform-radio-field-text:before, .mwform-checkbox-field .custom-switch .mwform-checkbox-field-text:before, .mwform-radio-field .custom-switch .mwform-radio-field-text:before {
  left: -2.25rem;
  width: 1.75rem;
  border-radius: .5rem;
  pointer-events: all
}

.custom-switch .custom-control-label:after, .custom-switch .mwform-checkbox-field .mwform-checkbox-field-text:after, .custom-switch .mwform-radio-field .mwform-radio-field-text:after, .mwform-checkbox-field .custom-switch .mwform-checkbox-field-text:after, .mwform-radio-field .custom-switch .mwform-radio-field-text:after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  border-radius: .5rem;
  background-color: #adb5bd;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .custom-switch .custom-control-label:after, .custom-switch .mwform-checkbox-field .mwform-checkbox-field-text:after, .custom-switch .mwform-radio-field .mwform-radio-field-text:after, .mwform-checkbox-field .custom-switch .mwform-checkbox-field-text:after, .mwform-radio-field .custom-switch .mwform-radio-field-text:after {
    transition: none
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after, .custom-switch .mwform-checkbox-field .custom-control-input:checked~.mwform-checkbox-field-text:after, .custom-switch .mwform-checkbox-field .mwform-radio-field input:checked[type=checkbox]~.mwform-radio-field-text:after, .custom-switch .mwform-checkbox-field input:checked[type=checkbox]~.custom-control-label:after, .custom-switch .mwform-checkbox-field input:checked[type=checkbox]~.mwform-checkbox-field-text:after, .custom-switch .mwform-radio-field .custom-control-input:checked~.mwform-radio-field-text:after, .custom-switch .mwform-radio-field .mwform-checkbox-field input:checked[type=radio]~.mwform-checkbox-field-text:after, .custom-switch .mwform-radio-field input:checked[type=radio]~.custom-control-label:after, .custom-switch .mwform-radio-field input:checked[type=radio]~.mwform-radio-field-text:after, .mwform-checkbox-field .custom-switch .custom-control-input:checked~.mwform-checkbox-field-text:after, .mwform-checkbox-field .custom-switch .mwform-radio-field input:checked[type=checkbox]~.mwform-radio-field-text:after, .mwform-checkbox-field .custom-switch .mwform-radio-field input:checked[type=radio]~.mwform-checkbox-field-text:after, .mwform-checkbox-field .custom-switch input:checked[type=checkbox]~.custom-control-label:after, .mwform-checkbox-field .custom-switch input:checked[type=checkbox]~.mwform-checkbox-field-text:after, .mwform-checkbox-field .mwform-radio-field .custom-switch input:checked[type=radio]~.mwform-checkbox-field-text:after, .mwform-radio-field .custom-switch .custom-control-input:checked~.mwform-radio-field-text:after, .mwform-radio-field .custom-switch .mwform-checkbox-field input:checked[type=checkbox]~.mwform-radio-field-text:after, .mwform-radio-field .custom-switch .mwform-checkbox-field input:checked[type=radio]~.mwform-checkbox-field-text:after, .mwform-radio-field .custom-switch input:checked[type=radio]~.custom-control-label:after, .mwform-radio-field .custom-switch input:checked[type=radio]~.mwform-radio-field-text:after, .mwform-radio-field .mwform-checkbox-field .custom-switch input:checked[type=checkbox]~.mwform-radio-field-text:after {
  transform: translateX(.75rem);
  background-color: #fff
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before, .custom-switch .mwform-checkbox-field .custom-control-input:disabled:checked~.mwform-checkbox-field-text:before, .custom-switch .mwform-checkbox-field .mwform-radio-field input:disabled:checked[type=checkbox]~.mwform-radio-field-text:before, .custom-switch .mwform-checkbox-field input:disabled:checked[type=checkbox]~.custom-control-label:before, .custom-switch .mwform-checkbox-field input:disabled:checked[type=checkbox]~.mwform-checkbox-field-text:before, .custom-switch .mwform-radio-field .custom-control-input:disabled:checked~.mwform-radio-field-text:before, .custom-switch .mwform-radio-field .mwform-checkbox-field input:disabled:checked[type=radio]~.mwform-checkbox-field-text:before, .custom-switch .mwform-radio-field input:disabled:checked[type=radio]~.custom-control-label:before, .custom-switch .mwform-radio-field input:disabled:checked[type=radio]~.mwform-radio-field-text:before, .mwform-checkbox-field .custom-switch .custom-control-input:disabled:checked~.mwform-checkbox-field-text:before, .mwform-checkbox-field .custom-switch .mwform-radio-field input:disabled:checked[type=checkbox]~.mwform-radio-field-text:before, .mwform-checkbox-field .custom-switch .mwform-radio-field input:disabled:checked[type=radio]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .custom-switch input:disabled:checked[type=checkbox]~.custom-control-label:before, .mwform-checkbox-field .custom-switch input:disabled:checked[type=checkbox]~.mwform-checkbox-field-text:before, .mwform-checkbox-field .mwform-radio-field .custom-switch input:disabled:checked[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field .custom-switch .custom-control-input:disabled:checked~.mwform-radio-field-text:before, .mwform-radio-field .custom-switch .mwform-checkbox-field input:disabled:checked[type=checkbox]~.mwform-radio-field-text:before, .mwform-radio-field .custom-switch .mwform-checkbox-field input:disabled:checked[type=radio]~.mwform-checkbox-field-text:before, .mwform-radio-field .custom-switch input:disabled:checked[type=radio]~.custom-control-label:before, .mwform-radio-field .custom-switch input:disabled:checked[type=radio]~.mwform-radio-field-text:before, .mwform-radio-field .mwform-checkbox-field .custom-switch input:disabled:checked[type=checkbox]~.mwform-radio-field-text:before {
  background-color: hsla(0, 0%, 49.4%, .5)
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1.8rem .5rem .8rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff url("data:image/svg xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5'><path fill='#343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right .8rem center/8px 10px;
  color: #495057;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  vertical-align: middle
}

.custom-select:focus {
  border-color: #96d3f9;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(29, 161, 243, .25)
}

.custom-select:focus::-ms-value {
  background-color: #fff;
  color: #495057
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .8rem;
  background-image: none
}

.custom-select:disabled {
  background-color: #e9ecef;
  color: #6c757d
}

.custom-select::-ms-expand {
  display: none
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}

.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem
}

.custom-file {
  display: inline-block;
  margin-bottom: 0
}

.custom-file, .custom-file-input {
  position: relative;
  width: 100%;
  height: calc(1.5em + 1rem + 2px)
}

.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0
}

.custom-file-input:focus~.custom-file-label {
  border-color: #96d3f9;
  box-shadow: 0 0 0 .2rem rgba(29, 161, 243, .25)
}

.custom-file-input:disabled~.custom-file-label, .custom-file-input[disabled]~.custom-file-label {
  background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
  content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
  content: attr(data-browse)
}

.custom-file-label {
  z-index: 1;
  left: 0;
  height: calc(1.5em + 1rem + 2px);
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  font-weight: 300
}

.custom-file-label, .custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: .5rem .8rem;
  color: #495057;
  line-height: 1.5
}

.custom-file-label:after {
  display: block;
  z-index: 3;
  bottom: 0;
  height: calc(1.5em + 1rem);
  border-left: inherit;
  border-radius: 0 4px 4px 0;
  background-color: #e9ecef;
  content: "Browse"
}

.custom-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent
}

.custom-range:focus {
  outline: none
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(29, 161, 243, .25)
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(29, 161, 243, .25)
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(29, 161, 243, .25)
}

.custom-range::-moz-focus-outer {
  border: 0
}

.custom-range::-webkit-slider-thumb {
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  border: 0;
  border-radius: 1rem;
  background-color: #1da1f3;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #c7e8fc
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  border-radius: 1rem;
  border-color: transparent;
  background-color: #dee2e6;
  color: transparent;
  cursor: pointer
}

.custom-range::-moz-range-thumb {
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
  width: 1rem;
  height: 1rem;
  border: 0;
  border-radius: 1rem;
  background-color: #1da1f3;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #c7e8fc
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  border-radius: 1rem;
  border-color: transparent;
  background-color: #dee2e6;
  color: transparent;
  cursor: pointer
}

.custom-range::-ms-thumb {
  -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  border: 0;
  border-radius: 1rem;
  background-color: #1da1f3;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none
  }
}

.custom-range::-ms-thumb:active {
  background-color: #c7e8fc
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  border-width: .5rem;
  border-color: transparent;
  background-color: transparent;
  color: transparent;
  cursor: pointer
}

.custom-range::-ms-fill-lower, .custom-range::-ms-fill-upper {
  border-radius: 1rem;
  background-color: #dee2e6
}

.custom-range::-ms-fill-upper {
  margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
  cursor: default
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd
}

.custom-control-label:before, .custom-file-label, .custom-select, .mwform-checkbox-field .mwform-checkbox-field-text:before, .mwform-radio-field .mwform-radio-field-text:before {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .custom-control-label:before, .custom-file-label, .custom-select, .mwform-checkbox-field .mwform-checkbox-field-text:before, .mwform-radio-field .mwform-radio-field-text:before {
    transition: none
  }
}