@charset "UTF-8";
/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/
/**
 * Formidable Forms
 */
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.lity-loading .lity-content, .lity-closed .lity-content {
  transform: scale(0.8);
}
.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

body {
  letter-spacing: 0;
  --outer--padding: 1.875rem;
  --section-padding: 5rem;
  --section-padding-md: 3.75rem;
}
@media (min-width: 782px) {
  body {
    --outer--padding: 2.5rem;
    --section-padding: 7.5rem;
    --section-padding-md: 6.25rem;
  }
}
@media (min-width: 960px) {
  body {
    --outer--padding: 3.125rem;
    --section-padding: 10rem;
    --section-padding-md: 7.5rem;
  }
}
body * {
  letter-spacing: 0;
}

.observing {
  opacity: 0;
  transform: translateY(50px);
}
.observing.intersected {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 400ms ease-out 0s, transform 400ms ease-out 0s;
}

.frm_forms.with_frm_style.frm_style_formidable-style h3.frm_form_title, .frm_forms.with_frm_style.frm_style_formidable-style legend + h3 {
  font-size: 40px;
  font-size: var(--title-size);
  color: #000;
  color: var(--title-color);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-family: var(--font);
  margin-top: 10px;
  margin-top: var(--title-margin-top);
  margin-bottom: 60px;
  margin-bottom: var(--title-margin-bottom);
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_show_it, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_html_container {
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-family: var(--font);
  color: #000;
  color: var(--form-desc-color);
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-card-element.StripeElement, .frm_forms.with_frm_style.frm_style_formidable-style .chosen-container, .frm_forms.with_frm_style.frm_style_formidable-style textarea, .frm_forms.with_frm_style.frm_style_formidable-style select, .frm_forms.with_frm_style.frm_style_formidable-style input[type=search], .frm_forms.with_frm_style.frm_style_formidable-style input[type=tel], .frm_forms.with_frm_style.frm_style_formidable-style input[type=url], .frm_forms.with_frm_style.frm_style_formidable-style input[type=number], .frm_forms.with_frm_style.frm_style_formidable-style input[type=email], .frm_forms.with_frm_style.frm_style_formidable-style input[type=password], .frm_forms.with_frm_style.frm_style_formidable-style input[type=text] {
  font-family: var(--font);
  font-size: 18px;
  font-size: var(--field-font-size);
  margin-bottom: 0;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_error_style, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_active_style, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_style, .frm_forms.with_frm_style.frm_style_formidable-style .frm_scroll_box .frm_opt_container, .frm_forms.with_frm_style.frm_style_formidable-style .frm-card-element.StripeElement, .frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single, .frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices, .frm_forms.with_frm_style.frm_style_formidable-style input[type=phone], .frm_forms.with_frm_style.frm_style_formidable-style textarea, .frm_forms.with_frm_style.frm_style_formidable-style select, .frm_forms.with_frm_style.frm_style_formidable-style input[type=search], .frm_forms.with_frm_style.frm_style_formidable-style input[type=tel], .frm_forms.with_frm_style.frm_style_formidable-style input[type=url], .frm_forms.with_frm_style.frm_style_formidable-style input[type=number], .frm_forms.with_frm_style.frm_style_formidable-style input[type=email], .frm_forms.with_frm_style.frm_style_formidable-style input[type=password], .frm_forms.with_frm_style.frm_style_formidable-style input[type=text] {
  color: #000;
  color: var(--text-color);
  background-color: #fff;
  background-color: var(--bg-color);
  border-color: #000;
  border-color: var(--border-color);
  border-width: 1px;
  border-width: var(--field-border-width);
  border-style: solid;
  border-style: var(--field-border-style);
  border-radius: 0;
  border-radius: var(--border-radius);
  width: 100%;
  width: var(--field-width);
  max-width: 100%;
  font-size: 18px;
  font-size: var(--field-font-size);
  padding: 10px 15px;
  padding: var(--field-pad);
  box-sizing: border-box;
  outline: none;
  font-weight: 400;
  font-weight: var(--field-weight);
  box-shadow: none;
  box-shadow: var(--box-shadow);
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=checkbox], .frm_forms.with_frm_style.frm_style_formidable-style input[type=radio] {
  border-color: #000;
  border-color: var(--border-color);
  box-shadow: none;
  box-shadow: var(--box-shadow);
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-card-element.StripeElement, .frm_forms.with_frm_style.frm_style_formidable-style input[type=file], .frm_forms.with_frm_style.frm_style_formidable-style select, .frm_forms.with_frm_style.frm_style_formidable-style input[type=search], .frm_forms.with_frm_style.frm_style_formidable-style input[type=tel], .frm_forms.with_frm_style.frm_style_formidable-style input[type=url], .frm_forms.with_frm_style.frm_style_formidable-style input[type=number], .frm_forms.with_frm_style.frm_style_formidable-style input[type=email], .frm_forms.with_frm_style.frm_style_formidable-style input[type=password], .frm_forms.with_frm_style.frm_style_formidable-style input[type=text] {
  height: 60px;
  height: var(--field-height);
  line-height: 1.3;
}

.frm_forms.with_frm_style.frm_style_formidable-style .input[type=file].frm_transparent:focus, .frm_forms.with_frm_style.frm_style_formidable-style input[type=file] {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

.frm_forms.with_frm_style.frm_style_formidable-style textarea[readonly], .frm_forms.with_frm_style.frm_style_formidable-style select[readonly], .frm_forms.with_frm_style.frm_style_formidable-style input[readonly], .frm_forms.with_frm_style.frm_style_formidable-style textarea[disabled], .frm_forms.with_frm_style.frm_style_formidable-style select[disabled], .frm_forms.with_frm_style.frm_style_formidable-style input[disabled] {
  background-color: #000;
  background-color: var(--bg-color-disabled);
  color: #000;
  color: var(--text-color-disabled);
  border-color: #000;
  border-color: var(--border-color-disabled);
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_hidden_container .frm_primary_label, .frm_forms.with_frm_style.frm_style_formidable-style .frm_top_container .frm_primary_label, .frm_forms.with_frm_style.frm_style_formidable-style .frm_pos_top {
  display: block;
  float: none;
  width: auto;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_right_container .frm_primary_label, .frm_forms.with_frm_style.frm_style_formidable-style .frm_pos_right {
  display: inline;
  float: right;
  margin-left: 10px;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit, .frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page {
  position: relative;
  opacity: 0.8;
  color: transparent !important;
  text-shadow: none !important;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit:focus, .frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit:active, .frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit:hover, .frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page:focus, .frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page:active, .frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page:hover {
  cursor: not-allowed;
  color: transparent;
  outline: none !important;
  box-shadow: none;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit:before, .frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: transparent;
  border: 1px solid #ffffff;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_active_style {
  background-color: #ffffff;
  border-color: #579af6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_submit_style {
  width: auto;
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  height: auto;
  line-height: normal;
  text-align: center;
  background: #579af6;
  border-width: 1px;
  border-color: #579af6;
  border-style: solid;
  color: #ffffff;
  cursor: pointer;
  font-weight: normal;
  border-radius: 0;
  border-radius: var(--border-radius);
  text-shadow: none;
  padding: 10px 20px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px #eee;
  margin: 10px;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_error_style {
  color: #444444;
  background-color: #ffffff;
  border-color: #b94a48;
  border-width: 1px;
  border-style: solid;
}

.frm_forms.with_frm_style.frm_style_formidable-style p.description, .frm_forms.with_frm_style.frm_style_formidable-style .frm_error, .frm_forms.with_frm_style.frm_style_formidable-style .frm-show-form > div.frm_description, .frm_forms.with_frm_style.frm_style_formidable-style div.frm_description, .frm_forms.with_frm_style.frm_style_formidable-style div.description {
  padding: 0;
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 12px;
  color: #666666;
  font-weight: normal;
  text-align: left;
  font-style: normal;
  max-width: 100%;
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-active .chosen-choices, .frm_forms.with_frm_style.frm_style_formidable-style .frm_focus_field .frm-card-element.StripeElement, .frm_forms.with_frm_style.frm_style_formidable-style .frm_focus_field input[type=search], .frm_forms.with_frm_style.frm_style_formidable-style .frm_focus_field input[type=tel], .frm_forms.with_frm_style.frm_style_formidable-style .frm_focus_field input[type=url], .frm_forms.with_frm_style.frm_style_formidable-style .frm_focus_field input[type=number], .frm_forms.with_frm_style.frm_style_formidable-style .frm_focus_field input[type=email], .frm_forms.with_frm_style.frm_style_formidable-style .frm_focus_field input[type=password], .frm_forms.with_frm_style.frm_style_formidable-style .frm_focus_field input[type=text], .frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single.chosen-container-active .chosen-single, .frm_forms.with_frm_style.frm_style_formidable-style select:focus, .frm_forms.with_frm_style.frm_style_formidable-style textarea:focus, .frm_forms.with_frm_style.frm_style_formidable-style .form-field input:not([type=file]):focus, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_active_style {
  background-color: #fff;
  background-color: var(--bg-color-active);
  border-color: #000;
  border-color: var(--border-color-active);
  box-shadow: none;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_forms.with_frm_style.frm_style_formidable-style .frm-edit-page-btn, .frm_forms.with_frm_style.frm_style_formidable-style .frm_submit button, .frm_forms.with_frm_style.frm_style_formidable-style .frm_submit input[type=button], .frm_forms.with_frm_style.frm_style_formidable-style input[type=submit], .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_submit_style {
  width: auto;
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  height: auto;
  line-height: normal;
  text-align: center;
  background: #579af6;
  border-width: 1px;
  border-color: #579af6;
  border-style: solid;
  color: #ffffff;
  cursor: pointer;
  font-weight: normal;
  border-radius: 0;
  border-radius: var(--border-radius);
  text-shadow: none;
  padding: 10px 20px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px #eee;
  margin: 10px;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-edit-page-btn:hover, .frm_forms.with_frm_style.frm_style_formidable-style .frm_submit button:hover, .frm_forms.with_frm_style.frm_style_formidable-style .frm_submit input[type=button]:hover, .frm_forms.with_frm_style.frm_style_formidable-style input[type=submit]:hover {
  background: #efefef;
  border-color: #cccccc;
  color: #444444;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-edit-page-btn:focus, .frm_forms.with_frm_style.frm_style_formidable-style .frm_submit button:active, .frm_forms.with_frm_style.frm_style_formidable-style .frm_submit button:focus, .frm_forms.with_frm_style.frm_style_formidable-style .frm_submit input[type=button]:active, .frm_forms.with_frm_style.frm_style_formidable-style .frm_submit input[type=button]:focus, .frm_forms.with_frm_style.frm_style_formidable-style input[type=submit]:active, .frm_forms.with_frm_style.frm_style_formidable-style input[type=submit]:focus {
  background: #efefef;
  border-color: #cccccc;
  color: #444444;
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_inline_top .frm_submit::before, .frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_inline_submit::before {
  content: "before";
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  color: #3f4b5b;
  font-weight: normal;
  margin: 0;
  padding: 0 0 3px 0;
  width: auto;
  display: block;
  visibility: hidden;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field .chosen-container-single .chosen-single, .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field .chosen-container-multi .chosen-choices, .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field .frm-card-element.StripeElement, .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field .g-recaptcha iframe, .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field .frm-g-recaptcha iframe, .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field .mce-edit-area iframe, .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field select, .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field textarea, .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field input[type=email], .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field input[type=number], .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field input[type=tel], .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field input[type=url], .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field input[type=password], .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field input[type=text], .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field :invalid, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_error_style {
  color: #444444;
  background-color: #ffffff;
  border-color: #b94a48;
  border-width: 1px;
  border-style: solid;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total textarea, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total input, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big textarea, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big input {
  color: #555555;
  background-color: transparent;
  border: none;
  display: inline;
  width: auto;
  padding: 0;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline input:hover, .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline input {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  padding: 0;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox label, .frm_forms.with_frm_style.frm_style_formidable-style .frm_radio label {
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-family: var(--font);
  font-size: 13px;
  font-size: var(--check-font-size);
  color: #000;
  color: var(--check-label-color);
  font-weight: normal;
  font-weight: var(--check-weight);
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox input[type=checkbox], .frm_forms.with_frm_style.frm_style_formidable-style .frm_radio input[type=radio] {
  font-size: 13px;
  font-size: var(--check-font-size);
  position: static;
  flex: none;
  display: inline-block;
  margin: 4px 5px 0 0;
  width: auto;
  border: none;
  vertical-align: baseline;
  position: initial;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_file_container .frm_file_link, .frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox label .frm_file_container, .frm_forms.with_frm_style.frm_style_formidable-style .frm_radio label .frm_file_container {
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_success_style, .frm_forms.with_frm_style.frm_style_formidable-style .frm_message {
  margin: 5px 0 15px;
  border: 1px solid #d6e9c6;
  border-color: #000;
  border-color: var(--success-border-color);
  background-color: #000;
  background-color: var(--success-bg-color);
  color: #000;
  color: var(--success-text-color);
  border-radius: 0;
  border-radius: var(--border-radius);
  font-size: 16px;
  font-size: var(--success-font-size);
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-grid th, .frm_forms.with_frm_style.frm_style_formidable-style .frm-grid td {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  border-color: var(--border-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-alt-table td, .frm_forms.with_frm_style.frm_style_formidable-style .frm-alt-table th {
  background-color: transparent;
  vertical-align: top;
  text-align: left;
  padding: 20px;
  border-color: transparent;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields .frm_fields_container, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields .frm_section_heading, .frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_container, .frm_forms.with_frm_style.frm_style_formidable-style .frm_combo_inputs_container {
  display: grid;
  grid-template-columns: repeat(12, 6.5%);
  grid-auto-rows: max-content;
  grid-gap: 0 2%;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_full > input:not([type=checkbox]):not([type=radio]):not([type=button]), .frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_full textarea, .frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_full select, .frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_full .wp-editor-wrap, .frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_full, .frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm12 {
  width: 100% !important;
  grid-column: span 12/span 12;
  box-sizing: border-box;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_last, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_alignright {
  grid-column-end: -1;
  grid-row-start: span 100;
  justify-content: end;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_container, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_inline_container, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_container {
  display: grid;
  grid-template-columns: 25% auto;
  width: 100%;
  grid-auto-rows: min-content;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_container .frm_primary_label, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_inline_container .frm_primary_label, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_container .frm_primary_label {
  margin-right: 10px;
  grid-row: span 2/span 2;
  padding-top: 4px;
}

@font-face {
  font-family: s11-fp;
  src: url("../../../../plugins/formidable/fonts/s11-fp.ttf?v=7") format("truetype"), url("../../../../plugins/formidable/fonts/s11-fp.woff?v=7") format("woff"), url("../../../../plugins/formidable/fonts/s11-fp.svg?v=7#s11-fp") format("svg");
  font-weight: normal;
  font-style: normal;
}
.frm_forms.with_frm_style.frm_style_formidable-style {
  --form-width: 100%;
  --form-align: left;
  --direction: ltr;
  --fieldset: 0px;
  --fieldset-color: #000;
  --fieldset-padding: 0 0 15px 0;
  --fieldset-bg-color: transparent;
  --title-size: 40px;
  --title-color: #000;
  --title-margin-top: 10px;
  --title-margin-bottom: 60px;
  --form-desc-size: 16px;
  --form-desc-color: #000;
  --form-desc-margin-top: 10px;
  --form-desc-margin-bottom: 25px;
  --font: var(--wp--preset--font-family--main-content, sans-serif);
  --font-size: 16px;
  --weight: 400;
  --position: none;
  --align: left;
  --width: 150px;
  --required-color: #000;
  --required-weight: 400;
  --label-padding: 0 0 7px 0;
  --label-color: #000;
  --label-font: var(--wp--preset--font-family--main-content, sans-serif);
  --label-weight: 400;
  --description-font-size: 17px;
  --description-color: #000;
  --description-weight: normal;
  --description-style: normal;
  --description-align: left;
  --description-margin: 0;
  --field-font-size: 18px;
  --field-height: 60px;
  --line-height: 60px;
  --field-width: 100%;
  --auto-width: 100%;
  --field-pad: 10px 15px;
  --field-margin: 20px;
  --field-weight: 400;
  --text-color: #000;
  --border-color: #000;
  --field-border-width: 1px;
  --field-border-style: solid;
  --bg-color: #fff;
  --bg-color-active: #fff;
  --border-color-active: #000;
  --text-color-error: #000;
  --bg-color-error: #fff;
  --border-color-error: #000;
  --border-width-error: 1px;
  --border-style-error: solid;
  --bg-color-disabled: #000;
  --border-color-disabled: #000;
  --text-color-disabled: #000;
  --radio-align: block;
  --check-align: block;
  --check-font-size: 13px;
  --check-label-color: #000;
  --check-weight: normal;
  --section-font-size: 26px;
  --section-color: #000;
  --section-weight: 700;
  --section-pad: 0 0 7p 0;
  --section-mar-top: 0;
  --section-mar-bottom: 0;
  --section-bg-color: transparent;
  --section-border-color: transparent;
  --section-border-width: none;
  --section-border-style: solid;
  --section-border-loc: -top;
  --collapse-pos: after;
  --submit-font-size: 15px;
  --submit-width: auto;
  --submit-height: auto;
  --submit-bg-color: #000;
  --submit-border-color: #000;
  --submit-border-width: 1px;
  --submit-text-color: #fff;
  --submit-weight: normal;
  --submit-border-radius: 0;
  --submit-margin: 10px;
  --submit-padding: 10px 20px;
  --submit-shadow-color: transparent;
  --submit-hover-bg-color: #000;
  --submit-hover-color: #fff;
  --submit-hover-border-color: #000;
  --submit-active-bg-color: #000;
  --submit-active-color: #fff;
  --submit-active-border-color: #000;
  --border-radius: 0;
  --error-bg: #000;
  --error-border: #000;
  --error-text: #fff;
  --error-font-size: 16px;
  --success-bg-color: #000;
  --success-border-color: #000;
  --success-text-color: #000;
  --success-font-size: 16px;
  --progress-bg-color: #000;
  --progress-active-color: #fff;
  --progress-active-bg-color: #000;
  --progress-color: #000;
  --progress-border-color: #000;
  --progress-border-size: 1px;
  --progress-size: 30px;
  --toggle-font-size: 15px;
  --toggle-on-color: #000;
  --toggle-off-color: #000;
  --slider-font-size: 24px;
  --slider-color: #fff;
  --slider-bar-color: #000;
  --date-head-bg-color: #000;
  --date-head-color: #fff;
  --date-band-color: #000;
  --box-shadow: none;
  --progress-border-color-b: #000;
  --image-size: 150px;
  text-align: left;
  text-align: var(--form-align);
  max-width: 100%;
  direction: ltr;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_button {
  text-decoration: none !important;
  border: 1px solid #eee;
  display: inline-block;
  padding: 10px 20px;
  padding: var(--submit-padding);
  border-radius: 0;
  border-radius: var(--border-radius);
  font-size: 15px;
  font-size: var(--submit-font-size);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-family: var(--font);
  font-weight: normal;
  font-weight: var(--submit-weight);
  color: #fff;
  color: var(--submit-text-color);
  background: #000;
  background: var(--submit-bg-color);
  border-width: 1px;
  border-width: var(--submit-border-width);
  border-color: #000;
  border-color: var(--submit-border-color);
  height: auto;
  height: var(--submit-height);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_button.frm_hidden {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_button.frm_inverse {
  color: #000;
  color: var(--submit-bg-color);
  background: #fff;
  background: var(--submit-text-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_button .frm_icon_font:before {
  font-size: 15px;
  font-size: var(--submit-font-size);
}
.frm_forms.with_frm_style.frm_style_formidable-style form {
  text-align: left;
  text-align: var(--form-align);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-show-form div.frm_description p {
  text-align: left;
  text-align: var(--form-align);
  font-size: 16px;
  font-size: var(--form-desc-size);
  color: #000;
  color: var(--form-desc-color);
  margin-top: 10px;
  margin-top: var(--form-desc-margin-top);
  margin-bottom: 25px;
  margin-bottom: var(--form-desc-margin-bottom);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-show-form .frm_color_block.frm_section_heading h3 {
  border-width: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-show-form .frm_section_heading h3 {
  padding: 15px 0 3px;
  margin: 0;
  font-size: 26px;
  font-size: var(--section-font-size);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-family: var(--font);
  font-weight: 700;
  font-weight: var(--section-weight);
  color: #000;
  color: var(--section-color);
  border: none;
  background-color: transparent;
  background-color: var(--section-bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style fieldset {
  min-width: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style fieldset fieldset {
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields {
  opacity: 1;
  transition: opacity 0.1s linear;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields > fieldset {
  border-width: 0px;
  border-width: var(--fieldset);
  border-style: solid;
  border-color: #000;
  border-color: var(--fieldset-color);
  margin: 0;
  padding: 0 0 15px 0;
  padding: var(--fieldset-padding);
  background-color: transparent;
  background-color: var(--fieldset-bg-color);
  font-family: var(--font);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_doing_ajax {
  opacity: 0.5;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field {
  clear: both;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_html_container {
  font-size: 16px;
  font-size: var(--form-desc-size);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_show_it {
  font-size: 18px;
  font-size: var(--field-font-size);
  font-weight: 400;
  font-weight: var(--field-weight);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_required {
  color: #000;
  color: var(--required-color);
  font-weight: 400;
  font-weight: var(--required-weight);
}
.frm_forms.with_frm_style.frm_style_formidable-style select {
  width: 100%;
  width: var(--auto-width);
  max-width: 100%;
}
.frm_forms.with_frm_style.frm_style_formidable-style select.auto_width {
  width: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style select.frm_time_select {
  white-space: pre;
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style textarea {
  vertical-align: top;
  height: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style textarea.auto_width {
  width: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container {
  font-size: 18px;
  font-size: var(--field-font-size);
  position: relative;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  width: 100% !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container * {
  box-sizing: border-box;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-drop {
  background: #ffffff;
  border: 1px solid #a1a1a1;
  border-top: 0;
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container a {
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results {
  cursor: text;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  color: #000;
  color: var(--text-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li:before {
  background: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li span {
  color: #000;
  color: var(--text-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #cccccc;
  cursor: default;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li.highlighted {
  background-color: #2568c4;
  background-image: linear-gradient(#2568c4 20%, #2a62bc 90%);
  color: #ffffff;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  clip-path: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #a1a1a1;
  background-color: #ffffff;
  cursor: text;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0 !important;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666666;
  font-size: 100%;
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 1px 5px 1px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #a1a1a1;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: linear-gradient(#f4f4f4 20%, #eee 50%, #eaeaea 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #444444;
  line-height: 13px;
  cursor: default;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../../../../plugins/formidable-pro/images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #cccccc;
  background-color: #eaeaea;
  background-image: linear-gradient(#f4f4f4 20%, #eee 50%, #eaeaea 52%, #eee 100%);
  color: #666666;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d3d3d3;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #cccccc;
  cursor: default;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url("../../../../plugins/formidable-pro/images/chosen-sprite.png") -42px 1px no-repeat;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single div b {
  background: url("../../../../plugins/formidable-pro/images/chosen-sprite.png") no-repeat 0 2px;
  display: block;
  width: 100%;
  height: 100%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-default {
  color: #999999;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-search input[type=text] {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  background: url("../../../../plugins/formidable-pro/images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  line-height: normal;
  border-radius: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single.chosen-container-active .chosen-single {
  border: 1px solid #579af6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #a1a1a1;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 0 #ffffff inset;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=file] {
  color: #000;
  color: var(--text-color);
  padding: 0;
  font-family: var(--font);
  font-size: 18px;
  font-size: var(--field-font-size);
  display: initial;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=file].frm_transparent {
  color: transparent;
}
.frm_forms.with_frm_style.frm_style_formidable-style select[multiple=multiple] {
  height: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .wp-editor-wrap {
  width: 100%;
  width: var(--field-width);
  max-width: 100%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .wp-editor-container {
  border: 1px solid #e5e5e5;
}
.frm_forms.with_frm_style.frm_style_formidable-style .wp-editor-container textarea {
  border: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .mceIframeContainer {
  background-color: #fff;
  background-color: var(--bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_primary_label {
  max-width: 100%;
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-family: var(--label-font);
  font-size: 16px;
  font-size: var(--font-size);
  font-weight: 400;
  font-weight: var(--label-weight);
  line-height: 1.2;
  color: #000;
  color: var(--label-color);
  text-align: left;
  text-align: var(--align);
  padding: 0 0 7px 0;
  padding: var(--label-padding);
  margin: 0;
  width: auto;
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container .frm_primary_label {
  margin-right: 10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_grid_first .frm_primary_label {
  margin-right: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_grid_first .frm_opt_container {
  margin-right: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_grid .frm_primary_label {
  margin-right: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_grid .frm_opt_container {
  margin-right: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_grid_odd .frm_primary_label {
  margin-right: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_grid_odd .frm_opt_container {
  margin-right: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_pos_center {
  text-align: center;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_pos_none {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_pos_hidden {
  visibility: hidden;
  white-space: nowrap;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inside_container .frm_primary_label {
  opacity: 0;
  transition: opacity 0.1s linear;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inside_container label.frm_visible {
  opacity: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_description {
  clear: both;
}
.frm_forms.with_frm_style.frm_style_formidable-style select[multiple=multiple] {
  height: auto;
  line-height: normal;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_catlevel_2 {
  margin-left: 18px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_catlevel_3 {
  margin-left: 18px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_catlevel_4 {
  margin-left: 18px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_catlevel_5 {
  margin-left: 18px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .auto_width input {
  width: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .auto_width #loginform input {
  width: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_buttons {
  white-space: nowrap;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit {
  clear: both;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit input[type=submit] {
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit input[type=button] {
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit button {
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_success .frm_submit {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_success .frm_submit .frm_message {
  flex: 1;
  margin: 0;
  padding-left: 10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_success.frm_alignright_success .frm_submit .frm_message {
  text-align: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-edit-page-btn {
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_ajax_loading {
  visibility: visible !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_ajax_loading {
  visibility: visible !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio {
  display: block;
  display: var(--radio-align);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio label {
  display: inline;
  white-space: normal;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio input[type=radio] {
  border-radius: 50%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox {
  display: block;
  display: var(--check-align);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox label {
  display: inline;
  white-space: normal;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox input[type=checkbox] {
  border-radius: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .horizontal_radio .frm_checkbox {
  display: inline-block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .horizontal_radio .frm_radio {
  display: inline-block;
}
.frm_forms.with_frm_style.frm_style_formidable-style :invalid {
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style :-moz-submit-invalid {
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style :-moz-ui-invalid {
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_error_style {
  border-radius: 0;
  border-radius: var(--border-radius);
  padding: 15px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_error_style img {
  padding-right: 10px;
  vertical-align: middle;
  border: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_trigger {
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_trigger span {
  float: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_message {
  border-radius: var(--border-radius);
  padding: 15px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_message p {
  margin-bottom: 5px;
  color: #000;
  color: var(--success-text-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-alt-table {
  border-color: #000;
  border-color: var(--border-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid .frm_primary_label {
  float: right !important;
  margin-right: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid .frm_radio {
  float: right !important;
  margin-right: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid .frm_radio label input {
  float: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid .frm_checkbox {
  float: right !important;
  margin-right: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid .frm_checkbox label input {
  float: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_first .frm_primary_label {
  float: right !important;
  margin-right: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_first .frm_radio {
  float: right !important;
  margin-right: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_first .frm_radio label input {
  float: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_first .frm_checkbox {
  float: right !important;
  margin-right: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_first .frm_checkbox label input {
  float: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_odd .frm_primary_label {
  float: right !important;
  margin-right: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_odd .frm_radio {
  float: right !important;
  margin-right: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_odd .frm_radio label input {
  float: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_odd .frm_checkbox {
  float: right !important;
  margin-right: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_odd .frm_checkbox label input {
  float: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_catlevel_2 {
  margin-right: 18px;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_catlevel_3 {
  margin-right: 18px;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_catlevel_4 {
  margin-right: 18px;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_catlevel_5 {
  margin-right: 18px;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_form_fields .star-rating {
  float: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl div > .frm_time_select {
  margin-right: 5px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid {
  clear: both;
  margin-bottom: 0 !important;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  border-color: var(--border-color);
  border-left: none;
  border-right: none;
  border-top: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid.frm_blank_field {
  background-color: #000;
  background-color: var(--error-bg);
  border-color: #000;
  border-color: var(--error-bg);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first {
  clear: both;
  margin-bottom: 0 !important;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  border-color: var(--border-color);
  border-left: none;
  border-right: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first.frm_blank_field {
  background-color: #000;
  background-color: var(--error-bg);
  border-color: #000;
  border-color: var(--error-bg);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd {
  clear: both;
  margin-bottom: 0 !important;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  border-color: var(--border-color);
  border-left: none;
  border-right: none;
  border-top: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd.frm_blank_field {
  background-color: #000;
  background-color: var(--error-bg);
  border-color: #000;
  border-color: var(--error-bg);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_time_wrap {
  white-space: nowrap;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_sec {
  margin-bottom: 20px;
  margin-bottom: var(--field-margin);
  margin-top: 20px;
  margin-top: var(--field-margin);
  padding-bottom: 15px;
  border-bottom: 2px solid #eaeaea;
  border-bottom-width: none;
  border-bottom-width: var(--section-border-width);
  border-bottom-style: solid;
  border-bottom-style: var(--section-border-style);
  border-color: transparent;
  border-color: var(--section-border-color);
  position: relative;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_sec:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_inline {
  clear: both;
  position: relative;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_hidden {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group .chosen-container {
  position: relative;
  flex: 1 1 auto;
  width: 1% !important;
  min-width: 0;
  margin-bottom: 0;
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group .chosen-container + .frm_inline_box {
  margin-left: -1px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group > select {
  position: relative;
  flex: 1 1 auto;
  width: 1% !important;
  min-width: 0;
  margin-bottom: 0;
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group > input {
  position: relative;
  flex: 1 1 auto;
  width: 1% !important;
  min-width: 0;
  margin-bottom: 0;
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_with_pre .chosen-single {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_with_pre > select {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_with_pre > input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_with_pre .chosen-container-multi .chosen-choices {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_with_post .chosen-single {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_with_post > select {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_with_post > input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_with_post .chosen-container-multi .chosen-choices {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group .frm_inline_box:first-child {
  margin-right: -1px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group select + .frm_inline_box {
  margin-left: -1px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group input + .frm_inline_box {
  margin-left: -1px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_box {
  display: flex;
  text-align: center;
  align-items: center;
  font-size: 90%;
  padding: 0 10px;
  color: #000;
  color: var(--progress-color);
  border: 1px solid #bfc3c8;
  border-color: #000;
  border-color: var(--border-color);
  border-width: 1px;
  border-width: var(--field-border-width);
  border-style: solid;
  border-style: var(--field-border-style);
  background-color: #000;
  background-color: var(--progress-bg-color);
  border-radius: 0;
  border-radius: var(--border-radius);
  width: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_total input {
  background-color: transparent;
  border: none;
  width: auto;
  box-shadow: none !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_total .frm_inline_box {
  background-color: transparent !important;
  border-width: 0 !important;
  box-shadow: none !important;
  color: #000;
  color: var(--text-color);
  padding: 0 3px 0 1px !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_total_big input {
  background-color: transparent;
  border: none;
  width: auto;
  box-shadow: none !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_total_big .frm_inline_box {
  background-color: transparent !important;
  border-width: 0 !important;
  box-shadow: none !important;
  color: #000;
  color: var(--text-color);
  padding: 0 3px 0 1px !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_total {
  padding: 0 3px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_scale {
  margin-right: 15px;
  text-align: center;
  float: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_scale input {
  display: block;
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=file]::-webkit-file-upload-button {
  color: #000;
  color: var(--text-color);
  background-color: #fff;
  background-color: var(--bg_color);
  padding: 10px 15px;
  padding: var(--field-pad);
  border-radius: 0;
  border-radius: var(--border-radius);
  border-color: #000;
  border-color: var(--border-color);
  border-width: 1px;
  border-width: var(--field-border-width);
  border-style: solid;
  border-style: var(--field-border-style);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_range_unit {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_range_value {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 24px;
  font-size: var(--slider-font-size);
  color: #555555;
  color: #000;
  color: var(--text-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_range_value + .frm_range_unit {
  font-size: 24px;
  font-size: var(--slider-font-size);
  color: #000;
  color: var(--text-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_range_container {
  padding-top: 5px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_range_container > .frm_range_unit {
  font-size: 24px;
  font-size: var(--slider-font-size);
  color: #000;
  color: var(--text-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_range_container input + .frm_range_value {
  text-align: center;
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range] {
  box-shadow: none !important;
  border: none !important;
  cursor: pointer;
  padding: 0;
  background: transparent !important;
  display: block;
  width: 100%;
  margin: 15px 0 8px;
  font-size: 14px;
  height: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]:active {
  outline: none;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]:focus {
  outline: none;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_range_max {
  float: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-webkit-slider-runnable-track {
  border-radius: 0;
  border-radius: var(--border-radius);
  border: none;
  height: 5px;
  background-color: #000;
  background-color: var(--slider-bar-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-moz-range-track {
  border-radius: 0;
  border-radius: var(--border-radius);
  border: none;
  height: 5px;
  background-color: #000;
  background-color: var(--slider-bar-color);
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
  background-color: #000;
  background-color: var(--toggle-off-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-moz-range-progress {
  border-radius: 0;
  border-radius: var(--border-radius);
  border: none;
  height: 5px;
  background-color: #000;
  background-color: var(--slider-bar-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-ms-fill-lower {
  border-radius: 0;
  border-radius: var(--border-radius);
  border: none;
  height: 5px;
  background-color: #000;
  background-color: var(--slider-bar-color);
  background-color: #000;
  background-color: var(--toggle-off-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-ms-fill-upper {
  border-radius: 0;
  border-radius: var(--border-radius);
  border: none;
  height: 5px;
  background-color: #000;
  background-color: var(--slider-bar-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-webkit-slider-thumb {
  height: 24px;
  width: 24px;
  border-radius: 24px;
  border: 1px solid #2568c4;
  color: #ffffff;
  background: #ffffff;
  cursor: pointer;
  margin-top: -10px;
  box-shadow: 0 2px 6px rgba(41, 58, 82, 0.31);
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-moz-range-thumb {
  height: 24px;
  width: 24px;
  border-radius: 24px;
  border: 1px solid #2568c4;
  color: #ffffff;
  background: #ffffff;
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-ms-thumb {
  height: 24px;
  width: 24px;
  border-radius: 24px;
  border: 1px solid #2568c4;
  color: #ffffff;
  background: #ffffff;
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-moz-focus-outer {
  border: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone {
  border-color: #000;
  border-color: var(--border-color);
  border-radius: 0;
  border-radius: var(--border-radius);
  color: #000;
  color: var(--text-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-remove {
  color: #000;
  color: var(--text-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-progress {
  background: #000;
  background: var(--progress-bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-progress .dz-upload {
  background: #000;
  background: var(--progress-active-bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview.dz-complete .dz-progress {
  background: #000;
  background: var(--progress-active-bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .frm_upload_icon:before {
  color: #000;
  color: var(--text-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-summary-page-wrapper {
  padding: 50px;
  margin: 25px 0 50px;
  border: 1px solid #bfc3c8;
  border-color: #000;
  border-color: var(--border-color);
  border-radius: 0;
  border-radius: var(--border-radius);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-summary-page-wrapper .frm-edit-page-btn {
  float: right;
  margin: 0;
  padding: 3px 10px;
  font-size: 13px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-disabled .chosen-single {
  cursor: default;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl {
  text-align: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-choices li {
  float: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-choices li.search-choice {
  margin: 1px 5px 1px 0;
  padding: 3px 5px 3px 19px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url("../../../../plugins/formidable-pro/images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_grid {
  position: relative;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_hidden_container .frm_primary_label {
  visibility: hidden;
  white-space: nowrap;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_none_container .frm_primary_label {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_section_heading.frm_hide_section {
  margin-top: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .quicktags-toolbar input {
  font-size: 12px !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style input.auto_width {
  width: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_center_submit .frm_submit {
  text-align: center;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_center_submit .frm_submit input[type=submit] {
  margin-bottom: 8px !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_center_submit .frm_submit input[type=button] {
  margin-bottom: 8px !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_center_submit .frm_submit button {
  margin-bottom: 8px !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_center_submit .frm_submit .frm_ajax_loading {
  display: block;
  margin: 0 auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style a.frm_save_draft {
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-family: var(--font);
  font-size: 15px;
  font-size: var(--submit-font-size);
  font-weight: normal;
  font-weight: var(--submit-weight);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_plain_success .frm_message {
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: inherit;
  color: inherit;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_plain_success .frm_message p {
  color: inherit;
}
.frm_forms.with_frm_style.frm_style_formidable-style table.frm-grid {
  border-collapse: collapse;
  border: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_conf_field.frm_half label.frm_conf_label {
  overflow: hidden;
  white-space: nowrap;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_other_input.frm_other_full {
  margin-top: 10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .frm_upload_icon:before {
  color: #fff;
  color: var(--submit-text-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field .frm_dropzone {
  border-color: #000;
  border-color: var(--border-color-error);
  color: #000;
  color: var(--text-color-error);
  background-color: #fff;
  background-color: var(--bg-color-error);
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-active .chosen-choices {
  border: 1px solid #579af6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_hidden {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_add_form_row.frm_hidden {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_add_form_row.frm_button.frm_hidden:last-child {
  display: inline-block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_add_form_row.frm_icon_font.frm_hidden:last-child {
  display: inline-block;
}
.frm_forms.with_frm_style.frm_style_formidable-style input:checked + .frm_switch .frm_slider {
  background-color: #000;
  background-color: var(--toggle-on-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style input:checked + .frm_switch .frm_slider:before {
  transform: translateX(15px);
}
.frm_forms.with_frm_style.frm_style_formidable-style input:focus + .frm_switch .frm_slider {
  box-shadow: 0 0 1px #2568c4;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_transparent {
  color: transparent;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_style {
  width: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_active_style {
  width: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_error_style {
  width: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_preview_page {
  padding: 25px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_preview_page:before {
  content: normal !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_pos_none {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_visible {
  opacity: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_form .frm_form_field {
  grid-column: span 1/span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_form .frm_submit {
  grid-column: span 1/span 1;
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_form .frm_submit input[type=submit] {
  margin-top: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_form .frm_submit button {
  margin-top: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_inline_submit input[type=submit] {
  margin-top: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_inline_submit button {
  margin-top: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_inline {
  width: auto;
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm6 {
  grid-column: span 6/span 6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_half {
  grid-column: span 6/span 6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm4 {
  grid-column: span 4/span 4;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_third {
  grid-column: span 4/span 4;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm8 {
  grid-column: span 8/span 8;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm3 {
  grid-column: span 3/span 3;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_fourth {
  grid-column: span 3/span 3;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm9 {
  grid-column: span 9/span 9;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_fifth {
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm2 {
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_sixth {
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm10 {
  grid-column: span 10/span 10;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm1 {
  grid-column: span 1/span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_seventh {
  grid-column: span 1/span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_eighth {
  grid-column: span 1/span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm5 {
  grid-column: span 5/span 5;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm7 {
  grid-column: span 7/span 7;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm11 {
  grid-column: span 11/span 11;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_page_bar input {
  transition: background-color 0.1s ease;
  color: #000;
  color: var(--progress-color);
  background-color: #000;
  background-color: var(--progress-bg-color);
  font-size: 18px;
  border-width: 1px;
  border-width: var(--progress-border-size);
  border-style: solid;
  border-color: #000;
  border-color: var(--progress-border-color-b);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_page_bar input:disabled {
  transition: background-color 0.1s ease;
  color: #000;
  color: var(--progress-color);
  background-color: #000;
  background-color: var(--progress-bg-color);
  font-size: 18px;
  border-width: 1px;
  border-width: var(--progress-border-size);
  border-style: solid;
  border-color: #000;
  border-color: var(--progress-border-color-b);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_page_bar input:focus {
  outline: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_page_bar .frm_current_page input[type=button] {
  background-color: #eaeaea;
  border-color: #e5e5e5;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line input {
  width: 100%;
  border: none;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: inset 0 2px 10px -10px rgba(41, 58, 82, 0.31);
  margin: 5px 0;
  padding: 6px 0;
  border-radius: 0;
  font-size: 0;
  line-height: 15px;
  color: transparent !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line input.frm_page_back {
  background-color: #000;
  background-color: var(--progress-active-bg-color);
  border-color: #579af6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line input:disabled {
  width: 100%;
  border: none;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: inset 0 2px 10px -10px rgba(41, 58, 82, 0.31);
  margin: 5px 0;
  padding: 6px 0;
  border-radius: 0;
  font-size: 0;
  line-height: 15px;
  color: transparent !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line.frm_show_lines input {
  border-left: 1px solid #3f4b5b;
  border-right: 1px solid #3f4b5b;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line.frm_show_lines input.frm_page_back {
  border-left-color: #579af6;
  border-right-color: #3f4b5b;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line.frm_show_lines .frm_current_page input[type=button] {
  border-right: 1px solid #3f4b5b;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line li:first-of-type input {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-left: 1px solid #579af6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line li:last-of-type input {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-right: 1px solid #579af6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line li:last-of-type input.frm_page_skip {
  border-right: 1px solid #e5e5e5;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line .frm_current_page input[type=button] {
  border-left: 1px solid #e5e5e5;
  color: transparent !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline input {
  width: 30px;
  height: 30px;
  min-height: auto;
  border-radius: 30px;
  padding: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline input:focus {
  border-color: #000;
  border-color: var(--progress-active-bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_no_numbers input {
  color: transparent !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_no_numbers .frm_current_page input[type=button] {
  color: transparent !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline .frm_current_page input[type=button] {
  border-color: #4386e2;
  background-color: #579af6;
  color: #ffffff;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_container {
  grid-template-columns: auto 25%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_container .frm_primary_label {
  grid-column: 2;
  grid-row: 1;
  margin-right: 0;
  margin-left: 10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_container .frm_description {
  grid-column: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_container .frm_opt_container {
  padding-top: 4px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_alignright {
  float: right !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_inline {
  width: auto;
  grid-column: span 2/span 2;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_inline {
  width: auto;
  grid-column: span 2/span 2;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_inline {
  width: auto;
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_inline {
  width: auto;
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_inline {
  width: auto;
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_three_fifths {
  grid-column: span 6/span 6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm6 {
  grid-column: span 6/span 6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_half {
  grid-column: span 6/span 6;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_half {
  grid-column: span 6/span 6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_half {
  grid-column: span 6/span 6;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_half {
  grid-column: span 6/span 6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_half {
  grid-column: span 6/span 6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_two_fifths {
  grid-column: span 4/span 4;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm4 {
  grid-column: span 4/span 4;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_third {
  grid-column: span 4/span 4;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_third {
  grid-column: span 4/span 4;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_third {
  grid-column: span 4/span 4;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_third {
  grid-column: span 4/span 4;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_third {
  grid-column: span 4/span 4;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm8 {
  grid-column: span 8/span 8;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_two_thirds {
  grid-column: span 8/span 8;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_two_thirds {
  grid-column: span 8/span 8;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_two_thirds {
  grid-column: span 8/span 8;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_two_thirds {
  grid-column: span 8/span 8;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_two_thirds {
  grid-column: span 8/span 8;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm3 {
  grid-column: span 3/span 3;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_fourth {
  grid-column: span 3/span 3;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_fourth {
  grid-column: span 3/span 3;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_fourth {
  grid-column: span 3/span 3;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_fourth {
  grid-column: span 3/span 3;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_fourth {
  grid-column: span 3/span 3;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_four_fifths {
  grid-column: span 9/span 9;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm9 {
  grid-column: span 9/span 9;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_three_fourths {
  grid-column: span 9/span 9;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_fifth {
  grid-column: span 2/span 2;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_fifth {
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_fifth {
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_fifth {
  grid-column: span 2/span 2;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_fifth {
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm2 {
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_sixth {
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_sixth {
  grid-column: span 2/span 2;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_sixth {
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm10 {
  grid-column: span 10/span 10;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm1 {
  grid-column: span 1/span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_seventh {
  grid-column: span 1/span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_seventh {
  grid-column: span 1/span 1;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_eighth {
  grid-column: span 1/span 1;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_eighth {
  grid-column: span 1/span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm5 {
  grid-column: span 5/span 5;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm7 {
  grid-column: span 7/span 7;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm11 {
  grid-column: span 11/span 11;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first {
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_inline_container {
  grid-template-columns: repeat(2, minmax(auto, max-content));
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_inline_container .frm_description {
  grid-column: 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_inline_container .frm_opt_container {
  padding-top: 4px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_container .frm_primary_label {
  grid-column: 1;
  grid-row: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_container .frm_description {
  grid-column: 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_container .frm_opt_container {
  padding-top: 4px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_two_col .frm_opt_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: max-content;
  grid-gap: 0 2.5%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_two_col .frm_radio {
  grid-column-end: span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_two_col .frm_checkbox {
  grid-column-end: span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_three_col .frm_opt_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: max-content;
  grid-gap: 0 2.5%;
  grid-template-columns: repeat(3, 1fr);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_three_col .frm_radio {
  grid-column-end: span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_three_col .frm_checkbox {
  grid-column-end: span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_four_col .frm_opt_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: max-content;
  grid-gap: 0 2.5%;
  grid-template-columns: repeat(4, 1fr);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_four_col .frm_radio {
  grid-column-end: span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_four_col .frm_checkbox {
  grid-column-end: span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_checkbox.frm_image_option {
  margin: 10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_checkbox.frm_image_option + .frm_checkbox {
  margin: 10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_checkbox + .frm_checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_radio {
  margin-top: 0;
  margin-bottom: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_radio.frm_image_option {
  margin: 10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_radio.frm_image_option + .frm_radio {
  margin: 10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_radio + .frm_radio {
  margin-top: 0;
  margin-bottom: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_html_scroll_box {
  height: 100px;
  overflow: auto;
  background-color: #fff;
  background-color: var(--bg-color);
  border-color: #000;
  border-color: var(--border-color);
  border-width: 1px;
  border-width: var(--field-border-width);
  border-style: solid;
  border-style: var(--field-border-style);
  border-radius: 0;
  border-radius: var(--border-radius);
  width: 100%;
  width: var(--field-width);
  max-width: 100%;
  font-size: 18px;
  font-size: var(--field-font-size);
  padding: 10px 15px;
  padding: var(--field-pad);
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  box-shadow: none;
  box-shadow: var(--box-shadow);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big input {
  opacity: 1;
  background-color: transparent !important;
  border: none !important;
  font-weight: bold;
  width: auto !important;
  height: auto !important;
  box-shadow: none !important;
  display: inline;
  padding: 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 44px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big input:focus {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big textarea {
  opacity: 1;
  background-color: transparent !important;
  border: none !important;
  font-weight: bold;
  width: auto !important;
  height: auto !important;
  box-shadow: none !important;
  display: inline;
  padding: 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 44px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big textarea:focus {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big .frm_total_formatted {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 44px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big input[type=text] {
  font-size: 32px;
  font-weight: bold;
  line-height: 44px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big input[type=number] {
  font-size: 32px;
  font-weight: bold;
  line-height: 44px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total input {
  opacity: 1;
  background-color: transparent !important;
  border: none !important;
  font-weight: bold;
  width: auto !important;
  height: auto !important;
  box-shadow: none !important;
  display: inline;
  padding: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total input:focus {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total textarea {
  opacity: 1;
  background-color: transparent !important;
  border: none !important;
  font-weight: bold;
  width: auto !important;
  height: auto !important;
  box-shadow: none !important;
  display: inline;
  padding: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total textarea:focus {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_capitalize input {
  text-transform: capitalize;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_capitalize select {
  text-transform: capitalize;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_capitalize .frm_opt_container label {
  text-transform: capitalize;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field div.frm_repeat_grid .frm_add_form_row {
  display: inline-block;
  visibility: visible;
  pointer-events: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field div.frm_repeat_grid .frm_add_form_row.frm_hide_add_button {
  transition: opacity 0.15s ease-in-out;
  pointer-events: none;
  visibility: hidden;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field div.frm_repeat_inline .frm_add_form_row {
  display: inline-block;
  visibility: visible;
  pointer-events: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field div.frm_repeat_inline .frm_add_form_row.frm_hide_add_button {
  transition: opacity 0.15s ease-in-out;
  pointer-events: none;
  visibility: hidden;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_total_formatted {
  display: inline-block;
  margin: 5px 0 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_seventh.frm_form_field.frm_eighth {
  grid-column: span 1/span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_scroll_box .frm_opt_container {
  height: 100px;
  overflow: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_label_justify .frm_primary_label {
  text-align: justify !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_repeat_sec .frm_add_form_row {
  transition: opacity 0.15s ease-in-out;
  pointer-events: none;
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_repeat_grid ~ .frm_repeat_grid .frm_form_field .frm_primary_label {
  display: none !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_full .frm_dropzone.dz-clickable.frm_single_upload {
  max-width: 100%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_full .frm_dropzone.dz-clickable.frm_single_upload .dz-message {
  margin: 0.5em 0 1em;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_full_upload .frm_dropzone.dz-clickable.frm_single_upload {
  max-width: 100%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_full_upload .frm_dropzone.dz-clickable.frm_single_upload .dz-message {
  margin: 0.5em 0 1em;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_submit_style {
  height: auto;
  width: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_ajax_loading {
  visibility: hidden;
  width: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style a.frm_save_draft {
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style a.frmfont {
  text-decoration: none !important;
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style a.frmfont:hover.frm_icon_font {
  text-decoration: none !important;
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style a.frm_icon_font {
  text-decoration: none !important;
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style a.frm_icon_font:hover {
  text-decoration: none !important;
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .horizontal_radio .frm_radio {
  margin: 0 5px 0 0;
  display: inline-block;
  padding-left: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .horizontal_radio .frm_radio.frm_image_option {
  padding-left: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .horizontal_radio .frm_checkbox {
  margin: 0;
  margin-right: 5px;
  display: inline-block;
  padding-left: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .horizontal_radio .frm_checkbox.frm_image_option {
  padding-left: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .horizontal_radio .frm_catlevel_1 {
  display: inline-block;
  padding-left: 0;
  display: inline-block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .vertical_radio .frm_checkbox {
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .vertical_radio .frm_radio {
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .vertical_radio .frm_catlevel_1 {
  display: block;
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_success_style {
  border-radius: 0;
  border-radius: var(--border-radius);
  padding: 15px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-grid .frm_even {
  background-color: #fff;
  background-color: var(--bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-grid .frm_odd {
  background-color: #fff;
  background-color: var(--bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-alt-table {
  width: 100%;
  border-collapse: separate;
  margin-top: 0.5em;
  font-size: 15px;
  border-width: 1px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-alt-table th {
  width: 200px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-alt-table tr {
  background-color: transparent;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-alt-table tr:nth-child(even) {
  background-color: #ecf0f5;
}
.frm_forms.with_frm_style.frm_style_formidable-style table.frmcal-calendar .frmcal_date {
  background-color: #ffffff;
  padding: 0 5px;
  text-align: right;
  box-shadow: 0 2px 5px #bfc3c8;
}
.frm_forms.with_frm_style.frm_style_formidable-style table.frmcal-calendar .frmcal-today .frmcal_date {
  background-color: #ffffff;
  padding: 0 5px;
  text-align: right;
  box-shadow: 0 2px 5px #579af6;
}
.frm_forms.with_frm_style.frm_style_formidable-style table.form_results {
  border: 1px solid #bfc3c8;
  border-width: 1px;
  border-width: var(--field-border-width);
  border-color: #000;
  border-color: var(--border-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style table.form_results tr td {
  text-align: left;
  padding: 7px 9px;
  color: #000;
  color: var(--text-color);
  border-top: 1px solid #bfc3c8;
  border-top-width: 1px;
  border-top-width: var(--field-border-width);
  border-top-color: #000;
  border-top-color: var(--border-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style table.form_results tr.frm_even {
  background-color: #fff;
  background-color: var(--bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style table.form_results tr.frm_odd {
  background-color: #fff;
  background-color: var(--bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_color_block {
  background-color: #ecf0f5;
  padding: 40px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_color_block.frm_section_heading h3 {
  border-width: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_toggle_container {
  border: 1px solid transparent;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_toggle_container ul {
  margin: 5px 0;
  padding-left: 0;
  list-style-type: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_toggle_container .frm_month_heading {
  text-indent: 15px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_toggle_container .frm_month_listing {
  margin-left: 40px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_from_url {
  height: 50px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-loading-img {
  background: url("../../../../plugins/formidable/images/ajax_loader.gif") no-repeat center center;
  padding: 6px 12px;
}
.frm_forms.with_frm_style.frm_style_formidable-style select.frm_loading_lookup {
  background-image: url("../../../../plugins/formidable/images/ajax_loader.gif") !important;
  background-position: 10px;
  background-repeat: no-repeat;
  color: transparent !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style select.frmfont {
  font-family: s11-fp !important;
  text-align: center;
}
.frm_forms.with_frm_style.frm_style_formidable-style select.frm_icon_font {
  font-family: s11-fp !important;
  text-align: center;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_screen_reader {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_screen_reader.frm_hidden {
  display: initial;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_verify {
  position: absolute;
  left: -3000px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_clear_none {
  clear: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_clear {
  clear: both;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_combo_inputs_container > * {
  grid-column: span 12/span 12;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_container > * {
  grid-column: span 12/span 12;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields .frm_section_heading.frm_hidden {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_section_heading > * {
  grid-column: span 12/span 12;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row {
  display: inline-block;
  visibility: visible;
  pointer-events: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row.frm_hide_add_button {
  transition: opacity 0.15s ease-in-out;
  pointer-events: none;
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field {
  grid-column: span 12/span 12;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_inline {
  width: auto;
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm6 {
  grid-column: span 6/span 6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_half {
  grid-column: span 6/span 6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm4 {
  grid-column: span 4/span 4;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_third {
  grid-column: span 4/span 4;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm8 {
  grid-column: span 8/span 8;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_two_thirds {
  grid-column: span 8/span 8;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm3 {
  grid-column: span 3/span 3;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_fourth {
  grid-column: span 3/span 3;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm9 {
  grid-column: span 9/span 9;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_three_fourths {
  grid-column: span 9/span 9;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm2 {
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_sixth {
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm10 {
  grid-column: span 10/span 10;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm1 {
  grid-column: span 1/span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm5 {
  grid-column: span 5/span 5;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm7 {
  grid-column: span 7/span 7;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm11 {
  grid-column: span 11/span 11;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_full .wp-editor-wrap input {
  width: auto !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_first {
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container > * {
  grid-column: span 12/span 12;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-fade-in {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 750px) {
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_container.frm_no_grid_750 {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_container.frm_no_grid_600 {
    display: block;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_container > .frm_form_field {
    grid-column: 1/span 12 !important;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_inline_container {
    display: block;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_container {
    display: block;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_container {
    display: block;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_four_col .frm_opt_container {
    grid-template-columns: repeat(2, 1fr);
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .frm_repeat_inline {
    margin: 20px 0;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .frm_repeat_grid {
    margin: 20px 0;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_section_heading > .frm_form_field {
    grid-column: 1/span 12 !important;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container > .frm_submit {
    grid-column: 1/span 12 !important;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container > .frm_form_field {
    grid-column: 1/span 12 !important;
  }
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid {
  background-color: #fff;
  background-color: var(--bg-color-active);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid .frm_error {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid .frm_primary_label {
  float: left !important;
  display: block;
  margin-top: 0;
  margin-left: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid .frm_radio {
  float: left !important;
  display: block;
  margin-top: 0;
  margin-left: 0 !important;
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid .frm_radio label {
  visibility: hidden;
  white-space: nowrap;
  text-align: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid .frm_radio label input {
  visibility: visible;
  margin: 2px 0 0;
  float: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid .frm_checkbox {
  float: left !important;
  display: block;
  margin-top: 0;
  margin-left: 0 !important;
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid .frm_checkbox label {
  visibility: hidden;
  white-space: nowrap;
  text-align: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid .frm_checkbox label input {
  visibility: visible;
  margin: 2px 0 0;
  float: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first {
  margin-top: 20px;
  background-color: #fff;
  background-color: var(--bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first .frm_error {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first .frm_primary_label {
  float: left !important;
  display: block;
  margin-top: 0;
  margin-left: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first .frm_radio {
  float: left !important;
  display: block;
  margin-top: 0;
  margin-left: 0 !important;
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first .frm_radio label {
  visibility: hidden;
  white-space: nowrap;
  text-align: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first .frm_radio label input {
  visibility: visible;
  margin: 2px 0 0;
  float: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first .frm_checkbox {
  float: left !important;
  display: block;
  margin-top: 0;
  margin-left: 0 !important;
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first .frm_checkbox label {
  visibility: hidden;
  white-space: nowrap;
  text-align: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first .frm_checkbox label input {
  visibility: visible;
  margin: 2px 0 0;
  float: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd {
  background-color: #fff;
  background-color: var(--bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd .frm_error {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd .frm_primary_label {
  float: left !important;
  display: block;
  margin-top: 0;
  margin-left: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd .frm_radio {
  float: left !important;
  display: block;
  margin-top: 0;
  margin-left: 0 !important;
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd .frm_radio label {
  visibility: hidden;
  white-space: nowrap;
  text-align: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd .frm_radio label input {
  visibility: visible;
  margin: 2px 0 0;
  float: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd .frm_checkbox {
  float: left !important;
  display: block;
  margin-top: 0;
  margin-left: 0 !important;
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd .frm_checkbox label {
  visibility: hidden;
  white-space: nowrap;
  text-align: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd .frm_checkbox label input {
  visibility: visible;
  margin: 2px 0 0;
  float: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_2 .frm_radio {
  width: 48% !important;
  margin-right: 4%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_2 .frm_checkbox {
  width: 48% !important;
  margin-right: 4%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_2 .frm_primary_label {
  width: 48% !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_3 .frm_radio {
  width: 30% !important;
  margin-right: 3%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_3 .frm_checkbox {
  width: 30% !important;
  margin-right: 3%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_3 .frm_primary_label {
  width: 30% !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_4 .frm_radio {
  width: 20% !important;
  margin-right: 4%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_4 .frm_checkbox {
  width: 20% !important;
  margin-right: 4%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_4 .frm_primary_label {
  width: 28% !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_5 .frm_primary_label {
  width: 24% !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_5 .frm_radio {
  width: 17% !important;
  margin-right: 2%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_5 .frm_checkbox {
  width: 17% !important;
  margin-right: 2%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_7 .frm_primary_label {
  width: 24% !important;
  width: 22% !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_7 .frm_radio {
  width: 12% !important;
  margin-right: 1%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_7 .frm_checkbox {
  width: 12% !important;
  margin-right: 1%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_6 .frm_primary_label {
  width: 25% !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_6 .frm_radio {
  width: 14% !important;
  margin-right: 1%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_6 .frm_checkbox {
  width: 14% !important;
  margin-right: 1%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_8 .frm_primary_label {
  width: 23% !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_8 .frm_radio {
  width: 10% !important;
  margin-right: 1%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_8 .frm_checkbox {
  width: 10% !important;
  margin-right: 1%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_9 .frm_primary_label {
  width: 20% !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_9 .frm_radio {
  width: 9% !important;
  margin-right: 1%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_9 .frm_checkbox {
  width: 9% !important;
  margin-right: 1%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_10 .frm_primary_label {
  width: 19% !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_10 .frm_radio {
  width: 8% !important;
  margin-right: 1%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_10 .frm_checkbox {
  width: 8% !important;
  margin-right: 1%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_clearfix {
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmfont {
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
  display: inline-block;
  text-rendering: auto;
  line-height: 1;
  transition: color 0.1s ease-in-out, opacity 0.1s ease-in-out;
  font-size: 18px;
  text-decoration: none !important;
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmfont:before {
  font-family: s11-fp !important;
  text-align: center;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmfont:hover {
  text-decoration: none !important;
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmfont:focus {
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmfont:active {
  outline: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font {
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
  display: inline-block;
  text-rendering: auto;
  line-height: 1;
  transition: color 0.1s ease-in-out, opacity 0.1s ease-in-out;
  font-size: 18px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font:before {
  font-family: s11-fp !important;
  text-align: center;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font:hover {
  text-decoration: none !important;
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font:focus {
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font:active {
  outline: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font.frm_activecampaign_icon {
  background-image: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font.frm_mailpoet_icon:before {
  content: "\e934";
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dashicon_font {
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
  display: inline-block;
  text-rendering: auto;
  line-height: 1;
  transition: color 0.1s ease-in-out, opacity 0.1s ease-in-out;
  font-size: 18px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dashicon_font:focus {
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style i.frmfont {
  font-style: normal;
  font-variant: normal;
  speak: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style i.frm_icon_font {
  font-style: normal;
  font-variant: normal;
  speak: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_more_horiz_solid_icon {
  font-size: 28px !important;
  font-weight: bold;
  line-height: 18px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_more_horiz_solid_icon:before {
  content: "···";
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_invisible_section {
  display: none !important;
  visibility: hidden !important;
  height: 0;
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_invisible_section .frm_form_field {
  display: none !important;
  visibility: hidden !important;
  height: 0;
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_inline .frm_button {
  display: inline-block;
  line-height: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_inline .frm_button .frm_icon_font:before {
  line-height: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_inline .frm_repeat_buttons a.frm_icon_font {
  vertical-align: sub;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_inline .frm_repeat_buttons a.frm_icon_font:before {
  vertical-align: text-top;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group input + label {
  float: left;
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden !important;
  clear: none;
  font-style: normal;
  margin-right: 5px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group input + label:before {
  font-family: s11-fp;
  content: "\e9d7";
  color: #f0ad4e;
  display: inline-block;
  vertical-align: top;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group input + label:hover:before {
  content: "\e9d9";
  color: #f0ad4e;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group .star-rating {
  float: left;
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden !important;
  clear: none;
  font-style: normal;
  margin-right: 5px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group .star-rating:before {
  font-family: s11-fp;
  content: "\e9d7";
  color: #f0ad4e;
  display: inline-block;
  vertical-align: top;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group .star-rating-readonly {
  cursor: default !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group input[type=radio]:checked + label:before {
  color: #f0ad4e;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group:not(.frm-star-hovered) input[type=radio]:checked + label:before {
  color: #f0ad4e;
  content: "\e9d9";
  color: #f0ad4e;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group:hover input + label:hover:before {
  content: "\e9d9";
  color: #f0ad4e;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group .star-rating-on:before {
  content: "\e9d9";
  color: #f0ad4e;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group .star-rating-hover:before {
  content: "\e9d9";
  color: #f0ad4e;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group .frm_half_star:before {
  content: "\e9d8";
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_left_container .frm_other_input {
  grid-column: 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_left_container.frm_other_container .frm_other_input {
  margin-left: 5px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_left_container.frm_other_container select ~ .frm_other_input {
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style ul.frm_plain_list {
  list-style: none;
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style ul.frm_plain_list li {
  list-style: none;
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style ul.frm_page_bar {
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
  width: 100%;
  float: left;
  display: table;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.frm_forms.with_frm_style.frm_style_formidable-style ul.frm_page_bar li {
  display: inline-block;
  flex: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style ul.frm_pagination > li.active a {
  text-decoration: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style ul.frm_inline_list li {
  display: inline;
  padding: 2px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmcal {
  padding-top: 30px;
  width: 100%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmcal table.frmcal-calendar {
  border-collapse: collapse;
  margin-top: 20px;
  color: #555555;
  border: 1px solid #bfc3c8;
  width: 100%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmcal table.frmcal-calendar tbody tr td {
  border: 1px solid #bfc3c8;
  height: 110px;
  width: 14.28%;
  vertical-align: top;
  padding: 0 !important;
  color: #555555;
  font-size: 12px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmcal table.frmcal-calendar thead tr th {
  text-align: center;
  padding: 2px 4px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmcal-title {
  font-size: 116%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmcal-header {
  width: 100%;
  text-align: center;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmcal-prev {
  margin-right: 10px;
  float: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmcal-dropdown {
  float: left;
  margin-left: 5px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmcal-next {
  float: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmcal_day_name {
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmcal_num {
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmcal-content {
  padding: 2px 4px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_switch_opt {
  padding: 0 8px 0 0;
  white-space: normal;
  display: inline;
  vertical-align: middle;
  font-size: 15px;
  font-size: var(--toggle-font-size);
  font-weight: normal;
  font-weight: var(--check-weight);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_on_label {
  padding: 0 0 0 8px;
  color: #000;
  color: var(--check-label-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_off_label {
  color: #000;
  color: var(--check-label-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 25px;
  vertical-align: middle;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  background-color: var(--toggle-off-color);
  transition: 0.4s;
  border-radius: 30px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_slider:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 1px;
  bottom: 1px;
  background-color: #ffffff;
  transition: 0.4s;
  box-shadow: 0 2px 6px rgba(41, 58, 82, 0.31);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rtl .frm_switch_opt {
  padding: 0 8px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rtl .frm_slider:before {
  left: 16px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rtl input:checked + .frm_switch .frm_slider:before {
  transform: none !important;
  left: 1px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rtl.frm_forms .frm_progress_line li:first-of-type input {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-right: 1px solid #579af6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rtl.frm_forms .frm_progress_line li:last-of-type input {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left: 1px solid #579af6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rtl.frm_forms .frm_progress_line li:last-of-type input.frm_page_skip {
  border-left: 1px solid #e5e5e5;
  border-right: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rtl.frm_forms .frm_progress_line .frm_current_page input[type=button] {
  border-right: 1px solid #e5e5e5;
  border-left: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rtl.frm_forms .frm_progress_line.frm_show_lines .frm_current_page input[type=button] {
  border-left: 1px solid #3f4b5b;
  border-right: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_opt_container {
  display: inline-flex;
  flex-flow: wrap;
  flex-direction: row;
  margin: 0 -10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_image_option_container {
  border: 1px solid #bfc3c8;
  border-color: #000;
  border-color: var(--border-color);
  border-width: 1px;
  border-width: var(--field-border-width);
  border-radius: 0;
  border-radius: var(--border-radius);
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_image_option_container.frm_label_with_image .frm_empty_url {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_image_option_container.frm_label_with_image img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_image_option_container:hover {
  border-color: #000;
  border-color: var(--border-color-active);
  box-shadow: 0 0 0 1px #579af6;
  box-shadow: 0 0 0 1px var(--border-color-active);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_image_option_container .frm_empty_url {
  width: 100%;
  height: 150px;
  height: var(--image-size);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  border-radius: var(--border-radius);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_image_option_container img {
  width: 100%;
  height: 150px;
  height: var(--image-size);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  border-radius: var(--border-radius);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_radio input[type=radio] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-summary-page-wrapper .frm_image_option_container img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-summary-page-wrapper .frm-line-table th {
  width: 40%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_option_container .frm_selected_checkmark {
  position: absolute;
  z-index: 99;
  left: -10px;
  top: -12px;
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_option_container .frm_selected_checkmark svg {
  fill: #000;
  fill: var(--border-color-active);
  width: 24px;
  height: 24px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_option_container .frm_image_placeholder_icon {
  position: absolute;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_option_container .frm_image_placeholder_icon svg {
  width: 63px;
  opacity: 0.2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_option_container .frm_empty_url {
  background: #ecf0f5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_text_label_for_image {
  text-align: center;
  width: 100%;
  padding: 10px;
  word-break: keep-all;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=radio]:checked + .frm_image_option_container {
  border-color: #000;
  border-color: var(--border-color-active);
  box-shadow: 0 0 0 1px #579af6;
  box-shadow: 0 0 0 1px var(--border-color-active);
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=radio]:checked + .frm_image_option_container .frm_selected_checkmark {
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=radio]:disabled + .frm_image_option_container {
  opacity: 0.7;
  border-color: #000;
  border-color: var(--border-color-disabled);
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=checkbox]:checked + .frm_image_option_container {
  border-color: #000;
  border-color: var(--border-color-active);
  box-shadow: 0 0 0 1px #579af6;
  box-shadow: 0 0 0 1px var(--border-color-active);
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=checkbox]:checked + .frm_image_option_container .frm_selected_checkmark {
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=checkbox]:disabled + .frm_image_option_container {
  opacity: 0.7;
  border-color: #000;
  border-color: var(--border-color-disabled);
}
@media screen and (max-width: 768px) {
  .frm_forms.with_frm_style.frm_style_formidable-style .frm-pass-req {
    width: 50% !important;
    white-space: nowrap;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm-pass-verified {
    width: 50% !important;
    white-space: nowrap;
  }
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-pass-req {
  float: left;
  width: 20%;
  line-height: 20px;
  font-size: 12px;
  padding-top: 4px;
  min-width: 175px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-pass-req:before {
  padding-right: 4px;
  font-size: 12px !important;
  vertical-align: middle !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-pass-verified {
  float: left;
  width: 20%;
  line-height: 20px;
  font-size: 12px;
  padding-top: 4px;
  min-width: 175px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-pass-verified:before {
  padding-right: 4px;
  font-size: 12px !important;
  vertical-align: middle !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style span.frm-pass-verified::before {
  content: "\e606";
}
.frm_forms.with_frm_style.frm_style_formidable-style span.frm-pass-req::before {
  content: "\e608";
}
.frm_forms.with_frm_style.frm_style_formidable-style div.frm-password-strength {
  width: 100%;
  float: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style div.frm_repeat_grid:after {
  content: "";
  display: table;
  clear: both;
}
.frm_forms.with_frm_style.frm_style_formidable-style div.frm_repeat_inline:after {
  content: "";
  display: table;
  clear: both;
}
.frm_forms.with_frm_style.frm_style_formidable-style div.frm_repeat_sec:after {
  content: "";
  display: table;
  clear: both;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-line-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.5em;
  font-size: 15px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-line-table tr {
  background-color: transparent;
  border-bottom: 1px solid rgba(191, 195, 200, 0.6);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-line-table td {
  border: 0;
  padding: 20px 15px;
  background-color: transparent;
  vertical-align: top;
  color: #3f4b5b;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-line-table th {
  border: 0;
  padding: 20px 15px;
  background-color: transparent;
  vertical-align: top;
  color: #3f4b5b;
  opacity: 0.7;
  font-size: 1.1em;
  font-weight: 500;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-line-table h3 {
  font-size: 21px;
  font-weight: 500;
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_round {
  border-radius: 50%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_round.frm_color_block {
  padding: 3px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_square {
  border-radius: 0;
  border-radius: var(--border-radius);
  -o-object-fit: cover;
     object-fit: cover;
  width: 150px;
  height: 150px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmsvg {
  max-width: 100%;
  fill: currentColor;
  vertical-align: sub;
  display: inline-block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_smaller {
  font-size: 90%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_small {
  font-size: 14px;
  font-weight: normal;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_bigger {
  font-size: 110%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_full_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_full_row > li {
  flex: 1;
  text-align: center;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_full_row > div {
  flex: 1;
  text-align: center;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_tiles > li {
  border: 1px solid #bfc3c8;
  border-radius: 0;
  border-radius: var(--border-radius);
  margin-top: 20px;
  padding: 25px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.075);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_tiles > div {
  border: 1px solid #bfc3c8;
  border-radius: 0;
  border-radius: var(--border-radius);
  margin-top: 20px;
  padding: 25px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.075);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_tiles h3 {
  margin-top: 5px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_slidein.frm_slideout .frm_form_fields > fieldset {
  animation-name: frmSlideOutLeft !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_slidein.frm_slideout.frm_going_back .frm_form_fields > fieldset {
  animation-name: frmSlideOutRight !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_slidein .frm_form_fields > fieldset {
  animation-name: frmSlideInRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_slidein.frm_going_back .frm_form_fields > fieldset {
  animation-name: frmSlideInLeft;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_slidein .frm-g-recaptcha .grecaptcha-badge {
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-fill-mode: both;
}
@keyframes frmSlideInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes frmSlideInRight {
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes frmSlideOutLeft {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes frmSlideOutRight {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_slideup.frm_slideout .frm_form_fields > fieldset {
  animation-name: frmSlideOutUp !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_slideup.frm_slideout.frm_going_back .frm_form_fields > fieldset {
  animation-name: frmSlideOutDown !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_slideup .frm_form_fields > fieldset {
  animation-name: frmSlideDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_slideup.frm_going_back .frm_form_fields > fieldset {
  animation-name: frmSlideUp;
}
@keyframes frmSlideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, -200px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes frmSlideDown {
  0% {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes frmSlideOutUp {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -200px, 0);
  }
}
@keyframes frmSlideOutDown {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }
}
@media only screen and (min-resolution: 144dpi) {
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .chosen-container-single .chosen-single abbr {
    background-image: url("../../../../plugins/formidable-pro/images/chosen-sprite2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .chosen-container-single .chosen-single div b {
    background-image: url("../../../../plugins/formidable-pro/images/chosen-sprite2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .chosen-container-single .chosen-search input[type=text] {
    background-image: url("../../../../plugins/formidable-pro/images/chosen-sprite2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .chosen-container .chosen-results-scroll-down span {
    background-image: url("../../../../plugins/formidable-pro/images/chosen-sprite2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .chosen-container .chosen-results-scroll-up span {
    background-image: url("../../../../plugins/formidable-pro/images/chosen-sprite2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .chosen-rtl .chosen-search input[type=text] {
    background-image: url("../../../../plugins/formidable-pro/images/chosen-sprite2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    background-image: url("../../../../plugins/formidable-pro/images/chosen-sprite2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
  70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone {
  box-sizing: border-box;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone * {
  box-sizing: border-box;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.frm_single_upload {
  min-height: 60px;
  margin-top: 5px;
  line-height: 1.42857143;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.frm_single_upload.dz-started .dz-message {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.dz-clickable {
  min-height: 60px;
  margin-top: 5px;
  line-height: 1.42857143;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.dz-clickable * {
  cursor: default;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.dz-clickable .dz-message {
  display: block;
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.dz-clickable.frm_single_upload .dz-message {
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-message {
  border: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtZGFzaGFycmF5PSIxMiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IjAiIHN0cm9rZS1saW5lY2FwPSJidXR0Ii8+PC9zdmc+");
  padding: 20px;
  border-radius: 0;
  border-radius: var(--border-radius);
  cursor: pointer;
  display: none;
  text-align: center;
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .frm_upload_icon {
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .frm_upload_icon:before {
  font-size: 40px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.dz-drag-hover {
  border-style: solid;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview {
  padding: 15px 0;
  border-bottom: 1px solid #d3d3d3;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview:last-child {
  border-bottom: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview:hover {
  z-index: 1000;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-remove {
  cursor: pointer;
  border: none;
  float: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-details {
  font-size: 14px;
  margin: 5px 0 10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-details .dz-size {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-details .dz-size strong {
  font-weight: normal;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-details .dz-filename {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  max-width: 65%;
  text-overflow: ellipsis;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-details .dz-filename a {
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-column {
  float: right;
  width: 68%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-image {
  overflow: hidden;
  width: 30%;
  height: 60px;
  display: block;
  float: left;
  margin-right: 2%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-image img {
  display: block;
  margin: 0 auto;
  max-height: 60px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-progress {
  pointer-events: none;
  position: relative;
  height: 10px;
  width: 100%;
  background: #d3d3d3;
  border-radius: 8px;
  overflow: hidden;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-progress .dz-upload {
  background: #444444;
  background: linear-gradient(to bottom, #666666, #444444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #b94a48;
  padding: 0.5em;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview.dz-processing .dz-progress {
  transition: all 0.2s linear;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview.dz-complete .dz-progress {
  background: #444444;
  background: linear-gradient(to bottom, #666666, #444444);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .fallback input[type=file] {
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact_text {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact_text button {
  background: none !important;
  color: inherit !important;
  border: none !important;
  padding: 0 !important;
  font: inherit !important;
  cursor: pointer !important;
  outline: inherit !important;
  height: auto !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable {
  padding: 0;
  border: none;
  background-color: transparent;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable.frm_single_upload {
  max-width: 100%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable.frm_single_upload .dz-message {
  font-size: 14px;
  border: 1px solid #d3d3d3;
  background: #ffffff;
  display: inline-block;
  border-radius: var(--border-radius);
  padding: 6px 11px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px #eee;
  vertical-align: middle;
  margin: 0 0 1em;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable .dz-message {
  font-size: 14px;
  border: 1px solid #d3d3d3;
  background: #ffffff;
  display: inline-block;
  border-radius: var(--border-radius);
  padding: 6px 11px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px #eee;
  vertical-align: middle;
  margin: 0 0 1em;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .frm_upload_icon {
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .frm_upload_icon:before {
  font-size: 22px;
  padding-right: 7px;
  vertical-align: middle;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .dz-preview {
  min-height: 20px;
  max-width: 200px;
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  border-bottom: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .dz-preview .dz-image {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .dz-preview .dz-details {
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .dz-preview .dz-details .dz-size {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  text-overflow: ellipsis;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .dz-preview .dz-column {
  float: none;
  width: 100%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .dz-preview.frm_clearfix:after {
  content: "";
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .frm_upload_text {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .frm_small_text {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.frm_single_upload.dz-started .dz-message {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.frm_single_upload.dz-started.dz-clickable .dz-message {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_compact_text {
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline_group {
  margin: 20px 0 30px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline_single {
  text-align: center;
  margin: 0;
  padding: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline_title {
  font-size: 14px;
  padding: 4px;
  color: #000;
  color: var(--description-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_pages_complete {
  font-size: 14px;
  padding: 4px;
  color: #000;
  color: var(--description-color);
  float: right;
  margin-right: 13px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_percent_complete {
  font-size: 14px;
  padding: 4px;
  color: #000;
  color: var(--description-color);
  float: left;
  margin-left: 13px;
}
@media only screen and (max-width: 700px) {
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_rootline_10 span.frm_rootline_title {
    display: none;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_rootline_9 span.frm_rootline_title {
    display: none;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_rootline_8 span.frm_rootline_title {
    display: none;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_rootline_7 span.frm_rootline_title {
    display: none;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_rootline_6 span.frm_rootline_title {
    display: none;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_rootline_5 span.frm_rootline_title {
    display: none;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_progress span.frm_rootline_title {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_rootline_4 span.frm_rootline_title {
    display: none;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_rootline_3 span.frm_rootline_title {
    display: none;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_two_col .frm_radio {
    width: auto;
    margin-right: 0;
    float: none;
    display: block;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_two_col .frm_checkbox {
    width: auto;
    margin-right: 0;
    float: none;
    display: block;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_three_col .frm_radio {
    width: auto;
    margin-right: 0;
    float: none;
    display: block;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_three_col .frm_checkbox {
    width: auto;
    margin-right: 0;
    float: none;
    display: block;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field input[type=file] {
    max-width: 220px;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .frm-g-recaptcha iframe {
    width: 100%;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .frm-g-recaptcha > div > div {
    width: inherit !important;
    display: block;
    overflow: hidden;
    max-width: 302px;
    border-right: 1px solid #d3d3d3;
    border-radius: var(--border-radius);
    box-shadow: 2px 0 4px -1px rgba(0, 0, 0, 0.08);
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .g-recaptcha iframe {
    width: 100%;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .g-recaptcha > div > div {
    width: inherit !important;
    display: block;
    overflow: hidden;
    max-width: 302px;
    border-right: 1px solid #d3d3d3;
    border-radius: var(--border-radius);
    box-shadow: 2px 0 4px -1px rgba(0, 0, 0, 0.08);
  }
}
@media only screen and (max-width: 900px) {
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_repeat_grid .frm_form_field.frm_sixth .frm_primary_label {
    display: block !important;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_repeat_grid .frm_form_field.frm_seventh .frm_primary_label {
    display: block !important;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_repeat_grid .frm_form_field.frm_eighth .frm_primary_label {
    display: block !important;
  }
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_remove_form_row.frm_hidden {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style form input.frm_verify {
  position: absolute;
  left: -3000px;
}
.frm_forms.with_frm_style.frm_style_formidable-style legend.frm_hidden {
  display: none !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_none_container .frm_primary_label {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_hidden_container .frm_primary_label {
  visibility: hidden;
  white-space: nowrap;
}
.frm_forms.with_frm_style.frm_style_formidable-style textarea:-ms-input-placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font {
  color: #3f4b5b;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font.frm_minus_icon:before {
  content: "\e600";
  color: #ffffff;
  vertical-align: middle;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font.frm_plus_icon:before {
  content: "\e602";
  color: #ffffff;
  vertical-align: middle;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_trigger.active .frm_icon_font.frm_arrow_icon:before {
  content: "\e62d";
  color: #444444;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_trigger .frm_icon_font.frm_arrow_icon:before {
  content: "\e62a";
  color: #444444;
}
.frm_forms.with_frm_style.frm_style_formidable-style .form-field {
  margin-bottom: 20px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .form-field.frm_section_heading {
  margin-bottom: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .form-field input[type=range] {
  padding: 0;
  background: transparent !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .form-field input[type=range]:focus {
  padding: 0;
  background: transparent !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-show-form .frm_section_heading h3 {
  border-top: 2px solid #eaeaea;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-show-form .frm_section_heading .frm_section_spacing {
  margin-bottom: 20px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_error {
  font-weight: normal;
  color: #b94a48;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_container {
  grid-template-columns: 150px auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_container {
  grid-template-columns: auto 150px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_pos_right {
  display: inline;
  width: 150px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_pos_none {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style input::-moz-placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style input::placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style textarea::-moz-placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style textarea::placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style input::-webkit-input-placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style textarea::-webkit-input-placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style input::-moz-placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style textarea::-moz-placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style input:-ms-input-placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style input:-moz-placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style input.frm_default {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style input.frm_other_input:not(.frm_other_full) {
  width: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style textarea:-moz-placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style textarea.frm_default {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_default {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style select.frm_default {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-default {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single {
  padding-top: 0;
  height: 32px;
  line-height: 32px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single abbr {
  top: 9px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single div {
  top: 3px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-search input[type=text] {
  height: 32px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_inline_submit input {
  margin: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_inline_submit button {
  margin: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field .sigWrapper {
  border-color: #b94a48 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field label {
  color: #b94a48;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_error_style {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  border-radius: 0;
  border-radius: var(--border-radius);
  color: #b94a48;
  font-size: 14px;
  margin: 0;
  margin-bottom: 20px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_box {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line input {
  border-color: #e5e5e5;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line input:disabled {
  border-color: #e5e5e5;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line input.frm_page_back {
  border-color: #579af6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line.frm_show_lines input {
  border-left-color: #d3d3d3;
  border-right-color: #d3d3d3;
  border-left-width: 1px;
  border-right-width: 1px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line.frm_show_lines input.frm_page_back {
  border-left-color: #579af6;
  border-right-color: #d3d3d3;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line.frm_show_lines .frm_current_page input[type=button] {
  border-right-color: #d3d3d3;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line li:first-of-type input {
  border-left-color: #579af6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line li:last-of-type input {
  border-right-color: #579af6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line li:last-of-type input.frm_page_skip {
  border-right-color: #e5e5e5;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line .frm_current_page input[type=button] {
  border-left-color: #e5e5e5;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_show_lines:before {
  border-color: #e5e5e5;
  border-top-width: 2px;
  top: 15px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline .frm_current_page input[type=button] {
  border-color: #4386e2;
  background-color: #579af6;
  color: #ffffff;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-webkit-slider-thumb {
  border: 1px solid #579af6;
  color: #ffffff;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-ms-fill-lower {
  background-color: #579af6;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-moz-range-progress {
  background-color: #579af6;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-moz-range-thumb {
  border: 1px solid #579af6;
  color: #ffffff;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-ms-thumb {
  border: 1px solid #579af6;
  color: #ffffff;
}
.frm_forms.with_frm_style.frm_style_formidable-style span.frm-pass-verified::before {
  color: #468847;
}
.frm_forms.with_frm_style.frm_style_formidable-style span.frm-pass-req::before {
  color: #b94a48;
}
.frm_forms.with_frm_style.frm_style_formidable-style h3 .frm_after_collapse {
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style h3 .frm_before_collapse {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_section_heading {
  margin-top: 15px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_single_product_label {
  font-size: 15px;
  color: #3f4b5b;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_total_formatted {
  font-size: 15px;
  color: #3f4b5b;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_dynamic_select_container .frm_data_container {
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_dynamic_select_container .frm_opt_container {
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_none_container .frm_primary_label {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_scale label {
  font-weight: normal;
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 13px;
  color: #444444;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-field .default {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: 15px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable .dz-message {
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_center_submit .frm_submit .frm_ajax_loading {
  margin-bottom: 10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page {
  color: transparent;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page:hover, .frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page:active, .frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page:focus {
  color: transparent;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit {
  color: transparent;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit:hover, .frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit:active, .frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit:focus {
  color: transparent;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_inline_form .frm_submit input {
  margin: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_inline_form .frm_submit button {
  margin: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_page_bar .frm_current_page input[type=button] {
  background-color: #eaeaea;
  border-color: #e5e5e5;
  opacity: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox input.frm_other_input:not(.frm_other_full) {
  margin-left: 5px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio input.frm_other_input:not(.frm_other_full) {
  margin-left: 5px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .horizontal_radio input.frm_other_input:not(.frm_other_full):not(.frm_pos_none) {
  display: inline-block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_full input.frm_other_input:not(.frm_other_full) {
  margin-left: 0;
  margin-top: 8px;
}
.frm_forms.with_frm_style.frm_style_formidable-style table.frm-grid {
  border-collapse: collapse;
  border: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_collapse .ui-icon {
  display: inline-block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_conf_field.frm_left_container {
  grid-template-columns: 67%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_conf_field.frm_left_container .frm_description {
  grid-column: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_conf_field.frm_left_container .frm_primary_label {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_html_container.frm_scroll_box {
  height: 100px;
  overflow: auto;
  background-color: #fff;
  background-color: var(--bg-color);
  border-color: #000;
  border-color: var(--border-color);
  border-width: 1px;
  border-width: var(--field-border-width);
  border-style: solid;
  border-style: var(--field-border-style);
  border-radius: 0;
  border-radius: var(--border-radius);
  width: 100%;
  width: var(--field-width);
  max-width: 100%;
  font-size: 18px;
  font-size: var(--field-font-size);
  padding: 10px 15px;
  padding: var(--field-pad);
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  box-shadow: none;
  box-shadow: var(--box-shadow);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_grid .frm_button {
  display: inline-block;
  line-height: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_grid .frm_button .frm_icon_font:before {
  line-height: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_sec .frm_button {
  display: inline-block;
  line-height: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_sec .frm_button .frm_icon_font:before {
  line-height: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_other_container .frm_other_input {
  margin-left: 5px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_other_container select ~ .frm_other_input {
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_right_container.frm_other_container .frm_other_input {
  margin-right: 5px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_right_container.frm_other_container select ~ .frm_other_input {
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_pagination_cont ul.frm_pagination {
  display: inline-block;
  list-style: none;
  margin-left: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_pagination_cont ul.frm_pagination > li {
  display: inline;
  list-style: none;
  margin: 2px;
  background-image: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_pagination_cont ul.frm_pagination > li:first-child {
  margin-left: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .archive-pagination.frm_pagination_cont ul.frm_pagination > li {
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_switch_block input {
  display: none !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_show_images.frm_image_option_container {
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: column;
  text-align: center;
  align-items: center;
  width: 150px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field.frm_image_options .frm_image_option_container {
  border-color: #000;
  border-color: var(--border-color-error);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox.frm_image_option {
  width: 150px !important;
  width: var(--image-size) !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox.frm_image_option label {
  padding-left: 0;
  margin-left: 0;
  min-height: 0;
  visibility: visible;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio.frm_image_option {
  width: 150px !important;
  width: var(--image-size) !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio.frm_image_option label {
  padding-left: 0;
  margin-left: 0;
  min-height: 0;
  visibility: visible;
}
.frm_forms.with_frm_style.frm_style_formidable-style button .frm-icon {
  display: inline-block;
  color: inherit;
  width: 12px;
  height: 12px;
  fill: currentColor;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_upload_text button {
  background: none !important;
  color: inherit !important;
  border: none !important;
  padding: 0 !important;
  font: inherit !important;
  cursor: pointer !important;
  outline: inherit !important;
  height: auto !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-show-form .dz-hidden-input {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_current_page .frm_rootline_title {
  color: #000;
  color: var(--progress-active-bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line .frm_rootline_single {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_show_lines {
  position: relative;
  z-index: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_show_lines:before {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #e5e5e5;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_show_lines span {
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio.frm_radio_styled > input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  top: -1px;
  margin-top: -1px;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  visibility: hidden;
  border: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox.frm_checkbox_styled > input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  top: -1px;
  margin-top: -1px;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  visibility: hidden;
  border: 0;
}

.js .frm_logic_form:not(.frm_no_hide) {
  display: none;
}

#ui-datepicker-div {
  display: none;
  z-index: 999999 !important;
}

.ui-datepicker .ui-widget-header {
  background: #579af6 !important;
  color: #ffffff !important;
}
.ui-datepicker .ui-datepicker-header {
  background: #579af6 !important;
  color: #ffffff !important;
}
.ui-datepicker td.ui-datepicker-today {
  background: rgba(37, 104, 196, 0.15) !important;
}
.ui-datepicker td.ui-datepicker-current-day {
  background: #2568c4 !important;
  color: #ffffff !important;
}
.ui-datepicker td.ui-datepicker-current-day .ui-state-default {
  color: #ffffff !important;
}
.ui-datepicker td .ui-state-hover {
  background: #2568c4 !important;
  color: #ffffff !important;
}
.ui-datepicker thead {
  background: #2568c4 !important;
  color: #ffffff !important;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
  width: 33%;
  background-color: #ffffff;
  float: none;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  width: 33%;
  background-color: #ffffff;
  float: none;
}
.ui-datepicker select.ui-datepicker-month {
  margin-right: 3px;
}

.ui-datepicker-month {
  max-width: 100%;
  max-height: 2em;
  padding: 6px 10px;
  box-sizing: border-box;
}

.ui-datepicker-year {
  max-width: 100%;
  max-height: 2em;
  padding: 6px 10px;
  box-sizing: border-box;
}

.google-visualization-tooltip-item-list {
  margin: 1em 0 !important;
}
.google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child {
  margin: 1em 0 !important;
}

.google-visualization-tooltip-item {
  list-style-type: none !important;
  margin: 0.65em 0 !important;
}

#frm_loading .progress-bar {
  background-color: #ffffff;
}
#frm_loading .progress-striped .progress-bar {
  background-image: linear-gradient(45deg, #bfc3c8 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #bfc3c8 50%, #bfc3c8 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

#frm_field_cptch_number_container {
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 15px;
  color: #3f4b5b;
  font-weight: normal;
  clear: both;
}

#frm_form_editor_container .frm_dropzone.dz-clickable {
  cursor: default;
}
#frm_form_editor_container .frm_dropzone.dz-clickable * {
  cursor: default;
}

#frm_loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
#frm_loading h3 {
  font-weight: 500;
  padding-bottom: 15px;
  color: #ffffff;
  font-size: 24px;
}
#frm_loading img {
  max-width: 100%;
}
#frm_loading .progress {
  border-radius: 0;
  border-radius: var(--border-radius);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
#frm_loading .progress.active .progress-bar {
  animation: 2s linear 0s normal none infinite progress-bar-stripes;
}
#frm_loading .progress-bar {
  background-color: #fff;
  background-color: var(--bg-color);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  float: left;
  height: 100%;
  line-height: 20px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 100%;
}
#frm_loading .progress-striped .progress-bar {
  background-image: linear-gradient(45deg, #bfc3c8 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #bfc3c8 50%, #bfc3c8 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
}

#frm_loading_content {
  position: fixed;
  top: 20%;
  left: 33%;
  width: 33%;
  text-align: center;
  padding-top: 30px;
  font-weight: bold;
  z-index: 9999999;
}

.frm_trigger .frm_icon_font {
  padding: 0 5px;
}

.frm_logo_icon:before {
  content: "\e601";
}

.frm_required_icon:before {
  content: "\e612";
}

.frm_delete_icon:before {
  content: "\e610" !important;
}

.frm_delete_solid_icon:before {
  content: "\e900";
}

.frm_move_icon:before {
  content: "\e61a";
}

.frm_drag_icon:before {
  content: "\e93b";
}

.frm_clear_icon:before {
  content: "\e60a";
}

.frm_noclear_icon:before {
  content: "\e60b";
}

.frm_duplicate_icon:before {
  content: "\e61b";
}

.frm_copy_icon:before {
  content: "\f0c5";
}

.frm_clone_solid_icon:before {
  content: "\f24e";
}

.frm_clone_icon:before {
  content: "\f24d";
}

.frm_tooltip_icon:before {
  content: "\e611";
}

.frm_tooltip_solid_icon:before {
  content: "\e907";
}

.frm_forbid_icon:before {
  content: "\e636";
}

.frm_checkmark_icon:before {
  content: "\e90a";
}

.frm_check_icon:before {
  content: "\e605";
}

.frm_check1_icon:before {
  content: "\e606";
}

.frm_plus_icon:before {
  content: "\e62f";
}

.frm_plus1_icon:before {
  content: "\e602";
}

.frm_plus2_icon:before {
  content: "\e603";
}

.frm_plus3_icon:before {
  content: "\e632";
}

.frm_plus4_icon:before {
  content: "\e60f";
}

.frm_minus_icon:before {
  content: "\e62e";
}

.frm_minus1_icon:before {
  content: "\e600";
}

.frm_minus2_icon:before {
  content: "\e604";
}

.frm_minus3_icon:before {
  content: "\e633";
}

.frm_minus4_icon:before {
  content: "\e613";
}

.frm_cancel_icon:before {
  content: "\e607";
}

.frm_cancel1_icon:before {
  content: "\e608";
}

.frm_close_icon:before {
  content: "\e928";
}

.frm_report_problem_solid_icon:before {
  content: "\e914";
}

.frm_report_problem_icon:before {
  content: "\e915";
}

.frm_arrowup_icon:before {
  content: "\e60d";
}

.frm_arrowup1_icon:before {
  content: "\e60e";
}

.frm_arrowup2_icon:before {
  content: "\e630";
}

.frm_arrowup3_icon:before {
  content: "\e62b";
}

.frm_arrowup4_icon:before {
  content: "\e62c";
}

.frm_arrowup5_icon:before {
  content: "\e635";
}

.frm_arrowup5_solid_icon:before {
  content: "ຝ";
}

.frm_arrowup7_icon:before {
  content: "\e908";
}

.frm_arrowup6_icon:before {
  content: "\e62d";
}

.frm_arrowdown_icon:before {
  content: "\e609";
}

.frm_arrowdown1_icon:before {
  content: "\e60c";
}

.frm_arrowdown2_icon:before {
  content: "\e631";
}

.frm_arrowdown3_icon:before {
  content: "\e628";
}

.frm_arrowdown4_icon:before {
  content: "\e629";
}

.frm_arrowdown5_icon:before {
  content: "\e634";
}

.frm_arrowdown5_solid_icon:before {
  content: "\e905";
}

.frm_arrowdown7_icon:before {
  content: "\e90b";
}

.frm_arrowdown6_icon:before {
  content: "\e62a";
}

.frm_arrow_left_icon:before {
  content: "\e912";
}

.frm_arrow_right_icon:before {
  content: "\e913";
}

.frm_filter_icon:before {
  content: "\e90c";
}

.frm_download_icon:before {
  content: "\e615";
}

.frm_upload2_icon:before {
  content: "\f093";
}

.frm_upload_icon:before {
  content: "\e616";
}

.frm_download2_icon:before {
  content: "\f019";
}

.frm_hard_drive_icon:before {
  content: "\e916";
}

.frm_pencil_solid_icon:before {
  content: "\e901";
}

.frm_pencil_icon:before {
  content: "\e61d";
}

.frm_signature_icon:before {
  content: "\e919";
}

.frm_user_icon:before {
  content: "\e7ff";
}

.frm_register_icon:before {
  content: "\e637";
}

.frm_account_circle_solid_icon:before {
  content: "\e853";
}

.frm_account_circle_icon:before {
  content: "\e921";
}

.frm_address_card_icon:before {
  content: "\e996";
}

.frm_paragraph_icon:before {
  content: "\f1dd";
}

.frm_checkbox_unchecked_icon:before {
  content: "\e91e";
}

.frm_checkbox_icon:before {
  content: "\e922";
}

.frm_checkbox_solid_icon:before {
  content: "\e91f";
}

.frm_dropdown_icon:before {
  content: "\e909";
}

.frm_caret_square_down_icon:before {
  content: "\f150";
}

.frm_check_square_icon:before {
  content: "\f14a";
}

.frm_radio_unchecked_icon:before {
  content: "\e971";
}

.frm_radio_checked_icon:before {
  content: "\ea54";
}

.frm_scrubber_icon:before {
  content: "\f2f8";
}

.frm_location_solid_icon:before {
  content: "\e955";
}

.frm_location_icon:before {
  content: "\e947";
}

.frm_toggle_on_icon:before {
  content: "\f205";
}

.frm_toggle_off_icon:before {
  content: "\f204";
}

.frm_shield_check_icon:before {
  content: "\f2f7";
}

.frm_shield_check_solid_icon:before {
  content: "\e97d";
}

.frm_clock_icon:before {
  content: "\e929";
}

.frm_clock_solid_icon:before {
  content: "\e985";
}

.frm_link_icon:before {
  content: "\f0c1";
}

.frm_email_icon:before {
  content: "\e626";
}

.frm_email_solid_icon:before {
  content: "\f0e0";
}

.frm_mail_bulk_icon:before {
  content: "\e95c";
}

.frm_phone_icon:before {
  content: "\e942";
}

.frm_calendar_icon:before {
  content: "\f073";
}

.frm_code_icon:before {
  content: "\e90d";
}

.frm_tag_icon:before {
  content: "\e98b";
}

.frm_tag_solid_icon:before {
  content: "\e989";
}

.frm_price_tags_icon:before {
  content: "\e936";
}

.frm_search_icon:before {
  content: "\e978";
}

.frm_sitemap_icon:before {
  content: "\f0e8";
}

.frm_file_icon:before {
  content: "\f15b";
}

.frm_file_text_solid_icon:before {
  content: "\f15c";
}

.frm_file_text_icon:before {
  content: "\e923";
}

.frm-option-icon:before {
  content: "\e904";
}

.frm_option_icon:before {
  content: "\e904";
}

.frm_option_solid_icon:before {
  content: "\e906";
}

.frm_more_horiz_icon:before {
  content: "\e5d3";
}

.frm_more_vert_icon:before {
  content: "\e5d4";
}

.frm_more_vert_solid_icon:before {
  content: "\f142";
}

.frm_calculator_icon:before {
  content: "\f1ec";
}

.frm_key_icon:before {
  content: "\f084";
}

.frm_keyalt_solid_icon:before {
  content: "\e986";
}

.frm_keyalt_icon:before {
  content: "\e987";
}

.frm_keyboard_icon:before {
  content: "\e924";
}

.frm_eye_icon:before {
  content: "\f06e";
}

.frm_eye_solid_icon:before {
  content: "\e945";
}

.frm_eye_slash_icon:before {
  content: "\f070";
}

.frm_eye_slash_solid_icon:before {
  content: "\e949";
}

.frm_page_break_icon:before {
  content: "\e8e9";
}

.frm_view_day_icon:before {
  content: "\e8ed";
}

.frm_attach_file_icon:before {
  content: "\e226";
}

.frm_printer_icon:before {
  content: "\e926";
}

.frm_header_icon:before {
  content: "\f1dc";
}

.frm_h1_icon:before {
  content: "\e94c";
}

.frm_repeat_icon:before {
  content: "\f363";
}

.frm_repeater_icon:before {
  content: "\e974";
}

.frm_hashtag_icon:before {
  content: "\e292";
}

.frm_save_icon:before {
  content: "\e927";
}

.frm_sliders_icon:before {
  content: "\f1de";
}

.frm_code_commit_icon:before {
  content: "\f386";
}

.frm_star_icon:before {
  content: "\e9d7";
}

.frm_star_full_icon:before {
  content: "\e9d9";
}

.frm_star_half_icon:before {
  content: "\e9d8";
}

.frm_linear_scale_icon:before {
  content: "\e260";
}

.frm_pie_chart_icon:before {
  content: "\e99a";
}

.frm_stats_bars_icon:before {
  content: "\e99c";
}

.frm_sms_icon:before {
  content: "\e61c";
}

.frm_highrise_icon:before {
  content: "\e617";
}

.frm_mailchimp_icon:before {
  content: "\e622";
}

.frm_feed_icon:before {
  content: "\e624";
}

.frm_align_right_icon:before {
  content: "\e90f";
}

.frm_align_left_icon:before {
  content: "\e910";
}

.frm_button_icon:before {
  content: "\e911";
}

.frm_browser_icon:before {
  content: "\e925";
}

.frm_cloud_download_solid_icon:before {
  content: "\e92a";
}

.frm_cloud_download_icon:before {
  content: "\e92b";
}

.frm_cloud_upload_solid_icon:before {
  content: "\e92c";
}

.frm_cloud_upload_icon:before {
  content: "\e92d";
}

.frm_cloud_solid_icon:before {
  content: "\e92e";
}

.frm_cloud_icon:before {
  content: "\e92f";
}

.frm_shuffle_icon:before {
  content: "\e917";
}

.frm_swap_icon:before {
  content: "\e918";
}

.frm_dropper_solid_icon:before {
  content: "\e93c";
}

.frm_tint_icon:before {
  content: "\e93e";
}

.frm_pallet_solid_icon:before {
  content: "\e96c";
}

.frm_pallet_icon:before {
  content: "\e96d";
}

.frm_fingerprint_icon:before {
  content: "\e94a";
}

.frm_ghost_icon:before {
  content: "\e94b";
}

.frm_heart_solid_icon:before {
  content: "\e94d";
}

.frm_heart_icon:before {
  content: "\e94e";
}

.frm_history_icon:before {
  content: "\e94f";
}

.frm_import_icon:before {
  content: "\e91a";
}

.frm_export_icon:before {
  content: "\e91b";
}

.frm_label_solid_icon:before {
  content: "\e952";
}

.frm_label_icon:before {
  content: "\e953";
}

.frm_lock_open_icon:before {
  content: "\e957";
}

.frm_lock_solid_icon:before {
  content: "\e958";
}

.frm_lock_icon:before {
  content: "\e959";
}

.frm_magic_wand_icon:before {
  content: "\e997";
}

.frm_dollar_sign_icon:before {
  content: "\e91c";
}

.frm_percent_icon:before {
  content: "\e939";
}

.frm_notification_solid_icon:before {
  content: "\e964";
}

.frm_notification_icon:before {
  content: "\e965";
}

.frm_external_link_icon:before {
  content: "\e966";
}

.frm_pageview_solid_icon:before {
  content: "\e96a";
}

.frm_pageview_icon:before {
  content: "\e96b";
}

.frm_settings_solid_icon:before {
  content: "\e979";
}

.frm_settings_icon:before {
  content: "\e97a";
}

.frm_stamp_icon:before {
  content: "\e980";
}

.frm_support_icon:before {
  content: "\f1cd";
}

.frm_text_solid_icon:before {
  content: "\e98c";
}

.frm_text_icon:before {
  content: "\e98d";
}

.frm_text2_icon:before {
  content: "\f031";
}

.frm_text3_icon:before {
  content: "\e98e";
}

.frm_unfold_less_icon:before {
  content: "\e993";
}

.frm_unfold_more_icon:before {
  content: "\e994";
}

.frm_work_solid_icon:before {
  content: "\e999";
}

.frm_work_icon:before {
  content: "\e99e";
}

.frm_white_label_icon:before {
  content: "\e91d" !important;
}

.frm_zoom_out_icon:before {
  content: "\e99f";
}

.frm_maximize_icon:before {
  content: "\e920";
}

.frm_minimize_icon:before {
  content: "\e93a";
}

.frm_authorize_icon:before {
  content: "\e903";
}

.frm_activecampaign_icon:before {
  content: "\e930";
}

.frm_aweber_icon:before {
  content: "\e627";
}

.frm_campaignmonitor_icon:before {
  content: "\e946";
}

.frm_constant_contact_icon:before {
  content: "\e931";
}

.frm_getresponse_icon:before {
  content: "\e932";
}

.frm_googlesheets_icon:before {
  content: "\e944";
}

.frm_building_icon:before {
  content: "\e93f";
}

.frm_hubspot_icon:before {
  content: "\e933";
}

.frm_icontact_icon:before {
  content: "\e940";
}

.frm_paypal_icon:before {
  content: "\e61f";
}

.frm_sendinblue_icon:before {
  content: "\e943";
}

.frm_sendy_icon:before {
  content: "\e941";
}

.frm_salesforce_icon:before {
  content: "\e935";
}

.frm_salesforcealt_icon:before {
  content: "\e937";
}

.frm_stripe_icon:before {
  content: "\e902";
}

.frm_stripealt_icon:before {
  content: "\e93d";
}

.frm_twilio_icon:before {
  content: "\e620";
}

.frm_woocommerce_icon:before {
  content: "\e90e";
}

.frm_wordpress_icon:before {
  content: "\f19a";
}

.frm_credit_card_icon:before {
  content: "\e938";
}

.frm_credit-card-alt_icon:before {
  content: "\f283";
}

.frm_credit_card_alt_icon:before {
  content: "\f283";
}

.frm_cc_amex_icon:before {
  content: "\f1f3";
}

.frm_cc_discover_icon:before {
  content: "\f1f2";
}

.frm_cc_mastercard_icon:before {
  content: "\f1f1";
}

.frm_cc_visa_icon:before {
  content: "\f1f0";
}

.frm_cc_paypal_icon:before {
  content: "\f1f4";
}

.frm_cc_stripe_icon:before {
  content: "\f1f5";
}

/*
*   WP Core Block styles
*
*   1. Button
*   2. Group
*   3. Cover
*   4. Image
*   5. Media Text
*
 */
:root {
  --tec-font-family-sans-serif: "Poppins", sans-serif;
  --tec-color-text-primary: #395246 !important;
  --tec-color-text-secondary: #50321f !important;
}

.wp-block-button.is-style-arrow-button .wp-block-button__link {
  position: relative;
  display: flex;
  gap: 21px;
  align-items: center;
  font-size: 16px !important;
  padding: 8px 20px 8px 9px !important;
  background: rgba(76, 121, 101, 0.7);
  transition: all 275ms ease-in-out;
}
@media (min-width: 782px) {
  .wp-block-button.is-style-arrow-button .wp-block-button__link {
    padding: 8px 20px 8px 9px !important;
    gap: 21px;
    font-size: 18px !important;
  }
}
.wp-block-button.is-style-arrow-button .wp-block-button__link .wp-block-button__icon {
  display: block;
  content: " ";
  background-color: #4C7965;
  border-radius: 50%;
  width: 50px;
  height: 48px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  transition: background-color 275ms ease-in-out;
}
.wp-block-button.is-style-arrow-button .wp-block-button__link .wp-block-button__icon svg {
  width: 19px;
  height: auto;
  aspect-ratio: 24/19;
}
.wp-block-button.is-style-arrow-button .wp-block-button__link:hover {
  color: #fff;
  background: #4c7965;
  text-decoration: none;
}
.wp-block-button.is-style-arrow-button .wp-block-button__link:hover .wp-block-button__icon {
  background-color: #395246;
}
.wp-block-button.is-style-arrow-button-lg .wp-block-button__link {
  position: relative;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 16px !important;
  padding: 8px 20px 8px 8px !important;
  background: rgba(76, 121, 101, 0.7);
  transition: all 275ms ease-in-out;
}
@media (min-width: 782px) {
  .wp-block-button.is-style-arrow-button-lg .wp-block-button__link {
    padding: 16px 30px 16px 19px !important;
    gap: 1rem;
    font-size: 18px !important;
  }
}
.wp-block-button.is-style-arrow-button-lg .wp-block-button__link .wp-block-button__icon {
  display: block;
  content: " ";
  background-color: #4C7965;
  border-radius: 50%;
  width: 75px;
  height: 72px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  transition: background-color 275ms ease-in-out;
}
.wp-block-button.is-style-arrow-button-lg .wp-block-button__link .wp-block-button__icon svg {
  width: 22px;
  height: auto;
  aspect-ratio: 24/19;
}
.wp-block-button.is-style-arrow-button-lg .wp-block-button__link:hover {
  color: #fff;
  background: #4c7965;
  text-decoration: none;
}
.wp-block-button.is-style-arrow-button-lg .wp-block-button__link:hover .wp-block-button__icon {
  background-color: #395246;
}
.wp-block-button.is-style-icon-button .wp-block-button__link {
  min-width: 40px;
  padding: 10px;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.wp-block-button.is-style-icon-button .wp-block-button__link .wp-block-button__text {
  display: flex;
}
.wp-block-button.is-style-icon-button .wp-block-button__link .wp-block-button__text img {
  width: 100%;
  height: auto;
  max-width: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

.wp-block-image.is-style-rounded img {
  border-radius: 15px !important;
}

.wp-block-group.is-style-block-section {
  max-width: 1400px;
  padding: var(--section-padding) var(--outer--padding);
  margin-inline: auto;
}

p.is-style-eyebrow {
  color: var(--warm-sand, #DEC3A0);
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 144.737%;
  /* 34.737px */
}

.wp-block-cover.is-style-hero {
  border-radius: 0 0 80px 80px;
  padding: 96px var(--outer--padding) var(--outer--padding) var(--outer--padding) !important;
  overflow: hidden;
  height: 100vh;
  height: 100dvh;
  height: 100svh;
}
.wp-block-cover.is-style-hero .wp-block-cover__inner-container {
  min-height: calc(100vh - 96px - var(--outer--padding));
  min-height: calc(100dvh - 96px - var(--outer--padding));
  min-height: calc(100svh - 96px - var(--outer--padding));
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
}
.wp-block-cover.is-style-hero .wp-block-cover__inner-container .content {
  align-self: center;
  justify-self: flex-start;
  width: 100%;
}
.wp-block-cover.is-style-hero .wp-block-cover__inner-container .content h2.wp-block-heading {
  font-size: clamp(38px, 5vw, 65px) !important;
}
.wp-block-cover.is-style-hero .wp-block-cover__inner-container .content h1.wp-block-heading {
  font-size: clamp(50px, 6vw, 95px) !important;
}
.wp-block-cover.is-style-hero .wp-block-cover__inner-container .footer {
  justify-self: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-block-start: 0 !important;
}

#site-logo {
  height: 120px !important;
  width: 120px !important;
}
#site-logo .site-title a {
  height: 100px;
  width: 100px;
  display: block;
  border-radius: 50%;
  background-color: #ece1d7;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
#site-logo .site-title a img.bb-logo {
  max-height: unset !important;
  padding: 8px 0px 5px 0px;
}

.mobile-logo-wrapper .site-title {
  position: absolute;
  top: 10px;
}
.mobile-logo-wrapper .site-title a {
  height: 100px !important;
  width: 100px !important;
  border-radius: 50%;
  background-color: #ece1d7;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.mobile-logo-wrapper .site-title a img.bb-mobile-logo {
  max-height: unset !important;
  padding: 8px 0px 5px 0px;
}

.site {
  width: 100vw;
}
.site .site-content {
  padding-top: 76px !important;
}
.site .site-content::before {
  content: "";
}
.site .site-content > .bb-yoast-breadcrumbs {
  display: none;
}
.site .site-content:has(article.bp_register) {
  padding-top: 0px !important;
}

.bb-icon-bell {
  color: var(--bb-content-border-color);
}

.bp-toggle-action-button-hover .bb-icon-bell {
  color: var(--bb-secondary-button-text-regular);
}

.wp-block-heading mark {
  background-color: transparent !important;
  position: relative;
}
.wp-block-heading mark span {
  position: relative;
  z-index: 1;
}
.wp-block-heading mark svg {
  width: 100% !important;
  min-height: 12px !important;
  height: auto !important;
  aspect-ratio: 290/12;
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400 !important;
}

body.register #breadcrumbs {
  display: none;
}

#whats-new-form #bp-activity-privacy-point * {
  color: #9A724F !important;
}

footer.footer-bottom {
  background-color: #153425 !important;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDQwIiBoZWlnaHQ9Ijc5MyIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE0NDAgNzkzIj48cGF0aCBmaWxsPSIjMzk1MjQ2IiBmaWxsLW9wYWNpdHk9Ii4yIiBkPSJNNjkwLjUyNSAyMTIuMjk5Yy00MS43MjUgMTIuMDE2LTU0LjM1OCAyNC4wOTctNzguMTI3IDYyLjE0Mi0xOS4yNTcgMzAuODI4LTI3LjM2NSA2My41MDctMjYuMDAyIDY2LjA3OSAwIDAtNi4yMjUgNDQuMDgxLTEuMjQ1IDY1LjUxM2wxLjI0MyA2LjgyMWMtLjY4OCAzLjg3MSAxMC40NTMgMzMuNTgzIDEzLjg0OSAzOS42ODkgNC41NjMgOC4yMDMgMjAuMjEzIDMyLjQyMSAyNC4wNTMgMzUuNDM5IDEuMzg3IDEuMDkzIDUuMzc3IDYuNDM2IDYuMTg4IDcuMzkyIDcuNjU3IDkuMDc3IDUuODQ1IDcuNDkxIDE2LjYxNCAxNi41NjMgMi41NTUgMi4xNDggOC44NTcgNy4xMzMgOC44NTcgNy4xMzMgMTguMjA0IDIyLjE1NCA4NS45OTYgNDEuNTA2IDEyMS41MjQgMzguMTc1IDQ3LjM0Ny00LjQ0MSA1MS45MjQtOS44NjUgODEuNzQxLTI1LjcxNSAxLjcwOC0uOTA4IDExLjM0NC03Ljg0OCAxMy40My05LjY2NSAyLjEwNy0xLjgzNyAxLjQ5OS0xLjkxNiA0LjMxNi00LjQyMSAxLjI4Ni0xLjE1MiAyNy43MjItMjIuOTQ3IDI5LjM4My0yMi42NTYuNTE4LjA5NSA2Ljk5MS02LjQ5MSA3LjA3NS02Ljk0OC4wNzItLjM5OC41MjItLjA1NS41OTUtLjQ4M2wzLjAyMS0zLjkyOWM2Ljg2NS04LjI4NSAyMS42ODgtMzYuNzM4IDIzLjI2LTYwLjQ1MS43NC0xMS4xNjItLjk1LTI1LjYzLTMuNjkxLTM0Ljg1OC0uMjcyLS45MTktLjQ2Ni0xLjc2NS0uNDEzLTEuODY0LjA0My0uMDk4LS4wMjQtLjItLjE2My0uMjI1LS4zMjktLjA2LTEuOTktNS45NDMtMi4xNDItNi4yMzgtLjE0Mi0uMjU0LS4yMzEtLjYwNy0uMTk2LS43NzYuMDYxLS4zNDgtMS4xNzQtMy41MDctMS4xNjItMy41NzcuMDI1LS4xMzktLjkxOC0yLjAyOS0uODgyLTIuMjQ4LjE4Mi0xLjA0NS02Ljc1Ni0xNi42NzMtNy4wNDctMTYuOTUyLS41NzQtLjU0OC0zLjUyLTYuMjktMy43ODQtNi44NDgtMS4xMzctMi4zOTYtOC4xOTEtMTMuNTU2LTguNjM4LTE0LjMtMTAuNjA0LTE3Ljc4MS0xMy42MzctMTkuMzc0LTE1LjM4LTIxLjU5OC02LjQwNC04LjE4OS0yNi45NTgtMjYuNDQzLTQ3LjU4My0zOC4wOTYtNy4xNTEtNC4wMzktMzMuMjk2LTE3LjA4MS0zNC4wOTMtMTguNTA1LS41NzktMS4wMzktOS4yNDgtOC40MzYtOS40NDYtOC40NzItMy4yMDUtLjU2OC01Mi4xOTMtNTQuMjYzLTExNS4xMzUtMzYuMTJsLS4wMi0uMDAxWm03MC40ODggMjYuNzc4YzE5Ljg0NiA4LjMxNyAxMDIuMjU3IDU0Ljg4NyAxMTEuNzE0IDYxLjcyOC4zODcuMDkxLjItLjMzNS44OC4zMzYgMi4wNzkgMi4wMjUgNC40MDMgMi4yNjYgNS40MSAzLjA0Ny42OTMuNTQxIDUuNjc5IDQuMDY0IDYuMTIyIDQuNTk4LjgyMS45OTUgMy42MTMgMy45MzIgNC4xMjEgNC4zMjcgNS40MjIgNC4yNzcgMjkuNzE4IDQxLjkxNCAyOS41MjYgNDIuOTU5LS4wMjMuMTA5LjMyOC43NS43NzcgMS40MjQgMi45ODQgNC41MTMgMy44MiA3LjMgNS4yMTYgOS43NTMuNDI3Ljc0NCAxLjY0NCA0LjQ4MiAyLjE2NiA1Ljc1OSAzLjYzNyA5LjAwNSA0Ljg2NyAxOS44NjcgNS40NjcgMjIuMTc2IDEuNjIxIDYuMjYzIDEuMjgzIDkuNDY0IDEuMzA1IDExLjY4Ni4yMzkgMjEuMDg3LTQuNjIgMjguNTQyLTYuOTg1IDM4LjE4NS0xLjQxOCA1LjgzOS0yLjI2NyA2LjQ0NC0zLjA0IDguNTIxLS44MzkgMi4yMjYtMy45MzQgNy42MjQtNi4wMDQgMTAuODcyLTExLjAzMiAxNy4zMTMtMTEuNDY2IDE0LjQ3OC0yNS43MjkgMjguMTYxLTI1LjA1MiAyNC4wMTgtNTQuMjc1IDQwLjQxNy01Ni43OTMgMzkuOTggMCAwLTIuMjkyIDEuNjkxLTE0Ljk5MiA1LjQzNi03LjEwNyAyLjA5NS0xMC45ODIgMy4xNjgtMTguNTk3IDQuNTQ3LTI5LjIzNCA1LjI2Mi00Ni4xMTYuODA3LTczLjc0OC0yLjgyNi0xNy44OTctMi4zNDYtNTQuMTY2LTIwLjY3OC01MS44MS0yMC4xODYtMS4zNDItLjI4MS03LjU1OC01Ljc4Mi04LjEzNC01LjkyLS43NjUtLjE3My05LjM3Ni02LjUwOC0xMC45MzItOC45NzcgMCAwLTE1LjkyMi0xOS44OTMtMTUuNDEtMTkuMjY4LTYuMjg2LTcuNzg0LTUuMDkxLTkuMjU5LTExLjY0Mi0xNy44NzItMi44OTYtMy44LTUuNzgyLTguMjQtNi43MzctMTAuMzctLjEzMi0uMjk0LS40NTMtLjU3NC0uNzIyLS42MjItLjI2OS0uMDQ4LS40NTMtLjIzNC0uNDI3LS40MjMuMDYtLjMzOS0uODMtMS42NTYtMS4xNjktMS43MTctLjIyOC0uMDQ3LTUuOTQyLTkuNTM1LTYuOTMyLTEzLjE1Ny0uMjg5LTEuMDQ5LTMuMDY1LTYuODA2LTIuOTQtNi42MjItMS42NjUtMi40ODItNi43MjQtMjEuMzI1LTYuMzAxLTIzLjc0My4wMzYtLjE3OS0uMTExLS45NDQtLjMwOC0xLjctMi4wMTEtNy41NjUtLjY0Ny04LjAwNC0xLjg3LTE0LjgzNC0uODg5LTQuOTQ5LjYyLTE3LjcwOS43NDYtMjAuMjE3LjI2Ni01LjEyNCAyLjA3LTExLjE0MiAyLjkyNi0xNC41OTcgNC41MzUtMTguMjAxIDQuMjczLTIwLjc1IDYuMzE1LTI1LjQuMzg3LS44NzkuNy0xLjk2LjY5NC0yLjQtLjAyOS0xLjcwMi40NTktMy45MjggMS4wMzMtNC43MTEuMDg0LS4xMjcgMy41MzQtOC4yNjYgMy42NTMtOC4yNDIgMCAwIC45OS0uOTgxIDIuMjktNS41NjMgMi40NDUtOC42NyAzLjg2NC0xMC4yNDcgMy44NjQtMTAuMjQ3LjEzMi0uNzM3IDEuNzI4LTIuNTQ5IDEuOTU3LTMuODAzLjY2NC0zLjc0MSAxNC4zOTEtMjQuNDgzIDE2LjkxNS0yNy4yMDggMS43NTktMS44OTcgMTIuMTA2LTE0Ljc4OCAxNi42ODUtMTguMyAxLjI3LS45NzIgMi4yNTctMS44NDIgMi4yLTEuOTM0LS4wNTgtLjA4Mi4wNDItLjA4OS4yMy0uMDEzLjIwOC4wODYuNzUtLjMxOCAxLjMzMS0xIDMuMzYxLTMuOTMgOS41MzgtNS4zNjIgMTMuNTY2LTguNTQxLjg2MS0uNjc0IDIuMDIxLTEuMjk5IDIuODc4LTEuNTM0Ljc4Ny0uMjE2IDEuNDQ2LS40OTYgMS40Ny0uNjI1LjM3NS0yLjE0IDQwLjIyMS0xNy41MDQgNzkuNzk1LS45MjJsLS4wMy0uMDAxWiIvPjxwYXRoIGZpbGw9IiMzOTUyNDYiIGZpbGwtb3BhY2l0eT0iLjIiIGQ9Ik03MzguNzkzIDI3My44OTdjLTEuMzk4LS4wNzMtMS43NzQuNDM2LTQuMzQuMjg4LTIuOTU2LS4xOC0xMC4yMDQuOTQtMTAuMjE0LjkzOS0uODg1LS4xNTctMi41MTcuNTE0LTMuNTQ4LjU0My01LjgxNi4xMTMtMTYuMzQ1IDQuODM1LTE4LjU4NSA1LjQ2Ny0xNi42NjEgNC43MDUtNDIuMzMgMzMuODc3LTQzLjA5MSAzOC4xNTYtLjAzNy4yMjktLjE1NC40NzYtLjI1Ny41NTMtMS4wMjMuNzM5LTguNDU5IDE2Ljk0LTguODE0IDE4LjA4YTIxOC44MTUgMjE4LjgxNSAwIDAgMS0xLjk5MiA2LjI3MmMtMi41MzcgNy40MTYtNC44MDYgMjUuNzU2LTUuNTMzIDMzLjUzNy0xLjk2MSAyMS4wNC44NTQgMjQuNTI4IDEuNTU1IDI4Ljc4MSAyLjQ2MyAxNS4wNTIgMTAuNjAyIDI5LjY2NiAxOC41NjQgNDIuMjE0IDQuMjI5IDYuNjcyIDguODgzIDEzLjE4NyAxNC4zMTMgMTguODY1IDYuMzMxIDYuNjE1IDE0LjE2MSAxMS4zMzYgMjEuMDMzIDE3LjI4OCAzNi4wMzcgMzEuMjIxIDcyLjk2NCAyNC4zMzEgNzguNzAyIDI0LjQ3NiAyLjE1OS4wNTUgNC40NjMtMS4wMDUgNi4wNjQtMS4wMTYgMS4zNzEtLjAxOSAzLjkyOS0xLjU3MSA1LjE3My0xLjM1MyAxLjQ5My4yNjUgNC4xMzktLjg2NSA0LjEzOS0uODY1LjA2LjAwMiA3LjM0OC0xLjQ4NyA3LjM3Mi0xLjYyNi4wMjUtLjE0LjIwNy0uMjA0LjQxNi0uMTY4LjIwOS4wMzcuNTktLjAwMi44NDMtLjA4NC45NDktLjI5MSAyLjM0NS0uNDc5IDMuNDY2LS40NjUgMS4zMy4wMjEgMS45OTEtLjM1IDMuNzA0LS40MDcgMi4xNTMtLjA3NSAxLjQ0Ny0uNTM3IDMuMjI0LS43NDMgMS4wNjQtLjEyNyA0Ljg4NS0uNzYxIDUuNDQ1LS43MzQgMy42MDYuMTY5IDMuOTI0LTEuMDgxIDYuMDY3LTEuMTM2LjgxMS0uMDI2IDEuNjEtLjMwMSAxLjY2OS0uNTkuMDI0LS4xMjkuNDE3LS4yNDcuODc4LS4yNjMuNDYxLS4wMjYgMS41NDMtLjQxMyAyLjM5OC0uODY4IDEuNDAzLS43NDcgNC40NTYtMS40NjUgNi40MTgtMS40OTUgMS4yMDEtLjAyMyAxLjk0OS0uMjgxIDIuNzktLjk1NSAyLjM0OS0xLjg4IDcuMzc5LTQuMTI4IDkuODQxLTYuMTE0IDIuODcyLTIuMzM0IDUuMzY4LTQuMTE4IDcuNTI3LTUuMzgzIDEuOTM2LTEuMTQyIDQuNzA0LTMuNjc5IDQuODM3LTQuNDM1LjA2LS4zMDkgMS40NzYtMS4xMzYgMS41NDctMS41MDQuMDI0LS4xNDkuMzg2LS41MDguNzk0LS43ODYgMi40MTItMS42NTcgMTIuNDgzLTE1LjAwNyAxMi40ODMtMTUuMDA3LjI4NS0xLjQ3MiA2LjEyOS03LjEwNyA2LjU1Mi05LjUxNS4wMjUtLjE0OS41MTEtLjY2NSAxLjA2Ni0xLjE0OC42NTctLjU2MSAxLjEyOC0xLjIyNyAxLjMzOC0xLjg4LjU4Ny0xLjg4MyAxLjI4MS0xLjAxMiAxLjM1LTIuOTYxLjAyMi0uNzI5LjI4Mi0xLjY4Mi43MS0yLjYxOS41NzktMS4yNzMgMS44MDMtNS42MzggMS44MDMtNS42MzguNDQzLS40NDcgMS43MDktMjEuNjQ4LjkxOS0yMy4zMDMtLjgxOC0xLjcxNi0zLjk2NS0yNS4yMDItNS40NzQtMjcuODg5LS41MTItLjkwNi0zLjM4Ni0xMC4wMjgtMy40OTQtMTAuNzcyLS42MTItNC41NC0yLjM2NS03LjA3NS0zLjAzNS05LjQwNi0uOTc3LTMuNDAyLTMuMjM1LTUuNDUxLTQuNjYxLTguOTE2LTEuNTE4LTMuNjc4LTMuODI4LTUuNzA5LTUuNzU1LTkuNDMtMi4zMTYtNC40NTItMy45NTEtNC45NjItNS40OTYtNy40NTEtLjU1My0uODg3LTEuMTI2LS44MDQtMS4zMjMtMS41ODEtLjA4OC0uMzcyLS4yNi0uNjM4LS4zODItLjU5MS0uMTIxLjA0Ni0uMjc3LS4wODktLjM2MS0uMzAyLS40MDUtMS4xNTItOC42MjEtOC4zMTYtOS40ODUtOS4xNjItNy40My03LjM1LTMxLjkwMi0yMi4xMjEtMzcuNTMxLTIzLjU0My0yLjYwMi0uNjYtNS4xMzItMi45OTgtNS4wOTUtMy4yMjcuMDg0LS40NTctMTEuMzY0LTguMjQ5LTExLjU1Ny04LjQ2NS0zLjg0Mi00LjI2OS0yNy4xNTUtMTcuMzU1LTQxLjAwNy0yMC43NzgtMy41MjYtLjgzOC0xMS44NzMtLjc1MS0xMy45OS0uODY2bC4wMi0uMDE5Wm0zNS4zMDIgMjMuNDc1YzQ4LjE4MyAyMi42NzYgNjMuODIyIDM4LjcyIDczLjQxOSA0Ny40OTYgMS41MTkgMS4zODcgMy40MTYgNC4xNDYgNS4yMTkgNS4wNjEuNjMuMzI5IDguODk2IDEzLjcxNyA4LjgzNSAxNC4wOTUtLjE2OS45MzYgMy42ODkgNi42NDYgMy42MTYgNy4wODQtLjA4NS40NzcuNjM0IDEuODUuNzE0IDIuNTAyLjI3OSAyLjM1IDIuNzQyIDQuOTA2IDIuODcgNi45NDEuMDI4LjM5MS4xODQuODc2LjMzNyAxLjA4MSAxLjczNyAyLjEyNCA2LjkzMiAyNy45ODQgNi41MiAzMC4zMzItLjE1Ny44ODYuNTM5IDQuMDA4LjMxNCA0LjUwMi0uMzQ0Ljc3LS43MjggNi40ODEtLjUzMSA3Ljg4Ny4zNzkgMi42NzMtMi42NDYgMTcuMjU4LTMuODMyIDE3Ljc1MiAwIDAtMi4wNTUgNC40MS0yLjk0OCA1LjE2My0uMzE4LjI3LS43NC45NTgtLjkzNyAxLjUzMi0uMjc1LjgwMi0xLjY4NSAzLjA4LTEuNzA4IDMuMTc5LS4wNzIuNDE4LS40MTkuMjg4LS43ODQuNzc3LTUuMDA4IDYuNzcxLTYuNjc5IDExLjA0Mi0xMi45NjcgMTYuNDkzLTEuMjg1IDEuMTExLTguNjY4IDguMzQtMTAuMzggOC4wMzggMCAwLTQuMTA5IDIuODc2LTcuMjQ1IDQuMDAxbC0xNi44NzggNy41N2MtMy4yMDggMS41MjMtNy4wMjEgMi4yMDgtMTMuNzMyIDMuNDc0LTIuMjA0LjQxMy0zMi41OCAxMS4zMTQtNzAuODk5LjIwMy0zMy40OC05LjcyNC02MC40NTYtNDYuNzQyLTY5LjU2LTc1LjAyMi0yLjk5OC05LjMxNS0zLjQ5MS0xOS4wNTUtNC44MjgtMjguNzItMi45NDEtMjEuMzU5LTQuMzc3LTI3LjEwNiAxMy4xNi01OS45MzcgNC44NDgtOS4wNzcgMTIuMTk3LTE2Ljc5NyAyMC4xNjgtMjIuOTU3IDEwLjQ5Mi04LjEyNSAyNC4zNS0xOS4wMTggMzguMzA2LTE3LjcwMy44ODguMDg3IDEuNjQ3LS41MyAyLjkwOS0uNTgyIDIuMDk0LS4wOTYgNS4wMzUtLjQxNyA1Ljk4My0uNjU4IDExLjI2MS0yLjc5OCAyNS4xNjMgNS44NjkgMzQuODU5IDEwLjQyNnYtLjAxWm0tNjQ4LjY2MyA5MC42OTRjLTYzLjUxOCA2LjgwOC04NC42MDEgMjAuODA2LTEyNy42MjYgNjguODIxLTM0Ljg2IDM4LjkxMy01My44NTkgODMuMTU2LTUyLjQyOCA4Ny4xMzggMCAwLTE4Ljc2MyA2MC44NDMtMTYuMTg4IDkyLjM4M2wuMzE4IDkuOTQ3Yy0xLjg1IDUuMzE3IDcuODkgNTAuMDY2IDExLjUgNTkuNTI5IDQuODYxIDEyLjcxNCAyMi4zNzUgNTAuNzk4IDI3LjMxNiA1Ni4wMTIgMS43OSAxLjg4MyA2LjQzNCAxMC40MTQgNy4zOTcgMTEuOTY2IDkuMTc0IDE0LjcxNCA2Ljg4MiAxMi4wMiAyMC42MTggMjcuNDk2IDMuMjU2IDMuNjY0IDExLjM1NiAxMi4yNDMgMTEuMzU2IDEyLjI0MyAyMS42ODEgMzUuNzg2IDExNi4zNDUgNzkuNzA1IDE2OC45MjEgODMuNjc5IDcwLjA0NyA1LjI3OSA3Ny45MTYtMS4yNjggMTI0LjkwNi0xNi40MTMgMi42ODQtLjg2NiAxOC4yNjMtOC4zMjkgMjEuNzE2LTEwLjM5OSAzLjQ2OC0yLjA4NiAyLjYwNS0yLjM0NCA3LjI2My01LjIwMiAyLjEzLTEuMzEyIDQ1LjQ3NS0yNS42OTkgNDcuODM2LTI0Ljg3Ny43MzcuMjU2IDExLjYzMy03LjQ3MiAxMS44NTMtOC4xMDQuMTkxLS41NDguNzc0LjA1Ny45ODEtLjUzOGw1LjI3OS00LjgyM2MxMS44MzEtMTAuMDQ5IDM5LjY5Ni00Ni42NjQgNDcuMTk5LTc5Ljg0MSAzLjUyNy0xNS42MDggNC4yMjktMzYuNDg4IDIuMjYzLTUwLjIxNy0uMi0xLjM3Mi0uMjg4LTIuNjEtLjE5Mi0yLjczNS4wODgtLjEyOC4wMDgtLjI5NC0uMTkxLS4zNjMtLjQ2My0uMTYxLTEuNTk3LTguODg5LTEuNzY4LTkuMzQtLjE1LS4zOTEtLjIwMy0uOTA3LS4xMjEtMS4xNDQuMTY4LS40ODEtLjkzOS01LjI0LS45MDMtNS4zNDQuMDY2LS4xODgtLjkwMi0zLjA5OC0uOC0zLjM5MS40OTctMS40MjYtNi4yLTI1LjIzLTYuNTY3LTI1LjY5Ny0uNzEzLS45MDQtMy43NjItOS43NTktNC4wMjUtMTAuNjEzLTEuMTM4LTMuNjY4LTguOTgxLTIxLjE2OC05LjQ2NS0yMi4zMzItMTEuNTYzLTI3Ljc0My0xNS42NDQtMzAuNzQxLTE3LjY5NC0zNC4zMTMtNy41NC0xMy4xMzktMzMuNTI0LTQzLjk4NS02MS4wNzEtNjUuNTA2LTkuNTUtNy40NTQtNDQuODI2LTMyLjI5LTQ1LjY3Ni0zNC41MDMtLjYyNC0xLjYxNC0xMS42MzUtMTQuMTgyLTExLjkyOC0xNC4yODQtNC41NTItMS41ODUtNjQuMjQ4LTg5LjUwNC0xNjAuMDY0LTc5LjIxOWwtLjAxNS0uMDE2Wm05Ni45NyA1NS4wODdjMjcuMTI3IDE2LjYxMSAxMzcuMTQ2IDEwMi42MjcgMTQ5LjQ2MSAxMTQuNjExLjU0Ny4yMjIuMzU3LS40MTYgMS4yMTIuNjg2IDIuNTg2IDMuMzY4IDUuOTI0IDQuMjc1IDcuMjIxIDUuNjI3Ljg5My45MzUgNy40MDUgNy4xNDEgNy45MjEgNy45OTguOTc1IDEuNjEgNC40MDYgNi40NDcgNS4wNTggNy4xMjkgNi45NzQgNy4zNzIgMzQuMTY2IDY2LjUzOSAzMy42NiA2Ny45OTMtLjA1My4xNTIuMzIzIDEuMTQuODIxIDIuMjAzIDMuMzY5IDcuMTEzIDMuOTY5IDExLjI2IDUuNDY5IDE1LjA3NS40NTYgMS4xNTQgMS40MjIgNi43NDMgMS44OTMgOC42NzUgMy4zMjggMTMuNjIxIDIuNzQ1IDI5LjI5IDMuMTExIDMyLjcxLjk5MSA5LjI2LS4yMDcgMTMuNzA0LS42NTMgMTYuODQyLTQuMjgxIDI5Ljg4My0xMy4wMDQgMzkuMjQ2LTE4LjU2NSA1Mi4zMDMtMy4zNDYgNy45MS00LjcxNSA4LjU1Ni02LjMwNyAxMS4zMDYtMS43MDIgMi45NDQtNy40MjIgOS44MjYtMTEuMTUxIDEzLjkwNy0xOS44OTkgMjEuNzktMTkuOTAyIDE3LjY5MS00My43MiAzMy41NTMtNDEuODEzIDI3Ljg2My04OC4wNjIgNDMuOTIzLTkxLjYyMiA0Mi42ODMgMCAwLTMuNzE4IDEuODMtMjMuMDc0IDQuMDE5LTEwLjgzNSAxLjIyNi0xNi43MTIgMS44MDctMjguMTMzIDEuODg3LTQzLjgwNi4zMDctNjcuNDYtMTAuMTI5LTEwNi45OS0yMi4wMTQtMjUuNjAzLTcuNjk0LTc0LjQ5Ni00Mi40NzktNzEuMTU3LTQxLjIxMS0xLjg5OC0uNzI0LTkuNzU3LTEwLjAyNC0xMC41NjItMTAuMzU4LTEuMDgtLjQyOC0xMi4yNTItMTEuNDk2LTEzLjk3NS0xNS4zNjggMCAwLTE4Ljg1Ni0zMi4wMzgtMTguMjU2LTMxLjAyNS03LjQ2LTEyLjU0OS01LjM5Ni0xNC4zNDEtMTMuMDczLTI4LjEyLTMuMzg5LTYuMDgyLTYuNjItMTMuMDczLTcuNTU1LTE2LjMyLS4xMy0uNDQ4LS41MzgtLjkxOC0uOTE2LTEuMDUtLjM3OC0uMTMxLS42MTctLjQ0OC0uNTI4LS43MDMuMTY0LS40NzItLjg1Mi0yLjU0MS0xLjMzNC0yLjcwOC0uMzItLjExMi02LjU4My0xNC45NDUtNy4yMzYtMjAuMzA4LS4xODgtMS41NTgtMi45ODUtMTAuMzc4LTIuODQzLTEwLjA4NS0xLjg5LTMuOTA4LTUuMTQtMzEuODA3LTMuOTg2LTM1LjEyMi4wODUtLjI0Ni4wNS0xLjM1OS0uMDc4LTIuNDg0LTEuMjcyLTExLjE5LjgxLTExLjQ4Mi41My0yMS40NDctLjIwOS03LjIyIDQuNzk0LTI0LjkwOSA1LjUyNy0yOC40MTMgMS41MDgtNy4xOTMgNS40NTctMTUuMjUzIDcuNDY3LTE5LjkzMyAxMC42LTI0LjY0NSAxMC43ODUtMjguMzA4IDE0Ljc4Ny0zNC4zOS43NTgtMS4xNDQgMS40NDQtMi42IDEuNTM1LTMuMjI1LjMzOC0yLjQwMiAxLjUzNi01LjQ0NyAyLjU0Mi02LjQyMS4xNTctLjE0NiA2Ljk2OC0xMC44MzEgNy4xMzgtMTAuNzcyIDAgMCAxLjY2LTEuMTQ4IDQuNTU2LTcuMzA5IDUuNDgtMTEuNjY3IDcuODgyLTEzLjU1MiA3Ljg4Mi0xMy41NTIuMzUyLTEuMDEgMy4wODgtMy4xODEgMy42OS00LjkxIDEuNzg4LTUuMTM3IDI2LjM2NS0zMS4xMjIgMzAuNjQ2LTM0LjM1NSAyLjk4Ny0yLjI1MyAyMC45MDQtMTcuOTU2IDI4LjM1Ni0yMS44MTEgMi4wNjYtMS4wNyAzLjY5OC0yLjA0OCAzLjYzLTIuMTg4LS4wNjctLjE0LjA4NC0uMTE5LjM0NS4wNDYuMjc5LjE3MSAxLjE2NC0uMjcyIDIuMTU4LTEuMDkxIDUuNzY4LTQuNzM3IDE1LjA4OS01LjI2MyAyMS42NjktOC43NzUgMS40MDUtLjc1IDMuMjQtMS4zMzkgNC41MzItMS40NjEgMS4xOTQtLjExNCAyLjIxOS0uMzUgMi4yODEtLjUzIDEuMDIyLTIuOTM3IDYyLjUyOC0xNC45NDYgMTE2LjYyNiAxOC4xNzhsLS4wMS4wMjhaIi8+PHBhdGggZmlsbD0iIzM5NTI0NiIgZmlsbC1vcGFjaXR5PSIuMiIgZD0iTTE4Mi4zNDUgNDg2Ljk5MmMtMi4wMTUtLjQ0Ny0yLjY4MS4xODktNi40MDItLjY1MS00LjI3OS0uOTctMTUuMDk4LTEuMTU3LTE1LjEwOC0xLjE2LTEuMjU2LS40MzgtMy43OS4xMi01LjI5OS0uMTA4LTguNTA5LTEuMjU4LTI0LjkxMSAyLjg0OS0yOC4zMjUgMy4xOTYtMjUuMzM3IDIuNTg1LTY5LjIwMiAzNy41OTEtNzEuMjQgNDMuNDQ2LS4xMDkuMzEyLS4zMjguNjM4LS40OTQuNzE4LTEuNjUyLjc5MS0xNi4wNiAyMS44OTctMTYuODE4IDIzLjQzNC0uOTkxIDIuMDI3LTMuNDEgNi43ODYtNC4yNzIgOC4zODEtNS4zMjQgOS44NzktMTIuNjY3IDM1LjI2Ni0xNS40MjggNDYuMDktNy40NzQgMjkuMjkxLTQuMTIzIDM0LjkwNC00LjA0NCA0MS4wOTQuMjkgMjEuODkyIDguOTYzIDQ0LjU1MyAxNy44MiA2NC4yNDkgNC43MSAxMC40NyAxMC4wNjcgMjAuODE2IDE2Ljc1IDMwLjE4MyA3Ljc5MyAxMC45MTkgMTguMTggMTkuNSAyNi45MDUgMjkuNTk5IDQ1LjczIDUyLjk2NiAxMDEuMTE2IDUyLjI0MyAxMDkuNDYzIDUzLjg0NiAzLjEzNS42MDQgNi43MzEtLjMyNiA5LjA3My4wMzQgMi4wMDcuMzE4IDYuMDgyLTEuMjYgNy44NDgtLjY0NiAyLjExNi43MzcgNi4yMTctLjIxOCA2LjIzNi0uMjEyLjA4NS4wMyAxMS4wNDgtLjMxNSAxMS4xMTEtLjQ5NS4wNjItLjE3OS4zNDctLjIzOS42NS0uMTM0LjMwMi4xMDYuODYxLjE0MSAxLjI0OC4wOTYgMS40NDEtLjE4NyAzLjUzLS4xMDUgNS4xNjEuMTk4IDEuOTQxLjM1NyAyLjk4LS4wMTEgNS40ODkuMzIyIDMuMTU3LjQyMSAyLjIzOS0uNDA3IDQuODU5LS4yNjggMS41OC4wODQgNy4yODQuMTIyIDguMTA1LjI5MSA1LjIyMiAxLjExOCA1Ljk1OS0uNTczIDkuMDk3LS4xMjcgMS4xOS4xNzEgMi40MjYtLjAzNCAyLjU2MS0uNDIyLjA1OS0uMTcuNjY3LS4yNDQgMS4zMzYtLjE1OS42ODIuMDc5IDIuMzM3LS4yMDMgMy42ODctLjY0NCAyLjIwNy0uNzE0IDYuODIyLS45ODIgOS43LS41NTIgMS43NjIuMjY0IDIuOTA2LjA4IDQuMjg4LS42NjcgMy44MzgtMi4wODUgMTEuNjcyLTQuMDI3IDE1LjY5Ni02LjI0OCA0LjcwNS0yLjU5OCA4LjcyOC00LjUxMiAxMi4xNTctNS43ODUgMy4wNjQtMS4xMzYgNy42NjktNC4wNTUgOC4wMjgtNS4wODQuMTQ4LS40MjUgMi40MDQtMS4yNDkgMi41ODgtMS43NDYuMDcyLS4yMDguNjcyLS42MjQgMS4zMzQtLjkxMyAzLjg4MS0xLjc1MSAyMS41MDUtMTguMTkxIDIxLjUwNS0xOC4xOTEuNzQ0LTIuMDE4IDEwLjQ5OS04LjU2NSAxMS42NDMtMTEuODUyLjA3Mi0uMjA3Ljg5LS44MjMgMS44MDgtMS4zNjEgMS4wNzctLjYzMSAxLjkxNi0xLjQ2MSAyLjM1OC0yLjMzNCAxLjI3LTIuNTIzIDIuMDkyLTEuMTE0IDIuNjEzLTMuODU2LjE5Ni0xLjAyMi43ODMtMi4zMTEgMS42MDgtMy41MjcgMS4xMjYtMS42NTIgMy44NzMtNy41MzYgMy44NzMtNy41MzYuNzQ0LS41MjQgNy4yNDItMzAuMjA4IDYuNDUtMzIuNzM5LS44MTMtMi42MjMtLjI0Ny0zNi42MTYtMS44NzQtNDAuNzkzLS41NDgtMS40MDgtMi43NDktMTUuMDA4LTIuNzI5LTE2LjEwMi4xMDYtNi41Ny0xLjkwMy0xMC41OTQtMi4zNzMtMTQuMDUxLS42ODktNS4wNDctMy41MjEtOC41LTQuODUtMTMuNzQ4LTEuNDE2LTUuNTc1LTQuMzI3LTkuMDE0LTYuMzI2LTE0LjczOS0yLjM5Ni02Ljg2OS00LjY3NC03Ljk5LTYuMzktMTEuODgxLS42MDgtMS4zODYtMS40NzEtMS40MDEtMS41NzktMi41NS0uMDUtLjU1OC0uMjQ0LS45NzUtLjQzNy0uOTM2LS4xODQuMDQyLS4zOS0uMTg5LS40NTUtLjUxOC0uMzM4LTEuNzM4LTEwLjc1Ni0xMy44NzctMTEuODIyLTE1LjI4Ni05LjIzMi0xMi4yMDMtNDEuNjkyLTM5LjA3Ny00OS41OTQtNDIuNDczLTMuNjQ4LTEuNTY2LTYuODM1LTUuNDkyLTYuNzI2LTUuODA0LjIxNy0uNjIzLTE0Ljc3Mi0xNC40NDgtMTUuMDA3LTE0LjgwNi00LjY3Ny02Ljk3NS0zNS44MDktMzEuMTg0LTU1LjI2OC0zOS40MDctNC45NjMtMi4wNDYtMTcuMTU4LTMuOTcxLTIwLjIxNy00LjY0NGwuMDI5LS4wMjJabTQ2LjM1OCA0MS44MjNjNjUuMzI5IDQzLjg0MiA4NC42MjUgNzAuMzU4IDk2LjcxMyA4NS4xMjMgMS45MTEgMi4zMjcgNC4wNjQgNi42OTggNi40OTkgOC40MzUuODQyLjYyMSA5Ljk3MSAyMS41NzYgOS43OSAyMi4wOTYtLjQ0NyAxLjI4NCAzLjkyNSAxMC4yOTIgMy43MTUgMTAuODk2LS4yMjcuNjUyLjUxNiAyLjc3NS40ODUgMy43MTctLjEwMiAzLjM5NSAyLjkyOSA3LjYxNiAyLjY3MyAxMC41MTItLjA0OS41NjYuMDcxIDEuMjg1LjI1NyAxLjYwNCAyLjA2NyAzLjQzIDMuOTggNDEuMjgzIDIuODYzIDQ0LjQ5NC0uNDIxIDEuMjA5LS4wOTkgNS43ODktLjUzNyA2LjQ0MS0uNjc4IDEuMDAzLTIuNDg1IDguOTkzLTIuNDk2IDExLjAzMy0uMDI2IDMuODc3LTcuNjQ4IDIzLjc2Ny05LjQ4MSAyNC4xNjYgMCAwLTMuOTY2IDUuNzM2LTUuNDM1IDYuNTc5LS41MTkuMzA3LTEuMjk2IDEuMTY5LTEuNzExIDEuOTM2LS41OCAxLjA1OC0zLjEzMiAzLjk0OS0zLjE4MiA0LjA5MS0uMi41NzYtLjY3Ny4zMDQtMS4zMTEuOTA5LTguNzk4IDguMzYzLTEyLjE2NSAxMy45ODktMjIuNTQ0IDIwLjE3MS0yLjExIDEuMjU2LTE0LjQ3NiA5LjY3OS0xNi45MTMgOC44MzEgMCAwLTYuNjI0IDMuMDYyLTExLjQ0MiAzLjg4NCAwIDAtMjYuMjg2IDYuNTg2LTI2LjI4OSA2LjU5NS01LjAxOCAxLjM2Ni0xMC43MyAxLjQxMS0yMC43ODkgMS41NjMtMy4zMTIuMDU0LTUwLjAxNSA4LjA0Ni0xMDMuNDkxLTE3LjAzNy00Ni43MTYtMjEuOTM1LTc3Ljk2MS04MC44OTMtODUuMDIzLTEyMy4xMjEtMi4zMjctMTMuOTA4LS45Mi0yNy44MDgtLjczOC00MS44MDYuMzktMzAuOTMxLS40MzgtMzkuNDE0IDMyLjM0Mi04MS41NzIgOS4wNjYtMTEuNjU3IDIxLjQ4Ni0yMC43ODIgMzQuNDUzLTI3LjU1NSAxNy4wODUtOC45MyAzOS43MDQtMjAuOTUzIDU5Ljc3MS0xNS42OTUgMS4yNzkuMzQgMi41MjEtLjM0IDQuMzcyLS4xMTkgMy4wNjkuMzY5IDcuNDQ2LjYzMyA4Ljg4LjUyOCAxNy4wMzMtMS4yMDcgMzUuNDI5IDE0LjQ1IDQ4LjU3IDIzLjI3bC0uMDAxLjAzMVoiLz48cGF0aCBmaWxsPSIjMzk1MjQ2IiBmaWxsLW9wYWNpdHk9Ii4yIiBkPSJNMTg3LjAyNSA1NzMuNzUyYy0zLjYyMi0uNjY4LTEzLjIzNi0xLjE1NS0xMy40LS42ODMtLjA3OS4yMjctNy45NTQuMjQ5LTguMTg1LjI0My01LjM0OS0uMTQ2LTUuNzYyLjQ2Mi05LjI0NCAxLjAwNy0zLjA1NS40NzItMjYuNzcxIDExLjk2NS0zMi4wMDggMTUuNTExLTE4LjQ5NSAxMi41MjYtMTQuNTkgMTIuMzUtMTkuMDM0IDE3LjE0NS0zLjY0MSAzLjkyMS0xMi4wMjEgMjEuMzM0LTEyLjk1NyAzNi4xNjEtLjM5NSA2LjE4NC0zLjUwMiAxMC42NC0xLjA2NyAyMC43MSAxLjE5NCA0LjkwNSAxLjQ2MyAxMS44MjggMy4zNzIgMTguNDIyLjU5IDIuMDQ4Ljk4NCAzLjk4NS44NzMgNC4zMDYtLjExMi4zMjEuMDYgMS4zNDUuMzkgMi4yODYgMS4zMSAzLjc0OS0uODc0LjA3NyAyLjQyNyA3LjYgMS40NzYgMy4zNjIgMS44ODYgNC40NjggMi40MjggNi41MzEgMi40MTggOS4xNDMgMjAuNDYgMzMuMzkxIDIzLjE0MSAzNS4xNS40NzMuMzEzLjk3Mi44NTggMS4xMDMgMS4yMS4xMzIuMzUzLjQzNC43MDIuNjYxLjc4MS41MTkuMTggMS4zOTcgMi40NjYgMS44MTIgMi42MTEuNDgyLjE2NyAzLjU2NiAzLjIgNC4wMjEgMy45NjIgNS45MDUgOS43NzQgMzYuNzg3IDI2Ljc5MSAzOS4yMTUgMjkuMjc4IDMuNTQyIDMuNjM2IDExLjg1MiAzLjcwMSAxNS4xOTMgNS41MSA3LjA3NSAzLjgyOCAxMC4zMzkgMi41NzIgMTYuODY4IDQuNjIyIDQuMjQ2IDEuMzQgNy4yNzQgMS42NzQgOS42MTYgMS4wNi42NjMtLjE3MiAxLjk1Ni0uMTE0IDIuODkyLjE0OSAzLjc1OSAxLjAzMyA3LjEzNC0uNDUgMTAuMjU1LjA3NSAxLjU0OS4yNjQgNy4zODQtLjQwNSA3LjU0NS0uODY4LjA2OS0uMTk5LjMxOC0uMTg2LjU1Ni4wMTMuNDQxLjM3NiAxOC40MDktMi4zMjggMjEuNjA5LTQuMDQxLjk2Mi0uNTEyIDIuMjg0LS45NjMgMi45MzMtMS4wMDEuNjQ5LS4wMzkgMS4yMjMtLjE5OSAxLjI3OS0uMzYuMDk1LS4yNzQgMS42Ni0uMjA2IDEuODI3LS42NTYuMTg3LS40NzUgNC4yMjEtMS41NyA0Ljg5MS0xLjMzNi4yNDYuMDg1Ljc1MS0uMDg4IDEuMTMxLS4zOS4zNzEtLjMwNSAxLjQxLS42NDIgMi4zLS43NjcgMS45NDUtLjI2NSA0LjU0My0xLjc5NiA2Ljc4Ni0zLjk4LjktLjg4MyAyLjA0My0xLjczNSAyLjUyOS0xLjg4MyAxLjYxMS0uNTIgNy42ODEtMy4yMzYgOC44NDYtNC43ODkuMjczLS4zNi42MjgtLjYxOC43NzktLjU2NS4xNTEuMDUzLjY2Mi0uMzUyIDEuMTE2LS44OTMgMi4xNzItMi42MjIgMy4wMTUtMy40OTMgNC4xMzItNC4yNjkuNjY3LS40NTYgMS4yODktMS4wNTUgMS4zODEtMS4zMTkuMDkyLS4yNjUuMzYyLS41ODQuNjA3LS43MSAxLjU4Mi0uODA1IDMuNjU4LTMuMjM4IDQuNDg4LTUuMjg5IDEuMzA4LTMuMjQgMi4wNjEtMi4zNjMgMy40ODYtNS44MTcuNTM5LTEuMzA1IDEuMTg1LTMuMjgzIDEuNDQtNC4zOCAxLjc4Ny03LjcyMiA3LjAzNC0xNS44OTEgNi4wNzUtMjIuMDQ4IDAgMC0xLjU2Ny0xMS4zNDYtMS41OC0xMS4zNzItLjIxNC0uNTA4LTEuMzkzLTE4LjgxMy0xLjc4OC0xNy42MTcuMTQxLS40MDYtMi45Ny03LjM3Ni0yLjczNC04LjA1Ni4yMDgtLjU5NS0xLjM5Ny01LjgxMi0xLjg4Ni02LjE0MS0uMzM1LS4yMjMtLjQ3MS0uNzE1LS4zMTYtMS4xNTkuMTU0LS40NDMtLjI3NS0xLjk0OC0xLjA4LTMuNzExLTEuODAyLTMuOTItLjgtMS45NjItMS45MDItNS44ODItNS4wNjUtMTcuODc4LTIxLjg0MS00MC4yODgtMzMuMjU1LTQ5Ljg0MS0uODM4LS42OTQtMi40OTItMy41NDctNC4wOS00LjkxOC0yLjUzNi0yLjE3NS0xLjQ3OS0yLjUwNi02LjYyOC02LjA4Ny0yLjU2Ni0xLjc4My0yMC40MjItMTYuMTMtMjMuNjA4LTE2Ljc3My0uOTMxLS4xODYtMS45MzEtLjU5OC0yLjIxNS0uOTA4LTMuMTQzLTMuMzgxLTMzLjU2My0xNC4yMTMtMzguMTg2LTE0Ljk4NmEzNjAuMjggMzYwLjI4IDAgMCAxLTQuODU1LS44NjRsLjAxNS4wMTZabTU3LjkzMyA0Mi4zMDVjMS4xNTIuNDAxLjc5NSAxLjg1NCAyLjA0MSAyLjI4OC40NzMuMTY1Ljg5OS40NjEuOTQ0LjY2Ny4yMDMuOTA3IDYuNTQ0IDQuMDE1IDcuMjk0IDQuNjg5IDIuNTEgMi4yNSA0LjY5MyAyLjE1MiA2Ljc5IDUuNzA5IDEuNTA3IDIuNTQ3IDIuNjQ0IDQuMDU1IDQuMTQxIDUuNDc1IDEuNzgzIDEuNjkxIDIuODg3IDQuNTQyIDQuMjg3IDUuODQ0IDIuNTc3IDIuMzkxIDcuNDUyIDExLjg3IDguMjE4IDEyLjU2IDEuMDcyLjk2NiAzLjE2NSA0LjM4NCA0LjcyMSA3LjcgMi41ODQgNS41MDUgNy45MjkgMTIuOTM1IDkuMjgzIDE3Ljg5Ni41NDYgMS45OSA0LjMyNyAxMy4zNjUgMy41MjIgMTUuNjc5LS4wNzMuMjA4LjA2MSAxLjEwMS4zMDIgMS45OS4yNDIuODg5LjM1OCAyLjE2OC4yNTcgMi44NTMtLjE1MyAxLjA0OC4wNjYgMy4xMjUuNjU5IDYuMzQ5LjM3OCAyLjAxNy4xNCAxNC41NjYtMS4xOTUgMjEuMDQ3LTIuMzkyIDExLjYxOS0xMi41OTcgMjcuODI2LTIzLjM5MyAzMy43NDYtMjIuMzY5IDEyLjI3OS00OC44MTkgMTQuMzE3LTU5LjM0NyAxMy43NzctMTIuMjg0LS42MzQtMTMuMjEtMS40MTEtMjMuNzc3LTQuOTQxLTIyLjg0Ni03LjY0NS0yMy44OTEtMTAuNDU1LTI3LjkyOS0xMi45MDgtNy4wNzctNC4zNjktMTguODc2LTE0LjI0Ny0xOC44NzYtMTQuMjQ3LTEuMjkzLS40NS0yMi40OTMtMjYuNDU0LTIxLjk2NC0yNy45NzUuMTc0LS41LTEuNjQtMy45NTktMi4xNjktNC4xNDMtLjQ0NC0uMTU0LjI1NC0xLjI0Ni0uMzY1LTEuMTEyLS42NzUuMTQ2LTQuOC05LjM4OS01LjM1Ny05LjU4My0uMTc5LS4wNjMtLjQwOC0uNjgzLS41MDQtMS4zODMtLjM4Mi0yLjY3NC0zLjE4Ni01Ljg3My0zLjExNy04LjcxOS4wNDgtMS45MzItLjc4MS02LjQ1NS0xLjE5Ni02LjYtLjMzMS0uMTE1LS4zNjEtMS42NC0uMDQ5LTIuMjk0LjExNC0uMjM1LjAwMy0uNDk2LS4yNTItLjU4NS0uNjMzLS4yMi0yLjAzNS03LjMyNi0xLjk3MS05Ljk3Mi4wNTktMi4zNjItMS41MTItNS41NDUtMS4xNDYtOC41NzMuMDY4LS41NTktLjAzMy0xLjMzNS0uMjI0LTEuNzMtLjE5MS0uMzk0LS4yNzktLjkwMi0uMi0xLjEyOC4wNzktLjIyNy0uMDY5LTEuMjMxLS4zMjgtMi4yMjItMi45NDItMTEuMTk5IDkuMDMzLTM1LjI5MSAxMS4xNjctMzguMTA2IDMuMDc0LTQuMDU1IDQuNTUyLTkuNjcyIDE3LjExNS0xOC4xMTEgMi41MjctMS42OTMgOS42NTItNC43NjIgOS42NTItNC43NjItLjA1NC0uMjQxLjAzNi0uMzc5LjE5Ny0uMzIzIDAgMCAxOC44OS02LjQ4MSAyNi4xMjUtNS43MyAxLjMzOS4xMzggMS44Mi0uMzYyIDIuNjYxLS4wNy45MzUuMzI2IDIuMDExLS40ODUgMi42ODItLjI1MiAwIDAgMTAuMDEyLjc0MyAxMC4wMjIuNzQ2Ljg0MS0uMDE0IDcuNzM3IDEuNzcyIDkuMTkzIDEuOTcxIDIwLjQ5MyAyLjg3NyA0OS4wNDggMjMuNDE1IDUyLjA4IDI0LjQ3bC4wMDYuMDEzWiIvPjxwYXRoIGZpbGw9IiMzOTUyNDYiIGZpbGwtb3BhY2l0eT0iLjIiIGQ9Ik0xNzEuNzMyIDY0NC4zMzhjLTIuMTg4IDIuNjA1LTIuNTU1LjQ5Ny01LjQ4MSA1LjgtNS4xMjMgOS4yNzEtMi4wNDcgMS43MTItNS40MDUgMTQuMTI5LTIuMzExIDguNTU1LTMuMzQzIDE2LjgxNSAxLjE0NyAyNC45OTYgMi4wMTQgMy42NzYgMS41MjEgNS41MTYgNC40NTggOC42OTkgMS40ODQgMS42MDcgMS42OTIgMS45MjMgMy43MDUgNS42MzEgMy44NDQgNy4wODcgNy4zMzkgNy4zMjkgOS41MTYgMTAuNTMzIDEuMjYzIDEuODQ4IDIuODc0IDEuOTk2IDMuOTQ4IDMuMzIyLjYyMi43NjcgNC43NTMgMi40MDYgNS45MDIgMy4wNiA4LjUyMSA0LjkwNCAxNC4yMzMgMS43ODkgMTcuMTggMi44MTQuNTEuMTc4IDMuOTkzLS42NDMgNS4wNzktLjQ3NyAxLjU1OS4yMzYgMy4wNDIuMDIyIDQuMTc5LS41OTkuNTEtLjI3OCAxLjIyOS0uMzk4IDEuNTg4LS4yNzMgMS4wMjkuMzU4IDMuODc2LS4xNTUgNS42NzEtMS4wMjMgMi40MDctMS4xNjMgMi41NzItLjAyNiA2LjEzNy0yLjI2OS44NzEtLjU1NCA3LjE5OC04Ljg0NSA4Ljg4Ny05LjgwMy44MTUtLjQ1NyAxLjU1NC0xLjA1OCAxLjY1Mi0xLjM0MS4wOTktLjI4NC40MjktLjYyNC43NDgtLjc3OC4zNDMtLjE2NiA0LjE1Mi03Ljg4MyA0LjMxNC04LjIyOSAxLjQyMS0zLjEzNyAzLjIwOC05Ljg1MyAxLjc3LTEyLjM1NS0uNTI1LS45MjQtMS43Ni04LjcyMy0xLjY3NC04Ljc4OS4yOTQtLjIzNi0uOTQ2LTIuMzkzLS43OTEtMi44MzcuNDg2LTEuMzk4LTcuMTk0LTEyLjI3Ny02LjkwNS0xMy4xMDkuMDk5LS4yODMuMDM5LS41NjgtLjE0LS42MzEtLjE4LS4wNjItLjc5LS45ODQtMS4zNjEtMi4wNTEtLjU3MS0xLjA2Ny0xLjYxMi0yLjUyLTIuMzA4LTMuMjI4LS42OTUtLjcwOC0xLjI3My0xLjUxMy0xLjI4Mi0xLjc5MS0uMDA5LS4yNzktLjQ2NC0uNzY1LTEuMDA3LTEuMDkyLS44NjktLjUxNC0yLjQ2My0yLjY4OS0yLjg2OS0yLjgzLS4wMzgtLjAxMy00LjkyMi0zLjc3OC01LjYxMi00LjQxLTMuNTE5LTMuMjQ3LTM1LjEwMS0yMC4xMzgtNTEuMDU1LTEuMDczbC4wMDkuMDA0Wm00OCAxMy41NjJjNy42MzggNC4yNzggOS43NDIgNy4wNTQgMTIuMDI4IDExLjQzOS43MDYgMS4zNDcgMS41MSA1LjY0IDEuMTA3IDUuOTEzIDAgMCAxLjY2NiA2LjgwNiAxLjE2OCAxMC4wMzEtLjEyNC43ODMtLjE1NSAxLjkzNy0uMDY5IDIuNTcxLjE5MyAxLjQyMi0xLjI0NyA2LjI4OS0zLjE3NCAxMC43MzMtMS4xNDYgMi42NS0xLjQ0NiA0LjMzNS04LjQ5NSA3LjkxNy05LjQ4NSA0LjgzMS0xMC4yMjcgNC43MS0yNi40MTUgMS45NjYtMy42NjktLjYyLTkuMTAyLTUuNjY3LTExLjExOS04LjM2LTguMzg4LTExLjIyLTQuODQxLTEwLjQzLTcuNDA0LTE1LjM1Ny0yLjgtNS40LTEuMzUtNC4zMzQtMi4yNzktNy4wMTktLjIzMS0uNjczLS4zMTktMS42NjgtLjE5OS0yLjE5NyAxLjAxNy00LjQxMS40Ni03LjczOSAzLjM4MS0xMS45NjQuNDkzLS43MTggMi45NS00LjQ5IDMuNzI2LTQuODAyIDQuNDQ0LTEuNzU3IDkuNzY4LTkuOTk1IDMxLjk4Ni00LjM0NyA0LjUxNCAxLjE0OCAxLjk2NSAxLjM1MSA1Ljc1MSAzLjQ2M2wuMDA3LjAxM1pNMTUyNC4yNSAyMDkuMjcyYy0uNTUtNC40NjYtMy41MS0xNS44NDgtNC4xMi0xNS44NjctLjI5LS4wMDktMy4yMS05LjE3OC0zLjI5LTkuNDQ5LTEuNzktNi4yODgtMi42NS02LjU0Ni00LjU3LTEwLjQwNS0xLjY3LTMuMzg4LTIzLjc5LTI2LjgxOC0yOS44Ni0zMS42MjItMjEuNDEtMTYuOTY3LTE5Ljc3LTEyLjQ4MS0yNy0xNS45MDMtNS45Mi0yLjgwOC0yOS4zMy02LjE5Ny00Ni45OC0xLjg1OC03LjM3IDEuODA0LTEzLjcxLS4xODUtMjQuNTggNi4zNC01LjI5IDMuMTg4LTEzLjI3IDYuMDM3LTIwLjI3IDEwLjY3Ni0yLjE3IDEuNDM3LTQuMjkgMi42MDctNC43MSAyLjU5NC0uNDEtLjAxMy0xLjU0LjU2NC0yLjUyIDEuMjkyLTMuOSAyLjktLjQxLS45OS03Ljk5IDUuNjExLTMuMzggMi45NTItNC41MiAzLjgzNC02LjczIDUuMjIxLTkuNzkgNi4xNjctMzEuNDggMzYuMDczLTMyLjU1IDM5Ljg0MS0uMTkuNjY2LS42NCAxLjQ0Ny0xLjAxIDEuNzI5LS4zNi4yODItLjY2Ljc2Mi0uNjcgMS4wNTUtLjAyLjY3Mi0yLjM2IDIuNTMxLTIuMzggMy4wNjktLjAyLjYyMi0yLjQzIDUuMzI3LTMuMTUgNi4xMzctOS4yNSAxMC40NjEtMTcuNzggNTIuNjgyLTE5Ljc5IDU2LjQyMi0yLjk1IDUuNDU5LjAzIDE1LjE2OC0uODYgMTkuNzI0LTEuODcgOS42NDcuNzkgMTIuOTkxLjc5IDIxLjM1IDAgNS40MzkuNzIgOS4wOSAyLjMgMTEuNTk1LjQ0LjcxLjg1IDIuMjM4Ljg4IDMuNDI0LjE4IDQuNzYgMy4xNSA4LjE1IDMuNjggMTEuOTc5LjI2IDEuOTAzIDMuMTggOC40NTcgMy43OCA4LjQ3NS4yNi4wMDguMzQuMzAzLjE5LjY1My0uMjcuNjUyIDkuNDggMjAuNjAxIDEyLjY1IDIzLjcwNC45NS45MzMgMS45NyAyLjMwOCAyLjI1IDMuMDVzLjY4IDEuMzUzLjg5IDEuMzZjLjM1LjAxLjg1IDEuODU5IDEuNDMgMS44ODkuNjMuMDQzIDMuMzkgNC4zNDQgMy4zNiA1LjIxLS4wMS4zMTguMzguODQzLjg3IDEuMTc2LjQ5LjMyIDEuMjcgMS40MDcgMS43NCAyLjM5OSAxLjAyIDIuMTcgMy43NyA0LjYzNyA3LjE0IDYuNDUgMS4zNi43MjYgMi43NyAxLjc0NyAzLjEzIDIuMjU5IDEuMTkgMS42ODYgNi41OSA3Ljc2NiA4LjgzIDguNTU1LjUzLjE4Ny45Ni41MDYuOTUuNzAxLS4wMS4xOTUuNjUuNjQzIDEuNDUuOTczIDMuODYgMS41NzIgNS4xOSAyLjIzNSA2LjUgMy4yNTMuNzguNjExIDEuNzEgMS4xMTUgMi4wNSAxLjEyNi4zNC4wMS44Mi4yMDggMS4wNS40NDcgMS41MiAxLjU1IDUuMTMgMy4wNzcgNy44MyAzLjI5NCA0LjI2LjMzNyAzLjUxIDEuNTM3IDguMDcgMS45MzIgMS43Mi4xNSA0LjI3LjE3OSA1LjY0LjA3NCA5LjY3LS43NDQgMjEuMTQgMi4zNzkgMjcuOTgtLjk5NCAwIDAgMTIuNjctNS45ODEgMTIuNjktNi4wMDUuNTItLjQzNiAyMS40Ni04LjUxMyAxOS45Mi04LjUzNS41Mi4wMTYgNy41Mi02LjE2MyA4LjQtNi4xMzYuNzcuMDIzIDYuMjgtMy43NTcgNi40OC00LjQ0Ny4xNC0uNDczLjY2LS44MTEgMS4yNC0uNzkzLjU3LjAxNyAyLjE3LTEuMDM0IDMuOTMtMi42MTggMy45Mi0zLjUzNSAyLTEuNjUgNi4xNy00LjM3MSAxOS4wMi0xMi40NDkgMzkuMDMtNDAuMjA2IDQ2LTU3LjAwNi41LTEuMjMxIDMuMjItNC4yMDQgNC4yNC02LjU2OCAxLjYtMy43NTIgMi4zOC0yLjY0MSA0LjY3LTkuOTUzIDEuMTQtMy42NDQgMTEuMzQtMjkuNzA3IDEwLjkyLTMzLjY1NS0uMTItMS4xNTMtLjAxLTIuNDY5LjI1LTIuOTEzIDIuNzktNC45MDIgNC4yNy00NC4zMTkgMy40OC00OS45OS0uMjEtMS41MjItLjU2LTQuMjA5LS43Ny01Ljk3NWwtLjAyLjAyNFptLTI4LjE0IDgzLjAwNmMtLjA1IDEuNDktMS44OCAxLjYwNS0xLjkyIDMuMjE3LS4wMi42MTEtLjIxIDEuMjE2LS40NCAxLjM0My0uOTguNTY5LTIuMjggOS4wOTctMi43OSAxMC4yMTgtMS43MSAzLjc0OS0uNzkgNi4yNTgtNC4xOCAxMC4wMDQtMi40MiAyLjY4OS0zLjc2IDQuNTY3LTQuODcgNi44My0xLjMyIDIuNjk4LTQuMjUgNS4wMjktNS4yNSA3LjEzNy0xLjg1IDMuODc5LTExLjEzIDEzLjAzMS0xMS42NSAxNC4xNzYtLjc0IDEuNjAzLTMuOTYgNS4yOTQtNy4yNiA4LjMyMi01LjQ4IDUuMDI4LTEyLjE5IDEzLjk3Ny0xNy40OSAxNy4zNzItMi4xMiAxLjM2NS0xNC4wMiA5LjkzNy0xNy4wMSA5Ljg0Ni0uMjctLjAwOC0xLjI3LjQ3NS0yLjIyIDEuMDgxLS45NC42MDctMi40IDEuMjExLTMuMjMgMS4zNDQtMS4yOC4yMDUtMy42MyAxLjIyMi03LjE3IDMuMDk0LTIuMjIgMS4xNzktMTYuOTYgNS40OTYtMjUuMDIgNi4zMTQtMTQuNDQgMS40NjctMzcuMTEtNC40OS00Ny45OS0xNC45MDQtMjIuNTUtMjEuNTczLTM0LjY0LTUxLjY1MS0zNy44Ny02NC4xMTgtMy43Ny0xNC41NDgtMy4yLTE1LjkxMi0yLjk2LTI5LjUxOS41NC0yOS40MjUgMy40NC0zMS42NzEgNC44Mi0zNy4yNzUgMi41MS05Ljg0OCA5LjcxLTI3LjIxNSA5LjcxLTI3LjIxNS4wNS0xLjY3MyAyMi42My0zNS45MDIgMjQuNi0zNS44NDIuNjUuMDIgNC4wMi0zLjM2MSA0LjA0LTQuMDQ0LjAyLS41NzQgMS41NS0uMTYxIDEuMTctLjgzMy0uNDItLjczMyA5LjItOS4wMzIgOS4yMi05Ljc1My4wMS0uMjMyLjY1LS43MjUgMS40My0xLjA5MyAyLjk4LTEuNDI0IDUuNjktNS44NjQgOS4wNC02LjgyNSAyLjI3LS42NTIgNy4yNS0zLjI3NSA3LjI3LTMuODEyLjAxLS40MjcgMS43OC0xLjAyMSAyLjY2LS44OTdhLjUxLjUxIDAgMCAwIC41OS0uNTA3Yy4wMi0uODE4IDcuOC01LjA1NCAxMC45Mi01Ljk1IDIuNzgtLjc5NSA1LjkyLTMuNzkxIDkuNTktNC40NzQuNjctLjEyNiAxLjU0LS41MjcgMS45My0uODk0LjM5LS4zNjcuOTUtLjY1NiAxLjI1LS42NDcuMjkuMDA5IDEuNDEtLjUzMSAyLjQ3LTEuMTk2IDEyLTcuNTI5IDQ0LjUzLTIuMzk2IDQ4LjYtLjk0IDUuODYgMi4wOTcgMTIuOTYgMS43NjMgMjcuNDMgMTMuMzEzIDIuOSAyLjMyNSA5LjEgOS41MDQgOS4xIDkuNTA0LjI2LS4xNTEuNDUtLjA5Ni40NS4xMTIgMCAwIDE0LjUgMTkuNjQxIDE2LjI4IDI4LjM0OC4zMyAxLjYxMSAxLjA5IDEuOTg5IDEuMDYgMy4wNzUtLjA0IDEuMjA5IDEuMyAyLjE2NyAxLjI4IDMuMDMzIDAgMCAyLjggMTEuOTQxIDIuOCAxMS45NTMuMzMuOTc1Ljc3IDkuNjY2IDEuMDggMTEuNDM1IDQuMTYgMjQuOTM2LTkuMzQgNjUuNzM2LTkuNDYgNjkuNjU1bC0uMDEuMDEyWk00NTAuNjYyIDg3LjE3NmMtLjU1LTQuNDY1LTMuNTEtMTUuODQ4LTQuMTIxLTE1Ljg2Ni0uMjk0LS4wMS0zLjIxMS05LjE3OC0zLjI4OC05LjQ1LTEuNzkzLTYuMjg3LTIuNjU0LTYuNTQ2LTQuNTctMTAuNDA1LTEuNjcyLTMuMzg3LTIzLjc5Ny0yNi44MTctMjkuODU5LTMxLjYyMUMzODcuNDA4IDIuODY2IDM4OS4wNDcgNy4zNTMgMzgxLjgxNyAzLjkzYy01LjkxNS0yLjgwNy0yOS4zMjQtNi4xOTYtNDYuOTc5LTEuODU4LTcuMzY2IDEuODA1LTEzLjcxLS4xODUtMjQuNTc0IDYuMzQtNS4yOSAzLjE4OC0xMy4yNzUgNi4wMzctMjAuMjc0IDEwLjY3Ni0yLjE3NCAxLjQzNy00LjI5MSAyLjYwNy00LjcwNyAyLjU5NC0uNDE2LS4wMTItMS41NDguNTY0LTIuNTI2IDEuMjkyLTMuODk2IDIuOS0uNDEtLjk5LTcuOTgzIDUuNjExLTMuMzg0IDIuOTUzLTQuNTI1IDMuODM1LTYuNzM1IDUuMjIyLTkuNzg4IDYuMTY3LTMxLjQ4IDM2LjA3Mi0zMi41NDkgMzkuODQtLjE5Mi42NjctLjY0NSAxLjQ0Ny0xLjAwOCAxLjczLS4zNjQuMjgyLS42Ni43NjItLjY2OSAxLjA1NS0uMDIxLjY3MS0yLjM2NyAyLjUzLTIuMzgzIDMuMDY4LS4wMTkuNjIzLTIuNDI4IDUuMzI4LTMuMTUxIDYuMTM3LTkuMjQ1IDEwLjQ2MS0xNy43OCA1Mi42ODMtMTkuNzkyIDU2LjQyMy0yLjk0NiA1LjQ1OC4wMjggMTUuMTY3LS44NTggMTkuNzIzLTEuODczIDkuNjQ3Ljc5MyAxMi45OTEuNzk1IDIxLjM1MS0uMDA2IDUuNDM4LjcxNiA5LjA5IDIuMjkyIDExLjU5NC40NDQuNzExLjg1MSAyLjIzOC44ODggMy40MjUuMTc0IDQuNzU5IDMuMTQ0IDguMTUgMy42NzcgMTEuOTc5LjI2IDEuOTAyIDMuMTgzIDguNDU2IDMuNzgzIDguNDc0LjI1Ni4wMDguMzMzLjMwNC4xODguNjU0LS4yNzcuNjUxIDkuNDc1IDIwLjYgMTIuNjUgMjMuNzA0Ljk1Mi45MzMgMS45NjMgMi4zMDggMi4yNDcgMy4wNS4yODMuNzQyLjY4MSAxLjM1My44ODkgMS4zNTkuMzU1LjAxMS44NDkgMS44NTkgMS40MzYgMS44ODkuNjIzLjA0NCAzLjM4MyA0LjM0NCAzLjM1NiA1LjIxMS0uMDEuMzE3LjM3OS44NDMuODcxIDEuMTc1LjQ5Mi4zMjEgMS4yNjcgMS40MDggMS43MzkgMi40IDEuMDI0IDIuMTcgMy43NjUgNC42MzYgNy4xMzkgNi40NSAxLjM2MS43MjYgMi43NzUgMS43NDcgMy4xMjcgMi4yNTggMS4xOTggMS42ODcgNi41OTcgNy43NjYgOC44MzggOC41NTYuNTIxLjE4Ny45NTIuNTA1Ljk0Ni43MDEtLjAwNi4xOTUuNjU0LjY0MyAxLjQ1Mi45NzMgMy44NTkgMS41NzEgNS4xODYgMi4yMzUgNi41MDIgMy4yNTMuNzc3LjYxIDEuNzA0IDEuMTE1IDIuMDQ3IDEuMTI1LjM0My4wMTEuODE0LjIwOSAxLjA1Mi40NDggMS41MiAxLjU0OSA1LjEyMyAzLjA3NyA3LjgyMiAzLjI5MyA0LjI2NC4zMzggMy41MTcgMS41MzcgOC4wNzMgMS45MzMgMS43MjIuMTUgNC4yNjguMTc5IDUuNjQzLjA3NCA5LjY3Mi0uNzQ1IDIxLjEzNyAyLjM3OSAyNy45NzUtLjk5NCAwIDAgMTIuNjcyLTUuOTgyIDEyLjY5Ny02LjAwNS41MTYtLjQzNyAyMS40NTctOC41MTMgMTkuOTE0LTguNTM2LjUyNy4wMTYgNy41MjMtNi4xNjIgOC40MDQtNi4xMzYuNzcxLjAyNCA2LjI3NC0zLjc1NiA2LjQ3OS00LjQ0Ni4xMzctLjQ3My42NjEtLjgxMSAxLjIzNi0uNzk0LjU3NS4wMTggMi4xNzUtMS4wMzQgMy45MzctMi42MTggMy45MTYtMy41MzUgMS45OTgtMS42NSA2LjE3LTQuMzcgMTkuMDE3LTEyLjQ0OSAzOS4wMjctNDAuMjA2IDQ1Ljk5Mi01Ny4wMDYuNTAyLTEuMjMyIDMuMjI2LTQuMjA0IDQuMjQxLTYuNTY5IDEuNjA4LTMuNzUxIDIuMzgyLTIuNjQgNC42NzQtOS45NTIgMS4xNC0zLjY0NCAxMS4zMzgtMjkuNzA3IDEwLjkxOS0zMy42NTUtLjEyNC0xLjE1My0uMDEtMi40NjkuMjQ4LTIuOTE0IDIuNzk0LTQuOTAxIDQuMjc2LTQ0LjMxOSAzLjQ4MS00OS45OWE0NTcuNzkzIDQ1Ny43OTMgMCAwIDEtLjc3My01Ljk3NWwtLjAxMy4wMjRabS0yOC4xNDUgODMuMDA3Yy0uMDQ1IDEuNDg5LTEuODczIDEuNjA1LTEuOTIyIDMuMjE3LS4wMTkuNjEtLjIwOSAxLjIxNS0uNDMzIDEuMzQzLS45ODUuNTY5LTIuMjg1IDkuMDk2LTIuNzk3IDEwLjIxNy0xLjcwNiAzLjc0OS0uNzkxIDYuMjU4LTQuMTc0IDEwLjAwNS0yLjQyMSAyLjY4OC0zLjc2NCA0LjU2Ni00Ljg3NCA2LjgzLTEuMzE5IDIuNjk3LTQuMjQzIDUuMDI4LTUuMjUgNy4xMzYtMS44NDUgMy44NzktMTEuMTI0IDEzLjAzMi0xMS42NDggMTQuMTc3LS43MzUgMS42MDMtMy45NTggNS4yOTQtNy4yNTggOC4zMjItNS40OCA1LjAyNy0xMi4xOTQgMTMuOTc3LTE3LjQ4OSAxNy4zNzItMi4xMjQgMS4zNjUtMTQuMDE4IDkuOTM3LTE3LjAxNSA5Ljg0NS0uMjctLjAwOC0xLjI2NC40NzUtMi4yMTMgMS4wODItLjk0OS42MDctMi40IDEuMjEtMy4yMzcgMS4zNDQtMS4yOC4yMDUtMy42MjUgMS4yMjEtNy4xNzIgMy4wOTMtMi4yMTYgMS4xNzktMTYuOTU2IDUuNDk3LTI1LjAxNCA2LjMxNS0xNC40NDYgMS40NjctMzcuMTE1LTQuNDkxLTQ3Ljk5LTE0LjkwNS0yMi41NDktMjEuNTcyLTM0LjYzOC01MS42NTEtMzcuODcxLTY0LjExNy0zLjc3LTE0LjU0OC0zLjIwMi0xNS45MTItMi45NTktMjkuNTE5LjU0MS0yOS40MjUgMy40MzgtMzEuNjcxIDQuODIxLTM3LjI3NiAyLjUwNC05Ljg0NyA5LjcwNi0yNy4yMTUgOS43MDYtMjcuMjE1LjA1MS0xLjY3MiAyMi42MzMtMzUuOTAxIDI0LjYwMy0zNS44NDEuNjQ5LjAyIDQuMDIxLTMuMzYxIDQuMDQyLTQuMDQ1LjAxNy0uNTc0IDEuNTQ4LS4xNiAxLjE2NC0uODMyLS40MTgtLjczNCA5LjIwMi05LjAzMyA5LjIyNC05Ljc1My4wMDctLjIzMi42NDctLjcyNiAxLjQyOS0xLjA5MyAyLjk4My0xLjQyNSA1LjY4OS01Ljg2NCA5LjAzNy02LjgyNiAyLjI3My0uNjUxIDcuMjUxLTMuMjc0IDcuMjY4LTMuODExLjAxMy0uNDI4IDEuNzgyLTEuMDIyIDIuNjYtLjg5N2EuNTA4LjUwOCAwIDAgMCAuNTkxLS41MDhjLjAyNS0uODE4IDcuODA3LTUuMDU0IDEwLjkyLTUuOTUgMi43OC0uNzk0IDUuOTItMy43OSA5LjU5LTQuNDc0LjY3OC0uMTI1IDEuNTQ3LS41MjcgMS45MzgtLjg5NC4zOS0uMzY3Ljk1LS42NTUgMS4yNDQtLjY0Ni4yOTQuMDA5IDEuNDEyLS41MzIgMi40NzMtMS4xOTYgMTEuOTk4LTcuNTMgNDQuNTI1LTIuMzk2IDQ4LjU5NS0uOTQgNS44NjMgMi4wOTcgMTIuOTYzIDEuNzYzIDI3LjQyOSAxMy4zMTMgMi45MDUgMi4zMjUgOS4xMDMgOS41MDQgOS4xMDMgOS41MDQuMjYyLS4xNTEuNDU2LS4wOTYuNDUuMTExIDAgMCAxNC41MDEgMTkuNjQyIDE2LjI4MSAyOC4zNDkuMzMgMS42MSAxLjA5IDEuOTg4IDEuMDU3IDMuMDc1LS4wMzcgMS4yMDkgMS4zMDYgMi4xNjYgMS4yNzkgMy4wMzMgMCAwIDIuODA4IDExLjk0IDIuODA4IDExLjk1My4zMjYuOTc1Ljc3MSA5LjY2NiAxLjA3MiAxMS40MzUgNC4xNjQgMjQuOTM2LTkuMzM2IDY1LjczNi05LjQ1NSA2OS42NTVsLS4wMTMuMDEyWm03NzQuOTQzIDMzMy44NzNjNjMuNTIgNi44MDggODQuNjEgMjAuODA2IDEyNy42MyA2OC44MjEgMzQuODYgMzguOTE0IDUzLjg2IDgzLjE1NyA1Mi40MyA4Ny4xMzggMCAwIDE4Ljc2IDYwLjg0NCAxNi4xOSA5Mi4zODNsLS4zMiA5Ljk0N2MxLjg1IDUuMzE3LTcuODkgNTAuMDY2LTExLjUgNTkuNTI5LTQuODYgMTIuNzE0LTIyLjM4IDUwLjc5OC0yNy4zMiA1Ni4wMTItMS43OSAxLjg4My02LjQzIDEwLjQxNC03LjM5IDExLjk2Ny05LjE4IDE0LjcxMy02Ljg5IDEyLjAyLTIwLjYyIDI3LjQ5NS0zLjI2IDMuNjY0LTExLjM2IDEyLjI0NC0xMS4zNiAxMi4yNDQtMjEuNjggMzUuNzg2LTExNi4zNCA3OS43MDgtMTY4LjkyIDgzLjY3OC03MC4wNSA1LjI4LTc3LjkyLTEuMjctMTI0LjkxLTE2LjQxMi0yLjY4LS44NjYtMTguMjYtOC4zMy0yMS43MTEtMTAuNC0zLjQ2OS0yLjA4Ni0yLjYwNi0yLjM0NC03LjI2NC01LjIwMS0yLjEzLTEuMzEzLTQ1LjQ3NS0yNS43LTQ3LjgzNi0yNC44NzgtLjczNy4yNTYtMTEuNjMzLTcuNDcxLTExLjg1My04LjEwNC0uMTktLjU0OC0uNzc0LjA1OC0uOTgxLS41MzdsLTUuMjc5LTQuODIzYy0xMS44MzEtMTAuMDUtMzkuNjk1LTQ2LjY2NS00Ny4xOTktNzkuODQyLTMuNTI2LTE1LjYwOC00LjIyOS0zNi40ODctMi4yNjMtNTAuMjE3LjItMS4zNzIuMjg4LTIuNjA5LjE5Mi0yLjczNS0uMDg3LS4xMjgtLjAwNy0uMjk0LjE5MS0uMzYzLjQ2My0uMTYxIDEuNTk3LTguODg5IDEuNzY4LTkuMzQuMTUtLjM5MS4yMDMtLjkwNy4xMjEtMS4xNDMtLjE2OC0uNDgyLjk0LTUuMjQuOTAzLTUuMzQ0LS4wNjUtLjE4OS45MDItMy4wOTkuOC0zLjM5Mi0uNDk2LTEuNDI2IDYuMjAxLTI1LjIzIDYuNTY4LTI1LjY5Ny43MTItLjkwNCAzLjc2MS05Ljc1OCA0LjAyNS0xMC42MTIgMS4xMzctMy42NjggOC45OC0yMS4xNjkgOS40NjUtMjIuMzMzIDExLjU2My0yNy43NDMgMTUuNjQ0LTMwLjc0MSAxNy42OTMtMzQuMzEzIDcuNTQtMTMuMTM5IDMzLjUyNS00My45ODUgNjEuMDcxLTY1LjUwNiA5LjU1MS03LjQ1NCA0NC44MjktMzIuMjkgNDUuNjc5LTM0LjUwMi42Mi0xLjYxNSAxMS42My0xNC4xODMgMTEuOTMtMTQuMjg1IDQuNTUtMS41ODQgNjQuMjQtODkuNTA0IDE2MC4wNi03OS4yMTlsLjAxLS4wMTZabS05Ni45NyA1NS4wODhjLTI3LjEyIDE2LjYxLTEzNy4xNDIgMTAyLjYyNi0xNDkuNDU3IDExNC42MS0uNTQ3LjIyMy0uMzU2LS40MTYtMS4yMTEuNjg3LTIuNTg3IDMuMzY3LTUuOTI0IDQuMjc1LTcuMjIyIDUuNjI2LS44OTIuOTM2LTcuNDA0IDcuMTQxLTcuOTIxIDcuOTk5LS45NzUgMS42MS00LjQwNiA2LjQ0Ni01LjA1OCA3LjEyOC02Ljk3NCA3LjM3My0zNC4xNjYgNjYuNTM5LTMzLjY1OSA2Ny45OTQuMDUyLjE1MS0uMzI0IDEuMTM5LS44MjIgMi4yMDItMy4zNjkgNy4xMTMtMy45NjkgMTEuMjYxLTUuNDY4IDE1LjA3Ni0uNDU2IDEuMTU0LTEuNDIzIDYuNzQyLTEuODk0IDguNjc0LTMuMzI3IDEzLjYyMS0yLjc0NCAyOS4yOS0zLjExIDMyLjcxLS45OTEgOS4yNjEuMjA2IDEzLjcwNC42NTIgMTYuODQyIDQuMjgyIDI5Ljg4MyAxMy4wMDQgMzkuMjQ2IDE4LjU2NSA1Mi4zMDQgMy4zNDcgNy45MDkgNC43MTUgOC41NTYgNi4zMDcgMTEuMzA1IDEuNzAzIDIuOTQ0IDcuNDIzIDkuODI2IDExLjE1MiAxMy45MDcgMTkuODk4IDIxLjc5IDE5LjkwMSAxNy42OTEgNDMuNzE5IDMzLjU1MyA0MS44MTcgMjcuODY0IDg4LjA2NyA0My45MjMgOTEuNjI3IDQyLjY4NCAwIDAgMy43MSAxLjgyOSAyMy4wNyA0LjAxOCAxMC44MyAxLjIyNyAxNi43MSAxLjgwNyAyOC4xMyAxLjg4NyA0My44MS4zMDcgNjcuNDYtMTAuMTI4IDEwNi45OS0yMi4wMTMgMjUuNjEtNy42OTQgNzQuNS00Mi40OCA3MS4xNi00MS4yMTIgMS45LS43MjQgOS43Ni0xMC4wMjQgMTAuNTYtMTAuMzU3IDEuMDgtLjQyOSAxMi4yNS0xMS40OTcgMTMuOTgtMTUuMzY4IDAgMCAxOC44NS0zMi4wMzkgMTguMjUtMzEuMDI1IDcuNDYtMTIuNTUgNS40LTE0LjM0MSAxMy4wOC0yOC4xMjEgMy4zOC02LjA4MiA2LjYyLTEzLjA3MiA3LjU1LTE2LjMyLjEzLS40NDguNTQtLjkxOC45Mi0xLjA0OS4zNy0uMTMyLjYxLS40NDguNTItLjcwMy0uMTYtLjQ3Mi44Ni0yLjU0MSAxLjM0LTIuNzA5LjMyLS4xMTIgNi41OC0xNC45NDUgNy4yMy0yMC4zMDguMTktMS41NTggMi45OS0xMC4zNzcgMi44NS0xMC4wODQgMS44OS0zLjkwOSA1LjE0LTMxLjgwOCAzLjk4LTM1LjEyMy0uMDgtLjI0NS0uMDUtMS4zNTkuMDgtMi40ODMgMS4yNy0xMS4xOS0uODEtMTEuNDgyLS41My0yMS40NDguMjEtNy4yMi00Ljc5LTI0LjkwOC01LjUzLTI4LjQxMi0xLjUtNy4xOTQtNS40NS0xNS4yNTQtNy40Ni0xOS45MzMtMTAuNi0yNC42NDUtMTAuNzktMjguMzA4LTE0Ljc5LTM0LjM5MS0uNzYtMS4xNDQtMS40NC0yLjU5OS0xLjUzLTMuMjI0LS4zNC0yLjQwMi0xLjU0LTUuNDQ4LTIuNTUtNi40MjEtLjE1LS4xNDctNi45Ni0xMC44MzItNy4xMy0xMC43NzMgMCAwLTEuNjYtMS4xNDgtNC41Ni03LjMwOC01LjQ4LTExLjY2Ny03Ljg4LTEzLjU1Mi03Ljg4LTEzLjU1Mi0uMzUtMS4wMTEtMy4wOS0zLjE4Mi0zLjY5LTQuOTEtMS43OS01LjEzOC0yNi4zNy0zMS4xMjMtMzAuNjUtMzQuMzU1LTIuOTktMi4yNTQtMjAuOS0xNy45NTctMjguMzUtMjEuODExLTIuMDctMS4wNy0zLjctMi4wNDgtMy42NC0yLjE4OC4wNy0uMTQtLjA4LS4xMTktLjM0LjA0NS0uMjguMTcyLTEuMTYtLjI3Mi0yLjE2LTEuMDkxLTUuNzctNC43MzctMTUuMDktNS4yNjItMjEuNjctOC43NzQtMS40LS43NS0zLjI0LTEuMzQtNC41My0xLjQ2Mi0xLjE5LS4xMTQtMi4yMi0uMzUtMi4yOC0uNTI5LTEuMDItMi45MzgtNjIuNTMtMTQuOTQ3LTExNi42MyAxOC4xNzdsLjAxLjAyOVoiLz48cGF0aCBmaWxsPSIjMzk1MjQ2IiBmaWxsLW9wYWNpdHk9Ii4yIiBkPSJNMTE0MC41NSA2MDIuOTgyYzIuMDEtLjQ0NyAyLjY4LjE4OSA2LjQtLjY1MSA0LjI4LS45NyAxNS4xLTEuMTU3IDE1LjExLTEuMTYgMS4yNi0uNDM4IDMuNzkuMTIgNS4zLS4xMDggOC41MS0xLjI1NyAyNC45MSAyLjg0OSAyOC4zMiAzLjE5NiAyNS4zNCAyLjU4NSA2OS4yMSAzNy41OTEgNzEuMjQgNDMuNDQ2LjExLjMxMi4zMy42MzguNS43MTggMS42NS43OTEgMTYuMDYgMjEuODk3IDE2LjgyIDIzLjQzNC45OSAyLjAyNyAzLjQxIDYuNzg2IDQuMjcgOC4zODEgNS4zMiA5Ljg3OSAxMi42NiAzNS4yNjYgMTUuNDMgNDYuMDkgNy40NyAyOS4yOTEgNC4xMiAzNC45MDQgNC4wNCA0MS4wOTUtLjI5IDIxLjg5MS04Ljk2IDQ0LjU1Mi0xNy44MiA2NC4yNDgtNC43MSAxMC40Ny0xMC4wNyAyMC44MTYtMTYuNzUgMzAuMTgzLTcuNzkgMTAuOTE5LTE4LjE4IDE5LjUtMjYuOTEgMjkuNTk5LTQ1LjczIDUyLjk2Ny0xMDEuMTEgNTIuMjQzLTEwOS40NiA1My44NDYtMy4xMy42MDQtNi43My0uMzI2LTkuMDcuMDM0LTIuMDEuMzE4LTYuMDgtMS4yNi03Ljg1LS42NDYtMi4xMi43MzctNi4yMi0uMjE4LTYuMjQtLjIxMS0uMDguMDI5LTExLjA0LS4zMTYtMTEuMTEtLjQ5Ni0uMDYtLjE3OS0uMzQtLjIzOS0uNjUtLjEzNC0uMy4xMDYtLjg2LjE0Mi0xLjI0LjA5Ni0xLjQ1LS4xODYtMy41My0uMTA1LTUuMTcuMTk4LTEuOTQuMzU4LTIuOTgtLjAxMS01LjQ5LjMyMi0zLjE1LjQyMS0yLjIzLS40MDctNC44NS0uMjY4LTEuNTguMDg0LTcuMjkuMTIyLTguMTEuMjkxLTUuMjIgMS4xMTktNS45Ni0uNTczLTkuMS0uMTI3LTEuMTkuMTcxLTIuNDItLjAzNC0yLjU2LS40MjItLjA2LS4xNy0uNjYtLjI0NC0xLjMzLS4xNTktLjY4LjA3OS0yLjM0LS4yMDMtMy42OS0uNjQ0LTIuMjEtLjcxNC02LjgyLS45ODItOS43LS41NTItMS43Ni4yNjQtMi45MS4wOC00LjI5LS42NjctMy44NC0yLjA4NC0xMS42Ny00LjAyNy0xNS42OS02LjI0OC00LjcxLTIuNTk4LTguNzMtNC41MTItMTIuMTYtNS43ODUtMy4wNi0xLjEzNi03LjY3LTQuMDU0LTguMDMtNS4wODQtLjE1LS40MjUtMi40LTEuMjQ5LTIuNTktMS43NDYtLjA3LS4yMDgtLjY3LS42MjQtMS4zMy0uOTEyLTMuODgtMS43NTItMjEuNTA1LTE4LjE5Mi0yMS41MDUtMTguMTkyLS43NDUtMi4wMTgtMTAuNDk5LTguNTY1LTExLjY0My0xMS44NTEtLjA3Mi0uMjA4LS44OS0uODI0LTEuODA4LTEuMzYyLTEuMDc3LS42MzEtMS45MTctMS40NjEtMi4zNTktMi4zMzQtMS4yNjktMi41MjMtMi4wOTItMS4xMTQtMi42MTItMy44NTYtLjE5Ny0xLjAyMi0uNzgzLTIuMzExLTEuNjA5LTMuNTI3LTEuMTI2LTEuNjUyLTMuODcyLTcuNTM2LTMuODcyLTcuNTM2LS43NDQtLjUyNC03LjI0My0zMC4yMDgtNi40NTEtMzIuNzM5LjgxMy0yLjYyMy4yNDctMzYuNjE2IDEuODc1LTQwLjc5My41NDctMS40MDggMi43NDktMTUuMDA4IDIuNzI4LTE2LjEwMi0uMTA2LTYuNTcgMS45MDMtMTAuNTk0IDIuMzczLTE0LjA1MS42ODktNS4wNDcgMy41MjItOC41IDQuODUtMTMuNzQ4IDEuNDE2LTUuNTc1IDQuMzI4LTkuMDEzIDYuMzI3LTE0LjczOSAyLjM5NS02Ljg2OSA0LjY3My03Ljk5IDYuMzktMTEuODguNjA4LTEuMzg3IDEuNDcxLTEuNDAyIDEuNTc5LTIuNTUxLjA0OS0uNTU4LjI0My0uOTc0LjQzNy0uOTM2LjE4My4wNDIuMzg5LS4xODkuNDU0LS41MTguMzM4LTEuNzM4IDEwLjc1Ny0xMy44NzcgMTEuODIzLTE1LjI4NiA5LjIzMy0xMi4yMDMgNDEuNjkzLTM5LjA3NyA0OS41OTMtNDIuNDczIDMuNjUtMS41NjYgNi44NC01LjQ5MiA2LjczLTUuODA0LS4yMi0uNjIzIDE0Ljc3LTE0LjQ0OCAxNS0xNC44MDYgNC42OC02Ljk3NSAzNS44MS0zMS4xODQgNTUuMjctMzkuNDA3IDQuOTYtMi4wNDYgMTcuMTYtMy45NzEgMjAuMjItNC42NDRsLS4wMy0uMDIyWm0tNDYuMzYgNDEuODIzYy02NS4zMyA0My44NDItODQuNjIgNzAuMzU4LTk2LjcxMiA4NS4xMjMtMS45MTEgMi4zMjctNC4wNjQgNi42OTgtNi40OTggOC40MzUtLjg0My42MjEtOS45NzEgMjEuNTc3LTkuNzkxIDIyLjA5Ni40NDggMS4yODQtMy45MjUgMTAuMjkyLTMuNzE0IDEwLjg5Ny4yMjcuNjUxLS41MTcgMi43NzQtLjQ4NSAzLjcxNi4xMDEgMy4zOTUtMi45MyA3LjYxNi0yLjY3MyAxMC41MTIuMDQ4LjU2Ni0uMDcyIDEuMjg1LS4yNTcgMS42MDQtMi4wNjggMy40My0zLjk4MSA0MS4yODMtMi44NjMgNDQuNDk0LjQyIDEuMjA5LjA5OCA1Ljc4OS41MzcgNi40NDEuNjc3IDEuMDAzIDIuNDg0IDguOTkzIDIuNDk1IDExLjAzMy4wMjYgMy44NzcgNy42NDggMjMuNzY3IDkuNDgxIDI0LjE2NyAwIDAgMy45NjYgNS43MzUgNS40MzUgNi41NzkuNTIuMzA2IDEuMjk2IDEuMTY4IDEuNzExIDEuOTM1LjU4IDEuMDU4IDMuMTMzIDMuOTQ5IDMuMTgyIDQuMDkxLjIuNTc2LjY3OC4zMDQgMS4zMTIuOTA5IDguOCA4LjM2MyAxMi4xNiAxMy45ODkgMjIuNTQgMjAuMTcxIDIuMTEgMS4yNTYgMTQuNDggOS42NzkgMTYuOTIgOC44MzEgMCAwIDYuNjIgMy4wNjIgMTEuNDQgMy44ODQgMCAwIDI2LjI4IDYuNTg2IDI2LjI5IDYuNTk1IDUuMDIgMS4zNjYgMTAuNzMgMS40MTEgMjAuNzkgMS41NjMgMy4zMS4wNTQgNTAuMDEgOC4wNDYgMTAzLjQ5LTE3LjAzNyA0Ni43MS0yMS45MzUgNzcuOTYtODAuODkzIDg1LjAyLTEyMy4xMjEgMi4zMy0xMy45MDguOTItMjcuODA3Ljc0LTQxLjgwNi0uMzktMzAuOTMxLjQ0LTM5LjQxNC0zMi4zNC04MS41NzEtOS4wNy0xMS42NTgtMjEuNDktMjAuNzgzLTM0LjQ2LTI3LjU1Ni0xNy4wOC04LjkzLTM5LjctMjAuOTUzLTU5Ljc3LTE1LjY5NC0xLjI4LjMzOS0yLjUyLS4zNC00LjM3LS4xMi0zLjA3LjM2OS03LjQ0LjYzMy04Ljg4LjUyOC0xNy4wMy0xLjIwNy0zNS40MyAxNC40NS00OC41NyAyMy4yN3YuMDMxWiIvPjxwYXRoIGZpbGw9IiMzOTUyNDYiIGZpbGwtb3BhY2l0eT0iLjIiIGQ9Ik0xMTM1Ljg3IDY4OS43NDJjMy42Mi0uNjY3IDEzLjI0LTEuMTU1IDEzLjQtLjY4Mi4wOC4yMjYgNy45NS4yNDkgOC4xOS4yNDMgNS4zNC0uMTQ3IDUuNzYuNDYxIDkuMjQgMS4wMDcgMy4wNi40NzIgMjYuNzcgMTEuOTY0IDMyLjAxIDE1LjUxIDE4LjQ5IDEyLjUyNiAxNC41OSAxMi4zNSAxOS4wMyAxNy4xNDYgMy42NCAzLjkyMSAxMi4wMiAyMS4zMzQgMTIuOTYgMzYuMTYuMzkgNi4xODQgMy41IDEwLjY0IDEuMDcgMjAuNzEtMS4yIDQuOTA1LTEuNDcgMTEuODI5LTMuMzggMTguNDIyLS41OSAyLjA0OC0uOTggMy45ODYtLjg3IDQuMzA3LjExLjMyMS0uMDYgMS4zNDUtLjM5IDIuMjg1LTEuMzEgMy43NDkuODcuMDc3LTIuNDMgNy42LTEuNDcgMy4zNjItMS44OCA0LjQ2OC0yLjQyIDYuNTMxLTIuNDIgOS4xNDMtMjAuNDYgMzMuMzkyLTIzLjE0IDM1LjE1MS0uNDguMzEzLS45OC44NTctMS4xMSAxLjIxLS4xMy4zNTMtLjQzLjcwMS0uNjYuNzgtLjUyLjE4MS0xLjQgMi40NjYtMS44MSAyLjYxMS0uNDguMTY4LTMuNTcgMy4yLTQuMDIgMy45NjItNS45MSA5Ljc3NC0zNi43OSAyNi43OTItMzkuMjIgMjkuMjc4LTMuNTQgMy42MzYtMTEuODUgMy43MDItMTUuMTkgNS41MS03LjA3IDMuODI5LTEwLjM0IDIuNTcyLTE2Ljg3IDQuNjIyLTQuMjQgMS4zNC03LjI3IDEuNjc0LTkuNjEgMS4wNi0uNjctLjE3MS0xLjk2LS4xMTMtMi45LjE0OS0zLjc2IDEuMDMzLTcuMTMtLjQ1LTEwLjI1LjA3NS0xLjU1LjI2NC03LjM4LS40MDUtNy41NS0uODY4LS4wNi0uMTk4LS4zMS0uMTg1LS41NS4wMTQtLjQ0LjM3Ni0xOC40MS0yLjMyOC0yMS42MS00LjA0MS0uOTYtLjUxMy0yLjI5LS45NjMtMi45My0xLjAwMi0uNjUtLjAzOS0xLjIzLS4xOTktMS4yOC0uMzU5LS4xLS4yNzQtMS42Ni0uMjA2LTEuODMtLjY1Ni0uMTktLjQ3NS00LjIyLTEuNTctNC44OS0xLjMzNy0uMjUuMDg2LS43NS0uMDg4LTEuMTMtLjM5LS4zNy0uMzA1LTEuNDEtLjY0Mi0yLjMtLjc2Ni0xLjk1LS4yNjYtNC41NS0xLjc5Ny02Ljc5LTMuOTgxLS45LS44ODMtMi4wNC0xLjczNC0yLjUzLTEuODgzLTEuNjEtLjUyLTcuNjgtMy4yMzUtOC44NC00Ljc4OC0uMjgtLjM2LS42My0uNjE4LS43OC0uNTY2LS4xNS4wNTMtLjY2LS4zNTEtMS4xMi0uODkzLTIuMTctMi42MjEtMy4wMS0zLjQ5Mi00LjEzLTQuMjY4LS42Ny0uNDU2LTEuMjktMS4wNTUtMS4zOC0xLjMyLS4wOS0uMjY0LS4zNi0uNTgzLS42MS0uNzEtMS41OC0uODA0LTMuNjYtMy4yMzctNC40OS01LjI4OC0xLjMtMy4yNC0yLjA2LTIuMzY0LTMuNDgtNS44MTgtLjU0LTEuMzA1LTEuMTktMy4yODMtMS40NC00LjM4LTEuNzktNy43MjEtNy4wNC0xNS44OS02LjA4LTIyLjA0OCAwIDAgMS41Ny0xMS4zNDYgMS41OC0xMS4zNzEuMjItLjUwOSAxLjQtMTguODE0IDEuNzktMTcuNjE3LS4xNC0uNDA2IDIuOTctNy4zNzYgMi43My04LjA1Ni0uMi0uNTk1IDEuNC01LjgxMyAxLjg5LTYuMTQyLjM0LS4yMjIuNDctLjcxNC4zMi0xLjE1OC0uMTYtLjQ0NC4yNy0xLjk0OSAxLjA4LTMuNzExIDEuOC0zLjkyMS44LTEuOTYyIDEuOS01Ljg4MyA1LjA2LTE3Ljg3OCAyMS44NC00MC4yODggMzMuMjUtNDkuODQxLjg0LS42OTQgMi41LTMuNTQ2IDQuMDktNC45MTggMi41NC0yLjE3NCAxLjQ4LTIuNTA1IDYuNjMtNi4wODcgMi41Ny0xLjc4MiAyMC40Mi0xNi4xMyAyMy42MS0xNi43NzIuOTMtLjE4NyAxLjkzLS41OTggMi4yMS0uOTA5IDMuMTUtMy4zODEgMzMuNTctMTQuMjEzIDM4LjE5LTE0Ljk4NSAxLjI0LS4yMSAzLjQyLS41OTkgNC44Ni0uODY1bC0uMDIuMDE2Wm0tNTcuOTMgNDIuMzA1Yy0xLjE1LjQwMS0uOCAxLjg1NS0yLjA0IDIuMjg5LS40OC4xNjQtLjkuNDYxLS45NS42NjctLjIuOTA3LTYuNTQgNC4wMTQtNy4yOSA0LjY4OC0yLjUxIDIuMjUtNC42OSAyLjE1Mi02Ljc5IDUuNzEtMS41MSAyLjU0Ni0yLjY1IDQuMDU0LTQuMTQgNS40NzUtMS43OSAxLjY5LTIuODkgNC41NDEtNC4yOSA1Ljg0NC0yLjU4IDIuMzktNy40NSAxMS44NjktOC4yMiAxMi41NTktMS4wNy45NjYtMy4xNiA0LjM4NC00LjcyIDcuNy0yLjU4IDUuNTA2LTcuOTMgMTIuOTM1LTkuMjggMTcuODk2LS41NSAxLjk5LTQuMzMgMTMuMzY1LTMuNTIgMTUuNjc5LjA3LjIwOC0uMDYgMS4xMDItLjMxIDEuOTktLjI0Ljg4OS0uMzUgMi4xNjgtLjI1IDIuODUzLjE1IDEuMDQ4LS4wNyAzLjEyNi0uNjYgNi4zNS0uMzggMi4wMTYtLjE0IDE0LjU2NSAxLjE5IDIxLjA0NyAyLjQgMTEuNjE5IDEyLjYgMjcuODI1IDIzLjQgMzMuNzQ1IDIyLjM3IDEyLjI3OSA0OC44MiAxNC4zMTggNTkuMzQgMTMuNzc3IDEyLjI5LS42MzMgMTMuMjEtMS40MTEgMjMuNzgtNC45NDEgMjIuODUtNy42NDUgMjMuODktMTAuNDU0IDI3LjkzLTEyLjkwOCA3LjA4LTQuMzY5IDE4Ljg4LTE0LjI0NiAxOC44OC0xNC4yNDYgMS4yOS0uNDUxIDIyLjQ5LTI2LjQ1NSAyMS45Ni0yNy45NzUtLjE3LS41MDEgMS42NC0zLjk1OSAyLjE3LTQuMTQzLjQ0LS4xNTUtLjI1LTEuMjQ2LjM2LTEuMTEyLjY4LjE0NiA0LjgtOS4zOSA1LjM2LTkuNTg0LjE4LS4wNjIuNDEtLjY4Mi41LTEuMzgyLjM5LTIuNjc0IDMuMTktNS44NzQgMy4xMi04LjcxOS0uMDUtMS45MzIuNzgtNi40NTYgMS4yLTYuNjAxLjMzLS4xMTUuMzYtMS42NC4wNS0yLjI5My0uMTItLjIzNi0uMDEtLjQ5Ny4yNS0uNTg1LjYzLS4yMjEgMi4wMy03LjMyNiAxLjk3LTkuOTczLS4wNi0yLjM2MSAxLjUxLTUuNTQ1IDEuMTUtOC41NzMtLjA3LS41NTkuMDMtMS4zMzUuMjItMS43MjkuMTktLjM5NS4yOC0uOTAyLjItMS4xMjktLjA4LS4yMjcuMDctMS4yMzEuMzMtMi4yMjEgMi45NC0xMS4yLTkuMDQtMzUuMjkyLTExLjE3LTM4LjEwNy0zLjA3LTQuMDU1LTQuNTUtOS42NzEtMTcuMTEtMTguMTExLTIuNTMtMS42OTMtOS42Ni00Ljc2MS05LjY2LTQuNzYxLjA2LS4yNDEtLjAzLS4zNzktLjE5LS4zMjQgMCAwLTE4Ljg5LTYuNDgtMjYuMTMtNS43My0xLjM0LjEzOC0xLjgyLS4zNjItMi42Ni0uMDY5LS45My4zMjUtMi4wMS0uNDg2LTIuNjgtLjI1MyAwIDAtMTAuMDEuNzQzLTEwLjAyLjc0Ni0uODQtLjAxNC03Ljc0IDEuNzcyLTkuMiAxLjk3Mi0yMC40OSAyLjg3Ni00OS4wNCAyMy40MTQtNTIuMDggMjQuNDd2LjAxMloiLz48cGF0aCBmaWxsPSIjMzk1MjQ2IiBmaWxsLW9wYWNpdHk9Ii4yIiBkPSJNMTE1MS4xNiA3NjAuMzI4YzIuMTkgMi42MDUgMi41Ni40OTcgNS40OSA1LjggNS4xMiA5LjI3MiAyLjA0IDEuNzEzIDUuNCAxNC4xMjkgMi4zMSA4LjU1NiAzLjM0IDE2LjgxNS0xLjE1IDI0Ljk5Ni0yLjAxIDMuNjc2LTEuNTIgNS41MTYtNC40NiA4LjY5OS0xLjQ4IDEuNjA3LTEuNjkgMS45MjMtMy43IDUuNjMxLTMuODQgNy4wODctNy4zNCA3LjMyOS05LjUyIDEwLjUzMy0xLjI2IDEuODQ4LTIuODcgMS45OTYtMy45NCAzLjMyMi0uNjMuNzY4LTQuNzYgMi40MDctNS45MSAzLjA2MS04LjUyIDQuOTAzLTE0LjIzIDEuNzg4LTE3LjE4IDIuODEzLS41MS4xNzgtMy45OS0uNjQzLTUuMDctLjQ3Ny0xLjU2LjIzNi0zLjA1LjAyMi00LjE4LS41OTktLjUxLS4yNzgtMS4yMy0uMzk4LTEuNTktLjI3My0xLjAzLjM1OC0zLjg4LS4xNTUtNS42Ny0xLjAyMy0yLjQxLTEuMTYzLTIuNTctLjAyNi02LjE0LTIuMjY4LS44Ny0uNTU1LTcuMi04Ljg0Ni04Ljg5LTkuODA0LS44MS0uNDU3LTEuNTUtMS4wNTgtMS42NS0xLjM0MS0uMS0uMjg0LS40My0uNjI0LS43NS0uNzc4LS4zNC0uMTY2LTQuMTUtNy44ODMtNC4zMS04LjIyOS0xLjQyLTMuMTM3LTMuMjEtOS44NTMtMS43Ny0xMi4zNTUuNTItLjkyNCAxLjc2LTguNzIzIDEuNjctOC43ODgtLjI5LS4yMzcuOTUtMi4zOTQuNzktMi44MzgtLjQ4LTEuMzk4IDcuMi0xMi4yNzcgNi45MS0xMy4xMDgtLjEtLjI4NC0uMDQtLjU2OS4xNC0uNjMyLjE4LS4wNjIuNzktLjk4NCAxLjM2LTIuMDUxLjU3LTEuMDY3IDEuNjEtMi41MiAyLjMxLTMuMjI4LjY5LS43MDggMS4yNy0xLjUxMyAxLjI4LTEuNzkxLjAxLS4yNzguNDYtLjc2NSAxLjAxLTEuMDkyLjg3LS41MTQgMi40Ni0yLjY4OSAyLjg3LTIuODMuMDMtLjAxMyA0LjkyLTMuNzc4IDUuNjEtNC40MSAzLjUyLTMuMjQ3IDM1LjEtMjAuMTM4IDUxLjA1LTEuMDczbC0uMDEuMDA0Wm0tNDggMTMuNTYyYy03LjYzIDQuMjc4LTkuNzQgNy4wNTQtMTIuMDIgMTEuNDM5LS43MSAxLjM0OC0xLjUxIDUuNjQtMS4xMSA1LjkxMyAwIDAtMS42NyA2LjgwNi0xLjE3IDEwLjAzMS4xMy43ODMuMTYgMS45MzcuMDcgMi41NzEtLjE5IDEuNDIyIDEuMjUgNi4yODkgMy4xNyAxMC43MzMgMS4xNSAyLjY1MSAxLjQ1IDQuMzM1IDguNSA3LjkxNyA5LjQ4IDQuODMxIDEwLjIzIDQuNzEgMjYuNDEgMS45NjcgMy42Ny0uNjIxIDkuMTEtNS42NjggMTEuMTItOC4zNiA4LjM5LTExLjIyMSA0Ljg0LTEwLjQzMSA3LjQxLTE1LjM1OCAyLjgtNS40IDEuMzUtNC4zMzQgMi4yOC03LjAxOS4yMy0uNjczLjMyLTEuNjY4LjE5LTIuMTk3LTEuMDEtNC40MTEtLjQ1LTcuNzM5LTMuMzgtMTEuOTY0LS40OS0uNzE4LTIuOTUtNC40OS0zLjcyLTQuODAyLTQuNDUtMS43NTctOS43Ny05Ljk5NC0zMS45OS00LjM0Ny00LjUxIDEuMTQ4LTEuOTYgMS4zNTEtNS43NSAzLjQ2M2wtLjAxLjAxM1oiLz48L3N2Zz4=");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3 !important;
  position: relative !important;
  color: #fff !important;
}
footer.footer-bottom .contact-footer {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  gap: 1rem;
  align-items: center;
}
@media (min-width: 782px) {
  footer.footer-bottom .contact-footer {
    align-items: flex-start;
  }
}
footer.footer-bottom .contact-footer h2.wp-block-heading {
  font-size: 20px !important;
  font-family: var(--wp--preset--font-family--main-content, sans-serif) !important;
}
footer.footer-bottom .contact-footer p {
  color: #fff;
  font-size: 16px !important;
  font-family: var(--wp--preset--font-family--main-content, sans-serif) !important;
}
footer.footer-bottom .contact-footer p a {
  color: #fff;
  transition: color 275ms ease-in-out;
}
footer.footer-bottom .contact-footer p a:hover {
  color: #9A724F;
}
footer.footer-bottom .footer-contact-socials {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 782px) {
  footer.footer-bottom .footer-contact-socials {
    align-items: flex-start;
  }
}
footer.footer-bottom .footer-contact-socials .widget {
  padding: 0 !important;
  margin: 0 !important;
}
footer.footer-bottom .footer-contact-socials .footer-socials {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
footer.footer-bottom .footer-contact-socials .footer-socials li a {
  color: white;
  transition: color 275ms ease-in-out;
}
footer.footer-bottom .footer-contact-socials .footer-socials li a i {
  font-size: 40px;
}
footer.footer-bottom .footer-contact-socials .footer-socials li a:hover {
  color: #9A724F;
}
footer.footer-bottom .footer-contact-socials .footer-socials li [data-balloon]:after {
  background: rgba(154, 114, 79, 0.95);
}
footer.footer-bottom .footer-contact-socials .footer-socials li [data-balloon]:before {
  color: rgba(154, 114, 79, 0.95);
}
footer.footer-bottom .footer-desc p {
  font-size: 16px !important;
  font-family: var(--wp--preset--font-family--main-content, sans-serif) !important;
}
footer.footer-bottom .footer-desc p a {
  color: #fff;
  transition: color 275ms ease-in-out;
}
footer.footer-bottom .footer-desc p a:hover {
  color: #9A724F;
}
footer.footer-bottom .container:first-of-type {
  margin-block-start: 4rem;
}
footer.footer-bottom .container:last-of-type {
  border-top: 1px solid #9A724F;
  margin-block-start: 5rem;
  padding-top: 2rem;
}

.eventspro-rsvp-widget {
  font-size: 16px;
}
.eventspro-rsvp-widget .widget-title {
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: 600;
  color: #50321F;
}
.eventspro-rsvp-widget .rsvp-event-item {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #DEC3A0;
  align-items: flex-start;
}
.eventspro-rsvp-widget .rsvp-event-item:last-child {
  border-bottom: none;
}
.eventspro-rsvp-widget .rsvp-event-item .event-image-wrapper {
  flex: 0 0 50px;
}
.eventspro-rsvp-widget .rsvp-event-item .event-image-wrapper .event-image-link {
  display: block;
  text-decoration: none;
}
.eventspro-rsvp-widget .rsvp-event-item .event-image-wrapper .event-image,
.eventspro-rsvp-widget .rsvp-event-item .event-image-wrapper .event-image-placeholder {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DEC3A0;
}
.eventspro-rsvp-widget .rsvp-event-item .event-image-wrapper .event-image-placeholder svg {
  width: 30px;
  height: 30px;
  color: #395246;
  opacity: 0.6;
}
.eventspro-rsvp-widget .rsvp-event-item .event-details {
  flex: 1;
  min-width: 0;
}
.eventspro-rsvp-widget .event-title {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
  color: #50321F;
  text-decoration: none;
  line-height: 1.3;
}
.eventspro-rsvp-widget .event-title:hover {
  color: #9A724F;
}
.eventspro-rsvp-widget .event-date {
  display: block;
  color: #395246;
  font-size: 14px;
  margin-bottom: 2px;
  font-weight: 500;
}
.eventspro-rsvp-widget .event-venue {
  display: block;
  color: #4C7965;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.my-recognitions p {
  font-size: 13px !important;
  margin-top: 0 !important;
}

.my-group-item .group-link {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "img group-name" "img group-role";
  gap: 5px 20px;
}
.my-group-item .group-link .avatar {
  grid-area: img;
  border-radius: 8px;
  max-width: 56px;
  width: 56px;
  max-height: 56px;
}
.my-group-item .group-link .group-name {
  grid-area: group-name;
  font-size: 16px !important;
  color: var(--bb-text-color);
}
.my-group-item .group-link .group-role {
  grid-area: group-role;
  background: #F8F4F1;
  color: #4C7965;
  font-size: 12px !important;
  font-weight: 500 !important;
  padding: 5px 15px;
  border-radius: 11px;
  width: -moz-fit-content;
  width: fit-content;
}
.my-group-item .group-link .group-role.admin {
  background: #4C7965;
  color: #fff;
}

.my-event-item .event-link {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "img event-details";
  gap: 5px 20px;
}
.my-event-item .event-link .event-image-wrapper {
  grid-area: img;
  max-width: 56px;
  width: 56px;
  height: 100%;
}
.my-event-item .event-link .event-image-wrapper img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.my-event-item .event-link .event-details {
  grid-area: event-details;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.my-event-item .event-link .event-details .event-title {
  font-size: 16px !important;
  color: var(--bb-text-color);
  width: 100%;
  display: block;
}
.my-event-item .event-link .event-details .event-date {
  font-size: 14px !important;
  color: #4C7965;
  display: block;
  font-weight: 500;
}
.my-event-item .event-link .event-details .event-venue {
  font-size: 14px !important;
  color: var(--bb-alternate-text-color);
  display: block;
}

.my-groups-actions .browse-groups-btn,
.my-groups-actions .browse-events-btn,
.my-events-actions .browse-groups-btn,
.my-events-actions .browse-events-btn {
  display: flex;
  flex-flow: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.my-groups-actions .browse-groups-btn .buddyboss::before,
.my-groups-actions .browse-events-btn .buddyboss::before,
.my-events-actions .browse-groups-btn .buddyboss::before,
.my-events-actions .browse-events-btn .buddyboss::before {
  font-size: 22px !important;
  font-weight: 400 !important;
}
.my-groups-actions .browse-events-btn,
.my-events-actions .browse-events-btn {
  margin-top: 10px;
}

#buddypress .profile.edit > #profile-edit-form select[multiple] {
  min-height: 150px !important;
}

.item-header-wrap .bp-group-meta .group-type {
  font-weight: 500 !important;
}

.bb-template-v2 .more-block a.count-more {
  padding: 10px 20px;
  display: flex !important;
  flex-flow: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
}

#tribe-events-footer .tribe-events-sub-nav,
#tribe-events-header .tribe-events-sub-nav {
  display: flex !important;
  flex-flow: row nowrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a {
  right: unset !important;
  display: flex !important;
  flex-flow: row nowrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}

#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a {
  left: unset !important;
  display: flex !important;
  flex-flow: row nowrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

#buddypress div#item-header-cover-image .user-nicename,
#buddypress div#item-header-cover-image .user-nicename a {
  font-size: clamp(1.5rem, 1.8vw, 1.8rem) !important;
}

@media (max-width: 781.98px) {
  .bp-tables-user tbody tr {
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 781.98px) {
  .bp-tables-user tbody tr td {
    display: block !important;
    width: 100% !important;
  }
}

.sidebar-left .bb-profile-grid,
.sidebar-left .bb-user-nav-display-wrap {
  flex-flow: column nowrap !important;
}
@media (min-width: 1024px) {
  .sidebar-left .bb-profile-grid,
  .sidebar-left .bb-user-nav-display-wrap {
    flex-flow: row-reverse nowrap !important;
  }
}

/* Podcast Events Widget Styles */
.widget_podcast_events .podcast-events-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_podcast_events .past-section {
  margin-top: 2rem;
}
.widget_podcast_events .podcast-event-item {
  margin-bottom: 15px;
}
.widget_podcast_events .podcast-event-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget_podcast_events .event-link {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "img event-details";
  gap: 5px 20px;
}
.widget_podcast_events .event-image-wrapper {
  grid-area: img;
  max-width: 56px;
  width: 56px;
  height: 100%;
}
.widget_podcast_events .event-image {
  overflow: hidden;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.widget_podcast_events .event-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  color: #999;
}
.widget_podcast_events .event-details {
  grid-area: event-details;
  display: flex;
  flex-direction: column;
  gap: 0px;
  display: flex;
  flex-direction: column;
}
.widget_podcast_events .event-title {
  font-size: 16px !important;
  margin-bottom: 3px;
}
.widget_podcast_events .event-date {
  font-weight: 500;
}
.widget_podcast_events .event-date,
.widget_podcast_events .event-time {
  font-size: 14px !important;
  color: #4C7965;
}
.widget_podcast_events .past-event .event-title,
.widget_podcast_events .past-event .event-date,
.widget_podcast_events .past-event .event-time {
  opacity: 0.7;
}
.widget_podcast_events .past-label {
  font-size: 0.8em;
  color: #999;
  font-style: italic;
}
.widget_podcast_events .more-block {
  margin-top: 15px;
  text-align: right;
}
.widget_podcast_events .count-more {
  font-size: 0.9em;
  text-decoration: none;
}
.widget_podcast_events .count-more .buddyboss::before {
  font-size: 22px !important;
  font-weight: 400 !important;
}
.widget_podcast_events .podcast-events-actions {
  margin-top: 20px;
}
.widget_podcast_events .browse-podcast-events-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 8px 12px;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}
.widget_podcast_events .browse-podcast-events-btn:hover {
  background-color: #f5f5f5;
  border-color: #999;
}
.widget_podcast_events .browse-podcast-events-btn i {
  margin-right: 5px;
}

.menu-style-tab_bar .site-header .primary-menu > li > a > i._mi,
.site-header i {
  font-size: 30px !important;
  margin-left: 0;
  margin-right: 0;
  min-width: 30px !important;
}

[data-balloon]:after {
  font-size: 18px !important;
}

a.user-link {
  font-size: 15px !important;
}

.bb-mobile-panel-inner .side-panel-menu .sub-menu a,
.bb-mobile-panel-inner .side-panel-menu a {
  font-size: 15px !important;
}

.my-account-link a {
  font-size: 15px !important;
}

.tribe-events-widget h2.tribe-events-widget-events-list__header-title {
  font-family: var(--wp--preset--font-family--heading, sans-serif);
}

.bb-template-v2 .tribe-events-widget .tribe-events-widget-events-list__view-more a.tribe-events-widget-events-list__view-more-link {
  text-transform: capitalize !important;
  width: 100% !important;
  display: flex;
  flex-flow: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  padding: 10px 20px;
  font-weight: 500 !important;
  font-style: normal;
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
}
.bb-template-v2 .tribe-events-widget .tribe-events-widget-events-list__view-more a.tribe-events-widget-events-list__view-more-link .buddyboss::before {
  font-size: 22px !important;
  font-weight: 400 !important;
}

.tribe-events-widget .tribe-events-widget-events-list__event-date-tag {
  background-color: #395246;
  color: white;
  border-radius: 4px;
  padding: 5px 10px;
  max-width: 56px;
  width: 56px;
  height: 100%;
}

.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month {
  color: #fff !important;
}

.tribe-events-widget .tribe-events-widget-events-list__event-title-link {
  font-size: 16px !important;
}

.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-daynum,
.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month {
  color: #fff !important;
}

.tribe-events-widget .tribe-events-widget-events-list__event-row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 5px 20px;
  margin-bottom: var(--tec-spacer-3);
}

.widget_my_groups .my-group-item {
  margin-bottom: 15px !important;
}

.tribe-events-widget-events-list .tribe-events-widget-events-list__event-datetime {
  font-size: 14px !important;
}

.activity-header .activity-post-author a {
  color: var(--bb-body-text-color);
  font-weight: 600;
  font-size: 16px;
}

.activity-list .activity-item .activity-header .time-since {
  font-size: 15px;
  color: var(--bb-alternate-text-color);
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0;
}

.event-discussion .btn-event-discussion {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background-color: #395246;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 16px;
  gap: 10px;
  transition: background-color 0.2s ease;
}
.event-discussion .btn-event-discussion:hover {
  background-color: #153425;
  color: #fff;
}
.event-discussion .event-featured-image {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.event-discussion .event-details-title {
  font-family: var(--wp--preset--font-family--heading, sans-serif);
  font-size: clamp(24px, 2.5vw, 30px);
  font-weight: 500;
}
.event-discussion-button-container {
  grid-column: 1/-1;
  grid-row: span 1;
  border: 1px solid var(--bb-content-border-color);
  background-color: #fff;
  border-radius: var(--bb-block-radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px var(--outer--padding);
}
.event-discussion-button-container .discussion-button-title {
  font-family: var(--wp--preset--font-family--heading, sans-serif);
  font-size: clamp(24px, 2.5vw, 30px);
  font-weight: 500;
  margin-bottom: 10px;
}
.event-discussion-button-container .btn-event-to-discussion {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background-color: #395246;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 16px;
  gap: 10px;
  transition: background-color 0.2s ease;
}
.event-discussion-button-container .btn-event-to-discussion:hover {
  background-color: #153425;
  color: #fff;
}

.tribe-events-widget-events-list__event-header {
  display: flex !important;
  flex-flow: column nowrap;
  gap: 5px;
}
.tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title {
  line-height: 1.2 !important;
}

#buddypress div.bp-profile-content table.profile-fields tr td.label {
  line-height: 1.3;
  font-size: 16px;
}

.activity-header a, .shared-activity-author a {
  font-size: 16px;
}

.select2-container {
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  background: #fff;
  border: none;
}

.select2-container--flat .select2-container--focus .select2-selection--multiple {
  border: none;
}
.select2-container--flat .select2-results__option--highlighted[aria-selected] {
  background: #fff;
  color: #000;
}
.select2-container--flat .select2-results__option[aria-selected=true] {
  background: #fff;
  color: #000;
  opacity: 0.8;
}
.select2-container--flat .select2-selection--single {
  border-radius: 0px;
}
.select2-container--flat.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.select2-container .select2-choice {
  border: none;
  height: 45px;
  border-radius: 0px;
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 14px;
  text-indent: 1px;
  box-shadow: none;
  background-image: none;
}
.select2-container .select2-choice div {
  border-left: none;
  border-radius: 0;
}
.select2-container .select2-choice .select2-arrow {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  background-image: none;
}
.select2-container *:focus {
  outline: 0px;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: transparent;
  border-radius: 0px;
}

.select2-drop {
  margin-top: -2px;
  border: none;
  border-top: 0;
  border-radius: 0px !important;
  border-radius: 0 0 6px 6px;
  box-shadow: none;
}
.select2-drop.select2-drop-above {
  margin-top: 2px;
  border-top: none;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  box-shadow: none;
}

.select2-search {
  margin-top: 3px;
}
.select2-search input {
  height: 26px;
  border: none;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: none;
  outline: none;
  box-shadow: none;
}

.select2-dropdown-open .select2-choice {
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open .select2-choice .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none;
}

.select2-results {
  padding: 0 0 0 0px;
  margin: 4px 0px 0px 0;
}
.select2-results .select2-highlighted {
  background: #fff;
  color: #fff;
  border-radius: 0;
}

.select2-container-multi .select2-choices {
  height: auto !important;
  border: none;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.select2-container--flat .select2-selection--single {
  background: #fff;
  border: 0px;
  height: 80px;
  padding-left: 16px;
  padding-right: 40px;
}
.select2-container--flat .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 80px;
  padding-left: 16px;
  padding-right: 40px;
}
.select2-container--flat .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 22px;
  right: 16px;
  width: 20px;
}
.select2-container--flat .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  top: 60%;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  width: 0;
}
.select2-container--flat .select2-selection--single .select2-selection__placeholder {
  color: #000;
}
.select2-container--flat .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/*
*   Page specific styles
*
*   1. Home
*
*
 */
/* Hacky Microsoft Internet Explorer 11 Overrides */
/*# sourceMappingURL=custom.css.map */
