@font-face {
  font-family: 'Volvo Novum';
  src: url(../fonts/volvonovumregular.woff); }
@font-face {
  font-family: 'Volvo Novum medium';
  src: url(../fonts/volvonovummedium.ttf); }
@font-face {
  font-family: 'Volvo Novum semilight';
  src: url(../fonts/volvonovumsemilight.ttf); }
@keyframes bounce {
  0%,
    100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px); } }
@keyframes bounce2 {
  0%,
    100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px); } }
body {
  font-size: 20px;
  margin: 0px; }
  body .table-listado {
    padding: 0;
    border-spacing: 0;
    width: 95%;
    margin: 16px auto; }
    body .table-listado tbody .table-title {
      height: 50px;
      margin-bottom: 20px; }
      body .table-listado tbody .table-title .table-title {
        font-family: 'Volvo Novum';
        font-size: 20px;
        overflow: visible;
        border-left: none; }
      body .table-listado tbody .table-title td:last-child {
        border-right: none; }
    body .table-listado tbody tr td {
      font-family: 'Volvo Novum';
      font-size: 12px;
      border-bottom: 1px solid black;
      padding: 4px; }
      body .table-listado tbody tr td:first-child {
        border-left: 1px solid black; }
      body .table-listado tbody tr td:last-child {
        border-right: 1px solid black; }
    body .table-listado tbody .table-head .title {
      height: 28px;
      font-family: 'Volvo Novum medium';
      font-size: 18px;
      color: black;
      background-color: lightgrey; }

input[type="range"],
input[type="submit"] {
  cursor: pointer; }

input[type="radio"] {
  margin-bottom: 3px; }

input[type="text"],
input[type="email"] {
  margin: 10px 0px 20px 0px;
  padding: 5px;
  width: -webkit-fill-available; }

button {
  width: 120px;
  height: 36px;
  cursor: pointer; }

