@charset "UTF-8";.page__body--products .site-container {
    overflow-x: clip
}

.products-page-hero {
    padding-bottom: clamp(1.875rem,.901rem + 4.33vw,4.688rem);
    overflow-x: clip
}

.products-page-hero__wrap {
    position: relative
}

.products-page-hero__bg-gradient--green {
    top: -200px;
    left: -200px
}

@media (max-width: 1279px) {
    .products-page-hero__bg-gradient--green {
        top:-8%;
        left: -19%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .products-page-hero__bg-gradient--green {
        top:-6%;
        left: -45%;
        width: 500px;
        height: 500px
    }
}

.products-page-hero__bg-gradient--blue {
    top: -50px;
    left: 200px
}

@media (max-width: 1279px) {
    .products-page-hero__bg-gradient--blue {
        top:-13%;
        left: 32%;
        width: 700px;
        height: 700px
    }
}

.products-page-hero__inner {
    display: -ms-grid;
    display: grid;
    position: relative;
    -ms-grid-rows: auto auto clamp(2.875rem,-6.997rem + 15.43vw,6.5rem) clamp(10.438rem,7.544rem + 4.52vw,11.5rem);
    grid-template-rows: auto auto clamp(2.875rem,-6.997rem + 15.43vw,6.5rem) clamp(10.438rem,7.544rem + 4.52vw,11.5rem);
    -ms-grid-columns: 3fr 1.8fr;
    grid-template-columns: 3fr 1.8fr;
    gap: 24px;
    z-index: 2;
    -webkit-transition: all var(--transition);
    transition: all var(--transition);
    padding-top: clamp(6.25rem,-1.345rem + 15.82vw,12.5rem)
}

.products-page-hero__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    grid-column: 1;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: clamp(2.625rem,2.149rem + 2.12vw,4rem);
    line-height: 1.3
}

@media screen and (max-width: 1023px) {
    .products-page-hero__inner {
        -ms-grid-rows:none;
        grid-template-rows: none;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        justify-items: center;
        gap: 16px
    }

    .products-page-hero__title {
        -ms-grid-row: 1;
        grid-row: 1;
        text-align: center
    }
}

@media (max-width: 767px) {
    .products-page-hero__bg-gradient--blue {
        top:-6%;
        left: 4%;
        width: 500px;
        height: 500px
    }

    .products-page-hero__title {
        font-size: clamp(1.5rem,.507rem + 4.41vw,2.625rem)
    }
}

.products-page-hero__title span {
    font-size: clamp(1.5rem,.507rem + 4.41vw,2.625rem);
    line-height: 1.3
}

.products-page-hero__lead {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    margin-top: 25px
}

@media screen and (max-width: 1023px) {
    .products-page-hero__lead {
        -ms-grid-row:2;
        grid-row: 2;
        -ms-grid-column: 1;
        grid-column: 1;
        margin: 0;
        text-align: center
    }
}

.products-page-hero__actions {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    -webkit-transform: all var(--transition);
    -ms-transform: all var(--transition);
    transform: all var(--transition)
}

@media screen and (max-width: 1023px) {
    .products-page-hero__actions {
        display:-webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-grid-row: 3;
        grid-row: 3;
        -ms-grid-column: 1;
        grid-column: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 34px;
        padding-bottom: 24px
    }
}

.products-page-hero__examples {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-grid-row: 4;
    grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    gap: 24px;
    z-index: 2;
    width: 100%
}

@media screen and (max-width: 1023px) {
    .products-page-hero__examples {
        display:-ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(clamp(13.125rem,9.36rem + 7.84vw,14.375rem),1fr));
        -ms-grid-row: 4;
        grid-row: 4;
        -ms-grid-column: 1;
        grid-column: 1;
        gap: 16px
    }
}

.products-page-hero__examples .example-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 8px;
    transition-behavior: allow-discrete;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: opacity,display,visibility,height,margin-top;
    transition-property: opacity,display,visibility,height,margin-top;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 16px;
    background: var(--color-white);
    padding: 20px 24px
}

@media screen and (min-width: 1024px) {
    .products-page-hero__title span {
        display:inline-block
    }

    .products-page-hero__examples .example-item {
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

.products-page-hero__examples .example-item__title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row-align: center;
    align-self: center
}

@media screen and (max-width: 1279px) {
    .products-page-hero__examples .example-item {
        -ms-grid-columns:auto 1fr;
        grid-template-columns: auto 1fr;
        row-gap: 4px;
        padding: 16px
    }

    .products-page-hero__examples .example-item__title {
        -ms-grid-column: 2;
        grid-column: 2
    }
}

.products-page-hero__examples .example-item__desc {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    font-size: clamp(.75rem,.663rem + .38vw,1rem)
}

@media screen and (max-width: 1279px) {
    .products-page-hero__examples .example-item__desc {
        -ms-grid-column:1;
        -ms-grid-column-span: 2;
        grid-column: 1/3
    }
}

.products-page-hero__examples .example-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: start;
    justify-self: start;
    gap: 8px;
    margin-top: 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    color: var(--color-green);
    font-weight: 600;
    font-size: 18px;
    line-height: 110%
}

