.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.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.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.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: 34px;
  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 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-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 {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.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 input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: 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%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  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\0;
  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;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.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-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.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.flatpickr-disabled,
.flatpickr-day.flatpickr-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.flatpickr-disabled,
.flatpickr-day.flatpickr-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 {
  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;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.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;
  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: #eee;
}
.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);
  }
}

/* Fonts ========================================================================== */
/* Breakpoints
   ========================================================================== */
/* Type
   ========================================================================== */
/* Colors
   ========================================================================== */
/* Spacing
   ========================================================================== */
.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: min-content auto min-content;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 1px hsla(0, 0%, 0%, 0.075), 0 1px 2px hsla(0, 0%, 0%, 0.075), 1px 2px 4px hsla(0, 0%, 0%, 0.075), 1px 3px 8px hsla(0, 0%, 0%, 0.075), 2px 4px 16px hsla(0, 0%, 0%, 0.075);
  pointer-events: all;
}
.swal2-popup.swal2-toast > * {
  grid-column: 2;
}
.swal2-popup.swal2-toast .swal2-title {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}
.swal2-popup.swal2-toast .swal2-html-container {
  margin: 0.5em 1em;
  padding: 0;
  overflow: initial;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}
.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

div:where(.swal2-container) {
  display: grid;
  position: fixed;
  z-index: 1060;
  inset: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
div:where(.swal2-container).swal2-backdrop-hide {
  background: transparent !important;
}
div:where(.swal2-container).swal2-top-start, div:where(.swal2-container).swal2-center-start, div:where(.swal2-container).swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
div:where(.swal2-container).swal2-top, div:where(.swal2-container).swal2-center, div:where(.swal2-container).swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
div:where(.swal2-container).swal2-top-end, div:where(.swal2-container).swal2-center-end, div:where(.swal2-container).swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
div:where(.swal2-container).swal2-top-start > .swal2-popup {
  align-self: start;
}
div:where(.swal2-container).swal2-top > .swal2-popup {
  grid-column: 2;
  align-self: start;
  justify-self: center;
}
div:where(.swal2-container).swal2-top-end > .swal2-popup, div:where(.swal2-container).swal2-top-right > .swal2-popup {
  grid-column: 3;
  align-self: start;
  justify-self: end;
}
div:where(.swal2-container).swal2-center-start > .swal2-popup, div:where(.swal2-container).swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}
div:where(.swal2-container).swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
}
div:where(.swal2-container).swal2-center-end > .swal2-popup, div:where(.swal2-container).swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end;
}
div:where(.swal2-container).swal2-bottom-start > .swal2-popup, div:where(.swal2-container).swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}
div:where(.swal2-container).swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end;
}
div:where(.swal2-container).swal2-bottom-end > .swal2-popup, div:where(.swal2-container).swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-self: end;
}
div:where(.swal2-container).swal2-grow-row > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
div:where(.swal2-container).swal2-grow-column > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}
div:where(.swal2-container).swal2-no-transition {
  transition: none !important;
}
div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
}
div:where(.swal2-container) div:where(.swal2-popup):focus {
  outline: none;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
  overflow-y: hidden;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}
div:where(.swal2-container) div:where(.swal2-actions) {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
div:where(.swal2-container) div:where(.swal2-loader) {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}
div:where(.swal2-container) button:where(.swal2-styled) {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}
div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
  cursor: pointer;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7066e0;
  color: #fff;
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7881;
  color: #fff;
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}
div:where(.swal2-container) button:where(.swal2-styled):focus {
  outline: none;
}
div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-footer) {
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: inherit;
  font-size: 1em;
}
div:where(.swal2-container) .swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}
div:where(.swal2-container) img:where(.swal2-image) {
  max-width: 100%;
  margin: 2em auto 1em;
}
div:where(.swal2-container) button:where(.swal2-close) {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #ccc;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}
div:where(.swal2-container) button:where(.swal2-close):hover {
  transform: none;
  background: transparent;
  color: #f27474;
}
div:where(.swal2-container) button:where(.swal2-close):focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}
div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) .swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em 0.3em;
  padding: 0;
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea),
div:where(.swal2-container) select:where(.swal2-select),
div:where(.swal2-container) div:where(.swal2-radio),
div:where(.swal2-container) label:where(.swal2-checkbox) {
  margin: 1em 2em 3px;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea) {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: transparent;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,
div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,
div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
div:where(.swal2-container) input:where(.swal2-input):focus,
div:where(.swal2-container) input:where(.swal2-file):focus,
div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}
div:where(.swal2-container) input:where(.swal2-input)::-moz-placeholder, div:where(.swal2-container) input:where(.swal2-file)::-moz-placeholder, div:where(.swal2-container) textarea:where(.swal2-textarea)::-moz-placeholder {
  color: #ccc;
}
div:where(.swal2-container) input:where(.swal2-input)::placeholder,
div:where(.swal2-container) input:where(.swal2-file)::placeholder,
div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
  color: #ccc;
}
div:where(.swal2-container) .swal2-range {
  margin: 1em 2em 3px;
  background: #fff;
}
div:where(.swal2-container) .swal2-range input {
  width: 80%;
}
div:where(.swal2-container) .swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
div:where(.swal2-container) .swal2-range input,
div:where(.swal2-container) .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}
div:where(.swal2-container) .swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
div:where(.swal2-container) .swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: transparent;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}
div:where(.swal2-container) .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: transparent;
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio,
div:where(.swal2-container) .swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
div:where(.swal2-container) .swal2-radio label,
div:where(.swal2-container) .swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio input,
div:where(.swal2-container) .swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}
div:where(.swal2-container) label:where(.swal2-input-label) {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}
div:where(.swal2-container) div:where(.swal2-validation-message) {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
div:where(.swal2-container) div:where(.swal2-validation-message)::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
div:where(.swal2-container) div:where(.swal2-icon) {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
div:where(.swal2-container) div:where(.swal2-icon) .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-error {
  border-color: #f27474;
  color: #f27474;
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-warning.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.5s;
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-info.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.8s;
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-question.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-question-mark 0.8s;
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}
div:where(.swal2-container) div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}
div:where(.swal2-container) .swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: transparent;
  font-weight: 600;
}
div:where(.swal2-container) .swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  inset: 0 0 auto auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  inset: 0 auto auto 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  inset: 50% auto auto 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  inset: auto auto 0 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  inset: auto auto 0 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  inset: auto 0 0 auto;
}

/* ==========================================================================
   MIXINS
   ========================================================================== */
/* ==========================================================================
   #FONT-FACE
   ========================================================================== */
/**
 * Add font-display: swap to font-face blocks here
 * https://www.zachleat.com/web/comprehensive-webfonts/#font-display
 */
@font-face {
  font-family: "Poppins";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: local(""), url("./../assets/fonts/medium/Poppins-Medium.otf") format("otf"), url("./../assets/fonts/medium/Poppins-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
}
/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local(""), url("./../assets/fonts/regular/Poppins-Regular.otf") format("otf"), url("./../assets/fonts/regular/Poppins-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
}
/* poppins-light - latin */
@font-face {
  font-family: "Poppins";
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: local(""), url("./../assets/fonts/light/Poppins-Light.otf") format("otf"), url("./../assets/fonts/light/Poppins-Light.ttf") format("truetype"); /* Safari, Android, iOS */
}
html,
body {
  overflow-x: clip;
}

p:last-of-type {
  margin-bottom: 0;
}

.c-accordion {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}

.c-accordion__item {
  box-sizing: content-box;
  overflow-y: hidden;
  overflow-y: clip;
}

.c-accordion__target {
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}

.c-accordion__control {
  display: flex;
  align-items: center;
}

.c-accordion__button {
  color: #ffffff;
  width: 1.875rem;
  height: 1.875rem;
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}

[data-status=expanded] .c-accordion__btn--contracted {
  display: none;
}

[data-status=expanded] .c-accordion__btn--expanded {
  display: block;
}

[data-status=contracted] .c-accordion__btn--expanded {
  display: none;
}

[data-status=contracted] .c-accordion__btn--contracted {
  display: block;
}

.c-accordion__panel {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  color: #ffffff;
  margin-top: 1.25rem;
}
.c-accordion__panel[aria-hidden=true], [data-status=disabled] .c-accordion__panel {
  display: none;
}

.c-accordion__panel__inner {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}

/* ==========================================================================
   #BUTTONS
   ========================================================================== */
/**
 * This is an example component. Extend inuitcss by building your own components
 * that make up your UI. Component classes are prefixed with a `c-`.
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 */
.c-btn, .nf-mp-footer .nf-next-previous button[type=submit],
.nf-mp-footer .nf-next-previous button[data-nf-submit-form],
.nf-mp-footer .nf-next-previous .nf-next, .nf-mp-footer .nf-next-previous .nf-previous, .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel, .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element, body .wpgb-facet button.wpgb-button, body div:where(.swal2-container) button:where(.swal2-styled).swal2-deny,
body div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel, body div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm, .elementor-widget-button.elementor-button-danger .elementor-button, .elementor-widget-button.elementor-button-info .elementor-button, .elementor-widget-button .elementor-button {
  display: inline-block; /* [1] */
  vertical-align: middle; /* [2] */
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.66;
  letter-spacing: 0.0125em;
  line-height: 1 !important;
  text-align: center; /* [4] */
  text-decoration: none !important; /* [4] */
  margin: 0; /* [4] */
  cursor: pointer; /* [5] */
  padding: 0.625rem 0.875rem !important;
  transition: all 300ms ease-in-out;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .c-btn, .nf-mp-footer .nf-next-previous button[type=submit],
  .nf-mp-footer .nf-next-previous button[data-nf-submit-form],
  .nf-mp-footer .nf-next-previous .nf-next, .nf-mp-footer .nf-next-previous .nf-previous, .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel, .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element, body .wpgb-facet button.wpgb-button, body div:where(.swal2-container) button:where(.swal2-styled).swal2-deny,
  body div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel, body div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm, .elementor-widget-button.elementor-button-danger .elementor-button, .elementor-widget-button.elementor-button-info .elementor-button, .elementor-widget-button .elementor-button {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-btn, .nf-mp-footer .nf-next-previous button[type=submit],
  .nf-mp-footer .nf-next-previous button[data-nf-submit-form],
  .nf-mp-footer .nf-next-previous .nf-next, .nf-mp-footer .nf-next-previous .nf-previous, .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel, .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element, body .wpgb-facet button.wpgb-button, body div:where(.swal2-container) button:where(.swal2-styled).swal2-deny,
  body div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel, body div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm, .elementor-widget-button.elementor-button-danger .elementor-button, .elementor-widget-button.elementor-button-info .elementor-button, .elementor-widget-button .elementor-button {
    font-size: calc(0.75rem + 0.25 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-btn, .nf-mp-footer .nf-next-previous button[type=submit],
  .nf-mp-footer .nf-next-previous button[data-nf-submit-form],
  .nf-mp-footer .nf-next-previous .nf-next, .nf-mp-footer .nf-next-previous .nf-previous, .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel, .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element, body .wpgb-facet button.wpgb-button, body div:where(.swal2-container) button:where(.swal2-styled).swal2-deny,
  body div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel, body div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm, .elementor-widget-button.elementor-button-danger .elementor-button, .elementor-widget-button.elementor-button-info .elementor-button, .elementor-widget-button .elementor-button {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-btn, .nf-mp-footer .nf-next-previous button[type=submit],
  .nf-mp-footer .nf-next-previous button[data-nf-submit-form],
  .nf-mp-footer .nf-next-previous .nf-next, .nf-mp-footer .nf-next-previous .nf-previous, .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel, .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element, body .wpgb-facet button.wpgb-button, body div:where(.swal2-container) button:where(.swal2-styled).swal2-deny,
  body div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel, body div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm, .elementor-widget-button.elementor-button-danger .elementor-button, .elementor-widget-button.elementor-button-info .elementor-button, .elementor-widget-button .elementor-button {
    line-height: 1.56;
  }
}
@media (min-width: 1024px) {
  .c-btn, .nf-mp-footer .nf-next-previous button[type=submit],
  .nf-mp-footer .nf-next-previous button[data-nf-submit-form],
  .nf-mp-footer .nf-next-previous .nf-next, .nf-mp-footer .nf-next-previous .nf-previous, .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel, .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element, body .wpgb-facet button.wpgb-button, body div:where(.swal2-container) button:where(.swal2-styled).swal2-deny,
  body div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel, body div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm, .elementor-widget-button.elementor-button-danger .elementor-button, .elementor-widget-button.elementor-button-info .elementor-button, .elementor-widget-button .elementor-button {
    padding: 0.875rem 1.25rem !important;
  }
}
.c-btn:focus, .nf-mp-footer .nf-next-previous button[type=submit]:focus,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous .nf-next:focus, .nf-mp-footer .nf-next-previous .nf-previous:focus, .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel:focus, .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset:focus, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:focus, body .wpgb-facet button.wpgb-button:focus, body div:where(.swal2-container) button.swal2-deny:focus:where(.swal2-styled),
body div:where(.swal2-container) button.swal2-cancel:focus:where(.swal2-styled), body div:where(.swal2-container) button.swal2-confirm:focus:where(.swal2-styled), .elementor-widget-button .elementor-button:focus, .c-btn:active, .nf-mp-footer .nf-next-previous button[type=submit]:active,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:active,
.nf-mp-footer .nf-next-previous .nf-next:active, .nf-mp-footer .nf-next-previous .nf-previous:active, .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel:active, .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset:active, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:active, body .wpgb-facet button.wpgb-button:active, body div:where(.swal2-container) button.swal2-deny:active:where(.swal2-styled),
body div:where(.swal2-container) button.swal2-cancel:active:where(.swal2-styled), body div:where(.swal2-container) button.swal2-confirm:active:where(.swal2-styled), .elementor-widget-button .elementor-button:active, .c-btn:hover, .nf-mp-footer .nf-next-previous button[type=submit]:hover,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous .nf-next:hover, .nf-mp-footer .nf-next-previous .nf-previous:hover, .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel:hover, .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset:hover, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover, body .wpgb-facet button.wpgb-button:hover, body div:where(.swal2-container) button.swal2-deny:hover:where(.swal2-styled),
body div:where(.swal2-container) button.swal2-cancel:hover:where(.swal2-styled), body div:where(.swal2-container) button.swal2-confirm:hover:where(.swal2-styled), .elementor-widget-button .elementor-button:hover {
  text-decoration: none !important; /* [4] */
}

/* Style variants
   ========================================================================== */
.c-btn--primary, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.is-primary, body .wpgb-facet button.wpgb-button, body div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm, .elementor-widget-button .elementor-button {
  background-color: #89B2AA;
  border: 1px solid #89B2AA;
  color: #ffffff !important;
}
.c-btn--primary:hover, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.is-primary:hover, body .wpgb-facet button.wpgb-button:hover, body div:where(.swal2-container) button.swal2-confirm:hover:where(.swal2-styled), .elementor-widget-button .elementor-button:hover, .c-btn--primary:focus, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.is-primary:focus, body .wpgb-facet button.wpgb-button:focus, body div:where(.swal2-container) button.swal2-confirm:focus:where(.swal2-styled), .elementor-widget-button .elementor-button:focus {
  background-color: #C4D8D4;
  border: 1px solid #C4D8D4;
}
.c-btn--primary:disabled, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.is-primary:disabled, body .wpgb-facet button.wpgb-button:disabled, body div:where(.swal2-container) button.swal2-confirm:disabled:where(.swal2-styled), .elementor-widget-button .elementor-button:disabled {
  background-color: transparent;
  border: 1px solid #ADAEB3 !important;
  color: #ADAEB3 !important;
  pointer-events: none;
}

.c-btn--secondary, .nf-mp-footer .nf-next-previous button[type=submit],
.nf-mp-footer .nf-next-previous button[data-nf-submit-form],
.nf-mp-footer .nf-next-previous .nf-next, .nf-mp-footer .nf-next-previous .nf-previous, .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel, .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:not(.is-primary), body div:where(.swal2-container) button:where(.swal2-styled).swal2-deny,
body div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel, .elementor-widget-button.elementor-button-danger .elementor-button, .elementor-widget-button.elementor-button-info .elementor-button {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff !important;
}
.c-btn--secondary:hover, .nf-mp-footer .nf-next-previous button[type=submit]:hover,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous .nf-next:hover, .nf-mp-footer .nf-next-previous .nf-previous:hover, .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel:hover, .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset:hover, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover:not(.is-primary), body div:where(.swal2-container) button.swal2-deny:hover:where(.swal2-styled),
body div:where(.swal2-container) button.swal2-cancel:hover:where(.swal2-styled), .elementor-widget-button.elementor-button-danger .elementor-button:hover, .elementor-widget-button.elementor-button-info .elementor-button:hover, .c-btn--secondary:focus, .nf-mp-footer .nf-next-previous button[type=submit]:focus,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous .nf-next:focus, .nf-mp-footer .nf-next-previous .nf-previous:focus, .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel:focus, .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset:focus, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:focus:not(.is-primary), body div:where(.swal2-container) button.swal2-deny:focus:where(.swal2-styled),
body div:where(.swal2-container) button.swal2-cancel:focus:where(.swal2-styled), .elementor-widget-button.elementor-button-danger .elementor-button:focus, .elementor-widget-button.elementor-button-info .elementor-button:focus {
  background-color: rgba(255, 255, 255, 0.2509803922);
  border: 1px solid #ffffff;
  color: #ffffff !important;
}
.c-btn--secondary:disabled, .nf-mp-footer .nf-next-previous button[type=submit]:disabled,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:disabled,
.nf-mp-footer .nf-next-previous .nf-next:disabled, .nf-mp-footer .nf-next-previous .nf-previous:disabled, .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel:disabled, .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset:disabled, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:disabled:not(.is-primary), body div:where(.swal2-container) button.swal2-deny:disabled:where(.swal2-styled),
body div:where(.swal2-container) button.swal2-cancel:disabled:where(.swal2-styled), .elementor-widget-button.elementor-button-danger .elementor-button:disabled, .elementor-widget-button.elementor-button-info .elementor-button:disabled {
  background-color: transparent;
  border: 1px solid #ADAEB3 !important;
  color: #ADAEB3 !important;
  pointer-events: none;
}
.c-btn--secondary.c-btn--dark, .nf-mp-footer .nf-next-previous button.c-btn--secondary[type=submit],
.nf-mp-footer .nf-next-previous button.c-btn--secondary[data-nf-submit-form],
.nf-mp-footer .nf-next-previous .c-btn--secondary.nf-next, .nf-mp-footer .nf-next-previous button.c-btn--dark[type=submit], .nf-mp-footer .nf-next-previous button[type=submit],
.nf-mp-footer .nf-next-previous button.c-btn--dark[data-nf-submit-form],
.nf-mp-footer .nf-next-previous button[data-nf-submit-form],
.nf-mp-footer .nf-next-previous .c-btn--dark.nf-next,
.nf-mp-footer .nf-next-previous button.nf-next[type=submit],
.nf-mp-footer .nf-next-previous button.nf-next[data-nf-submit-form],
.nf-mp-footer .nf-next-previous .nf-next, .nf-mp-footer .nf-next-previous .nf-previous, .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel, .nf-form-layout .nf-form-content .repeater-container .c-btn--dark.nf-add-fieldset, .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous button.nf-add-fieldset[type=submit], .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container button.nf-add-fieldset[type=submit],
.nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous button.nf-add-fieldset[data-nf-submit-form],
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container button.nf-add-fieldset[data-nf-submit-form],
.nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-next,
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-next, .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-previous, .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-previous, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .c-btn--secondary.ninja-forms-field.nf-element, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[type=submit], .nf-mp-footer .nf-next-previous .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container button.ninja-forms-field.nf-element[type=submit],
.page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[data-nf-submit-form],
.nf-mp-footer .nf-next-previous .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container button.ninja-forms-field.nf-element[data-nf-submit-form],
.page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-next,
.nf-mp-footer .nf-next-previous .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-next, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-previous, .nf-mp-footer .nf-next-previous .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-previous, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .field-wrap.file_upload-wrap .nf-field-element .ninja-forms-field.nf-element.nf-fu-button-cancel, .field-wrap.file_upload-wrap .nf-field-element .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-fu-button-cancel, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .repeater-container .ninja-forms-field.nf-element.nf-add-fieldset, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .submit-container .ninja-forms-field.nf-element.nf-add-fieldset, .nf-form-layout .nf-form-content .submit-container .c-btn--dark.ninja-forms-field.nf-element:not(.is-primary), .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[type=submit]:not(.is-primary), .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container button.ninja-forms-field.nf-element[type=submit]:not(.is-primary),
.nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[data-nf-submit-form]:not(.is-primary),
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container button.ninja-forms-field.nf-element[data-nf-submit-form]:not(.is-primary),
.nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-next:not(.is-primary),
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-next:not(.is-primary), .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-previous:not(.is-primary), .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-previous:not(.is-primary), .nf-form-layout .nf-form-content .submit-container .field-wrap.file_upload-wrap .nf-field-element .ninja-forms-field.nf-element.nf-fu-button-cancel:not(.is-primary), .field-wrap.file_upload-wrap .nf-field-element .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-fu-button-cancel:not(.is-primary), .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:not(.is-primary), body div:where(.swal2-container) button.swal2-deny:where(.swal2-styled),
body div:where(.swal2-container) button.swal2-cancel:where(.swal2-styled), #header_main.is-hovering .c-btn--secondary.c-btn, #header_main.is-hovering .nf-mp-footer .nf-next-previous button.c-btn[type=submit], .nf-mp-footer .nf-next-previous #header_main.is-hovering button.c-btn[type=submit],
#header_main.is-hovering .nf-mp-footer .nf-next-previous button.c-btn[data-nf-submit-form],
.nf-mp-footer .nf-next-previous #header_main.is-hovering button.c-btn[data-nf-submit-form],
#header_main.is-hovering .nf-mp-footer .nf-next-previous .c-btn.nf-next,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .c-btn.nf-next, #header_main.is-hovering .nf-mp-footer .nf-next-previous button.c-btn--secondary[type=submit], #header_main.is-hovering .nf-mp-footer .nf-next-previous button[type=submit], .nf-mp-footer .nf-next-previous #header_main.is-hovering button.c-btn--secondary[type=submit], .nf-mp-footer .nf-next-previous #header_main.is-hovering button[type=submit],
#header_main.is-hovering .nf-mp-footer .nf-next-previous button.c-btn--secondary[data-nf-submit-form],
#header_main.is-hovering .nf-mp-footer .nf-next-previous button[data-nf-submit-form],
.nf-mp-footer .nf-next-previous #header_main.is-hovering button.c-btn--secondary[data-nf-submit-form],
.nf-mp-footer .nf-next-previous #header_main.is-hovering button[data-nf-submit-form],
#header_main.is-hovering .nf-mp-footer .nf-next-previous .c-btn--secondary.nf-next,
#header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-next[type=submit],
#header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-next[data-nf-submit-form],
#header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-next,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .c-btn--secondary.nf-next,
.nf-mp-footer .nf-next-previous #header_main.is-hovering button.nf-next[type=submit],
.nf-mp-footer .nf-next-previous #header_main.is-hovering button.nf-next[data-nf-submit-form],
.nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-next, #header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-previous, .nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-previous, #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-fu-button-cancel, #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset, .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-add-fieldset, #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .c-btn--secondary.ninja-forms-field.nf-element, #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[type=submit], .nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container button.ninja-forms-field.nf-element[type=submit],
#header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[data-nf-submit-form],
.nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container button.ninja-forms-field.nf-element[data-nf-submit-form],
#header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-next,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-next, #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:not(.is-primary), .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .c-btn--secondary.ninja-forms-field.nf-element, .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[type=submit], .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering button.ninja-forms-field.nf-element[type=submit],
.nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[data-nf-submit-form],
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering button.ninja-forms-field.nf-element[data-nf-submit-form],
.nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-next,
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .ninja-forms-field.nf-element.nf-next, .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .repeater-container .ninja-forms-field.nf-element.nf-add-fieldset, .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .ninja-forms-field.nf-element:not(.is-primary), #header_main.is-hovering body .wpgb-facet button.c-btn--secondary.wpgb-button, #header_main.is-hovering body .wpgb-facet .nf-mp-footer .nf-next-previous button.wpgb-button[type=submit], .nf-mp-footer .nf-next-previous #header_main.is-hovering body .wpgb-facet button.wpgb-button[type=submit],
#header_main.is-hovering body .wpgb-facet .nf-mp-footer .nf-next-previous button.wpgb-button[data-nf-submit-form],
.nf-mp-footer .nf-next-previous #header_main.is-hovering body .wpgb-facet button.wpgb-button[data-nf-submit-form],
#header_main.is-hovering body .wpgb-facet .nf-mp-footer .nf-next-previous button.wpgb-button.nf-next,
.nf-mp-footer .nf-next-previous #header_main.is-hovering body .wpgb-facet button.wpgb-button.nf-next, body .wpgb-facet #header_main.is-hovering button.c-btn--secondary.wpgb-button, body .wpgb-facet #header_main.is-hovering .nf-mp-footer .nf-next-previous button.wpgb-button[type=submit], .nf-mp-footer .nf-next-previous body .wpgb-facet #header_main.is-hovering button.wpgb-button[type=submit],
body .wpgb-facet #header_main.is-hovering .nf-mp-footer .nf-next-previous button.wpgb-button[data-nf-submit-form],
.nf-mp-footer .nf-next-previous body .wpgb-facet #header_main.is-hovering button.wpgb-button[data-nf-submit-form],
body .wpgb-facet #header_main.is-hovering .nf-mp-footer .nf-next-previous button.wpgb-button.nf-next,
.nf-mp-footer .nf-next-previous body .wpgb-facet #header_main.is-hovering button.wpgb-button.nf-next, #header_main.is-hovering body div:where(.swal2-container) button.swal2-deny:where(.swal2-styled), body div:where(.swal2-container) #header_main.is-hovering button.swal2-deny:where(.swal2-styled),
#header_main.is-hovering body div:where(.swal2-container) button.swal2-cancel:where(.swal2-styled),
body div:where(.swal2-container) #header_main.is-hovering button.swal2-cancel:where(.swal2-styled), #header_main.is-hovering body div:where(.swal2-container) button.c-btn--secondary.swal2-confirm:where(.swal2-styled), #header_main.is-hovering body div:where(.swal2-container) .nf-mp-footer .nf-next-previous button.swal2-confirm[type=submit]:where(.swal2-styled), .nf-mp-footer .nf-next-previous #header_main.is-hovering body div:where(.swal2-container) button.swal2-confirm[type=submit]:where(.swal2-styled),
#header_main.is-hovering body div:where(.swal2-container) .nf-mp-footer .nf-next-previous button.swal2-confirm[data-nf-submit-form]:where(.swal2-styled),
.nf-mp-footer .nf-next-previous #header_main.is-hovering body div:where(.swal2-container) button.swal2-confirm[data-nf-submit-form]:where(.swal2-styled),
#header_main.is-hovering body div:where(.swal2-container) .nf-mp-footer .nf-next-previous button.swal2-confirm.nf-next:where(.swal2-styled),
.nf-mp-footer .nf-next-previous #header_main.is-hovering body div:where(.swal2-container) button.swal2-confirm.nf-next:where(.swal2-styled), body div:where(.swal2-container) #header_main.is-hovering button.c-btn--secondary.swal2-confirm:where(.swal2-styled), body div:where(.swal2-container) #header_main.is-hovering .nf-mp-footer .nf-next-previous button.swal2-confirm[type=submit]:where(.swal2-styled), .nf-mp-footer .nf-next-previous body div:where(.swal2-container) #header_main.is-hovering button.swal2-confirm[type=submit]:where(.swal2-styled),
body div:where(.swal2-container) #header_main.is-hovering .nf-mp-footer .nf-next-previous button.swal2-confirm[data-nf-submit-form]:where(.swal2-styled),
.nf-mp-footer .nf-next-previous body div:where(.swal2-container) #header_main.is-hovering button.swal2-confirm[data-nf-submit-form]:where(.swal2-styled),
body div:where(.swal2-container) #header_main.is-hovering .nf-mp-footer .nf-next-previous button.swal2-confirm.nf-next:where(.swal2-styled),
.nf-mp-footer .nf-next-previous body div:where(.swal2-container) #header_main.is-hovering button.swal2-confirm.nf-next:where(.swal2-styled), #header_main.is-hovering .elementor-widget-button .c-btn--secondary.elementor-button, #header_main.is-hovering .elementor-widget-button .nf-mp-footer .nf-next-previous button.elementor-button[type=submit], .nf-mp-footer .nf-next-previous #header_main.is-hovering .elementor-widget-button button.elementor-button[type=submit],
#header_main.is-hovering .elementor-widget-button .nf-mp-footer .nf-next-previous button.elementor-button[data-nf-submit-form],
.nf-mp-footer .nf-next-previous #header_main.is-hovering .elementor-widget-button button.elementor-button[data-nf-submit-form],
#header_main.is-hovering .elementor-widget-button .nf-mp-footer .nf-next-previous .elementor-button.nf-next,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .elementor-widget-button .elementor-button.nf-next, .elementor-widget-button #header_main.is-hovering .c-btn--secondary.elementor-button, .elementor-widget-button #header_main.is-hovering .nf-mp-footer .nf-next-previous button.elementor-button[type=submit], .nf-mp-footer .nf-next-previous .elementor-widget-button #header_main.is-hovering button.elementor-button[type=submit],
.elementor-widget-button #header_main.is-hovering .nf-mp-footer .nf-next-previous button.elementor-button[data-nf-submit-form],
.nf-mp-footer .nf-next-previous .elementor-widget-button #header_main.is-hovering button.elementor-button[data-nf-submit-form],
.elementor-widget-button #header_main.is-hovering .nf-mp-footer .nf-next-previous .elementor-button.nf-next,
.nf-mp-footer .nf-next-previous .elementor-widget-button #header_main.is-hovering .elementor-button.nf-next, .elementor-widget-button.elementor-button-danger .elementor-button, .elementor-widget-button.elementor-button-info .c-btn--dark.elementor-button, .elementor-widget-button.elementor-button-info .nf-mp-footer .nf-next-previous button.elementor-button[type=submit], .nf-mp-footer .nf-next-previous .elementor-widget-button.elementor-button-info button.elementor-button[type=submit],
.elementor-widget-button.elementor-button-info .nf-mp-footer .nf-next-previous button.elementor-button[data-nf-submit-form],
.nf-mp-footer .nf-next-previous .elementor-widget-button.elementor-button-info button.elementor-button[data-nf-submit-form],
.elementor-widget-button.elementor-button-info .nf-mp-footer .nf-next-previous .elementor-button.nf-next,
.nf-mp-footer .nf-next-previous .elementor-widget-button.elementor-button-info .elementor-button.nf-next, .elementor-widget-button.elementor-button-info .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .elementor-button.ninja-forms-field.nf-element, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .elementor-widget-button.elementor-button-info .elementor-button.ninja-forms-field.nf-element, .elementor-widget-button.elementor-button-info body div:where(.swal2-container) button.elementor-button.swal2-deny:where(.swal2-styled), body div:where(.swal2-container) .elementor-widget-button.elementor-button-info button.elementor-button.swal2-deny:where(.swal2-styled),
.elementor-widget-button.elementor-button-info body div:where(.swal2-container) button.elementor-button.swal2-cancel:where(.swal2-styled),
body div:where(.swal2-container) .elementor-widget-button.elementor-button-info button.elementor-button.swal2-cancel:where(.swal2-styled), #header_main.is-hovering .elementor-widget-button.elementor-button-info .elementor-button, .elementor-widget-button.elementor-button-info #header_main.is-hovering .elementor-button {
  border-color: #24242B !important;
  color: #24242B !important;
}
.c-btn--secondary.c-btn--dark:disabled, .nf-mp-footer .nf-next-previous button.c-btn--secondary[type=submit]:disabled,
.nf-mp-footer .nf-next-previous button.c-btn--secondary[data-nf-submit-form]:disabled,
.nf-mp-footer .nf-next-previous .c-btn--secondary.nf-next:disabled, .nf-mp-footer .nf-next-previous button.c-btn--dark[type=submit]:disabled, .nf-mp-footer .nf-next-previous button[type=submit]:disabled,
.nf-mp-footer .nf-next-previous button.c-btn--dark[data-nf-submit-form]:disabled,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:disabled,
.nf-mp-footer .nf-next-previous .c-btn--dark.nf-next:disabled,
.nf-mp-footer .nf-next-previous .nf-next:disabled, .nf-mp-footer .nf-next-previous .nf-previous:disabled, .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel:disabled, .nf-form-layout .nf-form-content .repeater-container .c-btn--dark.nf-add-fieldset:disabled, .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous button.nf-add-fieldset[type=submit]:disabled, .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container button.nf-add-fieldset[type=submit]:disabled,
.nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous button.nf-add-fieldset[data-nf-submit-form]:disabled,
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container button.nf-add-fieldset[data-nf-submit-form]:disabled,
.nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-next:disabled,
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-next:disabled, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset:disabled, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .c-btn--secondary.ninja-forms-field.nf-element:disabled, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[type=submit]:disabled, .nf-mp-footer .nf-next-previous .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container button.ninja-forms-field.nf-element[type=submit]:disabled,
.page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[data-nf-submit-form]:disabled,
.nf-mp-footer .nf-next-previous .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container button.ninja-forms-field.nf-element[data-nf-submit-form]:disabled,
.page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-next:disabled,
.nf-mp-footer .nf-next-previous .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-next:disabled, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-previous:disabled, .nf-mp-footer .nf-next-previous .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-previous:disabled, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .field-wrap.file_upload-wrap .nf-field-element .ninja-forms-field.nf-element.nf-fu-button-cancel:disabled, .field-wrap.file_upload-wrap .nf-field-element .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-fu-button-cancel:disabled, .nf-form-layout .nf-form-content .submit-container .c-btn--dark.ninja-forms-field.nf-element:disabled:not(.is-primary), .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[type=submit]:disabled:not(.is-primary), .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container button.ninja-forms-field.nf-element[type=submit]:disabled:not(.is-primary),
.nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[data-nf-submit-form]:disabled:not(.is-primary),
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container button.ninja-forms-field.nf-element[data-nf-submit-form]:disabled:not(.is-primary),
.nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-next:disabled:not(.is-primary),
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-next:disabled:not(.is-primary), .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-previous:disabled:not(.is-primary), .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-previous:disabled:not(.is-primary), .nf-form-layout .nf-form-content .submit-container .field-wrap.file_upload-wrap .nf-field-element .ninja-forms-field.nf-element.nf-fu-button-cancel:disabled:not(.is-primary), .field-wrap.file_upload-wrap .nf-field-element .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-fu-button-cancel:disabled:not(.is-primary), .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:disabled:not(.is-primary), body div:where(.swal2-container) button.swal2-deny:disabled:where(.swal2-styled),
body div:where(.swal2-container) button.swal2-cancel:disabled:where(.swal2-styled), #header_main.is-hovering .c-btn--secondary.c-btn:disabled, #header_main.is-hovering .nf-mp-footer .nf-next-previous button.c-btn[type=submit]:disabled, .nf-mp-footer .nf-next-previous #header_main.is-hovering button.c-btn[type=submit]:disabled,
#header_main.is-hovering .nf-mp-footer .nf-next-previous button.c-btn[data-nf-submit-form]:disabled,
.nf-mp-footer .nf-next-previous #header_main.is-hovering button.c-btn[data-nf-submit-form]:disabled,
#header_main.is-hovering .nf-mp-footer .nf-next-previous .c-btn.nf-next:disabled,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .c-btn.nf-next:disabled, #header_main.is-hovering .nf-mp-footer .nf-next-previous button.c-btn--secondary[type=submit]:disabled, #header_main.is-hovering .nf-mp-footer .nf-next-previous button[type=submit]:disabled, .nf-mp-footer .nf-next-previous #header_main.is-hovering button.c-btn--secondary[type=submit]:disabled, .nf-mp-footer .nf-next-previous #header_main.is-hovering button[type=submit]:disabled,
#header_main.is-hovering .nf-mp-footer .nf-next-previous button.c-btn--secondary[data-nf-submit-form]:disabled,
#header_main.is-hovering .nf-mp-footer .nf-next-previous button[data-nf-submit-form]:disabled,
.nf-mp-footer .nf-next-previous #header_main.is-hovering button.c-btn--secondary[data-nf-submit-form]:disabled,
.nf-mp-footer .nf-next-previous #header_main.is-hovering button[data-nf-submit-form]:disabled,
#header_main.is-hovering .nf-mp-footer .nf-next-previous .c-btn--secondary.nf-next:disabled,
#header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-next:disabled,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .c-btn--secondary.nf-next:disabled,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-next:disabled, #header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-previous:disabled, .nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-previous:disabled, #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel:disabled, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-fu-button-cancel:disabled, #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset:disabled, .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-add-fieldset:disabled, #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .c-btn--secondary.ninja-forms-field.nf-element:disabled, #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[type=submit]:disabled, .nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container button.ninja-forms-field.nf-element[type=submit]:disabled,
#header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[data-nf-submit-form]:disabled,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container button.ninja-forms-field.nf-element[data-nf-submit-form]:disabled,
#header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-next:disabled,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-next:disabled, #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:disabled:not(.is-primary), .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .c-btn--secondary.ninja-forms-field.nf-element:disabled, .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[type=submit]:disabled, .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering button.ninja-forms-field.nf-element[type=submit]:disabled,
.nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[data-nf-submit-form]:disabled,
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering button.ninja-forms-field.nf-element[data-nf-submit-form]:disabled,
.nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-next:disabled,
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .ninja-forms-field.nf-element.nf-next:disabled, .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .repeater-container .ninja-forms-field.nf-element.nf-add-fieldset:disabled, .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .ninja-forms-field.nf-element:disabled:not(.is-primary), #header_main.is-hovering body .wpgb-facet button.c-btn--secondary.wpgb-button:disabled, #header_main.is-hovering body .wpgb-facet .nf-mp-footer .nf-next-previous button.wpgb-button[type=submit]:disabled, .nf-mp-footer .nf-next-previous #header_main.is-hovering body .wpgb-facet button.wpgb-button[type=submit]:disabled,
#header_main.is-hovering body .wpgb-facet .nf-mp-footer .nf-next-previous button.wpgb-button[data-nf-submit-form]:disabled,
.nf-mp-footer .nf-next-previous #header_main.is-hovering body .wpgb-facet button.wpgb-button[data-nf-submit-form]:disabled,
#header_main.is-hovering body .wpgb-facet .nf-mp-footer .nf-next-previous button.wpgb-button.nf-next:disabled,
.nf-mp-footer .nf-next-previous #header_main.is-hovering body .wpgb-facet button.wpgb-button.nf-next:disabled, body .wpgb-facet #header_main.is-hovering button.c-btn--secondary.wpgb-button:disabled, body .wpgb-facet #header_main.is-hovering .nf-mp-footer .nf-next-previous button.wpgb-button[type=submit]:disabled, .nf-mp-footer .nf-next-previous body .wpgb-facet #header_main.is-hovering button.wpgb-button[type=submit]:disabled,
body .wpgb-facet #header_main.is-hovering .nf-mp-footer .nf-next-previous button.wpgb-button[data-nf-submit-form]:disabled,
.nf-mp-footer .nf-next-previous body .wpgb-facet #header_main.is-hovering button.wpgb-button[data-nf-submit-form]:disabled,
body .wpgb-facet #header_main.is-hovering .nf-mp-footer .nf-next-previous button.wpgb-button.nf-next:disabled,
.nf-mp-footer .nf-next-previous body .wpgb-facet #header_main.is-hovering button.wpgb-button.nf-next:disabled, #header_main.is-hovering body div:where(.swal2-container) button.swal2-deny:disabled:where(.swal2-styled), body div:where(.swal2-container) #header_main.is-hovering button.swal2-deny:disabled:where(.swal2-styled),
#header_main.is-hovering body div:where(.swal2-container) button.swal2-cancel:disabled:where(.swal2-styled),
body div:where(.swal2-container) #header_main.is-hovering button.swal2-cancel:disabled:where(.swal2-styled), #header_main.is-hovering body div:where(.swal2-container) button.c-btn--secondary.swal2-confirm:disabled:where(.swal2-styled), #header_main.is-hovering body div:where(.swal2-container) .nf-mp-footer .nf-next-previous button.swal2-confirm[type=submit]:disabled:where(.swal2-styled), .nf-mp-footer .nf-next-previous #header_main.is-hovering body div:where(.swal2-container) button.swal2-confirm[type=submit]:disabled:where(.swal2-styled),
#header_main.is-hovering body div:where(.swal2-container) .nf-mp-footer .nf-next-previous button.swal2-confirm[data-nf-submit-form]:disabled:where(.swal2-styled),
.nf-mp-footer .nf-next-previous #header_main.is-hovering body div:where(.swal2-container) button.swal2-confirm[data-nf-submit-form]:disabled:where(.swal2-styled),
#header_main.is-hovering body div:where(.swal2-container) .nf-mp-footer .nf-next-previous button.swal2-confirm.nf-next:disabled:where(.swal2-styled),
.nf-mp-footer .nf-next-previous #header_main.is-hovering body div:where(.swal2-container) button.swal2-confirm.nf-next:disabled:where(.swal2-styled), body div:where(.swal2-container) #header_main.is-hovering button.c-btn--secondary.swal2-confirm:disabled:where(.swal2-styled), body div:where(.swal2-container) #header_main.is-hovering .nf-mp-footer .nf-next-previous button.swal2-confirm[type=submit]:disabled:where(.swal2-styled), .nf-mp-footer .nf-next-previous body div:where(.swal2-container) #header_main.is-hovering button.swal2-confirm[type=submit]:disabled:where(.swal2-styled),
body div:where(.swal2-container) #header_main.is-hovering .nf-mp-footer .nf-next-previous button.swal2-confirm[data-nf-submit-form]:disabled:where(.swal2-styled),
.nf-mp-footer .nf-next-previous body div:where(.swal2-container) #header_main.is-hovering button.swal2-confirm[data-nf-submit-form]:disabled:where(.swal2-styled),
body div:where(.swal2-container) #header_main.is-hovering .nf-mp-footer .nf-next-previous button.swal2-confirm.nf-next:disabled:where(.swal2-styled),
.nf-mp-footer .nf-next-previous body div:where(.swal2-container) #header_main.is-hovering button.swal2-confirm.nf-next:disabled:where(.swal2-styled), #header_main.is-hovering .elementor-widget-button .c-btn--secondary.elementor-button:disabled, #header_main.is-hovering .elementor-widget-button .nf-mp-footer .nf-next-previous button.elementor-button[type=submit]:disabled, .nf-mp-footer .nf-next-previous #header_main.is-hovering .elementor-widget-button button.elementor-button[type=submit]:disabled,
#header_main.is-hovering .elementor-widget-button .nf-mp-footer .nf-next-previous button.elementor-button[data-nf-submit-form]:disabled,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .elementor-widget-button button.elementor-button[data-nf-submit-form]:disabled,
#header_main.is-hovering .elementor-widget-button .nf-mp-footer .nf-next-previous .elementor-button.nf-next:disabled,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .elementor-widget-button .elementor-button.nf-next:disabled, .elementor-widget-button #header_main.is-hovering .c-btn--secondary.elementor-button:disabled, .elementor-widget-button #header_main.is-hovering .nf-mp-footer .nf-next-previous button.elementor-button[type=submit]:disabled, .nf-mp-footer .nf-next-previous .elementor-widget-button #header_main.is-hovering button.elementor-button[type=submit]:disabled,
.elementor-widget-button #header_main.is-hovering .nf-mp-footer .nf-next-previous button.elementor-button[data-nf-submit-form]:disabled,
.nf-mp-footer .nf-next-previous .elementor-widget-button #header_main.is-hovering button.elementor-button[data-nf-submit-form]:disabled,
.elementor-widget-button #header_main.is-hovering .nf-mp-footer .nf-next-previous .elementor-button.nf-next:disabled,
.nf-mp-footer .nf-next-previous .elementor-widget-button #header_main.is-hovering .elementor-button.nf-next:disabled, .elementor-widget-button.elementor-button-danger .elementor-button:disabled, .elementor-widget-button.elementor-button-info .c-btn--dark.elementor-button:disabled, .elementor-widget-button.elementor-button-info .nf-mp-footer .nf-next-previous button.elementor-button[type=submit]:disabled, .nf-mp-footer .nf-next-previous .elementor-widget-button.elementor-button-info button.elementor-button[type=submit]:disabled,
.elementor-widget-button.elementor-button-info .nf-mp-footer .nf-next-previous button.elementor-button[data-nf-submit-form]:disabled,
.nf-mp-footer .nf-next-previous .elementor-widget-button.elementor-button-info button.elementor-button[data-nf-submit-form]:disabled,
.elementor-widget-button.elementor-button-info .nf-mp-footer .nf-next-previous .elementor-button.nf-next:disabled,
.nf-mp-footer .nf-next-previous .elementor-widget-button.elementor-button-info .elementor-button.nf-next:disabled, .elementor-widget-button.elementor-button-info .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .elementor-button.ninja-forms-field.nf-element:disabled, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .elementor-widget-button.elementor-button-info .elementor-button.ninja-forms-field.nf-element:disabled, .elementor-widget-button.elementor-button-info body div:where(.swal2-container) button.elementor-button.swal2-deny:disabled:where(.swal2-styled), body div:where(.swal2-container) .elementor-widget-button.elementor-button-info button.elementor-button.swal2-deny:disabled:where(.swal2-styled),
.elementor-widget-button.elementor-button-info body div:where(.swal2-container) button.elementor-button.swal2-cancel:disabled:where(.swal2-styled),
body div:where(.swal2-container) .elementor-widget-button.elementor-button-info button.elementor-button.swal2-cancel:disabled:where(.swal2-styled), #header_main.is-hovering .elementor-widget-button.elementor-button-info .elementor-button:disabled, .elementor-widget-button.elementor-button-info #header_main.is-hovering .elementor-button:disabled {
  border: 1px solid #ADAEB3 !important;
  color: #ADAEB3 !important;
  pointer-events: none;
}
.c-btn--secondary.c-btn--dark:hover, .nf-mp-footer .nf-next-previous button.c-btn--secondary[type=submit]:hover,
.nf-mp-footer .nf-next-previous button.c-btn--secondary[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous .c-btn--secondary.nf-next:hover, .nf-mp-footer .nf-next-previous button.c-btn--dark[type=submit]:hover, .nf-mp-footer .nf-next-previous button[type=submit]:hover,
.nf-mp-footer .nf-next-previous button.c-btn--dark[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous .c-btn--dark.nf-next:hover,
.nf-mp-footer .nf-next-previous .nf-next:hover, .nf-mp-footer .nf-next-previous .c-btn--secondary.nf-previous:hover, .nf-mp-footer .nf-next-previous button.nf-previous[type=submit]:hover,
.nf-mp-footer .nf-next-previous button.nf-previous[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous .nf-previous.nf-next:hover, .nf-mp-footer .nf-next-previous .c-btn--dark.nf-previous:hover, .nf-mp-footer .nf-next-previous button.nf-previous[type=submit]:hover,
.nf-mp-footer .nf-next-previous button.nf-previous[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous .nf-previous.nf-next:hover, .nf-mp-footer .nf-next-previous .nf-previous:hover, .field-wrap.file_upload-wrap .nf-field-element .c-btn--secondary.nf-fu-button-cancel:hover, .field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous button.nf-fu-button-cancel[type=submit]:hover, .nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element button.nf-fu-button-cancel[type=submit]:hover,
.field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous button.nf-fu-button-cancel[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element button.nf-fu-button-cancel[data-nf-submit-form]:hover,
.field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous .nf-fu-button-cancel.nf-next:hover,
.nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel.nf-next:hover, .field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous .nf-fu-button-cancel.nf-previous:hover, .nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel.nf-previous:hover, .field-wrap.file_upload-wrap .nf-field-element .c-btn--dark.nf-fu-button-cancel:hover, .field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous button.nf-fu-button-cancel[type=submit]:hover, .nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element button.nf-fu-button-cancel[type=submit]:hover,
.field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous button.nf-fu-button-cancel[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element button.nf-fu-button-cancel[data-nf-submit-form]:hover,
.field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous .nf-fu-button-cancel.nf-next:hover,
.nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel.nf-next:hover, .field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous .nf-fu-button-cancel.nf-previous:hover, .nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel.nf-previous:hover, .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel:hover, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .c-btn--secondary.nf-add-fieldset:hover, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous button.nf-add-fieldset[type=submit]:hover, .nf-mp-footer .nf-next-previous .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container button.nf-add-fieldset[type=submit]:hover,
.page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous button.nf-add-fieldset[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container button.nf-add-fieldset[data-nf-submit-form]:hover,
.page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-next:hover,
.nf-mp-footer .nf-next-previous .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-next:hover, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-previous:hover, .nf-mp-footer .nf-next-previous .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-previous:hover, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .field-wrap.file_upload-wrap .nf-field-element .nf-add-fieldset.nf-fu-button-cancel:hover, .field-wrap.file_upload-wrap .nf-field-element .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-fu-button-cancel:hover, .nf-form-layout .nf-form-content .repeater-container .c-btn--dark.nf-add-fieldset:hover, .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous button.nf-add-fieldset[type=submit]:hover, .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container button.nf-add-fieldset[type=submit]:hover,
.nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous button.nf-add-fieldset[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container button.nf-add-fieldset[data-nf-submit-form]:hover,
.nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-next:hover,
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-next:hover, .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-previous:hover, .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-previous:hover, .nf-form-layout .nf-form-content .repeater-container .field-wrap.file_upload-wrap .nf-field-element .nf-add-fieldset.nf-fu-button-cancel:hover, .field-wrap.file_upload-wrap .nf-field-element .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-fu-button-cancel:hover, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset:hover, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .c-btn--secondary.ninja-forms-field.nf-element:hover, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[type=submit]:hover, .nf-mp-footer .nf-next-previous .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container button.ninja-forms-field.nf-element[type=submit]:hover,
.page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container button.ninja-forms-field.nf-element[data-nf-submit-form]:hover,
.page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-next:hover,
.nf-mp-footer .nf-next-previous .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-next:hover, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-previous:hover, .nf-mp-footer .nf-next-previous .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-previous:hover, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .field-wrap.file_upload-wrap .nf-field-element .ninja-forms-field.nf-element.nf-fu-button-cancel:hover, .field-wrap.file_upload-wrap .nf-field-element .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-fu-button-cancel:hover, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .repeater-container .ninja-forms-field.nf-element.nf-add-fieldset:hover, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .submit-container .ninja-forms-field.nf-element.nf-add-fieldset:hover, .nf-form-layout .nf-form-content .submit-container .c-btn--dark.ninja-forms-field.nf-element:hover:not(.is-primary), .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[type=submit]:hover:not(.is-primary), .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container button.ninja-forms-field.nf-element[type=submit]:hover:not(.is-primary),
.nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[data-nf-submit-form]:hover:not(.is-primary),
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container button.ninja-forms-field.nf-element[data-nf-submit-form]:hover:not(.is-primary),
.nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-next:hover:not(.is-primary),
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-next:hover:not(.is-primary), .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-previous:hover:not(.is-primary), .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-previous:hover:not(.is-primary), .nf-form-layout .nf-form-content .submit-container .field-wrap.file_upload-wrap .nf-field-element .ninja-forms-field.nf-element.nf-fu-button-cancel:hover:not(.is-primary), .field-wrap.file_upload-wrap .nf-field-element .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-fu-button-cancel:hover:not(.is-primary), .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .repeater-container .ninja-forms-field.nf-element.nf-add-fieldset:hover:not(.is-primary), .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .submit-container .ninja-forms-field.nf-element.nf-add-fieldset:hover:not(.is-primary), .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover:not(.is-primary), body div:where(.swal2-container) button.swal2-deny:hover:where(.swal2-styled),
body div:where(.swal2-container) button.swal2-cancel:hover:where(.swal2-styled), #header_main.is-hovering .c-btn--secondary.c-btn:hover, #header_main.is-hovering .nf-mp-footer .nf-next-previous button.c-btn[type=submit]:hover, .nf-mp-footer .nf-next-previous #header_main.is-hovering button.c-btn[type=submit]:hover,
#header_main.is-hovering .nf-mp-footer .nf-next-previous button.c-btn[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous #header_main.is-hovering button.c-btn[data-nf-submit-form]:hover,
#header_main.is-hovering .nf-mp-footer .nf-next-previous .c-btn.nf-next:hover,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .c-btn.nf-next:hover, #header_main.is-hovering .nf-mp-footer .nf-next-previous button.c-btn--secondary[type=submit]:hover, #header_main.is-hovering .nf-mp-footer .nf-next-previous button[type=submit]:hover, .nf-mp-footer .nf-next-previous #header_main.is-hovering button.c-btn--secondary[type=submit]:hover, .nf-mp-footer .nf-next-previous #header_main.is-hovering button[type=submit]:hover,
#header_main.is-hovering .nf-mp-footer .nf-next-previous button.c-btn--secondary[data-nf-submit-form]:hover,
#header_main.is-hovering .nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous #header_main.is-hovering button.c-btn--secondary[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous #header_main.is-hovering button[data-nf-submit-form]:hover,
#header_main.is-hovering .nf-mp-footer .nf-next-previous .c-btn--secondary.nf-next:hover,
#header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-next:hover,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .c-btn--secondary.nf-next:hover,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-next:hover, #header_main.is-hovering .nf-mp-footer .nf-next-previous .c-btn.nf-previous:hover, #header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-previous[type=submit]:hover,
#header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-previous[data-nf-submit-form]:hover,
#header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-previous.nf-next:hover, .nf-mp-footer .nf-next-previous #header_main.is-hovering .c-btn.nf-previous:hover, .nf-mp-footer .nf-next-previous #header_main.is-hovering button.nf-previous[type=submit]:hover,
.nf-mp-footer .nf-next-previous #header_main.is-hovering button.nf-previous[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-previous.nf-next:hover, #header_main.is-hovering .nf-mp-footer .nf-next-previous .c-btn--secondary.nf-previous:hover, #header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-previous[type=submit]:hover,
#header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-previous[data-nf-submit-form]:hover,
#header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-previous.nf-next:hover, #header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-previous:hover, .nf-mp-footer .nf-next-previous #header_main.is-hovering .c-btn--secondary.nf-previous:hover, .nf-mp-footer .nf-next-previous #header_main.is-hovering button.nf-previous[type=submit]:hover,
.nf-mp-footer .nf-next-previous #header_main.is-hovering button.nf-previous[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-previous.nf-next:hover, .nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-previous:hover, #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .c-btn.nf-fu-button-cancel:hover, #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous button.nf-fu-button-cancel[type=submit]:hover, .nf-mp-footer .nf-next-previous #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element button.nf-fu-button-cancel[type=submit]:hover,
#header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous button.nf-fu-button-cancel[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element button.nf-fu-button-cancel[data-nf-submit-form]:hover,
#header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous .nf-fu-button-cancel.nf-next:hover,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel.nf-next:hover, #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous .nf-fu-button-cancel.nf-previous:hover, .nf-mp-footer .nf-next-previous #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel.nf-previous:hover, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .c-btn.nf-fu-button-cancel:hover, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-fu-button-cancel[type=submit]:hover, .nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering button.nf-fu-button-cancel[type=submit]:hover,
.field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-fu-button-cancel[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering button.nf-fu-button-cancel[data-nf-submit-form]:hover,
.field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-fu-button-cancel.nf-next:hover,
.nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-fu-button-cancel.nf-next:hover, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-fu-button-cancel.nf-previous:hover, .nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-fu-button-cancel.nf-previous:hover, #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .c-btn--secondary.nf-fu-button-cancel:hover, #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous button.nf-fu-button-cancel[type=submit]:hover, .nf-mp-footer .nf-next-previous #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element button.nf-fu-button-cancel[type=submit]:hover,
#header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous button.nf-fu-button-cancel[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element button.nf-fu-button-cancel[data-nf-submit-form]:hover,
#header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous .nf-fu-button-cancel.nf-next:hover,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel.nf-next:hover, #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous .nf-fu-button-cancel.nf-previous:hover, .nf-mp-footer .nf-next-previous #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel.nf-previous:hover, #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel:hover, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .c-btn--secondary.nf-fu-button-cancel:hover, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-fu-button-cancel[type=submit]:hover, .nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering button.nf-fu-button-cancel[type=submit]:hover,
.field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-fu-button-cancel[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering button.nf-fu-button-cancel[data-nf-submit-form]:hover,
.field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-fu-button-cancel.nf-next:hover,
.nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-fu-button-cancel.nf-next:hover, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-fu-button-cancel.nf-previous:hover, .nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-fu-button-cancel.nf-previous:hover, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-fu-button-cancel:hover, #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .c-btn.nf-add-fieldset:hover, #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous button.nf-add-fieldset[type=submit]:hover, .nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container button.nf-add-fieldset[type=submit]:hover,
#header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous button.nf-add-fieldset[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container button.nf-add-fieldset[data-nf-submit-form]:hover,
#header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-next:hover,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-next:hover, #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-previous:hover, .nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-previous:hover, #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .field-wrap.file_upload-wrap .nf-field-element .nf-add-fieldset.nf-fu-button-cancel:hover, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-fu-button-cancel:hover, .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .c-btn.nf-add-fieldset:hover, .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-add-fieldset[type=submit]:hover, .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering button.nf-add-fieldset[type=submit]:hover,
.nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-add-fieldset[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering button.nf-add-fieldset[data-nf-submit-form]:hover,
.nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-next:hover,
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-add-fieldset.nf-next:hover, .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-previous:hover, .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-add-fieldset.nf-previous:hover, .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-add-fieldset.nf-fu-button-cancel:hover, .field-wrap.file_upload-wrap .nf-field-element .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-add-fieldset.nf-fu-button-cancel:hover, #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .c-btn--secondary.nf-add-fieldset:hover, #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous button.nf-add-fieldset[type=submit]:hover, .nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container button.nf-add-fieldset[type=submit]:hover,
#header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous button.nf-add-fieldset[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container button.nf-add-fieldset[data-nf-submit-form]:hover,
#header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-next:hover,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-next:hover, #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-previous:hover, .nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-previous:hover, #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .field-wrap.file_upload-wrap .nf-field-element .nf-add-fieldset.nf-fu-button-cancel:hover, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-fu-button-cancel:hover, #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset:hover, .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .c-btn--secondary.nf-add-fieldset:hover, .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-add-fieldset[type=submit]:hover, .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering button.nf-add-fieldset[type=submit]:hover,
.nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-add-fieldset[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering button.nf-add-fieldset[data-nf-submit-form]:hover,
.nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-next:hover,
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-add-fieldset.nf-next:hover, .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-previous:hover, .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-add-fieldset.nf-previous:hover, .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-add-fieldset.nf-fu-button-cancel:hover, .field-wrap.file_upload-wrap .nf-field-element .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-add-fieldset.nf-fu-button-cancel:hover, .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-add-fieldset:hover, #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .c-btn--secondary.ninja-forms-field.nf-element:hover, #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[type=submit]:hover, .nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container button.ninja-forms-field.nf-element[type=submit]:hover,
#header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container button.ninja-forms-field.nf-element[data-nf-submit-form]:hover,
#header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-next:hover,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-next:hover, #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-previous:hover, .nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-previous:hover, #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .field-wrap.file_upload-wrap .nf-field-element .ninja-forms-field.nf-element.nf-fu-button-cancel:hover, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-fu-button-cancel:hover, #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .repeater-container .ninja-forms-field.nf-element.nf-add-fieldset:hover, #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .submit-container .ninja-forms-field.nf-element.nf-add-fieldset:hover, #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover:not(.is-primary), .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .c-btn--secondary.ninja-forms-field.nf-element:hover, .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[type=submit]:hover, .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering button.ninja-forms-field.nf-element[type=submit]:hover,
.nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering button.ninja-forms-field.nf-element[data-nf-submit-form]:hover,
.nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-next:hover,
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .ninja-forms-field.nf-element.nf-next:hover, .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-previous:hover, .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .ninja-forms-field.nf-element.nf-previous:hover, .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .ninja-forms-field.nf-element.nf-fu-button-cancel:hover, .field-wrap.file_upload-wrap .nf-field-element .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .ninja-forms-field.nf-element.nf-fu-button-cancel:hover, .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .repeater-container .ninja-forms-field.nf-element.nf-add-fieldset:hover, .nf-form-layout .nf-form-content .repeater-container .submit-container #header_main.is-hovering .ninja-forms-field.nf-element.nf-add-fieldset:hover, .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .ninja-forms-field.nf-element:hover:not(.is-primary), #header_main.is-hovering body .wpgb-facet button.c-btn--secondary.wpgb-button:hover, #header_main.is-hovering body .wpgb-facet .nf-mp-footer .nf-next-previous button.wpgb-button[type=submit]:hover, .nf-mp-footer .nf-next-previous #header_main.is-hovering body .wpgb-facet button.wpgb-button[type=submit]:hover,
#header_main.is-hovering body .wpgb-facet .nf-mp-footer .nf-next-previous button.wpgb-button[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous #header_main.is-hovering body .wpgb-facet button.wpgb-button[data-nf-submit-form]:hover,
#header_main.is-hovering body .wpgb-facet .nf-mp-footer .nf-next-previous button.wpgb-button.nf-next:hover,
.nf-mp-footer .nf-next-previous #header_main.is-hovering body .wpgb-facet button.wpgb-button.nf-next:hover, #header_main.is-hovering body .wpgb-facet .nf-mp-footer .nf-next-previous button.wpgb-button.nf-previous:hover, .nf-mp-footer .nf-next-previous #header_main.is-hovering body .wpgb-facet button.wpgb-button.nf-previous:hover, #header_main.is-hovering body .wpgb-facet .field-wrap.file_upload-wrap .nf-field-element button.wpgb-button.nf-fu-button-cancel:hover, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering body .wpgb-facet button.wpgb-button.nf-fu-button-cancel:hover, #header_main.is-hovering body .wpgb-facet .nf-form-layout .nf-form-content .repeater-container button.wpgb-button.nf-add-fieldset:hover, .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering body .wpgb-facet button.wpgb-button.nf-add-fieldset:hover, body .wpgb-facet #header_main.is-hovering button.c-btn--secondary.wpgb-button:hover, body .wpgb-facet #header_main.is-hovering .nf-mp-footer .nf-next-previous button.wpgb-button[type=submit]:hover, .nf-mp-footer .nf-next-previous body .wpgb-facet #header_main.is-hovering button.wpgb-button[type=submit]:hover,
body .wpgb-facet #header_main.is-hovering .nf-mp-footer .nf-next-previous button.wpgb-button[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous body .wpgb-facet #header_main.is-hovering button.wpgb-button[data-nf-submit-form]:hover,
body .wpgb-facet #header_main.is-hovering .nf-mp-footer .nf-next-previous button.wpgb-button.nf-next:hover,
.nf-mp-footer .nf-next-previous body .wpgb-facet #header_main.is-hovering button.wpgb-button.nf-next:hover, body .wpgb-facet #header_main.is-hovering .nf-mp-footer .nf-next-previous button.wpgb-button.nf-previous:hover, .nf-mp-footer .nf-next-previous body .wpgb-facet #header_main.is-hovering button.wpgb-button.nf-previous:hover, body .wpgb-facet #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element button.wpgb-button.nf-fu-button-cancel:hover, .field-wrap.file_upload-wrap .nf-field-element body .wpgb-facet #header_main.is-hovering button.wpgb-button.nf-fu-button-cancel:hover, body .wpgb-facet #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container button.wpgb-button.nf-add-fieldset:hover, .nf-form-layout .nf-form-content .repeater-container body .wpgb-facet #header_main.is-hovering button.wpgb-button.nf-add-fieldset:hover, #header_main.is-hovering body div:where(.swal2-container) button.swal2-deny:hover:where(.swal2-styled), body div:where(.swal2-container) #header_main.is-hovering button.swal2-deny:hover:where(.swal2-styled),
#header_main.is-hovering body div:where(.swal2-container) button.swal2-cancel:hover:where(.swal2-styled),
body div:where(.swal2-container) #header_main.is-hovering button.swal2-cancel:hover:where(.swal2-styled), #header_main.is-hovering body div:where(.swal2-container) button.c-btn--secondary.swal2-confirm:hover:where(.swal2-styled), #header_main.is-hovering body div:where(.swal2-container) .nf-mp-footer .nf-next-previous button.swal2-confirm[type=submit]:hover:where(.swal2-styled), .nf-mp-footer .nf-next-previous #header_main.is-hovering body div:where(.swal2-container) button.swal2-confirm[type=submit]:hover:where(.swal2-styled),
#header_main.is-hovering body div:where(.swal2-container) .nf-mp-footer .nf-next-previous button.swal2-confirm[data-nf-submit-form]:hover:where(.swal2-styled),
.nf-mp-footer .nf-next-previous #header_main.is-hovering body div:where(.swal2-container) button.swal2-confirm[data-nf-submit-form]:hover:where(.swal2-styled),
#header_main.is-hovering body div:where(.swal2-container) .nf-mp-footer .nf-next-previous button.swal2-confirm.nf-next:hover:where(.swal2-styled),
.nf-mp-footer .nf-next-previous #header_main.is-hovering body div:where(.swal2-container) button.swal2-confirm.nf-next:hover:where(.swal2-styled), #header_main.is-hovering body div:where(.swal2-container) .nf-mp-footer .nf-next-previous button.swal2-confirm.nf-previous:hover:where(.swal2-styled), .nf-mp-footer .nf-next-previous #header_main.is-hovering body div:where(.swal2-container) button.swal2-confirm.nf-previous:hover:where(.swal2-styled), #header_main.is-hovering body div:where(.swal2-container) .field-wrap.file_upload-wrap .nf-field-element button.swal2-confirm.nf-fu-button-cancel:hover:where(.swal2-styled), .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering body div:where(.swal2-container) button.swal2-confirm.nf-fu-button-cancel:hover:where(.swal2-styled), #header_main.is-hovering body div:where(.swal2-container) .nf-form-layout .nf-form-content .repeater-container button.swal2-confirm.nf-add-fieldset:hover:where(.swal2-styled), .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering body div:where(.swal2-container) button.swal2-confirm.nf-add-fieldset:hover:where(.swal2-styled), body div:where(.swal2-container) #header_main.is-hovering button.c-btn--secondary.swal2-confirm:hover:where(.swal2-styled), body div:where(.swal2-container) #header_main.is-hovering .nf-mp-footer .nf-next-previous button.swal2-confirm[type=submit]:hover:where(.swal2-styled), .nf-mp-footer .nf-next-previous body div:where(.swal2-container) #header_main.is-hovering button.swal2-confirm[type=submit]:hover:where(.swal2-styled),
body div:where(.swal2-container) #header_main.is-hovering .nf-mp-footer .nf-next-previous button.swal2-confirm[data-nf-submit-form]:hover:where(.swal2-styled),
.nf-mp-footer .nf-next-previous body div:where(.swal2-container) #header_main.is-hovering button.swal2-confirm[data-nf-submit-form]:hover:where(.swal2-styled),
body div:where(.swal2-container) #header_main.is-hovering .nf-mp-footer .nf-next-previous button.swal2-confirm.nf-next:hover:where(.swal2-styled),
.nf-mp-footer .nf-next-previous body div:where(.swal2-container) #header_main.is-hovering button.swal2-confirm.nf-next:hover:where(.swal2-styled), body div:where(.swal2-container) #header_main.is-hovering .nf-mp-footer .nf-next-previous button.swal2-confirm.nf-previous:hover:where(.swal2-styled), .nf-mp-footer .nf-next-previous body div:where(.swal2-container) #header_main.is-hovering button.swal2-confirm.nf-previous:hover:where(.swal2-styled), body div:where(.swal2-container) #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element button.swal2-confirm.nf-fu-button-cancel:hover:where(.swal2-styled), .field-wrap.file_upload-wrap .nf-field-element body div:where(.swal2-container) #header_main.is-hovering button.swal2-confirm.nf-fu-button-cancel:hover:where(.swal2-styled), body div:where(.swal2-container) #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container button.swal2-confirm.nf-add-fieldset:hover:where(.swal2-styled), .nf-form-layout .nf-form-content .repeater-container body div:where(.swal2-container) #header_main.is-hovering button.swal2-confirm.nf-add-fieldset:hover:where(.swal2-styled), #header_main.is-hovering .elementor-widget-button .c-btn--secondary.elementor-button:hover, #header_main.is-hovering .elementor-widget-button .nf-mp-footer .nf-next-previous button.elementor-button[type=submit]:hover, .nf-mp-footer .nf-next-previous #header_main.is-hovering .elementor-widget-button button.elementor-button[type=submit]:hover,
#header_main.is-hovering .elementor-widget-button .nf-mp-footer .nf-next-previous button.elementor-button[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .elementor-widget-button button.elementor-button[data-nf-submit-form]:hover,
#header_main.is-hovering .elementor-widget-button .nf-mp-footer .nf-next-previous .elementor-button.nf-next:hover,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .elementor-widget-button .elementor-button.nf-next:hover, #header_main.is-hovering .elementor-widget-button .nf-mp-footer .nf-next-previous .elementor-button.nf-previous:hover, .nf-mp-footer .nf-next-previous #header_main.is-hovering .elementor-widget-button .elementor-button.nf-previous:hover, #header_main.is-hovering .elementor-widget-button .field-wrap.file_upload-wrap .nf-field-element .elementor-button.nf-fu-button-cancel:hover, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .elementor-widget-button .elementor-button.nf-fu-button-cancel:hover, #header_main.is-hovering .elementor-widget-button .nf-form-layout .nf-form-content .repeater-container .elementor-button.nf-add-fieldset:hover, .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .elementor-widget-button .elementor-button.nf-add-fieldset:hover, .elementor-widget-button #header_main.is-hovering .c-btn--secondary.elementor-button:hover, .elementor-widget-button #header_main.is-hovering .nf-mp-footer .nf-next-previous button.elementor-button[type=submit]:hover, .nf-mp-footer .nf-next-previous .elementor-widget-button #header_main.is-hovering button.elementor-button[type=submit]:hover,
.elementor-widget-button #header_main.is-hovering .nf-mp-footer .nf-next-previous button.elementor-button[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous .elementor-widget-button #header_main.is-hovering button.elementor-button[data-nf-submit-form]:hover,
.elementor-widget-button #header_main.is-hovering .nf-mp-footer .nf-next-previous .elementor-button.nf-next:hover,
.nf-mp-footer .nf-next-previous .elementor-widget-button #header_main.is-hovering .elementor-button.nf-next:hover, .elementor-widget-button #header_main.is-hovering .nf-mp-footer .nf-next-previous .elementor-button.nf-previous:hover, .nf-mp-footer .nf-next-previous .elementor-widget-button #header_main.is-hovering .elementor-button.nf-previous:hover, .elementor-widget-button #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .elementor-button.nf-fu-button-cancel:hover, .field-wrap.file_upload-wrap .nf-field-element .elementor-widget-button #header_main.is-hovering .elementor-button.nf-fu-button-cancel:hover, .elementor-widget-button #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .elementor-button.nf-add-fieldset:hover, .nf-form-layout .nf-form-content .repeater-container .elementor-widget-button #header_main.is-hovering .elementor-button.nf-add-fieldset:hover, .elementor-widget-button.elementor-button-danger .elementor-button:hover, .elementor-widget-button.elementor-button-info .c-btn--dark.elementor-button:hover, .elementor-widget-button.elementor-button-info .nf-mp-footer .nf-next-previous button.elementor-button[type=submit]:hover, .nf-mp-footer .nf-next-previous .elementor-widget-button.elementor-button-info button.elementor-button[type=submit]:hover,
.elementor-widget-button.elementor-button-info .nf-mp-footer .nf-next-previous button.elementor-button[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous .elementor-widget-button.elementor-button-info button.elementor-button[data-nf-submit-form]:hover,
.elementor-widget-button.elementor-button-info .nf-mp-footer .nf-next-previous .elementor-button.nf-next:hover,
.nf-mp-footer .nf-next-previous .elementor-widget-button.elementor-button-info .elementor-button.nf-next:hover, .elementor-widget-button.elementor-button-info .nf-mp-footer .nf-next-previous .elementor-button.nf-previous:hover, .nf-mp-footer .nf-next-previous .elementor-widget-button.elementor-button-info .elementor-button.nf-previous:hover, .elementor-widget-button.elementor-button-info .field-wrap.file_upload-wrap .nf-field-element .elementor-button.nf-fu-button-cancel:hover, .field-wrap.file_upload-wrap .nf-field-element .elementor-widget-button.elementor-button-info .elementor-button.nf-fu-button-cancel:hover, .elementor-widget-button.elementor-button-info .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .elementor-button.nf-add-fieldset:hover, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .elementor-widget-button.elementor-button-info .elementor-button.nf-add-fieldset:hover, .elementor-widget-button.elementor-button-info .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .elementor-button.ninja-forms-field.nf-element:hover, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .elementor-widget-button.elementor-button-info .elementor-button.ninja-forms-field.nf-element:hover, .elementor-widget-button.elementor-button-info body div:where(.swal2-container) button.elementor-button.swal2-deny:hover:where(.swal2-styled), body div:where(.swal2-container) .elementor-widget-button.elementor-button-info button.elementor-button.swal2-deny:hover:where(.swal2-styled),
.elementor-widget-button.elementor-button-info body div:where(.swal2-container) button.elementor-button.swal2-cancel:hover:where(.swal2-styled),
body div:where(.swal2-container) .elementor-widget-button.elementor-button-info button.elementor-button.swal2-cancel:hover:where(.swal2-styled), #header_main.is-hovering .elementor-widget-button.elementor-button-info .elementor-button:hover, .elementor-widget-button.elementor-button-info #header_main.is-hovering .elementor-button:hover, .c-btn--secondary.c-btn--dark:focus, .nf-mp-footer .nf-next-previous button.c-btn--secondary[type=submit]:focus,
.nf-mp-footer .nf-next-previous button.c-btn--secondary[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous .c-btn--secondary.nf-next:focus, .nf-mp-footer .nf-next-previous button.c-btn--dark[type=submit]:focus, .nf-mp-footer .nf-next-previous button[type=submit]:focus,
.nf-mp-footer .nf-next-previous button.c-btn--dark[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous .c-btn--dark.nf-next:focus,
.nf-mp-footer .nf-next-previous .nf-next:focus, .nf-mp-footer .nf-next-previous .c-btn--secondary.nf-previous:focus, .nf-mp-footer .nf-next-previous button.nf-previous[type=submit]:focus,
.nf-mp-footer .nf-next-previous button.nf-previous[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous .nf-previous.nf-next:focus, .nf-mp-footer .nf-next-previous .c-btn--dark.nf-previous:focus, .nf-mp-footer .nf-next-previous button.nf-previous[type=submit]:focus,
.nf-mp-footer .nf-next-previous button.nf-previous[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous .nf-previous.nf-next:focus, .nf-mp-footer .nf-next-previous .nf-previous:focus, .field-wrap.file_upload-wrap .nf-field-element .c-btn--secondary.nf-fu-button-cancel:focus, .field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous button.nf-fu-button-cancel[type=submit]:focus, .nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element button.nf-fu-button-cancel[type=submit]:focus,
.field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous button.nf-fu-button-cancel[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element button.nf-fu-button-cancel[data-nf-submit-form]:focus,
.field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous .nf-fu-button-cancel.nf-next:focus,
.nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel.nf-next:focus, .field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous .nf-fu-button-cancel.nf-previous:focus, .nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel.nf-previous:focus, .field-wrap.file_upload-wrap .nf-field-element .c-btn--dark.nf-fu-button-cancel:focus, .field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous button.nf-fu-button-cancel[type=submit]:focus, .nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element button.nf-fu-button-cancel[type=submit]:focus,
.field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous button.nf-fu-button-cancel[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element button.nf-fu-button-cancel[data-nf-submit-form]:focus,
.field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous .nf-fu-button-cancel.nf-next:focus,
.nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel.nf-next:focus, .field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous .nf-fu-button-cancel.nf-previous:focus, .nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel.nf-previous:focus, .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel:focus, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .c-btn--secondary.nf-add-fieldset:focus, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous button.nf-add-fieldset[type=submit]:focus, .nf-mp-footer .nf-next-previous .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container button.nf-add-fieldset[type=submit]:focus,
.page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous button.nf-add-fieldset[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container button.nf-add-fieldset[data-nf-submit-form]:focus,
.page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-next:focus,
.nf-mp-footer .nf-next-previous .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-next:focus, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-previous:focus, .nf-mp-footer .nf-next-previous .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-previous:focus, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .field-wrap.file_upload-wrap .nf-field-element .nf-add-fieldset.nf-fu-button-cancel:focus, .field-wrap.file_upload-wrap .nf-field-element .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-fu-button-cancel:focus, .nf-form-layout .nf-form-content .repeater-container .c-btn--dark.nf-add-fieldset:focus, .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous button.nf-add-fieldset[type=submit]:focus, .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container button.nf-add-fieldset[type=submit]:focus,
.nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous button.nf-add-fieldset[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container button.nf-add-fieldset[data-nf-submit-form]:focus,
.nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-next:focus,
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-next:focus, .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-previous:focus, .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-previous:focus, .nf-form-layout .nf-form-content .repeater-container .field-wrap.file_upload-wrap .nf-field-element .nf-add-fieldset.nf-fu-button-cancel:focus, .field-wrap.file_upload-wrap .nf-field-element .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-fu-button-cancel:focus, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset:focus, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .c-btn--secondary.ninja-forms-field.nf-element:focus, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[type=submit]:focus, .nf-mp-footer .nf-next-previous .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container button.ninja-forms-field.nf-element[type=submit]:focus,
.page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container button.ninja-forms-field.nf-element[data-nf-submit-form]:focus,
.page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-next:focus,
.nf-mp-footer .nf-next-previous .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-next:focus, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-previous:focus, .nf-mp-footer .nf-next-previous .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-previous:focus, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .field-wrap.file_upload-wrap .nf-field-element .ninja-forms-field.nf-element.nf-fu-button-cancel:focus, .field-wrap.file_upload-wrap .nf-field-element .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-fu-button-cancel:focus, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .repeater-container .ninja-forms-field.nf-element.nf-add-fieldset:focus, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .submit-container .ninja-forms-field.nf-element.nf-add-fieldset:focus, .nf-form-layout .nf-form-content .submit-container .c-btn--dark.ninja-forms-field.nf-element:focus:not(.is-primary), .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[type=submit]:focus:not(.is-primary), .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container button.ninja-forms-field.nf-element[type=submit]:focus:not(.is-primary),
.nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[data-nf-submit-form]:focus:not(.is-primary),
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container button.ninja-forms-field.nf-element[data-nf-submit-form]:focus:not(.is-primary),
.nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-next:focus:not(.is-primary),
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-next:focus:not(.is-primary), .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-previous:focus:not(.is-primary), .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-previous:focus:not(.is-primary), .nf-form-layout .nf-form-content .submit-container .field-wrap.file_upload-wrap .nf-field-element .ninja-forms-field.nf-element.nf-fu-button-cancel:focus:not(.is-primary), .field-wrap.file_upload-wrap .nf-field-element .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-fu-button-cancel:focus:not(.is-primary), .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .repeater-container .ninja-forms-field.nf-element.nf-add-fieldset:focus:not(.is-primary), .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .submit-container .ninja-forms-field.nf-element.nf-add-fieldset:focus:not(.is-primary), .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:focus:not(.is-primary), body div:where(.swal2-container) button.swal2-deny:focus:where(.swal2-styled),
body div:where(.swal2-container) button.swal2-cancel:focus:where(.swal2-styled), #header_main.is-hovering .c-btn--secondary.c-btn:focus, #header_main.is-hovering .nf-mp-footer .nf-next-previous button.c-btn[type=submit]:focus, .nf-mp-footer .nf-next-previous #header_main.is-hovering button.c-btn[type=submit]:focus,
#header_main.is-hovering .nf-mp-footer .nf-next-previous button.c-btn[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous #header_main.is-hovering button.c-btn[data-nf-submit-form]:focus,
#header_main.is-hovering .nf-mp-footer .nf-next-previous .c-btn.nf-next:focus,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .c-btn.nf-next:focus, #header_main.is-hovering .nf-mp-footer .nf-next-previous button.c-btn--secondary[type=submit]:focus, #header_main.is-hovering .nf-mp-footer .nf-next-previous button[type=submit]:focus, .nf-mp-footer .nf-next-previous #header_main.is-hovering button.c-btn--secondary[type=submit]:focus, .nf-mp-footer .nf-next-previous #header_main.is-hovering button[type=submit]:focus,
#header_main.is-hovering .nf-mp-footer .nf-next-previous button.c-btn--secondary[data-nf-submit-form]:focus,
#header_main.is-hovering .nf-mp-footer .nf-next-previous button[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous #header_main.is-hovering button.c-btn--secondary[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous #header_main.is-hovering button[data-nf-submit-form]:focus,
#header_main.is-hovering .nf-mp-footer .nf-next-previous .c-btn--secondary.nf-next:focus,
#header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-next:focus,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .c-btn--secondary.nf-next:focus,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-next:focus, #header_main.is-hovering .nf-mp-footer .nf-next-previous .c-btn.nf-previous:focus, #header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-previous[type=submit]:focus,
#header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-previous[data-nf-submit-form]:focus,
#header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-previous.nf-next:focus, .nf-mp-footer .nf-next-previous #header_main.is-hovering .c-btn.nf-previous:focus, .nf-mp-footer .nf-next-previous #header_main.is-hovering button.nf-previous[type=submit]:focus,
.nf-mp-footer .nf-next-previous #header_main.is-hovering button.nf-previous[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-previous.nf-next:focus, #header_main.is-hovering .nf-mp-footer .nf-next-previous .c-btn--secondary.nf-previous:focus, #header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-previous[type=submit]:focus,
#header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-previous[data-nf-submit-form]:focus,
#header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-previous.nf-next:focus, #header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-previous:focus, .nf-mp-footer .nf-next-previous #header_main.is-hovering .c-btn--secondary.nf-previous:focus, .nf-mp-footer .nf-next-previous #header_main.is-hovering button.nf-previous[type=submit]:focus,
.nf-mp-footer .nf-next-previous #header_main.is-hovering button.nf-previous[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-previous.nf-next:focus, .nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-previous:focus, #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .c-btn.nf-fu-button-cancel:focus, #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous button.nf-fu-button-cancel[type=submit]:focus, .nf-mp-footer .nf-next-previous #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element button.nf-fu-button-cancel[type=submit]:focus,
#header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous button.nf-fu-button-cancel[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element button.nf-fu-button-cancel[data-nf-submit-form]:focus,
#header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous .nf-fu-button-cancel.nf-next:focus,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel.nf-next:focus, #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous .nf-fu-button-cancel.nf-previous:focus, .nf-mp-footer .nf-next-previous #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel.nf-previous:focus, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .c-btn.nf-fu-button-cancel:focus, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-fu-button-cancel[type=submit]:focus, .nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering button.nf-fu-button-cancel[type=submit]:focus,
.field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-fu-button-cancel[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering button.nf-fu-button-cancel[data-nf-submit-form]:focus,
.field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-fu-button-cancel.nf-next:focus,
.nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-fu-button-cancel.nf-next:focus, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-fu-button-cancel.nf-previous:focus, .nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-fu-button-cancel.nf-previous:focus, #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .c-btn--secondary.nf-fu-button-cancel:focus, #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous button.nf-fu-button-cancel[type=submit]:focus, .nf-mp-footer .nf-next-previous #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element button.nf-fu-button-cancel[type=submit]:focus,
#header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous button.nf-fu-button-cancel[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element button.nf-fu-button-cancel[data-nf-submit-form]:focus,
#header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous .nf-fu-button-cancel.nf-next:focus,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel.nf-next:focus, #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-mp-footer .nf-next-previous .nf-fu-button-cancel.nf-previous:focus, .nf-mp-footer .nf-next-previous #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel.nf-previous:focus, #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel:focus, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .c-btn--secondary.nf-fu-button-cancel:focus, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-fu-button-cancel[type=submit]:focus, .nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering button.nf-fu-button-cancel[type=submit]:focus,
.field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-fu-button-cancel[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering button.nf-fu-button-cancel[data-nf-submit-form]:focus,
.field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-fu-button-cancel.nf-next:focus,
.nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-fu-button-cancel.nf-next:focus, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-fu-button-cancel.nf-previous:focus, .nf-mp-footer .nf-next-previous .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-fu-button-cancel.nf-previous:focus, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-fu-button-cancel:focus, #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .c-btn.nf-add-fieldset:focus, #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous button.nf-add-fieldset[type=submit]:focus, .nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container button.nf-add-fieldset[type=submit]:focus,
#header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous button.nf-add-fieldset[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container button.nf-add-fieldset[data-nf-submit-form]:focus,
#header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-next:focus,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-next:focus, #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-previous:focus, .nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-previous:focus, #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .field-wrap.file_upload-wrap .nf-field-element .nf-add-fieldset.nf-fu-button-cancel:focus, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-fu-button-cancel:focus, .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .c-btn.nf-add-fieldset:focus, .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-add-fieldset[type=submit]:focus, .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering button.nf-add-fieldset[type=submit]:focus,
.nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-add-fieldset[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering button.nf-add-fieldset[data-nf-submit-form]:focus,
.nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-next:focus,
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-add-fieldset.nf-next:focus, .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-previous:focus, .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-add-fieldset.nf-previous:focus, .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-add-fieldset.nf-fu-button-cancel:focus, .field-wrap.file_upload-wrap .nf-field-element .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-add-fieldset.nf-fu-button-cancel:focus, #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .c-btn--secondary.nf-add-fieldset:focus, #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous button.nf-add-fieldset[type=submit]:focus, .nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container button.nf-add-fieldset[type=submit]:focus,
#header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous button.nf-add-fieldset[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container button.nf-add-fieldset[data-nf-submit-form]:focus,
#header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-next:focus,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-next:focus, #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-previous:focus, .nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-previous:focus, #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .field-wrap.file_upload-wrap .nf-field-element .nf-add-fieldset.nf-fu-button-cancel:focus, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset.nf-fu-button-cancel:focus, #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset:focus, .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .c-btn--secondary.nf-add-fieldset:focus, .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-add-fieldset[type=submit]:focus, .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering button.nf-add-fieldset[type=submit]:focus,
.nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-mp-footer .nf-next-previous button.nf-add-fieldset[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering button.nf-add-fieldset[data-nf-submit-form]:focus,
.nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-next:focus,
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-add-fieldset.nf-next:focus, .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-mp-footer .nf-next-previous .nf-add-fieldset.nf-previous:focus, .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-add-fieldset.nf-previous:focus, .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .nf-add-fieldset.nf-fu-button-cancel:focus, .field-wrap.file_upload-wrap .nf-field-element .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-add-fieldset.nf-fu-button-cancel:focus, .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .nf-add-fieldset:focus, #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .c-btn--secondary.ninja-forms-field.nf-element:focus, #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[type=submit]:focus, .nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container button.ninja-forms-field.nf-element[type=submit]:focus,
#header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container button.ninja-forms-field.nf-element[data-nf-submit-form]:focus,
#header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-next:focus,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-next:focus, #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-previous:focus, .nf-mp-footer .nf-next-previous #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-previous:focus, #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .field-wrap.file_upload-wrap .nf-field-element .ninja-forms-field.nf-element.nf-fu-button-cancel:focus, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.nf-fu-button-cancel:focus, #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .repeater-container .ninja-forms-field.nf-element.nf-add-fieldset:focus, #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .submit-container .ninja-forms-field.nf-element.nf-add-fieldset:focus, #header_main.is-hovering .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:focus:not(.is-primary), .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .c-btn--secondary.ninja-forms-field.nf-element:focus, .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[type=submit]:focus, .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering button.ninja-forms-field.nf-element[type=submit]:focus,
.nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .nf-mp-footer .nf-next-previous button.ninja-forms-field.nf-element[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering button.ninja-forms-field.nf-element[data-nf-submit-form]:focus,
.nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-next:focus,
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .ninja-forms-field.nf-element.nf-next:focus, .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .nf-mp-footer .nf-next-previous .ninja-forms-field.nf-element.nf-previous:focus, .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .ninja-forms-field.nf-element.nf-previous:focus, .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .ninja-forms-field.nf-element.nf-fu-button-cancel:focus, .field-wrap.file_upload-wrap .nf-field-element .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .ninja-forms-field.nf-element.nf-fu-button-cancel:focus, .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .repeater-container .ninja-forms-field.nf-element.nf-add-fieldset:focus, .nf-form-layout .nf-form-content .repeater-container .submit-container #header_main.is-hovering .ninja-forms-field.nf-element.nf-add-fieldset:focus, .nf-form-layout .nf-form-content .submit-container #header_main.is-hovering .ninja-forms-field.nf-element:focus:not(.is-primary), #header_main.is-hovering body .wpgb-facet button.c-btn--secondary.wpgb-button:focus, #header_main.is-hovering body .wpgb-facet .nf-mp-footer .nf-next-previous button.wpgb-button[type=submit]:focus, .nf-mp-footer .nf-next-previous #header_main.is-hovering body .wpgb-facet button.wpgb-button[type=submit]:focus,
#header_main.is-hovering body .wpgb-facet .nf-mp-footer .nf-next-previous button.wpgb-button[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous #header_main.is-hovering body .wpgb-facet button.wpgb-button[data-nf-submit-form]:focus,
#header_main.is-hovering body .wpgb-facet .nf-mp-footer .nf-next-previous button.wpgb-button.nf-next:focus,
.nf-mp-footer .nf-next-previous #header_main.is-hovering body .wpgb-facet button.wpgb-button.nf-next:focus, #header_main.is-hovering body .wpgb-facet .nf-mp-footer .nf-next-previous button.wpgb-button.nf-previous:focus, .nf-mp-footer .nf-next-previous #header_main.is-hovering body .wpgb-facet button.wpgb-button.nf-previous:focus, #header_main.is-hovering body .wpgb-facet .field-wrap.file_upload-wrap .nf-field-element button.wpgb-button.nf-fu-button-cancel:focus, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering body .wpgb-facet button.wpgb-button.nf-fu-button-cancel:focus, #header_main.is-hovering body .wpgb-facet .nf-form-layout .nf-form-content .repeater-container button.wpgb-button.nf-add-fieldset:focus, .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering body .wpgb-facet button.wpgb-button.nf-add-fieldset:focus, body .wpgb-facet #header_main.is-hovering button.c-btn--secondary.wpgb-button:focus, body .wpgb-facet #header_main.is-hovering .nf-mp-footer .nf-next-previous button.wpgb-button[type=submit]:focus, .nf-mp-footer .nf-next-previous body .wpgb-facet #header_main.is-hovering button.wpgb-button[type=submit]:focus,
body .wpgb-facet #header_main.is-hovering .nf-mp-footer .nf-next-previous button.wpgb-button[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous body .wpgb-facet #header_main.is-hovering button.wpgb-button[data-nf-submit-form]:focus,
body .wpgb-facet #header_main.is-hovering .nf-mp-footer .nf-next-previous button.wpgb-button.nf-next:focus,
.nf-mp-footer .nf-next-previous body .wpgb-facet #header_main.is-hovering button.wpgb-button.nf-next:focus, body .wpgb-facet #header_main.is-hovering .nf-mp-footer .nf-next-previous button.wpgb-button.nf-previous:focus, .nf-mp-footer .nf-next-previous body .wpgb-facet #header_main.is-hovering button.wpgb-button.nf-previous:focus, body .wpgb-facet #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element button.wpgb-button.nf-fu-button-cancel:focus, .field-wrap.file_upload-wrap .nf-field-element body .wpgb-facet #header_main.is-hovering button.wpgb-button.nf-fu-button-cancel:focus, body .wpgb-facet #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container button.wpgb-button.nf-add-fieldset:focus, .nf-form-layout .nf-form-content .repeater-container body .wpgb-facet #header_main.is-hovering button.wpgb-button.nf-add-fieldset:focus, #header_main.is-hovering body div:where(.swal2-container) button.swal2-deny:focus:where(.swal2-styled), body div:where(.swal2-container) #header_main.is-hovering button.swal2-deny:focus:where(.swal2-styled),
#header_main.is-hovering body div:where(.swal2-container) button.swal2-cancel:focus:where(.swal2-styled),
body div:where(.swal2-container) #header_main.is-hovering button.swal2-cancel:focus:where(.swal2-styled), #header_main.is-hovering body div:where(.swal2-container) button.c-btn--secondary.swal2-confirm:focus:where(.swal2-styled), #header_main.is-hovering body div:where(.swal2-container) .nf-mp-footer .nf-next-previous button.swal2-confirm[type=submit]:focus:where(.swal2-styled), .nf-mp-footer .nf-next-previous #header_main.is-hovering body div:where(.swal2-container) button.swal2-confirm[type=submit]:focus:where(.swal2-styled),
#header_main.is-hovering body div:where(.swal2-container) .nf-mp-footer .nf-next-previous button.swal2-confirm[data-nf-submit-form]:focus:where(.swal2-styled),
.nf-mp-footer .nf-next-previous #header_main.is-hovering body div:where(.swal2-container) button.swal2-confirm[data-nf-submit-form]:focus:where(.swal2-styled),
#header_main.is-hovering body div:where(.swal2-container) .nf-mp-footer .nf-next-previous button.swal2-confirm.nf-next:focus:where(.swal2-styled),
.nf-mp-footer .nf-next-previous #header_main.is-hovering body div:where(.swal2-container) button.swal2-confirm.nf-next:focus:where(.swal2-styled), #header_main.is-hovering body div:where(.swal2-container) .nf-mp-footer .nf-next-previous button.swal2-confirm.nf-previous:focus:where(.swal2-styled), .nf-mp-footer .nf-next-previous #header_main.is-hovering body div:where(.swal2-container) button.swal2-confirm.nf-previous:focus:where(.swal2-styled), #header_main.is-hovering body div:where(.swal2-container) .field-wrap.file_upload-wrap .nf-field-element button.swal2-confirm.nf-fu-button-cancel:focus:where(.swal2-styled), .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering body div:where(.swal2-container) button.swal2-confirm.nf-fu-button-cancel:focus:where(.swal2-styled), #header_main.is-hovering body div:where(.swal2-container) .nf-form-layout .nf-form-content .repeater-container button.swal2-confirm.nf-add-fieldset:focus:where(.swal2-styled), .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering body div:where(.swal2-container) button.swal2-confirm.nf-add-fieldset:focus:where(.swal2-styled), body div:where(.swal2-container) #header_main.is-hovering button.c-btn--secondary.swal2-confirm:focus:where(.swal2-styled), body div:where(.swal2-container) #header_main.is-hovering .nf-mp-footer .nf-next-previous button.swal2-confirm[type=submit]:focus:where(.swal2-styled), .nf-mp-footer .nf-next-previous body div:where(.swal2-container) #header_main.is-hovering button.swal2-confirm[type=submit]:focus:where(.swal2-styled),
body div:where(.swal2-container) #header_main.is-hovering .nf-mp-footer .nf-next-previous button.swal2-confirm[data-nf-submit-form]:focus:where(.swal2-styled),
.nf-mp-footer .nf-next-previous body div:where(.swal2-container) #header_main.is-hovering button.swal2-confirm[data-nf-submit-form]:focus:where(.swal2-styled),
body div:where(.swal2-container) #header_main.is-hovering .nf-mp-footer .nf-next-previous button.swal2-confirm.nf-next:focus:where(.swal2-styled),
.nf-mp-footer .nf-next-previous body div:where(.swal2-container) #header_main.is-hovering button.swal2-confirm.nf-next:focus:where(.swal2-styled), body div:where(.swal2-container) #header_main.is-hovering .nf-mp-footer .nf-next-previous button.swal2-confirm.nf-previous:focus:where(.swal2-styled), .nf-mp-footer .nf-next-previous body div:where(.swal2-container) #header_main.is-hovering button.swal2-confirm.nf-previous:focus:where(.swal2-styled), body div:where(.swal2-container) #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element button.swal2-confirm.nf-fu-button-cancel:focus:where(.swal2-styled), .field-wrap.file_upload-wrap .nf-field-element body div:where(.swal2-container) #header_main.is-hovering button.swal2-confirm.nf-fu-button-cancel:focus:where(.swal2-styled), body div:where(.swal2-container) #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container button.swal2-confirm.nf-add-fieldset:focus:where(.swal2-styled), .nf-form-layout .nf-form-content .repeater-container body div:where(.swal2-container) #header_main.is-hovering button.swal2-confirm.nf-add-fieldset:focus:where(.swal2-styled), #header_main.is-hovering .elementor-widget-button .c-btn--secondary.elementor-button:focus, #header_main.is-hovering .elementor-widget-button .nf-mp-footer .nf-next-previous button.elementor-button[type=submit]:focus, .nf-mp-footer .nf-next-previous #header_main.is-hovering .elementor-widget-button button.elementor-button[type=submit]:focus,
#header_main.is-hovering .elementor-widget-button .nf-mp-footer .nf-next-previous button.elementor-button[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .elementor-widget-button button.elementor-button[data-nf-submit-form]:focus,
#header_main.is-hovering .elementor-widget-button .nf-mp-footer .nf-next-previous .elementor-button.nf-next:focus,
.nf-mp-footer .nf-next-previous #header_main.is-hovering .elementor-widget-button .elementor-button.nf-next:focus, #header_main.is-hovering .elementor-widget-button .nf-mp-footer .nf-next-previous .elementor-button.nf-previous:focus, .nf-mp-footer .nf-next-previous #header_main.is-hovering .elementor-widget-button .elementor-button.nf-previous:focus, #header_main.is-hovering .elementor-widget-button .field-wrap.file_upload-wrap .nf-field-element .elementor-button.nf-fu-button-cancel:focus, .field-wrap.file_upload-wrap .nf-field-element #header_main.is-hovering .elementor-widget-button .elementor-button.nf-fu-button-cancel:focus, #header_main.is-hovering .elementor-widget-button .nf-form-layout .nf-form-content .repeater-container .elementor-button.nf-add-fieldset:focus, .nf-form-layout .nf-form-content .repeater-container #header_main.is-hovering .elementor-widget-button .elementor-button.nf-add-fieldset:focus, .elementor-widget-button #header_main.is-hovering .c-btn--secondary.elementor-button:focus, .elementor-widget-button #header_main.is-hovering .nf-mp-footer .nf-next-previous button.elementor-button[type=submit]:focus, .nf-mp-footer .nf-next-previous .elementor-widget-button #header_main.is-hovering button.elementor-button[type=submit]:focus,
.elementor-widget-button #header_main.is-hovering .nf-mp-footer .nf-next-previous button.elementor-button[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous .elementor-widget-button #header_main.is-hovering button.elementor-button[data-nf-submit-form]:focus,
.elementor-widget-button #header_main.is-hovering .nf-mp-footer .nf-next-previous .elementor-button.nf-next:focus,
.nf-mp-footer .nf-next-previous .elementor-widget-button #header_main.is-hovering .elementor-button.nf-next:focus, .elementor-widget-button #header_main.is-hovering .nf-mp-footer .nf-next-previous .elementor-button.nf-previous:focus, .nf-mp-footer .nf-next-previous .elementor-widget-button #header_main.is-hovering .elementor-button.nf-previous:focus, .elementor-widget-button #header_main.is-hovering .field-wrap.file_upload-wrap .nf-field-element .elementor-button.nf-fu-button-cancel:focus, .field-wrap.file_upload-wrap .nf-field-element .elementor-widget-button #header_main.is-hovering .elementor-button.nf-fu-button-cancel:focus, .elementor-widget-button #header_main.is-hovering .nf-form-layout .nf-form-content .repeater-container .elementor-button.nf-add-fieldset:focus, .nf-form-layout .nf-form-content .repeater-container .elementor-widget-button #header_main.is-hovering .elementor-button.nf-add-fieldset:focus, .elementor-widget-button.elementor-button-danger .elementor-button:focus, .elementor-widget-button.elementor-button-info .c-btn--dark.elementor-button:focus, .elementor-widget-button.elementor-button-info .nf-mp-footer .nf-next-previous button.elementor-button[type=submit]:focus, .nf-mp-footer .nf-next-previous .elementor-widget-button.elementor-button-info button.elementor-button[type=submit]:focus,
.elementor-widget-button.elementor-button-info .nf-mp-footer .nf-next-previous button.elementor-button[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous .elementor-widget-button.elementor-button-info button.elementor-button[data-nf-submit-form]:focus,
.elementor-widget-button.elementor-button-info .nf-mp-footer .nf-next-previous .elementor-button.nf-next:focus,
.nf-mp-footer .nf-next-previous .elementor-widget-button.elementor-button-info .elementor-button.nf-next:focus, .elementor-widget-button.elementor-button-info .nf-mp-footer .nf-next-previous .elementor-button.nf-previous:focus, .nf-mp-footer .nf-next-previous .elementor-widget-button.elementor-button-info .elementor-button.nf-previous:focus, .elementor-widget-button.elementor-button-info .field-wrap.file_upload-wrap .nf-field-element .elementor-button.nf-fu-button-cancel:focus, .field-wrap.file_upload-wrap .nf-field-element .elementor-widget-button.elementor-button-info .elementor-button.nf-fu-button-cancel:focus, .elementor-widget-button.elementor-button-info .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .elementor-button.nf-add-fieldset:focus, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .repeater-container .elementor-widget-button.elementor-button-info .elementor-button.nf-add-fieldset:focus, .elementor-widget-button.elementor-button-info .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .elementor-button.ninja-forms-field.nf-element:focus, .page-content .elementor-widget-shortcode:not(.is-light-form) .nf-form-layout .nf-form-content .submit-container .elementor-widget-button.elementor-button-info .elementor-button.ninja-forms-field.nf-element:focus, .elementor-widget-button.elementor-button-info body div:where(.swal2-container) button.elementor-button.swal2-deny:focus:where(.swal2-styled), body div:where(.swal2-container) .elementor-widget-button.elementor-button-info button.elementor-button.swal2-deny:focus:where(.swal2-styled),
.elementor-widget-button.elementor-button-info body div:where(.swal2-container) button.elementor-button.swal2-cancel:focus:where(.swal2-styled),
body div:where(.swal2-container) .elementor-widget-button.elementor-button-info button.elementor-button.swal2-cancel:focus:where(.swal2-styled), #header_main.is-hovering .elementor-widget-button.elementor-button-info .elementor-button:focus, .elementor-widget-button.elementor-button-info #header_main.is-hovering .elementor-button:focus {
  color: #24242B !important;
}

/* Button variants
   ========================================================================== */
.c-btn--arrow, .elementor-widget-button.elementor-button-warning .elementor-button, .elementor-widget-button.elementor-button-success .elementor-button {
  display: inline-block; /* [1] */
  vertical-align: middle; /* [2] */
  text-align: center; /* [4] */
  text-decoration: none; /* [4] */
  margin: 0; /* [4] */
  cursor: pointer; /* [5] */
  padding: 0.5rem !important;
  transition: all 300ms ease-in-out;
}
@media (min-width: 1024px) {
  .c-btn--arrow, .elementor-widget-button.elementor-button-warning .elementor-button, .elementor-widget-button.elementor-button-success .elementor-button {
    padding: 0.625rem !important;
  }
}

/* Style variants
   ========================================================================== */
.c-btn--arrow-circle, .elementor-widget-button.elementor-button-success .elementor-button {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff !important;
}
.c-btn--arrow-circle:hover, .elementor-widget-button.elementor-button-success .elementor-button:hover, .c-btn--arrow-circle:focus, .elementor-widget-button.elementor-button-success .elementor-button:focus {
  background-color: rgba(255, 255, 255, 0.2509803922);
  border-color: transparent;
  color: #ffffff !important;
}

.c-btn--arrow-rounded, .elementor-widget-button.elementor-button-warning .elementor-button {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 8px;
  color: #ffffff !important;
}
.c-btn--arrow-rounded:hover, .elementor-widget-button.elementor-button-warning .elementor-button:hover, .c-btn--arrow-rounded:focus, .elementor-widget-button.elementor-button-warning .elementor-button:focus {
  background-color: rgba(255, 255, 255, 0.2509803922);
  border: 1px solid #ffffff;
  color: #ffffff !important;
}

/* Style variants
   ========================================================================== */
.c-btn--has-icon, .nf-mp-footer .nf-next-previous button[type=submit],
.nf-mp-footer .nf-next-previous button[data-nf-submit-form],
.nf-mp-footer .nf-next-previous .nf-next, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element, .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-right: 0.25rem !important;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-btn--has-icon:hover, .nf-mp-footer .nf-next-previous button[type=submit]:hover,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover,
.nf-mp-footer .nf-next-previous .nf-next:hover, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover, .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover {
  padding-right: 0.5rem !important;
}
.c-btn--has-icon:hover .c-btn__icon, .c-btn--has-icon:hover .nf-mp-footer .nf-next-previous button[type=submit] svg, .nf-mp-footer .nf-next-previous button[type=submit] .c-btn--has-icon:hover svg,
.c-btn--has-icon:hover .nf-mp-footer .nf-next-previous button[data-nf-submit-form] svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form] .c-btn--has-icon:hover svg,
.c-btn--has-icon:hover .nf-mp-footer .nf-next-previous .nf-next svg,
.nf-mp-footer .nf-next-previous .nf-next .c-btn--has-icon:hover svg,
.c-btn--has-icon:hover .nf-mp-footer .nf-next-previous .nf-previous svg,
.nf-mp-footer .nf-next-previous .nf-previous .c-btn--has-icon:hover svg, .nf-mp-footer .nf-next-previous button[type=submit]:hover .c-btn__icon, .nf-mp-footer .nf-next-previous button[type=submit]:hover svg,
.nf-mp-footer .nf-next-previous button[type=submit]:hover button[data-nf-submit-form] svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form] button[type=submit]:hover svg,
.nf-mp-footer .nf-next-previous button[type=submit]:hover .nf-next svg,
.nf-mp-footer .nf-next-previous .nf-next button[type=submit]:hover svg,
.nf-mp-footer .nf-next-previous button[type=submit]:hover .nf-previous svg,
.nf-mp-footer .nf-next-previous .nf-previous button[type=submit]:hover svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover .c-btn__icon,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover button[type=submit] svg,
.nf-mp-footer .nf-next-previous button[type=submit] button[data-nf-submit-form]:hover svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover .nf-next svg,
.nf-mp-footer .nf-next-previous .nf-next button[data-nf-submit-form]:hover svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover .nf-previous svg,
.nf-mp-footer .nf-next-previous .nf-previous button[data-nf-submit-form]:hover svg,
.nf-mp-footer .nf-next-previous .nf-next:hover .c-btn__icon,
.nf-mp-footer .nf-next-previous .nf-next:hover button[type=submit] svg,
.nf-mp-footer .nf-next-previous button[type=submit] .nf-next:hover svg,
.nf-mp-footer .nf-next-previous .nf-next:hover button[data-nf-submit-form] svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form] .nf-next:hover svg,
.nf-mp-footer .nf-next-previous .nf-next:hover svg,
.nf-mp-footer .nf-next-previous .nf-next:hover .nf-previous svg,
.nf-mp-footer .nf-next-previous .nf-previous .nf-next:hover svg, .c-btn--has-icon:hover .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element svg, .nf-mp-footer .nf-next-previous button[type=submit]:hover .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element svg,
.nf-mp-footer .nf-next-previous .nf-next:hover .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element svg, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element .c-btn--has-icon:hover svg, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element .nf-mp-footer .nf-next-previous button[type=submit]:hover svg, .nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element button[type=submit]:hover svg,
.nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element .nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover svg,
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element button[data-nf-submit-form]:hover svg,
.nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element .nf-mp-footer .nf-next-previous .nf-next:hover svg,
.nf-mp-footer .nf-next-previous .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element .nf-next:hover svg, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover .c-btn__icon, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover .nf-mp-footer .nf-next-previous button[type=submit] svg, .nf-mp-footer .nf-next-previous button[type=submit] .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover svg,
.nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover .nf-mp-footer .nf-next-previous button[data-nf-submit-form] svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form] .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover svg,
.nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover .nf-mp-footer .nf-next-previous .nf-next svg,
.nf-mp-footer .nf-next-previous .nf-next .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover svg,
.nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover .nf-mp-footer .nf-next-previous .nf-previous svg,
.nf-mp-footer .nf-next-previous .nf-previous .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover svg, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover svg, .c-btn--has-icon:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon, .nf-mp-footer .nf-next-previous button[type=submit]:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon,
.nf-mp-footer .nf-next-previous .nf-next:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon, .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .c-btn--has-icon:hover .elementor-button-icon, .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .nf-mp-footer .nf-next-previous button[type=submit]:hover .elementor-button-icon, .nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs button[type=submit]:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover .elementor-button-icon,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs button[data-nf-submit-form]:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .nf-mp-footer .nf-next-previous .nf-next:hover .elementor-button-icon,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .nf-next:hover .elementor-button-icon, .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover .elementor-button-icon, .nf-form-layout .nf-form-content .submit-container .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .ninja-forms-field.nf-element:hover .elementor-button-icon,
.c-btn--has-icon:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon svg,
.nf-mp-footer .nf-next-previous button[type=submit]:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon svg,
.nf-mp-footer .nf-next-previous .nf-next:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon svg,
.nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon .c-btn--has-icon:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon .nf-mp-footer .nf-next-previous button[type=submit]:hover svg,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon button[type=submit]:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon .nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover svg,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon button[data-nf-submit-form]:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon .nf-mp-footer .nf-next-previous .nf-next:hover svg,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon .nf-next:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover svg,
.nf-form-layout .nf-form-content .submit-container .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon .ninja-forms-field.nf-element:hover svg,
.c-btn--has-icon:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon,
.nf-mp-footer .nf-next-previous button[type=submit]:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon,
.nf-mp-footer .nf-next-previous .nf-next:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon,
.nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .c-btn--has-icon:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .nf-mp-footer .nf-next-previous button[type=submit]:hover .elementor-button-icon,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm button[type=submit]:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover .elementor-button-icon,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm button[data-nf-submit-form]:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .nf-mp-footer .nf-next-previous .nf-next:hover .elementor-button-icon,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .nf-next:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover .elementor-button-icon,
.nf-form-layout .nf-form-content .submit-container .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .ninja-forms-field.nf-element:hover .elementor-button-icon,
.c-btn--has-icon:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon svg,
.nf-mp-footer .nf-next-previous button[type=submit]:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon svg,
.nf-mp-footer .nf-next-previous .nf-next:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon svg,
.nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon .c-btn--has-icon:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon .nf-mp-footer .nf-next-previous button[type=submit]:hover svg,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon button[type=submit]:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon .nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover svg,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon button[data-nf-submit-form]:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon .nf-mp-footer .nf-next-previous .nf-next:hover svg,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon .nf-next:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover svg,
.nf-form-layout .nf-form-content .submit-container .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon .ninja-forms-field.nf-element:hover svg,
.c-btn--has-icon:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon,
.nf-mp-footer .nf-next-previous button[type=submit]:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon,
.nf-mp-footer .nf-next-previous .nf-next:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon,
.nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .c-btn--has-icon:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .nf-mp-footer .nf-next-previous button[type=submit]:hover .elementor-button-icon,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md button[type=submit]:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover .elementor-button-icon,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md button[data-nf-submit-form]:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .nf-mp-footer .nf-next-previous .nf-next:hover .elementor-button-icon,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .nf-next:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover .elementor-button-icon,
.nf-form-layout .nf-form-content .submit-container .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .ninja-forms-field.nf-element:hover .elementor-button-icon,
.c-btn--has-icon:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon svg,
.nf-mp-footer .nf-next-previous button[type=submit]:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon svg,
.nf-mp-footer .nf-next-previous .nf-next:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon svg,
.nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon .c-btn--has-icon:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon .nf-mp-footer .nf-next-previous button[type=submit]:hover svg,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon button[type=submit]:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon .nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover svg,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon button[data-nf-submit-form]:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon .nf-mp-footer .nf-next-previous .nf-next:hover svg,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon .nf-next:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover svg,
.nf-form-layout .nf-form-content .submit-container .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon .ninja-forms-field.nf-element:hover svg,
.c-btn--has-icon:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon,
.nf-mp-footer .nf-next-previous button[type=submit]:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon,
.nf-mp-footer .nf-next-previous .nf-next:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon,
.nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .c-btn--has-icon:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .nf-mp-footer .nf-next-previous button[type=submit]:hover .elementor-button-icon,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg button[type=submit]:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover .elementor-button-icon,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg button[data-nf-submit-form]:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .nf-mp-footer .nf-next-previous .nf-next:hover .elementor-button-icon,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .nf-next:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover .elementor-button-icon,
.nf-form-layout .nf-form-content .submit-container .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .ninja-forms-field.nf-element:hover .elementor-button-icon,
.c-btn--has-icon:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon svg,
.nf-mp-footer .nf-next-previous button[type=submit]:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon svg,
.nf-mp-footer .nf-next-previous .nf-next:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon svg,
.nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon .c-btn--has-icon:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon .nf-mp-footer .nf-next-previous button[type=submit]:hover svg,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon button[type=submit]:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon .nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover svg,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon button[data-nf-submit-form]:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon .nf-mp-footer .nf-next-previous .nf-next:hover svg,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon .nf-next:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover svg,
.nf-form-layout .nf-form-content .submit-container .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon .ninja-forms-field.nf-element:hover svg,
.c-btn--has-icon:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon,
.nf-mp-footer .nf-next-previous button[type=submit]:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon,
.nf-mp-footer .nf-next-previous .nf-next:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon,
.nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .c-btn--has-icon:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .nf-mp-footer .nf-next-previous button[type=submit]:hover .elementor-button-icon,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl button[type=submit]:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover .elementor-button-icon,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl button[data-nf-submit-form]:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .nf-mp-footer .nf-next-previous .nf-next:hover .elementor-button-icon,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .nf-next:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover .elementor-button-icon,
.nf-form-layout .nf-form-content .submit-container .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .ninja-forms-field.nf-element:hover .elementor-button-icon,
.c-btn--has-icon:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon svg,
.nf-mp-footer .nf-next-previous button[type=submit]:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon svg,
.nf-mp-footer .nf-next-previous .nf-next:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon svg,
.nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon .c-btn--has-icon:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon .nf-mp-footer .nf-next-previous button[type=submit]:hover svg,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon button[type=submit]:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon .nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover svg,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon button[data-nf-submit-form]:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon .nf-mp-footer .nf-next-previous .nf-next:hover svg,
.nf-mp-footer .nf-next-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon .nf-next:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover svg,
.nf-form-layout .nf-form-content .submit-container .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon .ninja-forms-field.nf-element:hover svg, .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover .c-btn__icon, .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover .nf-mp-footer .nf-next-previous button[type=submit] svg, .nf-mp-footer .nf-next-previous button[type=submit] .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover .nf-mp-footer .nf-next-previous button[data-nf-submit-form] svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form] .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover .nf-mp-footer .nf-next-previous .nf-next svg,
.nf-mp-footer .nf-next-previous .nf-next .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover .nf-mp-footer .nf-next-previous .nf-previous svg,
.nf-mp-footer .nf-next-previous .nf-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover svg, .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element svg, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover svg, .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover .elementor-button.elementor-size-sm .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button.elementor-size-xs:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover .elementor-button.elementor-size-sm .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon .elementor-button.elementor-size-xs:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover .elementor-button.elementor-size-md .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button.elementor-size-xs:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover .elementor-button.elementor-size-md .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon .elementor-button.elementor-size-xs:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover .elementor-button.elementor-size-lg .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button.elementor-size-xs:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover .elementor-button.elementor-size-lg .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon .elementor-button.elementor-size-xs:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover .elementor-button.elementor-size-xl .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button.elementor-size-xs:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover .elementor-button.elementor-size-xl .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon .elementor-button.elementor-size-xs:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover .c-btn__icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover .nf-mp-footer .nf-next-previous button[type=submit] svg,
.nf-mp-footer .nf-next-previous button[type=submit] .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover .nf-mp-footer .nf-next-previous button[data-nf-submit-form] svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form] .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover .nf-mp-footer .nf-next-previous .nf-next svg,
.nf-mp-footer .nf-next-previous .nf-next .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover .nf-mp-footer .nf-next-previous .nf-previous svg,
.nf-mp-footer .nf-next-previous .nf-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element svg,
.nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover .elementor-button.elementor-size-xs .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button.elementor-size-sm:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover .elementor-button.elementor-size-xs .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon .elementor-button.elementor-size-sm:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover .elementor-button.elementor-size-md .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button.elementor-size-sm:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover .elementor-button.elementor-size-md .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon .elementor-button.elementor-size-sm:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover .elementor-button.elementor-size-lg .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button.elementor-size-sm:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover .elementor-button.elementor-size-lg .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon .elementor-button.elementor-size-sm:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover .elementor-button.elementor-size-xl .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button.elementor-size-sm:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover .elementor-button.elementor-size-xl .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon .elementor-button.elementor-size-sm:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover .c-btn__icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover .nf-mp-footer .nf-next-previous button[type=submit] svg,
.nf-mp-footer .nf-next-previous button[type=submit] .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover .nf-mp-footer .nf-next-previous button[data-nf-submit-form] svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form] .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover .nf-mp-footer .nf-next-previous .nf-next svg,
.nf-mp-footer .nf-next-previous .nf-next .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover .nf-mp-footer .nf-next-previous .nf-previous svg,
.nf-mp-footer .nf-next-previous .nf-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element svg,
.nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover .elementor-button.elementor-size-xs .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button.elementor-size-md:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover .elementor-button.elementor-size-xs .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon .elementor-button.elementor-size-md:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover .elementor-button.elementor-size-sm .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button.elementor-size-md:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover .elementor-button.elementor-size-sm .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon .elementor-button.elementor-size-md:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover .elementor-button.elementor-size-lg .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button.elementor-size-md:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover .elementor-button.elementor-size-lg .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon .elementor-button.elementor-size-md:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover .elementor-button.elementor-size-xl .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button.elementor-size-md:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover .elementor-button.elementor-size-xl .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon .elementor-button.elementor-size-md:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover .c-btn__icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover .nf-mp-footer .nf-next-previous button[type=submit] svg,
.nf-mp-footer .nf-next-previous button[type=submit] .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover .nf-mp-footer .nf-next-previous button[data-nf-submit-form] svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form] .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover .nf-mp-footer .nf-next-previous .nf-next svg,
.nf-mp-footer .nf-next-previous .nf-next .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover .nf-mp-footer .nf-next-previous .nf-previous svg,
.nf-mp-footer .nf-next-previous .nf-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element svg,
.nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover .elementor-button.elementor-size-xs .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button.elementor-size-lg:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover .elementor-button.elementor-size-xs .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon .elementor-button.elementor-size-lg:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover .elementor-button.elementor-size-sm .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button.elementor-size-lg:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover .elementor-button.elementor-size-sm .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon .elementor-button.elementor-size-lg:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover .elementor-button.elementor-size-md .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button.elementor-size-lg:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover .elementor-button.elementor-size-md .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon .elementor-button.elementor-size-lg:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover .elementor-button.elementor-size-xl .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button.elementor-size-lg:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover .elementor-button.elementor-size-xl .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon .elementor-button.elementor-size-lg:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover .c-btn__icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover .nf-mp-footer .nf-next-previous button[type=submit] svg,
.nf-mp-footer .nf-next-previous button[type=submit] .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover .nf-mp-footer .nf-next-previous button[data-nf-submit-form] svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form] .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover .nf-mp-footer .nf-next-previous .nf-next svg,
.nf-mp-footer .nf-next-previous .nf-next .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover .nf-mp-footer .nf-next-previous .nf-previous svg,
.nf-mp-footer .nf-next-previous .nf-previous .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element svg,
.nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover .elementor-button.elementor-size-xs .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button.elementor-size-xl:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover .elementor-button.elementor-size-xs .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon .elementor-button.elementor-size-xl:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover .elementor-button.elementor-size-sm .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button.elementor-size-xl:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover .elementor-button.elementor-size-sm .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon .elementor-button.elementor-size-xl:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover .elementor-button.elementor-size-md .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button.elementor-size-xl:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover .elementor-button.elementor-size-md .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon .elementor-button.elementor-size-xl:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover .elementor-button.elementor-size-lg .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button.elementor-size-xl:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover .elementor-button.elementor-size-lg .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon .elementor-button.elementor-size-xl:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover .elementor-button-icon svg, .c-btn--has-icon:hover .elementor-widget-button.elementor-button-success .elementor-button svg, .nf-mp-footer .nf-next-previous button[type=submit]:hover .elementor-widget-button.elementor-button-success .elementor-button svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover .elementor-widget-button.elementor-button-success .elementor-button svg,
.nf-mp-footer .nf-next-previous .nf-next:hover .elementor-widget-button.elementor-button-success .elementor-button svg, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover .elementor-widget-button.elementor-button-success .elementor-button svg, .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover .elementor-widget-button.elementor-button-success .elementor-button svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover .elementor-widget-button.elementor-button-success .elementor-button svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover .elementor-widget-button.elementor-button-success .elementor-button svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover .elementor-widget-button.elementor-button-success .elementor-button svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover .elementor-widget-button.elementor-button-success .elementor-button svg, .elementor-widget-button.elementor-button-success .elementor-button .c-btn--has-icon:hover svg, .elementor-widget-button.elementor-button-success .elementor-button .nf-mp-footer .nf-next-previous button[type=submit]:hover svg, .nf-mp-footer .nf-next-previous .elementor-widget-button.elementor-button-success .elementor-button button[type=submit]:hover svg,
.elementor-widget-button.elementor-button-success .elementor-button .nf-mp-footer .nf-next-previous button[data-nf-submit-form]:hover svg,
.nf-mp-footer .nf-next-previous .elementor-widget-button.elementor-button-success .elementor-button button[data-nf-submit-form]:hover svg,
.elementor-widget-button.elementor-button-success .elementor-button .nf-mp-footer .nf-next-previous .nf-next:hover svg,
.nf-mp-footer .nf-next-previous .elementor-widget-button.elementor-button-success .elementor-button .nf-next:hover svg, .elementor-widget-button.elementor-button-success .elementor-button .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover svg, .nf-form-layout .nf-form-content .submit-container .elementor-widget-button.elementor-button-success .elementor-button .ninja-forms-field.nf-element:hover svg, .elementor-widget-button.elementor-button-success .elementor-button .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover svg, .elementor-widget-button:not(.elementor-button-success) .elementor-widget-button.elementor-button-success .elementor-button .elementor-button.elementor-size-xs:hover svg,
.elementor-widget-button.elementor-button-success .elementor-button .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-widget-button.elementor-button-success .elementor-button .elementor-button.elementor-size-sm:hover svg,
.elementor-widget-button.elementor-button-success .elementor-button .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-widget-button.elementor-button-success .elementor-button .elementor-button.elementor-size-md:hover svg,
.elementor-widget-button.elementor-button-success .elementor-button .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-widget-button.elementor-button-success .elementor-button .elementor-button.elementor-size-lg:hover svg,
.elementor-widget-button.elementor-button-success .elementor-button .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-widget-button.elementor-button-success .elementor-button .elementor-button.elementor-size-xl:hover svg {
  margin-left: 0.25rem;
}

.c-btn__icon, .nf-mp-footer .nf-next-previous button[type=submit] svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form] svg,
.nf-mp-footer .nf-next-previous .nf-next svg,
.nf-mp-footer .nf-next-previous .nf-previous svg, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element svg, .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon svg, .elementor-widget-button.elementor-button-success .elementor-button svg {
  width: 1.375rem;
  height: 1.375rem;
}
@media (min-width: 1024px) {
  .c-btn__icon, .nf-mp-footer .nf-next-previous button[type=submit] svg,
  .nf-mp-footer .nf-next-previous button[data-nf-submit-form] svg,
  .nf-mp-footer .nf-next-previous .nf-next svg,
  .nf-mp-footer .nf-next-previous .nf-previous svg, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element svg, .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon,
  .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon svg,
  .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon,
  .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon svg,
  .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon,
  .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon svg,
  .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon,
  .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon svg,
  .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon,
  .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon svg, .elementor-widget-button.elementor-button-success .elementor-button svg {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.c-nav .c-dropdown {
  align-items: center;
  position: relative;
  display: flex;
}

.c-dropdown--disabled {
  opacity: 0.3;
  pointer-events: none;
}

.c-dropdown__list {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: none;
  background: none;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.66;
  letter-spacing: 0.0125em;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .c-dropdown__list {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-dropdown__list {
    font-size: calc(0.75rem + 0.25 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-dropdown__list {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-dropdown__list {
    line-height: 1.56;
  }
}
.c-nav .c-dropdown__list {
  position: initial;
}

.c-dropdown__arrow {
  width: 1.75rem;
  height: 1.75rem;
  margin-left: 0.25rem;
}
.c-nav .c-dropdown__arrow {
  width: 2.25rem;
  height: 2.25rem;
}

.c-dropdown__menu {
  position: absolute;
  right: 1.125rem;
  z-index: 1000;
  display: none;
  padding: 0.5rem 0;
  margin: 0.75rem 0 0;
  list-style: none;
  background-color: #4E4E58;
  border-radius: 0.5rem;
}
.c-nav .c-dropdown__menu {
  top: 100%;
  background-color: #24242B;
}
.c-dropdown__menu--user {
  right: 1.75rem;
  margin: 0;
  padding: 0;
}

.c-dropdown__menu li a {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.66;
  letter-spacing: 0.0125em;
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  display: block;
}
@media (min-width: 1024px) {
  .c-dropdown__menu li a {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-dropdown__menu li a {
    font-size: calc(0.75rem + 0.25 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-dropdown__menu li a {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-dropdown__menu li a {
    line-height: 1.56;
  }
}
.c-dropdown__menu li a:hover {
  text-decoration: underline;
}

.c-dropdown__label {
  display: flex;
}

.c-hotspot {
  position: relative;
}

.c-hotspot__item {
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  position: absolute;
  left: var(--hotspot-x);
  top: var(--hotspot-y);
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
.c-hotspot__item span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.2509803922);
  animation: hotspot-pulse-large 1.4s infinite;
  transition: background 0.3s ease-in-out;
}
.c-hotspot__item span:nth-child(2) {
  animation: hotspot-pulse-medium 1.4s infinite;
  background: rgba(255, 255, 255, 0.4);
}
.c-hotspot__item span:nth-child(3) {
  animation: hotspot-pulse 1.4s infinite;
  background: rgba(255, 255, 255, 0.4);
}
.c-hotspot__item span:nth-child(4) {
  animation: hotspot-pulse-small 1.4s infinite;
  background: #89B2AA;
}

.c-hotspot__item[aria-expanded=true] span {
  transition: transform 1.4s ease, background 0.3s ease-in-out;
  background: rgba(137, 178, 170, 0.2509803922);
  transform: scale(2.5);
  animation: none;
}
.c-hotspot__item[aria-expanded=true] span:nth-child(2) {
  background: rgba(137, 178, 170, 0.4);
  transform: scale(2);
}
.c-hotspot__item[aria-expanded=true] span:nth-child(3) {
  background: rgba(137, 178, 170, 0.6);
  transform: scale(1.5);
}
.c-hotspot__item[aria-expanded=true] span:nth-child(4) {
  background: #ffffff;
  transform: scale(0.6);
}

@media (min-width: 1024px) {
  .c-hotspot__item:hover span {
    transition: transform 1.4s ease, background 0.3s ease-in-out;
    background: rgba(137, 178, 170, 0.2509803922);
    transform: scale(2.5);
    animation: none;
  }
  .c-hotspot__item:hover span:nth-child(2) {
    background: rgba(137, 178, 170, 0.4);
    transform: scale(2);
  }
  .c-hotspot__item:hover span:nth-child(3) {
    background: rgba(137, 178, 170, 0.6);
    transform: scale(1.5);
  }
  .c-hotspot__item:hover span:nth-child(4) {
    background: #ffffff;
    transform: scale(0.6);
  }
}
@keyframes hotspot-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hotspot-pulse-medium {
  0% {
    transform: scale(2);
  }
  50% {
    transform: scale(3);
  }
  100% {
    transform: scale(2);
  }
}
@keyframes hotspot-pulse-large {
  0% {
    transform: scale(3);
  }
  50% {
    transform: scale(4);
  }
  100% {
    transform: scale(3);
  }
}
@keyframes hotspot-pulse-small {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
.elementor-widget-iconbox {
  width: 100%;
}

.c-icon-box--beside--accordion {
  display: none;
}
@media (min-width: 1024px) {
  .c-icon-box--beside--accordion {
    display: unset;
  }
}
.c-icon-box--beside--mobile-accordion {
  display: block;
}
@media (min-width: 1024px) {
  .c-icon-box--beside--mobile-accordion {
    display: none;
  }
}

.c-icon-box__row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-icon-box__row {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .c-icon-box--beside .c-icon-box__row {
    margin: 0 0 1.25rem;
  }
}
.c-icon-box--above .c-icon-box__row {
  flex-direction: row;
  margin: 0 0 1.25rem;
}
@media (min-width: 1024px) {
  .c-icon-box--above .c-icon-box__row {
    margin: 0 0 1.75rem;
  }
}
@media (min-width: 1024px) {
  .c-icon-box--above .c-icon-box__row {
    flex-direction: column;
  }
}

.c-icon-box__icon {
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1.125rem;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem;
}
@media (min-width: 1024px) {
  .c-icon-box__icon {
    width: 3rem;
    height: 3rem;
  }
}
.c-icon-box__icon svg {
  width: 2.75rem;
  height: 2.75rem;
}
@media (min-width: 1024px) {
  .c-icon-box__icon svg {
    width: 3rem;
    height: 3rem;
  }
}
@media (min-width: 1024px) {
  .c-icon-box__icon {
    margin: auto 0;
  }
}
.c-icon-box--above .c-icon-box__icon {
  margin-right: 1.75rem;
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .c-icon-box--above .c-icon-box__icon {
    margin: auto 0 1.25rem;
  }
}

.c-icon-box__arrow-row {
  display: flex;
  margin-bottom: 1.125rem;
}
@media (min-width: 1024px) {
  .c-icon-box__arrow-row {
    margin: 0;
  }
}
.c-icon-box--above .c-icon-box__arrow-row {
  margin: 0;
}

.c-icon-box__title {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
  color: #ffffff;
  margin: auto 0;
}
@media (min-width: 1024px) {
  .c-icon-box__title {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-icon-box__title {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-icon-box__title {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .c-icon-box__title {
    line-height: 1.52;
  }
}
@media (min-width: 1024px) {
  .c-icon-box__title {
    margin: auto 0 auto 1.75rem;
  }
}
@media (min-width: 1024px) {
  .c-icon-box--beside .c-icon-box__title--stroke {
    margin: auto 1.25rem auto 1.75rem;
  }
}
.c-icon-box--above .c-icon-box__title {
  margin: auto 0;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 1;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  display: inline-block;
}
@media (min-width: 1024px) {
  .c-icon-box--above .c-icon-box__title {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-icon-box--above .c-icon-box__title {
    font-size: calc(1.25rem + 0.18 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-icon-box--above .c-icon-box__title {
    font-size: 1.43rem;
  }
}
@media (min-width: 1024px) {
  .c-icon-box--above .c-icon-box__title {
    line-height: 1.48;
  }
}

.c-icon-box__arrow {
  width: 2rem;
  height: 2rem;
  color: #ffffff;
  margin: auto 0;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .c-icon-box__stroke {
    border-bottom: 1px solid #ffffff;
    height: 1px;
    width: 16rem;
    max-width: 100%;
    margin: auto 0 auto auto;
  }
}

.c-icon-box__desc {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
  color: #ADAEB3;
}
@media (min-width: 1024px) {
  .c-icon-box__desc {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .c-icon-box__desc {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-icon-box__desc {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-icon-box__desc {
    line-height: 1.62;
  }
}
@media (min-width: 1024px) {
  .c-icon-box__desc {
    margin-left: 4.75rem;
    margin-bottom: 0;
  }
}
.c-icon-box__desc--mobile {
  display: none;
}
@media (min-width: 1024px) {
  .c-icon-box__desc--mobile {
    display: block;
  }
}
.c-icon-box--beside .c-icon-box__desc {
  margin: 0;
}
.c-icon-box--above .c-icon-box__desc {
  display: none;
}
@media (min-width: 1024px) {
  .c-icon-box--above .c-icon-box__desc {
    display: block;
    margin: 0;
  }
}

.c-icon-box__button {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .c-icon-box__button {
    margin-top: 2rem;
  }
}

.c-icon-box__accordion .c-accordion__item,
.c-icon-box--beside--mobile-accordion .c-accordion__item {
  padding: 0.875rem 0;
}
.c-icon-box__accordion .c-accordion__item:first-child,
.c-icon-box--beside--mobile-accordion .c-accordion__item:first-child {
  padding-top: 1.75rem;
}
.c-icon-box__accordion .c-accordion__item[data-status=expanded] .c-icon-box__title,
.c-icon-box--beside--mobile-accordion .c-accordion__item[data-status=expanded] .c-icon-box__title {
  text-decoration: underline;
}
.c-icon-box__accordion .c-icon-box__title,
.c-icon-box--beside--mobile-accordion .c-icon-box__title {
  margin: auto 0 auto 1.375rem;
}
@media (min-width: 1024px) {
  .c-icon-box__accordion .c-icon-box__title,
  .c-icon-box--beside--mobile-accordion .c-icon-box__title {
    margin: auto 0 !important;
  }
}
.c-icon-box__accordion .c-accordion__panel,
.c-icon-box--beside--mobile-accordion .c-accordion__panel {
  margin-top: 0.875rem;
}

.c-icon-box--beside--mobile-accordion .c-icon-box__icon {
  margin: 0;
}
.c-icon-box--beside--mobile-accordion .c-icon-box__title {
  margin: auto 0 auto 1.375rem;
}
.c-icon-box--beside--mobile-accordion .c-icon-box__desc {
  margin: 0;
}

/* ==========================================================================
   IMAGE
   ========================================================================== */
.c-img {
  position: relative;
}
.c-img:not(.c-img--inline)::before {
  content: "";
  position: relative;
  display: block;
  padding-bottom: var(--image-aspect--mobile);
}
@media (min-width: 1024px) {
  .c-img:not(.c-img--inline)::before {
    padding-bottom: var(--image-aspect);
  }
}

.c-img__wrap {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-img--loaded .c-img__wrap {
  background: transparent;
}
.c-img--inline .c-img__wrap {
  position: relative;
  height: auto;
}

.c-img__full,
img.c-img__full,
.c-img__placeholder,
img.c-img__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-img--inline .c-img__full,
.c-img--inline img.c-img__full,
.c-img--inline .c-img__placeholder,
.c-img--inline img.c-img__placeholder {
  position: relative;
  height: auto;
}
.c-img-- .c-img__full,
.c-img-- img.c-img__full,
.c-img-- .c-img__placeholder,
.c-img-- img.c-img__placeholder {
  height: 100%;
  width: 100%;
}
.c-img--bg .c-img__full,
.c-img--bg img.c-img__full,
.c-img--bg .c-img__placeholder,
.c-img--bg img.c-img__placeholder {
  background: transparent no-repeat var(--image-focuspoint)/cover;
}

.c-img__placeholder {
  transition: opacity 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  filter: blur(8px);
  transform: scale(1.125);
}
.c-img--loaded .c-img__placeholder, [data-loaded=true] + .c-img__placeholder {
  opacity: 0;
  display: none;
}

.c-logo {
  border-radius: 8px;
  width: 5rem;
  height: 5rem;
  padding: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .c-logo {
    height: 13.5rem;
    width: 13.5rem;
    padding: 2.5rem;
  }
}

.c-logo__image .c-img {
  line-height: 1;
}

.c-logo__image .c-img__full,
.c-logo__image .c-img__full:hover {
  border-radius: 0;
}

.swal2-modal .swal2-close {
  right: 15px;
  top: 20px;
  position: relative;
  font-size: 0px;
}
.swal2-modal .swal2-close:before, .swal2-modal .swal2-close:after {
  width: 1px;
  height: 20px;
  content: "";
  display: block;
  transform: rotate(45deg);
  background: #24242B;
  position: absolute;
}
.swal2-modal .swal2-close:after {
  transform: rotate(-45deg);
}
.swal2-modal .swal2-close, .swal2-modal .swal2-close:focus, .swal2-modal .swal2-close:hover {
  outline: none;
  box-shadow: none;
  color: #24242B !important;
  background: transparent;
  border: none !important;
}

.c-partner-portal-dialog {
  padding: 0 0 0.75rem;
}
@media (min-width: 1024px) {
  .c-partner-portal-dialog {
    padding: 1rem 2rem 1.5rem;
  }
}

.c-partner-portal-dialog__title {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 1;
  color: #24242B !important;
  margin-top: 2.625rem;
}
@media (min-width: 1024px) {
  .c-partner-portal-dialog__title {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-partner-portal-dialog__title {
    font-size: calc(1.25rem + 0.18 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-partner-portal-dialog__title {
    font-size: 1.43rem;
  }
}
@media (min-width: 1024px) {
  .c-partner-portal-dialog__title {
    line-height: 1.48;
  }
}

.c-partner-portal-dialog__button {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.c-partner-portal-form {
  width: 100%;
}

.c-partner-portal-form__headline {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 1.43rem;
  line-height: 1.52;
  letter-spacing: 0.0025em;
  margin-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .c-partner-portal-form__headline {
    font-weight: 300;
  }
}
@media screen and (min-width: 375px) {
  .c-partner-portal-form__headline {
    font-size: calc(1.43rem + 0.63 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-partner-portal-form__headline {
    font-size: 2.06rem;
  }
}
@media (min-width: 1024px) {
  .c-partner-portal-form__headline {
    line-height: 1.48;
  }
}

.c-partner-portal-form__description {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 1;
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .c-partner-portal-form__description {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-partner-portal-form__description {
    font-size: calc(1.25rem + 0.18 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-partner-portal-form__description {
    font-size: 1.43rem;
  }
}
@media (min-width: 1024px) {
  .c-partner-portal-form__description {
    line-height: 1.48;
  }
}

.c-partner-portal-form__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row;
}
@media (min-width: 1024px) {
  .c-partner-portal-form__pagination {
    flex-wrap: nowrap;
  }
}

.c-partner-portal-form__button--share,
.c-partner-portal-form__button--back {
  flex-direction: row-reverse;
  padding-right: 0.875rem !important;
  padding-left: 0.25rem !important;
  margin-right: 0.875rem;
}
@media (min-width: 1024px) {
  .c-partner-portal-form__button--share,
  .c-partner-portal-form__button--back {
    padding-right: 1.25rem !important;
  }
}
.c-partner-portal-form__button--share:hover,
.c-partner-portal-form__button--back:hover {
  padding-right: 0.875rem !important;
  padding-left: 0.875rem !important;
}
.c-partner-portal-form__button--share .c-btn__icon, .c-partner-portal-form__button--share .nf-mp-footer .nf-next-previous button[type=submit] svg, .nf-mp-footer .nf-next-previous button[type=submit] .c-partner-portal-form__button--share svg,
.c-partner-portal-form__button--share .nf-mp-footer .nf-next-previous button[data-nf-submit-form] svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form] .c-partner-portal-form__button--share svg,
.c-partner-portal-form__button--share .nf-mp-footer .nf-next-previous .nf-next svg,
.nf-mp-footer .nf-next-previous .nf-next .c-partner-portal-form__button--share svg,
.c-partner-portal-form__button--share .nf-mp-footer .nf-next-previous .nf-previous svg,
.nf-mp-footer .nf-next-previous .nf-previous .c-partner-portal-form__button--share svg, .c-partner-portal-form__button--share .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element svg, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element .c-partner-portal-form__button--share svg, .c-partner-portal-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon, .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .c-partner-portal-form__button--share .elementor-button-icon,
.c-partner-portal-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon .c-partner-portal-form__button--share svg,
.c-partner-portal-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .c-partner-portal-form__button--share .elementor-button-icon,
.c-partner-portal-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon .c-partner-portal-form__button--share svg,
.c-partner-portal-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .c-partner-portal-form__button--share .elementor-button-icon,
.c-partner-portal-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon .c-partner-portal-form__button--share svg,
.c-partner-portal-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .c-partner-portal-form__button--share .elementor-button-icon,
.c-partner-portal-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon .c-partner-portal-form__button--share svg,
.c-partner-portal-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .c-partner-portal-form__button--share .elementor-button-icon,
.c-partner-portal-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon .c-partner-portal-form__button--share svg, .c-partner-portal-form__button--share .elementor-widget-button.elementor-button-success .elementor-button svg, .elementor-widget-button.elementor-button-success .elementor-button .c-partner-portal-form__button--share svg,
.c-partner-portal-form__button--back .c-btn__icon,
.c-partner-portal-form__button--back .nf-mp-footer .nf-next-previous button[type=submit] svg,
.nf-mp-footer .nf-next-previous button[type=submit] .c-partner-portal-form__button--back svg,
.c-partner-portal-form__button--back .nf-mp-footer .nf-next-previous button[data-nf-submit-form] svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form] .c-partner-portal-form__button--back svg,
.c-partner-portal-form__button--back .nf-mp-footer .nf-next-previous .nf-next svg,
.nf-mp-footer .nf-next-previous .nf-next .c-partner-portal-form__button--back svg,
.c-partner-portal-form__button--back .nf-mp-footer .nf-next-previous .nf-previous svg,
.nf-mp-footer .nf-next-previous .nf-previous .c-partner-portal-form__button--back svg,
.c-partner-portal-form__button--back .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element svg,
.nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element .c-partner-portal-form__button--back svg,
.c-partner-portal-form__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .c-partner-portal-form__button--back .elementor-button-icon,
.c-partner-portal-form__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon .c-partner-portal-form__button--back svg,
.c-partner-portal-form__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .c-partner-portal-form__button--back .elementor-button-icon,
.c-partner-portal-form__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon .c-partner-portal-form__button--back svg,
.c-partner-portal-form__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .c-partner-portal-form__button--back .elementor-button-icon,
.c-partner-portal-form__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon .c-partner-portal-form__button--back svg,
.c-partner-portal-form__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .c-partner-portal-form__button--back .elementor-button-icon,
.c-partner-portal-form__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon .c-partner-portal-form__button--back svg,
.c-partner-portal-form__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .c-partner-portal-form__button--back .elementor-button-icon,
.c-partner-portal-form__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon .c-partner-portal-form__button--back svg,
.c-partner-portal-form__button--back .elementor-widget-button.elementor-button-success .elementor-button svg,
.elementor-widget-button.elementor-button-success .elementor-button .c-partner-portal-form__button--back svg {
  transform: rotate(180deg);
}

.c-partner-portal-form__button--share .c-btn__icon, .c-partner-portal-form__button--share .nf-mp-footer .nf-next-previous button[type=submit] svg, .nf-mp-footer .nf-next-previous button[type=submit] .c-partner-portal-form__button--share svg,
.c-partner-portal-form__button--share .nf-mp-footer .nf-next-previous button[data-nf-submit-form] svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form] .c-partner-portal-form__button--share svg,
.c-partner-portal-form__button--share .nf-mp-footer .nf-next-previous .nf-next svg,
.nf-mp-footer .nf-next-previous .nf-next .c-partner-portal-form__button--share svg,
.c-partner-portal-form__button--share .nf-mp-footer .nf-next-previous .nf-previous svg,
.nf-mp-footer .nf-next-previous .nf-previous .c-partner-portal-form__button--share svg, .c-partner-portal-form__button--share .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element svg, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element .c-partner-portal-form__button--share svg, .c-partner-portal-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon, .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .c-partner-portal-form__button--share .elementor-button-icon,
.c-partner-portal-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon .c-partner-portal-form__button--share svg,
.c-partner-portal-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .c-partner-portal-form__button--share .elementor-button-icon,
.c-partner-portal-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon .c-partner-portal-form__button--share svg,
.c-partner-portal-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .c-partner-portal-form__button--share .elementor-button-icon,
.c-partner-portal-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon .c-partner-portal-form__button--share svg,
.c-partner-portal-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .c-partner-portal-form__button--share .elementor-button-icon,
.c-partner-portal-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon .c-partner-portal-form__button--share svg,
.c-partner-portal-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .c-partner-portal-form__button--share .elementor-button-icon,
.c-partner-portal-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon .c-partner-portal-form__button--share svg, .c-partner-portal-form__button--share .elementor-widget-button.elementor-button-success .elementor-button svg, .elementor-widget-button.elementor-button-success .elementor-button .c-partner-portal-form__button--share svg {
  transform: rotate(0deg);
  width: 1.2rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.c-partner-portal-form__button--share:hover .c-btn__icon, .c-partner-portal-form__button--share:hover .nf-mp-footer .nf-next-previous button[type=submit] svg, .nf-mp-footer .nf-next-previous button[type=submit] .c-partner-portal-form__button--share:hover svg,
.c-partner-portal-form__button--share:hover .nf-mp-footer .nf-next-previous button[data-nf-submit-form] svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form] .c-partner-portal-form__button--share:hover svg,
.c-partner-portal-form__button--share:hover .nf-mp-footer .nf-next-previous .nf-next svg,
.nf-mp-footer .nf-next-previous .nf-next .c-partner-portal-form__button--share:hover svg,
.c-partner-portal-form__button--share:hover .nf-mp-footer .nf-next-previous .nf-previous svg,
.nf-mp-footer .nf-next-previous .nf-previous .c-partner-portal-form__button--share:hover svg, .c-partner-portal-form__button--share:hover .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element svg, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element .c-partner-portal-form__button--share:hover svg, .c-partner-portal-form__button--share:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon, .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .c-partner-portal-form__button--share:hover .elementor-button-icon,
.c-partner-portal-form__button--share:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon .c-partner-portal-form__button--share:hover svg,
.c-partner-portal-form__button--share:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .c-partner-portal-form__button--share:hover .elementor-button-icon,
.c-partner-portal-form__button--share:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon .c-partner-portal-form__button--share:hover svg,
.c-partner-portal-form__button--share:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .c-partner-portal-form__button--share:hover .elementor-button-icon,
.c-partner-portal-form__button--share:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon .c-partner-portal-form__button--share:hover svg,
.c-partner-portal-form__button--share:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .c-partner-portal-form__button--share:hover .elementor-button-icon,
.c-partner-portal-form__button--share:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon .c-partner-portal-form__button--share:hover svg,
.c-partner-portal-form__button--share:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .c-partner-portal-form__button--share:hover .elementor-button-icon,
.c-partner-portal-form__button--share:hover .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon .c-partner-portal-form__button--share:hover svg, .c-partner-portal-form__button--share:hover .elementor-widget-button.elementor-button-success .elementor-button svg, .elementor-widget-button.elementor-button-success .elementor-button .c-partner-portal-form__button--share:hover svg {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.c-partner-portal-form__disclaimer {
  margin-top: 1.5rem;
  margin-right: auto;
  order: 5;
}
@media (min-width: 1024px) {
  .c-partner-portal-form__disclaimer {
    order: 0;
    margin-top: 0.5rem;
  }
}

.c-partner-portal-grid-item {
  background-color: #2e3139;
  border-radius: 12px;
  color: #ffffff;
  overflow: hidden;
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  gap: 16px;
}
@media (max-width: 768px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__header {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__heading {
  margin: 0;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
}
@media (min-width: 1024px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__heading {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__heading {
    font-size: calc(1rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__heading {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__heading {
    line-height: 1.52;
  }
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__icon {
  width: 24px;
  height: 24px;
  color: #ffffff;
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__body {
  padding: 0 32px;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__body {
    padding: 0;
  }
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background: none;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__table * {
  box-sizing: border-box;
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__table-head {
  background: none;
  border: none;
}
@media (max-width: 768px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__table-head {
    display: none;
  }
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__table-body {
  background: none;
  border: none;
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__table-row {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
  transition: none;
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__table-row:hover {
  background: none;
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__table-row:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__table-row {
    display: block;
    padding: 20px;
    margin: 0 0 12px 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .c-partner-portal-grid-item .c-partner-portal-grid-item__table-row:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__table-header {
  margin: 0;
  padding: 16px;
  text-align: left;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  background: none;
  border: none;
  -webkit-border-before: none !important;
          border-block-start: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  vertical-align: middle;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
}
@media (min-width: 1024px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__table-header {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__table-header {
    font-size: calc(1rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__table-header {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__table-header {
    line-height: 1.52;
  }
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__table-header::before, .c-partner-portal-grid-item .c-partner-portal-grid-item__table-header::after {
  display: none;
  content: none;
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__table-cell {
  margin: 0;
  padding: 20px 16px;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
  font-weight: 400 !important;
  line-height: 1.5;
  color: #ffffff;
  background: none;
  border: none;
  vertical-align: middle;
  text-align: left;
}
@media (min-width: 1024px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__table-cell {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__table-cell {
    font-size: calc(1rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__table-cell {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__table-cell {
    line-height: 1.52;
  }
}
@media (min-width: 769px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__table-cell::before {
    display: none !important;
    content: none !important;
  }
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__table-cell::after {
  display: none;
  content: none;
}
@media (max-width: 768px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__table-cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border: none;
  }
  .c-partner-portal-grid-item .c-partner-portal-grid-item__table-cell::before {
    content: attr(data-label);
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    flex-shrink: 0;
    margin-right: 16px;
  }
  .c-partner-portal-grid-item .c-partner-portal-grid-item__table-cell:first-child {
    padding-top: 0;
  }
  .c-partner-portal-grid-item .c-partner-portal-grid-item__table-cell:last-child {
    padding-bottom: 0;
  }
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__table-cell a {
  color: inherit;
  text-decoration: none;
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__table-cell a:hover {
  text-decoration: underline;
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__status--pending {
  background-color: rgba(255, 193, 7, 0.15);
  color: #ffc107;
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__status--pending .c-partner-portal-grid-item__status-icon {
  color: #ffc107;
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__status--rejected {
  background-color: rgba(255, 152, 0, 0.15);
  color: #ff9800;
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__status--rejected .c-partner-portal-grid-item__status-icon {
  color: #ff9800;
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__status--approved {
  background-color: rgba(76, 175, 80, 0.15);
  color: #4caf50;
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__status--approved .c-partner-portal-grid-item__status-icon {
  color: #4caf50;
}
.c-partner-portal-grid-item__status-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__footer {
  padding: 16px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__footer {
    padding: 16px 24px;
  }
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__news-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__news-item {
  display: flex;
  gap: 16px;
  padding: 20px 32px;
  margin: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
  list-style: none;
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__news-item::before {
  display: none;
  content: none;
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__news-item::after {
  display: none;
  content: none;
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__news-item:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__news-item {
    flex-direction: column;
    padding: 16px 20px;
    gap: 8px;
  }
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__news-date {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
  line-height: 1.5;
  min-width: 130px;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__news-date {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__news-date {
    font-size: calc(1rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__news-date {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__news-date {
    line-height: 1.52;
  }
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__news-date::before, .c-partner-portal-grid-item .c-partner-portal-grid-item__news-date::after {
  display: none;
  content: none;
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__news-content {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__news-title {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
  line-height: 1.4;
  margin: 0 0 4px 0;
  padding: 0;
  color: #ffffff;
  border: none;
  background: none;
}
@media (min-width: 1024px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__news-title {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__news-title {
    font-size: calc(1rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__news-title {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__news-title {
    line-height: 1.52;
  }
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__news-title::before, .c-partner-portal-grid-item .c-partner-portal-grid-item__news-title::after {
  display: none;
  content: none;
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__news-description {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
  background: none;
}
@media (min-width: 1024px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__news-description {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__news-description {
    font-size: calc(1rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__news-description {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-partner-portal-grid-item .c-partner-portal-grid-item__news-description {
    line-height: 1.52;
  }
}
.c-partner-portal-grid-item .c-partner-portal-grid-item__news-description::before, .c-partner-portal-grid-item .c-partner-portal-grid-item__news-description::after {
  display: none;
  content: none;
}

.c-partner-portal-list__headline {
  color: #ffffff;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 1;
  margin-bottom: 2rem;
  display: flex;
}
@media (min-width: 1024px) {
  .c-partner-portal-list__headline {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-partner-portal-list__headline {
    font-size: calc(1.25rem + 0.18 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-partner-portal-list__headline {
    font-size: 1.43rem;
  }
}
@media (min-width: 1024px) {
  .c-partner-portal-list__headline {
    line-height: 1.48;
  }
}

.c-partner-portal-list__headline-icon {
  width: 1.75rem;
  height: 1.75rem;
  display: inline-flex;
  margin: auto 1rem auto 0;
}

.c-partner-portal-list__items {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 1024px) {
  .c-partner-portal-list__items {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    -moz-column-count: 2;
         column-count: 2;
  }
  .c-partner-portal-list__items.c-partner-portal-list__items--single {
    -moz-column-gap: 0;
         column-gap: 0;
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media (min-width: 1280px) {
  .c-partner-portal-list__items {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
}

.c-partner-portal-list__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 1.125rem;
  color: #ffffff;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
}
@media (min-width: 1024px) {
  .c-partner-portal-list__item {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .c-partner-portal-list__item {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-partner-portal-list__item {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-partner-portal-list__item {
    line-height: 1.62;
  }
}
@media (min-width: 1024px) {
  .c-partner-portal-list__item {
    margin-bottom: 1.75rem;
  }
}
.c-partner-portal-list__item-label {
  margin-right: 1rem;
}
.c-partner-portal-list__item-value {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
}
@media (min-width: 1024px) {
  .c-partner-portal-list__item-value {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-partner-portal-list__item-value {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-partner-portal-list__item-value {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .c-partner-portal-list__item-value {
    line-height: 1.52;
  }
}

[data-elementor-type=header]:has([data-widget_type="partner_portal_menu.default"]) {
  padding-left: 300px;
  transition: padding-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1024px) {
  [data-elementor-type=header]:has([data-widget_type="partner_portal_menu.default"]) {
    padding-left: 0;
  }
}

[data-elementor-type=header]:has([data-widget_type="partner_portal_menu.default"]) + main,
[data-elementor-type=header]:has([data-widget_type="partner_portal_menu.default"]) + [data-elementor-type=archive],
[data-elementor-type=header]:has([data-widget_type="partner_portal_menu.default"]) + #content {
  padding-left: 300px;
  transition: padding-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1024px) {
  [data-elementor-type=header]:has([data-widget_type="partner_portal_menu.default"]) + main,
  [data-elementor-type=header]:has([data-widget_type="partner_portal_menu.default"]) + [data-elementor-type=archive],
  [data-elementor-type=header]:has([data-widget_type="partner_portal_menu.default"]) + #content {
    padding-left: 0;
  }
}

[data-elementor-type=header]:has([data-widget_type="partner_portal_menu.default"]) + main + [data-elementor-type=footer],
[data-elementor-type=header]:has([data-widget_type="partner_portal_menu.default"]) + [data-elementor-type=archive] + [data-elementor-type=footer],
[data-elementor-type=header]:has([data-widget_type="partner_portal_menu.default"]) + #content + [data-elementor-type=footer] {
  padding-left: 300px;
  transition: padding-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1024px) {
  [data-elementor-type=header]:has([data-widget_type="partner_portal_menu.default"]) + main + [data-elementor-type=footer],
  [data-elementor-type=header]:has([data-widget_type="partner_portal_menu.default"]) + [data-elementor-type=archive] + [data-elementor-type=footer],
  [data-elementor-type=header]:has([data-widget_type="partner_portal_menu.default"]) + #content + [data-elementor-type=footer] {
    padding-left: 0;
  }
}

@media (max-width: 1024px) {
  [data-elementor-type=header]:has([data-widget_type="partner_portal_menu.default"]):has(.c-portal-sidebar.is-open) ~ *::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    pointer-events: auto;
  }
}

.c-portal-sidebar {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 100vh;
  background-color: #353541;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
}
.c-portal-sidebar::-webkit-scrollbar {
  width: 6px;
}
.c-portal-sidebar::-webkit-scrollbar-track {
  background: rgba(36, 36, 43, 0.1);
}
.c-portal-sidebar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
.c-portal-sidebar::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.c-portal-sidebar__header {
  padding: 24px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.c-portal-sidebar__body {
  flex: 1;
  padding: 16px 0;
  overflow-y: auto;
}

.c-portal-sidebar__footer {
  padding: 16px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}

.c-portal-sidebar__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}
.c-portal-sidebar__brand:hover {
  opacity: 0.9;
}

.c-portal-sidebar__brand-icon {
  width: auto;
  height: 60px;
  flex-shrink: 0;
}

.c-portal-sidebar__brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.c-portal-sidebar__brand-text strong {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.c-portal-sidebar__brand-text small {
  font-size: 12px;
  opacity: 0.7;
  font-weight: 400;
}

.c-portal-nav {
  list-style: none;
  margin: 0;
  padding: 0 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.c-portal-nav__toggle {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  background: transparent;
  border: none;
  border-radius: 4px;
  color: inherit;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}
.c-portal-nav__toggle:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}
.current-menu-item .c-portal-nav__toggle:hover {
  color: #353541;
}
.c-portal-nav__toggle:focus {
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.current-menu-item .c-portal-nav__toggle:focus {
  color: #353541 !important;
}
.c-portal-nav__toggle:focus:not(:focus-visible) {
  outline: none;
}
.c-portal-nav__toggle:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

.c-portal-nav__arrow {
  width: 32px;
  height: 32px;
  fill: currentColor;
  transition: transform 0.3s ease;
  display: block;
}
.c-portal-nav__toggle[aria-expanded=true] .c-portal-nav__arrow {
  transform: rotate(180deg);
}

.c-portal-nav__item {
  position: relative;
}
.c-portal-nav__item:hover > .c-portal-nav__link {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.c-portal-nav__item--expandable.is-expanded > .c-portal-nav__link .c-portal-nav__arrow svg {
  transform: rotate(180deg);
}
.c-portal-nav__item--expandable.is-expanded > .c-portal-nav__submenu {
  display: block;
}
.c-portal-nav__item.is-active .c-portal-nav__link {
  background-color: #DCE8E6;
  color: #353541;
  font-weight: 500;
}
.c-portal-nav__item.is-active .c-portal-nav__link:hover {
  background-color: #ffffff;
}
.c-portal-nav__item.is-active .c-portal-nav__link .c-portal-nav__icon svg {
  fill: #353541;
}

.c-portal-nav__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 16px;
  color: #ffffff;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 0.5rem;
}
.c-portal-nav__link:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.c-portal-nav__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-portal-nav__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.c-portal-nav__text {
  flex: 1;
}

.c-portal-nav__arrow {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.c-portal-nav__arrow svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  transition: transform 0.3s ease;
}

.c-portal-nav__submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 4px 0 0;
}

.c-portal-nav__submenu-item.is-active .c-portal-nav__submenu-link {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  font-weight: 500;
}

.c-portal-nav__submenu-link {
  display: block;
  padding: 10px 20px 10px 42px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none !important;
  font-size: 14px;
  transition: all 0.2s ease;
  border-radius: 0.5rem;
}
.c-portal-nav__submenu-link:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.c-portal-profile {
  position: relative;
}

.c-portal-profile__trigger {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 8px 12px;
  background: transparent;
  border: none;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.c-portal-profile__trigger:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.c-portal-profile__trigger[aria-expanded=true] {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.c-portal-profile__trigger[aria-expanded=true] .c-portal-profile__icon svg {
  transform: rotate(180deg);
}
.c-portal-profile__trigger[aria-expanded=true] + .c-portal-profile__menu {
  display: block;
}

.c-portal-profile__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #C4D8D4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.c-portal-profile__avatar svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.c-portal-profile__info {
  flex: 1;
  text-align: left;
}

.c-portal-profile__name {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.c-portal-profile__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-portal-profile__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  transition: transform 0.3s ease;
}

.c-portal-profile__menu {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: 8px;
  background-color: #4E4E58;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
  list-style: none;
  padding: 4px 0;
  margin-left: 0;
}

.c-portal-profile__menu-link {
  display: block;
  padding: 12px 16px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none !important;
  font-size: 14px;
  transition: all 0.2s ease;
}
.c-portal-profile__menu-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

@media (max-width: 1024px) {
  .c-portal-sidebar {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  .c-portal-sidebar.is-open {
    transform: translateX(0);
  }
}
.c-portal-sidebar-toggle {
  display: none;
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 1001;
  padding: 0;
  width: 44px;
  height: 44px;
  background: #2d3142;
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}
.c-portal-sidebar-toggle:focus, .c-portal-sidebar-toggle:hover {
  background: #3a3f54;
}
.c-portal-sidebar-toggle svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
@media (max-width: 1024px) {
  .c-portal-sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.c-partner-portal-notifications {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.c-partner-portal-notifications__headline {
  color: #ffffff;
  position: relative;
  display: inline-flex;
  margin-right: auto;
}

.c-partner-portal-notifications__headline-marker {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  transform: translate(75%, -10%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #89B2AA;
  color: #24242B;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.68rem;
  line-height: 1.63;
  letter-spacing: 0.004em;
}
@media (min-width: 1024px) {
  .c-partner-portal-notifications__headline-marker {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .c-partner-portal-notifications__headline-marker {
    font-size: calc(0.68rem + 0.07 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-partner-portal-notifications__headline-marker {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .c-partner-portal-notifications__headline-marker {
    line-height: 1.66;
  }
}
@media (min-width: 1024px) {
  .c-partner-portal-notifications__headline-marker {
    width: 26px;
    height: 26px;
  }
}

.c-partner-portal-notifications__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #ffffff;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #ffffff;
}
.c-partner-portal-notifications__item h1, .c-partner-portal-notifications__item h2, .c-partner-portal-notifications__item h3, .c-partner-portal-notifications__item h4, .c-partner-portal-notifications__item h5, .c-partner-portal-notifications__item h6 {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .c-partner-portal-notifications__item {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.c-partner-portal-notifications__item:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.c-partner-portal-notifications__item-actions {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .c-partner-portal-notifications__item-actions {
    margin-top: 0;
    margin-left: 16px;
  }
}

.c-partner-portal-table .c-partner-portal-grid-item__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
}
.c-partner-portal-table .c-partner-portal-grid-item__status--pending {
  background-color: rgba(255, 193, 7, 0.15);
  color: #ffc107;
}
.c-partner-portal-table .c-partner-portal-grid-item__status--pending .c-partner-portal-grid-item__status-icon {
  color: #ffc107;
}
.c-partner-portal-table .c-partner-portal-grid-item__status--rejected {
  background-color: rgba(255, 152, 0, 0.15);
  color: #ff9800;
}
.c-partner-portal-table .c-partner-portal-grid-item__status--rejected .c-partner-portal-grid-item__status-icon {
  color: #ff9800;
}
.c-partner-portal-table .c-partner-portal-grid-item__status--approved {
  background-color: rgba(76, 175, 80, 0.15);
  color: #4caf50;
}
.c-partner-portal-table .c-partner-portal-grid-item__status--approved .c-partner-portal-grid-item__status-icon {
  color: #4caf50;
}
.c-partner-portal-table__status-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}
.c-partner-portal-table .c-partner-portal-table__header {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .c-partner-portal-table .c-partner-portal-table__header {
    align-items: center;
    flex-direction: row;
  }
}
.c-partner-portal-table .c-partner-portal-table__header-icon {
  width: 1.625rem;
  height: 1.625rem;
  margin-right: 1rem;
}
.c-partner-portal-table .c-partner-portal-table__header-button--share {
  margin-left: auto;
  margin-right: 0.75rem;
}
.c-partner-portal-table .c-partner-portal-table__header-title {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 1.43rem;
  line-height: 1.52;
  letter-spacing: 0.0025em;
  color: #ffffff;
  margin-bottom: 1rem;
}
.c-partner-portal-table .c-partner-portal-table__header-title:has(+ .c-partner-portal-table__header-filters) {
  width: 100%;
}
@media (min-width: 1024px) {
  .c-partner-portal-table .c-partner-portal-table__header-title {
    font-weight: 300;
  }
}
@media screen and (min-width: 375px) {
  .c-partner-portal-table .c-partner-portal-table__header-title {
    font-size: calc(1.43rem + 0.63 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-partner-portal-table .c-partner-portal-table__header-title {
    font-size: 2.06rem;
  }
}
@media (min-width: 1024px) {
  .c-partner-portal-table .c-partner-portal-table__header-title {
    line-height: 1.48;
  }
}
@media (min-width: 1024px) {
  .c-partner-portal-table .c-partner-portal-table__header-title {
    margin-bottom: 0;
  }
}
.c-partner-portal-table .c-partner-portal-table__header.c-partner-portal-table__header--slim .c-partner-portal-table__header-title {
  display: flex;
  align-items: center;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 1;
}
@media (min-width: 1024px) {
  .c-partner-portal-table .c-partner-portal-table__header.c-partner-portal-table__header--slim .c-partner-portal-table__header-title {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-partner-portal-table .c-partner-portal-table__header.c-partner-portal-table__header--slim .c-partner-portal-table__header-title {
    font-size: calc(1.25rem + 0.18 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-partner-portal-table .c-partner-portal-table__header.c-partner-portal-table__header--slim .c-partner-portal-table__header-title {
    font-size: 1.43rem;
  }
}
@media (min-width: 1024px) {
  .c-partner-portal-table .c-partner-portal-table__header.c-partner-portal-table__header--slim .c-partner-portal-table__header-title {
    line-height: 1.48;
  }
}
.c-partner-portal-table .is-aligned-left {
  text-align: left;
}
.c-partner-portal-table .is-aligned-right {
  text-align: right;
}
.c-partner-portal-table .is-aligned-center {
  text-align: center;
}
.c-partner-portal-table .c-partner-portal-form__project-row:hover,
.c-partner-portal-table .c-partner-portal-form__project-row:hover td {
  background: #C4D8D4;
  cursor: pointer;
}
.c-partner-portal-table .c-partner-portal-form__project-row.is-selected,
.c-partner-portal-table .c-partner-portal-form__project-row.is-selected td {
  background: #89B2AA;
}
.c-partner-portal-table.c-partner-portal-table--light table thead tr,
.c-partner-portal-table.c-partner-portal-table--light table thead tr th {
  background: #FAFAFA;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
  color: #24242B;
  border-bottom: 10px transparent solid;
}
@media (min-width: 1024px) {
  .c-partner-portal-table.c-partner-portal-table--light table thead tr,
  .c-partner-portal-table.c-partner-portal-table--light table thead tr th {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-partner-portal-table.c-partner-portal-table--light table thead tr,
  .c-partner-portal-table.c-partner-portal-table--light table thead tr th {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-partner-portal-table.c-partner-portal-table--light table thead tr,
  .c-partner-portal-table.c-partner-portal-table--light table thead tr th {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .c-partner-portal-table.c-partner-portal-table--light table thead tr,
  .c-partner-portal-table.c-partner-portal-table--light table thead tr th {
    line-height: 1.52;
  }
}
@media (max-width: 1023.98px) {
  .c-partner-portal-table.c-partner-portal-table--light table tbody tr td {
    border-bottom: 1px solid #EDEEF1 !important;
  }
}
.c-partner-portal-table.c-partner-portal-table--light table tbody tr,
.c-partner-portal-table.c-partner-portal-table--light table tbody tr td {
  background: #FAFAFA;
  color: #24242B;
}
.c-partner-portal-table.c-partner-portal-table--light table tbody tr a,
.c-partner-portal-table.c-partner-portal-table--light table tbody tr td a {
  color: inherit;
}
.c-partner-portal-table table {
  border: none;
  border-collapse: collapse;
  margin: 0 0 1.5rem;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.c-partner-portal-table table thead {
  border-radius: 0.5rem;
}
@media (max-width: 1023.98px) {
  .c-partner-portal-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.c-partner-portal-table table thead tr:first-child th {
  border-top: none;
}
.c-partner-portal-table table thead tr th {
  border: none;
  padding-left: 25px;
  padding-right: 25px;
}
.c-partner-portal-table table thead tr th:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.c-partner-portal-table table thead tr th:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.c-partner-portal-table table thead tr,
.c-partner-portal-table table thead tr th {
  background: #353541;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
  color: #ffffff;
  border-bottom: 10px transparent solid;
}
@media (min-width: 1024px) {
  .c-partner-portal-table table thead tr,
  .c-partner-portal-table table thead tr th {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-partner-portal-table table thead tr,
  .c-partner-portal-table table thead tr th {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-partner-portal-table table thead tr,
  .c-partner-portal-table table thead tr th {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .c-partner-portal-table table thead tr,
  .c-partner-portal-table table thead tr th {
    line-height: 1.52;
  }
}
.c-partner-portal-table table thead tr.spacer,
.c-partner-portal-table table thead tr.spacer th {
  background: transparent;
  padding: 0.25rem;
}
.c-partner-portal-table table thead tr th {
  padding: 1.25rem 1.5625rem;
}
.c-partner-portal-table table tbody tr {
  vertical-align: middle;
}
@media (max-width: 1023.98px) {
  .c-partner-portal-table table tbody tr {
    display: block;
    overflow: hidden;
    border-radius: 0.5rem;
  }
}
.c-partner-portal-table table tbody tr:first-child td:first-child {
  border-top-left-radius: 0.5rem;
}
@media (max-width: 1023.98px) {
  .c-partner-portal-table table tbody tr:first-child td:first-child {
    border-top-left-radius: 0;
  }
}
.c-partner-portal-table table tbody tr:first-child td:last-child {
  border-top-right-radius: 0.5rem;
}
@media (max-width: 1023.98px) {
  .c-partner-portal-table table tbody tr:first-child td:last-child {
    border-top-right-radius: 0;
  }
}
.c-partner-portal-table table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0.5rem;
}
@media (max-width: 1023.98px) {
  .c-partner-portal-table table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 0;
  }
}
.c-partner-portal-table table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0.5rem;
}
@media (max-width: 1023.98px) {
  .c-partner-portal-table table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 0;
  }
}
.c-partner-portal-table table tbody tr td {
  border: none;
  vertical-align: middle;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1023.98px) {
  .c-partner-portal-table table tbody tr td {
    border-bottom: 1px solid #4E4E58 !important;
    display: block;
    text-align: right !important;
  }
  .c-partner-portal-table table tbody tr td::before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
  }
  .c-partner-portal-table table tbody tr td:last-child {
    border-bottom: none !important;
  }
}
.c-partner-portal-table table tbody tr,
.c-partner-portal-table table tbody tr td {
  background: #353541;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.66;
  letter-spacing: 0.0125em;
  color: #ffffff;
  border-bottom: 10px transparent solid;
}
@media (min-width: 1024px) {
  .c-partner-portal-table table tbody tr,
  .c-partner-portal-table table tbody tr td {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-partner-portal-table table tbody tr,
  .c-partner-portal-table table tbody tr td {
    font-size: calc(0.75rem + 0.25 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-partner-portal-table table tbody tr,
  .c-partner-portal-table table tbody tr td {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-partner-portal-table table tbody tr,
  .c-partner-portal-table table tbody tr td {
    line-height: 1.56;
  }
}
.c-partner-portal-table table tbody tr a,
.c-partner-portal-table table tbody tr td a {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.66;
  letter-spacing: 0.0125em;
  word-break: break-word;
}
@media (min-width: 1024px) {
  .c-partner-portal-table table tbody tr a,
  .c-partner-portal-table table tbody tr td a {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-partner-portal-table table tbody tr a,
  .c-partner-portal-table table tbody tr td a {
    font-size: calc(0.75rem + 0.25 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-partner-portal-table table tbody tr a,
  .c-partner-portal-table table tbody tr td a {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-partner-portal-table table tbody tr a,
  .c-partner-portal-table table tbody tr td a {
    line-height: 1.56;
  }
}
.c-partner-portal-table table tbody tr .is-status-color-project_inprogress,
.c-partner-portal-table table tbody tr td .is-status-color-project_inprogress {
  color: inherit;
}
.c-partner-portal-table table tbody tr .is-status-color-offer_accepted,
.c-partner-portal-table table tbody tr .is-status-color-project_running,
.c-partner-portal-table table tbody tr td .is-status-color-offer_accepted,
.c-partner-portal-table table tbody tr td .is-status-color-project_running {
  color: #009E73;
}
.c-partner-portal-table table tbody tr .is-status-color-offer_declined,
.c-partner-portal-table table tbody tr .is-status-color-project_stopped,
.c-partner-portal-table table tbody tr td .is-status-color-offer_declined,
.c-partner-portal-table table tbody tr td .is-status-color-project_stopped {
  color: #D55E00;
}
.c-partner-portal-table table tbody tr.no-results td {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.c-partner-portal-table table tbody tr.spacer-listing,
.c-partner-portal-table table tbody tr.spacer-listing td {
  background: transparent;
  padding: 0.25rem;
}
@media (min-width: 1024px) {
  .c-partner-portal-table table tbody tr.spacer-listing,
  .c-partner-portal-table table tbody tr.spacer-listing td {
    display: none !important;
  }
}

.c-partner-portal-table__actions {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .c-partner-portal-table__actions {
    justify-content: center;
  }
}
.c-partner-portal-table__actions .c-partner-portal-table__actions-item {
  margin-right: 0.5rem;
}
.c-partner-portal-table__actions .c-partner-portal-table__actions-item svg {
  width: 2.25rem;
  height: 2.25rem;
}
.c-partner-portal-table__actions .c-partner-portal-table__actions-item.c-partner-portal-table__actions-item--download svg {
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
  top: 0.125rem;
}
.c-partner-portal-table__actions a {
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-partner-portal-table__actions a:hover {
  opacity: 0.7;
}

.c-partner-portal-table__list {
  list-style-type: none;
  flex-direction: column;
  display: flex;
  margin: 0;
  padding: 0;
}

.c-partner-portal-table__list-item a {
  white-space: nowrap;
}

.c-partner-portal-table__list-item a,
.c-partner-portal-table__link {
  text-align: left;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-right: 2.75rem;
}
.c-partner-portal-table__list-item a svg,
.c-partner-portal-table__link svg {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
}

.c-partner-portal-table__header-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .c-partner-portal-table__header-filters {
    margin-top: 1.25rem;
    flex-wrap: nowrap;
  }
}
.c-partner-portal-table__header-filters .wpgb-facet {
  width: 100%;
}
@media (min-width: 1024px) {
  .c-partner-portal-table__header-filters .wpgb-facet {
    width: auto;
  }
}
.c-partner-portal-table__header-filters .wpgb-facet fieldset {
  margin-bottom: 1.25rem !important;
}
@media (min-width: 1024px) {
  .c-partner-portal-table__header-filters .wpgb-facet fieldset {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .c-partner-portal-table__header-filters .wpgb-facet:has(+ .wpgb-facet) {
    margin-right: 1.25rem;
  }
}

.c-product-card {
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.c-product-card__content {
  padding: 2.25rem;
  background: #353541;
  color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .c-product-card__content {
    padding: 3.875rem 5.5rem;
  }
}

.c-product-card__headline {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 1;
  margin-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .c-product-card__headline {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-product-card__headline {
    font-size: calc(1.25rem + 0.18 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-product-card__headline {
    font-size: 1.43rem;
  }
}
@media (min-width: 1024px) {
  .c-product-card__headline {
    line-height: 1.48;
  }
}
@media (min-width: 1024px) {
  .c-product-card__headline {
    margin-bottom: 1.125rem;
  }
}

.c-product-card__description {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .c-product-card__description {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .c-product-card__description {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-product-card__description {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-product-card__description {
    line-height: 1.62;
  }
}

.c-product-card__list {
  margin-bottom: 3.625rem;
  display: flex;
  margin-top: auto;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-product-card__list {
    flex-direction: row;
  }
}

.c-product-card__list-item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
.c-product-card__list-item:first-child {
  padding-top: 0;
}
.c-product-card__list-item:last-child {
  padding-bottom: 0;
}
.c-product-card__list-item:last-child:after {
  display: none;
}
@media (min-width: 1024px) {
  .c-product-card__list-item {
    padding: 0;
    padding-right: 2.75rem;
    padding-left: 2.75rem;
  }
  .c-product-card__list-item:first-child {
    padding-left: 0;
  }
  .c-product-card__list-item:last-child {
    padding-right: 0;
  }
}
.c-product-card__list-item:after {
  left: 0;
  bottom: 0;
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #ffffff;
}
@media (min-width: 1024px) {
  .c-product-card__list-item:after {
    width: 1px;
    height: 100%;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
  }
}

.c-product-card__list-item__label {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.57;
  letter-spacing: 0.001em;
  margin-bottom: 0.25rem;
}
@media (min-width: 1024px) {
  .c-product-card__list-item__label {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-product-card__list-item__label {
    font-size: calc(0.875rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-product-card__list-item__label {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .c-product-card__list-item__label {
    line-height: 1.57;
  }
}

.c-product-card__list-item__value {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 1;
}
@media (min-width: 1024px) {
  .c-product-card__list-item__value {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-product-card__list-item__value {
    font-size: calc(1.25rem + 0.18 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-product-card__list-item__value {
    font-size: 1.43rem;
  }
}
@media (min-width: 1024px) {
  .c-product-card__list-item__value {
    line-height: 1.48;
  }
}

.c-product-card__button {
  margin-top: auto;
}

.c-quick-check-form {
  width: 100%;
}

.c-quick-check-form__headline {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 1.43rem;
  line-height: 1.52;
  letter-spacing: 0.0025em;
  margin-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .c-quick-check-form__headline {
    font-weight: 300;
  }
}
@media screen and (min-width: 375px) {
  .c-quick-check-form__headline {
    font-size: calc(1.43rem + 0.63 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-quick-check-form__headline {
    font-size: 2.06rem;
  }
}
@media (min-width: 1024px) {
  .c-quick-check-form__headline {
    line-height: 1.48;
  }
}

.c-quick-check-form__description {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 1;
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .c-quick-check-form__description {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-quick-check-form__description {
    font-size: calc(1.25rem + 0.18 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-quick-check-form__description {
    font-size: 1.43rem;
  }
}
@media (min-width: 1024px) {
  .c-quick-check-form__description {
    line-height: 1.48;
  }
}

.c-quick-check-form__pagination {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
}
@media (min-width: 1024px) {
  .c-quick-check-form__pagination {
    flex-wrap: nowrap;
  }
}

.c-quick-check-form__button--share,
.c-quick-check-form__button--back {
  flex-direction: row-reverse;
  padding-right: 0.875rem !important;
  padding-left: 0.25rem !important;
}
@media (min-width: 1024px) {
  .c-quick-check-form__button--share,
  .c-quick-check-form__button--back {
    padding-right: 1.25rem !important;
  }
}
.c-quick-check-form__button--share:hover,
.c-quick-check-form__button--back:hover {
  padding-right: 0.875rem !important;
  padding-left: 0.875rem !important;
}
.c-quick-check-form__button--share .c-btn__icon, .c-quick-check-form__button--share .nf-mp-footer .nf-next-previous button[type=submit] svg, .nf-mp-footer .nf-next-previous button[type=submit] .c-quick-check-form__button--share svg,
.c-quick-check-form__button--share .nf-mp-footer .nf-next-previous button[data-nf-submit-form] svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form] .c-quick-check-form__button--share svg,
.c-quick-check-form__button--share .nf-mp-footer .nf-next-previous .nf-next svg,
.nf-mp-footer .nf-next-previous .nf-next .c-quick-check-form__button--share svg,
.c-quick-check-form__button--share .nf-mp-footer .nf-next-previous .nf-previous svg,
.nf-mp-footer .nf-next-previous .nf-previous .c-quick-check-form__button--share svg, .c-quick-check-form__button--share .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element svg, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element .c-quick-check-form__button--share svg, .c-quick-check-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon, .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .c-quick-check-form__button--share .elementor-button-icon,
.c-quick-check-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon .c-quick-check-form__button--share svg,
.c-quick-check-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .c-quick-check-form__button--share .elementor-button-icon,
.c-quick-check-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon .c-quick-check-form__button--share svg,
.c-quick-check-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .c-quick-check-form__button--share .elementor-button-icon,
.c-quick-check-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon .c-quick-check-form__button--share svg,
.c-quick-check-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .c-quick-check-form__button--share .elementor-button-icon,
.c-quick-check-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon .c-quick-check-form__button--share svg,
.c-quick-check-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .c-quick-check-form__button--share .elementor-button-icon,
.c-quick-check-form__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon .c-quick-check-form__button--share svg, .c-quick-check-form__button--share .elementor-widget-button.elementor-button-success .elementor-button svg, .elementor-widget-button.elementor-button-success .elementor-button .c-quick-check-form__button--share svg,
.c-quick-check-form__button--back .c-btn__icon,
.c-quick-check-form__button--back .nf-mp-footer .nf-next-previous button[type=submit] svg,
.nf-mp-footer .nf-next-previous button[type=submit] .c-quick-check-form__button--back svg,
.c-quick-check-form__button--back .nf-mp-footer .nf-next-previous button[data-nf-submit-form] svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form] .c-quick-check-form__button--back svg,
.c-quick-check-form__button--back .nf-mp-footer .nf-next-previous .nf-next svg,
.nf-mp-footer .nf-next-previous .nf-next .c-quick-check-form__button--back svg,
.c-quick-check-form__button--back .nf-mp-footer .nf-next-previous .nf-previous svg,
.nf-mp-footer .nf-next-previous .nf-previous .c-quick-check-form__button--back svg,
.c-quick-check-form__button--back .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element svg,
.nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element .c-quick-check-form__button--back svg,
.c-quick-check-form__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .c-quick-check-form__button--back .elementor-button-icon,
.c-quick-check-form__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon .c-quick-check-form__button--back svg,
.c-quick-check-form__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .c-quick-check-form__button--back .elementor-button-icon,
.c-quick-check-form__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon .c-quick-check-form__button--back svg,
.c-quick-check-form__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .c-quick-check-form__button--back .elementor-button-icon,
.c-quick-check-form__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon .c-quick-check-form__button--back svg,
.c-quick-check-form__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .c-quick-check-form__button--back .elementor-button-icon,
.c-quick-check-form__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon .c-quick-check-form__button--back svg,
.c-quick-check-form__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .c-quick-check-form__button--back .elementor-button-icon,
.c-quick-check-form__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon .c-quick-check-form__button--back svg,
.c-quick-check-form__button--back .elementor-widget-button.elementor-button-success .elementor-button svg,
.elementor-widget-button.elementor-button-success .elementor-button .c-quick-check-form__button--back svg {
  transform: rotate(180deg);
}

.c-reference-card {
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.c-reference-card__content {
  padding: 2.25rem;
  background: #353541;
  color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .c-reference-card__content {
    padding: 3.875rem 5.5rem;
  }
}

.c-reference-card__headline {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 1;
  margin-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .c-reference-card__headline {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-reference-card__headline {
    font-size: calc(1.25rem + 0.18 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-reference-card__headline {
    font-size: 1.43rem;
  }
}
@media (min-width: 1024px) {
  .c-reference-card__headline {
    line-height: 1.48;
  }
}
@media (min-width: 1024px) {
  .c-reference-card__headline {
    margin-bottom: 1.125rem;
  }
}

.c-reference-card__description {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .c-reference-card__description {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .c-reference-card__description {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-reference-card__description {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-reference-card__description {
    line-height: 1.62;
  }
}

.c-reference-card__list {
  margin-bottom: 2rem;
  display: flex;
  margin-top: auto;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-reference-card__list {
    margin-bottom: 2.25rem;
  }
}

.c-reference-card__list-item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 1.25rem;
}
.c-reference-card__list-item:last-of-type {
  padding: 0;
}
@media (min-width: 1024px) {
  .c-reference-card__list-item {
    padding-bottom: 1rem;
  }
}

.c-reference-card__list-item__label {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
  margin-bottom: 0.25rem;
}
@media (min-width: 1024px) {
  .c-reference-card__list-item__label {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .c-reference-card__list-item__label {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-reference-card__list-item__label {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-reference-card__list-item__label {
    line-height: 1.62;
  }
}

.c-reference-card__list-item__value {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 1;
}
@media (min-width: 1024px) {
  .c-reference-card__list-item__value {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-reference-card__list-item__value {
    font-size: calc(1.25rem + 0.18 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-reference-card__list-item__value {
    font-size: 1.43rem;
  }
}
@media (min-width: 1024px) {
  .c-reference-card__list-item__value {
    line-height: 1.48;
  }
}

.c-reference-card__button {
  margin-top: auto;
}

[data-widget_type="teaser-card.default"] {
  width: 100%;
}

.c-teaser-card {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.c-teaser-card__content {
  padding: 1.5rem 2rem 1.75rem;
  background-color: #353541;
}
@media (min-width: 1024px) {
  .c-teaser-card__content {
    padding: 2rem 2.75rem 1.75rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: all 300ms ease-in-out;
    transform: translateY(calc(100% - 84px));
  }
  .c-teaser-card:hover .c-teaser-card__content {
    background-color: rgba(53, 53, 65, 0.8);
    transform: translateY(0);
  }
}
.c-teaser-card--fixed .c-teaser-card__content {
  position: relative;
  padding: 1.5rem;
  transform: none !important;
}

.c-teaser-card__row {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .c-teaser-card__row {
    margin-bottom: 1.75rem;
  }
}
.c-teaser-card--fixed .c-teaser-card__row {
  margin-bottom: 0 !important;
  justify-content: flex-end;
}

.c-teaser-card__title {
  color: #ffffff;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.66;
  letter-spacing: 0.0125em;
  margin: auto 0;
}
@media (min-width: 1024px) {
  .c-teaser-card__title {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-teaser-card__title {
    font-size: calc(0.75rem + 0.25 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-teaser-card__title {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-teaser-card__title {
    line-height: 1.56;
  }
}

.c-teaser-card__arrow {
  width: 1.5rem;
  height: 1.5rem;
  margin: auto 0;
}
@media (min-width: 1024px) {
  .c-teaser-card__arrow {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.c-teaser-card__desc {
  color: #ffffff;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.68rem;
  line-height: 1.63;
  letter-spacing: 0.004em;
}
@media (min-width: 1024px) {
  .c-teaser-card__desc {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .c-teaser-card__desc {
    font-size: calc(0.68rem + 0.07 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-teaser-card__desc {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .c-teaser-card__desc {
    line-height: 1.66;
  }
}
@media (min-width: 1024px) {
  .c-teaser-card__desc {
    font-family: "Poppins", helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.85;
    letter-spacing: 0.005em;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-teaser-card__desc {
    font-weight: 400;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .c-teaser-card__desc {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .c-teaser-card__desc {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-teaser-card__desc {
    line-height: 1.62;
  }
}
.c-teaser-card__desc--mobile-active {
  display: none;
}
@media (min-width: 1024px) {
  .c-teaser-card__desc--mobile-active {
    display: block;
  }
}
.c-teaser-card__desc--mobile {
  display: block;
}
@media (min-width: 1024px) {
  .c-teaser-card__desc--mobile {
    display: none;
  }
}

.c-teaser-card__link {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon svg {
  width: 2.5rem;
  height: 2.5rem;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
  order: 2;
}

.breadcrumb-separator {
  height: 1.625rem;
  width: 1.625rem;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .breadcrumb-separator {
    width: 2.25rem;
    height: 2.25rem;
  }
}

#breadcrumbs > span {
  display: flex;
  align-items: center;
}
#breadcrumbs > span a:hover {
  color: #ffffff !important;
}

.elementor-widget-button.elementor-button-success .elementor-button .elementor-button-icon {
  width: 1.375rem;
  height: 1.375rem;
}
@media (min-width: 1024px) {
  .elementor-widget-button.elementor-button-success .elementor-button .elementor-button-icon {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.elementor-button .elementor-align-icon-left {
  margin: 0;
}

.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon svg {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover .elementor-button-icon, .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs:hover .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm:hover .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md:hover .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg:hover .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl:hover .elementor-button-icon svg {
  margin-left: 0.25rem;
}

.elementor-button-text {
  margin: auto 0;
}

.elementor-button span {
  text-decoration: none;
}

.c-focuspoint {
  border-radius: var(--aspect-ratio-border-radius, 8px);
  overflow: hidden;
  display: block;
}

@media (max-width: 1023.98px) {
  .nf-response-msg {
    margin-top: 60px;
  }
}

.c-form__success {
  width: 100%;
  background-color: #ffffff;
  padding: 2.25rem 2.5rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-form__success {
    max-width: 28rem;
    padding: 4.25rem 4.5rem;
    margin: 0 auto 2rem;
  }
}

.c-form__success__svg {
  width: 58px;
  height: 58px;
  background-color: #C4D8D4;
  border-radius: 8px;
  margin: 0 auto 2rem;
  padding: 0.75rem;
}

.c-form__success__icon {
  width: 2rem;
  height: 2rem;
  color: #24242B;
}

.c-form__success__message {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 1;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-form__success__message {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-form__success__message {
    font-size: calc(1.25rem + 0.18 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-form__success__message {
    font-size: 1.43rem;
  }
}
@media (min-width: 1024px) {
  .c-form__success__message {
    line-height: 1.48;
  }
}

.c-form__success__message--subline {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
  margin: 2rem auto 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-form__success__message--subline {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .c-form__success__message--subline {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-form__success__message--subline {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-form__success__message--subline {
    line-height: 1.62;
  }
}

#header_main.is-hovering .c-nav__link {
  color: #24242B;
}

@media (max-width: 1023.98px) {
  [data-widget_type="wpml-language-switcher.default"]:has(+ [data-widget_type="header_menu.default"]) {
    margin-left: auto;
  }
  [data-widget_type="wpml-language-switcher.default"]:has(+ [data-widget_type="header_menu.default"]) + [data-widget_type="header_menu.default"] {
    margin-left: 1.25rem;
  }
}
[data-widget_type="header_menu.default"] {
  margin-left: auto;
}

@media (max-width: 1023.98px) {
  .c-header-menu {
    display: none;
  }
}

.c-nav {
  display: flex;
  flex-direction: row;
  padding: 0;
  z-index: 9;
  align-items: center;
}

.c-nav__item {
  list-style: none;
  padding: 0 0.5rem;
}
@media (min-width: 1280px) {
  .c-nav__item {
    padding: 0 1rem;
  }
}
.c-nav__item:last-child {
  padding-right: 0;
}

.c-nav__icon {
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 1rem;
}

.c-nav__icon--user {
  background: #4E4E58;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  padding: 0.25rem;
  margin-right: 1rem;
  overflow: hidden;
}

.c-nav__user {
  margin: auto 0;
}

.c-nav__link {
  display: flex;
  flex-direction: row;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
}
@media (min-width: 1024px) {
  .c-nav__link {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-nav__link {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-nav__link {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .c-nav__link {
    line-height: 1.52;
  }
}
.c-nav__link span {
  margin: auto 0;
}
.c-nav__link svg {
  width: 36px;
  height: 36px;
}

.c-nav__dropdown {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  position: fixed;
  width: 100vw;
  left: 0;
  background: #fff;
  padding: 2rem 1.25rem 0;
  top: 70px;
}
[data-elementor-type=header]:has(#header_meta) .c-nav__dropdown {
  top: 135px;
}
[data-elementor-type=header].is-scrolled:has(#header_meta) .c-nav__dropdown {
  top: 70px;
}
.has-dropdown-closed .c-nav__dropdown {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-nav__item:hover .c-nav__dropdown {
  opacity: 1;
  visibility: visible;
  padding: 6rem 1.125rem 4.25rem;
  height: 480px;
  max-height: 480px;
}

.c-nav__dropdown-content {
  max-width: var(--content-width, 1560px);
  width: 100%;
  margin: 0 auto;
}

.c-nav__dropdown-menu {
  padding: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 1.25rem;
  justify-content: center;
  transform: translateX(-2px);
}
.c-header-menu.has-dropdown-closed .c-nav__dropdown-menu {
  transform: translateX(0);
}
.c-header-menu:not(.has-dropdown-closed) .c-nav__dropdown-menu {
  transition: transform 0.6s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-nav__item:hover .c-nav__dropdown-menu {
  transform: translateX(0);
}

.c-nav__dropdown-item {
  list-style: none;
}

.c-nav__dropdown-item--description {
  list-style: none;
  width: 20%;
  margin: 2rem 6rem auto 0;
}

.c-nav__dropdown-item__flagline {
  color: #24242B;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
}
@media (min-width: 1024px) {
  .c-nav__dropdown-item__flagline {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .c-nav__dropdown-item__flagline {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-nav__dropdown-item__flagline {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-nav__dropdown-item__flagline {
    line-height: 1.62;
  }
}

.c-nav__dropdown-item__headline {
  color: #24242B;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 1;
}
@media (min-width: 1024px) {
  .c-nav__dropdown-item__headline {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-nav__dropdown-item__headline {
    font-size: calc(1.25rem + 0.18 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-nav__dropdown-item__headline {
    font-size: 1.43rem;
  }
}
@media (min-width: 1024px) {
  .c-nav__dropdown-item__headline {
    line-height: 1.48;
  }
}

.c-nav__dropdown-item--wrapper {
  width: 100%;
  margin: auto 0;
}

.c-nav__dropdown-menu--sub {
  display: flex;
  flex-wrap: wrap;
}

.c-nav__dropdown-item__title {
  color: #24242B;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
  margin-bottom: 0.5rem !important;
}
@media (min-width: 1024px) {
  .c-nav__dropdown-item__title {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-nav__dropdown-item__title {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-nav__dropdown-item__title {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .c-nav__dropdown-item__title {
    line-height: 1.52;
  }
}

.c-nav__dropdown-item--large_image {
  width: 40%;
  max-width: 25rem;
}
.c-nav__dropdown-item--large_image a:hover,
.c-nav__dropdown-item--large_image a:hover * {
  text-decoration: underline;
}

.c-nav__dropdown-menu--sub.is-large_image {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.c-nav__dropdown-item__image .c-img__wrap {
  border-radius: 8px;
}

.c-nav__dropdown-item--medium_image {
  width: 30%;
  max-width: 260px;
}
.c-nav__dropdown-item--medium_image a:hover,
.c-nav__dropdown-item--medium_image a:hover * {
  text-decoration: underline;
}

.c-nav__dropdown-menu--sub.is-medium_image {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.c-nav__dropdown-item--small_image {
  width: 15%;
  max-width: 140px;
}
.c-nav__dropdown-item--small_image a:hover,
.c-nav__dropdown-item--small_image a:hover * {
  text-decoration: underline;
}

.c-nav__dropdown-menu--sub.is-small_image {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.c-nav__dropdown-item--small_icon {
  flex-basis: 33%;
  width: 33%;
}
.c-nav__dropdown-item--small_icon a:hover,
.c-nav__dropdown-item--small_icon a:hover * {
  text-decoration: underline;
}
.c-nav__dropdown-item--small_icon .c-nav__dropdown-item__icon {
  display: flex;
  flex-direction: row;
}
.c-nav__dropdown-item--small_icon .c-nav__dropdown-item__icon svg {
  width: 46px;
  height: 46px;
  background-color: #C4D8D4;
  color: #24242B;
  border-radius: 8px;
  padding: 6px;
  flex-shrink: 0;
}
.c-nav__dropdown-item--small_icon .c-nav__dropdown-item__icon .c-nav__dropdown-item__title {
  margin: auto 0 auto 0.75rem;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.c-nav__dropdown-menu--sub.is-small_icon {
  row-gap: 3rem;
  margin-top: 2rem;
}

.c-nav__dropdown-item--large_icon {
  display: flex;
  flex-direction: column;
  width: 30%;
  max-width: 270px;
  padding: 2.375rem 2rem;
  background: #EDEEF1;
  border-radius: 8px;
}
.c-nav__dropdown-item--large_icon a:hover,
.c-nav__dropdown-item--large_icon a:hover * {
  text-decoration: underline;
}
.c-nav__dropdown-item--large_icon .c-nav__dropdown-item__icon svg {
  width: 100%;
  max-width: 2rem;
  height: 2rem;
  color: #24242B;
  border-radius: 8px;
  flex-shrink: 0;
}

.c-nav__dropdown-menu--sub.is-large_icon {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-top: 2rem;
}

.c-mobile-header-menu {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-mobile-header-menu {
    display: none;
  }
}

html:has([data-elementor-type=header] .c-mobile-header-menu.is-active), body:has([data-elementor-type=header] .c-mobile-header-menu.is-active) {
  overflow: clip !important;
}

@media (max-width: 1023.98px) {
  [data-elementor-type=header]:has(.c-mobile-header-menu.is-active) .header_main_logo {
    position: relative;
    z-index: 90;
    opacity: 1;
    transition: all 300ms ease-in-out;
  }
  [data-elementor-type=header]:has(.c-mobile-header-menu.is-active) .header_main_logo--white {
    display: none;
  }
  [data-elementor-type=header]:has(.c-mobile-header-menu.is-active) .header_main_logo--colored {
    display: inherit;
  }
  [data-elementor-type=header]:has(.c-mobile-header-menu.is-active .c-mobile-nav__dropdown.is-active) .header_main_logo {
    opacity: 0;
    pointer-events: none;
  }
}
.c-mobile-header-menu {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  overflow-y: auto;
  overflow-x: clip;
  background: #ffffff;
  padding: 2.5rem 1.5rem;
  z-index: 12;
  transform: translateX(100%);
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-mobile-header-menu.is-active {
  transform: translateX(0);
}

.c-mobile-header-menu__extra .c-btn, .c-mobile-header-menu__extra .nf-mp-footer .nf-next-previous button[type=submit], .nf-mp-footer .nf-next-previous .c-mobile-header-menu__extra button[type=submit],
.c-mobile-header-menu__extra .nf-mp-footer .nf-next-previous button[data-nf-submit-form],
.nf-mp-footer .nf-next-previous .c-mobile-header-menu__extra button[data-nf-submit-form],
.c-mobile-header-menu__extra .nf-mp-footer .nf-next-previous .nf-next,
.nf-mp-footer .nf-next-previous .c-mobile-header-menu__extra .nf-next, .c-mobile-header-menu__extra .nf-mp-footer .nf-next-previous .nf-previous, .nf-mp-footer .nf-next-previous .c-mobile-header-menu__extra .nf-previous, .c-mobile-header-menu__extra .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel, .field-wrap.file_upload-wrap .nf-field-element .c-mobile-header-menu__extra .nf-fu-button-cancel, .c-mobile-header-menu__extra .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset, .nf-form-layout .nf-form-content .repeater-container .c-mobile-header-menu__extra .nf-add-fieldset, .c-mobile-header-menu__extra .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element, .nf-form-layout .nf-form-content .submit-container .c-mobile-header-menu__extra .ninja-forms-field.nf-element, .c-mobile-header-menu__extra body .wpgb-facet button.wpgb-button, body .wpgb-facet .c-mobile-header-menu__extra button.wpgb-button, .c-mobile-header-menu__extra body div:where(.swal2-container) button:where(.swal2-styled).swal2-deny, body div:where(.swal2-container) .c-mobile-header-menu__extra button:where(.swal2-styled).swal2-deny,
.c-mobile-header-menu__extra body div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel,
body div:where(.swal2-container) .c-mobile-header-menu__extra button:where(.swal2-styled).swal2-cancel, .c-mobile-header-menu__extra body div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm, body div:where(.swal2-container) .c-mobile-header-menu__extra button:where(.swal2-styled).swal2-confirm, .c-mobile-header-menu__extra .elementor-widget-button .elementor-button, .elementor-widget-button .c-mobile-header-menu__extra .elementor-button {
  z-index: 1 !important;
}

.c-mobile-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.c-mobile-nav {
  padding-top: 3.25rem;
}
.c-mobile-nav .c-mobile-nav__item.current-menu-item > a {
  text-decoration: underline;
}
.c-mobile-nav .c-mobile-nav__item__icon {
  display: flex;
  align-items: center;
}
.c-mobile-nav .c-mobile-nav__item__icon svg {
  width: 2.375rem;
  height: 2.375rem;
  background-color: #C4D8D4;
  color: #24242B;
  border-radius: 0.5rem;
  padding: 0.375rem;
}
.c-mobile-nav .c-mobile-nav__item__flagline {
  margin-left: 1rem;
  color: #24242B;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
}
@media (min-width: 1024px) {
  .c-mobile-nav .c-mobile-nav__item__flagline {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-mobile-nav .c-mobile-nav__item__flagline {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-mobile-nav .c-mobile-nav__item__flagline {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .c-mobile-nav .c-mobile-nav__item__flagline {
    line-height: 1.52;
  }
}
.c-mobile-nav .c-mobile-nav__item__flagline:hover {
  text-decoration: underline;
}
.c-mobile-nav .c-mobile-nav__link {
  margin-bottom: 1rem;
}
.c-mobile-nav .c-mobile-nav__link,
.c-mobile-nav .c-mobile-nav__link a {
  color: #24242B;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .c-mobile-nav .c-mobile-nav__link,
  .c-mobile-nav .c-mobile-nav__link a {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-mobile-nav .c-mobile-nav__link,
  .c-mobile-nav .c-mobile-nav__link a {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-mobile-nav .c-mobile-nav__link,
  .c-mobile-nav .c-mobile-nav__link a {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .c-mobile-nav .c-mobile-nav__link,
  .c-mobile-nav .c-mobile-nav__link a {
    line-height: 1.52;
  }
}
.c-mobile-nav .c-mobile-nav__link:hover,
.c-mobile-nav .c-mobile-nav__link a:hover {
  color: #24242B;
}
.c-mobile-nav .c-mobile-nav__link.c-mobile-nav__link--has-icon svg {
  width: 3.5rem;
  height: 2.25rem;
  padding-left: 1.25rem;
}

.c-mobile-nav__dropdown {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  padding: 2.5rem 1.5rem;
  overflow-y: auto;
  overflow-x: clip;
  background: #ffffff;
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-mobile-nav__dropdown.is-active {
  transform: translateX(0);
  z-index: 2;
}
.c-mobile-nav__dropdown .c-mobile-nav__dropdown-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-mobile-nav__dropdown .c-mobile-nav__dropdown-menu:not(.c-mobile-nav__dropdown-menu--sub) {
  padding-top: 3.75rem;
}

.c-mobile-nav__dropdown__head {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: calc(100% - 2rem);
  left: 1rem;
  top: 2.25rem;
}
.c-mobile-nav__dropdown__head span {
  color: #24242B;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
}
@media (min-width: 1024px) {
  .c-mobile-nav__dropdown__head span {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-mobile-nav__dropdown__head span {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-mobile-nav__dropdown__head span {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .c-mobile-nav__dropdown__head span {
    line-height: 1.52;
  }
}

.c-mobile-nav__dropdown-item.current-menu-item > a,
.c-mobile-nav__dropdown-item.current-menu-item > a p {
  text-decoration: underline;
}
.c-mobile-nav__dropdown-item .c-mobile-nav__dropdown-item__icon,
.c-mobile-nav__dropdown-item a .c-mobile-nav__dropdown-item__icon {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.c-mobile-nav__dropdown-item .c-mobile-nav__dropdown-item__icon svg,
.c-mobile-nav__dropdown-item a .c-mobile-nav__dropdown-item__icon svg {
  width: 2.375rem;
  height: 2.375rem;
  background-color: #C4D8D4;
  color: #24242B;
  border-radius: 0.5rem;
  padding: 0.375rem;
}
.c-mobile-nav__dropdown-item .c-mobile-nav__dropdown-item__icon .c-mobile-nav__dropdown-item__flagline,
.c-mobile-nav__dropdown-item a .c-mobile-nav__dropdown-item__icon .c-mobile-nav__dropdown-item__flagline {
  margin-left: 1rem;
  color: #24242B;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
}
@media (min-width: 1024px) {
  .c-mobile-nav__dropdown-item .c-mobile-nav__dropdown-item__icon .c-mobile-nav__dropdown-item__flagline,
  .c-mobile-nav__dropdown-item a .c-mobile-nav__dropdown-item__icon .c-mobile-nav__dropdown-item__flagline {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-mobile-nav__dropdown-item .c-mobile-nav__dropdown-item__icon .c-mobile-nav__dropdown-item__flagline,
  .c-mobile-nav__dropdown-item a .c-mobile-nav__dropdown-item__icon .c-mobile-nav__dropdown-item__flagline {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-mobile-nav__dropdown-item .c-mobile-nav__dropdown-item__icon .c-mobile-nav__dropdown-item__flagline,
  .c-mobile-nav__dropdown-item a .c-mobile-nav__dropdown-item__icon .c-mobile-nav__dropdown-item__flagline {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .c-mobile-nav__dropdown-item .c-mobile-nav__dropdown-item__icon .c-mobile-nav__dropdown-item__flagline,
  .c-mobile-nav__dropdown-item a .c-mobile-nav__dropdown-item__icon .c-mobile-nav__dropdown-item__flagline {
    line-height: 1.52;
  }
}
.c-mobile-nav__dropdown-item .c-mobile-nav__dropdown-item__icon .c-mobile-nav__dropdown-item__flagline:hover,
.c-mobile-nav__dropdown-item a .c-mobile-nav__dropdown-item__icon .c-mobile-nav__dropdown-item__flagline:hover {
  text-decoration: underline;
}

.c-mobile-header-menu .c-mobile-nav__dropdown-back {
  display: inline-flex;
  position: absolute;
  left: 0;
  color: #24242B;
}
.c-mobile-header-menu .c-mobile-nav__dropdown-back:hover {
  color: #24242B;
}
.c-mobile-header-menu .c-mobile-nav__dropdown-back svg {
  width: 2.25rem;
  height: 2.25rem;
  transform: rotate(180deg);
}

.c-mobile-nav__toggle {
  z-index: 13;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
@media (min-width: 1024px) {
  .c-mobile-nav__toggle {
    display: none;
  }
}
.c-mobile-nav__toggle.is-active {
  transform: scale(0.7);
}
.c-mobile-nav__toggle.is-active span {
  background: #24242B;
  transform: rotate(45deg);
  transform-origin: left;
}
.c-mobile-nav__toggle.is-active span + span {
  transform: rotate(-45deg);
  margin-top: 8px;
  left: -5px;
  position: relative;
  top: 1px;
  transform-origin: center;
}
.c-mobile-nav__toggle span {
  display: inline-block;
  width: 2rem;
  height: 0.09375rem;
  background: #ffffff;
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-mobile-nav__toggle span + span {
  margin-top: 0.5rem;
}

/* Dev Purpose
.c-nav--main > li:first-child .c-nav__dropdown {
	opacity: 1;
	visibility: visible;
	height: 480px;
	max-height: 480px;

} */
.c-mobile-nav__dropdown-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.c-mobile-nav__dropdown-item--product_image_card {
  flex-basis: calc(50% - 1rem);
}

.c-nav__dropdown-item--product_image_card {
  flex-basis: 20%;
}

.c-header__product_image_card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.c-header__product_image_card-image {
  width: 100%;
}
.c-header__product_image_card-image .c-img__full {
  background-size: contain;
}

.c-header__product_image_card-title {
  color: #24242B;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-header__product_image_card-title {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-header__product_image_card-title {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-header__product_image_card-title {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .c-header__product_image_card-title {
    line-height: 1.52;
  }
}

.c-header__product_image_card-description {
  color: #24242B;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
  text-align: center;
}
.c-mobile-nav__dropdown-item--product_image_card .c-header__product_image_card-description {
  display: none;
}
@media (min-width: 1024px) {
  .c-header__product_image_card-description {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .c-header__product_image_card-description {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-header__product_image_card-description {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-header__product_image_card-description {
    line-height: 1.62;
  }
}

.c-mobile-nav__dropdown-item--generic_image_card {
  flex-basis: calc(60% - 1rem);
}

.c-nav__dropdown-item--generic_image_card {
  flex-basis: 20%;
}

.c-header__generic_image_card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.c-header__generic_image_card-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}

.c-header__generic_image_card-title {
  color: #24242B;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
  margin-bottom: 0;
  text-align: left;
}
@media (min-width: 1024px) {
  .c-header__generic_image_card-title {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-header__generic_image_card-title {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-header__generic_image_card-title {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .c-header__generic_image_card-title {
    line-height: 1.52;
  }
}

.c-header__generic_image_card-flagline {
  color: #24242B;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.68rem;
  line-height: 1.63;
  letter-spacing: 0.004em;
  margin-bottom: 0;
  text-align: left;
}
@media (min-width: 1024px) {
  .c-header__generic_image_card-flagline {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .c-header__generic_image_card-flagline {
    font-size: calc(0.68rem + 0.07 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-header__generic_image_card-flagline {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .c-header__generic_image_card-flagline {
    line-height: 1.66;
  }
}

.c-mobile-nav__dropdown-item--link_list {
  flex-basis: 100%;
}

.c-nav__dropdown-item--link_list {
  flex-basis: 40%;
  padding-left: 4.625rem;
}

.c-mobile-header-menu__extra {
  border-top: 1px solid #4E4E58;
  padding-top: 2.5rem;
}

.c-header__link_list {
  border-top: 1px solid #4E4E58;
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}
@media (min-width: 1024px) {
  .c-header__link_list {
    height: 100%;
    padding-left: 4.625rem;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
    border-left: 1px solid #4E4E58;
  }
}

.c-mobile-header-menu__extra-menu {
  margin-top: 1.5rem !important;
}

.c-mobile-header-menu__extra-menu,
.c-header__link_list-ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}

.c-mobile-header-menu__extra-menu__item,
.c-header__link_list-li {
  margin: 0;
  padding: 0;
}
.c-mobile-header-menu__extra-menu__item a.c-mobile-header-menu__extra-menu__link,
.c-mobile-header-menu__extra-menu__item a.c-header__link_list-link,
.c-header__link_list-li a.c-mobile-header-menu__extra-menu__link,
.c-header__link_list-li a.c-header__link_list-link {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.66;
  letter-spacing: 0.0125em;
}
@media (min-width: 1024px) {
  .c-mobile-header-menu__extra-menu__item a.c-mobile-header-menu__extra-menu__link,
  .c-mobile-header-menu__extra-menu__item a.c-header__link_list-link,
  .c-header__link_list-li a.c-mobile-header-menu__extra-menu__link,
  .c-header__link_list-li a.c-header__link_list-link {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-mobile-header-menu__extra-menu__item a.c-mobile-header-menu__extra-menu__link,
  .c-mobile-header-menu__extra-menu__item a.c-header__link_list-link,
  .c-header__link_list-li a.c-mobile-header-menu__extra-menu__link,
  .c-header__link_list-li a.c-header__link_list-link {
    font-size: calc(0.75rem + 0.25 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-mobile-header-menu__extra-menu__item a.c-mobile-header-menu__extra-menu__link,
  .c-mobile-header-menu__extra-menu__item a.c-header__link_list-link,
  .c-header__link_list-li a.c-mobile-header-menu__extra-menu__link,
  .c-header__link_list-li a.c-header__link_list-link {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-mobile-header-menu__extra-menu__item a.c-mobile-header-menu__extra-menu__link,
  .c-mobile-header-menu__extra-menu__item a.c-header__link_list-link,
  .c-header__link_list-li a.c-mobile-header-menu__extra-menu__link,
  .c-header__link_list-li a.c-header__link_list-link {
    line-height: 1.56;
  }
}
.c-mobile-header-menu__extra-menu .c-mobile-header-menu__extra-menu__item a.c-mobile-header-menu__extra-menu__link,
.c-mobile-header-menu__extra-menu .c-mobile-header-menu__extra-menu__item a.c-header__link_list-link,
.c-mobile-header-menu__extra-menu .c-header__link_list-li a.c-mobile-header-menu__extra-menu__link,
.c-mobile-header-menu__extra-menu .c-header__link_list-li a.c-header__link_list-link {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.57;
  letter-spacing: 0.001em;
}
@media (min-width: 1024px) {
  .c-mobile-header-menu__extra-menu .c-mobile-header-menu__extra-menu__item a.c-mobile-header-menu__extra-menu__link,
  .c-mobile-header-menu__extra-menu .c-mobile-header-menu__extra-menu__item a.c-header__link_list-link,
  .c-mobile-header-menu__extra-menu .c-header__link_list-li a.c-mobile-header-menu__extra-menu__link,
  .c-mobile-header-menu__extra-menu .c-header__link_list-li a.c-header__link_list-link {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-mobile-header-menu__extra-menu .c-mobile-header-menu__extra-menu__item a.c-mobile-header-menu__extra-menu__link,
  .c-mobile-header-menu__extra-menu .c-mobile-header-menu__extra-menu__item a.c-header__link_list-link,
  .c-mobile-header-menu__extra-menu .c-header__link_list-li a.c-mobile-header-menu__extra-menu__link,
  .c-mobile-header-menu__extra-menu .c-header__link_list-li a.c-header__link_list-link {
    font-size: calc(0.875rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-mobile-header-menu__extra-menu .c-mobile-header-menu__extra-menu__item a.c-mobile-header-menu__extra-menu__link,
  .c-mobile-header-menu__extra-menu .c-mobile-header-menu__extra-menu__item a.c-header__link_list-link,
  .c-mobile-header-menu__extra-menu .c-header__link_list-li a.c-mobile-header-menu__extra-menu__link,
  .c-mobile-header-menu__extra-menu .c-header__link_list-li a.c-header__link_list-link {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .c-mobile-header-menu__extra-menu .c-mobile-header-menu__extra-menu__item a.c-mobile-header-menu__extra-menu__link,
  .c-mobile-header-menu__extra-menu .c-mobile-header-menu__extra-menu__item a.c-header__link_list-link,
  .c-mobile-header-menu__extra-menu .c-header__link_list-li a.c-mobile-header-menu__extra-menu__link,
  .c-mobile-header-menu__extra-menu .c-header__link_list-li a.c-header__link_list-link {
    line-height: 1.57;
  }
}
.c-mobile-header-menu__extra-menu__item a.c-mobile-header-menu__extra-menu__link, .c-mobile-header-menu__extra-menu__item a.c-mobile-header-menu__extra-menu__link:hover,
.c-mobile-header-menu__extra-menu__item a.c-header__link_list-link,
.c-mobile-header-menu__extra-menu__item a.c-header__link_list-link:hover,
.c-header__link_list-li a.c-mobile-header-menu__extra-menu__link,
.c-header__link_list-li a.c-mobile-header-menu__extra-menu__link:hover,
.c-header__link_list-li a.c-header__link_list-link,
.c-header__link_list-li a.c-header__link_list-link:hover {
  color: #24242B;
}

#header_main.is-hovering {
  background-color: #ffffff;
  height: 100%;
}
@media (min-width: 1024px) {
  #header_main.is-hovering .header_main_logo.header_main_logo--white {
    display: none !important;
    z-index: 10;
  }
  #header_main.is-hovering .header_main_logo.header_main_logo--colored {
    display: unset !important;
    z-index: 10;
  }
}
[data-elementor-type=archive].has-animation,
[data-elementor-type=footer].has-animation,
main#content.has-animation {
  transition: filter 0.2s ease-in-out;
}
[data-elementor-type=archive].is-blurry,
[data-elementor-type=footer].is-blurry,
main#content.is-blurry {
  transition: filter 0.3s ease-in-out;
  filter: blur(15px);
}

@media (min-width: 1024px) {
  [data-elementor-type=header] #header_main {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 1279.98px) {
  [data-elementor-type=header] #header_main [data-widget_type="button.default"] {
    display: none;
  }
}
[data-elementor-type=header] #header_main .c-btn, [data-elementor-type=header] #header_main .nf-mp-footer .nf-next-previous button[type=submit], .nf-mp-footer .nf-next-previous [data-elementor-type=header] #header_main button[type=submit],
[data-elementor-type=header] #header_main .nf-mp-footer .nf-next-previous button[data-nf-submit-form],
.nf-mp-footer .nf-next-previous [data-elementor-type=header] #header_main button[data-nf-submit-form],
[data-elementor-type=header] #header_main .nf-mp-footer .nf-next-previous .nf-next,
.nf-mp-footer .nf-next-previous [data-elementor-type=header] #header_main .nf-next, [data-elementor-type=header] #header_main .nf-mp-footer .nf-next-previous .nf-previous, .nf-mp-footer .nf-next-previous [data-elementor-type=header] #header_main .nf-previous, [data-elementor-type=header] #header_main .field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel, .field-wrap.file_upload-wrap .nf-field-element [data-elementor-type=header] #header_main .nf-fu-button-cancel, [data-elementor-type=header] #header_main .nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset, .nf-form-layout .nf-form-content .repeater-container [data-elementor-type=header] #header_main .nf-add-fieldset, [data-elementor-type=header] #header_main .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element, .nf-form-layout .nf-form-content .submit-container [data-elementor-type=header] #header_main .ninja-forms-field.nf-element, [data-elementor-type=header] #header_main body .wpgb-facet button.wpgb-button, body .wpgb-facet [data-elementor-type=header] #header_main button.wpgb-button, [data-elementor-type=header] #header_main body div:where(.swal2-container) button:where(.swal2-styled).swal2-deny, body div:where(.swal2-container) [data-elementor-type=header] #header_main button:where(.swal2-styled).swal2-deny,
[data-elementor-type=header] #header_main body div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel,
body div:where(.swal2-container) [data-elementor-type=header] #header_main button:where(.swal2-styled).swal2-cancel, [data-elementor-type=header] #header_main body div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm, body div:where(.swal2-container) [data-elementor-type=header] #header_main button:where(.swal2-styled).swal2-confirm, [data-elementor-type=header] #header_main .elementor-widget-button .elementor-button, .elementor-widget-button [data-elementor-type=header] #header_main .elementor-button {
  z-index: 10;
  position: relative;
}
.has-overflow-header [data-elementor-type=header] {
  position: fixed;
  left: 0;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.has-overflow-header [data-elementor-type=header]:not(.is-scrolled) {
  background: transparent;
}

.is-elementor-tag-inline_link {
  text-align: left;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-right: 2.75rem;
}
.is-elementor-tag-inline_link svg {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
}

.elementor a {
  color: #ffffff;
}
.elementor a:hover, .elementor a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.elementor-icon-list-icon svg {
  color: var(--e-global-color-text);
  fill: none !important;
}

.eael-lightbox-popup-window .mfp-close {
  color: transparent !important;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
@media (min-width: 1024px) {
  .eael-lightbox-popup-window .mfp-close {
    right: 2.25rem;
    top: 2.25rem;
  }
}
.eael-lightbox-popup-window .mfp-close:before, .eael-lightbox-popup-window .mfp-close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 20px;
  width: 1px;
  background-color: #24242B;
}
@media (min-width: 1024px) {
  .eael-lightbox-popup-window .mfp-close:before, .eael-lightbox-popup-window .mfp-close:after {
    height: 33px;
  }
}
.eael-lightbox-popup-window .mfp-close:before {
  transform: rotate(45deg);
}
.eael-lightbox-popup-window .mfp-close:after {
  transform: rotate(-45deg);
}

.page-content > [data-elementor-type] > [data-element_type=container] > .e-con,
.page-content > [data-elementor-type] > [data-element_type=container].e-con > .e-con-inner,
.page-content > [data-elementor-type=container] > .e-con {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {
  .page-content > [data-elementor-type] > [data-element_type=container] > .e-con,
  .page-content > [data-elementor-type] > [data-element_type=container].e-con > .e-con-inner,
  .page-content > [data-elementor-type=container] > .e-con {
    padding-left: 0;
    padding-right: 0;
  }
}

[data-elementor-type=single-post] > [data-element_type=container] > .e-con,
[data-elementor-type=single-post] > [data-element_type=container].e-con > .e-con-inner,
[data-elementor-type=archive] > [data-element_type=container] > .e-con,
[data-elementor-type=archive] > [data-element_type=container].e-con > .e-con-inner,
[data-elementor-type=header] > [data-element_type=container] > .e-con,
[data-elementor-type=header] > [data-element_type=container].e-con > .e-con-inner,
[data-elementor-type=footer] > [data-element_type=container] > .e-con,
[data-elementor-type=footer] > [data-element_type=container].e-con > .e-con-inner {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {
  [data-elementor-type=single-post] > [data-element_type=container] > .e-con,
  [data-elementor-type=single-post] > [data-element_type=container].e-con > .e-con-inner,
  [data-elementor-type=archive] > [data-element_type=container] > .e-con,
  [data-elementor-type=archive] > [data-element_type=container].e-con > .e-con-inner,
  [data-elementor-type=header] > [data-element_type=container] > .e-con,
  [data-elementor-type=header] > [data-element_type=container].e-con > .e-con-inner,
  [data-elementor-type=footer] > [data-element_type=container] > .e-con,
  [data-elementor-type=footer] > [data-element_type=container].e-con > .e-con-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ==========================================================================
   SPACING
   ========================================================================== */
:root {
  --sw-spacing--xlarge: 72px;
  --sw-spacing--large: 48px;
  --sw-spacing--normal: 24px;
  --sw-spacing--less: 16px;
  --sw-spacing--fewer: 8px;
  --sw-spacing--none: 0px;
}
@media screen and (min-width: 375px) {
  :root {
    --sw-spacing--xlarge: calc(72px + 72 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --sw-spacing--xlarge: 144px;
  }
}
@media screen and (min-width: 375px) {
  :root {
    --sw-spacing--large: calc(48px + 48 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --sw-spacing--large: 96px;
  }
}
@media screen and (min-width: 375px) {
  :root {
    --sw-spacing--normal: calc(24px + 24 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --sw-spacing--normal: 48px;
  }
}
@media screen and (min-width: 375px) {
  :root {
    --sw-spacing--less: calc(16px + 16 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --sw-spacing--less: 32px;
  }
}
@media screen and (min-width: 375px) {
  :root {
    --sw-spacing--fewer: calc(8px + 8 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --sw-spacing--fewer: 16px;
  }
}
@media screen and (min-width: 375px) {
  :root {
    --sw-spacing--none: calc(0px + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --sw-spacing--none: 0px;
  }
}

.swiper {
  overflow: visible;
}

.elementor-element.elementor-arrows-position-outside.e-widget-swiper .swiper,
.elementor-lightbox.elementor-arrows-position-outside.e-widget-swiper .swiper {
  width: calc(100% - 1.25rem);
}
@media (min-width: 1024px) {
  .elementor-element.elementor-arrows-position-outside.e-widget-swiper .swiper,
  .elementor-lightbox.elementor-arrows-position-outside.e-widget-swiper .swiper {
    width: calc(100% - 100px);
  }
}
.elementor-element.elementor-arrows-position-outside .swiper,
.elementor-lightbox.elementor-arrows-position-outside .swiper {
  width: 100%;
}

.elementor-widget-loop-carousel.e-widget-swiper .swiper-slide {
  opacity: 0.2;
}

.elementor-widget-loop-carousel.e-widget-swiper .swiper-slide-active,
.elementor-widget-loop-carousel.e-widget-swiper .swiper-slide-next {
  opacity: 1;
}

@media (max-width: 1023.98px) {
  .elementor-widget-loop-carousel.e-widget-swiper .swiper-slide-next {
    opacity: 0.2;
  }
}

.elementor-element .swiper .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .elementor-swiper-button-next {
  right: 0;
  position: absolute;
}
.elementor-element .swiper .elementor-swiper-button-next svg,
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next svg,
.elementor-element.elementor-arrows-position-outside .elementor-swiper-button-next svg,
.elementor-lightbox .swiper .elementor-swiper-button-next svg,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next svg,
.elementor-lightbox.elementor-arrows-position-outside .elementor-swiper-button-next svg {
  z-index: 2;
  width: 2rem;
  height: 2rem;
  opacity: 0;
}
@media (min-width: 768px) {
  .elementor-element .swiper .elementor-swiper-button-next,
  .elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
  .elementor-element.elementor-arrows-position-outside .elementor-swiper-button-next,
  .elementor-lightbox .swiper .elementor-swiper-button-next,
  .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
  .elementor-lightbox.elementor-arrows-position-outside .elementor-swiper-button-next {
    right: -8px;
  }
}
@media (min-width: 1024px) {
  .elementor-element .swiper .elementor-swiper-button-next,
  .elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
  .elementor-element.elementor-arrows-position-outside .elementor-swiper-button-next,
  .elementor-lightbox .swiper .elementor-swiper-button-next,
  .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
  .elementor-lightbox.elementor-arrows-position-outside .elementor-swiper-button-next {
    right: -24px;
  }
}
.elementor-element .swiper .elementor-swiper-button-next:after,
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next:after,
.elementor-element.elementor-arrows-position-outside .elementor-swiper-button-next:after,
.elementor-lightbox .swiper .elementor-swiper-button-next:after,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next:after,
.elementor-lightbox.elementor-arrows-position-outside .elementor-swiper-button-next:after {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: var(--arrow-normal-color);
  opacity: 0.2;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  left: -8px;
  top: -8px;
}
@media (min-width: 1024px) {
  .elementor-element .swiper .elementor-swiper-button-next:after,
  .elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next:after,
  .elementor-element.elementor-arrows-position-outside .elementor-swiper-button-next:after,
  .elementor-lightbox .swiper .elementor-swiper-button-next:after,
  .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next:after,
  .elementor-lightbox.elementor-arrows-position-outside .elementor-swiper-button-next:after {
    width: 56px;
    height: 56px;
    left: -12px;
    top: -12px;
  }
}
.elementor-element .swiper .elementor-swiper-button-next:before,
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next:before,
.elementor-element.elementor-arrows-position-outside .elementor-swiper-button-next:before,
.elementor-lightbox .swiper .elementor-swiper-button-next:before,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next:before,
.elementor-lightbox.elementor-arrows-position-outside .elementor-swiper-button-next:before {
  transform: scale(1.5);
  left: 14px;
  top: 8px;
  position: relative;
  background: #fff;
  content: "";
  display: block;
  width: 7.28px;
  height: 13.5px;
  -webkit-clip-path: polygon(0.75px 13.5px, 0.75px 13.5px, 0.69304px 13.49789px, 0.63632px 13.49152px, 0.58008px 13.48083px, 0.52456px 13.46576px, 0.47px 13.44625px, 0.41664px 13.42224px, 0.36472px 13.39367px, 0.31448px 13.36048px, 0.26616px 13.32261px, 0.22px 13.28px, 0.22px 13.28px, 0.1417px 13.186816px, 0.0808px 13.085088px, 0.0373px 12.976952px, 0.0112px 12.864544px, 0.0025px 12.75px, 0.0112px 12.635456px, 0.0373px 12.523048px, 0.0808px 12.414912px, 0.1417px 12.313184px, 0.22px 12.22px, calc(50% + 2.05px) calc(50% - 0px), calc(50% - 3.42px) calc(50% - 5.47px), calc(50% - 3.42px) calc(50% - 5.47px), calc(50% - 3.4983px) calc(50% - 5.56232px), calc(50% - 3.5592px) calc(50% - 5.66376px), calc(50% - 3.6027px) calc(50% - 5.77204px), calc(50% - 3.6288px) calc(50% - 5.88488px), calc(50% - 3.6375px) calc(50% - 6px), calc(50% - 3.6288px) calc(50% - 6.11512px), calc(50% - 3.6027px) calc(50% - 6.22796px), calc(50% - 3.5592px) calc(50% - 6.33624px), calc(50% - 3.4983px) calc(50% - 6.43768px), calc(50% - 3.42px) calc(50% - 6.53px), 0.22px 0.22px, 0.31232px 0.1417px, 0.41376px 0.0808px, 0.52204px 0.0373px, 0.63488px 0.0112px, 0.75px 0.0025px, 0.86512px 0.0112px, 0.97796px 0.0373px, 1.08624px 0.0808px, 1.18768px 0.1417px, 1.28px 0.22px, 7.28px 6.22px, 7.28px 6.22px, 7.3583px 6.31232px, 7.4192px 6.41376px, 7.4627px 6.52204px, 7.4888px 6.63488px, 7.4975px 6.75px, 7.4888px 6.86512px, 7.4627px 6.97796px, 7.4192px 7.08624px, 7.3583px 7.18768px, 7.28px 7.28px, 1.28px 13.28px, 1.28px 13.28px, 1.23384px 13.32261px, 1.18552px 13.36048px, 1.13528px 13.39367px, 1.08336px 13.42224px, 1.03px 13.44625px, 0.97544px 13.46576px, 0.91992px 13.48083px, 0.86368px 13.49152px, 0.80696px 13.49789px, 0.75px 13.5px);
          clip-path: polygon(0.75px 13.5px, 0.75px 13.5px, 0.69304px 13.49789px, 0.63632px 13.49152px, 0.58008px 13.48083px, 0.52456px 13.46576px, 0.47px 13.44625px, 0.41664px 13.42224px, 0.36472px 13.39367px, 0.31448px 13.36048px, 0.26616px 13.32261px, 0.22px 13.28px, 0.22px 13.28px, 0.1417px 13.186816px, 0.0808px 13.085088px, 0.0373px 12.976952px, 0.0112px 12.864544px, 0.0025px 12.75px, 0.0112px 12.635456px, 0.0373px 12.523048px, 0.0808px 12.414912px, 0.1417px 12.313184px, 0.22px 12.22px, calc(50% + 2.05px) calc(50% - 0px), calc(50% - 3.42px) calc(50% - 5.47px), calc(50% - 3.42px) calc(50% - 5.47px), calc(50% - 3.4983px) calc(50% - 5.56232px), calc(50% - 3.5592px) calc(50% - 5.66376px), calc(50% - 3.6027px) calc(50% - 5.77204px), calc(50% - 3.6288px) calc(50% - 5.88488px), calc(50% - 3.6375px) calc(50% - 6px), calc(50% - 3.6288px) calc(50% - 6.11512px), calc(50% - 3.6027px) calc(50% - 6.22796px), calc(50% - 3.5592px) calc(50% - 6.33624px), calc(50% - 3.4983px) calc(50% - 6.43768px), calc(50% - 3.42px) calc(50% - 6.53px), 0.22px 0.22px, 0.31232px 0.1417px, 0.41376px 0.0808px, 0.52204px 0.0373px, 0.63488px 0.0112px, 0.75px 0.0025px, 0.86512px 0.0112px, 0.97796px 0.0373px, 1.08624px 0.0808px, 1.18768px 0.1417px, 1.28px 0.22px, 7.28px 6.22px, 7.28px 6.22px, 7.3583px 6.31232px, 7.4192px 6.41376px, 7.4627px 6.52204px, 7.4888px 6.63488px, 7.4975px 6.75px, 7.4888px 6.86512px, 7.4627px 6.97796px, 7.4192px 7.08624px, 7.3583px 7.18768px, 7.28px 7.28px, 1.28px 13.28px, 1.28px 13.28px, 1.23384px 13.32261px, 1.18552px 13.36048px, 1.13528px 13.39367px, 1.08336px 13.42224px, 1.03px 13.44625px, 0.97544px 13.46576px, 0.91992px 13.48083px, 0.86368px 13.49152px, 0.80696px 13.49789px, 0.75px 13.5px);
}

.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .elementor-swiper-button-prev {
  left: 0;
  position: absolute;
}
.elementor-element .swiper .elementor-swiper-button-prev svg,
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev svg,
.elementor-element.elementor-arrows-position-outside .elementor-swiper-button-prev svg,
.elementor-lightbox .swiper .elementor-swiper-button-prev svg,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev svg,
.elementor-lightbox.elementor-arrows-position-outside .elementor-swiper-button-prev svg {
  z-index: 2;
  width: 2rem;
  height: 2rem;
  opacity: 0;
}
@media (min-width: 768px) {
  .elementor-element .swiper .elementor-swiper-button-prev,
  .elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
  .elementor-element.elementor-arrows-position-outside .elementor-swiper-button-prev,
  .elementor-lightbox .swiper .elementor-swiper-button-prev,
  .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
  .elementor-lightbox.elementor-arrows-position-outside .elementor-swiper-button-prev {
    left: -8px;
  }
}
@media (min-width: 1024px) {
  .elementor-element .swiper .elementor-swiper-button-prev,
  .elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
  .elementor-element.elementor-arrows-position-outside .elementor-swiper-button-prev,
  .elementor-lightbox .swiper .elementor-swiper-button-prev,
  .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
  .elementor-lightbox.elementor-arrows-position-outside .elementor-swiper-button-prev {
    left: -24px;
  }
}
.elementor-element .swiper .elementor-swiper-button-prev:after,
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev:after,
.elementor-element.elementor-arrows-position-outside .elementor-swiper-button-prev:after,
.elementor-lightbox .swiper .elementor-swiper-button-prev:after,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev:after,
.elementor-lightbox.elementor-arrows-position-outside .elementor-swiper-button-prev:after {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: var(--arrow-normal-color);
  opacity: 0.2;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  left: -8px;
  top: -8px;
}
@media (min-width: 1024px) {
  .elementor-element .swiper .elementor-swiper-button-prev:after,
  .elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev:after,
  .elementor-element.elementor-arrows-position-outside .elementor-swiper-button-prev:after,
  .elementor-lightbox .swiper .elementor-swiper-button-prev:after,
  .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev:after,
  .elementor-lightbox.elementor-arrows-position-outside .elementor-swiper-button-prev:after {
    width: 56px;
    height: 56px;
    left: -12px;
    top: -12px;
  }
}
.elementor-element .swiper .elementor-swiper-button-prev:before,
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev:before,
.elementor-element.elementor-arrows-position-outside .elementor-swiper-button-prev:before,
.elementor-lightbox .swiper .elementor-swiper-button-prev:before,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev:before,
.elementor-lightbox.elementor-arrows-position-outside .elementor-swiper-button-prev:before {
  transform: scale(1.5) rotate(180deg);
  left: 10px;
  top: 8px;
  position: relative;
  background: #fff;
  content: "";
  display: block;
  width: 7.28px;
  height: 13.5px;
  -webkit-clip-path: polygon(0.75px 13.5px, 0.75px 13.5px, 0.69304px 13.49789px, 0.63632px 13.49152px, 0.58008px 13.48083px, 0.52456px 13.46576px, 0.47px 13.44625px, 0.41664px 13.42224px, 0.36472px 13.39367px, 0.31448px 13.36048px, 0.26616px 13.32261px, 0.22px 13.28px, 0.22px 13.28px, 0.1417px 13.186816px, 0.0808px 13.085088px, 0.0373px 12.976952px, 0.0112px 12.864544px, 0.0025px 12.75px, 0.0112px 12.635456px, 0.0373px 12.523048px, 0.0808px 12.414912px, 0.1417px 12.313184px, 0.22px 12.22px, calc(50% + 2.05px) calc(50% - 0px), calc(50% - 3.42px) calc(50% - 5.47px), calc(50% - 3.42px) calc(50% - 5.47px), calc(50% - 3.4983px) calc(50% - 5.56232px), calc(50% - 3.5592px) calc(50% - 5.66376px), calc(50% - 3.6027px) calc(50% - 5.77204px), calc(50% - 3.6288px) calc(50% - 5.88488px), calc(50% - 3.6375px) calc(50% - 6px), calc(50% - 3.6288px) calc(50% - 6.11512px), calc(50% - 3.6027px) calc(50% - 6.22796px), calc(50% - 3.5592px) calc(50% - 6.33624px), calc(50% - 3.4983px) calc(50% - 6.43768px), calc(50% - 3.42px) calc(50% - 6.53px), 0.22px 0.22px, 0.31232px 0.1417px, 0.41376px 0.0808px, 0.52204px 0.0373px, 0.63488px 0.0112px, 0.75px 0.0025px, 0.86512px 0.0112px, 0.97796px 0.0373px, 1.08624px 0.0808px, 1.18768px 0.1417px, 1.28px 0.22px, 7.28px 6.22px, 7.28px 6.22px, 7.3583px 6.31232px, 7.4192px 6.41376px, 7.4627px 6.52204px, 7.4888px 6.63488px, 7.4975px 6.75px, 7.4888px 6.86512px, 7.4627px 6.97796px, 7.4192px 7.08624px, 7.3583px 7.18768px, 7.28px 7.28px, 1.28px 13.28px, 1.28px 13.28px, 1.23384px 13.32261px, 1.18552px 13.36048px, 1.13528px 13.39367px, 1.08336px 13.42224px, 1.03px 13.44625px, 0.97544px 13.46576px, 0.91992px 13.48083px, 0.86368px 13.49152px, 0.80696px 13.49789px, 0.75px 13.5px);
          clip-path: polygon(0.75px 13.5px, 0.75px 13.5px, 0.69304px 13.49789px, 0.63632px 13.49152px, 0.58008px 13.48083px, 0.52456px 13.46576px, 0.47px 13.44625px, 0.41664px 13.42224px, 0.36472px 13.39367px, 0.31448px 13.36048px, 0.26616px 13.32261px, 0.22px 13.28px, 0.22px 13.28px, 0.1417px 13.186816px, 0.0808px 13.085088px, 0.0373px 12.976952px, 0.0112px 12.864544px, 0.0025px 12.75px, 0.0112px 12.635456px, 0.0373px 12.523048px, 0.0808px 12.414912px, 0.1417px 12.313184px, 0.22px 12.22px, calc(50% + 2.05px) calc(50% - 0px), calc(50% - 3.42px) calc(50% - 5.47px), calc(50% - 3.42px) calc(50% - 5.47px), calc(50% - 3.4983px) calc(50% - 5.56232px), calc(50% - 3.5592px) calc(50% - 5.66376px), calc(50% - 3.6027px) calc(50% - 5.77204px), calc(50% - 3.6288px) calc(50% - 5.88488px), calc(50% - 3.6375px) calc(50% - 6px), calc(50% - 3.6288px) calc(50% - 6.11512px), calc(50% - 3.6027px) calc(50% - 6.22796px), calc(50% - 3.5592px) calc(50% - 6.33624px), calc(50% - 3.4983px) calc(50% - 6.43768px), calc(50% - 3.42px) calc(50% - 6.53px), 0.22px 0.22px, 0.31232px 0.1417px, 0.41376px 0.0808px, 0.52204px 0.0373px, 0.63488px 0.0112px, 0.75px 0.0025px, 0.86512px 0.0112px, 0.97796px 0.0373px, 1.08624px 0.0808px, 1.18768px 0.1417px, 1.28px 0.22px, 7.28px 6.22px, 7.28px 6.22px, 7.3583px 6.31232px, 7.4192px 6.41376px, 7.4627px 6.52204px, 7.4888px 6.63488px, 7.4975px 6.75px, 7.4888px 6.86512px, 7.4627px 6.97796px, 7.4192px 7.08624px, 7.3583px 7.18768px, 7.28px 7.28px, 1.28px 13.28px, 1.28px 13.28px, 1.23384px 13.32261px, 1.18552px 13.36048px, 1.13528px 13.39367px, 1.08336px 13.42224px, 1.03px 13.44625px, 0.97544px 13.46576px, 0.91992px 13.48083px, 0.86368px 13.49152px, 0.80696px 13.49789px, 0.75px 13.5px);
}

.elementor-element.elementor-arrows-position-outside .elementor-swiper-button,
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button,
.elementor-lightbox.elementor-arrows-position-outside .elementor-swiper-button,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button {
  display: none;
}
.elementor-element.elementor-arrows-position-outside .elementor-swiper-button.swiper-button-disabled,
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox.elementor-arrows-position-outside .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button.swiper-button-disabled {
  display: none !important;
}
.elementor-element.elementor-arrows-position-outside.e-widget-swiper .elementor-swiper-button,
.elementor-element.elementor-arrows-position-outside.e-widget-swiper .swiper .elementor-swiper-button,
.elementor-lightbox.elementor-arrows-position-outside.e-widget-swiper .elementor-swiper-button,
.elementor-lightbox.elementor-arrows-position-outside.e-widget-swiper .swiper .elementor-swiper-button {
  display: inline-flex;
}

.elementor-widget-loop-carousel .swiper-container:not(.swiper-container-initialized) > .swiper-wrapper {
  overflow: visible;
  gap: 0;
}

/*
@import 'node_modules/tiny-slider/dist/tiny-slider';

.page-content {
	> [data-elementor-type] > [data-element_type="container"],
	> [data-elementor-type="container"] {

		&:has(.tns-ovh) {
			overflow-x: hidden;
		}
	}
}
.e-n-tabs .tns-ovh {
	overflow: visible;
}

.elementor-widget-n-tabs .e-n-tabs-heading {
	align-items: center;
	justify-content: space-between;
}

.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title {
	opacity: 0.3;
	background: map-get($brand-colors,'black', '800');


	@include bp($large-bp) {

		&,
		svg {
			width: calc(var(--n-tabs-icon-size, var(--n-tabs-title-font-size)) * 0.75);
			height: calc(var(--n-tabs-icon-size, var(--n-tabs-title-font-size)) * 0.75);
		}
	}

	@include bp($xwide-bp) {

		&,
		svg {
			width: var(--n-tabs-icon-size,var(--n-tabs-title-font-size));
			height: var(--n-tabs-icon-size,var(--n-tabs-title-font-size));
		}
	}

	.e-n-tab-icon svg {
		transition: color var(--n-tabs-title-transition),fill var(--n-tabs-title-transition);
	}

	&.e-active {
		opacity: 1;
		width: auto !important;
		height: auto;
		background: map-get($brand-colors,'black', '800');

		.e-n-tab-icon svg {
			width: calc(var(--n-tabs-icon-size,var(--n-tabs-title-font-size)) * 1.8);
			height: calc(var(--n-tabs-icon-size,var(--n-tabs-title-font-size)) * 1.8);

			&:first-child {
				height: 0;
			}
		}
	}
}

.elementor-widget-n-tabs.e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
	display: var(--n-tabs-heading-display);
}

.elementor-widget-n-tabs .e-n-tabs-content .e-n-tab-title {
	display: none;
}
 */
.elementor-toc__list-item-text-wrapper i {
  order: 2;
}

@media (max-width: 1023.98px) {
  .fix-mobile-table-width .eael-data-table tbody tr td:first-of-type {
    width: 80px;
  }
  .fix-mobile-table-width .eael-data-table tbody tr td {
    padding-right: 0 !important;
  }
  .fix-mobile-table-width .eael-data-table td:first-of-type .td-content-wrapper {
    width: 80px;
  }
  .fix-mobile-table-width .eael-data-table td:first-of-type .td-content {
    display: block;
    word-break: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 18px;
}

.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: #89B2AA;
  border-color: #89B2AA;
}

div:where(.swal2-container) .swal2-input {
  width: auto;
}

div:where(.swal2-container) button:where(.swal2-styled) + button {
  margin-left: 0.5rem !important;
}

[data-theme=voltfang] .tippy-content {
  border-radius: 8px;
  background: #ffffff;
  padding: 0.5rem 0.75rem;
  min-width: 12.5rem;
}
@media (min-width: 1024px) {
  [data-theme=voltfang] .tippy-content {
    min-width: 20.9375rem;
  }
}
.tippy-content .tippy-content__title {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
  color: #24242B;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .tippy-content .tippy-content__title {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .tippy-content .tippy-content__title {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .tippy-content .tippy-content__title {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .tippy-content .tippy-content__title {
    line-height: 1.52;
  }
}
.tippy-content .tippy-content__title svg {
  width: 2.25rem;
  height: 2.25rem;
  position: absolute;
  right: -0.75rem;
  top: -0.25rem;
}
.tippy-content:hover .tippy-content__title--has-icon {
  text-decoration: underline;
}
.tippy-content .tippy-content__title--has-icon {
  position: relative;
  padding-right: 2.25rem;
}
.tippy-content .tippy-content__description {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
  color: #ADAEB3;
}
@media (min-width: 1024px) {
  .tippy-content .tippy-content__description {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .tippy-content .tippy-content__description {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .tippy-content .tippy-content__description {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .tippy-content .tippy-content__description {
    line-height: 1.62;
  }
}
.tippy-content .tippy-content__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

body .wpgb-facet:has(button.wpgb-button) {
  justify-content: center;
  display: flex;
}
body .wpgb-facet > fieldset:last-child {
  margin-bottom: 20px;
}
body .wpgb-facet .wpgb-autocomplete-facet,
body .wpgb-facet .wpgb-search-facet {
  max-width: 320px;
}
body .wpgb-facet .wpgb-autocomplete-facet .wpgb-input-icon,
body .wpgb-facet .wpgb-search-facet .wpgb-input-icon {
  left: auto;
  right: 0;
}
body .wpgb-facet .wpgb-autocomplete-facet .wpgb-clear-button,
body .wpgb-facet .wpgb-search-facet .wpgb-clear-button {
  display: none;
}
body .wpgb-facet .wpgb-autocomplete-facet .wpgb-input,
body .wpgb-facet .wpgb-search-facet .wpgb-input {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  text-indent: 0;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
}
@media (min-width: 1024px) {
  body .wpgb-facet .wpgb-autocomplete-facet .wpgb-input,
  body .wpgb-facet .wpgb-search-facet .wpgb-input {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  body .wpgb-facet .wpgb-autocomplete-facet .wpgb-input,
  body .wpgb-facet .wpgb-search-facet .wpgb-input {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  body .wpgb-facet .wpgb-autocomplete-facet .wpgb-input,
  body .wpgb-facet .wpgb-search-facet .wpgb-input {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  body .wpgb-facet .wpgb-autocomplete-facet .wpgb-input,
  body .wpgb-facet .wpgb-search-facet .wpgb-input {
    line-height: 1.62;
  }
}
body .wpgb-facet .wpgb-autocomplete-facet .wpgb-input:focus,
body .wpgb-facet .wpgb-search-facet .wpgb-input:focus {
  border: 1px solid #89B2AA;
}
body .wpgb-facet .wpgb-select {
  border: none;
}
body .wpgb-facet .wpgb-select .wpgb-select-value,
body .wpgb-facet .wpgb-select input::-webkit-input-placeholder,
body .wpgb-facet .wpgb-select .wpgb-select-placeholder {
  color: #ffffff;
  padding: 0;
}
body .wpgb-facet .wpgb-select .wpgb-select-controls .wpgb-select-separator {
  display: none;
}

body .wpgb-select-dropdown {
  border-radius: 0;
  width: auto !important;
  padding: 2rem;
  background: #353541;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
body .wpgb-select-dropdown ul li {
  display: flex;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
  position: relative;
  padding: 0;
}
@media (min-width: 1024px) {
  body .wpgb-select-dropdown ul li {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  body .wpgb-select-dropdown ul li {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  body .wpgb-select-dropdown ul li {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  body .wpgb-select-dropdown ul li {
    line-height: 1.62;
  }
}
body .wpgb-select-dropdown ul li:not(:last-child) {
  margin-bottom: 12px;
}
body .wpgb-select-dropdown ul li:before {
  content: "";
  flex-shrink: 0;
  display: block;
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 0.625rem;
}
body .wpgb-select-dropdown ul li .wpgb-focused:after, body .wpgb-select-dropdown ul li[aria-selected=true]:after {
  content: "";
  display: block;
  position: absolute;
  background: #89B2AA;
  top: 11px;
  left: 11px;
  border-radius: 50%;
  width: 0.8125rem;
  height: 0.8125rem;
  transform: translate(-50%, -50%);
}
body .wpgb-select-dropdown ul li .wpgb-focused:after {
  opacity: 0.3;
}
body .wpgb-select-dropdown ul li,
body .wpgb-select-dropdown ul li.wpgb-focused,
body .wpgb-select-dropdown ul li[aria-selected=true] {
  background: transparent;
  color: #ffffff;
}

.nf-form-layout .nf-form-content .hidden-container {
  display: none;
}

.nf-form-layout .nf-form-content .firstname-container.is-html-pulled-1,
.nf-form-layout .nf-form-content .lastname-container.is-html-pulled-1,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-html-pulled-1,
.nf-form-layout .nf-form-content .email-container.is-html-pulled-1,
.nf-form-layout .nf-form-content .phone-container.is-html-pulled-1,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-html-pulled-1,
.nf-form-layout .nf-form-content .zip-container.is-html-pulled-1,
.nf-form-layout .nf-form-content .password-container.is-html-pulled-1,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-html-pulled-1,
.nf-form-layout .nf-form-content .listselect-container.is-html-pulled-1,
.nf-form-layout .nf-form-content .listcountry-container.is-html-pulled-1,
.nf-form-layout .nf-form-content .textarea-container.is-html-pulled-1,
.nf-form-layout .nf-form-content .date-container.is-html-pulled-1 {
  margin-top: -1rem;
}
.nf-form-layout .nf-form-content .firstname-container.is-html-pulled-2,
.nf-form-layout .nf-form-content .lastname-container.is-html-pulled-2,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-html-pulled-2,
.nf-form-layout .nf-form-content .email-container.is-html-pulled-2,
.nf-form-layout .nf-form-content .phone-container.is-html-pulled-2,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-html-pulled-2,
.nf-form-layout .nf-form-content .zip-container.is-html-pulled-2,
.nf-form-layout .nf-form-content .password-container.is-html-pulled-2,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-html-pulled-2,
.nf-form-layout .nf-form-content .listselect-container.is-html-pulled-2,
.nf-form-layout .nf-form-content .listcountry-container.is-html-pulled-2,
.nf-form-layout .nf-form-content .textarea-container.is-html-pulled-2,
.nf-form-layout .nf-form-content .date-container.is-html-pulled-2 {
  margin-top: -2rem;
}
.nf-form-layout .nf-form-content .firstname-container.is-html-pulled-3,
.nf-form-layout .nf-form-content .lastname-container.is-html-pulled-3,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-html-pulled-3,
.nf-form-layout .nf-form-content .email-container.is-html-pulled-3,
.nf-form-layout .nf-form-content .phone-container.is-html-pulled-3,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-html-pulled-3,
.nf-form-layout .nf-form-content .zip-container.is-html-pulled-3,
.nf-form-layout .nf-form-content .password-container.is-html-pulled-3,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-html-pulled-3,
.nf-form-layout .nf-form-content .listselect-container.is-html-pulled-3,
.nf-form-layout .nf-form-content .listcountry-container.is-html-pulled-3,
.nf-form-layout .nf-form-content .textarea-container.is-html-pulled-3,
.nf-form-layout .nf-form-content .date-container.is-html-pulled-3 {
  margin-top: -3rem;
}
.nf-form-layout .nf-form-content .firstname-container.is-html-pulled-4,
.nf-form-layout .nf-form-content .lastname-container.is-html-pulled-4,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-html-pulled-4,
.nf-form-layout .nf-form-content .email-container.is-html-pulled-4,
.nf-form-layout .nf-form-content .phone-container.is-html-pulled-4,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-html-pulled-4,
.nf-form-layout .nf-form-content .zip-container.is-html-pulled-4,
.nf-form-layout .nf-form-content .password-container.is-html-pulled-4,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-html-pulled-4,
.nf-form-layout .nf-form-content .listselect-container.is-html-pulled-4,
.nf-form-layout .nf-form-content .listcountry-container.is-html-pulled-4,
.nf-form-layout .nf-form-content .textarea-container.is-html-pulled-4,
.nf-form-layout .nf-form-content .date-container.is-html-pulled-4 {
  margin-top: -4rem;
}
.nf-form-layout .nf-form-content .firstname-container.is-html-pulled-5,
.nf-form-layout .nf-form-content .lastname-container.is-html-pulled-5,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-html-pulled-5,
.nf-form-layout .nf-form-content .email-container.is-html-pulled-5,
.nf-form-layout .nf-form-content .phone-container.is-html-pulled-5,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-html-pulled-5,
.nf-form-layout .nf-form-content .zip-container.is-html-pulled-5,
.nf-form-layout .nf-form-content .password-container.is-html-pulled-5,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-html-pulled-5,
.nf-form-layout .nf-form-content .listselect-container.is-html-pulled-5,
.nf-form-layout .nf-form-content .listcountry-container.is-html-pulled-5,
.nf-form-layout .nf-form-content .textarea-container.is-html-pulled-5,
.nf-form-layout .nf-form-content .date-container.is-html-pulled-5 {
  margin-top: -5rem;
}
.nf-form-layout .nf-form-content .firstname-container .textarea-wrap .nf-field-element,
.nf-form-layout .nf-form-content .lastname-container .textarea-wrap .nf-field-element,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) .textarea-wrap .nf-field-element,
.nf-form-layout .nf-form-content .email-container .textarea-wrap .nf-field-element,
.nf-form-layout .nf-form-content .phone-container .textarea-wrap .nf-field-element,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) .textarea-wrap .nf-field-element,
.nf-form-layout .nf-form-content .zip-container .textarea-wrap .nf-field-element,
.nf-form-layout .nf-form-content .password-container .textarea-wrap .nf-field-element,
.nf-form-layout .nf-form-content .passwordconfirm-container .textarea-wrap .nf-field-element,
.nf-form-layout .nf-form-content .listselect-container .textarea-wrap .nf-field-element,
.nf-form-layout .nf-form-content .listcountry-container .textarea-wrap .nf-field-element,
.nf-form-layout .nf-form-content .textarea-container .textarea-wrap .nf-field-element,
.nf-form-layout .nf-form-content .date-container .textarea-wrap .nf-field-element {
  height: 20rem;
}
.nf-form-layout .nf-form-content .firstname-container .field-wrap.nf-error .nf-field-element,
.nf-form-layout .nf-form-content .lastname-container .field-wrap.nf-error .nf-field-element,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) .field-wrap.nf-error .nf-field-element,
.nf-form-layout .nf-form-content .email-container .field-wrap.nf-error .nf-field-element,
.nf-form-layout .nf-form-content .phone-container .field-wrap.nf-error .nf-field-element,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) .field-wrap.nf-error .nf-field-element,
.nf-form-layout .nf-form-content .zip-container .field-wrap.nf-error .nf-field-element,
.nf-form-layout .nf-form-content .password-container .field-wrap.nf-error .nf-field-element,
.nf-form-layout .nf-form-content .passwordconfirm-container .field-wrap.nf-error .nf-field-element,
.nf-form-layout .nf-form-content .listselect-container .field-wrap.nf-error .nf-field-element,
.nf-form-layout .nf-form-content .listcountry-container .field-wrap.nf-error .nf-field-element,
.nf-form-layout .nf-form-content .textarea-container .field-wrap.nf-error .nf-field-element,
.nf-form-layout .nf-form-content .date-container .field-wrap.nf-error .nf-field-element {
  border-color: #B3261E;
}
.nf-form-layout .nf-form-content .firstname-container .nf-field-element,
.nf-form-layout .nf-form-content .lastname-container .nf-field-element,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) .nf-field-element,
.nf-form-layout .nf-form-content .email-container .nf-field-element,
.nf-form-layout .nf-form-content .phone-container .nf-field-element,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) .nf-field-element,
.nf-form-layout .nf-form-content .zip-container .nf-field-element,
.nf-form-layout .nf-form-content .password-container .nf-field-element,
.nf-form-layout .nf-form-content .passwordconfirm-container .nf-field-element,
.nf-form-layout .nf-form-content .listselect-container .nf-field-element,
.nf-form-layout .nf-form-content .listcountry-container .nf-field-element,
.nf-form-layout .nf-form-content .textarea-container .nf-field-element,
.nf-form-layout .nf-form-content .date-container .nf-field-element {
  position: relative;
  width: 100%;
  height: 3.5rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 0.25rem;
  border-width: 1.75px;
  border-style: solid;
  border-color: #ADAEB3;
}
.is-dark-form .nf-form-layout .nf-form-content .firstname-container .nf-field-element,
.is-dark-form .nf-form-layout .nf-form-content .lastname-container .nf-field-element,
.is-dark-form .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) .nf-field-element,
.is-dark-form .nf-form-layout .nf-form-content .email-container .nf-field-element,
.is-dark-form .nf-form-layout .nf-form-content .phone-container .nf-field-element,
.is-dark-form .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) .nf-field-element,
.is-dark-form .nf-form-layout .nf-form-content .zip-container .nf-field-element,
.is-dark-form .nf-form-layout .nf-form-content .password-container .nf-field-element,
.is-dark-form .nf-form-layout .nf-form-content .passwordconfirm-container .nf-field-element,
.is-dark-form .nf-form-layout .nf-form-content .listselect-container .nf-field-element,
.is-dark-form .nf-form-layout .nf-form-content .listcountry-container .nf-field-element,
.is-dark-form .nf-form-layout .nf-form-content .textarea-container .nf-field-element,
.is-dark-form .nf-form-layout .nf-form-content .date-container .nf-field-element {
  border-color: #ffffff;
  background: #24242B;
}
.nf-form-layout .nf-form-content .firstname-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container):not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .email-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .phone-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider):not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .zip-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .password-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .date-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label {
  top: -0.65rem;
  left: 0.75rem;
  z-index: 5;
}
.nf-form-layout .nf-form-content .firstname-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container):not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container):not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
.nf-form-layout .nf-form-content .email-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .email-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .phone-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider):not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider):not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .zip-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
.nf-form-layout .nf-form-content .password-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .password-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
.nf-form-layout .nf-form-content .date-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .date-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label {
  transition: all 0.35s ease-in-out;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.68rem;
  line-height: 1.63;
  letter-spacing: 0.004em;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container):not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container):not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .email-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider):not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider):not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .password-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .date-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .firstname-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container):not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container):not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .email-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider):not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider):not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .password-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .date-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label {
    font-size: calc(0.68rem + 0.07 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container):not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container):not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .email-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider):not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider):not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .password-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .date-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container):not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container):not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .email-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider):not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider):not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .password-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .date-container:not(.is-tooltip-field) .date-wrap.nf-pass .nf-field-label label {
    line-height: 1.66;
  }
}
.nf-form-layout .nf-form-content .firstname-container:not(.is-tooltip-field) .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container:not(.is-tooltip-field) .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container):not(.is-tooltip-field) .nf-field-label,
.nf-form-layout .nf-form-content .email-container:not(.is-tooltip-field) .nf-field-label,
.nf-form-layout .nf-form-content .phone-container:not(.is-tooltip-field) .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider):not(.is-tooltip-field) .nf-field-label,
.nf-form-layout .nf-form-content .zip-container:not(.is-tooltip-field) .nf-field-label,
.nf-form-layout .nf-form-content .password-container:not(.is-tooltip-field) .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container:not(.is-tooltip-field) .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container:not(.is-tooltip-field) .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container:not(.is-tooltip-field) .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container:not(.is-tooltip-field) .nf-field-label,
.nf-form-layout .nf-form-content .date-container:not(.is-tooltip-field) .nf-field-label {
  position: absolute;
  left: 0.75rem;
  top: 0.875rem;
  padding: 0 0.35rem;
  color: #24242B;
  background: #ffffff;
  margin-bottom: 0;
}
.is-dark-form .nf-form-layout .nf-form-content .firstname-container:not(.is-tooltip-field) .nf-field-label,
.is-dark-form .nf-form-layout .nf-form-content .lastname-container:not(.is-tooltip-field) .nf-field-label,
.is-dark-form .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container):not(.is-tooltip-field) .nf-field-label,
.is-dark-form .nf-form-layout .nf-form-content .email-container:not(.is-tooltip-field) .nf-field-label,
.is-dark-form .nf-form-layout .nf-form-content .phone-container:not(.is-tooltip-field) .nf-field-label,
.is-dark-form .nf-form-layout .nf-form-content .number-container:not(.is-range-slider):not(.is-tooltip-field) .nf-field-label,
.is-dark-form .nf-form-layout .nf-form-content .zip-container:not(.is-tooltip-field) .nf-field-label,
.is-dark-form .nf-form-layout .nf-form-content .password-container:not(.is-tooltip-field) .nf-field-label,
.is-dark-form .nf-form-layout .nf-form-content .passwordconfirm-container:not(.is-tooltip-field) .nf-field-label,
.is-dark-form .nf-form-layout .nf-form-content .listselect-container:not(.is-tooltip-field) .nf-field-label,
.is-dark-form .nf-form-layout .nf-form-content .listcountry-container:not(.is-tooltip-field) .nf-field-label,
.is-dark-form .nf-form-layout .nf-form-content .textarea-container:not(.is-tooltip-field) .nf-field-label,
.is-dark-form .nf-form-layout .nf-form-content .date-container:not(.is-tooltip-field) .nf-field-label {
  color: #ffffff;
  background: #24242B;
}
.nf-form-layout .nf-form-content .firstname-container:not(.is-tooltip-field) .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container:not(.is-tooltip-field) .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container:not(.is-tooltip-field) .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container:not(.is-tooltip-field) .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container):not(.is-tooltip-field) .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container):not(.is-tooltip-field) .nf-field-label label,
.nf-form-layout .nf-form-content .email-container:not(.is-tooltip-field) .nf-field-label,
.nf-form-layout .nf-form-content .email-container:not(.is-tooltip-field) .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container:not(.is-tooltip-field) .nf-field-label,
.nf-form-layout .nf-form-content .phone-container:not(.is-tooltip-field) .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider):not(.is-tooltip-field) .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider):not(.is-tooltip-field) .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container:not(.is-tooltip-field) .nf-field-label,
.nf-form-layout .nf-form-content .zip-container:not(.is-tooltip-field) .nf-field-label label,
.nf-form-layout .nf-form-content .password-container:not(.is-tooltip-field) .nf-field-label,
.nf-form-layout .nf-form-content .password-container:not(.is-tooltip-field) .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container:not(.is-tooltip-field) .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container:not(.is-tooltip-field) .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container:not(.is-tooltip-field) .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container:not(.is-tooltip-field) .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container:not(.is-tooltip-field) .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container:not(.is-tooltip-field) .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container:not(.is-tooltip-field) .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container:not(.is-tooltip-field) .nf-field-label label,
.nf-form-layout .nf-form-content .date-container:not(.is-tooltip-field) .nf-field-label,
.nf-form-layout .nf-form-content .date-container:not(.is-tooltip-field) .nf-field-label label {
  transition: all 0.35s ease;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container):not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container):not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .email-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider):not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider):not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .password-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .date-container:not(.is-tooltip-field) .nf-field-label label {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .firstname-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container):not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container):not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .email-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider):not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider):not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .password-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .date-container:not(.is-tooltip-field) .nf-field-label label {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container):not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container):not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .email-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider):not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider):not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .password-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .date-container:not(.is-tooltip-field) .nf-field-label label {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container):not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container):not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .email-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider):not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider):not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .password-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container:not(.is-tooltip-field) .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container:not(.is-tooltip-field) .nf-field-label,
  .nf-form-layout .nf-form-content .date-container:not(.is-tooltip-field) .nf-field-label label {
    line-height: 1.62;
  }
}
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field {
  margin-top: 3rem;
}
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field .nf-field-description,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field .nf-field-description,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field .nf-field-description,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field .nf-field-description,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field .nf-field-description,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field .nf-field-description,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field .nf-field-description,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field .nf-field-description,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field .nf-field-description,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field .nf-field-description,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field .nf-field-description,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field .nf-field-description,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field .nf-field-description {
  display: none;
}
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field .nf-field-label {
  display: inline-flex;
  order: -1;
  transform: translateY(calc(-100% - 1.5rem));
  align-items: center;
}
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field .nf-field-label .is-tooltip-icon,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field .nf-field-label .is-tooltip-icon,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field .nf-field-label .is-tooltip-icon,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field .nf-field-label .is-tooltip-icon,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field .nf-field-label .is-tooltip-icon,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field .nf-field-label .is-tooltip-icon,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field .nf-field-label .is-tooltip-icon,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field .nf-field-label .is-tooltip-icon,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field .nf-field-label .is-tooltip-icon,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field .nf-field-label .is-tooltip-icon,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field .nf-field-label .is-tooltip-icon,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field .nf-field-label .is-tooltip-icon,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field .nf-field-label .is-tooltip-icon {
  width: 24px;
  height: 24px;
  display: block;
  content: "";
  margin-left: 0.5rem;
  min-width: 24px;
  align-self: flex-start;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23323232' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M11.009 11.25h1.15v4.25M11 15.5h2.31M12.1 8.246a.25.25 0 1 1-.25-.25'/%3E%3Cpath d='M11.85 7.996a.25.25 0 0 1 .25.25'/%3E%3Cpath d='M18.239 3H5.76A2.761 2.761 0 0 0 3 5.761V18.24A2.761 2.761 0 0 0 5.761 21H18.24A2.761 2.761 0 0 0 21 18.239V5.76A2.761 2.761 0 0 0 18.239 3Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field .nf-field-label label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field .nf-field-label label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field .nf-field-label label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field .nf-field-label label {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field .nf-field-label label {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field .nf-field-label label {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field .nf-field-label label {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field .nf-field-label label {
    line-height: 1.52;
  }
}
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label {
  top: -0.65rem;
  left: 0.75rem;
  z-index: 5;
}
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label {
  transition: all 0.35s ease-in-out;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.68rem;
  line-height: 1.63;
  letter-spacing: 0.004em;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label {
    font-size: calc(0.68rem + 0.07 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field .date-wrap.nf-pass .nf-field-label label {
    line-height: 1.66;
  }
}
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field {
  position: absolute;
}
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label {
  top: 0;
  left: 0;
  z-index: 5;
}
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:focus + .nf-field-label label {
    line-height: 1.52;
  }
}
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label {
  top: 0;
  left: 0;
  z-index: 5;
}
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label {
  top: 0;
  left: 0;
  z-index: 5;
}
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
}
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label {
    font-weight: 500;
  }
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label {
    font-size: 1.18rem;
  }
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label {
    line-height: 1.52;
  }
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container).is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider).is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container.is-tooltip-field input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label {
    line-height: 1.52;
  }
}
.nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field,
.nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field,
.nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field,
.nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field,
.nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .email-container select.ninja-forms-field,
.nf-form-layout .nf-form-content .email-container input.ninja-forms-field,
.nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .phone-container select.ninja-forms-field,
.nf-form-layout .nf-form-content .phone-container input.ninja-forms-field,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field,
.nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .zip-container select.ninja-forms-field,
.nf-form-layout .nf-form-content .zip-container input.ninja-forms-field,
.nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .password-container select.ninja-forms-field,
.nf-form-layout .nf-form-content .password-container input.ninja-forms-field,
.nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field,
.nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field,
.nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field,
.nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field,
.nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field,
.nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field,
.nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field,
.nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field,
.nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .date-container select.ninja-forms-field,
.nf-form-layout .nf-form-content .date-container input.ninja-forms-field {
  position: absolute;
  display: block;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
  line-height: 1 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.875rem 1rem;
  z-index: 1;
  outline: none;
  border: none;
  color: #24242B;
  background-clip: padding-box;
  background-color: transparent;
  transition: all 0.35s ease-in-out;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field {
    line-height: 1.62;
  }
}
.is-dark-form .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .email-container select.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .email-container input.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .password-container select.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .password-container input.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .date-container select.ninja-forms-field,
.is-dark-form .nf-form-layout .nf-form-content .date-container input.ninja-forms-field {
  color: #ffffff;
}
.nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .email-container select.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .email-container input.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .password-container select.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .password-container input.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .date-container select.ninja-forms-field::-moz-placeholder, .nf-form-layout .nf-form-content .date-container input.ninja-forms-field::-moz-placeholder {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .email-container select.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .email-container input.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .phone-container select.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .phone-container input.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .zip-container select.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .zip-container input.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .password-container select.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .password-container input.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .date-container select.ninja-forms-field::placeholder,
.nf-form-layout .nf-form-content .date-container input.ninja-forms-field::placeholder {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .email-container select.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .email-container input.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .phone-container select.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .phone-container input.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .zip-container select.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .zip-container input.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .password-container select.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .password-container input.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .date-container select.ninja-forms-field[disabled],
.nf-form-layout .nf-form-content .date-container input.ninja-forms-field[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}
.nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field[disabled] ~ .nf-field-label, .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .email-container select.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container select.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .email-container input.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container input.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container select.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container select.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container input.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container input.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container select.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container select.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container input.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container input.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .password-container select.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container select.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .password-container input.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container input.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .date-container select.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container select.ninja-forms-field[disabled] + .nf-field-label,
.nf-form-layout .nf-form-content .date-container input.ninja-forms-field[disabled] ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container input.ninja-forms-field[disabled] + .nf-field-label {
  opacity: 0.8;
  cursor: not-allowed;
}
.nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label, .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:focus ~ .nf-field-label, .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container input.ninja-forms-field:focus + .nf-field-label {
  top: -0.65rem;
  left: 0.75rem;
  z-index: 5;
}
.nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:focus ~ .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .email-container select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .email-container select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .email-container select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .email-container input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .email-container input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .email-container input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .email-container input.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .password-container select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .password-container select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .password-container select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .password-container input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .password-container input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .password-container input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .password-container input.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .date-container select.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container select.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .date-container select.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .date-container select.ninja-forms-field:focus + .nf-field-label label,
.nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
.nf-form-layout .nf-form-content .date-container input.ninja-forms-field:focus ~ .nf-field-label,
.nf-form-layout .nf-form-content .date-container input.ninja-forms-field:focus ~ .nf-field-label label,
.nf-form-layout .nf-form-content .date-container input.ninja-forms-field:focus + .nf-field-label,
.nf-form-layout .nf-form-content .date-container input.ninja-forms-field:focus + .nf-field-label label {
  transition: all 0.35s ease-in-out;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.68rem;
  line-height: 1.63;
  letter-spacing: 0.004em;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:focus ~ .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:focus + .nf-field-label label {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:focus ~ .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:focus + .nf-field-label label {
    font-size: calc(0.68rem + 0.07 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:focus ~ .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:focus + .nf-field-label label {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:focus ~ .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:focus + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not([value=""]):valid ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:focus ~ .nf-field-label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:focus ~ .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:focus + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:focus + .nf-field-label label {
    line-height: 1.66;
  }
}
.nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label {
  top: -0.65rem;
  left: 0.75rem;
  z-index: 5;
}
.nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label {
  top: -0.65rem;
  left: 0.75rem;
  z-index: 5;
}
.nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.68rem;
  line-height: 1.63;
  letter-spacing: 0.004em;
}
.nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
.nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
.nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.68rem;
  line-height: 1.63;
  letter-spacing: 0.004em;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label {
    font-weight: 400;
  }
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label {
    font-size: calc(0.68rem + 0.07 * (100vw - 375px) / 649);
  }
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label {
    font-size: calc(0.68rem + 0.07 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label {
    font-size: 0.75rem;
  }
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label, .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label, .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not(:-moz-placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label {
    line-height: 1.66;
  }
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .firstname-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .lastname-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .email-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .phone-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .zip-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .password-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .passwordconfirm-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listselect-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .listcountry-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .textarea-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container select.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label,
  .nf-form-layout .nf-form-content .date-container input.ninja-forms-field:not(:placeholder-shown).ninja-forms-field:not(:focus) + .nf-field-label label {
    line-height: 1.66;
  }
}
.nf-form-layout .nf-form-content .firstname-container textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .lastname-container textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .email-container textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .phone-container textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .zip-container textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .password-container textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .passwordconfirm-container textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .listselect-container textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .listcountry-container textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .textarea-container textarea.ninja-forms-field,
.nf-form-layout .nf-form-content .date-container textarea.ninja-forms-field {
  height: 20rem;
  min-height: 20rem;
  max-height: 20rem;
}
.nf-form-layout .nf-form-content .firstname-container .nf-field-description,
.nf-form-layout .nf-form-content .lastname-container .nf-field-description,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) .nf-field-description,
.nf-form-layout .nf-form-content .email-container .nf-field-description,
.nf-form-layout .nf-form-content .phone-container .nf-field-description,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) .nf-field-description,
.nf-form-layout .nf-form-content .zip-container .nf-field-description,
.nf-form-layout .nf-form-content .password-container .nf-field-description,
.nf-form-layout .nf-form-content .passwordconfirm-container .nf-field-description,
.nf-form-layout .nf-form-content .listselect-container .nf-field-description,
.nf-form-layout .nf-form-content .listcountry-container .nf-field-description,
.nf-form-layout .nf-form-content .textarea-container .nf-field-description,
.nf-form-layout .nf-form-content .date-container .nf-field-description {
  order: 20;
  margin-top: 0.25rem;
  padding-left: 1rem;
}
.nf-form-layout .nf-form-content .firstname-container .nf-field-description,
.nf-form-layout .nf-form-content .firstname-container .nf-field-description *,
.nf-form-layout .nf-form-content .lastname-container .nf-field-description,
.nf-form-layout .nf-form-content .lastname-container .nf-field-description *,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) .nf-field-description,
.nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) .nf-field-description *,
.nf-form-layout .nf-form-content .email-container .nf-field-description,
.nf-form-layout .nf-form-content .email-container .nf-field-description *,
.nf-form-layout .nf-form-content .phone-container .nf-field-description,
.nf-form-layout .nf-form-content .phone-container .nf-field-description *,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) .nf-field-description,
.nf-form-layout .nf-form-content .number-container:not(.is-range-slider) .nf-field-description *,
.nf-form-layout .nf-form-content .zip-container .nf-field-description,
.nf-form-layout .nf-form-content .zip-container .nf-field-description *,
.nf-form-layout .nf-form-content .password-container .nf-field-description,
.nf-form-layout .nf-form-content .password-container .nf-field-description *,
.nf-form-layout .nf-form-content .passwordconfirm-container .nf-field-description,
.nf-form-layout .nf-form-content .passwordconfirm-container .nf-field-description *,
.nf-form-layout .nf-form-content .listselect-container .nf-field-description,
.nf-form-layout .nf-form-content .listselect-container .nf-field-description *,
.nf-form-layout .nf-form-content .listcountry-container .nf-field-description,
.nf-form-layout .nf-form-content .listcountry-container .nf-field-description *,
.nf-form-layout .nf-form-content .textarea-container .nf-field-description,
.nf-form-layout .nf-form-content .textarea-container .nf-field-description *,
.nf-form-layout .nf-form-content .date-container .nf-field-description,
.nf-form-layout .nf-form-content .date-container .nf-field-description * {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.68rem;
  line-height: 1.63;
  letter-spacing: 0.004em;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container .nf-field-description,
  .nf-form-layout .nf-form-content .firstname-container .nf-field-description *,
  .nf-form-layout .nf-form-content .lastname-container .nf-field-description,
  .nf-form-layout .nf-form-content .lastname-container .nf-field-description *,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) .nf-field-description,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) .nf-field-description *,
  .nf-form-layout .nf-form-content .email-container .nf-field-description,
  .nf-form-layout .nf-form-content .email-container .nf-field-description *,
  .nf-form-layout .nf-form-content .phone-container .nf-field-description,
  .nf-form-layout .nf-form-content .phone-container .nf-field-description *,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) .nf-field-description,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) .nf-field-description *,
  .nf-form-layout .nf-form-content .zip-container .nf-field-description,
  .nf-form-layout .nf-form-content .zip-container .nf-field-description *,
  .nf-form-layout .nf-form-content .password-container .nf-field-description,
  .nf-form-layout .nf-form-content .password-container .nf-field-description *,
  .nf-form-layout .nf-form-content .passwordconfirm-container .nf-field-description,
  .nf-form-layout .nf-form-content .passwordconfirm-container .nf-field-description *,
  .nf-form-layout .nf-form-content .listselect-container .nf-field-description,
  .nf-form-layout .nf-form-content .listselect-container .nf-field-description *,
  .nf-form-layout .nf-form-content .listcountry-container .nf-field-description,
  .nf-form-layout .nf-form-content .listcountry-container .nf-field-description *,
  .nf-form-layout .nf-form-content .textarea-container .nf-field-description,
  .nf-form-layout .nf-form-content .textarea-container .nf-field-description *,
  .nf-form-layout .nf-form-content .date-container .nf-field-description,
  .nf-form-layout .nf-form-content .date-container .nf-field-description * {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .firstname-container .nf-field-description,
  .nf-form-layout .nf-form-content .firstname-container .nf-field-description *,
  .nf-form-layout .nf-form-content .lastname-container .nf-field-description,
  .nf-form-layout .nf-form-content .lastname-container .nf-field-description *,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) .nf-field-description,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) .nf-field-description *,
  .nf-form-layout .nf-form-content .email-container .nf-field-description,
  .nf-form-layout .nf-form-content .email-container .nf-field-description *,
  .nf-form-layout .nf-form-content .phone-container .nf-field-description,
  .nf-form-layout .nf-form-content .phone-container .nf-field-description *,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) .nf-field-description,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) .nf-field-description *,
  .nf-form-layout .nf-form-content .zip-container .nf-field-description,
  .nf-form-layout .nf-form-content .zip-container .nf-field-description *,
  .nf-form-layout .nf-form-content .password-container .nf-field-description,
  .nf-form-layout .nf-form-content .password-container .nf-field-description *,
  .nf-form-layout .nf-form-content .passwordconfirm-container .nf-field-description,
  .nf-form-layout .nf-form-content .passwordconfirm-container .nf-field-description *,
  .nf-form-layout .nf-form-content .listselect-container .nf-field-description,
  .nf-form-layout .nf-form-content .listselect-container .nf-field-description *,
  .nf-form-layout .nf-form-content .listcountry-container .nf-field-description,
  .nf-form-layout .nf-form-content .listcountry-container .nf-field-description *,
  .nf-form-layout .nf-form-content .textarea-container .nf-field-description,
  .nf-form-layout .nf-form-content .textarea-container .nf-field-description *,
  .nf-form-layout .nf-form-content .date-container .nf-field-description,
  .nf-form-layout .nf-form-content .date-container .nf-field-description * {
    font-size: calc(0.68rem + 0.07 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container .nf-field-description,
  .nf-form-layout .nf-form-content .firstname-container .nf-field-description *,
  .nf-form-layout .nf-form-content .lastname-container .nf-field-description,
  .nf-form-layout .nf-form-content .lastname-container .nf-field-description *,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) .nf-field-description,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) .nf-field-description *,
  .nf-form-layout .nf-form-content .email-container .nf-field-description,
  .nf-form-layout .nf-form-content .email-container .nf-field-description *,
  .nf-form-layout .nf-form-content .phone-container .nf-field-description,
  .nf-form-layout .nf-form-content .phone-container .nf-field-description *,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) .nf-field-description,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) .nf-field-description *,
  .nf-form-layout .nf-form-content .zip-container .nf-field-description,
  .nf-form-layout .nf-form-content .zip-container .nf-field-description *,
  .nf-form-layout .nf-form-content .password-container .nf-field-description,
  .nf-form-layout .nf-form-content .password-container .nf-field-description *,
  .nf-form-layout .nf-form-content .passwordconfirm-container .nf-field-description,
  .nf-form-layout .nf-form-content .passwordconfirm-container .nf-field-description *,
  .nf-form-layout .nf-form-content .listselect-container .nf-field-description,
  .nf-form-layout .nf-form-content .listselect-container .nf-field-description *,
  .nf-form-layout .nf-form-content .listcountry-container .nf-field-description,
  .nf-form-layout .nf-form-content .listcountry-container .nf-field-description *,
  .nf-form-layout .nf-form-content .textarea-container .nf-field-description,
  .nf-form-layout .nf-form-content .textarea-container .nf-field-description *,
  .nf-form-layout .nf-form-content .date-container .nf-field-description,
  .nf-form-layout .nf-form-content .date-container .nf-field-description * {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .firstname-container .nf-field-description,
  .nf-form-layout .nf-form-content .firstname-container .nf-field-description *,
  .nf-form-layout .nf-form-content .lastname-container .nf-field-description,
  .nf-form-layout .nf-form-content .lastname-container .nf-field-description *,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) .nf-field-description,
  .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) .nf-field-description *,
  .nf-form-layout .nf-form-content .email-container .nf-field-description,
  .nf-form-layout .nf-form-content .email-container .nf-field-description *,
  .nf-form-layout .nf-form-content .phone-container .nf-field-description,
  .nf-form-layout .nf-form-content .phone-container .nf-field-description *,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) .nf-field-description,
  .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) .nf-field-description *,
  .nf-form-layout .nf-form-content .zip-container .nf-field-description,
  .nf-form-layout .nf-form-content .zip-container .nf-field-description *,
  .nf-form-layout .nf-form-content .password-container .nf-field-description,
  .nf-form-layout .nf-form-content .password-container .nf-field-description *,
  .nf-form-layout .nf-form-content .passwordconfirm-container .nf-field-description,
  .nf-form-layout .nf-form-content .passwordconfirm-container .nf-field-description *,
  .nf-form-layout .nf-form-content .listselect-container .nf-field-description,
  .nf-form-layout .nf-form-content .listselect-container .nf-field-description *,
  .nf-form-layout .nf-form-content .listcountry-container .nf-field-description,
  .nf-form-layout .nf-form-content .listcountry-container .nf-field-description *,
  .nf-form-layout .nf-form-content .textarea-container .nf-field-description,
  .nf-form-layout .nf-form-content .textarea-container .nf-field-description *,
  .nf-form-layout .nf-form-content .date-container .nf-field-description,
  .nf-form-layout .nf-form-content .date-container .nf-field-description * {
    line-height: 1.66;
  }
}
.is-dark-form .nf-form-layout .nf-form-content .firstname-container .nf-field-description,
.is-dark-form .nf-form-layout .nf-form-content .firstname-container .nf-field-description *,
.is-dark-form .nf-form-layout .nf-form-content .lastname-container .nf-field-description,
.is-dark-form .nf-form-layout .nf-form-content .lastname-container .nf-field-description *,
.is-dark-form .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) .nf-field-description,
.is-dark-form .nf-form-layout .nf-form-content .textbox-container:not(.submit-container):not(.file_upload-container):not(.repeater-container) .nf-field-description *,
.is-dark-form .nf-form-layout .nf-form-content .email-container .nf-field-description,
.is-dark-form .nf-form-layout .nf-form-content .email-container .nf-field-description *,
.is-dark-form .nf-form-layout .nf-form-content .phone-container .nf-field-description,
.is-dark-form .nf-form-layout .nf-form-content .phone-container .nf-field-description *,
.is-dark-form .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) .nf-field-description,
.is-dark-form .nf-form-layout .nf-form-content .number-container:not(.is-range-slider) .nf-field-description *,
.is-dark-form .nf-form-layout .nf-form-content .zip-container .nf-field-description,
.is-dark-form .nf-form-layout .nf-form-content .zip-container .nf-field-description *,
.is-dark-form .nf-form-layout .nf-form-content .password-container .nf-field-description,
.is-dark-form .nf-form-layout .nf-form-content .password-container .nf-field-description *,
.is-dark-form .nf-form-layout .nf-form-content .passwordconfirm-container .nf-field-description,
.is-dark-form .nf-form-layout .nf-form-content .passwordconfirm-container .nf-field-description *,
.is-dark-form .nf-form-layout .nf-form-content .listselect-container .nf-field-description,
.is-dark-form .nf-form-layout .nf-form-content .listselect-container .nf-field-description *,
.is-dark-form .nf-form-layout .nf-form-content .listcountry-container .nf-field-description,
.is-dark-form .nf-form-layout .nf-form-content .listcountry-container .nf-field-description *,
.is-dark-form .nf-form-layout .nf-form-content .textarea-container .nf-field-description,
.is-dark-form .nf-form-layout .nf-form-content .textarea-container .nf-field-description *,
.is-dark-form .nf-form-layout .nf-form-content .date-container .nf-field-description,
.is-dark-form .nf-form-layout .nf-form-content .date-container .nf-field-description * {
  color: #ffffff;
}

.nf-form-layout .nf-form-content .starrating-container .starrating-wrap .nf-field-element {
  width: auto;
  display: flex;
  flex-direction: column-reverse;
}
.nf-form-layout .nf-form-content .starrating-container .starrating-wrap .nf-field-element .nf-field-label {
  padding-left: 0;
  align-items: flex-end;
}
.nf-form-layout .nf-form-content .starrating-container .starrating-wrap .nf-field-element .nf-field-label,
.nf-form-layout .nf-form-content .starrating-container .starrating-wrap .nf-field-element .nf-field-label * {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .starrating-container .starrating-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .starrating-container .starrating-wrap .nf-field-element .nf-field-label * {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .starrating-container .starrating-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .starrating-container .starrating-wrap .nf-field-element .nf-field-label * {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .starrating-container .starrating-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .starrating-container .starrating-wrap .nf-field-element .nf-field-label * {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .starrating-container .starrating-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .starrating-container .starrating-wrap .nf-field-element .nf-field-label * {
    line-height: 1.62;
  }
}
.is-dark-form .nf-form-layout .nf-form-content .starrating-container .starrating-wrap .nf-field-element .nf-field-label,
.is-dark-form .nf-form-layout .nf-form-content .starrating-container .starrating-wrap .nf-field-element .nf-field-label * {
  color: #ffffff;
}
.nf-form-layout .nf-form-content .starrating-container .stars {
  display: flex;
  flex-direction: row;
}
.nf-form-layout .nf-form-content .starrating-container .star {
  transition: 120ms transform ease-in-out;
  background-image: none;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #24242B;
  margin-right: 1rem;
  float: none;
}
.nf-form-layout .nf-form-content .starrating-container .star.fullStar {
  border: 1px solid #89B2AA;
  background-color: #89B2AA;
}

.nf-form-layout .nf-form-content .html-container.starrating-description {
  margin-bottom: 3.5rem !important;
}
.nf-form-layout .nf-form-content .html-container.starrating-description .nf-field-element {
  padding-left: 1rem;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.68rem;
  line-height: 1.63;
  letter-spacing: 0.004em;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container.starrating-description .nf-field-element {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .html-container.starrating-description .nf-field-element {
    font-size: calc(0.68rem + 0.07 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container.starrating-description .nf-field-element {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container.starrating-description .nf-field-element {
    line-height: 1.66;
  }
}
.is-dark-form .nf-form-layout .nf-form-content .html-container.starrating-description .nf-field-element {
  color: #ffffff;
}

.nf-form-layout .nf-form-content .html-container {
  margin-bottom: 1.5rem !important;
}
.nf-form-layout .nf-form-content .html-container.is-tooltip-field .field-wrap .nf-field-element .nf-field-label label {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container.is-tooltip-field .field-wrap .nf-field-element .nf-field-label label {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .html-container.is-tooltip-field .field-wrap .nf-field-element .nf-field-label label {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container.is-tooltip-field .field-wrap .nf-field-element .nf-field-label label {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container.is-tooltip-field .field-wrap .nf-field-element .nf-field-label label {
    line-height: 1.52;
  }
}
.nf-form-layout .nf-form-content .html-container.is-html-pulled-1 {
  margin-top: -1rem;
}
.nf-form-layout .nf-form-content .html-container.is-html-pulled-2 {
  margin-top: -2rem;
}
.nf-form-layout .nf-form-content .html-container.is-html-pulled-3 {
  margin-top: -3rem;
}
.nf-form-layout .nf-form-content .html-container.is-html-pulled-4 {
  margin-top: -4rem;
}
.nf-form-layout .nf-form-content .html-container.is-html-pulled-5 {
  margin-top: -5rem;
}
.nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element,
.nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element * {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element,
  .nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element * {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element,
  .nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element * {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element,
  .nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element * {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element,
  .nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element * {
    line-height: 1.62;
  }
}
.is-dark-form .nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element,
.is-dark-form .nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element * {
  color: #ffffff;
}
.nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element h4,
.nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element * h4 {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element h4,
  .nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element * h4 {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element h4,
  .nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element * h4 {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element h4,
  .nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element * h4 {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element h4,
  .nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element * h4 {
    line-height: 1.52;
  }
}
.nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element,
.nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element * {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element,
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element * {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element,
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element * {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element,
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element * {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element,
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element * {
    line-height: 1.62;
  }
}
.is-dark-form .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element,
.is-dark-form .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element * {
  color: #ffffff;
}
.nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element h2,
.nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element * h2 {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 1.43rem;
  line-height: 1.52;
  letter-spacing: 0.0025em;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element h2,
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element * h2 {
    font-weight: 300;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element h2,
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element * h2 {
    font-size: calc(1.43rem + 0.63 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element h2,
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element * h2 {
    font-size: 2.06rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element h2,
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element * h2 {
    line-height: 1.48;
  }
}
.nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element h3,
.nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element * h3 {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 1;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element h3,
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element * h3 {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element h3,
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element * h3 {
    font-size: calc(1.25rem + 0.18 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element h3,
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element * h3 {
    font-size: 1.43rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element h3,
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element * h3 {
    line-height: 1.48;
  }
}
.nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element h4,
.nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element * h4 {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element h4,
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element * h4 {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element h4,
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element * h4 {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element h4,
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element * h4 {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element h4,
  .nf-form-layout .nf-form-content .html-container .is-voltfang-style .nf-field-element * h4 {
    line-height: 1.52;
  }
}
.nf-form-layout .nf-form-content .html-container .nf-after-field {
  display: none;
}
.nf-form-layout .nf-form-content .html-container.is-tooltip-html {
  min-height: 40px;
}
.nf-form-layout .nf-form-content .html-container.is-tooltip-html .nf-field-element > * {
  display: none;
}
.nf-form-layout .nf-form-content .html-container.is-tooltip-html .nf-field-element .nf-field-label {
  display: inline-flex;
  align-items: center;
}
.nf-form-layout .nf-form-content .html-container.is-tooltip-html .nf-field-element .nf-field-label label {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.nf-form-layout .nf-form-content .html-container.is-tooltip-html .nf-field-element .nf-field-label label b {
  display: inline-block;
  margin: 0 0.5rem;
  font-weight: 700;
}
.nf-form-layout .nf-form-content .html-container.is-tooltip-html .nf-field-element .nf-field-label, .nf-form-layout .nf-form-content .html-container.is-tooltip-html .nf-field-element .nf-field-label * {
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
.nf-form-layout .nf-form-content .html-container.is-tooltip-html .nf-field-element .nf-field-label .is-tooltip-icon {
  width: 24px;
  height: 24px;
  display: block;
  content: "";
  margin-left: 0.5rem;
  background-repeat: no-repeat;
  min-width: 24px;
  align-self: flex-start;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23323232' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M11.009 11.25h1.15v4.25M11 15.5h2.31M12.1 8.246a.25.25 0 1 1-.25-.25'/%3E%3Cpath d='M11.85 7.996a.25.25 0 0 1 .25.25'/%3E%3Cpath d='M18.239 3H5.76A2.761 2.761 0 0 0 3 5.761V18.24A2.761 2.761 0 0 0 5.761 21H18.24A2.761 2.761 0 0 0 21 18.239V5.76A2.761 2.761 0 0 0 18.239 3Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.nf-form-layout .nf-form-content .checkbox-container,
.nf-form-layout .nf-form-content .listcheckbox-container {
  margin-bottom: 1.5rem !important;
}
.nf-form-layout .nf-form-content .checkbox-container.is-html-pulled-1,
.nf-form-layout .nf-form-content .listcheckbox-container.is-html-pulled-1 {
  margin-top: -1rem;
}
.nf-form-layout .nf-form-content .checkbox-container.is-html-pulled-2,
.nf-form-layout .nf-form-content .listcheckbox-container.is-html-pulled-2 {
  margin-top: -2rem;
}
.nf-form-layout .nf-form-content .checkbox-container.is-html-pulled-3,
.nf-form-layout .nf-form-content .listcheckbox-container.is-html-pulled-3 {
  margin-top: -3rem;
}
.nf-form-layout .nf-form-content .checkbox-container.is-html-pulled-4,
.nf-form-layout .nf-form-content .listcheckbox-container.is-html-pulled-4 {
  margin-top: -4rem;
}
.nf-form-layout .nf-form-content .checkbox-container.is-html-pulled-5,
.nf-form-layout .nf-form-content .listcheckbox-container.is-html-pulled-5 {
  margin-top: -5rem;
}
.nf-form-layout .nf-form-content .checkbox-container.is-html-pulled-bottom-1,
.nf-form-layout .nf-form-content .listcheckbox-container.is-html-pulled-bottom-1 {
  margin-bottom: -1rem !important;
}
.nf-form-layout .nf-form-content .checkbox-container.is-html-pulled-bottom-2,
.nf-form-layout .nf-form-content .listcheckbox-container.is-html-pulled-bottom-2 {
  margin-bottom: -2rem !important;
}
.nf-form-layout .nf-form-content .checkbox-container.is-html-pulled-bottom-3,
.nf-form-layout .nf-form-content .listcheckbox-container.is-html-pulled-bottom-3 {
  margin-bottom: -3rem !important;
}
.nf-form-layout .nf-form-content .checkbox-container.is-html-pulled-bottom-4,
.nf-form-layout .nf-form-content .listcheckbox-container.is-html-pulled-bottom-4 {
  margin-bottom: -4rem !important;
}
.nf-form-layout .nf-form-content .checkbox-container.is-html-pulled-bottom-5,
.nf-form-layout .nf-form-content .listcheckbox-container.is-html-pulled-bottom-5 {
  margin-bottom: -5rem !important;
}
.nf-form-layout .nf-form-content .checkbox-container.is-headlined-h4 .nf-field .listcheckbox-wrap .nf-field-label label, .nf-form-layout .nf-form-content .checkbox-container.is-headlined-h4 .nf-field .listcheckbox-wrap .nf-field-label .nf-label-span,
.nf-form-layout .nf-form-content .listcheckbox-container.is-headlined-h4 .nf-field .listcheckbox-wrap .nf-field-label label,
.nf-form-layout .nf-form-content .listcheckbox-container.is-headlined-h4 .nf-field .listcheckbox-wrap .nf-field-label .nf-label-span {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .checkbox-container.is-headlined-h4 .nf-field .listcheckbox-wrap .nf-field-label label, .nf-form-layout .nf-form-content .checkbox-container.is-headlined-h4 .nf-field .listcheckbox-wrap .nf-field-label .nf-label-span,
  .nf-form-layout .nf-form-content .listcheckbox-container.is-headlined-h4 .nf-field .listcheckbox-wrap .nf-field-label label,
  .nf-form-layout .nf-form-content .listcheckbox-container.is-headlined-h4 .nf-field .listcheckbox-wrap .nf-field-label .nf-label-span {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .checkbox-container.is-headlined-h4 .nf-field .listcheckbox-wrap .nf-field-label label, .nf-form-layout .nf-form-content .checkbox-container.is-headlined-h4 .nf-field .listcheckbox-wrap .nf-field-label .nf-label-span,
  .nf-form-layout .nf-form-content .listcheckbox-container.is-headlined-h4 .nf-field .listcheckbox-wrap .nf-field-label label,
  .nf-form-layout .nf-form-content .listcheckbox-container.is-headlined-h4 .nf-field .listcheckbox-wrap .nf-field-label .nf-label-span {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .checkbox-container.is-headlined-h4 .nf-field .listcheckbox-wrap .nf-field-label label, .nf-form-layout .nf-form-content .checkbox-container.is-headlined-h4 .nf-field .listcheckbox-wrap .nf-field-label .nf-label-span,
  .nf-form-layout .nf-form-content .listcheckbox-container.is-headlined-h4 .nf-field .listcheckbox-wrap .nf-field-label label,
  .nf-form-layout .nf-form-content .listcheckbox-container.is-headlined-h4 .nf-field .listcheckbox-wrap .nf-field-label .nf-label-span {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .checkbox-container.is-headlined-h4 .nf-field .listcheckbox-wrap .nf-field-label label, .nf-form-layout .nf-form-content .checkbox-container.is-headlined-h4 .nf-field .listcheckbox-wrap .nf-field-label .nf-label-span,
  .nf-form-layout .nf-form-content .listcheckbox-container.is-headlined-h4 .nf-field .listcheckbox-wrap .nf-field-label label,
  .nf-form-layout .nf-form-content .listcheckbox-container.is-headlined-h4 .nf-field .listcheckbox-wrap .nf-field-label .nf-label-span {
    line-height: 1.52;
  }
}
.nf-form-layout .nf-form-content .checkbox-container.is-headlined-h4 .nf-field .listcheckbox-wrap .nf-field-label label .ninja-forms-req-symbol, .nf-form-layout .nf-form-content .checkbox-container.is-headlined-h4 .nf-field .listcheckbox-wrap .nf-field-label .nf-label-span .ninja-forms-req-symbol,
.nf-form-layout .nf-form-content .listcheckbox-container.is-headlined-h4 .nf-field .listcheckbox-wrap .nf-field-label label .ninja-forms-req-symbol,
.nf-form-layout .nf-form-content .listcheckbox-container.is-headlined-h4 .nf-field .listcheckbox-wrap .nf-field-label .nf-label-span .ninja-forms-req-symbol {
  display: none;
}
.nf-form-layout .nf-form-content .checkbox-container.is-tooltip-field .nf-field-description,
.nf-form-layout .nf-form-content .listcheckbox-container.is-tooltip-field .nf-field-description {
  display: none;
}
.nf-form-layout .nf-form-content .checkbox-container.is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .listcheckbox-container.is-tooltip-field .nf-field-label {
  display: inline-flex;
  margin-bottom: 2rem;
  align-items: center;
}
.nf-form-layout .nf-form-content .checkbox-container.is-tooltip-field .nf-field-label:after,
.nf-form-layout .nf-form-content .listcheckbox-container.is-tooltip-field .nf-field-label:after {
  order: -1;
  width: 24px;
  height: 24px;
  display: block;
  content: "";
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  min-width: 24px;
  align-self: flex-start;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23323232' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M11.009 11.25h1.15v4.25M11 15.5h2.31M12.1 8.246a.25.25 0 1 1-.25-.25'/%3E%3Cpath d='M11.85 7.996a.25.25 0 0 1 .25.25'/%3E%3Cpath d='M18.239 3H5.76A2.761 2.761 0 0 0 3 5.761V18.24A2.761 2.761 0 0 0 5.761 21H18.24A2.761 2.761 0 0 0 21 18.239V5.76A2.761 2.761 0 0 0 18.239 3Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.nf-form-layout .nf-form-content .checkbox-container.is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .checkbox-container.is-tooltip-field .nf-field-label label,
.nf-form-layout .nf-form-content .listcheckbox-container.is-tooltip-field .nf-field-label,
.nf-form-layout .nf-form-content .listcheckbox-container.is-tooltip-field .nf-field-label label {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .checkbox-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .checkbox-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .listcheckbox-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .listcheckbox-container.is-tooltip-field .nf-field-label label {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .checkbox-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .checkbox-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .listcheckbox-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .listcheckbox-container.is-tooltip-field .nf-field-label label {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .checkbox-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .checkbox-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .listcheckbox-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .listcheckbox-container.is-tooltip-field .nf-field-label label {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .checkbox-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .checkbox-container.is-tooltip-field .nf-field-label label,
  .nf-form-layout .nf-form-content .listcheckbox-container.is-tooltip-field .nf-field-label,
  .nf-form-layout .nf-form-content .listcheckbox-container.is-tooltip-field .nf-field-label label {
    line-height: 1.52;
  }
}
.nf-form-layout .nf-form-content .checkbox-container.is-checkbox-list-inline .listcheckbox-wrap .nf-field-element ul,
.nf-form-layout .nf-form-content .listcheckbox-container.is-checkbox-list-inline .listcheckbox-wrap .nf-field-element ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.nf-form-layout .nf-form-content .checkbox-container.is-checkbox-list-inline .listcheckbox-wrap .nf-field-element ul input[type=checkbox],
.nf-form-layout .nf-form-content .listcheckbox-container.is-checkbox-list-inline .listcheckbox-wrap .nf-field-element ul input[type=checkbox] {
  margin-top: 0;
  margin-right: 1rem;
}
.nf-form-layout .nf-form-content .checkbox-container.is-checkbox-list-inline .listcheckbox-wrap .nf-field-element ul label,
.nf-form-layout .nf-form-content .listcheckbox-container.is-checkbox-list-inline .listcheckbox-wrap .nf-field-element ul label {
  margin-top: 0;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .checkbox-container.is-checkbox-list-inline .listcheckbox-wrap .nf-field-element ul label,
  .nf-form-layout .nf-form-content .listcheckbox-container.is-checkbox-list-inline .listcheckbox-wrap .nf-field-element ul label {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .checkbox-container.is-checkbox-list-inline .listcheckbox-wrap .nf-field-element ul label,
  .nf-form-layout .nf-form-content .listcheckbox-container.is-checkbox-list-inline .listcheckbox-wrap .nf-field-element ul label {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .checkbox-container.is-checkbox-list-inline .listcheckbox-wrap .nf-field-element ul label,
  .nf-form-layout .nf-form-content .listcheckbox-container.is-checkbox-list-inline .listcheckbox-wrap .nf-field-element ul label {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .checkbox-container.is-checkbox-list-inline .listcheckbox-wrap .nf-field-element ul label,
  .nf-form-layout .nf-form-content .listcheckbox-container.is-checkbox-list-inline .listcheckbox-wrap .nf-field-element ul label {
    line-height: 1.62;
  }
}
.nf-form-layout .nf-form-content .checkbox-container.is-checkbox-list-inline .listcheckbox-wrap .nf-field-element ul label.has-tooltip,
.nf-form-layout .nf-form-content .listcheckbox-container.is-checkbox-list-inline .listcheckbox-wrap .nf-field-element ul label.has-tooltip {
  position: relative;
  padding-right: 40px;
}
.nf-form-layout .nf-form-content .checkbox-container.is-checkbox-list-inline .listcheckbox-wrap .nf-field-element ul label.has-tooltip .is-tooltip-icon,
.nf-form-layout .nf-form-content .listcheckbox-container.is-checkbox-list-inline .listcheckbox-wrap .nf-field-element ul label.has-tooltip .is-tooltip-icon {
  order: -1;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 6px;
  top: -2px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23323232' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M11.009 11.25h1.15v4.25M11 15.5h2.31M12.1 8.246a.25.25 0 1 1-.25-.25'/%3E%3Cpath d='M11.85 7.996a.25.25 0 0 1 .25.25'/%3E%3Cpath d='M18.239 3H5.76A2.761 2.761 0 0 0 3 5.761V18.24A2.761 2.761 0 0 0 5.761 21H18.24A2.761 2.761 0 0 0 21 18.239V5.76A2.761 2.761 0 0 0 18.239 3Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.nf-form-layout .nf-form-content .checkbox-container.is-checkbox-list-inline .listcheckbox-wrap .nf-field-element ul label.has-tooltip .nf-field-description,
.nf-form-layout .nf-form-content .listcheckbox-container.is-checkbox-list-inline .listcheckbox-wrap .nf-field-element ul label.has-tooltip .nf-field-description {
  display: none;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .checkbox-container.one-cols .listcheckbox-wrap .nf-field-element ul, .nf-form-layout .nf-form-content .checkbox-container.two-cols .listcheckbox-wrap .nf-field-element ul,
  .nf-form-layout .nf-form-content .listcheckbox-container.one-cols .listcheckbox-wrap .nf-field-element ul,
  .nf-form-layout .nf-form-content .listcheckbox-container.two-cols .listcheckbox-wrap .nf-field-element ul {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    display: block;
  }
  .nf-form-layout .nf-form-content .checkbox-container.one-cols .listcheckbox-wrap .nf-field-element ul li, .nf-form-layout .nf-form-content .checkbox-container.two-cols .listcheckbox-wrap .nf-field-element ul li,
  .nf-form-layout .nf-form-content .listcheckbox-container.one-cols .listcheckbox-wrap .nf-field-element ul li,
  .nf-form-layout .nf-form-content .listcheckbox-container.two-cols .listcheckbox-wrap .nf-field-element ul li {
    margin-bottom: 1.5rem !important;
    align-items: flex-start;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    -webkit-column-break-inside: avoid;
  }
  .nf-form-layout .nf-form-content .checkbox-container.one-cols .listcheckbox-wrap .nf-field-element ul li label, .nf-form-layout .nf-form-content .checkbox-container.two-cols .listcheckbox-wrap .nf-field-element ul li label,
  .nf-form-layout .nf-form-content .listcheckbox-container.one-cols .listcheckbox-wrap .nf-field-element ul li label,
  .nf-form-layout .nf-form-content .listcheckbox-container.two-cols .listcheckbox-wrap .nf-field-element ul li label {
    font-family: "Poppins", helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.85;
    letter-spacing: 0.005em;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .checkbox-container.one-cols .listcheckbox-wrap .nf-field-element ul li label, .nf-form-layout .nf-form-content .checkbox-container.two-cols .listcheckbox-wrap .nf-field-element ul li label,
  .nf-form-layout .nf-form-content .listcheckbox-container.one-cols .listcheckbox-wrap .nf-field-element ul li label,
  .nf-form-layout .nf-form-content .listcheckbox-container.two-cols .listcheckbox-wrap .nf-field-element ul li label {
    font-weight: 400;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .nf-form-layout .nf-form-content .checkbox-container.one-cols .listcheckbox-wrap .nf-field-element ul li label, .nf-form-layout .nf-form-content .checkbox-container.two-cols .listcheckbox-wrap .nf-field-element ul li label,
  .nf-form-layout .nf-form-content .listcheckbox-container.one-cols .listcheckbox-wrap .nf-field-element ul li label,
  .nf-form-layout .nf-form-content .listcheckbox-container.two-cols .listcheckbox-wrap .nf-field-element ul li label {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .checkbox-container.one-cols .listcheckbox-wrap .nf-field-element ul li label, .nf-form-layout .nf-form-content .checkbox-container.two-cols .listcheckbox-wrap .nf-field-element ul li label,
  .nf-form-layout .nf-form-content .listcheckbox-container.one-cols .listcheckbox-wrap .nf-field-element ul li label,
  .nf-form-layout .nf-form-content .listcheckbox-container.two-cols .listcheckbox-wrap .nf-field-element ul li label {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .checkbox-container.one-cols .listcheckbox-wrap .nf-field-element ul li label, .nf-form-layout .nf-form-content .checkbox-container.two-cols .listcheckbox-wrap .nf-field-element ul li label,
  .nf-form-layout .nf-form-content .listcheckbox-container.one-cols .listcheckbox-wrap .nf-field-element ul li label,
  .nf-form-layout .nf-form-content .listcheckbox-container.two-cols .listcheckbox-wrap .nf-field-element ul li label {
    line-height: 1.62;
  }
}
.nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element,
.nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element {
  flex-direction: column-reverse;
}
.nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap li,
.nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap li {
  display: flex;
}
.nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap li label,
.nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap li label {
  margin: auto 0;
}
.nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap input[type=checkbox],
.nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap input[type=checkbox] {
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.nf-form-layout .nf-form-content .checkbox-container.is-small-checkbox .checkbox-wrap input[type=checkbox],
.nf-form-layout .nf-form-content .checkbox-container.is-small-checkbox .listcheckbox-wrap input[type=checkbox],
.nf-form-layout .nf-form-content .listcheckbox-container.is-small-checkbox .checkbox-wrap input[type=checkbox],
.nf-form-layout .nf-form-content .listcheckbox-container.is-small-checkbox .listcheckbox-wrap input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: grid;
  place-content: center;
  width: 1.5rem !important;
  height: 1.5rem !important;
  border: 1px solid #24242B;
  margin: 0 0.5rem 0 0;
}
.is-dark-form .nf-form-layout .nf-form-content .checkbox-container.is-small-checkbox .checkbox-wrap input[type=checkbox],
.is-dark-form .nf-form-layout .nf-form-content .checkbox-container.is-small-checkbox .listcheckbox-wrap input[type=checkbox],
.is-dark-form .nf-form-layout .nf-form-content .listcheckbox-container.is-small-checkbox .checkbox-wrap input[type=checkbox],
.is-dark-form .nf-form-layout .nf-form-content .listcheckbox-container.is-small-checkbox .listcheckbox-wrap input[type=checkbox] {
  border-color: #ffffff;
}
.nf-form-layout .nf-form-content .checkbox-container.is-small-checkbox .checkbox-wrap input[type=checkbox]:before,
.nf-form-layout .nf-form-content .checkbox-container.is-small-checkbox .listcheckbox-wrap input[type=checkbox]:before,
.nf-form-layout .nf-form-content .listcheckbox-container.is-small-checkbox .checkbox-wrap input[type=checkbox]:before,
.nf-form-layout .nf-form-content .listcheckbox-container.is-small-checkbox .listcheckbox-wrap input[type=checkbox]:before {
  content: "";
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  border: none;
  transform-origin: center center;
  width: 1.5rem;
  height: 1.5rem;
}
.nf-form-layout .nf-form-content .checkbox-container.is-small-checkbox .checkbox-wrap input[type=checkbox]:checked::before,
.nf-form-layout .nf-form-content .checkbox-container.is-small-checkbox .listcheckbox-wrap input[type=checkbox]:checked::before,
.nf-form-layout .nf-form-content .listcheckbox-container.is-small-checkbox .checkbox-wrap input[type=checkbox]:checked::before,
.nf-form-layout .nf-form-content .listcheckbox-container.is-small-checkbox .listcheckbox-wrap input[type=checkbox]:checked::before {
  transform: scale(0.75) rotate(10deg);
}
.nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap.nf-error input[type=checkbox],
.nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap.nf-error input[type=checkbox],
.nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap.nf-error input[type=checkbox],
.nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap.nf-error input[type=checkbox] {
  border-color: #B3261E;
}
.nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element,
.nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element,
.nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element,
.nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element {
  width: auto;
  display: flex;
}
.nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label,
.nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label,
.nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label,
.nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label {
  padding-left: 0;
  align-items: flex-end;
}
.nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label,
.nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label *,
.nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label,
.nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label *,
.nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label,
.nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label *,
.nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label,
.nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label *,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label *,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label *,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label *,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label *,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label *,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label *,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label *,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label *,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label *,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label *,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label *,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * {
    line-height: 1.62;
  }
}
.nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label .ninja-forms-req-symbol,
.nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label * .ninja-forms-req-symbol,
.nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label .ninja-forms-req-symbol,
.nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * .ninja-forms-req-symbol,
.nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label .ninja-forms-req-symbol,
.nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label * .ninja-forms-req-symbol,
.nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label .ninja-forms-req-symbol,
.nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * .ninja-forms-req-symbol {
  display: none;
}
.is-dark-form .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label,
.is-dark-form .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label *,
.is-dark-form .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label,
.is-dark-form .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label *,
.is-dark-form .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label,
.is-dark-form .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label *,
.is-dark-form .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label,
.is-dark-form .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * {
  color: #ffffff;
}
.nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label h3,
.nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label * h3,
.nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label h3,
.nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * h3,
.nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label h3,
.nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label * h3,
.nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label h3,
.nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * h3 {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 1;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label h3,
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label * h3,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label h3,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * h3,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label h3,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label * h3,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label h3,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * h3 {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label h3,
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label * h3,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label h3,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * h3,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label h3,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label * h3,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label h3,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * h3 {
    font-size: calc(1.25rem + 0.18 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label h3,
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label * h3,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label h3,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * h3,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label h3,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label * h3,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label h3,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * h3 {
    font-size: 1.43rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label h3,
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label * h3,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label h3,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * h3,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label h3,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label * h3,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label h3,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * h3 {
    line-height: 1.48;
  }
}
.nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label h4,
.nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label * h4,
.nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label h4,
.nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * h4,
.nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label h4,
.nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label * h4,
.nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label h4,
.nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * h4 {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label h4,
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label * h4,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label h4,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * h4,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label h4,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label * h4,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label h4,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * h4 {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label h4,
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label * h4,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label h4,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * h4,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label h4,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label * h4,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label h4,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * h4 {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label h4,
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label * h4,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label h4,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * h4,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label h4,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label * h4,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label h4,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * h4 {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label h4,
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element .nf-field-label * h4,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label h4,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * h4,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label h4,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-element .nf-field-label * h4,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label h4,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-element .nf-field-label * h4 {
    line-height: 1.52;
  }
}
.nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-description,
.nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-description,
.nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-description,
.nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-description {
  margin-right: 0;
  margin-top: 0.75rem;
  order: 20;
}
.nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-description,
.nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-description *,
.nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-description,
.nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-description *,
.nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-description,
.nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-description *,
.nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-description,
.nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-description * {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.68rem;
  line-height: 1.63;
  letter-spacing: 0.004em;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-description,
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-description *,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-description,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-description *,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-description,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-description *,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-description,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-description * {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-description,
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-description *,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-description,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-description *,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-description,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-description *,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-description,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-description * {
    font-size: calc(0.68rem + 0.07 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-description,
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-description *,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-description,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-description *,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-description,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-description *,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-description,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-description * {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-description,
  .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-description *,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-description,
  .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-description *,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-description,
  .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-description *,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-description,
  .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-description * {
    line-height: 1.66;
  }
}
.is-dark-form .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-description,
.is-dark-form .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap .nf-field-description *,
.is-dark-form .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-description,
.is-dark-form .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap .nf-field-description *,
.is-dark-form .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-description,
.is-dark-form .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap .nf-field-description *,
.is-dark-form .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-description,
.is-dark-form .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap .nf-field-description * {
  color: #ffffff;
}
.nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap input[type=checkbox],
.nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap input[type=checkbox],
.nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap input[type=checkbox],
.nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: grid;
  place-content: center;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 0.5rem;
  border: 1px solid #24242B;
  margin-right: 1.5rem;
}
.is-dark-form .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap input[type=checkbox],
.is-dark-form .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap input[type=checkbox],
.is-dark-form .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap input[type=checkbox],
.is-dark-form .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap input[type=checkbox] {
  border-color: #ffffff;
}
.nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap input[type=checkbox]:before,
.nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap input[type=checkbox]:before,
.nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap input[type=checkbox]:before,
.nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap input[type=checkbox]:before {
  content: "";
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  border: none;
  transform-origin: center center;
  -webkit-clip-path: polygon(20% 48%, 41% 64%, 81% 15%, 94% 24%, 43% 88%, 9% 60%);
          clip-path: polygon(20% 48%, 41% 64%, 81% 15%, 94% 24%, 43% 88%, 9% 60%);
  background: #24242B;
  width: 1.5rem;
  height: 1.5rem;
}
.is-dark-form .nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap input[type=checkbox]:before,
.is-dark-form .nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap input[type=checkbox]:before,
.is-dark-form .nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap input[type=checkbox]:before,
.is-dark-form .nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap input[type=checkbox]:before {
  background: #ffffff;
}
.nf-form-layout .nf-form-content .checkbox-container .checkbox-wrap input[type=checkbox]:checked::before,
.nf-form-layout .nf-form-content .checkbox-container .listcheckbox-wrap input[type=checkbox]:checked::before,
.nf-form-layout .nf-form-content .listcheckbox-container .checkbox-wrap input[type=checkbox]:checked::before,
.nf-form-layout .nf-form-content .listcheckbox-container .listcheckbox-wrap input[type=checkbox]:checked::before {
  transform: scale(0.75) rotate(10deg);
}

.nf-form-layout .nf-form-content .listradio-container.is-html-pulled-1 {
  margin-top: -1rem;
}
.nf-form-layout .nf-form-content .listradio-container.is-html-pulled-2 {
  margin-top: -2rem;
}
.nf-form-layout .nf-form-content .listradio-container.is-html-pulled-3 {
  margin-top: -3rem;
}
.nf-form-layout .nf-form-content .listradio-container.is-headlined-h4 .nf-field .listradio-wrap .nf-field-label label, .nf-form-layout .nf-form-content .listradio-container.is-headlined-h4 .nf-field .listradio-wrap .nf-field-label .nf-label-span {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
  margin-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container.is-headlined-h4 .nf-field .listradio-wrap .nf-field-label label, .nf-form-layout .nf-form-content .listradio-container.is-headlined-h4 .nf-field .listradio-wrap .nf-field-label .nf-label-span {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .listradio-container.is-headlined-h4 .nf-field .listradio-wrap .nf-field-label label, .nf-form-layout .nf-form-content .listradio-container.is-headlined-h4 .nf-field .listradio-wrap .nf-field-label .nf-label-span {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container.is-headlined-h4 .nf-field .listradio-wrap .nf-field-label label, .nf-form-layout .nf-form-content .listradio-container.is-headlined-h4 .nf-field .listradio-wrap .nf-field-label .nf-label-span {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container.is-headlined-h4 .nf-field .listradio-wrap .nf-field-label label, .nf-form-layout .nf-form-content .listradio-container.is-headlined-h4 .nf-field .listradio-wrap .nf-field-label .nf-label-span {
    line-height: 1.52;
  }
}
.nf-form-layout .nf-form-content .listradio-container.is-headlined-h4 .nf-field .listradio-wrap .nf-field-label label .ninja-forms-req-symbol, .nf-form-layout .nf-form-content .listradio-container.is-headlined-h4 .nf-field .listradio-wrap .nf-field-label .nf-label-span .ninja-forms-req-symbol {
  display: none;
}
.nf-form-layout .nf-form-content .listradio-container.is-tooltip-field .nf-field-description {
  display: none;
}
.nf-form-layout .nf-form-content .listradio-container.is-tooltip-field .listradio-wrap .nf-field-element .nf-field-label {
  display: inline-flex;
  margin-bottom: 2rem;
  align-items: center;
}
.nf-form-layout .nf-form-content .listradio-container.is-tooltip-field .listradio-wrap .nf-field-element .nf-field-label .is-tooltip-icon {
  order: -1;
  width: 24px;
  height: 24px;
  display: block;
  content: "";
  margin-right: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23323232' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M11.009 11.25h1.15v4.25M11 15.5h2.31M12.1 8.246a.25.25 0 1 1-.25-.25'/%3E%3Cpath d='M11.85 7.996a.25.25 0 0 1 .25.25'/%3E%3Cpath d='M18.239 3H5.76A2.761 2.761 0 0 0 3 5.761V18.24A2.761 2.761 0 0 0 5.761 21H18.24A2.761 2.761 0 0 0 21 18.239V5.76A2.761 2.761 0 0 0 18.239 3Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.nf-form-layout .nf-form-content .listradio-container.is-tooltip-field .listradio-wrap .nf-field-element .nf-field-label,
.nf-form-layout .nf-form-content .listradio-container.is-tooltip-field .listradio-wrap .nf-field-element .nf-field-label label,
.nf-form-layout .nf-form-content .listradio-container.is-tooltip-field .listradio-wrap .nf-field-element .nf-field-label .nf-label-span {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container.is-tooltip-field .listradio-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .listradio-container.is-tooltip-field .listradio-wrap .nf-field-element .nf-field-label label,
  .nf-form-layout .nf-form-content .listradio-container.is-tooltip-field .listradio-wrap .nf-field-element .nf-field-label .nf-label-span {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .listradio-container.is-tooltip-field .listradio-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .listradio-container.is-tooltip-field .listradio-wrap .nf-field-element .nf-field-label label,
  .nf-form-layout .nf-form-content .listradio-container.is-tooltip-field .listradio-wrap .nf-field-element .nf-field-label .nf-label-span {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container.is-tooltip-field .listradio-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .listradio-container.is-tooltip-field .listradio-wrap .nf-field-element .nf-field-label label,
  .nf-form-layout .nf-form-content .listradio-container.is-tooltip-field .listradio-wrap .nf-field-element .nf-field-label .nf-label-span {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container.is-tooltip-field .listradio-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .listradio-container.is-tooltip-field .listradio-wrap .nf-field-element .nf-field-label label,
  .nf-form-layout .nf-form-content .listradio-container.is-tooltip-field .listradio-wrap .nf-field-element .nf-field-label .nf-label-span {
    line-height: 1.52;
  }
}
.nf-form-layout .nf-form-content .listradio-container.is-radio-list-inline .listradio-wrap .nf-field-element ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.nf-form-layout .nf-form-content .listradio-container.is-radio-list-inline .listradio-wrap .nf-field-element ul li {
  align-items: flex-start !important;
}
.nf-form-layout .nf-form-content .listradio-container.is-radio-list-inline .listradio-wrap .nf-field-element ul input[type=radio] {
  margin-top: 0;
  margin-right: 1rem;
}
.nf-form-layout .nf-form-content .listradio-container.is-radio-list-inline .listradio-wrap .nf-field-element ul label {
  margin-top: 0;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container.is-radio-list-inline .listradio-wrap .nf-field-element ul label {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .listradio-container.is-radio-list-inline .listradio-wrap .nf-field-element ul label {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container.is-radio-list-inline .listradio-wrap .nf-field-element ul label {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container.is-radio-list-inline .listradio-wrap .nf-field-element ul label {
    line-height: 1.62;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container.one-cols .listradio-wrap .nf-field-element ul, .nf-form-layout .nf-form-content .listradio-container.two-cols .listradio-wrap .nf-field-element ul {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    display: block;
  }
  .nf-form-layout .nf-form-content .listradio-container.one-cols .listradio-wrap .nf-field-element ul li, .nf-form-layout .nf-form-content .listradio-container.two-cols .listradio-wrap .nf-field-element ul li {
    margin-bottom: 1.5rem !important;
    align-items: flex-start;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    -webkit-column-break-inside: avoid;
  }
  .nf-form-layout .nf-form-content .listradio-container.one-cols .listradio-wrap .nf-field-element ul li label, .nf-form-layout .nf-form-content .listradio-container.two-cols .listradio-wrap .nf-field-element ul li label {
    font-family: "Poppins", helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.85;
    letter-spacing: 0.005em;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container.one-cols .listradio-wrap .nf-field-element ul li label, .nf-form-layout .nf-form-content .listradio-container.two-cols .listradio-wrap .nf-field-element ul li label {
    font-weight: 400;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .nf-form-layout .nf-form-content .listradio-container.one-cols .listradio-wrap .nf-field-element ul li label, .nf-form-layout .nf-form-content .listradio-container.two-cols .listradio-wrap .nf-field-element ul li label {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container.one-cols .listradio-wrap .nf-field-element ul li label, .nf-form-layout .nf-form-content .listradio-container.two-cols .listradio-wrap .nf-field-element ul li label {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container.one-cols .listradio-wrap .nf-field-element ul li label, .nf-form-layout .nf-form-content .listradio-container.two-cols .listradio-wrap .nf-field-element ul li label {
    line-height: 1.62;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container.one-cols .listradio-wrap .nf-field-element ul {
    -moz-columns: 1;
         columns: 1;
    -moz-column-gap: 0;
         column-gap: 0;
    display: block;
  }
  .nf-form-layout .nf-form-content .listradio-container.one-cols .listradio-wrap .nf-field-element ul li {
    margin-bottom: 1rem !important;
  }
  .nf-form-layout .nf-form-content .listradio-container.one-cols .listradio-wrap .nf-field-element ul li:last-child {
    margin-bottom: 0 !important;
  }
}
.nf-form-layout .nf-form-content .listradio-container .listradio-wrap.nf-error input[type=radio] {
  border-color: #B3261E;
  box-shadow: 0 0 0 1px #b2361e;
}
.nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element {
  width: auto;
  display: flex;
  flex-direction: column-reverse;
}
.nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element ul {
  display: flex;
  flex-wrap: wrap;
}
.nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label {
  padding-left: 0;
  align-items: flex-end;
}
.nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label > span {
  display: flex;
}
.nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label,
.nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label * {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label * {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label * {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label * {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label * {
    line-height: 1.62;
  }
}
.is-dark-form .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label,
.is-dark-form .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label * {
  color: #ffffff;
}
.nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label h3,
.nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label * h3 {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 1;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label h3,
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label * h3 {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label h3,
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label * h3 {
    font-size: calc(1.25rem + 0.18 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label h3,
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label * h3 {
    font-size: 1.43rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label h3,
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label * h3 {
    line-height: 1.48;
  }
}
.nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label h4,
.nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label * h4 {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label h4,
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label * h4 {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label h4,
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label * h4 {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label h4,
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label * h4 {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label h4,
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element .nf-field-label * h4 {
    line-height: 1.52;
  }
}
.nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element li {
  display: flex;
  align-items: center;
  margin-right: 1rem !important;
}
@media (max-width: 1023.98px) {
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element li {
    margin-bottom: 1rem !important;
  }
}
.nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element li label {
  margin: auto 0;
}
.nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element li label.has-tooltip {
  position: relative;
  padding-right: 40px;
}
.nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element li label.has-tooltip .is-tooltip-icon {
  order: -1;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 6px;
  top: -2px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23323232' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M11.009 11.25h1.15v4.25M11 15.5h2.31M12.1 8.246a.25.25 0 1 1-.25-.25'/%3E%3Cpath d='M11.85 7.996a.25.25 0 0 1 .25.25'/%3E%3Cpath d='M18.239 3H5.76A2.761 2.761 0 0 0 3 5.761V18.24A2.761 2.761 0 0 0 5.761 21H18.24A2.761 2.761 0 0 0 21 18.239V5.76A2.761 2.761 0 0 0 18.239 3Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-element li label.has-tooltip .nf-field-description {
  display: none;
}
.nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-description {
  margin-right: 0;
  margin-top: 0.75rem;
  order: 20;
}
.nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-description,
.nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-description * {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.68rem;
  line-height: 1.63;
  letter-spacing: 0.004em;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-description,
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-description * {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-description,
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-description * {
    font-size: calc(0.68rem + 0.07 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-description,
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-description * {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-description,
  .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-description * {
    line-height: 1.66;
  }
}
.is-dark-form .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-description,
.is-dark-form .nf-form-layout .nf-form-content .listradio-container .listradio-wrap .nf-field-description * {
  color: #ffffff;
}
.nf-form-layout .nf-form-content .listradio-container .listradio-wrap input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: grid;
  place-content: center;
  width: 1.5rem !important;
  height: 1.5rem !important;
  border-radius: 50%;
  border: 1px solid #24242B;
  margin: 0 0.5rem 0 0;
}
.is-dark-form .nf-form-layout .nf-form-content .listradio-container .listradio-wrap input[type=radio] {
  border-color: #ffffff;
}
.nf-form-layout .nf-form-content .listradio-container .listradio-wrap input[type=radio]:before {
  content: "";
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  border: none;
  transform-origin: center center;
  -webkit-clip-path: circle(40%);
          clip-path: circle(40%);
  background: #89B2AA;
  width: 1.5rem;
  height: 1.5rem;
}
.nf-form-layout .nf-form-content .listradio-container .listradio-wrap input[type=radio]:checked::before {
  transform: scale(0.75) rotate(10deg);
}

.nf-form-layout .nf-form-content .submit-container .nf-after-field {
  display: none;
}
.nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element.is-align-right {
  margin-left: auto !important;
}
.nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element svg {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:hover svg {
  margin-left: 0.25rem;
}
.nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element:focus {
  outline: none !important;
}

.nf-form-layout .nf-form-content .repeater-container > .nf-field > div {
  display: flex;
  flex-direction: column;
}
.nf-form-layout .nf-form-content .repeater-container > .nf-field .nf-repeater-fieldsets fieldset {
  background: #ffffff;
  border: none;
  border-radius: 0.5rem;
  padding: 1rem;
}
.nf-form-layout .nf-form-content .repeater-container > .nf-field .nf-repeater-fieldsets fieldset legend {
  color: #24242B;
  word-break: break-word;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.66;
  letter-spacing: 0.0125em;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .repeater-container > .nf-field .nf-repeater-fieldsets fieldset legend {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .repeater-container > .nf-field .nf-repeater-fieldsets fieldset legend {
    font-size: calc(0.75rem + 0.25 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .repeater-container > .nf-field .nf-repeater-fieldsets fieldset legend {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .repeater-container > .nf-field .nf-repeater-fieldsets fieldset legend {
    line-height: 1.56;
  }
}
.nf-form-layout .nf-form-content .repeater-container > .nf-field .nf-repeater-fieldsets fieldset .nf-remove-fieldset {
  color: #24242B;
  border: none !important;
}
.nf-form-layout .nf-form-content .repeater-container > .nf-field .nf-repeater-fieldsets fieldset .nf-remove-fieldset:hover, .nf-form-layout .nf-form-content .repeater-container > .nf-field .nf-repeater-fieldsets fieldset .nf-remove-fieldset:focus, .nf-form-layout .nf-form-content .repeater-container > .nf-field .nf-repeater-fieldsets fieldset .nf-remove-fieldset:active {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.nf-form-layout .nf-form-content .repeater-container .nf-add-fieldset {
  align-self: flex-end;
}
hr.ninja-forms-field {
  border: none;
}

.nf-is-hidden {
  display: none;
}

.nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field-element {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field-description {
  order: 20;
  margin-top: 0.25rem;
  padding-left: 1rem;
}
.nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field-description,
.nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field-description * {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.68rem;
  line-height: 1.63;
  letter-spacing: 0.004em;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field-description,
  .nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field-description * {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field-description,
  .nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field-description * {
    font-size: calc(0.68rem + 0.07 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field-description,
  .nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field-description * {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field-description,
  .nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field-description * {
    line-height: 1.66;
  }
}
.is-dark-form .nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field-description,
.is-dark-form .nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field-description * {
  color: #ffffff;
}
.nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field .nf-field-element .nf-field-label {
  order: -1;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}
.nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field .nf-field-element .nf-field-label label, .nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field .nf-field-element .nf-field-label .nf-label-span {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
  margin-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field .nf-field-element .nf-field-label label, .nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field .nf-field-element .nf-field-label .nf-label-span {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field .nf-field-element .nf-field-label label, .nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field .nf-field-element .nf-field-label .nf-label-span {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field .nf-field-element .nf-field-label label, .nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field .nf-field-element .nf-field-label .nf-label-span {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field .nf-field-element .nf-field-label label, .nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field .nf-field-element .nf-field-label .nf-label-span {
    line-height: 1.52;
  }
}
.nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field .nf-field-element .nf-field-label label .ninja-forms-req-symbol, .nf-form-layout .nf-form-content .number-container.is-range-slider .nf-field .nf-field-element .nf-field-label .nf-label-span .ninja-forms-req-symbol {
  display: none;
}
.nf-form-layout .nf-form-content .number-container.is-range-slider.is-tooltip-field .nf-field-description {
  display: none;
}
.nf-form-layout .nf-form-content .number-container.is-range-slider.is-tooltip-field .nf-field .nf-field-element .nf-field-label {
  display: inline-flex;
  margin-bottom: 2rem;
  align-items: center;
}
.nf-form-layout .nf-form-content .number-container.is-range-slider.is-tooltip-field .nf-field .nf-field-element .nf-field-label .is-tooltip-icon {
  position: relative;
  top: -2px;
  order: -1;
  width: 24px;
  height: 24px;
  display: block;
  content: "";
  margin-left: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23323232' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M11.009 11.25h1.15v4.25M11 15.5h2.31M12.1 8.246a.25.25 0 1 1-.25-.25'/%3E%3Cpath d='M11.85 7.996a.25.25 0 0 1 .25.25'/%3E%3Cpath d='M18.239 3H5.76A2.761 2.761 0 0 0 3 5.761V18.24A2.761 2.761 0 0 0 5.761 21H18.24A2.761 2.761 0 0 0 21 18.239V5.76A2.761 2.761 0 0 0 18.239 3Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.nf-form-layout .nf-form-content .number-container.is-range-slider.is-tooltip-field .nf-field .nf-field-element .nf-field-label label {
  margin-bottom: 0;
  order: -2;
}
.nf-form-layout .nf-form-content .number-container.is-range-slider.is-tooltip-field .nf-field .nf-field-element .nf-field-label,
.nf-form-layout .nf-form-content .number-container.is-range-slider.is-tooltip-field .nf-field .nf-field-element .nf-field-label label,
.nf-form-layout .nf-form-content .number-container.is-range-slider.is-tooltip-field .nf-field .nf-field-element .nf-field-label .nf-label-span {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .number-container.is-range-slider.is-tooltip-field .nf-field .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .number-container.is-range-slider.is-tooltip-field .nf-field .nf-field-element .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container.is-range-slider.is-tooltip-field .nf-field .nf-field-element .nf-field-label .nf-label-span {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .number-container.is-range-slider.is-tooltip-field .nf-field .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .number-container.is-range-slider.is-tooltip-field .nf-field .nf-field-element .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container.is-range-slider.is-tooltip-field .nf-field .nf-field-element .nf-field-label .nf-label-span {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .number-container.is-range-slider.is-tooltip-field .nf-field .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .number-container.is-range-slider.is-tooltip-field .nf-field .nf-field-element .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container.is-range-slider.is-tooltip-field .nf-field .nf-field-element .nf-field-label .nf-label-span {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .number-container.is-range-slider.is-tooltip-field .nf-field .nf-field-element .nf-field-label,
  .nf-form-layout .nf-form-content .number-container.is-range-slider.is-tooltip-field .nf-field .nf-field-element .nf-field-label label,
  .nf-form-layout .nf-form-content .number-container.is-range-slider.is-tooltip-field .nf-field .nf-field-element .nf-field-label .nf-label-span {
    line-height: 1.52;
  }
}
.nf-form-layout .nf-form-content .number-container.is-range-slider input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #89B2AA;
}
.nf-form-layout .nf-form-content .number-container.is-range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #89B2AA;
}

.field-wrap.file_upload-wrap {
  max-width: 25rem;
  margin: 0 auto;
}
.inline-upload .field-wrap.file_upload-wrap {
  max-width: 100%;
}
.field-wrap.file_upload-wrap .nf-field-element {
  display: flex;
  flex-direction: column;
  order: 0;
}
.field-wrap.file_upload-wrap .nf-field-element .nf-field-label {
  order: -1;
}
.field-wrap.file_upload-wrap .nf-field-element .nf-field-label,
.field-wrap.file_upload-wrap .nf-field-element .nf-field-label label {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 1;
  color: #24242B;
}
@media (min-width: 1024px) {
  .field-wrap.file_upload-wrap .nf-field-element .nf-field-label,
  .field-wrap.file_upload-wrap .nf-field-element .nf-field-label label {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .field-wrap.file_upload-wrap .nf-field-element .nf-field-label,
  .field-wrap.file_upload-wrap .nf-field-element .nf-field-label label {
    font-size: calc(1.25rem + 0.18 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .field-wrap.file_upload-wrap .nf-field-element .nf-field-label,
  .field-wrap.file_upload-wrap .nf-field-element .nf-field-label label {
    font-size: 1.43rem;
  }
}
@media (min-width: 1024px) {
  .field-wrap.file_upload-wrap .nf-field-element .nf-field-label,
  .field-wrap.file_upload-wrap .nf-field-element .nf-field-label label {
    line-height: 1.48;
  }
}
.inline-upload .field-wrap.file_upload-wrap .nf-field-element .nf-field-label,
.inline-upload .field-wrap.file_upload-wrap .nf-field-element .nf-field-label label {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
}
@media (min-width: 1024px) {
  .inline-upload .field-wrap.file_upload-wrap .nf-field-element .nf-field-label,
  .inline-upload .field-wrap.file_upload-wrap .nf-field-element .nf-field-label label {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .inline-upload .field-wrap.file_upload-wrap .nf-field-element .nf-field-label,
  .inline-upload .field-wrap.file_upload-wrap .nf-field-element .nf-field-label label {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .inline-upload .field-wrap.file_upload-wrap .nf-field-element .nf-field-label,
  .inline-upload .field-wrap.file_upload-wrap .nf-field-element .nf-field-label label {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .inline-upload .field-wrap.file_upload-wrap .nf-field-element .nf-field-label,
  .inline-upload .field-wrap.file_upload-wrap .nf-field-element .nf-field-label label {
    line-height: 1.62;
  }
}
.field-wrap.file_upload-wrap .nf-field-element .nf-fu-progress {
  display: none;
}
.field-wrap.file_upload-wrap .nf-field-element .files_uploaded nf-section {
  display: flex;
  padding: 0.5rem;
  background: #C4D8D4;
  border: 1px solid #89B2AA;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
.field-wrap.file_upload-wrap .nf-field-element .files_uploaded nf-section,
.field-wrap.file_upload-wrap .nf-field-element .files_uploaded nf-section a,
.field-wrap.file_upload-wrap .nf-field-element .files_uploaded nf-section a.delete {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.68rem;
  line-height: 1.63;
  letter-spacing: 0.004em;
  color: #24242B;
}
@media (min-width: 1024px) {
  .field-wrap.file_upload-wrap .nf-field-element .files_uploaded nf-section,
  .field-wrap.file_upload-wrap .nf-field-element .files_uploaded nf-section a,
  .field-wrap.file_upload-wrap .nf-field-element .files_uploaded nf-section a.delete {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .field-wrap.file_upload-wrap .nf-field-element .files_uploaded nf-section,
  .field-wrap.file_upload-wrap .nf-field-element .files_uploaded nf-section a,
  .field-wrap.file_upload-wrap .nf-field-element .files_uploaded nf-section a.delete {
    font-size: calc(0.68rem + 0.07 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .field-wrap.file_upload-wrap .nf-field-element .files_uploaded nf-section,
  .field-wrap.file_upload-wrap .nf-field-element .files_uploaded nf-section a,
  .field-wrap.file_upload-wrap .nf-field-element .files_uploaded nf-section a.delete {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .field-wrap.file_upload-wrap .nf-field-element .files_uploaded nf-section,
  .field-wrap.file_upload-wrap .nf-field-element .files_uploaded nf-section a,
  .field-wrap.file_upload-wrap .nf-field-element .files_uploaded nf-section a.delete {
    line-height: 1.66;
  }
}
.field-wrap.file_upload-wrap .nf-field-element .files_uploaded nf-section p {
  display: flex;
  align-items: center;
  width: 100%;
}
.field-wrap.file_upload-wrap .nf-field-element .files_uploaded nf-section a,
.field-wrap.file_upload-wrap .nf-field-element .files_uploaded nf-section a.delete {
  margin-left: auto;
  background: #000;
  padding: 0.125rem 0.375rem;
  border-radius: 0.5rem;
  background: #89B2AA;
  color: #24242B;
  transition: all 300ms ease-in-out;
}
.field-wrap.file_upload-wrap .nf-field-element .files_uploaded nf-section a:hover,
.field-wrap.file_upload-wrap .nf-field-element .files_uploaded nf-section a.delete:hover {
  background: #EAEAEA;
  color: #24242B;
}
.field-wrap.file_upload-wrap .nf-field-element .nf-fu-fileinput-button {
  padding: 3rem 0.625rem 2.5rem;
  background: #ffffff;
  border: 2px dashed #24242B;
  outline: none;
  color: #24242B;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .field-wrap.file_upload-wrap .nf-field-element .nf-fu-fileinput-button {
    padding: 5rem 0.625rem 2.5rem;
  }
}
.field-wrap.file_upload-wrap .nf-field-element .nf-fu-fileinput-button .nf-fu-fileinput-button-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.5rem;
}
.inline-upload .field-wrap.file_upload-wrap .nf-field-element .nf-fu-fileinput-button {
  background: #FAFAFA;
}
.field-wrap.file_upload-wrap .nf-field-element .nf-fu-fileinput-button span {
  white-space: break-spaces;
}
.field-wrap.file_upload-wrap .nf-field-element .nf-fu-button-cancel {
  outline: none;
  display: none;
}
.field-wrap.file_upload-wrap .nf-field-description {
  text-align: center;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.68rem;
  line-height: 1.63;
  letter-spacing: 0.004em;
  color: #24242B;
}
@media (min-width: 1024px) {
  .field-wrap.file_upload-wrap .nf-field-description {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .field-wrap.file_upload-wrap .nf-field-description {
    font-size: calc(0.68rem + 0.07 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .field-wrap.file_upload-wrap .nf-field-description {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .field-wrap.file_upload-wrap .nf-field-description {
    line-height: 1.66;
  }
}

.nf-form-content .nf-multi-cell .nf-cell {
  padding: 0;
}
.nf-form-layout .nf-form-content {
  max-width: 1025px;
  margin: 0;
  padding: 0;
}
.is-full-width .nf-form-layout .nf-form-content {
  max-width: 100%;
}
.nf-form-layout .nf-form-content .nf-field-container {
  margin: 0;
}

nf-cells {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.nf-multi-cell .nf-cell {
  padding: 0;
}

.nf-after-form-content {
  max-width: 1025px;
}
.nf-after-form-content .nf-error-msg.nf-error-field-errors {
  margin-top: 1rem;
  background: #f1b0ac;
  border: 1px solid #B3261E;
  color: #B3261E;
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
}
@media (min-width: 1024px) {
  .nf-after-form-content .nf-error-msg.nf-error-field-errors {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .nf-after-form-content .nf-error-msg.nf-error-field-errors {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-after-form-content .nf-error-msg.nf-error-field-errors {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .nf-after-form-content .nf-error-msg.nf-error-field-errors {
    line-height: 1.62;
  }
}

.is-nf-message {
  background: #f1b0ac;
  border: 1px solid #B3261E;
  color: #B3261E;
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
}
@media (min-width: 1024px) {
  .is-nf-message {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .is-nf-message {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .is-nf-message {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .is-nf-message {
    line-height: 1.62;
  }
}

.c-form-overview {
  background: #ffffff;
  padding: 2rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
}

.c-form-overview__item {
  display: flex;
  flex-basis: 50%;
  margin-bottom: 2rem;
}
.c-form-overview__item:last-of-type {
  margin-bottom: 0;
}
.c-form-overview__item.c-form-overview__item--section {
  border-bottom: 1px solid #24242B;
}

.c-form-overview__item-label {
  color: #24242B;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
  font-weight: 500 !important;
  width: 50%;
}
@media (min-width: 1024px) {
  .c-form-overview__item-label {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .c-form-overview__item-label {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-form-overview__item-label {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-form-overview__item-label {
    line-height: 1.62;
  }
}
.nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element .c-form-overview__item--section .c-form-overview__item-label {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 1;
  width: 100%;
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element .c-form-overview__item--section .c-form-overview__item-label {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element .c-form-overview__item--section .c-form-overview__item-label {
    font-size: calc(1.25rem + 0.18 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element .c-form-overview__item--section .c-form-overview__item-label {
    font-size: 1.43rem;
  }
}
@media (min-width: 1024px) {
  .nf-form-layout .nf-form-content .html-container:not(.is-voltfang-style) .nf-field-element .c-form-overview__item--section .c-form-overview__item-label {
    line-height: 1.48;
  }
}

.c-form-overview__item-value {
  color: #24242B;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
  width: 50%;
}
@media (min-width: 1024px) {
  .c-form-overview__item-value {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .c-form-overview__item-value {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-form-overview__item-value {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-form-overview__item-value {
    line-height: 1.62;
  }
}
.c-form-overview__item-value span:empty:before {
  content: "-";
}

.nf-field-container.listimage-container {
  margin-bottom: 2rem !important;
}
.nf-field-container.listimage-container.is-headlined .nf-field .listimage-wrap .nf-field-label label {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 1;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container.is-headlined .nf-field .listimage-wrap .nf-field-label label {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-field-container.listimage-container.is-headlined .nf-field .listimage-wrap .nf-field-label label {
    font-size: calc(1.25rem + 0.18 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-field-container.listimage-container.is-headlined .nf-field .listimage-wrap .nf-field-label label {
    font-size: 1.43rem;
  }
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container.is-headlined .nf-field .listimage-wrap .nf-field-label label {
    line-height: 1.48;
  }
}
.nf-field-container.listimage-container.is-headlined .nf-field .listimage-wrap .nf-field-label label .ninja-forms-req-symbol {
  display: none;
}
.nf-field-container.listimage-container.is-headlined-h4 .nf-field .listimage-wrap .nf-field-label label {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container.is-headlined-h4 .nf-field .listimage-wrap .nf-field-label label {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-field-container.listimage-container.is-headlined-h4 .nf-field .listimage-wrap .nf-field-label label {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-field-container.listimage-container.is-headlined-h4 .nf-field .listimage-wrap .nf-field-label label {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container.is-headlined-h4 .nf-field .listimage-wrap .nf-field-label label {
    line-height: 1.52;
  }
}
.nf-field-container.listimage-container.is-headlined-h4 .nf-field .listimage-wrap .nf-field-label label .ninja-forms-req-symbol {
  display: none;
}
.nf-field-container.listimage-container.is-tooltip-field .nf-field-description {
  display: none;
}
.nf-field-container.listimage-container.is-tooltip-field .nf-field .listimage-wrap .nf-field-label {
  display: inline-flex;
  order: -1;
  align-items: center;
  margin-bottom: 2rem !important;
}
.nf-field-container.listimage-container.is-tooltip-field .nf-field .listimage-wrap .nf-field-label .is-tooltip-icon {
  width: 24px;
  height: 24px;
  display: block;
  content: "";
  margin-left: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23323232' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M11.009 11.25h1.15v4.25M11 15.5h2.31M12.1 8.246a.25.25 0 1 1-.25-.25'/%3E%3Cpath d='M11.85 7.996a.25.25 0 0 1 .25.25'/%3E%3Cpath d='M18.239 3H5.76A2.761 2.761 0 0 0 3 5.761V18.24A2.761 2.761 0 0 0 5.761 21H18.24A2.761 2.761 0 0 0 21 18.239V5.76A2.761 2.761 0 0 0 18.239 3Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  top: -2px;
  position: relative;
}
.nf-field-container.listimage-container.is-tooltip-field .nf-field .listimage-wrap .nf-field-label,
.nf-field-container.listimage-container.is-tooltip-field .nf-field .listimage-wrap .nf-field-label label {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container.is-tooltip-field .nf-field .listimage-wrap .nf-field-label,
  .nf-field-container.listimage-container.is-tooltip-field .nf-field .listimage-wrap .nf-field-label label {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-field-container.listimage-container.is-tooltip-field .nf-field .listimage-wrap .nf-field-label,
  .nf-field-container.listimage-container.is-tooltip-field .nf-field .listimage-wrap .nf-field-label label {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-field-container.listimage-container.is-tooltip-field .nf-field .listimage-wrap .nf-field-label,
  .nf-field-container.listimage-container.is-tooltip-field .nf-field .listimage-wrap .nf-field-label label {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container.is-tooltip-field .nf-field .listimage-wrap .nf-field-label,
  .nf-field-container.listimage-container.is-tooltip-field .nf-field .listimage-wrap .nf-field-label label {
    line-height: 1.52;
  }
}
.nf-field-container.listimage-container[class*=is-listimage-1-] .nf-field .listimage-wrap .listimage__ul {
  grid-column-gap: 0.75rem !important;
  grid-row-gap: 0.75rem !important;
  display: flex !important;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container[class*=is-listimage-1-] .nf-field .listimage-wrap .listimage__ul {
    grid-column-gap: 1.25rem !important;
    grid-row-gap: 1.25rem !important;
  }
}
.nf-field-container.listimage-container[class*=is-listimage-1-] .nf-field .listimage-wrap .listimage__ul li {
  width: 100%;
  height: auto;
  margin: 0 !important;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container[class*=is-listimage-1-2] .nf-field .listimage-wrap .listimage__ul li {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container[class*=is-listimage-1-3] .nf-field .listimage-wrap .listimage__ul li {
    width: calc(33% - 0.75rem);
  }
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container[class*=is-listimage-1-4] .nf-field .listimage-wrap .listimage__ul li {
    width: calc(25% - 0.75rem);
  }
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container[class*=is-listimage-1-5] .nf-field .listimage-wrap .listimage__ul li {
    width: calc(20% - 0.75rem);
  }
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .nf-field-description {
  margin-right: 0;
  margin-top: 0.75rem;
  order: 20;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .nf-field-description,
.nf-field-container.listimage-container .nf-field .listimage-wrap .nf-field-description * {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.68rem;
  line-height: 1.63;
  letter-spacing: 0.004em;
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .nf-field-description,
  .nf-field-container.listimage-container .nf-field .listimage-wrap .nf-field-description * {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .nf-field-description,
  .nf-field-container.listimage-container .nf-field .listimage-wrap .nf-field-description * {
    font-size: calc(0.68rem + 0.07 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .nf-field-description,
  .nf-field-container.listimage-container .nf-field .listimage-wrap .nf-field-description * {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .nf-field-description,
  .nf-field-container.listimage-container .nf-field .listimage-wrap .nf-field-description * {
    line-height: 1.66;
  }
}
.is-dark-form .nf-field-container.listimage-container .nf-field .listimage-wrap .nf-field-description,
.is-dark-form .nf-field-container.listimage-container .nf-field .listimage-wrap .nf-field-description * {
  color: #ffffff;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .nf-field-element {
  display: flex;
  flex-direction: column;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .nf-field-label {
  order: -1;
  margin-bottom: 0;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .nf-field-label label {
  margin-bottom: 1.25rem;
  color: #24242B;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.57;
  letter-spacing: 0.001em;
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .nf-field-label label {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .nf-field-label label {
    font-size: calc(0.875rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .nf-field-label label {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .nf-field-label label {
    line-height: 1.57;
  }
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul {
  margin: 0;
  padding: 0;
  grid-column-gap: 1rem !important;
  grid-row-gap: 1rem !important;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul .listimage__li .listimage__label {
  cursor: pointer !important;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul .listimage__li .listimage__label:hover {
  cursor: pointer !important;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul:not(.listimage__ul--small) {
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--description {
  grid-column-gap: 0.75rem !important;
  grid-row-gap: 0.75rem !important;
  display: flex !important;
  flex-wrap: wrap;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--small {
  grid-column-gap: 0.75rem !important;
  grid-row-gap: 0.75rem !important;
  display: flex !important;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul {
    grid-column-gap: 2rem !important;
    grid-row-gap: 2rem !important;
  }
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--description {
    grid-column-gap: 1.5rem !important;
    grid-row-gap: 1.5rem !important;
  }
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--small {
    grid-column-gap: 2.5rem !important;
    grid-row-gap: 2.5rem !important;
  }
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul--small .listimage__li {
  width: 4.275rem;
  height: auto;
  margin: 0 !important;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul--small .listimage__li {
    width: 4.625rem;
  }
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul--small .listimage__li .listimage__label {
  background: transparent;
  border-radius: 0;
  border: none;
  min-height: 0;
  padding: 0;
  cursor: pointer;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul--small .listimage__li .listimage__label.nf-checked-label .listimage__header {
  border-color: #89B2AA;
  background-color: #C4D8D4;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul--small .listimage__li .listimage__header {
  margin-bottom: 0;
  border-radius: 8px;
  background: #FAFAFA;
  border: 1px solid #FAFAFA;
  padding: 0.5rem;
  align-items: center;
  justify-content: center;
  height: 4.275rem;
  margin-bottom: 0.875rem;
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul--small .listimage__li .listimage__header {
    padding: 0.75rem;
    height: 4.25rem;
  }
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul--small .listimage__li .listimage__image {
  margin-right: 0;
  width: 100%;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul--small .listimage__li .listimage__text {
  display: none;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul--small .listimage__li .listimage__desc {
  color: #24242B;
  text-align: center;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap.nf-error .listimage__label {
  border-color: #B3261E;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul--description .listimage__li {
  width: 45%;
  height: auto;
  margin: 0 !important;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul--description .listimage__li {
    width: 30%;
  }
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul--description .listimage__label {
  padding: 0;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul--description .listimage__header {
  flex-direction: column;
  align-items: flex-start;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  overflow: hidden;
  margin-bottom: 0;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul--description .listimage__text {
  padding: 0 1rem;
  text-align: left;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul--description .listimage__image {
  width: 100%;
  height: auto;
  margin: 0 0 0.25rem;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul--description .listimage__desc {
  padding: 1rem;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__label {
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  background: #FAFAFA;
  border: 1px solid #FAFAFA;
  min-height: 10rem;
  padding: 1rem;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__label.nf-checked-label {
  border-color: #89B2AA;
  background-color: #C4D8D4;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__header {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__image {
  width: 1.5rem;
  height: auto;
  margin-right: 0.75rem;
  flex-shrink: 0;
  border-radius: 0;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__text {
  margin-bottom: 0;
  color: #24242B;
  word-break: break-word;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.66;
  letter-spacing: 0.0125em;
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__text {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__text {
    font-size: calc(0.75rem + 0.25 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__text {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__text {
    line-height: 1.56;
  }
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__desc {
  width: 100%;
  margin-bottom: 0;
  color: #ADAEB3;
  word-break: break-word;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.68rem;
  line-height: 1.63;
  letter-spacing: 0.004em;
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__desc {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__desc {
    font-size: calc(0.68rem + 0.07 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__desc {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__desc {
    line-height: 1.66;
  }
}
.nf-field-container.listimage-container .nf-field .listimage-wrap.nf-error .nf-field-element ul {
  border: none;
}

.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-10 .listimage__li--tooltip {
  position: relative;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-10 .listimage__li--tooltip .is-tooltip-icon {
  position: absolute;
  right: 6px;
  top: 6px;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-10 .listimage__li--tooltip .is-tooltip-icon:after {
  width: 18px;
  height: 18px;
  display: block;
  content: "";
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23323232' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M11.009 11.25h1.15v4.25M11 15.5h2.31M12.1 8.246a.25.25 0 1 1-.25-.25'/%3E%3Cpath d='M11.85 7.996a.25.25 0 0 1 .25.25'/%3E%3Cpath d='M18.239 3H5.76A2.761 2.761 0 0 0 3 5.761V18.24A2.761 2.761 0 0 0 5.761 21H18.24A2.761 2.761 0 0 0 21 18.239V5.76A2.761 2.761 0 0 0 18.239 3Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-10 .listimage__li--tooltip .is-tooltip-icon:after {
    width: 24px;
    height: 24px;
  }
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-10 .listimage__label {
  min-height: 0;
  padding: 0.5rem;
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-10 .listimage__label {
    padding: 1rem 2rem 1rem 1rem;
  }
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-10 .listimage__label .listimage__header {
  margin-bottom: 0;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-10 .listimage__label .listimage__image {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 8px;
  padding: 4px;
  background-color: #C4D8D4;
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-10 .listimage__label .listimage__image {
    padding: 8px;
    width: 2.875rem;
    height: 2.875rem;
  }
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-10 .listimage__label .listimage__text {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.66;
  letter-spacing: 0.0125em;
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-10 .listimage__label .listimage__text {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-10 .listimage__label .listimage__text {
    font-size: calc(0.75rem + 0.25 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-10 .listimage__label .listimage__text {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-10 .listimage__label .listimage__text {
    line-height: 1.56;
  }
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-10 .listimage__label .listimage__text {
    font-family: "Poppins", helvetica, arial, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.31;
    letter-spacing: 0.0015em;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-10 .listimage__label .listimage__text {
    font-weight: 500;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-10 .listimage__label .listimage__text {
    font-size: calc(1rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-10 .listimage__label .listimage__text {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-10 .listimage__label .listimage__text {
    line-height: 1.52;
  }
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-10 .listimage__label .listimage__desc {
  display: none;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__li {
  display: inline-flex;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label {
  min-height: 0;
  padding: 0 0 0.5rem;
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label {
    padding: 0 0 2.5rem;
  }
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.75rem;
  align-items: flex-start;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__image {
  width: 100%;
  height: 18.75rem !important;
  border-radius: 8px;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__text {
  padding: 0 1rem;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 1;
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__text {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__text {
    font-size: calc(1.25rem + 0.18 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__text {
    font-size: 1.43rem;
  }
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__text {
    line-height: 1.48;
  }
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__text {
    padding: 0 1.75rem;
  }
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__desc {
  display: none;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__detail__desc {
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__detail__desc {
    padding: 0 1.75rem;
  }
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__detail__desc-label {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.57;
  letter-spacing: 0.001em;
  margin-bottom: 0.125rem;
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__detail__desc-label {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__detail__desc-label {
    font-size: calc(0.875rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__detail__desc-label {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__detail__desc-label {
    line-height: 1.57;
  }
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__detail__desc-number {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 1;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__detail__desc-number {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__detail__desc-number {
    font-size: calc(1.25rem + 0.18 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__detail__desc-number {
    font-size: 1.43rem;
  }
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__detail__desc-number {
    line-height: 1.48;
  }
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__detail__desc-divider {
  height: 1px;
  background: #24242B;
  width: 2.75rem;
  margin-bottom: 1rem;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__detail__desc-bullets {
  margin: 0;
  padding: 0 0 0 1rem;
  display: flex;
  flex-direction: column;
  list-style-type: disc;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__detail__desc-bullets li {
  list-style-type: disc;
  width: 100%;
  margin-bottom: 0.75rem !important;
  display: list-item !important;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__detail__desc-bullets li {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__detail__desc-bullets li {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__detail__desc-bullets li {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-11 .listimage__label .listimage__detail__desc-bullets li {
    line-height: 1.62;
  }
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-12 .listimage__label {
  position: relative;
  padding: 1rem 1.625rem 0.625rem;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-12 .listimage__label .listimage__header {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-12 .listimage__label .listimage__header .listimage__image {
  width: 33%;
  margin-right: 0;
  margin-left: 0.375rem;
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-12 .listimage__label .listimage__header .listimage__text {
  margin-top: 2rem;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.57;
  letter-spacing: 0.001em;
  width: 66%;
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-12 .listimage__label .listimage__header .listimage__text {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-12 .listimage__label .listimage__header .listimage__text {
    font-size: calc(0.875rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-12 .listimage__label .listimage__header .listimage__text {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-12 .listimage__label .listimage__header .listimage__text {
    line-height: 1.57;
  }
}
.nf-field-container.listimage-container .nf-field .listimage-wrap .listimage__ul.listimage__ul--style-12 .listimage__label .listimage__desc {
  position: absolute;
  top: 1rem;
  color: #24242B;
}

.nf-mp-header .nf-mp-headline {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
  margin-bottom: 1.25rem !important;
}
@media (min-width: 1024px) {
  .nf-mp-header .nf-mp-headline {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .nf-mp-header .nf-mp-headline {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-mp-header .nf-mp-headline {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .nf-mp-header .nf-mp-headline {
    line-height: 1.52;
  }
}
.is-multistep-left .nf-mp-header .nf-mp-headline {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 1;
}
@media (min-width: 1024px) {
  .is-multistep-left .nf-mp-header .nf-mp-headline {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .is-multistep-left .nf-mp-header .nf-mp-headline {
    font-size: calc(1.25rem + 0.18 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .is-multistep-left .nf-mp-header .nf-mp-headline {
    font-size: 1.43rem;
  }
}
@media (min-width: 1024px) {
  .is-multistep-left .nf-mp-header .nf-mp-headline {
    line-height: 1.48;
  }
}
.nf-mp-header .nf-breadcrumbs {
  display: flex;
  justify-content: center;
  counter-reset: step;
  position: relative;
  min-height: 2rem;
  margin: 0 0 1.875rem !important;
}
.is-multistep-left .nf-mp-header .nf-breadcrumbs {
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .nf-mp-header .nf-breadcrumbs {
    margin: 0 0 3.125rem !important;
  }
}
.nf-mp-header .nf-breadcrumbs li {
  list-style: none;
  min-width: 7.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
@media (min-width: 1024px) {
  .nf-mp-header .nf-breadcrumbs li {
    min-width: 6.875rem;
  }
}
.is-multistep-left .nf-mp-header .nf-breadcrumbs li {
  justify-content: flex-start;
}
.nf-mp-header .nf-breadcrumbs li:before {
  content: counter(step);
  counter-increment: step;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.68rem;
  line-height: 1.63;
  letter-spacing: 0.004em;
  line-height: 1 !important;
  z-index: 3;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EAEAEA;
  color: #24242B;
}
@media (min-width: 1024px) {
  .nf-mp-header .nf-breadcrumbs li:before {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .nf-mp-header .nf-breadcrumbs li:before {
    font-size: calc(0.68rem + 0.07 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-mp-header .nf-breadcrumbs li:before {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .nf-mp-header .nf-breadcrumbs li:before {
    line-height: 1.66;
  }
}
.nf-mp-header .nf-breadcrumbs li:not(:first-child):after {
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #24242B;
  position: absolute;
  z-index: 2;
  left: -50%;
  top: 50%;
  transform: translateY(-50%);
}
.is-multistep-left .nf-mp-header .nf-breadcrumbs li:not(:first-child):after {
  left: -100%;
}
.nf-mp-header .nf-breadcrumbs li.active:before {
  background-color: #C4D8D4;
}
.nf-mp-header .nf-breadcrumbs li a {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

.nf-mp-footer > div {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .nf-mp-footer > div {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.nf-mp-footer .nf-next-previous {
  margin: 0 !important;
  margin-top: 2.25rem !important;
}
.nf-mp-footer .nf-next-previous .nf-previous-item + .nf-next-item {
  margin-left: 0.5rem !important;
}
@media (min-width: 1024px) {
  .nf-mp-footer .nf-next-previous .nf-previous-item + .nf-next-item {
    margin-left: 1.25rem !important;
  }
}
.nf-mp-footer .nf-next-previous .nf-previous {
  padding: 0.5rem !important;
}
.nf-mp-footer .nf-next-previous .nf-previous svg {
  transform: rotate(180deg);
}
.nf-mp-footer .nf-next-previous button[type=submit],
.nf-mp-footer .nf-next-previous button[data-nf-submit-form],
.nf-mp-footer .nf-next-previous .nf-next {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.nf-mp-footer .nf-next-previous button[type=submit] svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form] svg,
.nf-mp-footer .nf-next-previous .nf-next svg {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.nf-mp-footer .nf-next-previous button[type=submit] svg:hover,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form] svg:hover,
.nf-mp-footer .nf-next-previous .nf-next svg:hover {
  margin-left: 0.25rem;
}
.nf-mp-footer .nf-next-previous button[type=submit],
.nf-mp-footer .nf-next-previous button[data-nf-submit-form],
.nf-mp-footer .nf-next-previous .nf-next,
.nf-mp-footer .nf-next-previous .nf-previous {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.nf-mp-footer .nf-next-previous button[type=submit]:focus,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form]:focus,
.nf-mp-footer .nf-next-previous .nf-next:focus,
.nf-mp-footer .nf-next-previous .nf-previous:focus {
  outline: none !important;
}
.c-ninjaforms-voltfang-quickcheck {
  background: #EAEAEA;
  row-gap: 1.25rem;
}

.c-quickcheck__section-headline {
  margin-top: 4.75rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .c-quickcheck__section-headline {
    margin-top: 4.75rem;
  }
}
.c-quickcheck__section-headline:has(+ .c-quickcheck__section-subline) {
  margin-bottom: 1.125rem;
}

.c-quickcheck__section-subline {
  margin-bottom: 2rem !important;
  color: #24242B;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.68rem;
  line-height: 1.63;
  letter-spacing: 0.004em;
}
@media (min-width: 1024px) {
  .c-quickcheck__section-subline {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .c-quickcheck__section-subline {
    font-size: calc(0.68rem + 0.07 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-quickcheck__section-subline {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .c-quickcheck__section-subline {
    line-height: 1.66;
  }
}
@media (min-width: 1024px) {
  .c-quickcheck__section-subline {
    max-width: 50%;
  }
}

.c-quickcheck__types {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1.25rem;
  gap: 1.25rem;
  padding-bottom: 2.75rem;
  border-bottom: 1px solid #24242B;
}

.c-quickcheck__type {
  width: 100%;
  padding: 2rem;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  transition: transform 0.2s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
@media (min-width: 1024px) {
  .c-quickcheck__type {
    width: calc(50% - 20px);
  }
}
.c-quickcheck__type.is-active {
  background: #C4D8D4;
  border: 1px solid #89B2AA;
}
.c-quickcheck__type:not(.is-active):hover {
  cursor: pointer;
  transform: translateY(-10px);
}
.c-quickcheck__type .c-quickcheck__type-image {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .c-quickcheck__type .c-quickcheck__type-image {
    width: calc(50% - 20px);
    flex-grow: 1;
    align-items: center;
    display: flex;
    padding: 0 2rem 0 0;
  }
}
.c-quickcheck__type .c-quickcheck__type-image img {
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.c-quickcheck__type .c-quickcheck__type-content {
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  row-gap: 1rem;
  display: flex;
}
@media (min-width: 1024px) {
  .c-quickcheck__type .c-quickcheck__type-content {
    width: calc(50% - 20px);
  }
}
.c-quickcheck__type .c-quickcheck__type-fact {
  flex-direction: column;
  display: flex;
}
.c-quickcheck__type .c-quickcheck__type-fact + .c-quickcheck__type-fact {
  margin-top: 1rem;
  position: relative;
}
.c-quickcheck__type .c-quickcheck__type-fact + .c-quickcheck__type-fact:before {
  content: "";
  position: absolute;
  left: 0;
  top: -16px;
  width: 50px;
  height: 1px;
  background-color: #24242B;
}
.c-quickcheck__type .c-quickcheck__type-label {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.68rem;
  line-height: 1.63;
  letter-spacing: 0.004em;
}
@media (min-width: 1024px) {
  .c-quickcheck__type .c-quickcheck__type-label {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .c-quickcheck__type .c-quickcheck__type-label {
    font-size: calc(0.68rem + 0.07 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-quickcheck__type .c-quickcheck__type-label {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .c-quickcheck__type .c-quickcheck__type-label {
    line-height: 1.66;
  }
}
.c-quickcheck__type .c-quickcheck__type-value {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 1;
}
@media (min-width: 1024px) {
  .c-quickcheck__type .c-quickcheck__type-value {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-quickcheck__type .c-quickcheck__type-value {
    font-size: calc(1.25rem + 0.18 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-quickcheck__type .c-quickcheck__type-value {
    font-size: 1.43rem;
  }
}
@media (min-width: 1024px) {
  .c-quickcheck__type .c-quickcheck__type-value {
    line-height: 1.48;
  }
}

.c-quickcheck__type-disclaimer {
  width: 100%;
  font-style: italic;
}
@media (min-width: 1024px) {
  .c-quickcheck__type-disclaimer {
    max-width: 50%;
  }
}

.c-quickcheck__usecases {
  max-width: 95%;
  padding: 0 0 0 1rem;
}
@media (min-width: 1024px) {
  .c-quickcheck__usecases {
    max-width: 50%;
  }
}
.c-quickcheck__usecases > li {
  margin-bottom: 1rem;
}

.c-quickcheck__usecase {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.c-quickcheck__usecase-headline {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0.5rem;
}
@media (min-width: 1024px) {
  .c-quickcheck__usecase-headline {
    font-family: "Poppins", helvetica, arial, sans-serif;
    font-weight: 500;
    font-size: 1.18rem;
    line-height: 1.31;
    letter-spacing: 0.0015em;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-quickcheck__usecase-headline {
    font-weight: 500;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .c-quickcheck__usecase-headline {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .c-quickcheck__usecase-headline {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-quickcheck__usecase-headline {
    line-height: 1.52;
  }
}

.c-quickcheck__usecase-tooltip {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}

.c-quickcheck__usecase__label {
  display: flex;
  align-items: center;
}

.c-ninjaforms-voltfang-quickcheck {
  width: 100%;
  margin-inline: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
  max-width: var(--content-width, 1200px);
}

.c-quickcheck__charts {
  display: flex;
  gap: 1.25rem;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-quickcheck__chart {
  border-radius: 0.5rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .c-quickcheck__chart {
    width: calc(33% - 10px);
  }
}
.c-quickcheck__chart--large {
  width: 100%;
}
.c-quickcheck__chart-title {
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.c-quickcheck__chart-title__icon {
  width: 2.125rem;
  height: 2.125rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.c-quickcheck__chart-title__headline {
  margin-top: 0;
  margin-bottom: 0;
}

.c-quickcheck__chart-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .c-quickcheck__chart-items {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    flex-wrap: nowrap;
  }
}

.c-quickcheck__chart-item {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.c-quickcheck__chart-item__bars {
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
  align-items: flex-end;
  justify-content: center;
  margin-top: 3.75rem;
  height: 12.5rem;
}
.c-quickcheck__chart-item__bars--absolute {
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.c-quickcheck__chart-item__number {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
}
@media (min-width: 1024px) {
  .c-quickcheck__chart-item__number {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-quickcheck__chart-item__number {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-quickcheck__chart-item__number {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .c-quickcheck__chart-item__number {
    line-height: 1.52;
  }
}

.c-quickcheck__chart-item__graphic {
  max-width: 5.125rem;
}

.c-quickcheck__chart-item__bar {
  height: var(--percentage, 0);
  width: 4.75rem;
  border-radius: 0.5rem;
  background: #ADAEB3;
  border: 2px solid #ADAEB3;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  transition: all 300ms ease-in-out;
}
.c-quickcheck__chart-item__bar:before {
  content: attr(data-title);
  position: absolute;
  display: flex;
  justify-content: center;
  transform: translateY(-100%);
  white-space: nowrap;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
}
@media (min-width: 1024px) {
  .c-quickcheck__chart-item__bar:before {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .c-quickcheck__chart-item__bar:before {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-quickcheck__chart-item__bar:before {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-quickcheck__chart-item__bar:before {
    line-height: 1.62;
  }
}
.c-quickcheck__chart-item__bar--voltfang {
  background: #C4D8D4;
  border: 2px solid #89B2AA;
}
.c-quickcheck__chart-item__bar--voltfang:before {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 1;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .c-quickcheck__chart-item__bar--voltfang:before {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-quickcheck__chart-item__bar--voltfang:before {
    font-size: calc(1.25rem + 0.18 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-quickcheck__chart-item__bar--voltfang:before {
    font-size: 1.43rem;
  }
}
@media (min-width: 1024px) {
  .c-quickcheck__chart-item__bar--voltfang:before {
    line-height: 1.48;
  }
}
.c-quickcheck__chart-item__bar .c-quickcheck__chart-item__bar-arrow {
  margin-top: 1rem;
  width: 0.875rem;
  height: 1.25rem;
}
.c-quickcheck__chart-item__bar .c-quickcheck__chart-item__bar-arrow--up {
  transform: rotate(180deg);
}

.c-quickcheck__chart-item__title {
  padding-top: 1.25rem;
  border-top: 2px solid #24242B;
  text-align: center;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.68rem;
  line-height: 1.63;
  letter-spacing: 0.004em;
}
@media (min-width: 1024px) {
  .c-quickcheck__chart-item__title {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .c-quickcheck__chart-item__title {
    font-size: calc(0.68rem + 0.07 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-quickcheck__chart-item__title {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .c-quickcheck__chart-item__title {
    line-height: 1.66;
  }
}

.ninja-forms-form-wrap:has(.c-ninjaforms-voltfang-quickcheck) {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
}
.ninja-forms-form-wrap:has(.c-ninjaforms-voltfang-quickcheck) > .nf-response-msg {
  order: 5;
  margin: 2rem 0;
  max-width: 1025px;
}

.c-quickcheck__result {
  display: none;
}
.c-quickcheck__result.is-visible {
  display: block;
}

.c-quick-check-form__pagination,
.c-quickcheck__actions {
  margin-top: 6.875rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.c-quickcheck__action__button--back {
  flex-direction: row-reverse;
  padding-right: 0.875rem !important;
  padding-left: 0.25rem !important;
  margin-right: 0.875rem;
}
@media (min-width: 1024px) {
  .c-quickcheck__action__button--back {
    padding-right: 1.25rem !important;
  }
}
.c-quickcheck__action__button--back:hover {
  padding-right: 0.875rem !important;
  padding-left: 0.875rem !important;
}
.c-quickcheck__action__button--back .c-btn__icon, .c-quickcheck__action__button--back .elementor-widget-button.elementor-button-success .elementor-button svg, .elementor-widget-button.elementor-button-success .elementor-button .c-quickcheck__action__button--back svg, .c-quickcheck__action__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon, .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .c-quickcheck__action__button--back .elementor-button-icon,
.c-quickcheck__action__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon .c-quickcheck__action__button--back svg,
.c-quickcheck__action__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .c-quickcheck__action__button--back .elementor-button-icon,
.c-quickcheck__action__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon .c-quickcheck__action__button--back svg,
.c-quickcheck__action__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .c-quickcheck__action__button--back .elementor-button-icon,
.c-quickcheck__action__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon .c-quickcheck__action__button--back svg,
.c-quickcheck__action__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .c-quickcheck__action__button--back .elementor-button-icon,
.c-quickcheck__action__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon .c-quickcheck__action__button--back svg,
.c-quickcheck__action__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .c-quickcheck__action__button--back .elementor-button-icon,
.c-quickcheck__action__button--back .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon .c-quickcheck__action__button--back svg, .c-quickcheck__action__button--back .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element svg, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element .c-quickcheck__action__button--back svg, .c-quickcheck__action__button--back .nf-mp-footer .nf-next-previous button[type=submit] svg, .nf-mp-footer .nf-next-previous button[type=submit] .c-quickcheck__action__button--back svg,
.c-quickcheck__action__button--back .nf-mp-footer .nf-next-previous button[data-nf-submit-form] svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form] .c-quickcheck__action__button--back svg,
.c-quickcheck__action__button--back .nf-mp-footer .nf-next-previous .nf-next svg,
.nf-mp-footer .nf-next-previous .nf-next .c-quickcheck__action__button--back svg,
.c-quickcheck__action__button--back .nf-mp-footer .nf-next-previous .nf-previous svg,
.nf-mp-footer .nf-next-previous .nf-previous .c-quickcheck__action__button--back svg {
  transform: rotate(180deg);
}

.c-quickcheck__action__button--share .c-btn__icon, .c-quickcheck__action__button--share .elementor-widget-button.elementor-button-success .elementor-button svg, .elementor-widget-button.elementor-button-success .elementor-button .c-quickcheck__action__button--share svg, .c-quickcheck__action__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon, .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .c-quickcheck__action__button--share .elementor-button-icon,
.c-quickcheck__action__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xs .elementor-button-icon .c-quickcheck__action__button--share svg,
.c-quickcheck__action__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .c-quickcheck__action__button--share .elementor-button-icon,
.c-quickcheck__action__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-sm .elementor-button-icon .c-quickcheck__action__button--share svg,
.c-quickcheck__action__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .c-quickcheck__action__button--share .elementor-button-icon,
.c-quickcheck__action__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-md .elementor-button-icon .c-quickcheck__action__button--share svg,
.c-quickcheck__action__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .c-quickcheck__action__button--share .elementor-button-icon,
.c-quickcheck__action__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-lg .elementor-button-icon .c-quickcheck__action__button--share svg,
.c-quickcheck__action__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .c-quickcheck__action__button--share .elementor-button-icon,
.c-quickcheck__action__button--share .elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon svg,
.elementor-widget-button:not(.elementor-button-success) .elementor-button.elementor-size-xl .elementor-button-icon .c-quickcheck__action__button--share svg, .c-quickcheck__action__button--share .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element svg, .nf-form-layout .nf-form-content .submit-container .ninja-forms-field.nf-element .c-quickcheck__action__button--share svg, .c-quickcheck__action__button--share .nf-mp-footer .nf-next-previous button[type=submit] svg, .nf-mp-footer .nf-next-previous button[type=submit] .c-quickcheck__action__button--share svg,
.c-quickcheck__action__button--share .nf-mp-footer .nf-next-previous button[data-nf-submit-form] svg,
.nf-mp-footer .nf-next-previous button[data-nf-submit-form] .c-quickcheck__action__button--share svg,
.c-quickcheck__action__button--share .nf-mp-footer .nf-next-previous .nf-next svg,
.nf-mp-footer .nf-next-previous .nf-next .c-quickcheck__action__button--share svg,
.c-quickcheck__action__button--share .nf-mp-footer .nf-next-previous .nf-previous svg,
.nf-mp-footer .nf-next-previous .nf-previous .c-quickcheck__action__button--share svg {
  transform: rotate(0deg);
  width: 1.2rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.c-quickcheck__noresult {
  margin-top: 1rem;
  background: #f1b0ac;
  border: 1px solid #B3261E;
  color: #B3261E;
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
}
@media (min-width: 1024px) {
  .c-quickcheck__noresult {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .c-quickcheck__noresult {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-quickcheck__noresult {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-quickcheck__noresult {
    line-height: 1.62;
  }
}
.c-quickcheck__noresult--info {
  border-color: #0072B2;
  color: #ffffff;
  background: #56B4E9;
}

.html-container.has-loading-indicator {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 300ms ease-in-out;
}
.html-container.has-loading-indicator.is-loading {
  display: flex !important;
  opacity: 1;
  visibility: visible;
}

.c-quickcheck__accordion__item {
  padding-bottom: 2.75rem;
  padding-top: 2.75rem;
  border-bottom: 1px solid #24242B;
}

.c-quickcheck__accordion-title {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.31;
  letter-spacing: 0.0015em;
  color: #24242B;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0.25rem;
}
@media (min-width: 1024px) {
  .c-quickcheck__accordion-title {
    font-weight: 500;
  }
}
@media screen and (min-width: 375px) {
  .c-quickcheck__accordion-title {
    font-size: calc(1.18rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-quickcheck__accordion-title {
    font-size: 1.18rem;
  }
}
@media (min-width: 1024px) {
  .c-quickcheck__accordion-title {
    line-height: 1.52;
  }
}

.c-quickcheck__accordion-btn {
  color: #24242B;
  height: 2.25rem;
  width: 2.25rem;
}

.c-quickcheck__accordion-panel__inner {
  color: #24242B;
}

a.c-quickcheck__accordion-list__item-link, a.c-quickcheck__accordion-list__item-link:hover {
  color: #24242B;
  text-decoration: underline;
}

.rangeSlider, .rangeSlider__fill {
  display: block;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.rangeSlider {
  position: relative;
  background: #7f8c8d;
}

.rangeSlider__horizontal {
  height: 20px;
  width: 100%;
}

.rangeSlider__vertical {
  height: 100%;
  width: 20px;
}

.rangeSlider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeSlider__fill {
  background: #16a085;
  position: absolute;
}

.rangeSlider__fill__horizontal {
  height: 100%;
  top: 0;
  left: 0;
}

.rangeSlider__fill__vertical {
  width: 100%;
  bottom: 0;
  left: 0;
}

.rangeSlider__handle {
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background: white linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.rangeSlider__handle__horizontal {
  top: -10px;
}

.rangeSlider__handle__vertical {
  left: -10px;
  bottom: 0;
}

.rangeSlider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  border-radius: 50%;
}

.rangeSlider__handle:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}

input[type=range]:focus + .rangeSlider .rangeSlider__handle {
  box-shadow: 0 0 8px rgba(142, 68, 173, 0.9);
}

.rangeSlider__buffer {
  position: absolute;
  top: 3px;
  height: 14px;
  background: #2c3e50;
  border-radius: 10px;
}

.rangeSlider.rangeSlider__horizontal {
  height: 5px;
  border-radius: 0;
  box-shadow: none;
  background: #ADAEB3;
  margin-bottom: 3.25rem;
}
.rangeSlider .rangeSlider__fill {
  background: #89B2AA;
  box-shadow: none;
  border-radius: 0;
}
.rangeSlider .rangeSlider__handle {
  height: 30px;
  width: 30px;
  background: #89B2AA;
  box-shadow: 0 0 0 0 #C4D8D4;
  top: -12px;
  border: none;
  transition: box-shadow 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.rangeSlider .rangeSlider__handle:after {
  display: none;
}
.rangeSlider .rangeSlider__handle:focus, .rangeSlider .rangeSlider__handle:active {
  box-shadow: 0 0 0 10px #C4D8D4;
}

.range-slider__label {
  position: absolute;
  bottom: -2.25rem;
  left: 0;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.68rem;
  line-height: 1.63;
  letter-spacing: 0.004em;
}
@media (min-width: 1024px) {
  .range-slider__label {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .range-slider__label {
    font-size: calc(0.68rem + 0.07 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .range-slider__label {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .range-slider__label {
    line-height: 1.66;
  }
}
.range-slider__label--max {
  left: auto;
  right: 0;
}
.range-slider__label--current {
  white-space: nowrap;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
  bottom: -3.5rem;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .range-slider__label--current {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .range-slider__label--current {
    font-size: calc(0.875rem + 0.125 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .range-slider__label--current {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .range-slider__label--current {
    line-height: 1.62;
  }
}

.nf-form-layout .nf-pass.field-wrap .nf-field-element:after,
.nf-form-layout .nf-error.field-wrap .nf-field-element:after {
  display: none;
}

.nf-after-field {
  min-height: 2rem;
  padding-left: 1rem;
}
.nf-after-field .nf-input-limit {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.68rem;
  line-height: 1.63;
  letter-spacing: 0.004em;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .nf-after-field .nf-input-limit {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .nf-after-field .nf-input-limit {
    font-size: calc(0.68rem + 0.07 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-after-field .nf-input-limit {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .nf-after-field .nf-input-limit {
    line-height: 1.66;
  }
}
.nf-after-field .nf-error-wrap.nf-error .nf-error-msg {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.68rem;
  line-height: 1.63;
  letter-spacing: 0.004em;
  color: #B3261E;
}
@media (min-width: 1024px) {
  .nf-after-field .nf-error-wrap.nf-error .nf-error-msg {
    font-weight: 400;
  }
}
@media screen and (min-width: 375px) {
  .nf-after-field .nf-error-wrap.nf-error .nf-error-msg {
    font-size: calc(0.68rem + 0.07 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .nf-after-field .nf-error-wrap.nf-error .nf-error-msg {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .nf-after-field .nf-error-wrap.nf-error .nf-error-msg {
    line-height: 1.66;
  }
}

/*# sourceMappingURL=main.css.map*/