@charset "UTF-8";
*,
*::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-Bold.woff") format("woff"), url("../fonts/Urbanist-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-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-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-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__adv img, .popup .stop__arrow img, .popup__cross img, .hero__sticky .table__row:first-child .table__version-link img, .hero__sticky .table__row:first-child .table__tarif-link img, .header__logo img, .info-icon__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.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: #039ADB;
  color: #FFFFFF;
  font-family: "SF Pro Display";
  font-weight: 500;
  border: 1px solid #039ADB;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 62.75em) {
  .button {
    padding-top: 0.875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (padding-top: clamp( 0.5rem , 0.2903726708rem  +  0.9316770186vw , 0.875rem )) {
    .button {
      padding-top: clamp( 0.5rem , 0.2903726708rem  +  0.9316770186vw , 0.875rem );
    }
  }
  @supports not (padding-top: clamp( 0.5rem , 0.2903726708rem  +  0.9316770186vw , 0.875rem )) {
    .button {
      padding-top: calc(0.5rem + 0.375 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  .button {
    padding-top: 0.5rem;
  }
}
@media (min-width: 62.75em) {
  .button {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (padding-bottom: clamp( 0.5rem , 0.2903726708rem  +  0.9316770186vw , 0.875rem )) {
    .button {
      padding-bottom: clamp( 0.5rem , 0.2903726708rem  +  0.9316770186vw , 0.875rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.5rem , 0.2903726708rem  +  0.9316770186vw , 0.875rem )) {
    .button {
      padding-bottom: calc(0.5rem + 0.375 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  .button {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 62.75em) {
  .button {
    padding-left: 3.375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (padding-left: clamp( 0.5rem , -1.1071428571rem  +  7.1428571429vw , 3.375rem )) {
    .button {
      padding-left: clamp( 0.5rem , -1.1071428571rem  +  7.1428571429vw , 3.375rem );
    }
  }
  @supports not (padding-left: clamp( 0.5rem , -1.1071428571rem  +  7.1428571429vw , 3.375rem )) {
    .button {
      padding-left: calc(0.5rem + 2.875 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  .button {
    padding-left: 0.5rem;
  }
}
@media (min-width: 62.75em) {
  .button {
    padding-right: 3.375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (padding-right: clamp( 0.5rem , -1.1071428571rem  +  7.1428571429vw , 3.375rem )) {
    .button {
      padding-right: clamp( 0.5rem , -1.1071428571rem  +  7.1428571429vw , 3.375rem );
    }
  }
  @supports not (padding-right: clamp( 0.5rem , -1.1071428571rem  +  7.1428571429vw , 3.375rem )) {
    .button {
      padding-right: calc(0.5rem + 2.875 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  .button {
    padding-right: 0.5rem;
  }
}
@media (min-width: 62.75em) {
  .button {
    font-size: 1rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (font-size: clamp( 0.625rem , 0.4153726708rem  +  0.9316770186vw , 1rem )) {
    .button {
      font-size: clamp( 0.625rem , 0.4153726708rem  +  0.9316770186vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.625rem , 0.4153726708rem  +  0.9316770186vw , 1rem )) {
    .button {
      font-size: calc(0.625rem + 0.375 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  .button {
    font-size: 0.625rem;
  }
}
.button:hover {
  background-color: #FFFFFF;
  color: #039ADB;
}

.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: 62.75em) {
  .info-icon {
    right: 1.625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (right: clamp( 0.9375rem , 0.5531832298rem  +  1.7080745342vw , 1.625rem )) {
    .info-icon {
      right: clamp( 0.9375rem , 0.5531832298rem  +  1.7080745342vw , 1.625rem );
    }
  }
  @supports not (right: clamp( 0.9375rem , 0.5531832298rem  +  1.7080745342vw , 1.625rem )) {
    .info-icon {
      right: calc(0.9375rem + 0.6875 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@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 #D3D3D3;
  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: 62.75em) {
  .info-icon__text {
    width: 18.75rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (width: clamp( 12.5rem , 9.0062111801rem  +  15.5279503106vw , 18.75rem )) {
    .info-icon__text {
      width: clamp( 12.5rem , 9.0062111801rem  +  15.5279503106vw , 18.75rem );
    }
  }
  @supports not (width: clamp( 12.5rem , 9.0062111801rem  +  15.5279503106vw , 18.75rem )) {
    .info-icon__text {
      width: calc(12.5rem + 6.25 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@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: 62.75em) {
  .info-icon__paragraph {
    font-size: 1rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (font-size: clamp( 0.625rem , 0.4153726708rem  +  0.9316770186vw , 1rem )) {
    .info-icon__paragraph {
      font-size: clamp( 0.625rem , 0.4153726708rem  +  0.9316770186vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.625rem , 0.4153726708rem  +  0.9316770186vw , 1rem )) {
    .info-icon__paragraph {
      font-size: calc(0.625rem + 0.375 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@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 {
  width: 100%;
}
@media (min-width: 62.75em) {
  .table {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (margin-bottom: clamp( 2.8125rem , 2.288431677rem  +  2.3291925466vw , 3.75rem )) {
    .table {
      margin-bottom: clamp( 2.8125rem , 2.288431677rem  +  2.3291925466vw , 3.75rem );
    }
  }
  @supports not (margin-bottom: clamp( 2.8125rem , 2.288431677rem  +  2.3291925466vw , 3.75rem )) {
    .table {
      margin-bottom: calc(2.8125rem + 0.9375 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  .table {
    margin-bottom: 2.8125rem;
  }
}
.table__title {
  margin-bottom: 20px;
}
.table__content {
  width: 100%;
}
@media (min-width: 62.75em) {
  .table__content {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (margin-bottom: clamp( 0.625rem , 0.275621118rem  +  1.5527950311vw , 1.25rem )) {
    .table__content {
      margin-bottom: clamp( 0.625rem , 0.275621118rem  +  1.5527950311vw , 1.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.625rem , 0.275621118rem  +  1.5527950311vw , 1.25rem )) {
    .table__content {
      margin-bottom: calc(0.625rem + 0.625 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  .table__content {
    margin-bottom: 0.625rem;
  }
}
.table__head-content {
  padding: 9px 10px;
  background-color: #2AB198;
  border-radius: 12px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 7px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.table__head-content img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 62.75em) {
  .table__head-content img {
    width: 1.8125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (width: clamp( 1.25rem , 0.9355590062rem  +  1.397515528vw , 1.8125rem )) {
    .table__head-content img {
      width: clamp( 1.25rem , 0.9355590062rem  +  1.397515528vw , 1.8125rem );
    }
  }
  @supports not (width: clamp( 1.25rem , 0.9355590062rem  +  1.397515528vw , 1.8125rem )) {
    .table__head-content img {
      width: calc(1.25rem + 0.5625 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  .table__head-content img {
    width: 1.25rem;
  }
}
@media (min-width: 62.75em) {
  .table__head-content img {
    height: 1.8125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (height: clamp( 1.25rem , 0.9355590062rem  +  1.397515528vw , 1.8125rem )) {
    .table__head-content img {
      height: clamp( 1.25rem , 0.9355590062rem  +  1.397515528vw , 1.8125rem );
    }
  }
  @supports not (height: clamp( 1.25rem , 0.9355590062rem  +  1.397515528vw , 1.8125rem )) {
    .table__head-content img {
      height: calc(1.25rem + 0.5625 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  .table__head-content img {
    height: 1.25rem;
  }
}
.table__head-content--active img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.table__body-content {
  border: 1px solid #D3D3D3;
  border-radius: 0px 0px 12px 12px;
  overflow: visible !important;
  position: relative;
  max-height: 10000px;
  -webkit-transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), z-index 0.3s ease-in-out;
  transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), z-index 0.3s ease-in-out;
}
.table__body-content.closed {
  max-height: 0;
  overflow: hidden !important;
  z-index: -1;
}
.table__row {
  width: 100%;
  display: grid;
  position: relative;
  grid-template-columns: minmax(150px, 309fr) minmax(150px, 330fr) 5px minmax(150px, 330fr);
  gap: 0;
}
@media (max-width: 479.98px) {
  .table__row {
    grid-template-columns: minmax(100px, 139fr) minmax(100px, 119fr) 3px minmax(100px, 119fr);
  }
}
.table__name-row {
  border-right: 1.5px solid #D3D3D3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
  -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;
  gap: 8px;
}
@media (min-width: 62.75em) {
  .table__name-row {
    padding: 1.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (padding: clamp( 0.75rem , 0.5403726708rem  +  0.9316770186vw , 1.125rem )) {
    .table__name-row {
      padding: clamp( 0.75rem , 0.5403726708rem  +  0.9316770186vw , 1.125rem );
    }
  }
  @supports not (padding: clamp( 0.75rem , 0.5403726708rem  +  0.9316770186vw , 1.125rem )) {
    .table__name-row {
      padding: calc(0.75rem + 0.375 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  .table__name-row {
    padding: 0.75rem;
  }
}
.table__name-row p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.table__name-row, .table__tarif, .table__version {
  border-bottom: 1.5px solid #D3D3D3;
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table__row:last-child .table__name-row, .table__row:last-child .table__tarif, .table__row:last-child .table__version {
  border-bottom: none;
}
.table__tarif, .table__version {
  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;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #FAFAFA;
}
@media (min-width: 62.75em) {
  .table__tarif, .table__version {
    padding: 1.75rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (padding: clamp( 0.75rem , 0.1909937888rem  +  2.4844720497vw , 1.75rem )) {
    .table__tarif, .table__version {
      padding: clamp( 0.75rem , 0.1909937888rem  +  2.4844720497vw , 1.75rem );
    }
  }
  @supports not (padding: clamp( 0.75rem , 0.1909937888rem  +  2.4844720497vw , 1.75rem )) {
    .table__tarif, .table__version {
      padding: calc(0.75rem + 1 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  .table__tarif, .table__version {
    padding: 0.75rem;
  }
}
.table__tarif p, .table__version p {
  text-align: center;
}
@media (min-width: 62.75em) {
  .table__tarif img, .table__version img {
    width: 1.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (width: clamp( 1rem , 0.7204968944rem  +  1.2422360248vw , 1.5rem )) {
    .table__tarif img, .table__version img {
      width: clamp( 1rem , 0.7204968944rem  +  1.2422360248vw , 1.5rem );
    }
  }
  @supports not (width: clamp( 1rem , 0.7204968944rem  +  1.2422360248vw , 1.5rem )) {
    .table__tarif img, .table__version img {
      width: calc(1rem + 0.5 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  .table__tarif img, .table__version img {
    width: 1rem;
  }
}
@media (min-width: 62.75em) {
  .table__tarif img, .table__version img {
    height: 1.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (height: clamp( 1rem , 0.7204968944rem  +  1.2422360248vw , 1.5rem )) {
    .table__tarif img, .table__version img {
      height: clamp( 1rem , 0.7204968944rem  +  1.2422360248vw , 1.5rem );
    }
  }
  @supports not (height: clamp( 1rem , 0.7204968944rem  +  1.2422360248vw , 1.5rem )) {
    .table__tarif img, .table__version img {
      height: calc(1rem + 0.5 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  .table__tarif img, .table__version img {
    height: 1rem;
  }
}
.table__gap {
  background-color: rgba(211, 211, 211, 0.5);
}
.table span {
  font-weight: 700;
}
.table__tarif-num, .table__version-num {
  color: #141010;
  font-weight: 700;
}
@media (min-width: 62.75em) {
  .table__tarif-num, .table__version-num {
    font-size: 2rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (font-size: clamp( 1.0625rem , 0.538431677rem  +  2.3291925466vw , 2rem )) {
    .table__tarif-num, .table__version-num {
      font-size: clamp( 1.0625rem , 0.538431677rem  +  2.3291925466vw , 2rem );
    }
  }
  @supports not (font-size: clamp( 1.0625rem , 0.538431677rem  +  2.3291925466vw , 2rem )) {
    .table__tarif-num, .table__version-num {
      font-size: calc(1.0625rem + 0.9375 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  .table__tarif-num, .table__version-num {
    font-size: 1.0625rem;
  }
}
.table__text {
  text-align: center !important;
}
.table__erechung {
  width: 85px !important;
  height: 85px !important;
  aspect-ratio: 1/1;
}
@media (max-width: 767.98px) {
  .table__erechung {
    width: 56px !important;
    height: 56px !important;
  }
}
.table__version--tuv {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.table__version--tuv p {
  text-align: center;
}
.table__tuv {
  width: 75px !important;
  height: 85px !important;
  aspect-ratio: 15/17;
}
@media (max-width: 767.98px) {
  .table__tuv {
    width: 46px !important;
    height: 53px !important;
    aspect-ratio: 46/53;
  }
}
.table__tarif--flag, .table__version--flag {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.table__tarif--flag p, .table__version--flag p {
  text-align: center;
}
.table__tarif--flag img, .table__version--flag img {
  width: 100px !important;
  height: 60px !important;
  aspect-ratio: 5/3;
}
@media (max-width: 767.98px) {
  .table__tarif--flag img, .table__version--flag img {
    width: 60px !important;
    height: 36px !important;
  }
}
.table__version--brands img {
  max-width: 274px !important;
  width: 100% !important;
  max-height: 194px !important;
  height: 100% !important;
  aspect-ratio: 137/97 !important;
}
.table__version--logos img {
  max-width: 194px !important;
  width: 100% !important;
  max-height: 90px !important;
  height: 100% !important;
}
@media (max-width: 767.98px) {
  .table__version--logos img {
    max-width: 76px !important;
    max-height: 38px !important;
    aspect-ratio: 2/1 !important;
  }
}
.table__version--info, .table__tarif--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.table:last-of-type {
  margin-bottom: 0 !important;
}

.header {
  padding-block: 14px;
  border-bottom: 1px solid rgba(167, 151, 151, 0.34);
}
.header__container {
  max-width: 1174px !important;
  width: 100%;
  margin: 0 auto;
  padding-inline: 15px;
  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;
}
.header__logo {
  width: 144px;
}
.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.header__link {
  color: #A79797;
  font-weight: 500;
  line-height: 1.4;
}
.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;
}
.header .info-icon {
  position: absolute;
  right: 0;
  z-index: 100;
}
.header .info-icon__text {
  position: relative;
  width: 350px;
  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: 665px;
  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: 15px;
}
.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 (min-width: 62.75em) {
  .footer__top {
    font-size: 1rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (font-size: clamp( 0.75rem , 0.6102484472rem  +  0.6211180124vw , 1rem )) {
    .footer__top {
      font-size: clamp( 0.75rem , 0.6102484472rem  +  0.6211180124vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6102484472rem  +  0.6211180124vw , 1rem )) {
    .footer__top {
      font-size: calc(0.75rem + 0.25 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  .footer__top {
    font-size: 0.75rem;
  }
}
@media (max-width: 479.98px) {
  .footer__top {
    letter-spacing: 0.36px;
  }
}
.footer__link {
  padding-left: 8px;
  border-left: 2px solid #4B3D3D;
  color: #2AB198;
  font-weight: 700;
}
.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 {
  padding-bottom: 120px;
}
@media (min-width: 62.75em) {
  .hero {
    padding-top: 4.375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (padding-top: clamp( 2.125rem , 0.8672360248rem  +  5.5900621118vw , 4.375rem )) {
    .hero {
      padding-top: clamp( 2.125rem , 0.8672360248rem  +  5.5900621118vw , 4.375rem );
    }
  }
  @supports not (padding-top: clamp( 2.125rem , 0.8672360248rem  +  5.5900621118vw , 4.375rem )) {
    .hero {
      padding-top: calc(2.125rem + 2.25 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  .hero {
    padding-top: 2.125rem;
  }
}
@media (min-width: 62.75em) {
  .hero {
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (padding-bottom: clamp( 2.8125rem , 0.1921583851rem  +  11.6459627329vw , 7.5rem )) {
    .hero {
      padding-bottom: clamp( 2.8125rem , 0.1921583851rem  +  11.6459627329vw , 7.5rem );
    }
  }
  @supports not (padding-bottom: clamp( 2.8125rem , 0.1921583851rem  +  11.6459627329vw , 7.5rem )) {
    .hero {
      padding-bottom: calc(2.8125rem + 4.6875 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  .hero {
    padding-bottom: 2.8125rem;
  }
}
.hero__head {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-bottom: 60px;
}
.hero__title {
  line-height: 1.2;
  text-align: center;
}
.hero__title-span {
  color: #FF4554;
}
.hero__subtitle {
  width: 320px;
  text-align: center;
  color: #141010;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 62.75em) {
  .hero__subtitle {
    font-size: 1.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (font-size: clamp( 0.875rem , 0.525621118rem  +  1.5527950311vw , 1.5rem )) {
    .hero__subtitle {
      font-size: clamp( 0.875rem , 0.525621118rem  +  1.5527950311vw , 1.5rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.525621118rem  +  1.5527950311vw , 1.5rem )) {
    .hero__subtitle {
      font-size: calc(0.875rem + 0.625 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  .hero__subtitle {
    font-size: 0.875rem;
  }
}
.hero__sticky {
  position: sticky;
  top: 0;
  margin-bottom: 0 !important;
  z-index: 50;
}
.hero__sticky .table__row:last-child {
  display: none;
}
.hero__sticky.sticky-active .table__row:last-child {
  display: grid; /* Показываем элемент */
}
.hero__sticky .table__name-row {
  border-bottom: none;
  border-right: none;
}
.hero__sticky .table__gap {
  background-color: transparent;
}
.hero__sticky .table__tarif,
.hero__sticky .table__version {
  border-top: 1.5px solid #2AB198;
  border-left: 1.5px solid #2AB198;
  border-right: 1.5px solid #2AB198;
  background-color: #E8F4EF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hero__sticky .table__row:first-child .table__tarif,
.hero__sticky .table__row:first-child .table__version {
  background-color: #FFFFFF;
  border-radius: 12px 12px 0 0;
}
@media (min-width: 62.75em) {
  .hero__sticky .table__row:first-child .table__tarif-link {
    width: 8.375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (width: clamp( 3.75rem , 1.1645962733rem  +  11.4906832298vw , 8.375rem )) {
    .hero__sticky .table__row:first-child .table__tarif-link {
      width: clamp( 3.75rem , 1.1645962733rem  +  11.4906832298vw , 8.375rem );
    }
  }
  @supports not (width: clamp( 3.75rem , 1.1645962733rem  +  11.4906832298vw , 8.375rem )) {
    .hero__sticky .table__row:first-child .table__tarif-link {
      width: calc(3.75rem + 4.625 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  .hero__sticky .table__row:first-child .table__tarif-link {
    width: 3.75rem;
  }
}
@media (min-width: 62.75em) {
  .hero__sticky .table__row:first-child .table__version-link {
    width: 7.1875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (width: clamp( 3.125rem , 0.8540372671rem  +  10.0931677019vw , 7.1875rem )) {
    .hero__sticky .table__row:first-child .table__version-link {
      width: clamp( 3.125rem , 0.8540372671rem  +  10.0931677019vw , 7.1875rem );
    }
  }
  @supports not (width: clamp( 3.125rem , 0.8540372671rem  +  10.0931677019vw , 7.1875rem )) {
    .hero__sticky .table__row:first-child .table__version-link {
      width: calc(3.125rem + 4.0625 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  .hero__sticky .table__row:first-child .table__version-link {
    width: 3.125rem;
  }
}
@media (max-width: 767.98px) {
  .hero__sticky .table__row:nth-child(2) {
    display: none;
  }
}
.hero__sticky .table__row span {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767.98px) {
  .hero__sticky .table__row span {
    font-size: 14px;
  }
}

.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;
  display: none;
}
.popup.popup-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup__body {
  -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: 709px;
  height: 544px;
  width: 100%;
  position: relative;
  padding-block: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (min-width: 62.75em) {
  .popup__body {
    padding-inline: 3.75rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (padding-inline: clamp( 1.625rem , 0.4371118012rem  +  5.2795031056vw , 3.75rem )) {
    .popup__body {
      padding-inline: clamp( 1.625rem , 0.4371118012rem  +  5.2795031056vw , 3.75rem );
    }
  }
  @supports not (padding-inline: clamp( 1.625rem , 0.4371118012rem  +  5.2795031056vw , 3.75rem )) {
    .popup__body {
      padding-inline: calc(1.625rem + 2.125 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  .popup__body {
    padding-inline: 1.625rem;
  }
}
@media (max-width: 768px) {
  .popup__body {
    max-width: 320px;
    height: 375;
    height: 375px;
    padding: 34px 26px 26px 26px;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.popup__cross {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.popup__stop {
  position: absolute;
  top: 30px;
  left: 45%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .popup__stop {
    left: 28%;
  }
}
.popup__sign-stop {
  text-transform: uppercase;
  color: #FF4554;
  font-family: "SF Pro Display";
  font-weight: 700;
  -webkit-transform: rotate(-23deg);
      -ms-transform: rotate(-23deg);
          transform: rotate(-23deg);
  color: #FF4554;
  line-height: 1.4;
  margin-bottom: 10px;
  position: relative;
  left: -20px;
  top: 4px;
}
@media (min-width: 62.75em) {
  .popup__sign-stop {
    font-size: 2rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (font-size: clamp( 1.5rem , 1.2204968944rem  +  1.2422360248vw , 2rem )) {
    .popup__sign-stop {
      font-size: clamp( 1.5rem , 1.2204968944rem  +  1.2422360248vw , 2rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 1.2204968944rem  +  1.2422360248vw , 2rem )) {
    .popup__sign-stop {
      font-size: calc(1.5rem + 0.5 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  .popup__sign-stop {
    font-size: 1.5rem;
  }
}
@media (max-width: 76px) {
  .popup__sign-stop {
    font-size: 24px;
    line-height: 1.25;
  }
}
.popup .stop__arrow {
  width: 135px;
  height: 128px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media (max-width: 768px) {
  .popup .stop__arrow {
    width: 66px;
    height: 66px;
  }
}
.popup__left {
  width: 34%;
  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 (max-width: 768px) {
  .popup__left {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: auto;
    height: 268px;
  }
}
.popup__adv {
  width: 201px;
  height: 376px;
  aspect-ratio: 201/376;
  -webkit-box-shadow: 0 4px 24px 0 rgba(51, 51, 51, 0.34);
          box-shadow: 0 4px 24px 0 rgba(51, 51, 51, 0.34);
}
@media (max-width: 768px) {
  .popup__adv {
    width: 86px;
    height: 161px;
    aspect-ratio: 86/161;
  }
}
.popup__right {
  width: 51%;
  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;
  height: 100%;
  gap: 20px;
}
@media (max-width: 768px) {
  .popup__right {
    width: auto;
    height: auto;
  }
}
.popup__frame {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 301px;
  height: 357px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .popup__frame {
    width: 177px;
    height: 259px;
  }
}
.popup__frame img {
  width: 100%;
  height: 100%;
}
.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  gap: 75px;
  padding: 36px 55px;
  width: 301px;
  height: 357px;
}
@media (max-width: 768px) {
  .popup__content {
    width: 177px;
    height: 259px;
    padding: 15px 22px;
    gap: 57px;
  }
}
.popup__content-top {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.popup__title {
  color: #141010;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  background-color: #FFEAA0;
  padding-inline: 5px;
}
@media (max-width: 768px) {
  .popup__title {
    font-size: 24px;
    line-height: 1.25;
    padding-inline: 1px;
  }
}
.popup__logo {
  width: 123px;
  height: 35px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .popup__logo {
    width: 81px;
    height: 23px;
  }
}
.popup__garranty {
  color: #039ADB !important;
  font-size: 17px;
  font-weight: 700 !important;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .popup__garranty {
    font-size: 14px;
  }
}
.popup__garranty span {
  color: #141010;
  font-size: 17px;
  font-weight: 500;
  text-transform: lowercase;
}
@media (max-width: 768px) {
  .popup__garranty span {
    font-size: 14px;
  }
}
.popup__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  border-radius: 500px;
  background: #2AB198;
  color: #FFFFFF;
  font-family: "Urbanist";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.popup__link img {
  width: 19px;
  height: 20px;
}
@media (max-width: 768px) {
  .popup__link img {
    width: 7px;
    height: 11px;
  }
}
@media (max-width: 768px) {
  .popup__link {
    font-size: 10px;
    gap: 6px;
  }
}
.popup__content-bottom {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.popup .schlieben-link {
  color: #039ADB;
  text-align: center;
}
@media (max-width: 768px) {
  .popup .schlieben-link {
    font-size: 10px;
  }
}
.popup p {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 768px) {
  .popup p {
    font-size: 10px;
  }
}
.popup__info {
  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: 768px) {
  .popup__info {
    position: absolute;
    bottom: -45px;
    left: -25%;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-family: "SF Pro Display";
  color: #4B3D3D;
  position: relative;
  font-weight: 500;
  background-color: #FFFFFF;
  line-height: 1.4;
}
@media (min-width: 62.75em) {
  body {
    font-size: 1rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (font-size: clamp( 0.625rem , 0.4153726708rem  +  0.9316770186vw , 1rem )) {
    body {
      font-size: clamp( 0.625rem , 0.4153726708rem  +  0.9316770186vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.625rem , 0.4153726708rem  +  0.9316770186vw , 1rem )) {
    body {
      font-size: calc(0.625rem + 0.375 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  body {
    font-size: 0.625rem;
  }
}

.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: 1004px;
  padding-inline: 15px;
  margin-inline: auto;
}

h1 {
  font-family: "SF Pro Display";
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 62.75em) {
  h1 {
    font-size: 3.25rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (font-size: clamp( 2.125rem , 1.4961180124rem  +  2.7950310559vw , 3.25rem )) {
    h1 {
      font-size: clamp( 2.125rem , 1.4961180124rem  +  2.7950310559vw , 3.25rem );
    }
  }
  @supports not (font-size: clamp( 2.125rem , 1.4961180124rem  +  2.7950310559vw , 3.25rem )) {
    h1 {
      font-size: calc(2.125rem + 1.125 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  h1 {
    font-size: 2.125rem;
  }
}

h2 {
  font-family: "SF Pro Display";
  font-weight: 700;
  line-height: 1.4;
  color: #FF4554;
}
@media (min-width: 62.75em) {
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (font-size: clamp( 1.5rem , 1.2204968944rem  +  1.2422360248vw , 2rem )) {
    h2 {
      font-size: clamp( 1.5rem , 1.2204968944rem  +  1.2422360248vw , 2rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 1.2204968944rem  +  1.2422360248vw , 2rem )) {
    h2 {
      font-size: calc(1.5rem + 0.5 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-family: "SF Pro Display";
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
}
@media (min-width: 62.75em) {
  h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (font-size: clamp( 0.875rem , 0.525621118rem  +  1.5527950311vw , 1.5rem )) {
    h3 {
      font-size: clamp( 0.875rem , 0.525621118rem  +  1.5527950311vw , 1.5rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.525621118rem  +  1.5527950311vw , 1.5rem )) {
    h3 {
      font-size: calc(0.875rem + 0.625 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  h3 {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  h3 {
    line-height: 1.3;
  }
}

h4 {
  font-family: "SF Pro Display";
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 62.75em) {
  h4 {
    font-size: 1.0625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 62.75em) {
  @supports (font-size: clamp( 0.625rem , 0.3804347826rem  +  1.0869565217vw , 1.0625rem )) {
    h4 {
      font-size: clamp( 0.625rem , 0.3804347826rem  +  1.0869565217vw , 1.0625rem );
    }
  }
  @supports not (font-size: clamp( 0.625rem , 0.3804347826rem  +  1.0869565217vw , 1.0625rem )) {
    h4 {
      font-size: calc(0.625rem + 0.4375 * (100vw - 22.5rem) / 40.25);
    }
  }
}
@media (max-width: 22.5em) {
  h4 {
    font-size: 0.625rem;
  }
}