.products-page-hero__examples .example-item__link svg {
    rotate: -90deg
}

@media screen and (min-width: 1024px) {
    .products-page-hero__examples .example-item__link {
        visibility:hidden;
        opacity: 0;
        transition-behavior: allow-discrete;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
        -webkit-transition-property: opacity,display,visibility,height,margin-top;
        transition-property: opacity,display,visibility,height,margin-top;
        margin-top: -40px;
        height: 0;
        color: var(--color-grey)
    }

    .products-page-hero__examples .example-item:hover {
        -webkit-transition: all var(--transition);
        transition: all var(--transition)
    }

    .products-page-hero__examples .example-item:hover .example-item__link {
        visibility: visible;
        opacity: 1;
        transition-behavior: allow-discrete;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
        -webkit-transition-property: opacity,display,visibility,height,margin-top;
        transition-property: opacity,display,visibility,height,margin-top;
        margin-top: 24px;
        height: auto
    }

    .products-page-hero__examples .example-item:hover .example-item__link:hover {
        color: var(--color-green)
    }
}

.products-page-hero__examples .example-item__icon {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    width: 90px;
    height: 90px
}

@media screen and (max-width: 1279px) {
    .products-page-hero__examples .example-item__icon {
        -ms-grid-row:1;
        grid-row: 1;
        -ms-grid-column: 1;
        grid-column: 1;
        width: 40px;
        height: 40px
    }
}

.products-page-hero__examples .example-item__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.products-page-hero__visual {
    top: 11%;
    width: 720px;
    height: 642px
}

@media screen and (max-width: 1023px) {
    .products-page-hero__visual {
        top:20%;
        width: 573px;
        height: 470px
    }
}

@media screen and (max-width: 639px) {
    .products-page-hero__visual {
        top:30%
    }
}

@media screen and (max-width: 425px) {
    .products-page-hero__visual {
        top:28%;
        width: 500px
    }
}

.products-page .ecosystem {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.products-page .ecosystem__wrap {
    position: relative
}

.products-page .ecosystem__bg-gradient {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
    width: 900px;
    height: 900px;
    pointer-events: none
}

.products-page .ecosystem__bg-gradient--green {
    top: -2%;
    left: -4%
}

@media (max-width: 1279px) {
    .products-page .ecosystem__bg-gradient--green {
        top:5%;
        left: -19%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .products-page .ecosystem__bg-gradient--green {
        top:14%;
        left: -54%;
        width: 700px;
        height: 700px
    }
}

.products-page .ecosystem__bg-gradient--blue {
    top: 1%;
    left: 34%
}

@media (max-width: 1279px) {
    .products-page .ecosystem__bg-gradient--blue {
        top:4%;
        left: 25%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .products-page .ecosystem__bg-gradient--blue {
        top:14%;
        left: -12%;
        width: 700px;
        height: 700px
    }
}

.products-page .ecosystem__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    row-gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all var(--transition);
    transition: all var(--transition)
}

.products-page .ecosystem-swiper {
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 6px;
    padding-bottom: 20px;
    padding-inline:15px;width: calc(100% + 30px);
    max-width: calc(100% + 30px)
}

@media (max-width: 1279px) {
    .products-page .ecosystem-swiper {
        -webkit-mask-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(9%,#000),color-stop(91%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 9%,#000 91%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(9%,#000),color-stop(91%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 9%,#000 91%,rgba(0,0,0,0) 100%);
        margin-inline:-45px;padding-top: 6px;
        padding-bottom: 20px;
        padding-inline:45px;width: calc(100% + 90px);
        max-width: calc(100% + 90px)
    }
}

@media (max-width: 767px) {
    .products-page .ecosystem-swiper {
        -webkit-mask-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        margin-inline:-16px;padding-top: 6px;
        padding-bottom: 20px;
        padding-inline:16px;width: calc(100% + 32px);
        max-width: calc(100% + 32px)
    }
}

.products-page .ecosystem-swiper .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.products-page .ecosystem-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

.products-page .ecosystem__nav-btn--next,.products-page .ecosystem__nav-btn--prev {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.products-page .ecosystem__nav-btn--prev {
    left: 8px
}

.products-page .ecosystem__nav-btn--next {
    right: 8px
}

.products-page .ecosystem-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: 12px;
    -webkit-transition: -webkit-box-shadow .4s,-webkit-transform .35s cubic-bezier(.2,.9,.4,1.2);
    transition: box-shadow .4s,transform .35s cubic-bezier(.2,.9,.4,1.2),-webkit-box-shadow .4s,-webkit-transform .35s cubic-bezier(.2,.9,.4,1.2);
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 30px;
    background: var(--color-white);
    padding: clamp(1.25rem,-.972rem + 4.63vw,2.5rem);
    color: var(--color-deep-grey)
}

.products-page .ecosystem-item__icon {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -webkit-transition: .3s;
    transition: .3s;
    width: clamp(2.5rem,-3.056rem + 11.57vw,5.625rem);
    height: clamp(2.5rem,-3.056rem + 11.57vw,5.625rem)
}

.products-page .ecosystem-item__title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%
}

@media screen and (min-width: 1280px) {
    .products-page .ecosystem-item__title {
        font-size:24px
    }
}

.products-page .ecosystem-item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: clamp(.875rem,.653rem + .46vw,1rem)
}

.products-page .ecosystem-item__expandable-content {
    display: -ms-grid;
    display: grid;
    margin-top: 0
}

@media screen and (min-width: 1280px) {
    .products-page .ecosystem-item__text {
        -ms-grid-column:2;
        grid-column: 2
    }

    .products-page .ecosystem-item__expandable-content {
        -ms-grid-rows: 0fr;
        grid-template-rows: 0fr;
        -webkit-transition: grid-template-rows .5s cubic-bezier(.2,.85,.3,1);
        transition: grid-template-rows .5s cubic-bezier(.2,.85,.3,1);
        transition: grid-template-rows .5s cubic-bezier(.2,.85,.3,1),-ms-grid-rows .5s cubic-bezier(.2,.85,.3,1)
    }

    .products-page .ecosystem-item__expandable-inner {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
        opacity: 0;
        -webkit-transition: opacity .4s,-webkit-transform .45s cubic-bezier(.2,.9,.4,1.1);
        transition: opacity .4s,transform .45s cubic-bezier(.2,.9,.4,1.1),-webkit-transform .45s cubic-bezier(.2,.9,.4,1.1);
        overflow: hidden
    }
}

.products-page .ecosystem-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: start;
    justify-self: start;
    gap: 8px;
    margin-top: 24px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    color: var(--color-green);
    font-weight: 600;
    font-size: 18px;
    line-height: 110%
}