header .logo-header {
  position: relative;
  align-items: center;
  gap: 127px;
  /*width: 100vw;*/
  height: 64px;
  left: 0px;
  top: 0px;
  background: #FAFAFA;
  border: 1px solid #E1DFDD; }
header .logo-header img {
  height: 8px;
  padding: 28px 108px;
  margin: 0px; }
header .header-image {
  background-repeat: no-repeat;
  background-size: 1500px auto;
  background-color: lightgrey;
  background-position-x: calc(100vw - 1100px);
  background-position-y: calc(100% + 170px);
  position: relative;
  height: 438px;
  opacity: 0;
  transition: opacity ease 1s; }
header .header-title {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  color: #141414; }
  header .header-title .header-brand {
    font-family: 'Volvo Novum medium';
    font-size: 32px;
    font-weight: bold;
    line-height: 125%;
    margin: 0; }
  header .header-title .header-model {
    font-family: 'Volvo Novum semilight';
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    max-width: 400px; }
  header .header-title .header-price {
    font-family: 'Volvo Novum medium';
    font-size: 20px;
    font-weight: bold;
    line-height: 125%;
    margin: 0; }
    header .header-title .header-price .price-amount {
      font-family: 'Volvo Novum medium';
      font-size: 20px;
      font-weight: bold;
      line-height: 125%;
      margin: 0; }

section.calculator {
  margin: 80px auto;
  max-width: 1280px;
  width: 90%; }
  section.calculator .calculator-title {
    margin: 0px;
    font-family: 'Volvo Novum medium';
    font-size: 28px; }
  section.calculator .calculator-subtitle {
    color: #53565A;
    font-family: 'Volvo Novum semilight';
    font-style: normal;
    font-weight: 400;
    margin: 12px 0 0;
    font-size: 20px;
    line-height: 24px; }
  section.calculator .calculator-choice {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 80px 0;
    gap: 24px; }
  section.calculator .calculator-choice-mobile {
    display: none;
    /*        select {
        margin: 12px 0px;
        width: 100%;
        height: 72px;
        padding: 5px;
        background: rgba(255, 255, 255, 0.35);
        border: 1px solid #E1DFDD;
        border-radius: 6px;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: transparent;
        background-image: url("./assets/arrow.png");
        background-repeat: no-repeat;
        background-position-x: 95%;
        background-position-y: 30px;
    }*/ }
    section.calculator .calculator-choice-mobile .bg-modal {
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 1;
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100%; }
      section.calculator .calculator-choice-mobile .bg-modal.hidden {
        display: none; }
    section.calculator .calculator-choice-mobile .select-choice {
      z-index: 2;
      position: relative;
      display: flex;
      flex-direction: column; }
      section.calculator .calculator-choice-mobile .select-choice .button-mobile-choice {
        flex-direction: row;
        justify-content: space-between;
        order: 1;
        display: none;
        align-items: center;
        width: 100%;
        height: 72px;
        padding: 5px;
        background: white;
        color: black;
        border: 1px solid #E1DFDD;
        border-radius: 6px; }
        section.calculator .calculator-choice-mobile .select-choice .button-mobile-choice.selected {
          order: 0 !important;
          display: flex;
          color: black;
          margin: 12px 0px; }
          section.calculator .calculator-choice-mobile .select-choice .button-mobile-choice.selected:after {
            display: flex;
            content: "";
            height: 20px;
            width: 20px;
            background-image: url("../volvo-arrow-black-down.png");
            background-repeat: no-repeat; }
        section.calculator .calculator-choice-mobile .select-choice .button-mobile-choice.open {
          display: flex; }
          section.calculator .calculator-choice-mobile .select-choice .button-mobile-choice.open.selected {
            background-color: #1B365D;
            color: white; }
            section.calculator .calculator-choice-mobile .select-choice .button-mobile-choice.open.selected:after {
              background-image: url("../volvo-arrow-white-down.png"); }
        section.calculator .calculator-choice-mobile .select-choice .button-mobile-choice .title {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: center; }
    section.calculator .calculator-choice-mobile span {
      font-family: 'Volvo Novum';
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 125%;
      color: #141414; }
    section.calculator .calculator-choice-mobile label[for="choice"] {
      font-family: 'Volvo Novum';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      color: #141414; }

.footer {
  display: none; }
  .footer.active {
    display: block; }

.separator {
  display: none;
  margin: 20px 0px 20px 0px;
  border: 1px solid #E1DFDD; }

.button-choice {
  font-family: 'Volvo Novum semilight';
  line-height: 24px;
  font-size: 20px;
  width: 50%;
  height: 151px;
  padding-left: 16px;
  border-radius: 6px;
  color: #53565A;
  background: white;
  border: 1px solid #53565A;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }
  .button-choice.selected {
    color: white;
    background: #1B365D; }
  .button-choice .month {
    font-family: 'Volvo Novum semilight';
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 8px;
    pointer-events: none; }
    .button-choice .month .choice-price {
      font-family: 'Volvo Novum medium';
      font-size: 28px;
      font-weight: 400;
      line-height: 35px;
      letter-spacing: 0em;
      text-align: left;
      margin-top: 12px; }
      .button-choice .month .choice-price.last-payment {
        font-size: 14px; }
  .button-choice .proposal-error, .button-choice .simulation-error {
    margin-left: 8px; }

.calculator-form {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0; }

#cetelem-inputs {
  display: none; }

#show-details {
  cursor: pointer; }

.calculator-inputs {
  min-width: 50%;
  display: flex;
  flex-direction: column; }
  .calculator-inputs .form-range-group {
    display: flex;
    flex-direction: column; }
    .calculator-inputs .form-range-group label {
      color: #53565A;
      font-size: 16px;
      font-family: 'Volvo Novum semilight';
      text-transform: uppercase; }
      .calculator-inputs .form-range-group label .label-content {
        color: #141414;
        /* Desktop/H2 */
        text-transform: lowercase;
        font-size: 28px;
        font-family: 'Volvo Novum medium';
        font-weight: 500;
        line-height: 125%;
        margin-left: 5px; }
    .calculator-inputs .form-range-group input {
      margin: 24px 0 40px;
      height: 5px; }
      .calculator-inputs .form-range-group input#mileage-per-year {
        margin-bottom: 0; }
  .calculator-inputs .under-input-ranges {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .calculator-inputs .under-input-ranges .form-group-result {
      display: flex;
      flex-direction: column;
      margin: 56px 0; }
    .calculator-inputs .under-input-ranges .form-details {
      margin: 0 32px 0 8px; }
      .calculator-inputs .under-input-ranges .form-details .show-details {
        cursor: pointer;
        display: flex;
        align-items: center;
        font-family: 'Volvo Novum medium';
        font-weight: bold;
        font-size: 14px;
        line-height: 22px;
        color: #1B365D;
        transition: all ease 300ms; }
        .calculator-inputs .under-input-ranges .form-details .show-details:after {
          content: "";
          display: inline-block;
          background: url(../Arrows.png);
          width: 22px;
          height: 26px;
          position: relative;
          left: 5px; }
        .calculator-inputs .under-input-ranges .form-details .show-details:hover {
          transition: all ease 300ms;
          color: #141414; }

.agreement-types,
.insurance-options {
  display: flex;
  width: 90%;
  margin-bottom: 25px; }

.agreement,
.insurance {
  display: flex;
  flex: 1;
  gap: 30px; }

.label {
  font-family: 'Volvo Novum';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #53565A; }

.label-content {
  font-family: 'Volvo Novum';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  color: #141414; }

.calculator-advantages {
  display: none;
  opacity: 0;
  transition: opacity ease 300ms; }
  .calculator-advantages.active {
    display: block;
    opacity: 1;
    transition: opacity ease 300ms; }
  .calculator-advantages p {
    margin: 0 0 24px;
    font-family: 'Volvo Novum semilight';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #53565A; }
    .calculator-advantages p strong {
      color: #141414;
      font-family: 'Volvo Novum medium'; }
  .calculator-advantages h3 {
    margin: 0 0 24px;
    font-family: 'Volvo Novum medium';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 125%;
    color: #141414; }
  .calculator-advantages ul {
    margin: 0 0 24px; }
    .calculator-advantages ul li {
      margin: initial;
      font-family: 'Volvo Novum semilight';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      margin-bottom: 8px;
      color: #53565A; }
      .calculator-advantages ul li strong {
        font-family: 'Volvo Novum medium'; }

.button-send {
  padding: 10px 20px;
  width: 226px;
  height: 40px;
  background: #1B365D;
  border: 0px;
  color: white;
  border-radius: 6px;
  margin-top: 15px;
  transition: all ease 300ms; }
  .button-send:hover {
    transition: all ease 300ms;
    background: #141414;
    animation-name: bounce;
    -moz-animation-name: bounce;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1; }

.button-send:not(:hover) {
  animation-name: bounce2;
  -moz-animation-name: bounce2;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1; }

.legal {
  font-family: 'Volvo Novum';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #53565A; }
  .legal strong {
    font-family: 'Volvo Novum medium'; }
  .legal.bold {
    font-family: 'Volvo Novum medium'; }
    .legal.bold .underlined {
      text-decoration: underline; }

.contact-form {
  display: none;
  flex-direction: column;
  margin-top: 20px; }
  .contact-form .form-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0; }
    .contact-form .form-grid .form-group {
      width: 49%;
      margin-bottom: 32px; }
      .contact-form .form-grid .form-group label {
        color: var(--primary-blue-02, #1B365D);
        /* Desktop/Body Bold */
        font-size: 14px;
        font-family: 'Volvo Novum medium';
        font-weight: 500;
        line-height: 22px;
        margin-bottom: 10px; }
      .contact-form .form-grid .form-group:first-child {
        width: 100%; }
      .contact-form .form-grid .form-group input,
      .contact-form .form-grid .form-group select {
        height: 55px;
        border-radius: 4px;
        border: 1px solid var(--primary-cool-grey-5-c, #A7A8A9);
        margin: 0;
        padding: 0; }
      .contact-form .form-grid .form-group input {
        width: 100%;
        padding: 0px 24px; }
        .contact-form .form-grid .form-group input::placeholder {
          font-style: italic; }
      .contact-form .form-grid .form-group select {
        width: 102px;
        margin-right: 12px;
        padding: 0 16px; }
      .contact-form .form-grid .form-group div {
        margin-top: 10px;
        display: flex;
        width: 100%; }
      .contact-form .form-grid .form-group small {
        display: none;
        margin-top: 8px;
        font-family: 'Volvo Novum semilight';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        color: #141414;
        margin-left: 4px; }
        .contact-form .form-grid .form-group small:before {
          content: "\2715";
          margin-right: 8px; }
        .contact-form .form-grid .form-group small.active {
          display: block; }
      .contact-form .form-grid .form-group .border-danger {
        border-color: #9E2A2B;
        color: #9E2A2B; }
        .contact-form .form-grid .form-group .border-danger::placeholder {
          color: #9E2A2B; }
  .contact-form .required-info {
    margin-bottom: 16px; }
    .contact-form .required-info label {
      color: var(--primary-blue-02, #1B365D);
      font-style: italic;
      font-size: 12px;
      font-family: 'Volvo Novum medium';
      font-weight: 500; }
  .contact-form .status-message {
    font-size: 16px;
    font-family: 'Volvo Novum';
    font-weight: 500;
    margin-left: 5px;
    position: relative;
    bottom: 2px; }

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); }
  .modal .modal-content {
    background: #FFFFFF;
    margin: auto;
    padding: 48px 32px;
    border: 1px solid #888;
    width: 808px;
    height: 512px;
    overflow-y: auto;
    border-radius: 6px; }
    .modal .modal-content .modal-header .modal-title {
      font-family: 'Volvo Novum';
      font-style: normal;
      font-weight: 500;
      font-size: 32px;
      line-height: 125%;
      color: #141414; }
    .modal .modal-content .modal-data div .list .item {
      padding: 6px 4px; }
      .modal .modal-content .modal-data div .list .item p:first-child {
        width: 50%;
        text-align: left; }
      .modal .modal-content .modal-data div .list .item p:last-child {
        font-family: 'Volvo Novum medium';
        width: 50%;
        text-align: left; }
      .modal .modal-content .modal-data div .list .item:nth-child(odd) {
        background: lightgrey; }
    .modal .modal-content .modal-data div .service .service-label {
      background: lightgrey;
      margin: 0;
      padding: 6px 4px;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px; }
    .modal .modal-content .modal-data div .service .service-list {
      margin-left: 23px; }
      .modal .modal-content .modal-data div .service .service-list .item {
        display: list-item !important;
        list-style-type: disc !important;
        height: auto;
        width: 100%;
        font-family: 'Volvo Novum';
        padding: 6px 4px; }
        .modal .modal-content .modal-data div .service .service-list .item .service-detail {
          font-family: 'Volvo Novum';
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 19px;
          color: #53565A; }
        .modal .modal-content .modal-data div .service .service-list .item .excluded {
          width: 50%;
          font-family: 'Volvo Novum';
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 19px;
          color: #53565A; }
          .modal .modal-content .modal-data div .service .service-list .item .excluded i {
            width: 30px; }
            .modal .modal-content .modal-data div .service .service-list .item .excluded i:before {
              display: flex;
              justify-content: center;
              margin-right: 16px; }

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }
  .close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer; }

.list-header {
  font-family: 'Volvo Novum';
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 125%;
  color: #141414;
  margin: 25px 0px; }

.list,
.service-list {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0; }
  .list .item,
  .service-list .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    padding: 0px;
    gap: 16px;
    height: 22px; }
    @media (max-width: 600px) {
      .list .item,
      .service-list .item {
        height: auto; } }
    .list .item.label, .list .item.value,
    .service-list .item.label,
    .service-list .item.value {
      flex: 1;
      font-family: 'Volvo Novum';
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 22px;
      color: #53565A; }

.service .service-label {
  font-family: 'Volvo Novum';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  color: #141414;
  margin: 15px 0px; }
.service .service-list {
  display: flex; }

.service-selects {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px; }
  .service-selects .service {
    display: flex;
    align-items: center;
    gap: 20px; }
    .service-selects .service .service-select {
      min-width: 120px;
      min-height: 30px; }

@media (max-width: 1024px) {
  header .header-image {
    background-size: 1200px auto;
    background-position-x: calc(100vw - 820px);
    background-position-y: calc(100% + 170px); } }
@media (max-width: 768px) {
  header .logo-header img {
    height: 8px;
    padding: 28px 24px;
    margin: 0; }

  .separator {
    display: block;
    margin: 40px 0; }

  .calculator .calculator-choice {
    display: none; }
  .calculator .calculator-choice-mobile {
    display: block; }
    .calculator .calculator-choice-mobile label[for="choice"] {
      font-size: 14px;
      line-height: 20px; }
    .calculator .calculator-choice-mobile select {
      height: 72px;
      background-image: url("./assets/arrow.png");
      background-position-x: 95%;
      background-position-y: 30px; }
    .calculator .calculator-choice-mobile span {
      font-size: 24px; }
    .calculator .calculator-choice-mobile label[for="mileage-per-year"] {
      font-size: 14px;
      line-height: 22px; }
  .calculator .calculator-form {
    width: 100%;
    flex-direction: column-reverse;
    flex-wrap: wrap; }
    .calculator .calculator-form .calculator-inputs {
      min-width: 100%;
      display: flex;
      flex-direction: column; }
    .calculator .calculator-form .calculator-advantages p {
      margin: 0 0 24px;
      font-family: 'Volvo Novum semilight';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      color: #53565A; }
      .calculator .calculator-form .calculator-advantages p strong {
        color: #141414;
        font-family: 'Volvo Novum medium'; }
    .calculator .calculator-form .calculator-advantages h3 {
      margin: 0 0 24px;
      font-family: 'Volvo Novum medium';
      font-style: normal;
      font-weight: 500;
      font-size: 32px;
      line-height: 125%;
      color: #141414; }
    .calculator .calculator-form .calculator-advantages .show-details {
      cursor: pointer;
      display: flex;
      align-items: center;
      font-family: 'Volvo Novum medium';
      font-weight: bold;
      font-size: 14px;
      line-height: 22px;
      color: #1B365D; }
      .calculator .calculator-form .calculator-advantages .show-details:after {
        content: "";
        display: inline-block;
        background: url(../Arrows.png);
        width: 22px;
        height: 26px;
        position: relative;
        left: 5px; } }
@media (max-width: 480px) {
  header .logo-header img {
    height: 8px;
    padding: 28px 24px;
    margin: 0; }
  header .header-image {
    background-image: url(https://cas.volvocars.com/image/dynamic/MY24_2317/246/exterior-v3/TR/74000/RA0000/R18D/TC05/_/_/TP05/_/_/GR02/T101/TJ02/NP02/TM04/_/CB03/EV02/JB0A/T212/LF05/_/VP09/_/FH02/T006/_/_/_/SideModelpage.jpg?market=es&client=gox-graph%7cstudio&w=1200);
    background-repeat: no-repeat;
    background-size: 250%;
    background-position-x: 0;
    background-position-y: 100%;
    height: 583px; }
    header .header-image .header-title {
      justify-content: flex-start; }
    header .header-image .header-brand {
      margin-top: 56px;
      font-size: 28px;
      line-height: 35px; }
    header .header-image .header-model {
      font-size: 18px;
      line-height: 22px; }
    header .header-image .header-price {
      font-size: 18px;
      margin: 0;
      line-height: 22px; }

  section.calculator {
    width: 90%;
    margin: 0 auto; }
    section.calculator .calculator-title {
      font-size: 20px;
      margin: 40px 0 12px; }
    section.calculator .calculator-subtitle {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 40px; }
    section.calculator .calculator-choice {
      display: none; }
    section.calculator .calculator-choice-mobile {
      display: block; }
      section.calculator .calculator-choice-mobile label[for="choice"] {
        font-size: 14px;
        line-height: 20px; }
      section.calculator .calculator-choice-mobile select {
        height: 72px;
        background-image: url("./assets/arrow.png");
        background-position-x: 95%;
        background-position-y: 30px; }
      section.calculator .calculator-choice-mobile .label-content {
        font-size: 24px; }
      section.calculator .calculator-choice-mobile .label {
        font-family: 'Volvo Novum';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #141414; }
      section.calculator .calculator-choice-mobile label[for="mileage-per-year"] {
        font-size: 14px;
        line-height: 22px; }
    section.calculator .button-send {
      position: fixed;
      z-index: 5;
      width: 101vw;
      height: 62px;
      bottom: 0;
      left: 0;
      box-sizing: border-box;
      border: 0;
      border-top: 1px solid #CED9E5;
      padding: 10px 20px;
      background: #1B365D;
      color: white; }
    section.calculator .calculator-form .calculator-inputs div.form-range-group .label {
      font-size: 14px;
      line-height: 20px;
      color: #53565A; }
      section.calculator .calculator-form .calculator-inputs div.form-range-group .label .label-content {
        font-size: 20px; }
    section.calculator .calculator-form .calculator-inputs div.form-range-group input {
      width: 100%;
      margin: 20px 0 32px; }
      section.calculator .calculator-form .calculator-inputs div.form-range-group input#mileage-per-year {
        margin-bottom: 12px; }
    section.calculator .calculator-form .calculator-inputs div.under-input-ranges {
      flex-direction: column;
      align-items: normal; }
    section.calculator .calculator-advantages p {
      font-size: 14px;
      line-height: 20px;
      color: #53565A; }
    section.calculator .calculator-advantages h3 {
      font-size: 20px;
      line-height: 125%; }
    section.calculator .calculator-advantages .show-details {
      font-size: 14px;
      line-height: 22px;
      color: #1B365D; }
    section.calculator .contact-form {
      display: none;
      flex-direction: column;
      margin-top: 20px; }
      section.calculator .contact-form .form-grid div {
        width: 100%;
        margin-bottom: 16px; }
      section.calculator .contact-form input.button-send {
        text-transform: uppercase;
        position: relative;
        width: 272px;
        height: 42px;
        padding: 10px 20px 10px 20px;
        align-self: center; }
    section.calculator footer {
      margin-bottom: 100px; } }
.lds-dual-ring {
  width: 80px;
  height: 80px;
  display: none;
  opacity: .4;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99;
  pointer-events: none;
  transform: translateX(-50%) translateY(-50%); }
  .lds-dual-ring.active {
    display: block; }

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 6px solid #1b365d;
  border-color: #1b365d transparent #1b365d transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
#cookies {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center; }
  #cookies__box {
    background: white;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 60px;
    align-items: center;
    margin: 0 0 20px 0;
    pointer-events: visible; }
    @media (max-width: 600px) {
      #cookies__box {
        padding: 25px; } }
    #cookies__box figure {
      max-width: 190px;
      margin: 0 auto 30px; }
      #cookies__box figure img {
        width: 100%;
        display: block; }
    #cookies__box .txt {
      text-align: left;
      margin: 0 auto 30px;
      font-family: 'Volvo Novum semilight';
      font-size: 16px;
      line-height: 24px;
      color: #707070; }
      #cookies__box .txt a {
        color: #1d6ab9;
        text-decoration: none; }
        #cookies__box .txt a:hover {
          text-decoration: underline; }
    #cookies__box .actions {
      display: flex;
      justify-content: space-between;
      width: 100%; }
      #cookies__box .actions .reject::before {
        background: #8a0811; }
      #cookies__box .actions .reject span {
        color: #8a0811; }
      #cookies__box .actions .reject:hover span {
        color: white; }

.btn-v {
  appearance: none;
  -webkit-appearance: none;
  border: solid 1px #202A44 !important;
  border-radius: 5px;
  color: #202A44;
  font-family: 'Volvo Novum medium';
  background: white;
  padding: 5px 12px;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: none;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 14px;
  width: auto;
  height: auto; }
  @media (min-width: 960px) {
    .btn-v {
      padding: 10px 10px; } }
  .btn-v::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s, transform 0.3s;
    background: #202A44;
    opacity: 0;
    transform-origin: center bottom; }
  .btn-v span {
    position: relative;
    z-index: 1;
    transition: opacity 0.3s, transform 0.3s;
    color: #202A44; }
  .btn-v:hover {
    color: white; }
    .btn-v:hover span {
      color: white; }
    .btn-v:hover::before {
      opacity: 1; }

.error-alert {
  font-family: 'Volvo Novum semilight';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: none;
  position: fixed;
  top: 20px;
  background: #f44336;
  right: 20px;
  padding: 5px 10px;
  color: white;
  transition: display 1.5s ease-out; }

.cetelem-last-payment .last-payment-lbl, .cetelem-last-payment .last-payment {
  font-size: 14px !important; }

.privacy-policy {
  margin: 25px 0px; }
  .privacy-policy .header {
    color: #141414;
    font-family: 'Volvo Novum medium';
    font-size: 16px;
    line-height: 19px;
    font-weight: bold; }
  .privacy-policy a {
    color: #1d6ab9;
    text-decoration: none; }
    .privacy-policy a:hover {
      text-decoration: underline; }
  .privacy-policy .communications-preferences {
    display: flex;
    width: max-content;
    gap: 25px;
    margin-top: 20px;
    margin-left: -4px; }
    .privacy-policy .communications-preferences .communication {
      display: flex;
      align-items: center;
      gap: 5px; }

input[type=checkbox] {
  cursor: pointer;
  border: 1px solid black;
  padding: 8px;
  border-radius: 4px;
  -webkit-appearance: none; }

input[type=checkbox]:checked {
  cursor: pointer;
  background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/5/50/Black_colour.jpg/640px-Black_colour.jpg) no-repeat center center;
  background-size: 10px 10px; }

.terms-error {
  text-decoration: underline;
  text-decoration-color: #9E2A2B; }

#arval-terms-conditions {
  margin-top: 20px; }
  #arval-terms-conditions #arval-terms-label {
    position: relative;
    top: -7px; }

.proposal-error, .simulation-error {
  font-size: 12px;
  display: none; }
  @media (max-width: 600px) {
    .proposal-error, .simulation-error {
      font-size: 10px; } }

.button-send.disabled {
  cursor: default !important;
  background: grey !important;
  pointer-events: none !important; }

#CybotCookiebotDialog {
  display: none !important; }

/*# sourceMappingURL=styles.css.map */
