button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

a.btn,
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 0;
  background-clip: padding-box;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  outline: none;
  padding: 0.9rem 1rem;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.25s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
a.btn:hover,
.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border: 0;
  color: #fff;
  cursor: pointer;
}

form::after {
  clear: both;
  content: " ";
  display: block;
}

input:disabled,
input:hover:disabled {
  background: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
  opacity: 0.6;
}

input[type=range],
input[type=color] {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}
input[type=range]:focus, input[type=range]:hover,
input[type=color]:focus,
input[type=color]:hover {
  border: 0;
}

input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 3px;
  margin: 7px 0;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: currentColor;
  border-radius: 50%;
  cursor: ew-resize;
  height: 17px;
  margin-top: -7px;
  width: 17px;
}
input[type=range]::-moz-range-track {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 3px;
  margin: 7px 0;
}
input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: currentColor;
  border: 0;
  border-radius: 50%;
  cursor: ew-resize;
  height: 17px;
  margin-top: -3px;
  width: 17px;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border-radius: 0;
  display: block;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 0.25rem 0.5rem;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: border 0.25s ease-in-out;
  width: 100%;
  z-index: 2;
}
input:focus,
textarea:focus {
  outline: 2px solid currentColor;
}

form input:not([type=submit]) {
  line-height: 1;
}

input[readonly],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  height: 1.9em;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover {
  border-color: rgba(0, 0, 0, 0.4);
}

input[type=submit] {
  line-height: inherit;
}
input[type=submit]:focus, input[type=submit]:hover {
  border: none;
}

input[type=radio], input[type=radio]:hover, input[type=radio]:active, input[type=radio]:focus, input[type=radio]:checked,
input[type=checkbox],
input[type=checkbox]:hover,
input[type=checkbox]:active,
input[type=checkbox]:focus,
input[type=checkbox]:checked {
  border: 0;
  cursor: pointer;
  font-size: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 0;
}
input[type=radio]:focus ~ .form-label::after,
input[type=checkbox]:focus ~ .form-label::after {
  outline: 2px solid currentColor;
}

.data-privacy-notice,
.required-notice {
  float: right;
  font-size: 0.8em;
  line-height: 1;
  opacity: 0.8;
}

.required-notice {
  float: left;
}

.element-data-usage {
  font-size: 0.8em;
}

