@font-face {
  font-family: 'BrandonRegular';
  src: url("../assets/fonts/BrandonText-Regular.otf");
}

@font-face {
  font-family: 'BrandonBold';
  src: url("../assets/fonts/BrandonText-Bold.otf");
}

[data-theme="leaves"] {
  --background: url("https://images.typeform.com/images/VUrbJBqRp9jm/background/large");
  --inputlabelcolor: rgb(61, 61, 61);
  --okButton-color: rgb(42, 49, 70);
  --okButton-text-color: white;
  --okButton-hover-color: rgb(74, 80, 98);
  --okButton-box-shadow: RGB(0 0 0 / 10%);
  --inputColor: rgb(196, 70, 101);
  --inputwebfillcolor: rgba(196, 70, 101, 0.3);
  --radiotoolbarlabelbackground:  rgba(196, 70, 101, 0.1);
  --radiotoolbarcolor: rgb(196, 70, 101);
  --radiolabelselected: rgba(196, 70, 101, 0.3);
  --radiolabelfocused: #444;
  --inputtextfocused: RGB(196 70 101) ;
  --inputtextunfocused: RGB(196 70 101 / 30%);
}

[data-theme="default"] {
  --background: #FFE18A;
  --inputlabelcolor: rgb(61, 61, 61);
  --okButton-color: rgb(14, 112, 237);
  --okButton-text-color: white;
  --okButton-hover-color: rgb(50, 134, 240);
  --okButton-box-shadow: RGB(0 0 0 / 10%);
  --inputColor: rgb(31, 127, 255);
  --inputwebfillcolor: rgba(31, 127, 255, 0.3);
  --radiotoolbarlabelbackground:  #ffeebe;
  --radiotoolbarcolor: #a98110;
  --radiolabelselected: #ffda70;
  --radiolabelfocused: #444;
  --inputtextfocused: RGB(31 127 255);
  --inputtextunfocused: RGB(31 127 255 / 30%);
}

body {
  margin: 0;
  font-family: 'BrandonRegular', 'BrandonBold';
  overflow-y: hidden;
}

body strong {
  font-family: 'BrandonBold';
}

body .typeform-visible {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 1;
  z-index: 3;
  -webkit-transition: opacity 300ms ease 0s, -webkit-transform 600ms ease 0s;
  transition: opacity 300ms ease 0s, -webkit-transform 600ms ease 0s;
  transition: transform 600ms ease 0s, opacity 300ms ease 0s;
  transition: transform 600ms ease 0s, opacity 300ms ease 0s, -webkit-transform 600ms ease 0s;
}

body .typeform-display-block {
  display: block;
}

body .typeform-hide {
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  -webkit-transition: opacity 300ms ease 0s, -webkit-transform 600ms ease 0s;
  transition: opacity 300ms ease 0s, -webkit-transform 600ms ease 0s;
  transition: transform 600ms ease 0s, opacity 300ms ease 0s;
  transition: transform 600ms ease 0s, opacity 300ms ease 0s, -webkit-transform 600ms ease 0s;
  opacity: 0;
  position: absolute;
}

body .thankyou-visible {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100vh;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 1;
  z-index: 3;
  -webkit-transition: opacity 300ms ease 0s, -webkit-transform 600ms ease 0s;
  transition: opacity 300ms ease 0s, -webkit-transform 600ms ease 0s;
  transition: transform 600ms ease 0s, opacity 300ms ease 0s;
  transition: transform 600ms ease 0s, opacity 300ms ease 0s, -webkit-transform 600ms ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .thankyou-visible .thankyou-content {
  font-size: 50px;
  color: var(--okButton-color);
}

body .thankyou-visible .thankyou-subtext {
  font-size: 20px;
  color: var(--okButton-color);
}

body .thankyou-hide {
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  -webkit-transition: opacity 300ms ease 0s, -webkit-transform 600ms ease 0s;
  transition: opacity 300ms ease 0s, -webkit-transform 600ms ease 0s;
  transition: transform 600ms ease 0s, opacity 300ms ease 0s;
  transition: transform 600ms ease 0s, opacity 300ms ease 0s, -webkit-transform 600ms ease 0s;
  opacity: 0;
}

body .no-display {
  display: none !important;
}

body #background {
  opacity: 1;
  background: var(--background);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  overflow: hidden;
  overflow-y: hidden;
}

