/*!
    Copyright (c) 2020 - present, DITDOT Ltd. - MIT Licence
    https://github.com/ditdot-dev/vue-flow-form
    https://www.ditdot.hr/en
*/
.vff {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.34;
  min-height: 320px;
}
@media screen and (max-width: 1023px) {
  .vff,
  .vff-footer {
    font-size: 15px;
  }
}
@media screen and (min-width: 1366px) {
  .vff,
  .vff-footer {
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  .vff {
    font-size: 22px;
  }
}
@media screen and (min-width: 2560px) {
  .vff {
    font-size: 25px;
  }
}
.vff hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.vff code,
.vff kbd,
.vff pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.vff small {
  font-size: 80%;
}
.vff sub,
.vff sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.vff sub {
  bottom: -0.25em;
}
.vff sup {
  top: -0.5em;
}
.vff b,
.vff strong {
  font-weight: bolder;
}
.vff a {
  background-color: transparent;
  cursor: pointer;
}
.vff a,
.vff a:active,
.vff a:focus,
.vff a:hover {
  outline: 0;
  text-decoration: none;
}
.vff ol,
.vff table,
.vff ul {
  margin-bottom: 22px;
  margin-top: 0;
}
.vff img {
  height: auto;
  margin-bottom: 22px;
  max-width: 100%;
}
.vff .text-thin {
  font-weight: 300;
}
.vff .disabled,
.vff [disabled] {
  cursor: not-allowed;
  opacity: 0.4;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vff .clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.vff ol.reset-list,
.vff ul.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vff {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 18vh 0 60px;
  padding: 0 10%;
  position: relative;
  text-align: left;
  width: 100%;
}
header.vff-header + .vff {
  margin-top: 16vh;
}
header.vff-header + .vff.vff-not-standalone {
  margin-top: 0;
}
.vff *,
.vff :after,
.vff :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.vff .q-is-active {
  opacity: 1;
}
.vff .q-form.q-is-inactive {
  display: none;
}
.vff .f-full-width {
  display: block;
  width: 100%;
}
.vff .f-string-em {
  text-transform: uppercase;
}
.vff .f-enter {
  margin-bottom: 20px;
}
.vff .f-container,
header.vff-header .f-container {
  padding: 0 8%;
  width: 100%;
}
.vff .f-container {
  margin-bottom: 1em;
  margin-top: 1em;
}
header.vff-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  padding: 0.9em 10% 0.8em;
  position: static;
  width: 100%;
}
.vff-header *,
.vff-header :after,
.vff-header :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
header.vff-header .f-container {
  margin: 0;
}
header.vff-header img.f-logo,
header.vff-header svg.f-logo {
  height: 50px;
  max-width: 240px;
  opacity: 1;
}
.vff button,
.vff input,
.vff optgroup,
.vff select,
.vff textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.vff fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.vff legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.vff [type="number"]::-webkit-inner-spin-button,
.vff [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.vff [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.vff [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.vff [type="file"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  font-size: 0.5em;
  font-weight: 900;
  line-height: normal;
  margin: 0 0.2em;
  outline: 0;
  padding: 0.1em 0 0.15em;
}
.vff input[type="file"]:focus {
  outline: 1px dotted #000;
  outline-offset: 4px;
}
@media (prefers-color-scheme: dark) {
  .vff input[type="file"]:focus {
    outline-color: #fff;
  }
}
.vff input[type="file"]::-webkit-file-upload-button {
  display: inline-block;
  font: inherit;
  font-size: 0.86em;
  font-weight: 400;
  margin-right: 0.6em;
  max-width: 100%;
  min-height: 44px;
  min-width: 90px;
  white-space: pre-wrap;
}
.vff input[type="file"]::file-selector-button {
  display: inline-block;
  font: inherit;
  font-size: 0.86em;
  font-weight: 400;
  margin-right: 0.6em;
  max-width: 100%;
  min-height: 44px;
  min-width: 90px;
  white-space: pre-wrap;
}
.vff [type="button"],
.vff [type="reset"],
.vff [type="submit"],
.vff button,
.vff input {
  -webkit-appearance: none;
  overflow: visible;
}
.vff button {
  border: none;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  min-height: 44px;
  outline: 0;
  padding: 0.6em 1.4em;
  text-align: center;
  white-space: pre-wrap;
}
.vff .o-btn-action {
  font-weight: 900;
  line-height: 1.2;
  text-transform: lowercase;
  z-index: 1;
}
.vff .o-btn-action span {
  font-size: 1em;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vff .f-enter-desc {
  display: inline-block;
  font-size: 0.9em;
  margin-left: 0.6em;
  margin-top: 0.7em;
}
.vff span.faux-form {
  border-bottom: 1px solid;
  display: inline-block;
  margin-left: 0;
  margin-right: 0.2em;
  position: relative;
  white-space: nowrap;
}
.vff select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-size: 0.5em;
  line-height: 1.32;
  margin: 0;
  opacity: 0;
  outline: 0;
  padding: 0.6em 8px;
  position: absolute;
  text-transform: none;
  width: 100%;
  z-index: 1;
}
.vff input[type="date"],
.vff input[type="email"],
.vff input[type="number"],
.vff input[type="password"],
.vff input[type="tel"],
.vff input[type="text"],
.vff input[type="url"],
.vff textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid;
  border-radius: 0;
  font-size: 0.72em;
  font-weight: 900;
  line-height: 1.48;
  margin: 0 0.6em 0 0;
  outline: 0;
  padding: 0.16em 0.2em;
}
.vff .f-other.f-selected .f-label {
  font-weight: 900;
}
.vff textarea {
  display: block;
  outline: none;
  overflow: auto;
  resize: vertical;
}
.vff .f-full-width input[type="date"],
.vff .f-full-width input[type="email"],
.vff .f-full-width input[type="file"],
.vff .f-full-width input[type="number"],
.vff .f-full-width input[type="password"],
.vff .f-full-width input[type="tel"],
.vff .f-full-width input[type="text"],
.vff .f-full-width input[type="url"],
.vff .f-full-width span.faux-form,
.vff .f-full-width textarea {
  padding-left: 0.16em;
  padding-right: 0.16em;
  width: 100%;
}
.vff .f-required {
  display: none;
}
.vff .f-answer.f-full-width {
  margin-top: 26px;
}
.vff span.f-sub + .f-answer.f-full-width {
  margin-top: 22px;
}
.vff div.field-sectionbreak .f-answer {
  margin-top: 18px;
}
.vff span.f-empty {
  display: inline-block;
  font-weight: 300;
  min-width: 3em;
  padding-bottom: 4px;
  padding-right: 28px;
}
.vff span.f-answered {
  font-weight: 900;
}
.vff .f-arrow-down {
  bottom: 0;
  display: inline-block;
  height: 100%;
  line-height: 1.3;
  margin-left: 0.2em;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 18px;
}
.vff .f-arrow-down svg {
  height: auto;
  width: 100%;
}
.vff.vff-is-ios .field-date:not(.f-has-value) .f-answer > span {
  left: 0;
  position: relative;
  top: 0;
}
.vff.vff-is-ios .field-date:not(.f-has-value) .f-answer > span:before {
  content: attr(data-placeholder);
  display: block;
  padding: 0.12em 0.2em;
  pointer-events: none;
  position: absolute;
}
.vff.vff-is-ios input[type="date"] {
  display: block;
  height: 32px;
}
.vff .field-submit .f-section-wrap a,
.vff a.f-link {
  border-bottom: 1px dotted;
  color: inherit;
  word-break: break-word;
}
.vff .field-submit .f-section-wrap a:active,
.vff .field-submit .f-section-wrap a:hover,
.vff a.f-link:active,
.vff a.f-link:hover {
  border-bottom: none;
  color: inherit;
}
.vff .f-section-text,
.vff .fh2 span.f-label-scale,
.vff li,
.vff p,
.vff span.f-sub,
.vff span.f-tagline {
  font-size: 1.1em;
  line-height: 1.34;
}
.vff .fh1,
.vff h1 {
  font-size: 3em;
  font-weight: 900;
  margin: 0.67em 0;
}
.vff .fh2,
.vff h2 {
  font-size: 2.4em;
  font-weight: 900;
  line-height: 1.34;
  margin-bottom: 21px;
  padding-right: 1.8em;
}
.vff .fh3,
.vff h3 {
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
}
.vff .fh1,
.vff .fh2,
.vff .fh3 {
  display: block;
}
.vff span.f-sub,
.vff span.f-tagline {
  display: block;
  font-weight: 400;
}
.vff .fh2 span.f-label-scale,
.vff .fh2 span.f-sub,
.vff .fh2 span.f-tagline {
  font-size: 0.51em;
}
.vff .fh2 span.f-label-scale {
  font-size: 0.42em;
}
.vff span.f-sub,
.vff span.f-tagline,
.vff span.f-text {
  margin-bottom: 8px;
}
.vff span.f-sub {
  margin-top: 5px;
}
.vff span.f-sub span:not(.f-string-em) {
  margin-right: 0.4em;
}
.vff span.f-sub span.f-help {
  display: block;
}
.vff span.f-sub span + span.f-help {
  margin-top: 0;
}
.vff span.f-text {
  margin-right: 0.6em;
}
.vff p.f-description {
  margin-top: 0;
  padding-right: 4em;
}
.vff p.f-description a.f-link,
.vff p.f-description span {
  margin-right: 8px;
}
.vff ul.f-radios {
  list-style-type: none;
  margin: 0;
  max-width: 590px;
  min-width: 160px;
  padding: 0;
}
.vff ul.f-radios li {
  -webkit-touch-callout: none;
  cursor: default;
  font-weight: 300;
  line-height: 1.24;
  margin: 0.5em 0 0.6em;
  overflow: hidden;
  padding: 0.62em 0.68em;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.vff ul.f-radios li.f-other input[type="text"] {
  border: 0;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  width: 100%;
}
.vff ul.f-radios li.f-other.f-focus {
  padding: 0.48em 0.68em;
}
.vff .f-radios-desc {
  display: block;
}
.vff .f-radios-desc,
.vff ul.f-radios li,
.vff ul.f-radios li input[type="text"] {
  font-size: 0.4em;
}
.vff ul.f-radios li div.f-label-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
}
.vff ul.f-radios li span.f-label {
  margin-left: 0.4em;
}
.vff ul.f-radios li span.f-key {
  text-align: center;
  width: 16px;
}
.vff .field-multiplepicturechoice ul.f-radios {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px 0 0;
  max-width: 760px;
  min-width: auto;
}
.vff .field-multiplepicturechoice ul.f-radios li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 0;
  align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 0 calc(25% - 8px);
  flex: 0 0 calc(25% - 8px);
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  line-height: 1.38;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 8px 8px 10px;
  position: relative;
}
.vff .field-multiplepicturechoice ul.f-radios li span.f-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  height: 140px;
  justify-content: center;
  margin-bottom: 8px;
  overflow: hidden;
  width: 100%;
}
.vff .field-multiplepicturechoice ul.f-radios li span.f-image img {
  margin-bottom: 0;
  max-height: 100%;
  max-width: 100%;
}
.vff .field-opinionscale ul.f-radios {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px 0 0;
  max-width: 760px;
  min-width: auto;
}
.vff .field-opinionscale ul.f-radios,
.vff .field-opinionscale ul.f-radios li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.vff .field-opinionscale ul.f-radios li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  align-items: center;
  cursor: pointer;
  -ms-flex: 1 0 calc(10% - 8px);
  flex: 1 0 calc(10% - 8px);
  font-size: 15px;
  line-height: 1.38;
  margin-bottom: 8px;
  margin-right: 8px;
  min-height: 56px;
  padding: 9px 8px 8px;
  position: relative;
}
.vff .field-opinionscale ul.f-radios li .f-label-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vff .field-opinionscale ul.f-radios li .f-label {
  margin: 0;
}
.vff .f-label-scale-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  margin: 2px -8px 0.6em 0;
  max-width: 760px;
  min-width: auto;
}
.vff .f-label-scale {
  color: var(--vff-secondary-text-color);
  font-weight: 400;
  margin-right: 8px;
}
.vff .f-label-scale-num {
  display: none;
}
.vff .field-iconrate ul.f-radios {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 -8px 0 0;
  max-width: 760px;
  min-width: auto;
}
.vff .field-iconrate ul.f-radios li {
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border: none;
  cursor: pointer;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  height: 100%;
  justify-content: center;
  margin-top: 0;
  max-width: 60px;
  outline: none;
  padding: 0 10px 0 0;
  position: relative;
}
.vff .field-iconrate ul.f-radios li,
.vff .field-iconrate ul.f-radios li .f-icon-wrap {
  -webkit-box-flex: 1;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.vff .field-iconrate ul.f-radios li .f-icon-wrap {
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vff .field-iconrate ul.f-radios li .f-icon {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 8px;
}
.vff .field-iconrate ul.f-radios li .f-icon-wrap svg {
  fill: transparent;
  stroke: var(--vff-secondary-text-color);
  height: 100%;
  max-height: 60px;
  max-width: 60px;
  width: 100%;
}
.vff .field-iconrate ul.f-radios li.f-selected,
.vff .field-iconrate ul.f-radios li:active {
  background-color: unset;
  border-color: unset;
}
.vff .field-iconrate ul.f-radios li.f-hovered .f-icon-wrap svg,
.vff .field-iconrate ul.f-radios li:hover .f-icon-wrap svg {
  fill: var(--vff-tertiary-text-color);
}
.vff .field-iconrate ul.f-radios li.f-previous .f-icon-wrap svg,
.vff .field-iconrate ul.f-radios li.f-selected .f-icon-wrap svg {
  fill: var(--vff-tertiary-text-color);
  stroke: var(--vff-main-text-color);
}
.vff .f-matrix-wrap {
  overflow-x: auto;
}
.vff .f-matrix-table {
  font-size: 0.5em;
  font-weight: 400;
  line-height: 1.36;
  margin-bottom: 0;
  width: 100%;
}
.vff .f-table-string {
  font-size: 0.84em;
}
.vff .f-table-cell {
  min-width: 8.6em;
  padding: 0.52em;
  text-align: left;
}
.vff .f-table-cell.f-row-cell {
  min-width: 9.2em;
}
.vff .f-row-cell {
  padding-left: 1em;
}
.vff .f-column-cell {
  font-weight: 900;
  text-align: center;
}
.vff .f-matrix-cell {
  text-align: center;
}
.vff .f-field-wrap,
.vff .f-matrix-field {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.vff .f-field-mask {
  cursor: pointer;
  display: inline-block;
  height: 1.4em;
  position: relative;
  width: 1.4em;
}
.vff .f-field-svg {
  fill: transparent;
  border: 1px solid;
  color: #000;
  display: inline-block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
  width: 100%;
}
.vff .f-radio-svg {
  border-radius: 100%;
}
.vff .f-checkbox-svg rect,
.vff .f-radio-svg circle {
  fill: inherit;
}
.vff .f-field-control:checked ~ .f-field-mask .f-field-svg {
  color: inherit;
}
.vff .f-field-control:checked ~ .f-field-mask .f-field-svg,
.vff .f-field-control:hover ~ .f-field-mask .f-field-svg {
  fill: currentColor;
}
.vff .f-field-control:focus {
  outline: none;
}
.vff .f-field-control:focus-visible ~ .f-field-mask {
  outline: 1px dotted;
}
.vff .f-field-control:focus-visible ~ .f-checkbox-mask {
  outline-offset: 2px;
}
.vff-footer {
  bottom: 0;
  font-weight: 300;
  line-height: 1.2;
  position: fixed;
  right: 0;
  width: 100%;
}
.vff-footer .footer-inner-wrap {
  padding: 11px 20px 12px;
  text-align: right;
}
.vff-footer .f-nav,
.vff-footer .f-progress,
.vff-footer .f-timer {
  display: inline-block;
}
.vff-footer .f-timer {
  font-family: monospace;
  font-size: 17px;
  margin-left: 0.18em;
}
.vff-footer .f-next,
.vff-footer .f-prev,
.vff-footer .f-progress {
  margin: 0 0.18em;
  padding: 0.2em;
}
.vff-footer .f-progress {
  position: relative;
  top: -1px;
}
.vff-footer a.f-disabled {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.vff-footer .f-next svg,
.vff-footer .f-prev svg {
  display: inline-block;
  height: 13px;
  -webkit-transition: fill 0.2s ease 0s;
  transition: fill 0.2s ease 0s;
  width: 23px;
}
.vff-footer .f-nav-text {
  display: none;
}
.vff-footer .f-progress-bar {
  display: inline-block;
  height: 1px;
  margin: 0 6px 0 0;
  position: static;
  vertical-align: middle;
  width: 64px;
}
.vff-footer .f-progress-bar-inner {
  height: 1px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.vff .f-section-wrap {
  margin-bottom: 30px;
}
.vff .f-section-wrap > div,
.vff .f-submit {
  margin-bottom: 20px;
}
.vff .field-sectionbreak,
.vff .field-submit {
  max-width: 920px;
}
.vff.vff-not-standalone {
  height: 100%;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 100px;
  padding-top: 50px;
}
.vff.vff-not-standalone .f-container {
  margin: 0;
}
.vff.vff-not-standalone .vff-footer {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.vff-animate {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.vff-animate * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.vff .f-fade-in {
  -webkit-animation-name: ffadeIn;
  animation-name: ffadeIn;
}
@-webkit-keyframes ffadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ffadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.vff .f-fade-in-down {
  -webkit-animation-name: ffadeInDown;
  animation-name: ffadeInDown;
}
@-webkit-keyframes ffadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes ffadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.vff .f-fade-in-up {
  -webkit-animation-name: ffadeInUp;
  animation-name: ffadeInUp;
}
@-webkit-keyframes ffadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes ffadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@media only screen and (min-width: 1440px) {
  .vff .field-sectionbreak,
  .vff .field-submit {
    max-width: 960px;
  }
  .vff .fh2,
  .vff h2 {
    padding-right: 2.2em;
  }
}
@media only screen and (min-width: 1920px) {
  .vff .field-sectionbreak,
  .vff .field-submit {
    max-width: 1160px;
  }
}
@media screen and (max-width: 1366px) {
  .vff,
  header.vff-header {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 1023px) {
  .vff,
  header.vff-header {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .vff .fh2,
  .vff h2 {
    font-size: 2.2em;
    padding-right: 0;
  }
  .vff input[type="date"],
  .vff input[type="email"],
  .vff input[type="file"],
  .vff input[type="number"],
  .vff input[type="password"],
  .vff input[type="tel"],
  .vff input[type="text"],
  .vff input[type="url"],
  .vff textarea {
    font-size: 0.78em;
  }
  .vff input[type="file"] {
    font-size: 0.4em;
  }
  .vff .fh2 span.f-label-scale,
  .vff .fh2 span.f-sub,
  .vff .fh2 span.f-tagline {
    font-size: 0.58em;
  }
  .vff .f-container,
  header.vff-header .f-container {
    padding: 0 5.5%;
  }
  .vff span.f-empty {
    min-width: 2.2em;
    padding-right: 20px;
  }
  .vff p.f-description {
    padding-right: 0;
  }
  .vff .field-multiplepicturechoice ul.f-radios li {
    font-size: 14px;
  }
  .vff .field-multiplepicturechoice ul.f-radios li span.f-image {
    height: 90px;
  }
}
@media screen and (max-width: 479px) {
  .vff {
    margin-top: 10vh;
    min-height: 180px;
  }
  header.vff-header + .vff {
    margin-top: 8vh;
  }
  header.vff-header + .vff.vff-not-standalone {
    margin-top: 0;
  }
  .vff input[type="date"],
  .vff input[type="email"],
  .vff input[type="file"],
  .vff input[type="number"],
  .vff input[type="password"],
  .vff input[type="tel"],
  .vff input[type="text"],
  .vff input[type="url"],
  .vff textarea {
    line-height: 1.4;
    padding: 0.16em 0.2em;
  }
  .vff input[type="file"] {
    font-size: 0.6em;
  }
  .vff select {
    font-size: 0.72em;
    padding-bottom: 0.2em;
    padding-top: 0.2em;
  }
  .vff button {
    min-height: 42px;
  }
  .vff .f-arrow-down {
    width: 12px;
  }
  .vff .fh2 span.f-label-scale,
  .vff .fh2 span.f-sub,
  .vff .fh2 span.f-tagline {
    font-size: 0.64em;
  }
  .vff .fh2 span.f-label-scale {
    margin-bottom: 0.3em;
  }
  .vff span.f-tagline {
    line-height: 1.5;
  }
  .vff span.f-text {
    margin-right: 0;
  }
  .vff .fh2,
  .vff h2 {
    font-size: 1.56em;
  }
  .vff ul.f-radios li,
  .vff ul.f-radios li input[type="text"] {
    font-size: 0.62em;
  }
  .vff .field-sectionbreak p {
    font-size: 1em;
  }
  .vff-footer .f-timer {
    font-size: 16px;
  }
  .vff .f-label-scale-wrap,
  .vff .field-multiplepicturechoice ul.f-radios,
  .vff .field-opinionscale ul.f-radios {
    max-width: 330px;
  }
  .vff .field-multiplepicturechoice ul.f-radios li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
  }
  .vff .field-opinionscale ul.f-radios li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(20% - 8px);
    flex: 0 0 calc(20% - 8px);
  }
  .vff .f-label-scale-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vff .f-label-scale-num {
    display: inline;
  }
}
@media screen and (max-height: 400px) {
  .vff {
    margin-top: 12vh;
    min-height: 180px;
  }
  header.vff-header {
    position: static;
  }
  .vff-footer {
    font-size: 15px;
  }
  .vff-footer .footer-inner-wrap {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .vff .f-radios-desc,
  .vff ul.f-radios li,
  .vff ul.f-radios li input[type="text"] {
    font-size: 14px;
  }
  .vff .fh2,
  .vff h2 {
    font-size: 1.56em;
  }
  .vff .fh2 span.f-label-scale,
  .vff .fh2 span.f-sub,
  .vff .fh2 span.f-tagline {
    font-size: 0.6em;
  }
  .vff .field-multiplepicturechoice ul.f-radios li span.f-image {
    height: 90px;
  }
}
/*# sourceMappingURL=vue-flow-form.min.css.map */