.products-page .ecosystem-item__link svg {
    rotate: -90deg
}

.products-page .ecosystem-item__link:hover {
    color: var(--color-green)
}

@media screen and (min-width: 1280px) {
    .products-page .ecosystem-item__link {
        -ms-grid-column:2;
        grid-column: 2;
        color: currentColor
    }

    .products-page .ecosystem-item__expandable-content {
        -ms-grid-rows: 0fr;
        grid-template-rows: 0fr
    }

    .products-page .ecosystem-item__expandable-inner {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
        opacity: 0
    }
}

.products-page .ecosystem-item:hover .ecosystem-item__expandable-content {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr
}

.products-page .ecosystem-item:hover .ecosystem-item__expandable-inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.products-page .ecosystem-item:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08)
}

.products-page .editorial {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.products-page .editorial .section-head {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
}

.products-page .editorial .section-head .btn {
    display: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

@media screen and (min-width: 768px) {
    .products-page .editorial .section-head .btn {
        display:-webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media screen and (max-width: 1023px) {
    .products-page .editorial .section-head {
        row-gap:40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    .products-page .editorial .section-head .section-head__text {
        max-width: none
    }

    .products-page .editorial .section-head .btn {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

.products-page .editorial__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 40px;
    -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;
    width: 100%
}

.products-page .editorial__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: clamp(.75rem,.554rem + .87vw,1.25rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    max-width: 872px
}

.products-page .editorial-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%
}

.products-page .editorial-item summary {
    cursor: pointer;
    list-style: none
}

.products-page .editorial-item summary::-webkit-details-marker {
    display: none
}

.products-page .editorial-item::details-content {
    opacity: 0;
    transition-behavior: allow-discrete;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: height,opacity,content-visibility;
    transition-property: height,opacity,content-visibility;
    padding: 0;
    height: 0;
    overflow: hidden
}

.products-page .editorial-item[open] .editorial-item__icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.products-page .editorial-item[open]::details-content {
    opacity: 1;
    height: auto
}

.products-page .editorial-item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    border-bottom: 1px solid var(--color-ivory);
    background: var(--color-white,#fff);
    padding: 7px 20px 8px 0;
    font-weight: 600;
    font-size: clamp(1rem,.804rem + .87vw,1.5rem)
}

.products-page .editorial-item__icon {
    -webkit-transition: -webkit-transform var(--transition);
    transition: -webkit-transform var(--transition);
    transition: transform var(--transition);
    transition: transform var(--transition),-webkit-transform var(--transition)
}

.products-page .editorial-item__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto auto;
    grid-template-columns: 1fr auto auto;
    gap: 24px;
    padding-block:20px}

.products-page .editorial-item__desc {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    max-width: 48ch;
    color: var(--color-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.765rem + .49vw,1rem);
    line-height: 130%
}

@media screen and (max-width: 639px) {
    .products-page .editorial-item__body {
        -ms-grid-columns:1.3fr 1fr;
        grid-template-columns: 1.3fr 1fr;
        gap: 16px;
        padding-block:10px}

    .products-page .editorial-item__desc {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3
    }
}

.products-page .editorial-item__price {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: center;
    align-self: center;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: clamp(1.25rem,1.029rem + .98vw,1.5rem);
    line-height: 130%
}

@media screen and (max-width: 1023px) {
    .products-page .editorial-item__price {
        -ms-grid-row:2;
        grid-row: 2;
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row-align: end;
        align-self: end
    }
}

@media screen and (max-width: 639px) {
    .products-page .editorial-item__price {
        -ms-grid-row:3;
        grid-row: 3;
        -ms-grid-column: 2;
        grid-column: 2
    }
}

.products-page .editorial-item__btn {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 3;
    grid-column: 3;
    min-width: 110px
}

@media screen and (max-width: 1023px) {
    .products-page .editorial-item__btn {
        -ms-grid-row:2;
        grid-row: 2;
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row-align: end;
        align-self: end
    }
}

@media screen and (max-width: 639px) {
    .products-page .editorial-item__btn {
        -ms-grid-row:4;
        grid-row: 4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-column-align: center;
        justify-self: center;
        margin-top: 8px;
        min-width: 200px
    }
}

.products-page .editorial-item__info,.products-page .editorial-item__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.products-page .editorial-item__list {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1
}

@media screen and (max-width: 639px) {
    .products-page .editorial-item__list {
        -ms-grid-column:1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        margin-bottom: 8px
    }
}

.products-page .editorial-item__list>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.765rem + .49vw,1rem);
    line-height: 130%
}

.products-page .editorial-item__list>li::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 10px;
    background-color: currentColor;
    width: 4px;
    height: 4px;
    content: ""
}

.products-page .editorial-item__info {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    color: var(--color-green);
    font-weight: 600;
    font-size: clamp(.875rem,.765rem + .49vw,1rem)
}

@media screen and (max-width: 1023px) {
    .products-page .editorial-item__info {
        -ms-grid-row:1;
        grid-row: 1;
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-column-align: end;
        justify-self: end
    }
}

@media screen and (max-width: 639px) {
    .products-page .editorial-item__info {
        -ms-grid-row:3;
        grid-row: 3;
        -ms-grid-column: 1;
        grid-column: 1;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px
    }
}

.products-page .tarifs-quiz {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.products-page .tarifs-quiz__container {
    position: relative;
    z-index: 1
}

.products-page .services {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.products-page .services__container {
    position: relative
}

.products-page .services__bg-gradient--green {
    display: none;
    top: -29%;
    left: 5%
}

@media screen and (max-width: 768px) {
    .products-page .services__bg-gradient--green {
        display:block;
        top: 5%;
        left: -17%;
        width: 600px;
        height: 600px
    }
}

@media screen and (max-width: 567px) {
    .products-page .services__bg-gradient--green {
        top:1%;
        left: -20%
    }
}

.products-page .services__bg-gradient--blue {
    display: none;
    top: -31%;
    left: 37%
}

@media screen and (max-width: 768px) {
    .products-page .services__bg-gradient--blue {
        display:block;
        top: 9%;
        left: 23%;
        opacity: .7;
        width: 600px;
        height: 600px
    }
}

@media screen and (max-width: 567px) {
    .products-page .services__bg-gradient--blue {
        top:24%;
        left: -50%
    }
}

.products-page .services .section-head {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
}

.products-page .services .section-head .btn {
    display: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

@media screen and (max-width: 1023px) {
    .products-page .services .section-head {
        row-gap:40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    .products-page .services .section-head .section-head__text {
        max-width: none
    }

    .products-page .services .section-head .btn {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

.products-page .services__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    row-gap: 40px;
    -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;
    z-index: 1
}

@media screen and (min-width: 768px) {
    .products-page .services .section-head .btn {
        display:-webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .products-page .services__inner .btn {
        display: none
    }

    /* select {
        --minwidth-select: clamp(10.938rem, -3.125rem + 29.3vw, 15.625rem)
    } */
}

.products-page .services__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(310px,1fr));
    gap: 24px;
    width: 100%
}

.products-page .services .services-item {
    display: -ms-grid;
    /* display: grid; */
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: clamp(1.25rem,1.029rem + .98vw,1.5rem);
    -moz-column-gap: clamp(1.25rem,1.029rem + .98vw,1.5rem);
    column-gap: clamp(1.25rem,1.029rem + .98vw,1.5rem);
    row-gap: 12px;
    -webkit-transition: -webkit-transform var(--transition);
    transition: -webkit-transform var(--transition);
    transition: transform var(--transition);
    transition: transform var(--transition),-webkit-transform var(--transition);
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 16px;
    background: var(--color-white);
    padding: 24px
}

.products-page .services .services-item:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

.products-page .services .services-item__icon {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 90px;
    height: 90px
}

.products-page .services .services-item__title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: center;
    align-self: center;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: 18px;
    line-height: 130%
}

.products-page .services .services-item__link {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: var(--color-grey);
    font-weight: 600;
    font-size: 18px;
    line-height: 110%
}

.products-page .services .services-item__link:hover {
    color: var(--color-green)
}

@media (max-width: 1279px) {
    .products-page .services__list {
        gap:16px
    }

    .products-page .services .services-item__link {
        color: var(--color-green)
    }
}

.products-page .sertpartner {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.products-page .sertpartner__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: clamp(17.063rem,.733rem + 34.02vw,30.5rem) 1fr;
    grid-template-columns: clamp(17.063rem,.733rem + 34.02vw,30.5rem) 1fr;
    gap: clamp(2.5rem,.222rem + 4.75vw,4.375rem)
}

@media (max-width: 767px) {
    .products-page .ecosystem-item {
        border-radius:10px
    }

    .products-page .sertpartner__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 30px
    }
}

.products-page .sertpartner__image {
    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;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 30px;
    aspect-ratio: 488/345;
    overflow: hidden
}

.products-page .sertpartner__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.products-page .sertpartner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: clamp(1.5rem,.285rem + 2.53vw,2.5rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--color-deep-grey)
}

.products-page .sertpartner__title {
    max-width: 50ch;
    font-weight: 600;
    font-size: clamp(1rem,.392rem + 1.27vw,1.5rem);
    line-height: 130%
}

.products-page .sertpartner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: clamp(.5rem,-.108rem + 1.27vw,1rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none
}

.products-page .sertpartner__list>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.571rem + .63vw,1.125rem);
    line-height: 130%
}

