@font-face {
  font-family: Galano Grotesque;
  src: url('../fonts/GalanoGrotesqueMedium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Galano Grotesque;
  src: url('../fonts/GalanoGrotesqueBold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Galano Grotesque;
  src: url('../fonts/GalanoGrotesqueRegular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --maxus_white: #fff;
  --cit_grey: #f7f8f8;
  --maxus_blue: #00275e;
  --cit_grey4\<deleted\|variable-40c9e491-8015-46d3-bbe8-0361f9565cba\>: #b4b4b4;
  --round0: 0px;
  --citroen-rouge\<deleted\|variable-4f25827a-4170-296f-a0cd-d8e0f811ecec\>: #e02831;
  --maxus_blue2: #4cabc8;
  --citroen-round-100\<deleted\|variable-399034c1-e331-0c93-20d2-196dac1af395\>: 100px;
  --round100: 100px;
  --round5: 5px;
  --maxus_blue_light: #00275e40;
  --round10: 10px;
  --maxus_black: #000;
}

.top {
  background-color: var(--maxus_white);
  border-bottom: 1px #6c6c6c33;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 10px;
  display: flex;
}

.lp {
  background-color: var(--cit_grey);
  flex-flow: column;
  align-items: center;
  font-family: Galano Grotesque, Arial, sans-serif;
  display: block;
}

.separator30 {
  width: 100%;
  height: 50px;
}

.lp-t3 {
  color: var(--maxus_blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}

.lp-t3.intro {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 31px;
}

.lp-input {
  border: 1px solid var(--cit_grey4\<deleted\|variable-40c9e491-8015-46d3-bbe8-0361f9565cba\>);
  border-radius: var(--round0);
  color: var(--maxus_blue);
  width: 47%;
  height: 55px;
  margin-bottom: 15px;
  padding-right: 35px;
  font-size: 17px;
}

.lp-input:focus {
  border-color: var(--maxus_blue);
}

.lp-input.valid {
  background-image: url('../images/check-blue2.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-right: 35px;
}

.lp-input.error {
  border-color: var(--citroen-rouge\<deleted\|variable-4f25827a-4170-296f-a0cd-d8e0f811ecec\>);
  color: var(--citroen-rouge\<deleted\|variable-4f25827a-4170-296f-a0cd-d8e0f811ecec\>);
}

.lp-input.combo {
  background-color: var(--maxus_white);
  background-image: url('../images/arrowdown-blue.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 100%;
}

.lp-button-con {
  justify-content: space-between;
  align-items: center;
  width: 87%;
  margin-bottom: 20px;
  display: flex;
}

.lp-button-con.last {
  margin-bottom: 0;
}

.lp-button {
  border: 1px solid var(--cit_grey4\<deleted\|variable-40c9e491-8015-46d3-bbe8-0361f9565cba\>);
  border-radius: var(--round0);
  background-color: var(--maxus_white);
  color: var(--maxus_blue);
  text-align: center;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  height: 50px;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
  display: flex;
}

.lp-button.active {
  border-width: 2px;
  border-color: var(--maxus_blue);
  border-radius: var(--round0);
  background-color: var(--maxus_blue2);
  color: var(--maxus_white);
  margin-right: 0;
}

.lp-button.last {
  border-radius: var(--round0);
  margin-right: 0;
}

.lp-button.intro {
  border-color: var(--maxus_blue2);
  background-color: var(--maxus_blue2);
  color: var(--maxus_white);
  justify-content: center;
  align-items: center;
}

.lp-button-radio {
  border: 1px solid var(--cit_grey4\<deleted\|variable-40c9e491-8015-46d3-bbe8-0361f9565cba\>);
  border-radius: var(--citroen-round-100\<deleted\|variable-399034c1-e331-0c93-20d2-196dac1af395\>);
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  padding: 2px;
  display: flex;
}

.lp-button-radio.active {
  border-color: var(--maxus_white);
  background-color: var(--maxus_white);
  background-image: url('../images/check-blue2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 100px;
}

.lp-button-radio-in {
  border-radius: var(--citroen-round-100\<deleted\|variable-399034c1-e331-0c93-20d2-196dac1af395\>);
  width: 100%;
  height: 100%;
}

.step {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: auto;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
}

.top-logo {
  width: 90px;
}

.lp-form {
  background-color: var(--cit_grey);
  padding-top: 40px;
  padding-bottom: 40px;
}

.higlight {
  color: var(--maxus_blue2);
}

.lp-button-img {
  border: 1px solid var(--cit_grey4\<deleted\|variable-40c9e491-8015-46d3-bbe8-0361f9565cba\>);
  border-radius: var(--round0);
  background-color: var(--maxus_white);
  color: var(--maxus_blue);
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  margin-right: 0;
  padding: 15px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.lp-button-img.active {
  border-width: 2px;
  border-color: var(--maxus_blue);
  background-color: var(--maxus_blue2);
  color: var(--maxus_white);
  margin-right: 0;
}

.lp-button-radio-img {
  border: 1px solid var(--cit_grey4\<deleted\|variable-40c9e491-8015-46d3-bbe8-0361f9565cba\>);
  border-radius: var(--citroen-round-100\<deleted\|variable-399034c1-e331-0c93-20d2-196dac1af395\>);
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  padding: 2px;
  display: flex;
}

.lp-button-radio-img.active {
  border-color: var(--maxus_white);
  border-radius: var(--round100);
  background-color: var(--maxus_white);
  background-image: url('../images/check-blue2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.lp-button-t1 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.lp-button-visual {
  margin-top: -13px;
}

.hero-review-bloc1 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -1px;
  display: flex;
}

.hero-review {
  color: var(--maxus_blue);
  flex-direction: row;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.hero-review-t1 {
  text-transform: uppercase;
  margin-right: 5px;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 13px;
  line-height: 15px;
}

.hero-review-star-half {
  width: 20px;
  margin-top: 2px;
}

.text-block {
  margin-top: 4px;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.hero-review-star {
  width: 19px;
}

.hero-review-bloc1-r {
  align-items: center;
  margin-left: 5px;
  display: flex;
}

.p1 {
  color: var(--maxus_blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 21px;
}

.p1.intro {
  font-size: 18px;
}

.ment {
  color: var(--cit_grey4\<deleted\|variable-40c9e491-8015-46d3-bbe8-0361f9565cba\>);
  text-align: center;
  margin-top: 20px;
  font-size: 10px;
  line-height: 11px;
}

.progress {
  background-color: var(--maxus_white);
  justify-content: flex-start;
  align-items: center;
  height: 5px;
  display: flex;
}

.progressbar {
  background-color: var(--maxus_blue);
  width: 20%;
  height: 5px;
}

.choicetag {
  border-radius: var(--round0);
  background-color: var(--maxus_blue);
  color: var(--maxus_white);
  text-transform: uppercase;
  margin-left: 10px;
  padding: 4px 8px;
  font-size: 11px;
  line-height: 11px;
}

.navcon {
  justify-content: space-between;
  align-items: center;
  width: 87%;
  margin-top: 20px;
  display: flex;
}

.nav-prev {
  color: var(--maxus_blue);
  text-transform: uppercase;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  height: 50px;
  padding-left: 0;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.lp-herotag {
  border: 1px solid var(--maxus_blue);
  border-radius: var(--round5);
  color: var(--maxus_blue);
  text-align: center;
  text-transform: uppercase;
  background-color: #00275e00;
  padding: 5px 10px;
  line-height: 14px;
}

.lp-herotag.transp {
  border: 1px solid var(--maxus_blue_light);
  background-color: var(--cit_grey);
  color: var(--maxus_blue_light);
}

.lp-herotag.transp.check {
  border-radius: var(--round0);
  color: var(--maxus_blue);
  text-align: left;
  background-image: url('../images/check-blue2.svg');
  background-position: 3px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-style: none;
  padding-left: 22px;
  font-size: 15px;
}

.lp-herotag-row {
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.lp-herotag-row.large {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.lp-herotag-col {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lp-input-con {
  justify-content: space-between;
  align-items: center;
  width: 87%;
  display: flex;
}

.nav-next, .submit-next {
  border-radius: var(--round0);
  background-color: var(--maxus_blue);
  color: var(--maxus_white);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 47%;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.lp-buttonimg-con {
  justify-content: space-between;
  align-items: center;
  width: 87%;
  margin-bottom: 20px;
  display: flex;
}

.separator15 {
  width: 100%;
  height: 20px;
}

.intro-img {
  width: 480px;
}

@media screen and (max-width: 991px) {
  .lp-input {
    height: 50px;
  }

  .hero-review-t1 {
    font-size: 13px;
  }

  .text-block {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .lp-input {
    height: 50px;
  }

  .lp-button-con {
    width: 100%;
  }

  .lp-button {
    width: 250px;
  }

  .step {
    width: 100%;
    padding: 20px;
  }

  .navcon {
    width: 100%;
  }

  .lp-herotag.transp.check {
    text-align: left;
  }

  .lp-input-con, .lp-buttonimg-con {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .top {
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 0 10px;
  }

  .separator30 {
    height: 20px;
  }

  .lp-t3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 25px;
  }

  .lp-t3.intro {
    margin-top: 0;
    font-size: 28px;
    line-height: 29px;
  }

  .lp-input {
    width: 100%;
    height: 50px;
  }

  .lp-button-con {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .lp-button {
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .step {
    padding-top: 0;
    display: flex;
  }

  .top-logo {
    height: 40px;
  }

  .lp-form {
    padding-top: 20px;
  }

  .lp-button-img {
    text-align: left;
    justify-content: space-between;
    width: 47%;
    margin-bottom: 15px;
    padding: 10px;
  }

  .lp-button-t1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .lp-button-visual {
    margin-bottom: 10px;
  }

  .p1 {
    font-size: 16px;
    line-height: 19px;
  }

  .p1.intro {
    font-size: 15px;
  }

  .navcon.laststep {
    flex-flow: column-reverse;
  }

  .lp-herotag {
    font-size: 13px;
  }

  .lp-herotag-row {
    width: 100%;
  }

  .lp-herotag-row.large {
    flex-flow: column;
    margin-top: 0;
  }

  .lp-input-con {
    flex-flow: column;
  }

  .nav-next {
    width: 60%;
    font-size: 15px;
  }

  .submit-next {
    width: 100%;
    font-size: 15px;
  }

  .lp-buttonimg-con {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .separator15 {
    height: 20px;
  }
}


@font-face {
  font-family: 'Galano Grotesque';
  src: url('../fonts/GalanoGrotesqueMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Galano Grotesque';
  src: url('../fonts/GalanoGrotesqueBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Galano Grotesque';
  src: url('../fonts/GalanoGrotesqueRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}