/*
  Colors
*/
/*
  Width
*/
/*
  Space
*/
/*
	Shadow
*/
.get-offer {
  display: flex;
  flex-direction: column;
  padding: 0 0 24px;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  box-shadow: 0 3px 10px 0 rgba(82, 71, 71, 0.11);
}
.get-offer .content-editor {
  margin: 0 14px;
  font-size: 0.875rem;
  text-align: left;
}
.get-offer h1 {
  color: #aa001f;
  font-size: 1.75em;
  margin-bottom: 0.5em;
}
.get-offer__hidden {
  display: none;
}
.get-offer__hidden.-active {
  display: block;
}
.get-offer.-double {
  padding: 0 14px;
}
.get-offer.-double .get-offer__form {
  padding: 0;
  margin: 0;
  height: initial;
}
.get-offer.-double .get-offer__item {
  margin: 12px 12px;
}
.get-offer.-double .get-offer__item.error::after {
  top: 16px;
}
.get-offer.-double .get-offer__item.calendar::after {
  right: 45px;
}
.get-offer.-double .get-offer__item.-active .get-offer__item__label {
  top: 10px;
  font-size: 10px;
}
.get-offer.-double .get-offer__item__label {
  top: 25px;
}
.get-offer.-double .get-offer__item__input {
  margin: 0;
  padding: 8px 20px 8px 20px;
  min-height: 50px;
  max-height: 50px;
  border-radius: 4px;
  font-size: 13px;
}
.get-offer.-double .get-offer__item__input.-calendar {
  padding: 8px 50px 8px 20px;
}
.get-offer.-double .get-offer__item__button {
  margin: 24px 14px;
  max-height: 48px;
  line-height: 48px;
}
.get-offer.-double .get-offer__item .radio {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  font-size: 11px;
}
.get-offer.-double .get-offer__item .radio strong {
  display: inline-block;
  height: 21px;
  padding: 0;
  line-height: 21px;
  font-size: 12px;
  font-weight: 600;
}
.get-offer.-double .get-offer__item .radio__text {
  text-align: left;
  margin-left: 5px;
}
.get-offer.-double .error__content {
  min-height: 22px;
}
.get-offer__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px 0 14px 0;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.4px;
  color: #000;
}
.get-offer__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
.get-offer__content__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.get-offer__form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  width: 100%;
  height: auto;
  border-radius: 50px;
}
.get-offer__form.-remove {
  display: none;
}
.get-offer__radios {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  width: 100%;
  height: auto;
}
.get-offer__radios.error .error__content {
  display: block;
}
.get-offer__radio-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  width: 100%;
  border-radius: 4px;
}
.error .get-offer__radio-wrapper {
  padding: 0.5rem;
  border: 1px solid #b61539;
}
.get-offer__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 1;
  margin: 6px 0;
  min-width: 150px;
  width: 100%;
  height: 100%;
}
.get-offer__item.-dask {
  flex-grow: 0;
  width: 100%;
}
.get-offer__item.-dask.error::after {
  content: "!";
  display: inline-block;
  font-weight: 800;
  width: auto;
  height: auto;
  border: 1px solid #b61539;
  position: absolute;
  right: 20px;
  padding: 0px 7px;
  border-radius: 50%;
  color: #b61539;
  top: calc(50% - 10px);
  font-size: 16px;
}
.get-offer__item.-invisible {
  display: none;
}
.get-offer__item.-active .get-offer__item__label {
  top: 20px;
  font-size: 11px;
  color: #736c6c;
}
.get-offer__item.error .radio-box__item,
.get-offer__item.error .radio__input[type=radio] {
  border-color: #aa001f;
}
.get-offer__item.error .radio-box__item,
.get-offer__item.error .radio__input[type=radio]::-ms-check {
  border: 1px solid #aa001f;
}
.get-offer__item.error .error__content {
  display: flex;
}
.get-offer__item.error .get-offer__item__input {
  border: 1px solid #b61539;
}
.get-offer__item.error::after {
  content: "!";
  display: inline-block;
  font-weight: 800;
  width: auto;
  height: auto;
  border: 1px solid #b61539;
  position: absolute;
  right: 20px;
  padding: 0px 7px;
  border-radius: 50%;
  color: #b61539;
  top: calc(50% - 10px);
  font-size: 16px;
}
.get-offer__item.radio {
  height: unset;
  margin-block: 0 !important;
}
.get-offer__item.radio.error::after {
  content: "";
  width: 0;
  height: 0;
  border: 0;
}
.get-offer__item .radio {
  margin-top: 14px;
  pointer-events: all;
}
.get-offer__item em {
  display: inline-block;
  font-weight: 600;
  color: #4a4a4a;
  text-decoration: underline;
  font-style: normal;
}
.get-offer__item.-double {
  flex-grow: 1;
}
.get-offer__item.-double.error::after {
  content: "!";
  display: inline-block;
  font-weight: 800;
  width: auto;
  height: auto;
  border: 1px solid #b61539;
  position: absolute;
  right: 20px;
  padding: 0px 7px;
  border-radius: 50%;
  color: #b61539;
  top: calc(50% - 10px);
  font-size: 16px;
}
.get-offer__item.-grow {
  flex-grow: 0;
  min-width: initial;
}
.get-offer__item.-disabled .get-offer__item__label {
  color: #ABA9A9;
}
.get-offer__item.-right {
  margin-right: 0;
}
.get-offer__item.-right .get-offer__item__select,
.get-offer__item.-right .get-offer__item__input {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.get-offer__item.-left {
  margin-left: 0;
}
.get-offer__item.-left .get-offer__item__select,
.get-offer__item.-left .get-offer__item__input {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.get-offer__item.-left.changed select {
  border: 1px solid #b61539;
}
.get-offer__item.-left.changed::after {
  content: "";
  width: 0;
  height: 0;
  border: 0;
}
.get-offer__item__label {
  position: absolute;
  top: 33px;
  left: 20px;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000;
  opacity: 0;
  transition: font-size 0.2s linear, top 0.2s linear;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}
.get-offer__item__label.-active {
  opacity: 1;
}
.get-offer__item__label.-remove {
  display: none;
}
.get-offer__item__input {
  display: flex;
  padding: 8px 20px 0 20px;
  width: 100%;
  height: 64px;
  min-height: 64px;
  border: 1px solid #DFD6D6;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #000;
  appearance: none;
  text-transform: uppercase;
}
.get-offer__item__input.-dask {
  width: 100%;
}
.get-offer__item__input.-remove {
  display: none;
}
.get-offer__item__input.-calendar {
  background: url("../svg/calendar.svg") white;
  background-position: right 1.5em top 50%, 0 0;
  background-size: 1.5em auto, 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.get-offer__item__input.lowercase {
  text-transform: lowercase;
}
.get-offer__item__input.error {
  border: 1px solid #b61539;
}
.get-offer__item__select {
  display: flex;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  height: 64px;
  min-height: 64px;
  border: 1px solid #DFD6D6;
  border-radius: 8px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.4 7.1'%3E%3Cstyle%3E.st0%7Bfill:%239d0d22%7D%3C/style%3E%3Cpath class='st0' d='M3.3 6.6L.1 1.5C-.1 1 0 .4.5.1.6 0 .8 0 1 0h6.4c.6 0 1 .4 1 1 0 .2-.1.4-.2.5L5 6.6c-.2.5-.9.6-1.3.3-.2 0-.3-.1-.4-.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 15px top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  color: #000;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.get-offer__item__select::-ms-expand {
  display: none;
}
.get-offer__item__select option {
  font-weight: 400;
  color: #100e17;
}
.get-offer__item__select.-remove {
  display: none;
}
.get-offer__item__select.-border-right {
  border-right: 1px solid #DFD6D6;
}
.get-offer__item__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  margin: 20px 0 0 0;
  width: 100%;
  min-height: 48px;
  background: #b61539;
  border: 0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.9px;
  color: #fff;
  text-transform: none;
  cursor: pointer;
}
.get-offer__item__button:hover {
  background-color: #930f2d;
  box-shadow: 0 5px 32px 0 rgba(193, 0, 45, 0.17);
}
.get-offer__item__button.-remove {
  display: none;
}
.get-offer__item__date {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 19px 22px;
  width: 100%;
  max-width: 100%;
  height: 64px;
  background-color: #FFF;
  background-image: url("../svg/calendar.svg");
  background-repeat: no-repeat;
  background-size: auto 25px;
  background-position: center center;
  border-radius: 8px;
  border: 1px solid #DFD6D6;
  cursor: pointer;
  color: rgba(255, 255, 255, 0);
}
.get-offer__item__date:focus {
  border: 1px solid #DFD6D6;
}
.get-offer__disclaimer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 8px 0 0 0;
  padding: 0;
  width: 100%;
  text-align: left;
}
.get-offer__disclaimer.tall {
  margin-top: 16px;
}
.get-offer__disclaimer__button {
  color: #736c6c;
  cursor: pointer;
}
.get-offer__disclaimer.-hidden {
  display: none;
}
.get-offer__disclaimer.-black p {
  color: #736c6c;
}
.get-offer__disclaimer.error {
  display: flex;
}
.get-offer__disclaimer.error .checkbox__input[type=checkbox] {
  border-color: #aa001f;
}
.get-offer__disclaimer.error p {
  color: #aa001f;
}
.get-offer__disclaimer.error p:nth-child(2) {
  color: #736c6c;
}
.get-offer__disclaimer p {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.3px;
  color: #736c6c;
}
.get-offer__disclaimer p a {
  font-weight: 700;
  color: #736c6c;
}
.get-offer__disclaimer .checkbox {
  margin: 0 10px 0 0;
}
.get-offer__disclaimer__svg {
  display: inline-block;
  width: 7px;
}
.get-offer__dask {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 6px;
  width: 100%;
}
.get-offer__dask.-remove {
  display: none;
}
.get-offer__description {
  display: none;
}
@media only screen and (max-width: 768px) {
  .get-offer {
    align-items: center;
  }
  .get-offer__item.-dask.error::after {
    top: 23px;
  }
  .get-offer__item.-double.error::after {
    top: 23px;
  }
}
@media only screen and (min-width: 769px) {
  .get-offer {
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 rgba(82, 71, 71, 0);
  }
  .get-offer.-double .get-offer__form {
    height: 78px;
  }
  .get-offer.-double .get-offer__item {
    margin: 0 12px;
  }
  .get-offer.-double .get-offer__item .radio {
    font-size: 12px;
  }
  .get-offer.-double .get-offer__item .radio strong {
    font-size: 15px;
  }
  .get-offer__content {
    flex-direction: row;
  }
  .get-offer__form {
    flex-direction: row;
    padding: 12px 6px 22px 6px;
    height: 110px;
  }
  .get-offer__radios.error {
    padding-inline: 12px;
  }
  .get-offer__radio-wrapper {
    flex-direction: row;
    padding: 12px 0;
  }
  .get-offer__item {
    flex-shrink: 0;
    flex-basis: 0px;
    margin: 0 6px;
  }
  .get-offer__item.-dask {
    flex-grow: 0;
    min-width: 334px;
    width: 334px;
  }
  .get-offer__item.-dask {
    flex-shrink: 0;
    flex-basis: 0px;
  }
  .get-offer__item.-double {
    flex-grow: 2;
    flex-shrink: 0;
    flex-basis: 0px;
  }
  .get-offer__item.-grow {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 0px;
  }
  .get-offer__item__label {
    top: 38px;
  }
  .get-offer__item__input {
    height: 100%;
    min-height: 76px;
  }
  .get-offer__item__select {
    border-right: 0;
    height: 100%;
    min-height: 76px;
  }
  .get-offer__item__button {
    margin: 18px 20px 0 20px;
    min-width: 130px;
    width: auto;
    height: auto;
  }
  .get-offer__item__date {
    width: 76px;
    max-width: 76px;
    height: 76px;
  }
  .get-offer__disclaimer {
    padding: 0 12px;
  }
  .get-offer__dask {
    flex-direction: row;
    padding: 4px 6px;
  }
  .get-offer__description {
    display: block;
  }
}
/*
  Colors
*/
/*
  Width
*/
/*
  Space
*/
/*
	Shadow
*/
.offer-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.8rem 0 0;
  width: 100%;
  background-color: #efefef;
}
.offer-banner__wrapper {
  display: grid;
  grid-template-rows: auto auto;
  gap: 1rem;
  width: 100%;
  max-width: 1249px;
}
.offer-banner__poster {
  overflow: hidden;
  width: 100%;
}
.offer-banner__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.offer-banner__form {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .offer-banner {
    padding: 3.75rem 0 1.75rem;
  }
  .offer-banner__wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    gap: 1.4rem;
    width: calc(100% - 2.5rem);
  }
  .offer-banner__poster {
    border-radius: 6px;
  }
  .offer-banner__form {
    border-radius: 6px;
  }
}
/*
  Colors
*/
/*
  Width
*/
/*
  Space
*/
/*
	Shadow
*/
/*
  List Text
*/
.list-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  width: 100%;
}
.list-text__disclaimer {
  display: inline-block;
  margin-top: -15px;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 700;
  color: #736c6c;
  text-align: left;
}
.list-text__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.list-text__item:first-child .list-text__content {
  border-top: 0;
}
.list-text__image {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 15px;
  min-width: 100%;
  height: 120px;
  flex-grow: 1;
}
.list-text__image svg,
.list-text__image img {
  display: flex;
  margin-top: -10px;
  height: 140px;
}
.list-text__content {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 0;
  padding-bottom: 24px;
  width: 100%;
  border-top: 1px solid #ede9e9;
  min-height: auto;
}
.list-text__content p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  width: 100%;
}
.list-text ol {
  margin-top: 24px;
}