.products-page .sertpartner__list>li::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url(../img/general/price/marker.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: clamp(1.25rem,.946rem + .63vw,1.5rem);
    height: clamp(1.25rem,.946rem + .63vw,1.5rem);
    content: ""
}

.products-page .cases,.products-page .faq,.products-page .related {
    position: relative;
    z-index: 0;
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.tarifs {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.tarifs__wrap {
    position: relative
}

.tarifs__bg-gradient {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
    width: 900px;
    height: 900px;
    pointer-events: none
}

.tarifs__bg-gradient--green {
    top: 28%;
    left: 40%
}

@media (max-width: 1279px) {
    .tarifs__bg-gradient--green {
        top:22%;
        left: 26%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .tarifs__bg-gradient--green {
        top:46%;
        left: -64%
    }
}

.tarifs__bg-gradient--blue {
    top: 28%;
    left: -4%
}

.tarifs__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tarifs__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px
}

@media screen and (max-width: 1023px) {
    .tarifs__tabs {
        -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
    }
}

.tarifs__tabs--buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 1023px) {
    .tarifs__tabs--buttons {
        -ms-flex-item-align:start;
        -ms-grid-row-align: start;
        align-self: start
    }
}

@media screen and (max-width: 767px) {
    .tarifs__tabs--buttons {
        -ms-flex-item-align:center;
        -ms-grid-row-align: center;
        align-self: center
    }
}

.tarifs__tabs--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-transition: all var(--transition);
    transition: all var(--transition);
    border: 1px solid var(--color-blue);
    border-radius: 30px;
    padding: 8px
}

