/* form */
.select:not(.is-multiple)::after {
    content: " ";
    width: .5em;
    height: .5em;
    border: 3px solid transparent;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    display: block;
    margin-top: -0.7em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(35%);
        transform: rotate(-45deg) translateY(35%);
    -webkit-transform-origin: center;
        transform-origin: center;
}
.file-cta,
.file-name, .select select, .input,
.textarea, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}
.file-cta:focus,
.file-name:focus, .select select:focus, .input:focus,
.textarea:focus, .button:focus, .is-focused.file-cta,
.is-focused.file-name, .select select.is-focused, .is-focused.input,
.is-focused.textarea, .is-focused.button, .file-cta:active,
.file-name:active, .select select:active, .input:active,
.textarea:active, .button:active, .is-active.file-cta,
.is-active.file-name, .select select.is-active, .is-active.input,
.is-active.textarea, .is-active.button {
  outline: none;
}
[disabled].file-cta,
[disabled].file-name, .select select[disabled], [disabled].input,
[disabled].textarea, [disabled].button {
  cursor: not-allowed;
}
button,
input,
select,
textarea {
    margin: 0;
}
input[type=checkbox],
input[type=radio] {
    vertical-align: baseline;
}
.input,
.textarea {
  background-color: #FFF;
  border-color: #666;
  border-radius: 3px;
}
.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: rgba(64, 64, 64, 0.3);
}
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: rgba(64, 64, 64, 0.3);
}
.input:-moz-placeholder,
.textarea:-moz-placeholder {
  color: rgba(64, 64, 64, 0.3);
}
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: rgba(64, 64, 64, 0.3);
}
.input:hover, .input.is-hovered,
.textarea:hover,
.textarea.is-hovered {
  border-color: #666;
}
.input:focus, .input.is-focused, .input:active, .input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  border-color: #666;
}
.input[disabled],
.textarea[disabled] {
  background-color: rgba(211, 211, 211, 0.5);
  border-color: rgba(64, 64, 64, 0.75);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(64, 64, 64, 0.75);
}
.input[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder {
  color: rgba(64, 64, 64, 0.3);
}
.input[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder {
  color: rgba(64, 64, 64, 0.3);
}
.input[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder {
  color: rgba(64, 64, 64, 0.3);
}
.input[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder {
  color: rgba(64, 64, 64, 0.3);
}
.input.is-narrow,
.textarea.is-narrow {
  width: 10em;
}
.input.is-number,
.textarea.is-number {
  width: 4em;
}
.input,
.textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 100%;
  width: 100%;
}
.input[readonly],
.textarea[readonly] {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input.is-small,
.textarea.is-small {
  font-size: 0.82rem;
}
.input.is-medium,
.textarea.is-medium {
  font-size: 1.142rem;
}
.input.is-large,
.textarea.is-large {
  font-size: 1.428rem;
}
.input.is-fullwidth,
.textarea.is-fullwidth {
  display: block;
  width: 100%;
}
.input.is-inline,
.textarea.is-inline {
  display: inline;
  width: auto;
}
.input.is-half,
.textarea.is-half {
  width: 50%;
}
@media screen and (max-width: 1151px) {
  .input.is-half,
  .textarea.is-half {
    width: 100%;
  }
}
.input.is-year,
.textarea.is-year {
    width: 6em;
}
@media screen and (max-width: 1151px) {
    .input.is-year,
    .textarea.is-year {
        width: 11.25em;
    }
    .input.is-year.is-narrow,
    .textarea.is-year.is-narrow {
        width: 10em;
    }
}
.input.is-zip,
.textarea.is-zip {
    width: 8em;
}
.input {
    height: 2rem;
}
.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical;
}
.textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px;
}
.textarea[rows] {
  height: 6em;
}
.textarea.has-fixed-size {
  resize: none;
}
.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.checkbox input,
.radio input {
  cursor: pointer;
}
.checkbox[disabled],
.radio[disabled] {
  color: rgba(64, 64, 64, 0.75);
  cursor: not-allowed;
}
.checkbox.is-no-answer .wpcf7-list-item.first,
.radio.is-no-answer .wpcf7-list-item.first {
  display: none;
}

.radio + .radio {
  margin-left: 0.5em;
}

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.select.is-time {
  margin-left: 1rem;
  width: 6em;
}
.select.is-time select {
  width: 6em;
}
.select:not(.is-multiple) {
  height: 2.25em;
}
.select:not(.is-multiple)::after {
  border-color: #666;
  right: 2em;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}
.select select {
  background-color: #FFF;
  border-color: #666;
  border-radius: 3px;
}
.select select::-moz-placeholder {
  color: rgba(64, 64, 64, 0.3);
}
.select select::-webkit-input-placeholder {
  color: rgba(64, 64, 64, 0.3);
}
.select select:-moz-placeholder {
  color: rgba(64, 64, 64, 0.3);
}
.select select:-ms-input-placeholder {
  color: rgba(64, 64, 64, 0.3);
}
.select select:hover, .select select.is-hovered {
  border-color: #666;
}
.select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
  border-color: #666;
}
.select select[disabled] {
  background-color: rgba(211, 211, 211, 0.5);
  border-color: rgba(64, 64, 64, 0.75);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(64, 64, 64, 0.75);
}
.select select[disabled]::-moz-placeholder {
  color: rgba(64, 64, 64, 0.3);
}
.select select[disabled]::-webkit-input-placeholder {
  color: rgba(64, 64, 64, 0.3);
}
.select select[disabled]:-moz-placeholder {
  color: rgba(64, 64, 64, 0.3);
}
.select select[disabled]:-ms-input-placeholder {
  color: rgba(64, 64, 64, 0.3);
}
.select select.is-narrow {
  width: 8em;
}
.select select.is-number {
  width: 4em;
}
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover {
  border-color: rgba(64, 64, 64, 0.75);
}
.select select:not([multiple]) {
  padding-right: 1.75em;
}
.select select[multiple] {
  height: initial;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:not(.is-multiple)::after {
  border-color: #D3D3D3;
}
.select.is-main:not(:hover)::after {
  border-color: #666;
}
.select.is-main select {
  border-color: #666;
}
.select.is-main select:hover, .select.is-main select.is-hovered {
  border-color: rgb(85.9978723404, 163.5021276596, 108.2936170213);
}
.select.is-main select:focus, .select.is-main select.is-focused, .select.is-main select:active, .select.is-main select.is-active {
  -webkit-box-shadow: 0 rgba(101, 174, 122, 0.25);
          box-shadow: 0 rgba(101, 174, 122, 0.25);
}
.select.is-main-dark:not(:hover)::after {
  border-color: #92A38D;
}
.select.is-main-dark select {
  border-color: #92A38D;
}
.select.is-main-dark select:hover, .select.is-main-dark select.is-hovered {
  border-color: rgb(132.5072815534, 151.6116504854, 126.8883495146);
}
.select.is-main-dark select:focus, .select.is-main-dark select.is-focused, .select.is-main-dark select:active, .select.is-main-dark select.is-active {
  -webkit-box-shadow: 0 rgba(146, 163, 141, 0.25);
          box-shadow: 0 rgba(146, 163, 141, 0.25);
}
.select.is-accent:not(:hover)::after {
  border-color: #666;
}
.select.is-accent select {
  border-color: #666;
}
.select.is-accent select:hover, .select.is-accent select.is-hovered {
  border-color: rgb(207.2408163265, 113.3959183673, 32.2591836735);
}
.select.is-accent select:focus, .select.is-accent select.is-focused, .select.is-accent select:active, .select.is-accent select.is-active {
  -webkit-box-shadow: 0 rgba(222, 126, 43, 0.25);
          box-shadow: 0 rgba(222, 126, 43, 0.25);
}
.select.is-black:not(:hover)::after {
  border-color: #404040;
}
.select.is-black select {
  border-color: #404040;
}
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: rgb(51.25, 51.25, 51.25);
}
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  -webkit-box-shadow: 0 rgba(64, 64, 64, 0.25);
          box-shadow: 0 rgba(64, 64, 64, 0.25);
}
.select.is-white:not(:hover)::after {
  border-color: #F8F8F8;
}
.select.is-white select {
  border-color: #F8F8F8;
}
.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: rgb(235.25, 235.25, 235.25);
}
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  -webkit-box-shadow: 0 rgba(248, 248, 248, 0.25);
          box-shadow: 0 rgba(248, 248, 248, 0.25);
}
.select.is-small {
  font-size: 0.82rem;
}
.select.is-medium {
  font-size: 1.142rem;
}
.select.is-large {
  font-size: 1.428rem;
}
.select.is-disabled::after {
  border-color: rgba(64, 64, 64, 0.75);
}
.select.is-fullwidth {
  width: 100%;
}
.select.is-fullwidth select {
  width: 100%;
}

