/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  text-align: center;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}
.header {
  padding: 10px;
  height: 80px;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header img {
  height: 70px;
}
.step {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  max-width: 550px;
  width: 100%;
  margin: 30px auto;
  background-color: #fff;
}
.progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  gap: 40px;
}
.progress_step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  color: #e3e3e3;
  border: 1px solid #e3e3e3;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.progress_step.current {
  border: 2px solid #099bdb;
  color: #099bdb;
}
.progress_step.active {
  background: #099bdb;
  color: white;
  border-color: #099bdb;
}
.progress_step::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: var(--line-color, #e3e3e3);
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  z-index: 0;
}
.progress_step:nth-child(1):after {
  left: 42px;
}
.progress_step:last-child:after {
  width: 0px;
}
.progress-bar2 {
  background-color: #f7f7f7;
  height: 5px;
  width: 100%;
  margin: 0 auto;
}
.progress-bar2-inner {
  background: linear-gradient(90deg, #007bff, #099bdb);
  height: 100%;
  width: 0%;
  transition: width 0.3s ease-in-out;
}
.question-top {
  font-size: 16px;
  color: #53be0f;
}
.question-bottom {
  font-size: 14px;
  color: #000;
}
.question {
  font-size: 35px;
  font-weight: bold;
  margin: 5px;
  color: #222;
}
.options_box {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.option_noImg {
  height: 100px !important;
  flex-direction: row !important;
  gap: 5px !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  border: 2px solid #e3e3e3 !important;
  background-color: #fff !important;
}
.option_noImg:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
  border: 1px solid #6ebeff !important;
  background-color: #f5f5f5 !important;
}
.option_noImg:hover div {
  color: #006fc9;
}
.option_noImg div {
  font-size: 18px !important;
}
form {
  min-height: 80vh;
}
.option {
  width: 45%;
  height: 160px;
  background: white;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s;
  gap: 10px;
}
.option:hover {
  transform: scale(1.01);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.option img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.option div {
  font-size: 18px;
  font-weight: 500;
  color: #232434;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
@keyframes slideNext {
  0% {
    transform: translateX(200%);
    opacity: 0;
  }
  50% {
    transform: translateX(100%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.animate-slideNext {
  animation: slideNext 250ms linear;
}
@keyframes slidePrev {
  0% {
    transform: translateX(-200%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.animate-slidePrev {
  animation: slidePrev 250ms linear;
}
.cursor-auto {
  cursor: auto;
}
.cursor-pointer {
  cursor: pointer;
}
.nextBtn {
  width: 95%;
  cursor: pointer;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  background-color: #077ddd;
  color: #fff;
  border-radius: 3px;
  margin: 10px auto;
}
.nextBtn:hover {
  background-color: #006fc9;
}
.prevBtn {
  width: 50%;
  margin: 0px auto;
  cursor: pointer;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  background-color: #f5f5f5;
  color: #006fc9;
  border-radius: 3px;
  display: none;
}
.prevBtn:hover {
  background-color: #e9e9e9;
}
.input_box {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 20px auto;
}
.input_box .input_holder {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.input_box input {
  width: 85%;
  padding: 20px;
  border: 2px solid #717171;
  border-radius: 3px;
  color: #232434;
  font-weight: 400;
  font-size: 16px;
}
.input_box input::placeholder {
  color: #717171;
}
.checkbox_container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  width: 90%;
  margin: 0 auto;
}
.checkbox_container label {
  margin-top: 1px;
}
.checkbox_container input[type="checkbox"] {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.consent_text {
  max-width: 500px;
  width: 100%;
  font-size: 12px;
  color: #9e9e9e;
  text-align: left;
}
.error {
  border: 1px solid red !important;
  background-color: #ffe6e6;
}
.error-message {
  color: red;
  font-size: 12px;
  margin-top: 4px;
}
#amount {
  font-size: 24px;
  font-weight: bold;
  color: #077ddd;
  display: block;
  margin-bottom: -10px;
  margin-top: -10px;
}
input[type="range"] {
  -webkit-appearance: none;
  width: 80%;
  height: 4px;
  border: 1px solid #c4c4c4;
  background: #e3e3e3;
  border-radius: 2px;
  outline: none;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  padding: 0;
}
input[type="range"]:hover {
  opacity: 1;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: #007bff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.1s ease-in-out;
}
input[type="range"]:active::-webkit-slider-thumb {
  transform: scale(1.1);
}
input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #007bff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
input[type="range"]::-ms-thumb {
  width: 18px;
  height: 18px;
  background: #007bff;
  border-radius: 50%;
  cursor: pointer;
}
.contact_state_container {
  padding: 10px;
}
.contact_state_container span, .contact_state_container {
  font-size: 14px;
  line-height: normal;
}
#stepEmailPhone a {
  color: #717171;
}
.site-footer {
  background-color: #f8f9fa;
  color: #6c757d;
  font-size: 14px;
  line-height: 1.6;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #dee2e6;
}
.site-footer a {
  color: #007bff;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer .footer-bottom {
  margin-top: 15px;
  font-size: 13px;
}
@media (max-width: 768px) {
  .site-footer {
    font-size: 12px;
    padding: 15px;
  }
  .site-footer .footer-bottom {
    font-size: 11px;
  }
}
@media (max-width: 600px) {
  .header {
    height: 60px;
  }
  .header img {
    height: 60px;
  }
  .step {
    gap: 10px;
    padding: 0px;
    width: 100vw;
  }
  .progress-bar {
    gap: 15px;
  }
  .progress_step {
    width: 25px;
    height: 25px;
    font-size: 12px;
    z-index: 2;
  }
  .progress_step::after {
    width: 25px;
    left: 25px;
    height: 1px;
  }
  .progress_step:nth-child(1):after {
    left: 27px;
  }
  .question-top {
    font-size: 14px;
  }
  .question-bottom {
    font-size: 13px;
  }
  .question {
    font-size: 30px;
  }
  .option_noImg div {
    font-size: 16px !important;
  }
  .option {
    width: 40%;
    height: 140px;
  }
  .option img {
    width: 50px;
    height: 50px;
  }
  .option div {
    font-size: 16px;
  }
  .nextBtn {
    width: 80%;
  }
  .prevBtn {
    width: 45%;
  }
  .input_box input {
    width: 70%;
  }
  .consent_text {
    width: 80%;
    font-size: 10px;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
