.button-form {
  border: none;
  background: #000;
  color: #fff;
  padding: 10px 20px; }

.form-wraper {
  padding: 0 44px 0 32px; }
  @media (min-width: 992px) {
    .form-wraper {
      padding: 0 40px; } }

#hrv-loyalty {
  display: none !important; }

#progress-bar--form {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #222222;
  z-index: 1000; }

#intro--form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh; }
  #intro--form .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    gap: 20px;
    font-size: 13px; }
    #intro--form .inner > * {
      width: 100%; }
  #intro--form .banner {
    margin-bottom: 16px; }
  #intro--form h1 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0; }
  #intro--form h2 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0; }
  #intro--form a {
    font-size: 13px; }
  #intro--form a:hover {
    text-decoration: underline; }
  @media (min-width: 992px) {
    #intro--form .inner {
      max-width: 720px;
      margin: auto;
      font-size: 16px; }
    #intro--form .banner {
      margin-bottom: 30px; }
    #intro--form a {
      font-size: 16px; }
    #intro--form h1 {
      font-size: 24px; }
    #intro--form h2 {
      font-size: 20px; } }

#fullpage--form {
  display: none;
  position: relative; }
  #fullpage--form .section {
    font-size: 13px; }
    #fullpage--form .section h3 {
      font-size: 16px;
      font-weight: 500;
      position: relative; }
      #fullpage--form .section h3 span.icon {
        display: flex;
        align-items: center;
        color: #2f5acf;
        font-size: 14px;
        line-height: 23px;
        position: absolute;
        top: -2px;
        left: -28px;
        gap: 4px; }
        #fullpage--form .section h3 span.icon span {
          height: 21px; }
        #fullpage--form .section h3 span.icon svg {
          width: 12px;
          height: 12px; }
    #fullpage--form .section p {
      font-size: 13px; }
    #fullpage--form .section input:not([type="file"]) {
      display: block;
      width: 100%;
      font-family: inherit;
      color: #2f5acf;
      padding-block-start: 0px;
      padding-block-end: 8px;
      padding-inline: 0px;
      border: none;
      outline: none;
      border-radius: 0px;
      appearance: none;
      background-image: none;
      transform: translateZ(0px);
      font-size: 13px;
      -webkit-font-smoothing: antialiased;
      line-height: unset;
      transition: 0.1s ease-out 0s;
      box-shadow: rgba(47, 90, 207, 0.3) 0px 1px;
      background-color: transparent; }
      #fullpage--form .section input:not([type="file"]):-ms-input-placeholder {
        color: #c1cef1; }
      #fullpage--form .section input:not([type="file"])::placeholder {
        color: #c1cef1; }
      #fullpage--form .section input:not([type="file"]):focus {
        color: #2f5acf;
        box-shadow: #2f5acf 0px 2px; }
    #fullpage--form .section input[type="file"] {
      font-size: 14px;
      width: 100%; }
    #fullpage--form .section .form-section {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 100%;
      max-width: 720px;
      margin: 0 auto; }
      #fullpage--form .section .form-section .form-error {
        margin-top: 1rem; }
        #fullpage--form .section .form-section .form-error .error-mess {
          background-color: #f7e6e6;
          border-radius: 3px;
          color: white;
          display: inline-flex;
          -webkit-box-align: center;
          align-items: center;
          min-height: 28px;
          outline: 0px;
          padding: 4px 8px 4px 12px;
          display: inline-flex;
          align-items: center; }
          #fullpage--form .section .form-section .form-error .error-mess svg {
            display: block;
            fill: #af0404;
            transition: fill 0.2s ease 0s;
            width: 18px;
            height: 18px; }
          #fullpage--form .section .form-section .form-error .error-mess span {
            font-size: 11px;
            color: #af0404; }
      #fullpage--form .section .form-section .form-group {
        margin: 1.5rem 0 0; }
        #fullpage--form .section .form-section .form-group + .navigation-buttons {
          margin-top: 1rem; }
      #fullpage--form .section .form-section .selectBoxGroup {
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin: 1rem 0 0; }
        #fullpage--form .section .form-section .selectBoxGroup + .navigation-buttons {
          margin-top: 1.5rem; }
        #fullpage--form .section .form-section .selectBoxGroup .selectBox label {
          position: relative;
          padding: 5px 15px 5px 40px;
          cursor: pointer;
          font-weight: 500;
          width: 100%;
          max-width: 100%;
          margin-bottom: 0;
          background: rgba(47, 90, 207, 0.1);
          color: #2f5acf;
          box-shadow: rgba(47, 90, 207, 0.6) 0px 0px 0px 1px inset;
          border-radius: 4px; }
          #fullpage--form .section .form-section .selectBoxGroup .selectBox label:before {
            content: '';
            width: 15px;
            height: 15px;
            box-shadow: 0 0 0 1px #7b96e2;
            border: 3px solid #fff;
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%); }
          #fullpage--form .section .form-section .selectBoxGroup .selectBox label:hover {
            background: rgba(47, 90, 207, 0.3); }
        #fullpage--form .section .form-section .selectBoxGroup .selectBox.radio label:before {
          border-radius: 100%; }
        #fullpage--form .section .form-section .selectBoxGroup .selectBox.radio input {
          display: none; }
          #fullpage--form .section .form-section .selectBoxGroup .selectBox.radio input:checked + label {
            z-index: 1;
            box-shadow: rgba(47, 90, 207, 0.8) 0px 0px 0px 2px inset; }
            #fullpage--form .section .form-section .selectBoxGroup .selectBox.radio input:checked + label:before {
              background: #2e5acf;
              box-shadow: 0 0 0 1px #2e5acf; }
        #fullpage--form .section .form-section .selectBoxGroup .selectBox.radio.selectBox-other input.active + label {
          z-index: 1;
          box-shadow: rgba(47, 90, 207, 0.8) 0px 0px 0px 2px inset; }
          #fullpage--form .section .form-section .selectBoxGroup .selectBox.radio.selectBox-other input.active + label:before {
            background: #2e5acf;
            box-shadow: 0 0 0 1px #2e5acf; }
        #fullpage--form .section .form-section .selectBoxGroup .selectBox.full label {
          max-width: 100%; }
      #fullpage--form .section .form-section .fileBoxGroup {
        margin: 1rem 0 0; }
        #fullpage--form .section .form-section .fileBoxGroup input[type="file"]::file-selector-button {
          font-size: 14px; }
        #fullpage--form .section .form-section .fileBoxGroup + .navigation-buttons {
          margin-top: 1.5rem; }
        #fullpage--form .section .form-section .fileBoxGroup .error-file {
          color: red;
          font-size: 14px;
          margin-top: 0.6rem; }
    @media (min-width: 992px) {
      #fullpage--form .section {
        font-size: 20px; }
        #fullpage--form .section h3 {
          font-size: 24px; }
          #fullpage--form .section h3 span.icon {
            top: 1.5px;
            left: -44px;
            font-size: 16px;
            line-height: 24px; }
          #fullpage--form .section h3 svg {
            width: 16px;
            height: 16px; }
        #fullpage--form .section p {
          font-size: 18px; }
        #fullpage--form .section input:not([type="file"]) {
          font-size: 30px; }
        #fullpage--form .section .form-section .form-error .error-mess svg {
          width: 24px;
          height: 24px; }
        #fullpage--form .section .form-section .form-error .error-mess span {
          font-size: 13px; }
        #fullpage--form .section .form-section .selectBoxGroup {
          gap: 8px;
          margin: 1.5rem 0 0; }
          #fullpage--form .section .form-section .selectBoxGroup .selectBox:not(.full) label {
            max-width: 62%; }
        #fullpage--form .section .form-section .fileBoxGroup {
          margin: 1.5rem 0 0; }
          #fullpage--form .section .form-section .fileBoxGroup input[type="file"]::file-selector-button {
            font-size: 20px; } }
  #fullpage--form #navigation-buttons {
    position: fixed;
    bottom: 10px;
    right: 32px;
    display: flex;
    gap: 4px; }
    #fullpage--form #navigation-buttons > button {
      border: none;
      background: #000;
      color: #fff;
      outline: none;
      padding: 4px 20px; }

#complete--form {
  display: none; }
  #complete--form .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    gap: 24px; }
  @media (min-width: 992px) {
    #complete--form .inner {
      max-width: 600px;
      margin: auto;
      font-size: 16px; }
    #complete--form a {
      font-size: 16px; }
    #complete--form h2 {
      font-size: 20px; } }

@media (max-width: 991px) {
  #fp-nav.right {
    right: 5px; } }