label {
  background-clip: padding-box;
  display: block;
  line-height: 1.5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.label-checkbox, label.label-radio, label.radio, label.checkbox {
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  margin: 0.1rem 0 0.5em;
  padding: 0 0 0 2.8rem;
  position: relative;
}
label.select {
  position: relative;
  width: 100%;
}
label::after, label::before {
  background-clip: padding-box;
}

.form-label .required {
  margin-left: 0.3em;
}

.label-checkbox::after {
  content: "";
  height: 1.6rem;
  left: 0;
  position: absolute;
  top: 0.3rem;
  transition: all 0.25s ease-in-out;
  width: 1.6rem;
}
.label-checkbox::before {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  content: "";
  height: 1.6rem;
  left: 0;
  position: absolute;
  top: 0.3rem;
  transition: all 0.25s ease-in-out;
  width: 1.6rem;
  z-index: 2;
}
input[type=checkbox]:checked + .label-checkbox::before {
  background-color: rgba(0, 0, 0, 0);
  border-right: none;
  border-top: none;
  height: 0.8rem;
  transform: rotate(-45deg);
}
.label-checkbox:hover::before {
  border-color: rgba(0, 0, 0, 0.4);
}

.label-radio::before,
.label-radio::after {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  content: "";
  height: 1.6rem;
  left: 0;
  position: absolute;
  top: 0.3rem;
  transition: all 0.25s ease-in-out;
  width: 1.6rem;
  z-index: 2;
}

.label-radio::before {
  transform: scale3d(0, 0, 1);
  transform-origin: center center;
}

.label-radio::after {
  z-index: 1;
}

.label-radio:hover::after {
  border: 1px solid rgba(0, 0, 0, 0.4);
}

input[type=radio]:checked + .label-radio:hover::after {
  border-color: rgba(0, 0, 0, 0.2);
  transform: none;
}

input[type=radio]:checked + .label-radio::before {
  transform: scale3d(0.5, 0.5, 1);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  background-clip: padding-box;
  border-radius: 0;
  cursor: pointer;
  height: 1.75em;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 0.25rem 0.5rem;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.25s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 2;
}
select:focus {
  outline: 2px solid currentColor;
}

form select {
  line-height: 1;
}

select::-ms-expand {
  display: none !important;
}

select::-ms-value {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #333 !important;
}

option {
  background: #fff;
  color: #333;
}

.select-wrap {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 1;
  margin: 0.1rem 0 1rem;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.select-wrap:hover {
  border-color: rgba(0, 0, 0, 0.4);
}
.select-wrap:hover::after {
  border-top: 0.6rem solid rgba(0, 0, 0, 0.4);
}
.select-wrap::after {
  border-left: 0.7rem solid rgba(0, 0, 0, 0);
  border-right: 0.7rem solid rgba(0, 0, 0, 0);
  border-top: 0.6rem solid #c6c6c6;
  content: "";
  height: 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: rotate(0deg) translateY(-50%);
  transition: all 0.25s ease-in-out;
  width: 0;
  z-index: 1;
}

textarea {
  line-height: 1.5;
  min-height: 5.3em;
  resize: vertical;
  vertical-align: top;
  width: 100%;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  appearance: textfield;
  box-sizing: border-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=search]:placeholder-shown::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 840px) {
  .contact-rows-2 .form-element,
  .contact-rows-3 .form-element {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
    padding: 0.01rem 0;
  }
  .contact-rows-2 .custom-elements {
    -webkit-columns: 2;
    columns: 2;
  }
  .contact-rows-3 .custom-elements {
    -webkit-columns: 3;
    columns: 3;
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.disabled,
.flatpickr-months .flatpickr-next-month.disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f3f3f3;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wp-block-rh-contact-form-redirect-area > .rh-block-contact-form__redirect-area {
  display: none;
}

.wp-block-rh-contact-form {
  margin-bottom: 2.4rem;
  position: relative;
}
.wp-block-rh-contact-form:last-child {
  margin-bottom: 0;
}

.wp-block-contact-form__placeholder-button .wp-block-contact-form__pattern-button {
  background-color: #fff;
  height: auto;
  margin: 8px;
  padding: 15px;
}
.wp-block-contact-form__placeholder-button .wp-block-contact-form__pattern-button > svg {
  fill: currentColor;
  height: 35px;
  width: 35px;
}
.wp-block-contact-form__placeholder-button .wp-block-contact-form__pattern-button:hover {
  background-color: #fff;
}

.wp-block-rh-contact-form-consent,
.wp-block-rh-contact-form-input,
.wp-block-rh-contact-form-select,
.wp-block-rh-contact-form-textarea {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}
.wp-block-rh-contact-form-consent > .input-field,
.wp-block-rh-contact-form-consent > .select-wrap,
.wp-block-rh-contact-form-consent > .textarea-field,
.wp-block-rh-contact-form-input > .input-field,
.wp-block-rh-contact-form-input > .select-wrap,
.wp-block-rh-contact-form-input > .textarea-field,
.wp-block-rh-contact-form-select > .input-field,
.wp-block-rh-contact-form-select > .select-wrap,
.wp-block-rh-contact-form-select > .textarea-field,
.wp-block-rh-contact-form-textarea > .input-field,
.wp-block-rh-contact-form-textarea > .select-wrap,
.wp-block-rh-contact-form-textarea > .textarea-field {
  order: 2;
}
.wp-block-rh-contact-form-consent > .input-checkbox,
.wp-block-rh-contact-form-consent > .input-radio,
.wp-block-rh-contact-form-input > .input-checkbox,
.wp-block-rh-contact-form-input > .input-radio,
.wp-block-rh-contact-form-select > .input-checkbox,
.wp-block-rh-contact-form-select > .input-radio,
.wp-block-rh-contact-form-textarea > .input-checkbox,
.wp-block-rh-contact-form-textarea > .input-radio {
  order: 0;
}
.wp-block-rh-contact-form-consent:last-child,
.wp-block-rh-contact-form-input:last-child,
.wp-block-rh-contact-form-select:last-child,
.wp-block-rh-contact-form-textarea:last-child {
  margin-bottom: 0;
}

.wp-block-rh-contact-form-input [name=data-usage] + .input-label {
  font-size: 0.8em;
}
.wp-block-rh-contact-form-input > .max-upload-size {
  flex: 0 0 100%;
  margin-bottom: 0;
  order: 3;
}

.wp-block-rh-contact-form-consent {
  flex-wrap: nowrap;
}

.wp-block-rh-contact-form-input.invalid > .input-file {
  background-color: rgba(255, 0, 0, 0.23) !important;
}
.wp-block-rh-contact-form-input.invalid > .max-upload-size {
  color: #c00;
}

.rh-has-label-image {
  display: block !important;
}
.rh-has-label-image .form-label {
  padding-left: 0;
}
.rh-has-label-image .form-label img,
.rh-has-label-image .form-label svg {
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 3px;
  transition: border 0.25s ease-in-out;
}
.rh-has-label-image .form-label svg {
  fill: currentColor;
}
.rh-has-label-image .form-label::before, .rh-has-label-image .form-label::after {
  content: none;
}
.rh-has-label-image .form-label:hover img,
.rh-has-label-image .form-label:hover svg {
  border-color: rgba(0, 0, 0, 0.4);
}

.wp-block-rh-contact-form-section {
  left: 0;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  transition: all 0.25s ease-in-out;
  z-index: -1;
}
.wp-block-rh-contact-form-section:not(:first-of-type):not(.rh-visible-section), .wp-block-rh-contact-form-section.rh-hidden-section {
  opacity: 0;
}
.wp-block-rh-contact-form-section.rh-visible-section {
  opacity: 1;
  position: relative;
  z-index: 10;
}
.wp-block-rh-contact-form-section.rh-first-section .wp-block-column:first-child .rh-block-section-button {
  display: none;
}
.wp-block-rh-contact-form-section.rh-last-section .wp-block-column:last-child .rh-block-section-button {
  display: none;
}
.wp-block-rh-contact-form-section + .data-privacy-notice,
.wp-block-rh-contact-form-section + .required-notice {
  margin-top: 1rem;
}

.wp-block-column .rh-block-section-button .wp-block-button__link {
  padding: 0.5rem 4rem;
  width: auto;
}
.wp-block-column:first-child > .rh-block-section-button .wp-block-button__link {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  text-decoration: underline;
}
.wp-block-column:first-child > .rh-block-section-button .wp-block-button__link:active, .wp-block-column:first-child > .rh-block-section-button .wp-block-button__link:focus, .wp-block-column:first-child > .rh-block-section-button .wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-column:last-child .rh-block-section-button {
  text-align: right;
}

.is-ajax-form {
  position: relative;
}
.is-ajax-form .entry-content {
  width: auto;
}
.is-ajax-form .rh-form-overlay {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  color: #333;
  display: none;
  flex-wrap: wrap;
  left: 0;
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.is-ajax-form .rh-form-overlay > * {
  flex: 0 0 100%;
}
.is-ajax-form .rh-form-overlay h2 {
  color: #333;
}
.is-ajax-form .rh-form-error-message {
  text-align: center;
}
.is-ajax-form .rh-close-overlay {
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 20px;
}
.is-ajax-form .rh-close-overlay::after, .is-ajax-form .rh-close-overlay::before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 0.2rem;
  top: 0.85rem;
  transform: rotate(45deg);
  width: 1em;
  z-index: 100;
}
.is-ajax-form .rh-close-overlay::after {
  transform: rotate(-45deg);
}
.is-ajax-form .rh-overlay-loading {
  height: 2rem;
  margin: 0 auto;
  width: 2rem;
}
.is-ajax-form .rh-overlay-loading:before {
  animation: lds-dual-ring 1.2s linear infinite;
  border: 3px solid currentColor;
  border-color: currentColor rgba(0, 0, 0, 0);
  border-radius: 50%;
  content: "";
  display: block;
  height: 2rem;
  margin: 3px 0;
  width: 2rem;
}
.is-ajax-form.is-overlay-open {
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 5px;
}
.is-ajax-form.is-overlay-open > :not(.rh-form-overlay) {
  filter: blur(3px);
}
.is-ajax-form.is-overlay-open .rh-form-overlay {
  display: flex;
}

.rh-overlay-status-icon {
  border-radius: 50%;
  display: block;
  height: 52px;
  margin: 0 auto 1rem;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2;
  width: 52px;
}
.rh-overlay-status-icon > circle {
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  fill: none;
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.rh-overlay-status-icon .crossmark__circle {
  stroke: #f00;
}
.rh-overlay-status-icon .cross__path {
  stroke: #fff;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  transform-origin: 50% 50% 0;
}
.rh-overlay-status-icon .cross__path--right {
  animation: 0.3s ease 0.8s normal forwards 1 running stroke;
}
.rh-overlay-status-icon .cross__path--left {
  animation: 1s ease 0.8s normal forwards 1 running stroke;
}
.rh-overlay-status-icon .checkmark__circle {
  stroke: #7ac142;
}
.rh-overlay-status-icon .checkmark__check {
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  transform-origin: 50% 50%;
}
.rh-overlay-status-icon.is-error {
  animation: fill-red 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  box-shadow: inset 0 0 0 #f00;
}
.rh-overlay-status-icon.is-success {
  animation: fill-green 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  box-shadow: inset 0 0 0 #7ac142;
}

@keyframes fill-green {
  100% {
    box-shadow: inset 0 0 0 30px #7ac142;
  }
}
@keyframes fill-red {
  100% {
    box-shadow: inset 0 0 0 30px #f00;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form-error > .inline-error {
  align-self: flex-start;
  background-color: #900;
  color: #eee;
  font-size: 0.85em;
  margin-top: 5px;
  order: 2;
  padding: 2px 5px;
  position: relative;
}
.form-error > .inline-error::before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #900;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  content: "";
  display: block;
  height: 0;
  left: 4px;
  position: absolute;
  top: -5px;
  width: 0;
}
.form-error > .form-label {
  color: #900;
}
.form-error .input-checkbox ~ .inline-error,
.form-error .input-radio ~ .inline-error {
  margin-top: -8px;
}
.form-error > .select-wrap ~ .inline-error {
  margin-top: -5px;
}
.form-error > .input-field,
.form-error > .select-wrap,
.form-error > .textarea-field {
  animation: wiggle 0.25s linear;
  border-color: #900;
}
.form-error .select-wrap::after {
  border-top-color: #900;
}
.form-error .label-checkbox::before,
.form-error .label-radio::after {
  border-color: #900 !important;
}

.wp-block-rh-contact-form .form-error,
.wp-block-rh-contact-form .is-valid {
  position: relative;
}
.wp-block-rh-contact-form .form-error > .input-field,
.wp-block-rh-contact-form .form-error > .select-wrap,
.wp-block-rh-contact-form .form-error > .textarea-field,
.wp-block-rh-contact-form .is-valid > .input-field,
.wp-block-rh-contact-form .is-valid > .select-wrap,
.wp-block-rh-contact-form .is-valid > .textarea-field {
  padding-right: 3.2rem !important;
}
.wp-block-rh-contact-form .form-error::after, .wp-block-rh-contact-form .form-error::before,
.wp-block-rh-contact-form .is-valid::after,
.wp-block-rh-contact-form .is-valid::before {
  background-color: #900;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 0.7rem;
  top: 2.4em;
  transform: rotate(45deg);
  width: 1em;
  z-index: 100;
}
.wp-block-rh-contact-form .form-error::after,
.wp-block-rh-contact-form .is-valid::after {
  transform: rotate(-45deg);
}
.wp-block-rh-contact-form .is-valid::after {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #090;
  border-right: 0;
  border-top: 0;
  height: 0.8rem;
  top: 2.05em;
  width: 1.6rem;
}
.wp-block-rh-contact-form .is-valid::before {
  content: none;
}
.wp-block-rh-contact-form .is-form-type-checkbox,
.wp-block-rh-contact-form .is-form-type-radio {
  padding-right: 3.5rem;
}
.wp-block-rh-contact-form .is-form-type-checkbox.form-error::after, .wp-block-rh-contact-form .is-form-type-checkbox.form-error::before,
.wp-block-rh-contact-form .is-form-type-radio.form-error::after,
.wp-block-rh-contact-form .is-form-type-radio.form-error::before {
  top: 0.7em;
}
.wp-block-rh-contact-form .is-form-type-checkbox.is-valid::after,
.wp-block-rh-contact-form .is-form-type-radio.is-valid::after {
  content: none;
}
.wp-block-rh-contact-form .is-form-type-range > .input-field {
  padding-right: 0;
}
.wp-block-rh-contact-form .is-form-type-range.form-error::after, .wp-block-rh-contact-form .is-form-type-range.form-error::before, .wp-block-rh-contact-form .is-form-type-range.is-valid::after, .wp-block-rh-contact-form .is-form-type-range.is-valid::before {
  content: none;
}
.wp-block-rh-contact-form .wp-block-rh-contact-form-select.form-error::after, .wp-block-rh-contact-form .wp-block-rh-contact-form-select.form-error::before {
  right: 3rem;
  top: 2.45em;
}
.wp-block-rh-contact-form .wp-block-rh-contact-form-select.is-valid::after {
  right: 3rem;
}

@keyframes wiggle {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
.is-design-material-inner input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]),
.is-design-material-inner textarea,
.is-design-material-outer input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]),
.is-design-material-outer textarea {
  height: 3em;
  padding: 1rem 1.5rem;
}
.is-design-material-inner input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):focus, .is-design-material-inner input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):not(:placeholder-shown),
.is-design-material-inner textarea:focus,
.is-design-material-inner textarea:not(:placeholder-shown),
.is-design-material-outer input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):focus,
.is-design-material-outer input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):not(:placeholder-shown),
.is-design-material-outer textarea:focus,
.is-design-material-outer textarea:not(:placeholder-shown) {
  padding: 1.75rem 1.5rem 0.25rem;
  outline: none;
}
.is-design-material-inner input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):focus ~ .form-label, .is-design-material-inner input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):not(:placeholder-shown) ~ .form-label,
.is-design-material-inner textarea:focus ~ .form-label,
.is-design-material-inner textarea:not(:placeholder-shown) ~ .form-label,
.is-design-material-outer input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):focus ~ .form-label,
.is-design-material-outer input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):not(:placeholder-shown) ~ .form-label,
.is-design-material-outer textarea:focus ~ .form-label,
.is-design-material-outer textarea:not(:placeholder-shown) ~ .form-label {
  background-color: #fff;
  opacity: 0.85;
  transform: translateY(-2.35rem) scale(0.85) !important;
}
.is-design-material-inner input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):focus ~ .form-label.screen-reader-text, .is-design-material-inner input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):not(:placeholder-shown) ~ .form-label.screen-reader-text,
.is-design-material-inner textarea:focus ~ .form-label.screen-reader-text,
.is-design-material-inner textarea:not(:placeholder-shown) ~ .form-label.screen-reader-text,
.is-design-material-outer input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):focus ~ .form-label.screen-reader-text,
.is-design-material-outer input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):not(:placeholder-shown) ~ .form-label.screen-reader-text,
.is-design-material-outer textarea:focus ~ .form-label.screen-reader-text,
.is-design-material-outer textarea:not(:placeholder-shown) ~ .form-label.screen-reader-text {
  clip: auto;
  clip-path: none;
  height: auto;
  width: auto;
}
.is-design-material-inner input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):-webkit-autofill, .is-design-material-inner input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):autofill,
.is-design-material-inner textarea:-webkit-autofill,
.is-design-material-inner textarea:autofill,
.is-design-material-outer input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):-webkit-autofill,
.is-design-material-outer input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):autofill,
.is-design-material-outer textarea:-webkit-autofill,
.is-design-material-outer textarea:autofill {
  box-shadow: inset 0 0 0 1000px #fff;
}
.is-design-material-inner select,
.is-design-material-outer select {
  height: 3em;
  padding: 1.75rem 1.5rem 0.25rem;
  outline: none;
}
.is-design-material-inner select ~ .form-label,
.is-design-material-outer select ~ .form-label {
  background-color: #fff;
  opacity: 0.85;
  transform: translateY(-2.35rem) scale(0.85) !important;
}
.is-design-material-inner select ~ .form-label.screen-reader-text,
.is-design-material-outer select ~ .form-label.screen-reader-text {
  clip: auto;
  clip-path: none;
  height: auto;
  width: auto;
}
.is-design-material-inner select:-webkit-autofill, .is-design-material-inner select:autofill,
.is-design-material-outer select:-webkit-autofill,
.is-design-material-outer select:autofill {
  box-shadow: inset 0 0 0 1000px #fff;
}
.is-design-material-inner [type=file]:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]),
.is-design-material-outer [type=file]:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]) {
  height: 3.5em;
}
.is-design-material-inner [type=file]:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):focus, .is-design-material-inner [type=file]:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):not(:placeholder-shown),
.is-design-material-outer [type=file]:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):focus,
.is-design-material-outer [type=file]:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):not(:placeholder-shown) {
  padding-top: 2.2rem;
}
.is-design-material-inner .form-label:not(.label-checkbox):not(.label-radio):not(.label-range),
.is-design-material-outer .form-label:not(.label-checkbox):not(.label-radio):not(.label-range) {
  cursor: text;
  left: 1.5rem;
  position: absolute;
  top: 2.5rem;
  transform: translateY(-50%);
  transform-origin: left center;
  transition: transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 20;
}
.is-design-material-inner .wp-block-rh-contact-form-input,
.is-design-material-inner .wp-block-rh-contact-form-select,
.is-design-material-inner .wp-block-rh-contact-form-textarea,
.is-design-material-outer .wp-block-rh-contact-form-input,
.is-design-material-outer .wp-block-rh-contact-form-select,
.is-design-material-outer .wp-block-rh-contact-form-textarea {
  position: relative;
}
.is-design-material-inner .form-error::after, .is-design-material-inner .form-error::before,
.is-design-material-outer .form-error::after,
.is-design-material-outer .form-error::before {
  top: 1.5em;
}
.is-design-material-inner .is-valid::after,
.is-design-material-outer .is-valid::after {
  top: 1.15em;
}