body #background .registration-form {
  width: 100%;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #background .item {
  position: absolute;
  max-width: 720px;
  margin: 0px auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px 0px 20px;
  width: 90%;
}

body #background .item .question-container {
  width: 100%;
}

body #background .item .input-label-wrapper {
  margin: 0px;
  max-width: 100%;
  font-weight: unset;
  font-size: 24px;
  line-height: 32px;
  color: var(--inputlabelcolor);
}

body #background .item .input-label-wrapper .input-label {
  margin: 0px;
  max-width: 100%;
  font-weight: unset;
  font-size: 24px;
  line-height: 32px;
}

body #background .item .input-label-wrapper .required-asterisk {
  margin: 0px;
  max-width: 100%;
  font-weight: unset;
  display: inline;
  font-size: 24px;
  line-height: 32px;
}

body #background .item .input-separator {
  margin-top: 20px;
}

body #background .hide {
  -webkit-transition: opacity 300ms ease 0s, -webkit-transform 600ms ease 0s;
  transition: opacity 300ms ease 0s, -webkit-transform 600ms ease 0s;
  transition: transform 600ms ease 0s, opacity 300ms ease 0s;
  transition: transform 600ms ease 0s, opacity 300ms ease 0s, -webkit-transform 600ms ease 0s;
  opacity: 0;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
}

body #background .visible {
  -webkit-transition: opacity 300ms ease 0s, -webkit-transform 600ms ease 0s;
  transition: opacity 300ms ease 0s, -webkit-transform 600ms ease 0s;
  transition: transform 600ms ease 0s, opacity 300ms ease 0s;
  transition: transform 600ms ease 0s, opacity 300ms ease 0s, -webkit-transform 600ms ease 0s;
  opacity: 1;
}

body #background .moveup {
  -webkit-transition: opacity 300ms ease 0s, -webkit-transform 600ms ease 0s;
  transition: opacity 300ms ease 0s, -webkit-transform 600ms ease 0s;
  transition: transform 600ms ease 0s, opacity 300ms ease 0s;
  transition: transform 600ms ease 0s, opacity 300ms ease 0s, -webkit-transform 600ms ease 0s;
  opacity: 0;
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
}

body #background .movedown {
  -webkit-transition: opacity 300ms ease 0s, -webkit-transform 600ms ease 0s;
  transition: opacity 300ms ease 0s, -webkit-transform 600ms ease 0s;
  transition: transform 600ms ease 0s, opacity 300ms ease 0s;
  transition: transform 600ms ease 0s, opacity 300ms ease 0s, -webkit-transform 600ms ease 0s;
  opacity: 0;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
}

body #background .next-item {
  position: absolute;
  width: 90%;
  max-width: 720px;
  margin: 0px auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px 0px 20px;
}

body #background .next-item .question-container {
  width: 100%;
}

body #background .next-item .question-container .validate-error {
  margin-top: 10px;
}

body #background .next-item .question-container .submit-btn {
  font-family: inherit;
  font-weight: 500;
  cursor: pointer;
  width: 85px;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color, opacity, -webkit-box-shadow;
  transition-property: background-color, color, border-color, opacity, -webkit-box-shadow;
  transition-property: background-color, color, border-color, opacity, box-shadow;
  transition-property: background-color, color, border-color, opacity, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  outline: none;
  border: 1px solid transparent;
  margin: 0px;
  -webkit-box-shadow: var(--okButton-box-shadow) 0px 3px 12px 0px;
          box-shadow: var(--okButton-box-shadow) 0px 3px 12px 0px;
  padding: 6px 14px;
  min-height: 40px;
  background-color: var(--okButton-color);
  color: var(--okButton-text-color);
  border-radius: 4px;
  margin-right: 10px;
}

body #background .next-item .question-container .submit-btn:hover {
  background-color: var(--okButton-hover-color);
}

body #background .next-item .question-container .submit-disabled {
  opacity: 0.75;
  pointer-events: none;
  cursor: not-allowed;
}

body #background .next-item .question-container .date-input-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
      align-items: baseline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