.tarifs__tabs--actions__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    padding: 8px;
    font-weight: 400;
    font-size: clamp(.875rem,.654rem + .98vw,1.125rem);
    line-height: 130%
}

.tarifs__tabs--actions__btn input {
    display: none
}

.tarifs__tabs--actions__btn:hover {
    color: var(--color-green)
}

.tarifs__tabs--actions__btn .procent {
    border-radius: 20px;
    background: var(--color-orange);
    padding: 4px 8px;
    color: var(--color-white);
    font-weight: 600;
    font-size: clamp(.875rem,.764rem + .49vw,1rem);
    line-height: 110%
}

.tarifs__tabs--actions__btn:has(input[type=radio]:checked) {
    background: var(--color-blue);
    color: var(--color-white)
}

.tarifs__tabs--actions__btn:has(input[type=radio]:checked):hover {
    background: #9cc5f5;
    color: var(--color-green)
}

.tarifs__tab {
    -webkit-transition: all var(--transition);
    transition: all var(--transition);
    border-bottom: 1px solid transparent;
    padding: 8px 16px;
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.654rem + .98vw,1.125rem);
    line-height: 130%
}

.tarifs__tab--active {
    border-bottom: 1px solid var(--color-green);
    color: var(--color-green)
}

.tarifs .tarifs-panel-swiper {
    margin-inline:-15px;padding-top: 6px;
    padding-bottom: 20px;
    padding-inline:15px;width: auto;
    max-width: calc(100% + 30px)
}