.is-design-material-outer input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):focus, .is-design-material-outer input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):not(:placeholder-shown),
.is-design-material-outer textarea:focus,
.is-design-material-outer textarea:not(:placeholder-shown) {
  padding: 1rem 1.5rem;
}
.is-design-material-outer input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):focus ~ .form-label, .is-design-material-outer input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):not(:placeholder-shown) ~ .form-label,
.is-design-material-outer textarea:focus ~ .form-label,
.is-design-material-outer textarea:not(:placeholder-shown) ~ .form-label {
  opacity: 1;
  transform: translateY(-3.65rem) scale(0.85) !important;
}
.is-design-material-outer input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):focus ~ .form-label::after, .is-design-material-outer input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):focus ~ .form-label::before, .is-design-material-outer input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):not(:placeholder-shown) ~ .form-label::after, .is-design-material-outer input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):not(:placeholder-shown) ~ .form-label::before,
.is-design-material-outer textarea:focus ~ .form-label::after,
.is-design-material-outer textarea:focus ~ .form-label::before,
.is-design-material-outer textarea:not(:placeholder-shown) ~ .form-label::after,
.is-design-material-outer textarea:not(:placeholder-shown) ~ .form-label::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  left: -4px;
  position: absolute;
  top: 0;
  width: 4px;
}
.is-design-material-outer input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):focus ~ .form-label::after, .is-design-material-outer input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):not(:placeholder-shown) ~ .form-label::after,
.is-design-material-outer textarea:focus ~ .form-label::after,
.is-design-material-outer textarea:not(:placeholder-shown) ~ .form-label::after {
  left: auto;
  right: -4px;
}
.is-design-material-outer select {
  padding: 1rem 1.5rem;
}
.is-design-material-outer select ~ .form-label {
  opacity: 1;
  transform: translateY(-3.65rem) scale(0.85) !important;
}
.is-design-material-outer select ~ .form-label::after, .is-design-material-outer select ~ .form-label::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  left: -4px;
  position: absolute;
  top: 0;
  width: 4px;
}
.is-design-material-outer select ~ .form-label::after {
  left: auto;
  right: -4px;
}
.is-design-material-outer [type=file]:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):focus, .is-design-material-outer [type=file]:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=reset]):not(:placeholder-shown) {
  padding: 1.2rem 1.5rem;
}
.is-design-material-outer .wp-block-rh-contact-form-input,
.is-design-material-outer .wp-block-rh-contact-form-select,
.is-design-material-outer .wp-block-rh-contact-form-textarea {
  margin-bottom: 0.75em;
}

.wp-block-rh-contact-form .has-dropzone.form-error::after, .wp-block-rh-contact-form .has-dropzone.form-error::before {
  content: none;
}

.dragndrop-zone__container {
  max-width: 100%;
}
.dragndrop-zone__container .input-field {
  border: 0 !important;
  font-size: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  outline: none;
  padding: 0 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dragndrop-zone__container .input-label {
  display: none;
}

.dragndrop-zone {
  background-color: #f6f7f7;
  border: 2px dashed #ccc;
  margin-bottom: 5px;
  padding: 1rem;
}
@media only screen and (min-width: 840px) {
  .dragndrop-zone {
    padding: 2rem;
  }
}
.is-highlighted > .dragndrop-zone {
  background-color: #edfaef;
  border-color: #1ed14b;
}
.is-error > .dragndrop-zone {
  background-color: #fcf0f1;
  border-color: #900;
}

.dragndrop-zone__placeholder {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 840px) {
  .dragndrop-zone__placeholder {
    text-align: left;
  }
}
.dragndrop-zone__placeholder > * {
  flex: 0 0 100%;
}
@media only screen and (min-width: 840px) {
  .dragndrop-zone__placeholder > * {
    flex: 0 0 auto;
  }
}
.dragndrop-zone__placeholder > .rh-block-icon {
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 840px) {
  .dragndrop-zone__placeholder > .rh-block-icon {
    margin-bottom: 0;
    margin-right: 0.5em;
  }
}

.dragndrop-zone__upload-button {
  display: inline-block;
  width: auto;
}
@media only screen and (min-width: 840px) {
  .dragndrop-zone__upload-button {
    margin-left: 1em;
  }
}

.dragndrop-zone__file {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  padding: 5px 0;
}
.dragndrop-zone__file:last-child {
  margin-bottom: 5px;
}

.dragndrop-zone__file--delete {
  background: rgba(0, 0, 0, 0) !important;
  color: currentColor !important;
  flex: 0 0 24px;
  line-height: 0;
  margin-right: 0.5rem;
  order: -1;
  padding: 0 !important;
}
.dragndrop-zone__file--delete:focus {
  border-radius: 3px;
  box-shadow: 0 0 0 2px currentColor;
}

.dragndrop-zone__file--title {
  flex: 0 0 calc(100% - 119px);
  margin-right: 1rem;
  word-break: break-word;
}

.dragndrop-zone__file--size {
  flex: 0 0 80px;
  text-align: right;
}

.data-privacy-notice,
.required-notice {
  margin-bottom: 0;
}

.rh-dependency-is-hidden {
  display: none !important;
}