body #background .next-item .question-container .date-input-section .distribute-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body #background .next-item .question-container .date-input-section .distribute-section .spacer-section {
  margin-bottom: 8px;
}

body #background .next-item .question-container .date-input-section .distribute-section .spacer-section .text-label {
  margin: 0px;
  width: 100%;
  max-width: 100%;
  font-weight: unset;
  font-size: 14px;
  line-height: 20px;
  color: var(--inputColor);
}

body #background .next-item .question-container .date-input-section .distribute-section .date-input {
  display: block;
  font-family: inherit;
  width: 100%;
  padding: 0px 0px 8px;
  color: var(--inputColor);
  border: none;
  outline: none;
  border-radius: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
  background-position: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  line-height: unset;
  -webkit-text-fill-color: var(--inputwebfillcolor);
  -webkit-animation: 1ms ease 0s 1 normal none running native-autofill-in;
          animation: 1ms ease 0s 1 normal none running native-autofill-in;
  -webkit-transition: background-color 1e+08s ease 0s, -webkit-box-shadow 0.1s ease-out 0s;
  transition: background-color 1e+08s ease 0s, -webkit-box-shadow 0.1s ease-out 0s;
  transition: background-color 1e+08s ease 0s, box-shadow 0.1s ease-out 0s;
  transition: background-color 1e+08s ease 0s, box-shadow 0.1s ease-out 0s, -webkit-box-shadow 0.1s ease-out 0s;
  background-color: transparent !important;
  -webkit-appearance: textfield !important;
  -moz-appearance: textfield !important;
  min-height: 1.2em;
}

body #background .next-item .question-container .date-input-section .distribute-section .date-input:focus {
  -webkit-box-shadow: var(--inputtextfocused) 0px 2px;
          box-shadow: var(--inputtextfocused) 0px 2px;
  color: var(--inputColor);
  width: 100%;
  min-height: 1.2em;
}

body #background .next-item .question-container .date-input-section .distribute-section .date-input-width {
  width: calc(3.0ch) !important;
}

body #background .next-item .question-container .date-input-section .distribute-section .year-input-width {
  width: calc(4.4ch) !important;
}

body #background .next-item .question-container .date-input-section .distribute-section input[type="date"]::-webkit-calendar-picker-indicator {
  margin: 0;
}

body #background .next-item .question-container .date-input-section .spacer-separator {
  margin-right: 16px;
  margin-bottom: 8px;
  margin-left: 20px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

body #background .next-item .question-container .date-input-section .spacer-separator .text-label {
  margin: 0px;
  width: 100%;
  max-width: 100%;
  font-weight: unset;
  font-size: 30px;
  line-height: 20px;
  color: var(--inputColor);
}

body #background .next-item .input-label-wrapper {
  margin: 0px;
  max-width: 100%;
  font-weight: unset;
  font-size: 24px;
  line-height: 32px;
  color: var(--inputlabelcolor);
}

body #background .next-item .input-label-wrapper .input-label {
  margin: 0px;
  max-width: 100%;
  font-weight: unset;
  font-size: 24px;
  line-height: 32px;
}

body #background .next-item .input-label-wrapper .required-asterisk {
  margin: 0px;
  max-width: 100%;
  font-weight: unset;
  display: inline;
  font-size: 24px;
  line-height: 32px;
}

body #background .next-item .input-separator {
  margin-top: 20px;
}

body #background .next-item .radio-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body #background .next-item .radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

body #background .next-item .radio-toolbar label {
  display: inline-block;
  background-color: var(--radiotoolbarlabelbackground);
  padding: 10px 20px;
  font-family: sans-serif, Arial;
  font-size: 16px;
  border: 1px solid var(--radiotoolbarcolor);
  border-radius: 4px;
  color: var(--radiotoolbarcolor);
  cursor: pointer;
  width: 60px;
  text-align: left;
  margin-top: 10px;
  width: 50%;
}

body #background .next-item .radio-toolbar label:hover {
  background-color: var(--radiolabelselected);
}

body #background .next-item .radio-toolbar input[type="radio"]:focus + label {
  border: 2px dashed var(--radiolabelfocused);
}