/*
  Product Icon
*/
.product-warranty {
  width: 100%;
}
.product-warranty .button {
  margin-inline: auto;
}

.icon-product {
  overflow: hidden;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 30px;
  width: 100%;
}
.icon-product:not(:has(.icon-product__item:nth-of-type(3))) {
  justify-content: flex-start;
}
.icon-product__content {
  display: contents;
}
.icon-product.-small {
  width: auto;
}
.icon-product h3 {
  margin: 20px 0 30px 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #9d0d22;
}
.icon-product__title {
  margin: 20px auto 30px auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #9d0d22;
}
.icon-product__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  width: 136px;
  min-width: 136px;
  text-decoration: none;
}
.icon-product__item p {
  margin: 20px 0 0 0;
  padding: 0 10px;
  max-width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.58em;
  letter-spacing: -0.2px;
  text-align: center;
}
.icon-product__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  background: #f8f3f4;
  border-radius: 14px;
  fill: #a93546;
  color: #736c6c;
}
.icon-product__icon img,
.icon-product__icon svg {
  width: 100%;
  height: 100%;
  padding: 10px;
}
.icon-product.-single {
  justify-content: center;
  max-height: 1500px;
}
.icon-product.-double {
  max-height: 1000px;
}
.icon-product.-double .icon-product__item {
  flex-direction: row;
  margin-bottom: 30px;
  width: 100%;
  min-width: 169px;
}
.icon-product.-double .icon-product__item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.86em;
  letter-spacing: normal;
  text-align: left;
}
.icon-product.-double .icon-product__icon {
  width: auto;
  height: auto;
  background: #fff;
  box-shadow: 0 9px 19px 0 rgba(168, 127, 127, 0.09);
}
.icon-product.-error {
  margin: 50px 0 40px 0;
  padding: 60px 0 30px 0;
  border-top: 1px solid #ede9e9;
  border-bottom: 1px solid #ede9e9;
}
.icon-product.-error .icon-product__icon img,
.icon-product.-error .icon-product__icon svg {
  padding: 24px;
}
.icon-product__notes {
  margin: 24px 0 20px 0;
  padding: 20px;
  width: 100%;
  background: #f8f3f4;
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.75em;
  color: #5c5656;
  text-align: left;
}
.icon-product__notes a {
  font: inherit;
  color: #aa001f;
  text-decoration: underline;
}

.assistant-services .icon-product__icon {
  width: 126px;
  height: 126px;
}

.campaign {
  position: absolute;
  top: 45px;
  left: initial;
  right: 24px;
  z-index: 49;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 20px 0 16px;
  width: 286px;
  height: 83px;
  background-repeat: no-repeat;
  background-position: top left;
  transform: translateX(0);
}
.campaign.-image .campaign__link {
  margin: 0 0 8px 0;
}
.campaign__link {
  display: inline-block;
  margin: -18px 0 0 0;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}
.campaign__link p {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}
.campaign__link p strong {
  font-size: 14px;
  font-weight: 700;
}
.campaign__icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-end;
  width: 33px;
  height: 33px;
}

.privileges {
  position: absolute;
  top: 44px;
  left: initial;
  right: 0;
  z-index: 49;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 24px 0 16px;
  width: 300px;
  height: 84px;
  background-repeat: no-repeat;
  background-position: top left;
  transform: translateX(0);
}
.privileges__image {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.backtop {
  position: fixed;
  bottom: 200px;
  right: 59px;
  width: 50px;
  height: 50px;
  background: url(../svg/back-to-top.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  z-index: 1000;
}
.backtop.-active {
  opacity: 1;
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[name=mail],
input[name=offermail] {
  text-transform: lowercase;
}

.dp-day-disabled {
  background: transparent !important;
  color: #DDD !important;
}

@media only screen and (max-width: 768px) {
  .backtop {
    bottom: 169px;
    right: 23px;
    display: none;
    width: 40px;
    height: 40px;
    background-size: contain;
  }
}

@media only screen and (min-width: 375px) {
  .icon-product__item {
    width: 157px;
    min-width: 157px;
  }
  .icon-product.-double .icon-product__item {
    width: 100%;
    min-width: 169px;
  }
}

@media only screen and (min-width: 560px) {
  .list-text__item {
    flex-direction: row;
  }
  .list-text__image {
    margin-bottom: 0;
    min-width: 32%;
  }
  .list-text__content {
    min-height: 115px;
    padding-right: 40px;
    padding-bottom: 0;
    min-width: 60%;
  }
  .icon-product__item p {
    text-align: center;
  }
  .icon-product.-single {
    justify-content: flex-start;
  }
  .icon-product.-double .icon-product__item p {
    text-align: left;
  }
}

@media only screen and (min-width: 640px) {
  .icon-product.-double .icon-product__item {
    flex-direction: column;
    width: 169px;
    min-width: 169px;
  }
  .icon-product.-double .icon-product__item p {
    text-align: center;
  }
  .icon-product.-double .icon-product__icon {
    width: 169px;
    height: 150px;
  }
}

@media only screen and (min-width: 769px) {
  .list-text__content {
    padding-right: 120px;
  }
  .icon-product {
    justify-content: space-between;
  }
  .icon-product ol {
    width: 45%;
  }
  .icon-product__title {
    font-size: 20px;
  }
  .icon-product__item {
    margin-bottom: 20px;
    width: 163px;
    min-width: 163px;
  }
  .icon-product.-double .icon-product__item {
    margin-bottom: 20px;
    width: 169px;
    min-width: 169px;
  }
  .campaign {
    top: 0;
  }
  .privileges {
    top: -3px;
  }
}

@media only screen and (min-width: 920px) {
  .campaign {
    left: 50%;
    transform: translateX(50%);
  }
  .privileges {
    left: 49%;
    transform: translateX(50%);
  }
}