*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  line-height: 1;
  height: 100%;
}

input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}

button,
select,
a {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-Medium.woff") format("woff"), url("../fonts/Urbanist-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-SemiBold.woff") format("woff"), url("../fonts/Urbanist-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-Bold.woff") format("woff"), url("../fonts/Urbanist-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-ExtraBold.woff") format("woff"), url("../fonts/Urbanist-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Bold.woff") format("woff"), url("../fonts/SF-Pro-Display-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Semibold.woff") format("woff"), url("../fonts/SF-Pro-Display-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Medium.woff") format("woff"), url("../fonts/SF-Pro-Display-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Regular.woff") format("woff"), url("../fonts/SF-Pro-Display-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
.popup__logo img, .popup__brand4 img, .popup__brand3 img, .popup__brand2 img, .popup__brand1 img, .popup__badge img, .popup__bg-left img, .popup__cross img, .table__spoller-img-7 img, .table__spoller-img-6 img, .table__spoller-img-5 img, .table__spoller-img-4 img, .table__spoller-img-3 img, .table__spoller-img-2 img, .table__spoller-img-1 img, .table__img-fahrtenbuch img, .table__img-pc img, .table__img-gut img, .table__img-tuv img, .table__img-brands img, .table__img-mark img, .table__img img, .info-icon__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.button {
  max-width: 253px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #039ADB;
  color: #FFFFFF;
  font-family: "Urbanist";
  font-weight: 600;
  border: 1px solid #039ADB;
  line-height: 1.4;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-hyphens: none;
      hyphens: none;
  outline: none;
  position: relative;
  z-index: 30;
}


@media (min-width: 80.625em) {
  .button {
    gap: 0.625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (gap: clamp( 0.25rem , 0.1048387097rem  +  0.6451612903vw , 0.625rem )) {
    .button {
      gap: clamp( 0.25rem , 0.1048387097rem  +  0.6451612903vw , 0.625rem );
    }
  }
  @supports not (gap: clamp( 0.25rem , 0.1048387097rem  +  0.6451612903vw , 0.625rem )) {
    .button {
      gap: calc(0.25rem + 0.375 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .button {
    gap: 0.25rem;
  }
}
@media (min-width: 80.625em) {
  .button {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (padding-bottom: clamp( 0.25rem , 0.1532258065rem  +  0.4301075269vw , 0.5rem )) {
    .button {
      padding-bottom: clamp( 0.25rem , 0.1532258065rem  +  0.4301075269vw , 0.5rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.25rem , 0.1532258065rem  +  0.4301075269vw , 0.5rem )) {
    .button {
      padding-bottom: calc(0.25rem + 0.25 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .button {
    padding-bottom: 0.25rem;
  }
}
@media (min-width: 80.625em) {
  .button {
    padding-top: 0.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (padding-top: clamp( 0.25rem , 0.1532258065rem  +  0.4301075269vw , 0.5rem )) {
    .button {
      padding-top: clamp( 0.25rem , 0.1532258065rem  +  0.4301075269vw , 0.5rem );
    }
  }
  @supports not (padding-top: clamp( 0.25rem , 0.1532258065rem  +  0.4301075269vw , 0.5rem )) {
    .button {
      padding-top: calc(0.25rem + 0.25 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .button {
    padding-top: 0.25rem;
  }
}
@media (min-width: 80.625em) {
  .button {
    padding-left: 0.875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (padding-left: clamp( 0.25rem , 0.0080645161rem  +  1.0752688172vw , 0.875rem )) {
    .button {
      padding-left: clamp( 0.25rem , 0.0080645161rem  +  1.0752688172vw , 0.875rem );
    }
  }
  @supports not (padding-left: clamp( 0.25rem , 0.0080645161rem  +  1.0752688172vw , 0.875rem )) {
    .button {
      padding-left: calc(0.25rem + 0.625 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .button {
    padding-left: 0.25rem;
  }
}
@media (min-width: 80.625em) {
  .button {
    padding-right: 0.875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (padding-right: clamp( 0.25rem , 0.0080645161rem  +  1.0752688172vw , 0.875rem )) {
    .button {
      padding-right: clamp( 0.25rem , 0.0080645161rem  +  1.0752688172vw , 0.875rem );
    }
  }
  @supports not (padding-right: clamp( 0.25rem , 0.0080645161rem  +  1.0752688172vw , 0.875rem )) {
    .button {
      padding-right: calc(0.25rem + 0.625 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .button {
    padding-right: 0.25rem;
  }
}
@media (min-width: 80.625em) {
  .button {
    font-size: 1rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (font-size: clamp( 0.75rem , 0.6532258065rem  +  0.4301075269vw , 1rem )) {
    .button {
      font-size: clamp( 0.75rem , 0.6532258065rem  +  0.4301075269vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6532258065rem  +  0.4301075269vw , 1rem )) {
    .button {
      font-size: calc(0.75rem + 0.25 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .button {
    font-size: 0.75rem;
  }
}
@media (max-width: 479.98px) {
  .button {
    line-height: 1;
    border-radius: 10px !important;
  }
}
@media (min-width: 80.625em) {
  .button img {
    width: 1.0625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (width: clamp( 0.625rem , 0.4556451613rem  +  0.752688172vw , 1.0625rem )) {
    .button img {
      width: clamp( 0.625rem , 0.4556451613rem  +  0.752688172vw , 1.0625rem );
    }
  }
  @supports not (width: clamp( 0.625rem , 0.4556451613rem  +  0.752688172vw , 1.0625rem )) {
    .button img {
      width: calc(0.625rem + 0.4375 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .button img {
    width: 0.625rem;
  }
}
@media (min-width: 80.625em) {
  .button img {
    height: 0.9375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (height: clamp( 0.5625rem , 0.4173387097rem  +  0.6451612903vw , 0.9375rem )) {
    .button img {
      height: clamp( 0.5625rem , 0.4173387097rem  +  0.6451612903vw , 0.9375rem );
    }
  }
  @supports not (height: clamp( 0.5625rem , 0.4173387097rem  +  0.6451612903vw , 0.9375rem )) {
    .button img {
      height: calc(0.5625rem + 0.375 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .button img {
    height: 0.5625rem;
  }
}
@media (max-width: 479.98px) {
  .button img {
    display: none;
  }
}
.button:hover {
  background-color: #1CBBFF;
}

.info-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  position: absolute;
  z-index: 20;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 80.625em) {
  .info-icon {
    width: 1.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (width: clamp( 1rem , 0.8064516129rem  +  0.8602150538vw , 1.5rem )) {
    .info-icon {
      width: clamp( 1rem , 0.8064516129rem  +  0.8602150538vw , 1.5rem );
    }
  }
  @supports not (width: clamp( 1rem , 0.8064516129rem  +  0.8602150538vw , 1.5rem )) {
    .info-icon {
      width: calc(1rem + 0.5 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .info-icon {
    width: 1rem;
  }
}
@media (min-width: 80.625em) {
  .info-icon {
    height: 1.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (height: clamp( 1rem , 0.8064516129rem  +  0.8602150538vw , 1.5rem )) {
    .info-icon {
      height: clamp( 1rem , 0.8064516129rem  +  0.8602150538vw , 1.5rem );
    }
  }
  @supports not (height: clamp( 1rem , 0.8064516129rem  +  0.8602150538vw , 1.5rem )) {
    .info-icon {
      height: calc(1rem + 0.5 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .info-icon {
    height: 1rem;
  }
}
@media (min-width: 80.625em) {
  .info-icon {
    right: 0.9375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (right: clamp( 0.125rem , -0.189516129rem  +  1.3978494624vw , 0.9375rem )) {
    .info-icon {
      right: clamp( 0.125rem , -0.189516129rem  +  1.3978494624vw , 0.9375rem );
    }
  }
  @supports not (right: clamp( 0.125rem , -0.189516129rem  +  1.3978494624vw , 0.9375rem )) {
    .info-icon {
      right: calc(0.125rem + 0.8125 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .info-icon {
    right: 0.125rem;
  }
}
.info-icon__text {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  color: #4B3D3D;
  top: 0;
  right: 22px;
  background-color: #FFFFFF;
  padding: 8px 12px;
  border: 1px solid #FAFAFA;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9999 !important;
}
@media (min-width: 80.625em) {
  .info-icon__text {
    width: 18.75rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (width: clamp( 12.5rem , 10.0806451613rem  +  10.752688172vw , 18.75rem )) {
    .info-icon__text {
      width: clamp( 12.5rem , 10.0806451613rem  +  10.752688172vw , 18.75rem );
    }
  }
  @supports not (width: clamp( 12.5rem , 10.0806451613rem  +  10.752688172vw , 18.75rem )) {
    .info-icon__text {
      width: calc(12.5rem + 6.25 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .info-icon__text {
    width: 12.5rem;
  }
}
.info-icon__paragraph {
  width: 100%;
  color: #4B3D3D;
  line-height: 1.4;
  text-align: left !important;
}
@media (min-width: 80.625em) {
  .info-icon__paragraph {
    font-size: 1rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (font-size: clamp( 0.625rem , 0.4798387097rem  +  0.6451612903vw , 1rem )) {
    .info-icon__paragraph {
      font-size: clamp( 0.625rem , 0.4798387097rem  +  0.6451612903vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.625rem , 0.4798387097rem  +  0.6451612903vw , 1rem )) {
    .info-icon__paragraph {
      font-size: calc(0.625rem + 0.375 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .info-icon__paragraph {
    font-size: 0.625rem;
  }
}
.info-icon:hover .info-icon__text {
  opacity: 1;
  visibility: visible;
  z-index: 9999 !important;
}

.table {
  display: grid;
  grid-template-columns: 359px 1fr 1fr 1fr;
  position: relative;
  overflow: visible;
}
@media (min-width: 80.625em) {
  .table {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports ((-moz-column-gap: clamp( 0.1875rem , 0.0665322581rem  +  0.5376344086vw , 0.5rem )) or (column-gap: clamp( 0.1875rem , 0.0665322581rem  +  0.5376344086vw , 0.5rem ))) {
    .table {
      -webkit-column-gap: clamp( 0.1875rem , 0.0665322581rem  +  0.5376344086vw , 0.5rem );
         -moz-column-gap: clamp( 0.1875rem , 0.0665322581rem  +  0.5376344086vw , 0.5rem );
              column-gap: clamp( 0.1875rem , 0.0665322581rem  +  0.5376344086vw , 0.5rem );
    }
  }
  @supports not ((-moz-column-gap: clamp( 0.1875rem , 0.0665322581rem  +  0.5376344086vw , 0.5rem )) or (column-gap: clamp( 0.1875rem , 0.0665322581rem  +  0.5376344086vw , 0.5rem ))) {
    .table {
      -webkit-column-gap: calc(0.1875rem + 0.3125 * (100vw - 22.5rem) / 58.125);
         -moz-column-gap: calc(0.1875rem + 0.3125 * (100vw - 22.5rem) / 58.125);
              column-gap: calc(0.1875rem + 0.3125 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table {
    -webkit-column-gap: 0.1875rem;
       -moz-column-gap: 0.1875rem;
            column-gap: 0.1875rem;
  }
}
@media (max-width: 767.98px) {
  .table {
    grid-template-columns: 200px 1fr 1fr 1fr;
  }
}
@media (max-width: 479.98px) {
  .table {
    grid-template-columns: 140px 1fr 1fr 1fr;
  }
}
.table__item {
  position: relative;
  background: #FAFAFA;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  overflow: visible !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 80.625em) {
  .table__item {
    padding-inline: 1.75rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (padding-inline: clamp( 0.125rem , -0.5040322581rem  +  2.7956989247vw , 1.75rem )) {
    .table__item {
      padding-inline: clamp( 0.125rem , -0.5040322581rem  +  2.7956989247vw , 1.75rem );
    }
  }
  @supports not (padding-inline: clamp( 0.125rem , -0.5040322581rem  +  2.7956989247vw , 1.75rem )) {
    .table__item {
      padding-inline: calc(0.125rem + 1.625 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__item {
    padding-inline: 0.125rem;
  }
}
@media (min-width: 80.625em) {
  .table__item {
    padding-block: 1.75rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (padding-block: clamp( 0.625rem , 0.189516129rem  +  1.935483871vw , 1.75rem )) {
    .table__item {
      padding-block: clamp( 0.625rem , 0.189516129rem  +  1.935483871vw , 1.75rem );
    }
  }
  @supports not (padding-block: clamp( 0.625rem , 0.189516129rem  +  1.935483871vw , 1.75rem )) {
    .table__item {
      padding-block: calc(0.625rem + 1.125 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__item {
    padding-block: 0.625rem;
  }
}
@media (min-width: 80.625em) {
  .table__item {
    gap: 1.5625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (gap: clamp( 0.625rem , 0.2620967742rem  +  1.6129032258vw , 1.5625rem )) {
    .table__item {
      gap: clamp( 0.625rem , 0.2620967742rem  +  1.6129032258vw , 1.5625rem );
    }
  }
  @supports not (gap: clamp( 0.625rem , 0.2620967742rem  +  1.6129032258vw , 1.5625rem )) {
    .table__item {
      gap: calc(0.625rem + 0.9375 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__item {
    gap: 0.625rem;
  }
}
.table__item .shadow-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.table__item::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 2;
  left: 0;
  width: 10px;
}
.table__item::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 2;
  right: 0;
  width: 10px;
}
@media (max-width: 479.98px) {
  .table__item {
    word-break: break-word;
  }
}
.table__item--green {
  background: #E8F4EF !important;
}
.table__item .big {
  overflow-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
.table__item.first {
  border-top: 2px solid transparent;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  overflow: hidden;
}
.table__item.last {
  border-bottom: 2px solid transparent;
}
@media (max-width: 479.98px) {
  .table__item.last h3 {
    overflow-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
.table__item.active {
  border-left: 2px solid #039ADB;
  border-right: 2px solid #039ADB;
  background: rgba(255, 255, 255, 0.07);
}
.table__item.active .table__item-img {
  position: relative;
  top: 12px;
}
.table__item.active.table__head {
  background: #1CBBFF !important;
}
.table__item.active::before {
  -webkit-box-shadow: -10px 0 12px rgba(51, 51, 51, 0.34);
          box-shadow: -10px 0 12px rgba(51, 51, 51, 0.34);
}
.table__item.active::after {
  -webkit-box-shadow: 10px 0 12px rgba(51, 51, 51, 0.34);
          box-shadow: 10px 0 12px rgba(51, 51, 51, 0.34);
}
.table__item.active.first {
  position: relative;
  border-top: 2px solid #039ADB !important;
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}
.table__item.active.first .shadow-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 -10px 14px rgba(51, 51, 51, 0.34);
          box-shadow: 0 -10px 14px rgba(51, 51, 51, 0.34);
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}
.table__item.active.last {
  border-bottom: 2px solid #039ADB;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.table__item.active.last .shadow-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 10px 14px rgba(51, 51, 51, 0.34);
          box-shadow: 0 10px 14px rgba(51, 51, 51, 0.34);
  z-index: 20;
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}
.table__item-header {
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
  gap: 0;
}
.table__item-header p {
  text-align: left;
}
.table__item.top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 80.625em) {
  .table__item.top {
    gap: 2.6875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (gap: clamp( 0.9375rem , 0.2600806452rem  +  3.0107526882vw , 2.6875rem )) {
    .table__item.top {
      gap: clamp( 0.9375rem , 0.2600806452rem  +  3.0107526882vw , 2.6875rem );
    }
  }
  @supports not (gap: clamp( 0.9375rem , 0.2600806452rem  +  3.0107526882vw , 2.6875rem )) {
    .table__item.top {
      gap: calc(0.9375rem + 1.75 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__item.top {
    gap: 0.9375rem;
  }
}
.table__item.no-padding-block {
  padding-top: 0;
  padding-bottom: 0;
}
.table__item.no-padding-top {
  padding-top: 12px;
}
.table__item p.val {
  font-weight: 800;
  line-height: 1.4;
  color: #2AB198;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 80.625em) {
  .table__item p.val {
    font-size: 2rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (font-size: clamp( 1.25rem , 0.9596774194rem  +  1.2903225806vw , 2rem )) {
    .table__item p.val {
      font-size: clamp( 1.25rem , 0.9596774194rem  +  1.2903225806vw , 2rem );
    }
  }
  @supports not (font-size: clamp( 1.25rem , 0.9596774194rem  +  1.2903225806vw , 2rem )) {
    .table__item p.val {
      font-size: calc(1.25rem + 0.75 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__item p.val {
    font-size: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .table__item p.val {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.table__item p.val span {
  color: #A79797;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  text-decoration-line: line-through;
}
@media (min-width: 80.625em) {
  .table__item p.val span {
    font-size: 1.25rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (font-size: clamp( 0.625rem , 0.3830645161rem  +  1.0752688172vw , 1.25rem )) {
    .table__item p.val span {
      font-size: clamp( 0.625rem , 0.3830645161rem  +  1.0752688172vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 0.625rem , 0.3830645161rem  +  1.0752688172vw , 1.25rem )) {
    .table__item p.val span {
      font-size: calc(0.625rem + 0.625 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__item p.val span {
    font-size: 0.625rem;
  }
}
@media (max-width: 479.98px) {
  .table__item p.val span {
    line-height: 1.2;
  }
}
@media (max-width: 479.98px) {
  .table__item p.val {
    line-height: 1.5;
    font-weight: 700;
  }
}
.table__item .crossed {
  text-decoration: line-through;
  color: #A79797;
  text-align: center;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 80.625em) {
  .table__item .crossed {
    font-size: 1.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (font-size: clamp( 0.625rem , 0.4314516129rem  +  0.8602150538vw , 1.125rem )) {
    .table__item .crossed {
      font-size: clamp( 0.625rem , 0.4314516129rem  +  0.8602150538vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.625rem , 0.4314516129rem  +  0.8602150538vw , 1.125rem )) {
    .table__item .crossed {
      font-size: calc(0.625rem + 0.5 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__item .crossed {
    font-size: 0.625rem;
  }
}
.table__item .bold {
  font-weight: 700;
}
.table__item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.table__item-info {
  left: 0;
  top: 0;
}
.table__img {
  max-width: 235px;
  aspect-ratio: 235/154;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 80.625em) {
  .table__img-mark {
    width: 1.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (width: clamp( 0.875rem , 0.6330645161rem  +  1.0752688172vw , 1.5rem )) {
    .table__img-mark {
      width: clamp( 0.875rem , 0.6330645161rem  +  1.0752688172vw , 1.5rem );
    }
  }
  @supports not (width: clamp( 0.875rem , 0.6330645161rem  +  1.0752688172vw , 1.5rem )) {
    .table__img-mark {
      width: calc(0.875rem + 0.625 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__img-mark {
    width: 0.875rem;
  }
}
@media (min-width: 80.625em) {
  .table__img-mark {
    font-size: 1.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (font-size: clamp( 0.875rem , 0.6330645161rem  +  1.0752688172vw , 1.5rem )) {
    .table__img-mark {
      font-size: clamp( 0.875rem , 0.6330645161rem  +  1.0752688172vw , 1.5rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.6330645161rem  +  1.0752688172vw , 1.5rem )) {
    .table__img-mark {
      font-size: calc(0.875rem + 0.625 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__img-mark {
    font-size: 0.875rem;
  }
}
.table__img-brands {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 80.625em) {
  .table__img-tuv {
    width: 7rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (width: clamp( 3.125rem , 1.625rem  +  6.6666666667vw , 7rem )) {
    .table__img-tuv {
      width: clamp( 3.125rem , 1.625rem  +  6.6666666667vw , 7rem );
    }
  }
  @supports not (width: clamp( 3.125rem , 1.625rem  +  6.6666666667vw , 7rem )) {
    .table__img-tuv {
      width: calc(3.125rem + 3.875 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__img-tuv {
    width: 3.125rem;
  }
}
@media (min-width: 80.625em) {
  .table__img-tuv {
    height: 7.9375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (height: clamp( 3.5625rem , 1.8689516129rem  +  7.5268817204vw , 7.9375rem )) {
    .table__img-tuv {
      height: clamp( 3.5625rem , 1.8689516129rem  +  7.5268817204vw , 7.9375rem );
    }
  }
  @supports not (height: clamp( 3.5625rem , 1.8689516129rem  +  7.5268817204vw , 7.9375rem )) {
    .table__img-tuv {
      height: calc(3.5625rem + 4.375 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__img-tuv {
    height: 3.5625rem;
  }
}
@media (min-width: 80.625em) {
  .table__img-gut {
    width: 10.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (width: clamp( 3.25rem , 0.4435483871rem  +  12.4731182796vw , 10.5rem )) {
    .table__img-gut {
      width: clamp( 3.25rem , 0.4435483871rem  +  12.4731182796vw , 10.5rem );
    }
  }
  @supports not (width: clamp( 3.25rem , 0.4435483871rem  +  12.4731182796vw , 10.5rem )) {
    .table__img-gut {
      width: calc(3.25rem + 7.25 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__img-gut {
    width: 3.25rem;
  }
}
@media (min-width: 80.625em) {
  .table__img-gut {
    height: 5.5625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (height: clamp( 1.75rem , 0.2741935484rem  +  6.5591397849vw , 5.5625rem )) {
    .table__img-gut {
      height: clamp( 1.75rem , 0.2741935484rem  +  6.5591397849vw , 5.5625rem );
    }
  }
  @supports not (height: clamp( 1.75rem , 0.2741935484rem  +  6.5591397849vw , 5.5625rem )) {
    .table__img-gut {
      height: calc(1.75rem + 3.8125 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__img-gut {
    height: 1.75rem;
  }
}
@media (min-width: 80.625em) {
  .table__img-pc {
    width: 9.625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (width: clamp( 3.25rem , 0.7822580645rem  +  10.9677419355vw , 9.625rem )) {
    .table__img-pc {
      width: clamp( 3.25rem , 0.7822580645rem  +  10.9677419355vw , 9.625rem );
    }
  }
  @supports not (width: clamp( 3.25rem , 0.7822580645rem  +  10.9677419355vw , 9.625rem )) {
    .table__img-pc {
      width: calc(3.25rem + 6.375 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__img-pc {
    width: 3.25rem;
  }
}
@media (min-width: 80.625em) {
  .table__img-pc {
    height: 5.4375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (height: clamp( 1.875rem , 0.4959677419rem  +  6.1290322581vw , 5.4375rem )) {
    .table__img-pc {
      height: clamp( 1.875rem , 0.4959677419rem  +  6.1290322581vw , 5.4375rem );
    }
  }
  @supports not (height: clamp( 1.875rem , 0.4959677419rem  +  6.1290322581vw , 5.4375rem )) {
    .table__img-pc {
      height: calc(1.875rem + 3.5625 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__img-pc {
    height: 1.875rem;
  }
}
@media (min-width: 80.625em) {
  .table__img-fahrtenbuch {
    width: 6.625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (width: clamp( 2.375rem , 0.7298387097rem  +  7.311827957vw , 6.625rem )) {
    .table__img-fahrtenbuch {
      width: clamp( 2.375rem , 0.7298387097rem  +  7.311827957vw , 6.625rem );
    }
  }
  @supports not (width: clamp( 2.375rem , 0.7298387097rem  +  7.311827957vw , 6.625rem )) {
    .table__img-fahrtenbuch {
      width: calc(2.375rem + 4.25 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__img-fahrtenbuch {
    width: 2.375rem;
  }
}
@media (min-width: 80.625em) {
  .table__img-fahrtenbuch {
    height: 7.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (height: clamp( 2.625rem , 0.7379032258rem  +  8.3870967742vw , 7.5rem )) {
    .table__img-fahrtenbuch {
      height: clamp( 2.625rem , 0.7379032258rem  +  8.3870967742vw , 7.5rem );
    }
  }
  @supports not (height: clamp( 2.625rem , 0.7379032258rem  +  8.3870967742vw , 7.5rem )) {
    .table__img-fahrtenbuch {
      height: calc(2.625rem + 4.875 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__img-fahrtenbuch {
    height: 2.625rem;
  }
}
.table__bg {
  width: 100%;
  height: 100%;
  background: #039ADB;
  position: relative;
}
.table__head {
  position: relative;
  background: #039ADB !important;
  padding: unset;
  padding-right: 8px;
  position: relative;
  -ms-hyphens: auto;
      hyphens: auto;
  height: 100%;
}
@media (min-width: 80.625em) {
  .table__head {
    padding-left: 1.75rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (padding-left: clamp( 0.125rem , -0.5040322581rem  +  2.7956989247vw , 1.75rem )) {
    .table__head {
      padding-left: clamp( 0.125rem , -0.5040322581rem  +  2.7956989247vw , 1.75rem );
    }
  }
  @supports not (padding-left: clamp( 0.125rem , -0.5040322581rem  +  2.7956989247vw , 1.75rem )) {
    .table__head {
      padding-left: calc(0.125rem + 1.625 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__head {
    padding-left: 0.125rem;
  }
}
@media (min-width: 80.625em) {
  .table__head {
    padding-block: 1rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (padding-block: clamp( 0.25rem , -0.0403225806rem  +  1.2903225806vw , 1rem )) {
    .table__head {
      padding-block: clamp( 0.25rem , -0.0403225806rem  +  1.2903225806vw , 1rem );
    }
  }
  @supports not (padding-block: clamp( 0.25rem , -0.0403225806rem  +  1.2903225806vw , 1rem )) {
    .table__head {
      padding-block: calc(0.25rem + 0.75 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__head {
    padding-block: 0.25rem;
  }
}
.table__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  background: #039ADB;
  margin-right: -8px;
  z-index: -1;
  border: none;
}
.table__head h3 {
  text-align: left;
}
.table__head--left {
  border-top-left-radius: 16px;
}
.table__head--right {
  border-top-right-radius: 16px;
}
.table__col-blue {
  color: #1CBBFF;
}
.table .central {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table__spoller {
  border-radius: 18px;
  background: #D9EAF1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 479.98px) {
  .table__spoller {
    border-radius: 10px;
    padding-inline: 5px;
  }
}
.table__spoller.is-open {
  gap: 10px;
}
@media (min-width: 80.625em) {
  .table__spoller.is-open .table__spoller-body {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (margin-bottom: clamp( 1.25rem , 0.9112903226rem  +  1.5053763441vw , 2.125rem )) {
    .table__spoller.is-open .table__spoller-body {
      margin-bottom: clamp( 1.25rem , 0.9112903226rem  +  1.5053763441vw , 2.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 0.9112903226rem  +  1.5053763441vw , 2.125rem )) {
    .table__spoller.is-open .table__spoller-body {
      margin-bottom: calc(1.25rem + 0.875 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__spoller.is-open .table__spoller-body {
    margin-bottom: 1.25rem;
  }
}
.table__spoller-head {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.table__spoller-head img {
  width: 24px;
  height: 24px;
}
.table__spoller-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.table__spoller-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 80.625em) {
  .table__spoller-img-1 {
    width: 6.875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (width: clamp( 3.75rem , 2.5403225806rem  +  5.376344086vw , 6.875rem )) {
    .table__spoller-img-1 {
      width: clamp( 3.75rem , 2.5403225806rem  +  5.376344086vw , 6.875rem );
    }
  }
  @supports not (width: clamp( 3.75rem , 2.5403225806rem  +  5.376344086vw , 6.875rem )) {
    .table__spoller-img-1 {
      width: calc(3.75rem + 3.125 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__spoller-img-1 {
    width: 3.75rem;
  }
}
@media (min-width: 80.625em) {
  .table__spoller-img-1 {
    height: 5.875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (height: clamp( 3.4375rem , 2.4939516129rem  +  4.1935483871vw , 5.875rem )) {
    .table__spoller-img-1 {
      height: clamp( 3.4375rem , 2.4939516129rem  +  4.1935483871vw , 5.875rem );
    }
  }
  @supports not (height: clamp( 3.4375rem , 2.4939516129rem  +  4.1935483871vw , 5.875rem )) {
    .table__spoller-img-1 {
      height: calc(3.4375rem + 2.4375 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__spoller-img-1 {
    height: 3.4375rem;
  }
}
@media (min-width: 80.625em) {
  .table__spoller-img-2 {
    width: 7.4375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (width: clamp( 3.75rem , 2.3225806452rem  +  6.3440860215vw , 7.4375rem )) {
    .table__spoller-img-2 {
      width: clamp( 3.75rem , 2.3225806452rem  +  6.3440860215vw , 7.4375rem );
    }
  }
  @supports not (width: clamp( 3.75rem , 2.3225806452rem  +  6.3440860215vw , 7.4375rem )) {
    .table__spoller-img-2 {
      width: calc(3.75rem + 3.6875 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__spoller-img-2 {
    width: 3.75rem;
  }
}
@media (min-width: 80.625em) {
  .table__spoller-img-2 {
    height: 4.1875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (height: clamp( 2.1875rem , 1.4133064516rem  +  3.4408602151vw , 4.1875rem )) {
    .table__spoller-img-2 {
      height: clamp( 2.1875rem , 1.4133064516rem  +  3.4408602151vw , 4.1875rem );
    }
  }
  @supports not (height: clamp( 2.1875rem , 1.4133064516rem  +  3.4408602151vw , 4.1875rem )) {
    .table__spoller-img-2 {
      height: calc(2.1875rem + 2 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__spoller-img-2 {
    height: 2.1875rem;
  }
}
@media (min-width: 80.625em) {
  .table__spoller-img-3 {
    width: 5.4375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (width: clamp( 3.125rem , 2.2298387097rem  +  3.9784946237vw , 5.4375rem )) {
    .table__spoller-img-3 {
      width: clamp( 3.125rem , 2.2298387097rem  +  3.9784946237vw , 5.4375rem );
    }
  }
  @supports not (width: clamp( 3.125rem , 2.2298387097rem  +  3.9784946237vw , 5.4375rem )) {
    .table__spoller-img-3 {
      width: calc(3.125rem + 2.3125 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__spoller-img-3 {
    width: 3.125rem;
  }
}
@media (min-width: 80.625em) {
  .table__spoller-img-3 {
    height: 5.8125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (height: clamp( 3.3125rem , 2.3447580645rem  +  4.3010752688vw , 5.8125rem )) {
    .table__spoller-img-3 {
      height: clamp( 3.3125rem , 2.3447580645rem  +  4.3010752688vw , 5.8125rem );
    }
  }
  @supports not (height: clamp( 3.3125rem , 2.3447580645rem  +  4.3010752688vw , 5.8125rem )) {
    .table__spoller-img-3 {
      height: calc(3.3125rem + 2.5 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__spoller-img-3 {
    height: 3.3125rem;
  }
}
@media (min-width: 80.625em) {
  .table__spoller-img-4 {
    width: 6.0625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (width: clamp( 3.4375rem , 2.4213709677rem  +  4.5161290323vw , 6.0625rem )) {
    .table__spoller-img-4 {
      width: clamp( 3.4375rem , 2.4213709677rem  +  4.5161290323vw , 6.0625rem );
    }
  }
  @supports not (width: clamp( 3.4375rem , 2.4213709677rem  +  4.5161290323vw , 6.0625rem )) {
    .table__spoller-img-4 {
      width: calc(3.4375rem + 2.625 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__spoller-img-4 {
    width: 3.4375rem;
  }
}
@media (min-width: 80.625em) {
  .table__spoller-img-4 {
    height: 3.875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (height: clamp( 2.5rem , 1.9677419355rem  +  2.3655913978vw , 3.875rem )) {
    .table__spoller-img-4 {
      height: clamp( 2.5rem , 1.9677419355rem  +  2.3655913978vw , 3.875rem );
    }
  }
  @supports not (height: clamp( 2.5rem , 1.9677419355rem  +  2.3655913978vw , 3.875rem )) {
    .table__spoller-img-4 {
      height: calc(2.5rem + 1.375 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__spoller-img-4 {
    height: 2.5rem;
  }
}
@media (min-width: 80.625em) {
  .table__spoller-img-5 {
    width: 5.1875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (width: clamp( 3.75rem , 3.1935483871rem  +  2.4731182796vw , 5.1875rem )) {
    .table__spoller-img-5 {
      width: clamp( 3.75rem , 3.1935483871rem  +  2.4731182796vw , 5.1875rem );
    }
  }
  @supports not (width: clamp( 3.75rem , 3.1935483871rem  +  2.4731182796vw , 5.1875rem )) {
    .table__spoller-img-5 {
      width: calc(3.75rem + 1.4375 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__spoller-img-5 {
    width: 3.75rem;
  }
}
@media (min-width: 80.625em) {
  .table__spoller-img-5 {
    height: 7rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (height: clamp( 4.375rem , 3.3588709677rem  +  4.5161290323vw , 7rem )) {
    .table__spoller-img-5 {
      height: clamp( 4.375rem , 3.3588709677rem  +  4.5161290323vw , 7rem );
    }
  }
  @supports not (height: clamp( 4.375rem , 3.3588709677rem  +  4.5161290323vw , 7rem )) {
    .table__spoller-img-5 {
      height: calc(4.375rem + 2.625 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__spoller-img-5 {
    height: 4.375rem;
  }
}
@media (min-width: 80.625em) {
  .table__spoller-img-6 {
    width: 4.625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (width: clamp( 3.125rem , 2.5443548387rem  +  2.5806451613vw , 4.625rem )) {
    .table__spoller-img-6 {
      width: clamp( 3.125rem , 2.5443548387rem  +  2.5806451613vw , 4.625rem );
    }
  }
  @supports not (width: clamp( 3.125rem , 2.5443548387rem  +  2.5806451613vw , 4.625rem )) {
    .table__spoller-img-6 {
      width: calc(3.125rem + 1.5 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__spoller-img-6 {
    width: 3.125rem;
  }
}
@media (min-width: 80.625em) {
  .table__spoller-img-6 {
    height: 6.5625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (height: clamp( 3.9375rem , 2.9213709677rem  +  4.5161290323vw , 6.5625rem )) {
    .table__spoller-img-6 {
      height: clamp( 3.9375rem , 2.9213709677rem  +  4.5161290323vw , 6.5625rem );
    }
  }
  @supports not (height: clamp( 3.9375rem , 2.9213709677rem  +  4.5161290323vw , 6.5625rem )) {
    .table__spoller-img-6 {
      height: calc(3.9375rem + 2.625 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__spoller-img-6 {
    height: 3.9375rem;
  }
}
@media (min-width: 80.625em) {
  .table__spoller-img-7 {
    width: 5.0625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (width: clamp( 3.4375rem , 2.8084677419rem  +  2.7956989247vw , 5.0625rem )) {
    .table__spoller-img-7 {
      width: clamp( 3.4375rem , 2.8084677419rem  +  2.7956989247vw , 5.0625rem );
    }
  }
  @supports not (width: clamp( 3.4375rem , 2.8084677419rem  +  2.7956989247vw , 5.0625rem )) {
    .table__spoller-img-7 {
      width: calc(3.4375rem + 1.625 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__spoller-img-7 {
    width: 3.4375rem;
  }
}
@media (min-width: 80.625em) {
  .table__spoller-img-7 {
    height: 6.9375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (height: clamp( 3.75rem , 2.5161290323rem  +  5.4838709677vw , 6.9375rem )) {
    .table__spoller-img-7 {
      height: clamp( 3.75rem , 2.5161290323rem  +  5.4838709677vw , 6.9375rem );
    }
  }
  @supports not (height: clamp( 3.75rem , 2.5161290323rem  +  5.4838709677vw , 6.9375rem )) {
    .table__spoller-img-7 {
      height: calc(3.75rem + 3.1875 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__spoller-img-7 {
    height: 3.75rem;
  }
}
.abilities__table > :first-child h3,
.abilities__table > :nth-child(2) h3,
.abilities__table > :nth-child(3) h3 {
  width: 300px;
}

.table__spoller-head img {
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.table__spoller.is-open .table__spoller-head img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.table__item.table__head.table__head--right::before,
.right::before {
  width: 100%;
  border-radius: 0 16px 0 0;
}

.table__item.table__head.table__head--left::before {
  border-radius: 16px 0 0 0;
}

.table__item.table__head.first::before {
  height: 106%;
  top: -3px;
}
@media (max-width: 991.98px) {
  .table__item.table__head.first::before {
    height: 108%;
  }
}
@media (max-width: 767.98px) {
  .table__item.table__head.first::before {
    height: 110%;
  }
}
@media (max-width: 479.98px) {
  .table__item.table__head.first::before {
    height: 113%;
  }
}

.text-left p {
  width: 100%;
}

.footer {
  padding-block: 25px;
  background-color: #FAFAFA;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__block {
  max-width: 550px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 10px;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-weight: 400;
  letter-spacing: 0.48px;
}
@media (max-width: 479.98px) {
  .footer__top {
    letter-spacing: 0.36px;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.footer__bottom span {
  color: #2AB198;
}
.footer__link {
  color: #2AB198;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}
.footer__text {
  color: #4B3D3D;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 479.98px) {
  .footer__text {
    text-align: center;
  }
}

.hero {
  min-height: 306px;
  padding-top: 25px;
  overflow: hidden;
}
@media (min-width: 80.625em) {
  .hero {
    margin-bottom: 13.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (margin-bottom: clamp( 9.375rem , 7.9233870968rem  +  6.4516129032vw , 13.125rem )) {
    .hero {
      margin-bottom: clamp( 9.375rem , 7.9233870968rem  +  6.4516129032vw , 13.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 9.375rem , 7.9233870968rem  +  6.4516129032vw , 13.125rem )) {
    .hero {
      margin-bottom: calc(9.375rem + 3.75 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .hero {
    margin-bottom: 9.375rem;
  }
}
@media (max-width: 767.98px) and (min-width: 80.625em) {
  .hero {
    margin-bottom: 7.5rem;
  }
}
@media (max-width: 767.98px) and (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (margin-bottom: clamp( 3.75rem , 2.2983870968rem  +  6.4516129032vw , 7.5rem )) {
    .hero {
      margin-bottom: clamp( 3.75rem , 2.2983870968rem  +  6.4516129032vw , 7.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.75rem , 2.2983870968rem  +  6.4516129032vw , 7.5rem )) {
    .hero {
      margin-bottom: calc(3.75rem + 3.75 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 767.98px) and (max-width: 22.5em) {
  .hero {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 479.98px) {
  .hero {
    padding-top: 0;
  }
}
.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media (max-width: 479.98px) {
  .hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.hero__left {
  max-width: 513px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
  position: relative;
  z-index: 20;
}
@media (max-width: 767.98px) {
  .hero__left {
    max-width: 400px;
  }
}
@media (max-width: 479.98px) {
  .hero__left {
    max-width: 100%;
  }
}
.hero__right {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.hero__text {
  text-align: left;
}
.hero__img {
  position: absolute;
  top: 0;
  right: 160px;
  width: 596px;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .hero__img {
    right: 0;
    width: 450px;
  }
}
@media (max-width: 767.98px) {
  .hero__img {
    width: 350px;
  }
}
@media (max-width: 479.98px) {
  .hero__img {
    width: 100%;
    position: relative;
  }
}
.hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.hero__anzeige {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  right: 40px;
  padding-right: 35px;
}
@media (max-width: 479.98px) {
  .hero__anzeige {
    right: 0;
  }
}
.hero .info-icon {
  position: absolute;
  right: 0;
  z-index: 100;
}
.hero .info-icon__text {
  position: relative;
  width: 350px;
  position: fixed !important;
  top: 100% !important;
  left: unset !important;
  right: 0 !important;
  z-index: 100;
}

.software .table__item.first {
  border-top: 2px solid transparent;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (max-width: 991.98px) {
  .software .table__item.first h3 {
    min-height: 45px !important;
  }
}

.popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.popup.popup-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: painted;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .popup.popup-visible {
    pointer-events: auto;
  }
}
.popup__block {
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.05);
  background-color: #FFFFFF;
  border-radius: 12px;
  max-width: 950px;
  height: 686px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-y: scroll;
  scrollbar-color: #039ADB #eee;
}
@media (min-width: 80.625em) {
  .popup__block {
    padding-inline: 3.75rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (padding-inline: clamp( 1.625rem , 0.8024193548rem  +  3.6559139785vw , 3.75rem )) {
    .popup__block {
      padding-inline: clamp( 1.625rem , 0.8024193548rem  +  3.6559139785vw , 3.75rem );
    }
  }
  @supports not (padding-inline: clamp( 1.625rem , 0.8024193548rem  +  3.6559139785vw , 3.75rem )) {
    .popup__block {
      padding-inline: calc(1.625rem + 2.125 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .popup__block {
    padding-inline: 1.625rem;
  }
}
@media (min-width: 80.625em) {
  .popup__block {
    padding-block: 4.5625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (padding-block: clamp( 1.875rem , 0.8346774194rem  +  4.623655914vw , 4.5625rem )) {
    .popup__block {
      padding-block: clamp( 1.875rem , 0.8346774194rem  +  4.623655914vw , 4.5625rem );
    }
  }
  @supports not (padding-block: clamp( 1.875rem , 0.8346774194rem  +  4.623655914vw , 4.5625rem )) {
    .popup__block {
      padding-block: calc(1.875rem + 2.6875 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .popup__block {
    padding-block: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .popup__block {
    max-width: 323px;
    height: 492px;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
}
.popup__cross {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  outline: none;
}
.popup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-block: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .popup__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.popup__left {
  width: 57%;
  height: 295px;
  position: relative;
  overflow: visible;
}
@media (max-width: 767.98px) {
  .popup__left {
    width: 100%;
    height: 100%;
    margin-bottom: 28px;
  }
}
.popup__bg-left {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.popup__badge {
  position: absolute;
  right: 25px;
  top: -20px;
  width: 122px;
  height: 122px;
  overflow: hidden;
  padding-top: 10px;
  z-index: 2;
}


@media (max-width: 767.98px) {
  .popup__badge {
    width: 71px;
    height: 70px;
    right: 10px;
    top: -13px;
  }
}
.popup__right {
  width: 37%;
  height: 100%;
}
.popup__right ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 17px;
}
.popup__right ul li {
  list-style: disc;
}
@media (max-width: 767.98px) {
  .popup__right {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.popup__right p {
  text-align: left !important;
  line-height: 1;
  font-size: 16px;
}
.popup__brands {
  position: absolute;
  bottom: -13px;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 21px;
}
@media (max-width: 767.98px) {
  .popup__brands {
    bottom: -9px;
    padding-left: 9px;
  }
}
.popup__brand1 {
  width: 113px;
  height: 200px;
  overflow: hidden;
  margin-right: 7px;
}
@media (max-width: 767.98px) {
  .popup__brand1 {
    width: 65px;
    height: 115px;
    margin-right: 0;
  }
}
.popup__brand2 {
  width: 64px;
  height: 120px;
  overflow: hidden;
  margin-right: 14px;
}
@media (max-width: 767.98px) {
  .popup__brand2 {
    width: 37px;
    height: 69px;
    margin-right: 4px;
  }
}
.popup__brand3 {
  width: 87px;
  height: 84px;
  overflow: hidden;
  margin-right: 17px;
}
@media (max-width: 767.98px) {
  .popup__brand3 {
    width: 50px;
    height: 48px;
    margin-right: 6px;
  }
}
.popup__brand4 {
  width: 74px;
  height: 84px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .popup__brand4 {
    width: 43px;
    height: 48px;
  }
}
.popup__head {
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .popup__head {
    margin-bottom: 8px;
  }
}
.popup__title {
  color: #141010;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 19px;
}
@media (max-width: 767.98px) {
  .popup__title {
    margin-bottom: 12px;
  }
}
.popup__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  line-height: 1;
  color: #141010;
}
@media (max-width: 767.98px) {
  .popup__subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.popup__logo {
  width: 123px;
  height: 35px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .popup__logo {
    width: 105px;
    height: 30px;
  }
}
.popup__link {
  color: #039ADB;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 5%;
  text-underline-offset: auto;
  text-underline-position: from-font;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popup__link:hover {
  color: #1CBBFF;
}
.popup .button {
  background-color: #2AB198;
  padding: 13px 27px;
  gap: 10px;
  max-width: 231px;
  border: 1px solid #2AB198;
  border-radius: 500px;
}
@media (max-width: 767.98px) {
  .popup .button {
    font-size: 14px;
    max-width: 100% !important;
  }
}
.popup .button:hover {
  background-color: #1bcbab;
}
.popup .schlieben-link {
  color: #A79797;
  text-align: center;
}
.popup .schlieben-link:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .popup .schlieben-link {
    font-size: 10px;
  }
}
.popup__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media (max-width: 767.98px) {
  .popup__info {
    gap: 10px;
  }
}

@media (max-width: 479.98px) {
  .software__table {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 3px;
       -moz-column-gap: 3px;
            column-gap: 3px;
  }
}
@media (max-width: 479.98px) {
  .software__table .table__item-header {
    display: none;
  }
}

.software.sticky {
  z-index: 900;
  position: sticky;
  top: 0;
}
.software.sticky .table__item {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #FAFAFA;
  overflow: hidden;
}
.software.sticky .table__item.active {
  background: #FFFFFF;
  border-radius: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
}
.software.sticky .table__item.active.first {
  position: relative;
  border-top: 2px solid #039ADB !important;
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}
.software.sticky .table__item.active.first .shadow-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 -10px 14px rgba(51, 51, 51, 0.34);
          box-shadow: 0 -10px 14px rgba(51, 51, 51, 0.34);
  z-index: 20;
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}
.software.sticky .table__item.active.last {
  border-bottom: 2px solid #039ADB;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.software.sticky .table__item.active.last .shadow-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 20;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.software.sticky .table__item.first {
  gap: 10px;
  padding-top: 20px;
}
@media (max-width: 479.98px) {
  .software.sticky .table__item.first.active {
    border: none !important;
    border-radius: 0 !important;
  }
}
.software.sticky .table__item.last {
  padding-bottom: 20px !important;
}
@media (max-width: 479.98px) {
  .software.sticky .table__item h3 {
    min-height: 0 !important;
    font-size: 12px;
  }
}
@media (max-width: 479.98px) {
  .software.sticky .table__item p.val {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    font-size: 14px;
  }
}
@media (max-width: 479.98px) {
  .software.sticky .table__item p.val span {
    font-size: 12px;
  }
}
@media (max-width: 479.98px) {
  .software.sticky .table__item h4 {
    font-size: 10px;
  }
}

.highlights .table {
  display: grid;
  display: grid;
}
@media (max-width: 479.98px) {
  .highlights .table {
    grid-template-columns: 140px repeat(3, minmax(0, 1fr));
  }
}

.trials .table__item {
  position: relative;
}
.trials .table__item .shadow-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 100%;
  z-index: 20;
}
.trials .table__item.active .shadow-box::before {
  -webkit-box-shadow: 0 -10px 14px rgba(51, 51, 51, 0.34);
          box-shadow: 0 -10px 14px rgba(51, 51, 51, 0.34);
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}

html {
  scroll-behavior: smooth;
  position: relative;
}

body {
  width: 100%;
  font-family: "Urbanist";
  position: relative;
  background-color: #FFFFFF;
}

.wrapper {
  position: relative;
  overflow: clip;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

[class$=__container] {
  max-width: 1290px;
  padding-inline: 15px;
  margin-inline: auto;
}

h1 {
  font-family: "Urbanist";
  font-weight: 800;
  line-height: 1.2;
  color: #141010;
}
@media (min-width: 80.625em) {
  h1 {
    font-size: 3.25rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (font-size: clamp( 2.125rem , 1.689516129rem  +  1.935483871vw , 3.25rem )) {
    h1 {
      font-size: clamp( 2.125rem , 1.689516129rem  +  1.935483871vw , 3.25rem );
    }
  }
  @supports not (font-size: clamp( 2.125rem , 1.689516129rem  +  1.935483871vw , 3.25rem )) {
    h1 {
      font-size: calc(2.125rem + 1.125 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  h1 {
    font-size: 2.125rem;
  }
}
h1 span {
  color: #1CBBFF;
}

h2 {
  font-family: "Urbanist";
  font-weight: 800;
  line-height: 1.2;
  color: #1CBBFF;
  text-align: center;
}
@media (min-width: 80.625em) {
  h2 {
    font-size: 3rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (font-size: clamp( 1.5rem , 0.9193548387rem  +  2.5806451613vw , 3rem )) {
    h2 {
      font-size: clamp( 1.5rem , 0.9193548387rem  +  2.5806451613vw , 3rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 0.9193548387rem  +  2.5806451613vw , 3rem )) {
    h2 {
      font-size: calc(1.5rem + 1.5 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 80.625em) {
  h2 {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (margin-bottom: clamp( 1.5625rem , 0.9576612903rem  +  2.688172043vw , 3.125rem )) {
    h2 {
      margin-bottom: clamp( 1.5625rem , 0.9576612903rem  +  2.688172043vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.5625rem , 0.9576612903rem  +  2.688172043vw , 3.125rem )) {
    h2 {
      margin-bottom: calc(1.5625rem + 1.5625 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  h2 {
    margin-bottom: 1.5625rem;
  }
}
h2 span {
  color: #141010;
}

h3 {
  font-family: "Urbanist";
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 5;
}
@media (min-width: 80.625em) {
  h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (font-size: clamp( 0.875rem , 0.7298387097rem  +  0.6451612903vw , 1.25rem )) {
    h3 {
      font-size: clamp( 0.875rem , 0.7298387097rem  +  0.6451612903vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.7298387097rem  +  0.6451612903vw , 1.25rem )) {
    h3 {
      font-size: calc(0.875rem + 0.375 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  h3 {
    font-size: 0.875rem;
  }
}

h4 {
  font-family: "Urbanist";
  font-weight: 500;
  line-height: 1.4;
  color: #4B3D3D;
  text-align: left;
}
@media (min-width: 80.625em) {
  h4 {
    font-size: 1rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (font-size: clamp( 0.75rem , 0.6532258065rem  +  0.4301075269vw , 1rem )) {
    h4 {
      font-size: clamp( 0.75rem , 0.6532258065rem  +  0.4301075269vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6532258065rem  +  0.4301075269vw , 1rem )) {
    h4 {
      font-size: calc(0.75rem + 0.25 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  h4 {
    font-size: 0.75rem;
  }
}
@media (max-width: 479.98px) {
  h4 {
    line-height: 1;
  }
}
h4 span {
  font-weight: 700;
}

p {
  font-family: "Urbanist";
  font-weight: 500;
  line-height: 1.4;
  color: #4B3D3D;
  text-align: center;
}
@media (min-width: 80.625em) {
  p {
    font-size: 1rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (font-size: clamp( 0.75rem , 0.6532258065rem  +  0.4301075269vw , 1rem )) {
    p {
      font-size: clamp( 0.75rem , 0.6532258065rem  +  0.4301075269vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6532258065rem  +  0.4301075269vw , 1rem )) {
    p {
      font-size: calc(0.75rem + 0.25 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  p {
    font-size: 0.75rem;
  }
}
p span {
  font-weight: 700;
}
@media (max-width: 479.98px) {
  p {
    line-height: 1;
  }
}

@media (min-width: 80.625em) {
  section {
    margin-bottom: 7.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (margin-bottom: clamp( 3.75rem , 2.2983870968rem  +  6.4516129032vw , 7.5rem )) {
    section {
      margin-bottom: clamp( 3.75rem , 2.2983870968rem  +  6.4516129032vw , 7.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.75rem , 2.2983870968rem  +  6.4516129032vw , 7.5rem )) {
    section {
      margin-bottom: calc(3.75rem + 3.75 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  section {
    margin-bottom: 3.75rem;
  }
}