body #background .next-item .radio-toolbar input[type="radio"]:checked + label {
  background-color: var(--radiolabelselected);
  border: 2px solid var(--radiotoolbarcolor);
  border-color: var(--radiotoolbarcolor);
  color: var(--radiotoolbarcolor);
}

body #background .hidden {
  display: none;
}

body .input-text {
  display: block;
  width: 100%;
  font-family: inherit;
  color: var(--inputColor);
  padding: 0px 0px 8px;
  border: none;
  outline: none;
  border-radius: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
  background-position: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  line-height: unset;
  -webkit-text-fill-color: var(--inputwebfillcolor);
  -webkit-animation: 1ms ease 0s 1 normal none running native-autofill-in;
          animation: 1ms ease 0s 1 normal none running native-autofill-in;
  -webkit-transition: background-color 1e+08s ease 0s, -webkit-box-shadow 0.1s ease-out 0s;
  transition: background-color 1e+08s ease 0s, -webkit-box-shadow 0.1s ease-out 0s;
  transition: background-color 1e+08s ease 0s, box-shadow 0.1s ease-out 0s;
  transition: background-color 1e+08s ease 0s, box-shadow 0.1s ease-out 0s, -webkit-box-shadow 0.1s ease-out 0s;
  -webkit-box-shadow: var(--inputtextunfocused) 0px 1px;
          box-shadow: var(--inputtextunfocused) 0px 1px;
  background-color: transparent !important;
}

body .input-text:focus {
  -webkit-box-shadow: var(--inputtextfocused) 0px 2px;
          box-shadow: var(--inputtextfocused) 0px 2px;
  color: var(--inputColor);
  width: 100%;
}

body .date-input-text {
  display: block;
  width: 100%;
  font-family: inherit;
  color: var(--inputColor);
  padding: 0px 0px 8px;
  border: none;
  outline: none;
  border-radius: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
  background-position: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  line-height: unset;
  -webkit-text-fill-color: var(--inputwebfillcolor);
  -webkit-animation: 1ms ease 0s 1 normal none running native-autofill-in;
          animation: 1ms ease 0s 1 normal none running native-autofill-in;
  -webkit-transition: background-color 1e+08s ease 0s, -webkit-box-shadow 0.1s ease-out 0s;
  transition: background-color 1e+08s ease 0s, -webkit-box-shadow 0.1s ease-out 0s;
  transition: background-color 1e+08s ease 0s, box-shadow 0.1s ease-out 0s;
  transition: background-color 1e+08s ease 0s, box-shadow 0.1s ease-out 0s, -webkit-box-shadow 0.1s ease-out 0s;
  -webkit-box-shadow: var(--inputtextunfocused) 0px 1px;
          box-shadow: var(--inputtextunfocused) 0px 1px;
  background-color: transparent !important;
}

body .date-input-text:focus {
  -webkit-box-shadow: var(--inputtextfocused) 0px 2px;
          box-shadow: var(--inputtextfocused) 0px 2px;
  color: var(--inputColor);
  width: 100%;
}

body .blue-input-color {
  -webkit-text-fill-color: var(--inputColor) !important;
}

body .next-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .next-container .btn-next {
  position: relative;
  font-family: inherit;
  font-weight: 500;
  cursor: pointer;
  width: 85px;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color, opacity, -webkit-box-shadow;
  transition-property: background-color, color, border-color, opacity, -webkit-box-shadow;
  transition-property: background-color, color, border-color, opacity, box-shadow;
  transition-property: background-color, color, border-color, opacity, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  outline: none;
  border: 1px solid transparent;
  margin: 0px;
  -webkit-box-shadow: var(--okButton-box-shadow) 0px 3px 12px 0px;
          box-shadow: var(--okButton-box-shadow) 0px 3px 12px 0px;
  padding: 6px 14px;
  min-height: 40px;
  background-color: var(--okButton-color);
  color: var(--okButton-text-color);
  border-radius: 4px;
  margin-right: 10px;
}

body .next-container .btn-next:hover {
  background-color: var(--okButton-hover-color);
}

body .hidden {
  display: none;
}

body form .error {
  color: #ff0000;
  margin-bottom: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media only screen and (max-width: 600px) {
  .helper-text {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */