
  .ac-form-wrapper {
    width: 100%;
    /* background-color: #000; */
    background-image: url('../img/08-07/desktop/form_bg.webp');
    background-size: 100% 123%;
    background-repeat: no-repeat;
    background-position-y: -11rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    color: #fff;
    overflow-y: auto;
  }
  .ac-close{
    display: none
  }
  .ac-form-wrapper form {
    margin: 0;
    width: 80%;
    margin: auto;
  }
  .ac-form-wrapper .ac-logo-geely-form{
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 17rem; */
    width: 6rem;
    margin-bottom: 2rem;
    margin-top: 4vh;
    margin-left: 1rem;
    margin-right: auto;
  }
  .ac-form-wrapper .columnContainer p font{
    font-family: "Rubik", serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    text-align: right;
    margin-right: 0;
    margin-left: auto;
    width: 100%;
    display: block;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    position: relative;
    right: -0.5rem;
  }
  body form a {
    color:#fff !important
  }
  .ac-form-wrapper form button[type="submit"], .ac-form-wrapper form button[type="reset"], .ac-form-wrapper form div[data-editorblocktype="SubmitButtonBlock"], .ac-form-wrapper form div[data-editorblocktype="ResetButtonBlock"] {
    margin: 0 auto;
    width: 100%;
  }
  .ac-form-wrapper form button[type="submit"], 
  .ac-form-wrapper form div[data-editorblocktype="SubmitButtonBlock"] button {
   
    color: #254b96;
    font-family: "Rubik", serif !important;
    font-optical-sizing: auto;
    font-weight: 500;
    padding: 5px 1px;
    border-radius: 0.5rem;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 3.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid transparent;
    /* background-image: linear-gradient(90deg, #7358f1, #3799ef, #00d3ea); */
    transition: background-color 0.3s ease;
    font-size: 1.5rem;
    direction: ltr;
    margin-top: -2rem;
    background-color: #ffffff;
  }
  .ac-form-wrapper form .columnContainer{
    width: 100% !important;
  }
  .ac-form-wrapper  form div.lp-form-field {
    word-wrap: break-word;
    word-break: break-word;
    font-family: "Rubik", serif !important;
    font-optical-sizing: auto;
    font-weight: 200;
    font-size: 0.75rem;
  }

  .ac-form-wrapper form .lp-form-fieldInput,
  .ac-form-wrapper form select {
    width: 100%;
    background-color: transparent;
    border: 0.1rem solid #fff;
    border-radius: 0.5rem;
    height: 2.5rem;
    padding-right: 0.5rem;
    font-family: "Rubik", serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 1.15rem;
  }
  body .ac-form-wrapper form .marketing-field .f_cb{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .ac-form-wrapper form select option{
    color:#fff
  }
  ::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-family: "Rubik", serif;
    font-optical-sizing: auto;
    font-weight: 200;
  }
  
  ::-moz-placeholder,
  select::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-family: "Rubik", serif;
    font-optical-sizing: auto;
    font-weight: 200;
  }
  
  :-ms-input-placeholder,
  select:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-family: "Rubik", serif;
    font-optical-sizing: auto;
    font-weight: 200;
  }
  
  :-moz-placeholder,
  select:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-family: "Rubik", serif;
    font-optical-sizing: auto;
    font-weight: 200;
  }
  
  /* End Section Opening */
  
  /* .ac-show-on-mobile {
    display: none;
  }
  
  .ac-hide-on-mobile {
    display: block;
  }
   */
  @media (max-width: 1000px) {
    #ac-opening .ac-form-wrapper .close-form-wrapper {
      margin-bottom: 11vw;
      position: relative;
      width: 90%;
    }
    .ac-form-wrapper .ac-logo-geely-form {
      display: flex;
      justify-content: center;
      align-items: center;
      /* width: 72vw; */
      width: 33vw;
      margin-bottom: 11vw;
      margin-top: 9vw;
      margin-left: auto;
      margin-right: auto;
  }
  .ac-form-wrapper {
      height: auto;
  }
    #ac-opening .ac-form-wrapper .close-form-wrapper button {
      position: absolute;
      right: 0;
      top: 10px;
      z-index: 1;
      background: transparent;
      border: 0;
      font-size: 2rem;
    }
    .ac-form-wrapper .form input,
    .ac-form-wrapper .form select {
      height: 3rem;
      width: 85vw;
      margin-bottom: 1rem;
      border: 0;
      padding-right: 1rem;
      color: #fff;
      font-size: 1.7rem;
      border-radius: 2rem;
      border: 0.115rem solid #fff;
      margin: auto auto 1rem;
    }
    .ac-form-wrapper .ac-checkbox-div {
      width: 3.5rem;
      height: 2.5rem;
    }
    .ac-form-wrapper .label-wrapper {
      top: -0.8rem;
      font-size: 1.3rem;
    }
    .ac-form-wrapper .ac-form-inner {
      padding-bottom: 1rem;
      height: auto;
      background: #17285F;
      position: relative;
      width: 100%;
      box-shadow: unset;
      border-bottom: 2px solid #fff;
    }
   
    .ac-form-wrapper .ac-button-wrapper button {
      font-size: 2.2rem;
    }

   
    #ac-opening .ac-col-2 .ac-rel-pos-ver {
      display: none;
    }
  
    .ac-form-wrapper .ac-logo {
      position: relative;
      top: -1rem;
      margin: 1rem auto 0.5rem;
    }
    .ac-form-wrapper .send {
      padding: 0.2rem 10rem;
      width: 100%;
      border: 1px solid #fff;
    }
    .ac-form-wrapper .ac-sendarros {
      height: 1.5rem;
      margin-right: 0.6rem;
      position: relative;
      top: -0.8rem;
      width: 1rem;
    }
    .ac-form-wrapper legend {
      margin-bottom: 1rem;
    }
 
    .ac-inputs,
    .ac-inpt {
      width: 90vw;
    }
    .btn-send {
      width: 85vw;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: auto;
    }
   
    .ac-form-wrapper legend small {
      margin-top: 0.5rem;
      margin-bottom: 0rem;
      font-size: 76%;
    }
    .ac-form-wrapper .ac-logobank {
      width: auto;
      height: 3rem;
      margin-top: 0;
      margin-bottom: 2rem;
    }
    .ac-close{
      position: absolute;
        left: 6vw;
        background: transparent;
        border: 0.1rem solid #fff;
        color: #fff;
        border-radius: 50%;
        width: 7vw;
        height: 7vw;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 3vw;
    }
    .ac-form-wrapper form .lp-form-fieldInput, .ac-form-wrapper form select {
      font-size: 1.1rem;
    }
    div[data-form-block-id] .ui-selectmenu-menu .ui-menu {
      font-size: 1.1rem;
    }
  }
  
  
  @media (max-width: 650px) {
    .ac-form-wrapper .form {
      width: 90vw;
      margin-left: auto;
      padding-top: 2rem;
    }
    .ac-form-wrapper .ac-logo img {
      width: 26rem;
      display: none;
    }
    .ac-form-wrapper label.container {
      display: flex;
      font-size: 1.2rem;
    }
   
    .ie .ac-form-wrapper .form input {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 2rem;
    }
    fieldset {
      width: 90vw;
      display: flex;
      flex-direction: column;
    }
    .ac-form-wrapper label {
      display: none;
    }
    .ac-form-wrapper form div.lp-form-field {
      word-wrap: break-word;
      word-break: break-word;
      font-family: "Rubik", serif;
      font-optical-sizing: auto;
      font-weight: 200;
      font-size: 1rem;
  }
   
  }
  