*,
*::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;
}
.nowrap { white-space: nowrap;}
@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: "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;
}
.header__logo img, .table__img-badge img, .table__img-tuv img, .table__img-mark img, .table__img img, .info-icon__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.table__img-badge  { position: relative; }
.hoverscale { position: relative; }
.hoverscale:hover img + img {
    position: absolute;
    width: 150px;
    height: auto;
    z-index: 1;
    transform: translateX(-50%);
    left: 50%;
    top: calc(100% + 20px);
    display: block!important;
}
.table__img-badge img + img {
    position: absolute;
    width: 150px;
    height: auto;
    z-index: 1;
    transform: translateX(-50%);
    left: 50%;
    top: 120%;
}

.button {
  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: #14A685;
  color: #FFFFFF;
  font-family: "SF Pro Display";
  font-weight: 600;
  border: 1px solid #14A685;
  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;
}
.software__table_sticky { position: fixed; left:0; z-index: 100; width: 100%; display: none; top:0; }
.software__table_sticky.active { display: block!important }
@media (min-width: 80.625em) {
  .button {
    gap: 0.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (gap: clamp( 0.125rem , -0.0201612903rem  +  0.6451612903vw , 0.5rem )) {
    .button {
      gap: clamp( 0.125rem , -0.0201612903rem  +  0.6451612903vw , 0.5rem );
    }
  }
  @supports not (gap: clamp( 0.125rem , -0.0201612903rem  +  0.6451612903vw , 0.5rem )) {
    .button {
      gap: calc(0.125rem + 0.375 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .button {
    gap: 0.125rem;
  }
}
@media (min-width: 80.625em) {
  .button {
    padding-block: 0.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (padding-block: clamp( 0.25rem , 0.1532258065rem  +  0.4301075269vw , 0.5rem )) {
    .button {
      padding-block: clamp( 0.25rem , 0.1532258065rem  +  0.4301075269vw , 0.5rem );
    }
  }
  @supports not (padding-block: clamp( 0.25rem , 0.1532258065rem  +  0.4301075269vw , 0.5rem )) {
    .button {
      padding-block: calc(0.25rem + 0.25 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .button {
    padding-block: 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.625rem , 0.4798387097rem  +  0.6451612903vw , 1rem )) {
    .button {
      font-size: clamp( 0.625rem , 0.4798387097rem  +  0.6451612903vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.625rem , 0.4798387097rem  +  0.6451612903vw , 1rem )) {
    .button {
      font-size: calc(0.625rem + 0.375 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .button {
    font-size: 0.625rem;
  }
}
@media (max-width: 479.98px) {
  .button {
    line-height: 1.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: 1rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (height: clamp( 0.5625rem , 0.3931451613rem  +  0.752688172vw , 1rem )) {
    .button img {
      height: clamp( 0.5625rem , 0.3931451613rem  +  0.752688172vw , 1rem );
    }
  }
  @supports not (height: clamp( 0.5625rem , 0.3931451613rem  +  0.752688172vw , 1rem )) {
    .button img {
      height: calc(0.5625rem + 0.4375 * (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: #45df9f;
  color: #FFFFFF;
}

.info-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
  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 {
    right: 1.625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (right: clamp( 0.9375rem , 0.6713709677rem  +  1.1827956989vw , 1.625rem )) {
    .info-icon {
      right: clamp( 0.9375rem , 0.6713709677rem  +  1.1827956989vw , 1.625rem );
    }
  }
  @supports not (right: clamp( 0.9375rem , 0.6713709677rem  +  1.1827956989vw , 1.625rem )) {
    .info-icon {
      right: calc(0.9375rem + 0.6875 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .info-icon {
    right: 0.9375rem;
  }
}
.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;
}
.info-icon__text p { text-align: left; }
.invoice .info-icon__text { left: 100% }
.invoice .info-icon__text p {font-size: 13px; }
.invoice .info-icon__text p br { display: none}
.invoice .info-icon{ right: unset }
@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: repeat(5, minmax(0, 1fr));
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.table__item {
  position: relative;
  background: #FAFAFA;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  word-wrap: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  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: 25px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media (min-width: 80.625em) {
  .table__item {
    padding: 1.75rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (padding: clamp( 0.25rem , -0.3306451613rem  +  2.5806451613vw , 1.75rem )) {
    .table__item {
      padding: clamp( 0.25rem , -0.3306451613rem  +  2.5806451613vw , 1.75rem );
    }
  }
  @supports not (padding: clamp( 0.25rem , -0.3306451613rem  +  2.5806451613vw , 1.75rem )) {
    .table__item {
      padding: calc(0.25rem + 1.5 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__item {
    padding: 0.25rem;
  }
}
.table__item.first {
  border-top: 2px solid transparent;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (max-width: 479.98px) {
  .table__item.first h3 {
    min-height: 65px;
  }
}
.table__item.last {
  border-bottom: 2px solid transparent;
}
.table__item.active {
  border-left: 2px solid #14A685;
  border-right: 2px solid #14A685;
}
.table__item.active.first {
  border-top: 2px solid #14A685;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.table__item.active.last {
  border-bottom: 2px solid #14A685;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.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-price {
  position: relative;
  background: #E8F4EF;
}
@media (min-width: 80.625em) {
  .table__item-price {
    padding: 1rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (padding: clamp( 0.25rem , -0.0403225806rem  +  1.2903225806vw , 1rem )) {
    .table__item-price {
      padding: clamp( 0.25rem , -0.0403225806rem  +  1.2903225806vw , 1rem );
    }
  }
  @supports not (padding: clamp( 0.25rem , -0.0403225806rem  +  1.2903225806vw , 1rem )) {
    .table__item-price {
      padding: calc(0.25rem + 0.75 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__item-price {
    padding: 0.25rem;
  }
}
.table__item-price .table__item-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table__item-price .info-icon--grey {
  position: relative;
  left: 3px;
}
@media (min-width: 80.625em) {
  .table__item-price .info-icon--grey {
    width: 1.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (width: clamp( 0.75rem , 0.6048387097rem  +  0.6451612903vw , 1.125rem )) {
    .table__item-price .info-icon--grey {
      width: clamp( 0.75rem , 0.6048387097rem  +  0.6451612903vw , 1.125rem );
    }
  }
  @supports not (width: clamp( 0.75rem , 0.6048387097rem  +  0.6451612903vw , 1.125rem )) {
    .table__item-price .info-icon--grey {
      width: calc(0.75rem + 0.375 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__item-price .info-icon--grey {
    width: 0.75rem;
  }
}
@media (min-width: 80.625em) {
  .table__item-price .info-icon--grey {
    height: 1.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (height: clamp( 0.75rem , 0.6048387097rem  +  0.6451612903vw , 1.125rem )) {
    .table__item-price .info-icon--grey {
      height: clamp( 0.75rem , 0.6048387097rem  +  0.6451612903vw , 1.125rem );
    }
  }
  @supports not (height: clamp( 0.75rem , 0.6048387097rem  +  0.6451612903vw , 1.125rem )) {
    .table__item-price .info-icon--grey {
      height: calc(0.75rem + 0.375 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__item-price .info-icon--grey {
    height: 0.75rem;
  }
}
.table__item-price .info-icon--grey .info-icon__text {
  left: 100%;
}
@media (min-width: 80.625em) {
  .table__item-price .info-icon--grey .info-icon__text {
    width: 15rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (width: clamp( 10rem , 8.064516129rem  +  8.6021505376vw , 15rem )) {
    .table__item-price .info-icon--grey .info-icon__text {
      width: clamp( 10rem , 8.064516129rem  +  8.6021505376vw , 15rem );
    }
  }
  @supports not (width: clamp( 10rem , 8.064516129rem  +  8.6021505376vw , 15rem )) {
    .table__item-price .info-icon--grey .info-icon__text {
      width: calc(10rem + 5 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__item-price .info-icon--grey .info-icon__text {
    width: 10rem;
  }
}
.table__item-price p.val {
  color: #2AB198;
  font-weight: 400;
  line-height: 1.25;
}
.service .table__item.table__item-price[data-column="1"] p.val,
.table__item.table__item-price.brush[data-column="1"] p.val {
   position: relative;
    top: -6px;
}

@media (min-width: 80.625em) {
  .table__item-price p.val {
    font-size: 1.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (font-size: clamp( 0.75rem , 0.4596774194rem  +  1.2903225806vw , 1.5rem )) {
    .table__item-price p.val {
      font-size: clamp( 0.75rem , 0.4596774194rem  +  1.2903225806vw , 1.5rem );
    }

  }
  @supports not (font-size: clamp( 0.75rem , 0.4596774194rem  +  1.2903225806vw , 1.5rem )) {
    .table__item-price p.val {
      font-size: calc(0.75rem + 0.75 * (100vw - 22.5rem) / 58.125);
    }
    

 
  }
}
@media (max-width: 22.5em) {
  .table__item-price p.val {
    font-size: 0.75rem;
  }
}
.table__item-price .crossed {
  text-decoration: line-through;
  color: var(--Main-Martini, #A79797);
  text-align: center;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 80.625em) {
  .table__item-price .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-price .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-price .crossed {
      font-size: calc(0.625rem + 0.5 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__item-price .crossed {
    font-size: 0.625rem;
  }
}
.table__item-price .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: 212px;
  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;
  }
}
@media (min-width: 80.625em) {
  .table__img-tuv {
    width: 5.5625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (width: clamp( 3.125rem , 2.1814516129rem  +  4.1935483871vw , 5.5625rem )) {
    .table__img-tuv {
      width: clamp( 3.125rem , 2.1814516129rem  +  4.1935483871vw , 5.5625rem );
    }
  }
  @supports not (width: clamp( 3.125rem , 2.1814516129rem  +  4.1935483871vw , 5.5625rem )) {
    .table__img-tuv {
      width: calc(3.125rem + 2.4375 * (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: 6.3125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (height: clamp( 3.75rem , 2.7580645161rem  +  4.4086021505vw , 6.3125rem )) {
    .table__img-tuv {
      height: clamp( 3.75rem , 2.7580645161rem  +  4.4086021505vw , 6.3125rem );
    }
  }
  @supports not (height: clamp( 3.75rem , 2.7580645161rem  +  4.4086021505vw , 6.3125rem )) {
    .table__img-tuv {
      height: calc(3.75rem + 2.5625 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__img-tuv {
    height: 3.75rem;
  }
}
@media (min-width: 80.625em) {
  .table__img-badge {
    width: 5.375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (width: clamp( 3.125rem , 2.2540322581rem  +  3.8709677419vw , 5.375rem )) {
    .table__img-badge {
      width: clamp( 3.125rem , 2.2540322581rem  +  3.8709677419vw , 5.375rem );
    }
  }
  @supports not (width: clamp( 3.125rem , 2.2540322581rem  +  3.8709677419vw , 5.375rem )) {
    .table__img-badge {
      width: calc(3.125rem + 2.25 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__img-badge {
    width: 3.125rem;
  }
}
@media (min-width: 80.625em) {
  .table__img-badge {
    height: 5.375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (height: clamp( 3.125rem , 2.2540322581rem  +  3.8709677419vw , 5.375rem )) {
    .table__img-badge {
      height: clamp( 3.125rem , 2.2540322581rem  +  3.8709677419vw , 5.375rem );
    }
  }
  @supports not (height: clamp( 3.125rem , 2.2540322581rem  +  3.8709677419vw , 5.375rem )) {
    .table__img-badge {
      height: calc(3.125rem + 2.25 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .table__img-badge {
    height: 3.125rem;
  }
}
.header {
  width: 100%;
  padding-block: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  width: 183px;
  max-width: 47%
}
.header__anzeige {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  padding-right: 35px;
  transform: translateX(100px);
}
@media (max-width: 1480px) {
  .header__anzeige { transform: unset; }
}
@media (max-width: 767px) {
  .header__anzeige {
    position: absolute;
    right: 13%;
    top: 276px;
  }
}
.header__anzeige-title {
  font-family: "Urbanist";
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
}
.header .info-icon {
  position: absolute;
  right: 0;
  z-index: 100;
}
.header .info-icon__text {
  position: relative;
  width: 550px;
  position: fixed !important;
  top: 100% !important;
  left: unset !important;
  right: 0 !important;
  z-index: 100;
}

.footer {
  padding-block: 25px;
  background-color: #FAFAFA;
  font-family: "Urbanist";
}
.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: 850px;
  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: #14A685;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}
.footer__text {
  color: #141010;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 479.98px) {
  .footer__text {
    text-align: center;
  }
}

.hero {
  background-color: #14A685;
  min-height: 306px;
  padding-top: 84px;
  padding-bottom: 36px;
  overflow: hidden;
}
@media (min-width: 80.625em) {
  .hero {
    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 )) {
    .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: 22.5em) {
  .hero {
    margin-bottom: 3.75rem;
  }
}
.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%;
}
.hero__left {
  width: 50%;
}
.hero__right {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.hero__title {
  max-width: 474px;
  width: 100%;
}
@media (max-width: 479.98px) {
  .hero__title {
    max-width: 180px;
    width: 100%;
  }
}
.hero__title span {
  opacity: 0.5;
}
.hero__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 306px;
  z-index: 1;
}
.hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media (min-width: 80.625em) {
  .software {
    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 )) {
    .software {
      margin-bottom: clamp( 3.75rem , 2.2983870968rem  +  6.4516129032vw , 7.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.75rem , 2.2983870968rem  +  6.4516129032vw , 7.5rem )) {
    .software {
      margin-bottom: calc(3.75rem + 3.75 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .software {
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 80.625em) {
  .functions {
    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 )) {
    .functions {
      margin-bottom: clamp( 3.75rem , 2.2983870968rem  +  6.4516129032vw , 7.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.75rem , 2.2983870968rem  +  6.4516129032vw , 7.5rem )) {
    .functions {
      margin-bottom: calc(3.75rem + 3.75 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .functions {
    margin-bottom: 3.75rem;
  }
}
.functions .table__item.first {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.functions .table__item.brush {
  background: #e8f4ef;
}

@media (min-width: 80.625em) {
  .comparison {
    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 )) {
    .comparison {
      margin-bottom: clamp( 3.75rem , 2.2983870968rem  +  6.4516129032vw , 7.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.75rem , 2.2983870968rem  +  6.4516129032vw , 7.5rem )) {
    .comparison {
      margin-bottom: calc(3.75rem + 3.75 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .comparison {
    margin-bottom: 3.75rem;
  }
}
.comparison .table__item.first {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comparison .table__item.brush {
  background: #e8f4ef;
}

@media (min-width: 80.625em) {
  .invoice {
    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 )) {
    .invoice {
      margin-bottom: clamp( 3.75rem , 2.2983870968rem  +  6.4516129032vw , 7.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.75rem , 2.2983870968rem  +  6.4516129032vw , 7.5rem )) {
    .invoice {
      margin-bottom: calc(3.75rem + 3.75 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .invoice {
    margin-bottom: 3.75rem;
  }
}
.invoice .table__item.first {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.invoice .table__item.green {
  background: #e8f4ef;
}

@media (min-width: 80.625em) {
  .service {
    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 )) {
    .service {
      margin-bottom: clamp( 3.75rem , 2.2983870968rem  +  6.4516129032vw , 7.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.75rem , 2.2983870968rem  +  6.4516129032vw , 7.5rem )) {
    .service {
      margin-bottom: calc(3.75rem + 3.75 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  .service {
    margin-bottom: 3.75rem;
  }
}
.service .table__item.first {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.service .table__item.brush {
  background: #e8f4ef;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-family: "SF Pro Display";
  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: "SF Pro Display";
  font-weight: 700;
  line-height: 1.2;
  color: #FFFFFF;
}
@media (min-width: 80.625em) {
  h1 {
    font-size: 3.25rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (font-size: clamp( 1.75rem , 1.1693548387rem  +  2.5806451613vw , 3.25rem )) {
    h1 {
      font-size: clamp( 1.75rem , 1.1693548387rem  +  2.5806451613vw , 3.25rem );
    }
  }
  @supports not (font-size: clamp( 1.75rem , 1.1693548387rem  +  2.5806451613vw , 3.25rem )) {
    h1 {
      font-size: calc(1.75rem + 1.5 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  h1 {
    font-size: 1.75rem;
  }
}

h2 {
  font-family: "SF Pro Display";
  font-weight: 700;
  line-height: 1.2;
  color: #141010;
  text-align: center;
}
@media (min-width: 80.625em) {
  h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (font-size: clamp( 1.5rem , 1.1129032258rem  +  1.7204301075vw , 2.5rem )) {
    h2 {
      font-size: clamp( 1.5rem , 1.1129032258rem  +  1.7204301075vw , 2.5rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 1.1129032258rem  +  1.7204301075vw , 2.5rem )) {
    h2 {
      font-size: calc(1.5rem + 1 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 80.625em) {
  h2 {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 80.625em) {
  @supports (margin-bottom: clamp( 1.25rem , 0.7661290323rem  +  2.1505376344vw , 2.5rem )) {
    h2 {
      margin-bottom: clamp( 1.25rem , 0.7661290323rem  +  2.1505376344vw , 2.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 0.7661290323rem  +  2.1505376344vw , 2.5rem )) {
    h2 {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  h2 {
    margin-bottom: 1.25rem;
  }
}

h3 {
  font-family: "SF Pro Display";
  font-weight: 700;
  line-height: 1.3;
  color: #141010;
  text-align: center;
}
@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.75rem , 0.5564516129rem  +  0.8602150538vw , 1.25rem )) {
    h3 {
      font-size: clamp( 0.75rem , 0.5564516129rem  +  0.8602150538vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.5564516129rem  +  0.8602150538vw , 1.25rem )) {
    h3 {
      font-size: calc(0.75rem + 0.5 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  h3 {
    font-size: 0.75rem;
  }
}

h4 {
  font-family: "SF Pro Display";
  font-weight: 600;
  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.625rem , 0.4798387097rem  +  0.6451612903vw , 1rem )) {
    h4 {
      font-size: clamp( 0.625rem , 0.4798387097rem  +  0.6451612903vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.625rem , 0.4798387097rem  +  0.6451612903vw , 1rem )) {
    h4 {
      font-size: calc(0.625rem + 0.375 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  h4 {
    font-size: 0.625rem;
  }
}

p {
  font-family: "SF Pro Display";
  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.625rem , 0.4798387097rem  +  0.6451612903vw , 1rem )) {
    p {
      font-size: clamp( 0.625rem , 0.4798387097rem  +  0.6451612903vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.625rem , 0.4798387097rem  +  0.6451612903vw , 1rem )) {
    p {
      font-size: calc(0.625rem + 0.375 * (100vw - 22.5rem) / 58.125);
    }
  }
}
@media (max-width: 22.5em) {
  p {
    font-size: 0.625rem;
  }
}
@media (max-width: 575px) {
   .header .info-icon__text { width: 80vw }
}