@media (max-width: 1279px) {
    .tarifs__bg-gradient--blue {
        top:48%;
        left: 16%;
        width: 700px;
        height: 700px
    }

    .tarifs__inner {
        row-gap: 30px
    }

    .tarifs .tarifs-panel-swiper {
        -webkit-mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(9%,#000),color-stop(91%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 9%,#000 91%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(9%,#000),color-stop(91%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 9%,#000 91%,rgba(0,0,0,0) 100%);
        margin-inline:-45px;padding-top: 6px;
        padding-bottom: 20px;
        padding-inline:45px;width: calc(100% + 90px);
        max-width: calc(100% + 90px)
    }
}

@media (max-width: 767px) {
    .tarifs__bg-gradient--blue {
        top:46%;
        right: -207px;
        left: auto
    }

    .tarifs .tarifs-panel-swiper {
        -webkit-mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        margin-inline:-16px;padding-top: 6px;
        padding-bottom: 20px;
        padding-inline:16px;width: calc(100% + 32px);
        max-width: calc(100% + 32px)
    }
}

.tarifs .tarifs-panel-swiper .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.tarifs .tarifs-panel-swiper .swiper-slide {
    height: auto
}

.tarifs .tarifs-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    width: 100%
}

.tarifs .tarifs-pagination .tarifs__dot {
    display: block;
    opacity: 1;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    cursor: pointer;
    margin: 0;
    border-radius: 50%;
    background: var(--color-ivory,#e0e0e0);
    padding: 0;
    width: 10px;
    height: 10px
}

.tarifs .tarifs-pagination .tarifs__dot.tarifs__dot--active {
    background: var(--color-green,#34ae6b)
}

.tarifs .tarif-item {
    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;
    gap: 25px;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 30px;
    background: var(--color-white);
    padding: 30px;
    width: 100%;
    height: 100%
}

@media (max-width: 1279px) {
    .tarifs .tarif-item {
        row-gap:16px;
        border-radius: 20px;
        padding: 20px
    }
}

.tarifs .tarif-item__heading {
    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;
    min-height: clamp(4.375rem,2.717rem + 7.37vw,6.7rem)
}

.tarifs .tarif-item__title {
    font-weight: 600;
    font-size: clamp(1.25rem,1.029rem + .98vw,1.5rem);
    line-height: 130%
}

.tarifs .tarif-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: clamp(.875rem,.654rem + .98vw,1.125rem);
    line-height: 130%
}

.tarifs .tarif-item__hard {
    margin-bottom: 14px
}

.tarifs .tarif-item__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px
}

.tarifs .tarif-item__price--old {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--color-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.764rem + .49vw,1rem);
    line-height: 130%
}

.tarifs .tarif-item__price--old .old {
    text-decoration: line-through
}

.tarifs .tarif-item__price--old .procent {
    border-radius: 20px;
    background: var(--color-orange);
    padding: 4px 8px;
    color: var(--color-white);
    font-weight: 600;
    font-size: clamp(.875rem,.764rem + .49vw,1rem);
    line-height: 110%;
    text-decoration: none
}

.tarifs .tarif-item__price--new {
    font-weight: 600;
    font-size: clamp(1.25rem,1.029rem + .98vw,1.5rem)
}

.tarifs .tarif-item__price--new span {
    font-size: .8em
}

.tarifs .tarif-item__price--current{
    font-weight: 600;
    font-size: clamp(1.25rem,1.029rem + .98vw,1.5rem)
}

.tarifs .tarif-item__price--desc {
    color: var(--color-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.764rem + .49vw,1rem);
    line-height: 130%
}

.tarifs .tarif-item .privilege__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: auto;
    list-style: none
}

.tarifs .tarif-item .privilege__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%
}

.tarifs .tarif-item .privilege__item::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url(../img/general/price/marker.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: clamp(1.25rem,1.029rem + .98vw,1.5rem);
    height: clamp(1.25rem,1.029rem + .98vw,1.5rem);
    content: ""
}

.tarifs .tarif-item__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 24px;
    -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;
    margin-top: auto
}

.tarifs .tarif-item__actions .btn--primary {
    min-width: 200px
}

.tarifs .tarif-item__actions .btn--secondary {
    padding-inline:0}

.tarifs .tarif-item__actions .btn--secondary:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--color-green)
}

.benefit {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.benefit__inner {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(310px,1fr));
    gap: 24px
}

.benefit-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px
}

.benefit-item__icon {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: clamp(1.875rem,.221rem + 7.35vw,3.75rem);
    height: clamp(1.875rem,.221rem + 7.35vw,3.75rem)
}

.benefit-item__title {
    -ms-grid-column: 1;
    grid-column: 1;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: clamp(1rem,.89rem + .49vw,1.125rem);
    line-height: 130%
}

@media (max-width: 767px) {
    .tarifs .tarif-item {
        border-radius:10px;
        padding: 20px 16px
    }

    .tarifs .tarif-item .privilege__list {
        row-gap: 8px
    }

    .tarifs .tarif-item__actions {
        row-gap: 16px
    }

    .benefit-item {
        -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
        row-gap: 8px
    }

    .benefit-item__title {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row-align: center;
        align-self: center
    }
}

.benefit-item__desc {
    -ms-grid-row: 3;
    grid-row: 3;
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%
}

@media (max-width: 767px) {
    .benefit-item__desc {
        -ms-grid-row:2;
        grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3
    }
}

.prolongation {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.prolongation__container {
    position: relative
}

.prolongation__bg-gradient--green {
    top: -21%;
    left: 24%
}

@media screen and (max-width: 1024px) {
    .prolongation__bg-gradient--green {
        top:-6%;
        left: 5%
    }
}

@media screen and (max-width: 768px) {
    .prolongation__bg-gradient--green {
        top:22%;
        left: -7%;
        opacity: .8;
        width: 750px;
        height: 750px
    }
}

@media screen and (max-width: 425px) {
    .prolongation__bg-gradient--green {
        top:44%;
        left: -41%
    }
}

.prolongation__bg-gradient--blue {
    top: -7%;
    left: 51%
}

@media screen and (max-width: 1024px) {
    .prolongation__bg-gradient--blue {
        top:-3%;
        left: 33%
    }
}

@media screen and (max-width: 768px) {
    .prolongation__bg-gradient--blue {
        top:22%;
        left: 17%;
        opacity: .8;
        width: 650px;
        height: 650px
    }
}

@media screen and (max-width: 425px) {
    .prolongation__bg-gradient--blue {
        top:45%;
        left: 3%;
        opacity: .6
    }
}

.prolongation__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 565px 1fr;
    grid-template-columns: 565px 1fr;
    gap: 80px
}

@media screen and (max-width: 1279px) {
    .prolongation__inner {
        -ms-grid-columns:(1fr)[2];
        grid-template-columns: repeat(2,1fr)
    }
}

.prolongation__form {
    position: relative;
    -ms-grid-column: 1;
    grid-column: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    margin: 0;
    width: 100%;
    max-width: 560px
}

@media screen and (max-width: 1023px) {
    .prolongation__inner {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr;
        gap: 40px
    }

    .prolongation__form {
        -ms-grid-column-align: center;
        justify-self: center
    }
}

.prolongation__form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    width: 100%
}

@media screen and (max-width: 639px) {
    .prolongation__form-field {
        row-gap:4px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.prolongation__form-field label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--color-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.765rem + .49vw,1rem);
    line-height: 130%
}

.prolongation__form--separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--color-green-1);
    color: var(--color-green);
    font-weight: 400;
    font-size: clamp(.875rem,.765rem + .49vw,1rem);
    line-height: 130%
}

.prolongation__form--separator::after,.prolongation__form--separator::before {
    background-color: var(--color-grey);
    width: 100px;
    height: 1px;
    content: ""
}

.prolongation__form-submit {
    width: auto
}

.prolongation__info {
    position: relative;
    -ms-grid-column: 2;
    grid-column: 2;
    align-self: flex-start;
    z-index: 1;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 30px;
    background: var(--color-white);
    padding: 20px 30px;
    color: var(--color-grey);
    font-weight: 400;
    font-size: clamp(.75rem,.529rem + .98vw,1rem);
    line-height: 130%
}

@media screen and (max-width: 1023px) {
    .prolongation__info {
        -ms-grid-column:1;
        grid-column: 1
    }
}

@media screen and (max-width: 639px) {
    .prolongation__info {
        border-radius:10px;
        padding: 16px
    }
}