.file {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.file.is-main .file-cta {
  background-color: #5fb0b3;
  border-color: transparent;
  color: #F8F8F8;
}
.file.is-main:hover .file-cta, .file.is-main.is-hovered .file-cta {
  background-color: rgb(92.6446808511, 169.6053191489, 114.7840425532);
  border-color: transparent;
  color: #F8F8F8;
}
.file.is-main:focus .file-cta, .file.is-main.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(101, 174, 122, 0.25);
          box-shadow: 0 0 0.5em rgba(101, 174, 122, 0.25);
  color: #F8F8F8;
}
.file.is-main:active .file-cta, .file.is-main.is-active .file-cta {
  background-color: rgb(85.9978723404, 163.5021276596, 108.2936170213);
  border-color: transparent;
  color: #F8F8F8;
}
.file.is-main-dark .file-cta {
  background-color: #92A38D;
  border-color: transparent;
  color: #F8F8F8;
}
.file.is-main-dark:hover .file-cta, .file.is-main-dark.is-hovered .file-cta {
  background-color: rgb(139.2536407767, 157.3058252427, 133.9441747573);
  border-color: transparent;
  color: #F8F8F8;
}
.file.is-main-dark:focus .file-cta, .file.is-main-dark.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(146, 163, 141, 0.25);
          box-shadow: 0 0 0.5em rgba(146, 163, 141, 0.25);
  color: #F8F8F8;
}
.file.is-main-dark:active .file-cta, .file.is-main-dark.is-active .file-cta {
  background-color: rgb(132.5072815534, 151.6116504854, 126.8883495146);
  border-color: transparent;
  color: #F8F8F8;
}
.file.is-accent .file-cta {
  background-color: #5fb0b3;
  border-color: transparent;
  color: #F8F8F8;
}
.file.is-accent:hover .file-cta, .file.is-accent.is-hovered .file-cta {
  background-color: rgb(218.2734693878, 119.4326530612, 33.9765306122);
  border-color: transparent;
  color: #F8F8F8;
}
.file.is-accent:focus .file-cta, .file.is-accent.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(222, 126, 43, 0.25);
          box-shadow: 0 0 0.5em rgba(222, 126, 43, 0.25);
  color: #F8F8F8;
}
.file.is-accent:active .file-cta, .file.is-accent.is-active .file-cta {
  background-color: rgb(207.2408163265, 113.3959183673, 32.2591836735);
  border-color: transparent;
  color: #F8F8F8;
}
.file.is-black .file-cta {
  background-color: #404040;
  border-color: transparent;
  color: #F8F8F8;
}
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: rgb(57.625, 57.625, 57.625);
  border-color: transparent;
  color: #F8F8F8;
}
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(64, 64, 64, 0.25);
          box-shadow: 0 0 0.5em rgba(64, 64, 64, 0.25);
  color: #F8F8F8;
}
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: rgb(51.25, 51.25, 51.25);
  border-color: transparent;
  color: #F8F8F8;
}
.file.is-white .file-cta {
  background-color: #FFF;
  border-color: transparent;
}
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: rgb(241.625, 241.625, 241.625);
  border-color: transparent;
}
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(248, 248, 248, 0.25);
          box-shadow: 0 0 0.5em rgba(248, 248, 248, 0.25);
}
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: rgb(235.25, 235.25, 235.25);
  border-color: transparent;
}
.file.is-small {
  font-size: 0.82rem;
}
.file.is-medium {
  font-size: 1.142rem;
}
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
.file.is-large {
  font-size: 1.428rem;
}
.file.is-large .file-icon .fa {
  font-size: 28px;
}
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.file.has-name.is-empty .file-cta {
  border-radius: 3px;
}
.file.has-name.is-empty .file-name {
  display: none;
}
.file.is-boxed .file-label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.file.is-boxed .file-cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}
.file.is-boxed.has-name .file-cta {
  border-radius: 3px 3px 0 0;
}
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 3px 3px;
  border-width: 0 1px 1px;
}
.file.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.file.is-fullwidth .file-label {
  width: 100%;
}
.file.is-fullwidth .file-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: none;
}
.file.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.file.is-right .file-cta {
  border-radius: 0 3px 3px 0;
}
.file.is-right .file-name {
  border-radius: 3px 0 0 3px;
  border-width: 1px 0 1px 1px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.file-label {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.file-label:hover .file-cta {
  background-color: rgba(204.625, 204.625, 204.625, 0.75);
}
.file-label:hover .file-name {
  border-color: rgba(204.625, 204.625, 204.625, 0.5);
}
.file-label:active .file-cta {
  background-color: rgba(198.25, 198.25, 198.25, 0.75);
}
.file-label:active .file-name {
  border-color: rgba(198.25, 198.25, 198.25, 0.5);
}

.file-input {
  height: 0.01em;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 0.01em;
}

.file-cta,
.file-name {
  border-color: #666;
  border-radius: 3px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta {
  background-color: rgba(211, 211, 211, 0.75);
}

.file-name {
  border-color: #666;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.file-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}
.file-icon .fa {
  font-size: 14px;
}

.label {
  display: block;
  font-size: 16px;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
.label.is-small {
  font-size: 0.82rem;
}
.label.is-medium {
  font-size: 1.142rem;
}
.label.is-large {
  font-size: 1.428rem;
}
.label .is-require {
  margin-left: 10px;
  display: inline-block;
  font-size: 0.82rem;
  padding: 4px 6px;
  line-height: 1;
  background-color: #5fb0b3;
  color: #F8F8F8;
  border-radius: 6px;
}

.help {
  display: block;
  font-size: 0.82rem;
  margin-top: 0.25rem;
}
.help.is-main {
  color: #5fb0b3;
}
.help.is-main-dark {
  color: #92A38D;
}
.help.is-accent {
  color: #5fb0b3;
}
.help.is-black {
}
.help.is-white {
  color: #F8F8F8;
}

.field-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.field:not(:last-child) {
  margin-bottom: 2rem;
}
.field p {
  margin-bottom: 0.5em !important;
}
.field.has-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}
.field.has-addons .control:first-child .button,
.field.has-addons .control:first-child .input,
.field.has-addons .control:first-child .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.field.has-addons .control:last-child .button,
.field.has-addons .control:last-child .input,
.field.has-addons .control:last-child .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.field.has-addons .control .button:hover, .field.has-addons .control .button.is-hovered,
.field.has-addons .control .input:hover,
.field.has-addons .control .input.is-hovered,
.field.has-addons .control .select select:hover,
.field.has-addons .control .select select.is-hovered {
  z-index: 2;
}
.field.has-addons .control .button:focus, .field.has-addons .control .button.is-focused, .field.has-addons .control .button:active, .field.has-addons .control .button.is-active,
.field.has-addons .control .input:focus,
.field.has-addons .control .input.is-focused,
.field.has-addons .control .input:active,
.field.has-addons .control .input.is-active,
.field.has-addons .control .select select:focus,
.field.has-addons .control .select select.is-focused,
.field.has-addons .control .select select:active,
.field.has-addons .control .select select.is-active {
  z-index: 3;
}
.field.has-addons .control .button:focus:hover, .field.has-addons .control .button.is-focused:hover, .field.has-addons .control .button:active:hover, .field.has-addons .control .button.is-active:hover,
.field.has-addons .control .input:focus:hover,
.field.has-addons .control .input.is-focused:hover,
.field.has-addons .control .input:active:hover,
.field.has-addons .control .input.is-active:hover,
.field.has-addons .control .select select:focus:hover,
.field.has-addons .control .select select.is-focused:hover,
.field.has-addons .control .select select:active:hover,
.field.has-addons .control .select select.is-active:hover {
  z-index: 4;
}
.field.has-addons .control.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.field.has-addons.has-addons-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.field.has-addons.has-addons-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.field.is-grouped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.field.is-grouped > .control {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
@media screen and (max-width: 1151px) {
  .field.is-grouped > .control:not(:last-child) {
    margin-right: 0.5rem;
  }
}
.field.is-grouped > .control.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.field.is-grouped.is-grouped-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 1151px) {
  .field.is-grouped.is-grouped-multiline > .control {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .field.is-grouped.is-grouped-multiline > .control:first-child {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
}
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 431px) {
  .field.is-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.field-label p {
  margin-bottom: 1em !important;
}
.field-label:not(:last-child) {
  margin-bottom: 0.5em;
}
.field-label .label {
  font-size: 15px;
}
@media screen and (min-width: 431px) {
  .field-label {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .field-label.is-small {
    font-size: 0.82rem;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 1.142rem;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 1.428rem;
    padding-top: 0.375em;
  }
}

.field-body:not(:last-child) {
  margin-bottom: 1em;
}
.field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 431px) {
  .field-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .field-body > .field:not(:last-child) {
    margin-right: 3.5rem;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.control {
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left;
}
.control:not(:last-child) {
  margin-bottom: 1em;
}
.control span.aid-text,
.wpcf7-form-control-wrap {
    display: inline-block;
}
.control.has-icon .icon {
  color: rgba(64, 64, 64, 0.5);
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
.control.has-icon .input:focus + .icon {
  color: rgba(64, 64, 64, 0.75);
}
.control.has-icon .input.is-small + .icon {
  font-size: 0.82rem;
}
.control.has-icon .input.is-medium + .icon {
  font-size: 1.142rem;
}
.control.has-icon .input.is-large + .icon {
  font-size: 1.428rem;
}
.control.has-icon:not(.has-icon-right) .icon {
  left: 0;
}
.control.has-icon:not(.has-icon-right) .input {
  padding-left: 2.25em;
}
.control.has-icon.has-icon-right .icon {
  right: 0;
}
.control.has-icon.has-icon-right .input {
  padding-right: 2.25em;
}
.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: rgba(64, 64, 64, 0.75);
}
.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.82rem;
}
.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.142rem;
}
.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.428rem;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: rgba(64, 64, 64, 0.5);
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0.25em;
  width: 2.25em;
  z-index: 4;
  text-align: center;
}
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.25em;
}
.control.has-icons-left .icon.is-left {
  left: 0;
}
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.25em;
}
.control.has-icons-right .icon.is-right {
  right: 0;
}
.control.has-sub-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.control.has-sub-text span {
  margin: 0 0.5em;
}

.wpcf7-form-control.wpcf7-radio.radio {
  padding-top: 2px;
}
@media screen and (max-width: 1151px) {
  .wpcf7-form-control.wpcf7-radio.radio {
    padding-top: 0;
  }
}
.wpcf7-form-control.wpcf7-radio.radio.has-na .first {
  display: none;
}

.wpcf7-list-item-label {
  font-size: 16px;
}

.wpcf7-spinner {
  display: block;
}

.wpcf7-list-item {
  margin: 0 1em 0.5em 0;
}
.wpcf7-list-item:not(:last-child) {
  margin-right: 2em;
}
.wpcf7-list-item.last {
  margin-right: 0;
}

input[type=submit].button {
  padding: 0 3rem;
}


/* original */
.form .form-table {
    width: 100%;
}
.form .form-table > tbody > tr > th, .form .form-table > tbody > tr > td {
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: min(4.1025641026vw,16px);
    text-align: left;
    font-size: 4.1025641026vw;
    line-height: 1.8;
}
.form .form-table > tbody > tr > th {
    background-color: #F5F6F7;
    border-top: 1px solid #D3D3D3;
    color: #5fb0b3;
    position: relative;
}
.form .form-table > tbody > tr > th .required {
    display: inline-block;
    font-size: .8rem;
    padding: 4px 6px 3px;
    line-height: 1;
    background-color: #047176;
    color: #F8F8F8;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: min(4.1025641026vw,16px);
}
.form .form-table > tbody > tr > td {
    background-color: #fff;
}
.form .form-table>tr:last-child td {
    border-bottom: 1px solid #D3D3D3;
}
.form .button-submit {
    height: 3em;
    font-size: 1.05rem;
    padding: 0 5rem !important;
    margin-top: 4rem;
    background-color: #5fb0b3 !important;
    color: #FFF !important;
    text-align: center;
}

.form .form-table .time-table {
    width: auto;
}
.form .form-table .time-table .wpcf7-list-item {
    margin-left: 0 !important;
}
.form .form-table .time-table .wpcf7-list-item-label {
    display: none !important;
}
@media screen and (max-width: 430px) {
    .form .form-table .time-table thead th,
    .form .form-table .time-table tbody th {
        font-size: 12.5px;
    }
}

@media screen and (min-width: 431px) and (max-width: 1151px) {
    .form .form-table > tbody > tr > th, .form .form-table > tbody > tr > td {
        font-size: 14px;
        line-height: 1.7;
    }
}
@media screen and (min-width: 1152px) {
    .form .form-table > tbody > tr > th, .form .form-table > tbody > tr > td {
        font-size: 16px;
    }
}
@media screen and (max-width: 430px) {
    .form .form-table > tbody > tr > th, .form .form-table > tbody > tr > td {
        display: block;
    }
}
@media screen and (min-width: 431px) {
    .form .form-table > tbody > tr > th, .form .form-table > tbody > tr > td {
        width: 50%;
        border-top: 1px solid #D3D3D3;
        border-bottom: 1px solid #D3D3D3;
    }
    .form .form-table > tbody > tr > th {
        width: 35%;
    }
    .form .form-table > tbody > tr > td {
        width: 65%;
    }
}


.has-text-centered{
    text-align: center;
}