.test-editorial {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

@media (max-width: 1279px) {
    .test-editorial .section-head {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.test-editorial__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    border-radius: 30px;
    background: var(--color-light-blue);
    padding: clamp(1rem,.413rem + 2.61vw,2.5rem)
}

@media screen and (max-width: 1279px) {
    .test-editorial__inner {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 20px
    }
}

@media (max-width: 767px) {
    .test-editorial__inner {
        border-radius:10px
    }
}

.test-editorial__inner:has(.test-editorial__decor) {
    padding-right: 260px
}

@media (max-width: 1279px) {
    .test-editorial__inner:has(.test-editorial__decor) {
        padding:clamp(1rem,.413rem + 2.61vw,2.5rem)
    }
}

.test-editorial__inner:has(.test-editorial__decor) .btn {
    padding-inline:20px;width: auto
}

.test-editorial__inner:has(.test-editorial__decor) .cta__consent {
    max-width: 600px
}

.test-editorial__decor {
    display: none
}

@media screen and (min-width: 1280px) {
    .tarifs .tarifs-pagination {
        opacity:0
    }

    .test-editorial__inner:has(.test-editorial__decor) .test-editorial__form {
        -ms-grid-columns: (1fr)[3] auto;
        grid-template-columns: repeat(3,1fr) auto
    }

    .test-editorial__decor {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 272px;
        height: 272px
    }
}

.test-editorial__decor img {
    -o-object-fit: contain;
    object-fit: contain
}

.test-editorial__form {
    display: -ms-grid;
    display: grid;
    position: relative;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    z-index: 1;
    margin: 0;
    width: 100%
}

.test-editorial__form .btn {
    margin: 0;
    width: 100%
}

.test-editorial__form .cta__consent {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4
}

@media screen and (max-width: 1279px) {
    .test-editorial__form {
        -ms-grid-columns:(1fr)[2];
        grid-template-columns: repeat(2,1fr);
        gap: 16px;
        max-width: 612px
    }

    .test-editorial__form .cta__input {
        height: 50px
    }

    .test-editorial__form .cta__consent {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3
    }
}

@media screen and (max-width: 767px) {
    .test-editorial__form {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }

    .test-editorial__form .btn {
        -ms-grid-column-align: center;
        justify-self: center;
        margin-top: 14px;
        width: auto
    }

    .test-editorial__form .cta__consent {
        -ms-grid-column: 1;
        grid-column: 1
    }
}

.test-editorial__form .cta__consent .cta__consent-text {
    max-width: none
}

.test-editorial__form .cta__consent .cta__consent-text a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.tariff-cost {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.tariff-cost__container {
    position: relative
}

.tariff-cost__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    border-radius: 30px;
    background: var(--color-light-blue);
    padding: 40px;
    color: var(--color-deep-grey)
}

@media (max-width: 1279px) {
    .tariff-cost__wrapper {
        border-radius:20px
    }
}

@media (max-width: 767px) {
    .tariff-cost__wrapper {
        border-radius:10px
    }
}

.tariff-cost__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(1.5rem,.938rem + 1.17vw,1.875rem)
}

.tariff-cost .monthly-fee {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    border-radius: 30px;
    background: var(--color-white);
    padding: 12px 20px;
    font-weight: 600;
    font-size: clamp(1.125rem,.563rem + 1.17vw,1.5rem);
    line-height: 130%
}

.tariff-cost__content {
    display: block;
    gap: clamp(2.5rem,-5.938rem + 17.58vw,8.125rem);
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    font-size: 16px
}

@media screen and (max-width: 767px) {
    .tariff-cost .monthly-fee {
        font-size:clamp(1rem,.89rem + .49vw,1.125rem)
    }

    .tariff-cost__content {
        font-size: clamp(.875rem,.765rem + .49vw,1rem)
    }
}

.tariff-cost__content p:not(:last-child) {
    margin-bottom: 1em
}

@media screen and (max-width: 1024px) {
    .tariff-cost__wrapper {
        padding-inline:clamp(1rem,-.324rem + 5.88vw,2.5rem);
        padding-block:clamp(1.875rem,1.324rem + 2.45vw,2.5rem)}

    .tariff-cost__content {
        -webkit-columns: auto;
        -moz-columns: auto;
        columns: auto
    }
}

/* select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    --minwidth-select: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid var(--color-ivory);
    border-radius: 30px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23000' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A") right 5px center/20px no-repeat;
    padding-inline:20px;padding-block:13px;min-width: var(--minwidth-select);
    color: var(--color-deep-grey)
}

@supports ((-webkit-appearance: base-select) or (-moz-appearance:base-select) or (appearance:base-select)) {
    select,select::picker(select) {
        -webkit-appearance:base-select;
        -moz-appearance: base-select;
        appearance: base-select;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
        interpolate-size: allow-keywords
    }

    select:open {
        -webkit-animation-play-state: running;
        animation-play-state: running;
        background: var(--color-light-blue)
    }

    @media (prefers-reduced-motion) {
        select:open {
            -webkit-animation-play-state: paused;
            animation-play-state: paused
        }
    }

    select {
        background-image: none;
        padding-inline:20px}

    select img {
        width: 30px;
        line-height: 1
    }

    select::picker-icon {
        rotate: -90deg;
        -webkit-transition: rotate .2s ease-out;
        transition: rotate .2s ease-out;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23000' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
        width: 20px;
        height: 20px;
        content: ""
    }

    select:open::picker-icon {
        rotate: 0deg
    }

    select::picker(select) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        row-gap: 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        opacity: 0;
        -webkit-transition: height .4s ease-out,opacity .4s ease-out,overlay .4s,display .4s;
        transition: height .4s ease-out,opacity .4s ease-out,overlay .4s,display .4s;
        transition-behavior: allow-discrete;
        margin-top: 16px;
        -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
        box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
        border: 1px solid var(--color-ivory,#e0e0e0);
        border-radius: 16px;
        background: var(--color-white,#fff);
        padding: 16px;
        max-width: 250px;
        height: 0;
        overflow: clip;
        font-weight: 400
    }

    select:open::picker(select) {
        opacity: 1;
        height: auto
    }

    select option {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        -webkit-transition-property: color,background;
        transition-property: color,background;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        cursor: pointer;
        padding: 4px;
        color: var(--color-deep-grey,currentColor);
        font-size: 16px;
        text-wrap: auto
    }

    select option:where(:hover,:focus,:active) {
        background: var(--color-light-blue,#eef2fa)
    }

    select option:checked {
        background: var(--color-light-blue,#eef2fa)
    }

    select option::checkmark {
        display: none
    }

    select option:first-child {
        border: 0
    }

    select selectedcontent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px
    }
} */
