@media (min-width: 992px) {
    .swiper-pagination.swiper-pagination-bullets {
        display: none;
    }
}

/* formats */
.formats__container {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width: 992px) {
    .formats__container {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}
.formats__description {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 16px;
}
.formats__grid {
    margin: 24px 0 0;
}
@media (min-width: 992px) {
    .formats__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24px;
        margin: 32px 0 0;
    }
}
.format__content {
    position: relative;
    height: auto;
    border-radius: 32px;
    border: double 2px transparent;
    background-image: -o-linear-gradient(#000000, #000000), -o-linear-gradient(top, rgba(255, 77, 0, 0.75) 0%, rgba(255, 0, 191, 0.5625) 50%, rgba(0, 81, 255, 0.375) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 77, 0, 0.75)), color-stop(50%, rgba(255, 0, 191, 0.5625)), to(rgba(0, 81, 255, 0.375)));
    background-image: linear-gradient(#000000, #000000), linear-gradient(180deg, rgba(255, 77, 0, 0.75) 0%, rgba(255, 0, 191, 0.5625) 50%, rgba(0, 81, 255, 0.375) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 28px 24px 20px;
    overflow: hidden;
}
@media (min-width: 992px) {
    .format__content {
        -ms-flex-negative: 1;
            flex-shrink: 1;
        width: auto;
        height: auto;
        padding: 32px 40px 40px;
    }
}
.format__content:hover:before {
    opacity: 1;
}
.format__content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(24px);
            backdrop-filter: blur(24px);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 77, 0, 0.2)), color-stop(50%, rgba(255, 0, 191, 0.2)), to(rgba(0, 81, 255, 0.2)));
    background: -o-linear-gradient(top, rgba(255, 77, 0, 0.2) 0%, rgba(255, 0, 191, 0.2) 50%, rgba(0, 81, 255, 0.2) 100%);
    background: linear-gradient(180deg, rgba(255, 77, 0, 0.2) 0%, rgba(255, 0, 191, 0.2) 50%, rgba(0, 81, 255, 0.2) 100%);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.format__column {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    height: 100%;
}
.format__link {
    margin: 0;
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 24px;
    line-height: 167%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-bottom: 3px solid;
    -o-border-image: -o-linear-gradient(left, #ff008a 0%, #d400ff 100%) 1;
       border-image: -webkit-gradient(linear, left top, right top, from(#ff008a), to(#d400ff)) 1;
       border-image: linear-gradient(90deg, #ff008a 0%, #d400ff 100%) 1;
    background: -webkit-gradient(linear, left top, right top, from(#ff008a), to(#d400ff));
    background: -o-linear-gradient(left, #ff008a 0%, #d400ff 100%);
    background: linear-gradient(90deg, #ff008a 0%, #d400ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.format__link:hover {
    -o-border-image: -o-linear-gradient(left, #fff 0%, #fff 100%) 1;
       border-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)) 1;
       border-image: linear-gradient(90deg, #fff 0%, #fff 100%) 1;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background: -o-linear-gradient(left, #fff 0%, #fff 100%);
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.format__description {
    margin: 16px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.7px;
    text-align: left;
}
@media (min-width: 992px) {
    .format__description {
        margin: 24px 0 0;
        font-size: 16px;
        line-height: 150%;
    }
}
.format__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    margin: 12px 0 24px;
}
.format__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 12px;
    padding: 0;
}
.format__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    text-align: left;
}
.format__text:before {
    content: "";
    margin: 9px;
    border: 1px solid #000;
    border-radius: 2px;
    width: 6px;
    height: 6px;
    background: #ffa602
}
.format__image {
    display: block;
    width: 100%;
    margin: auto 0 0;
}

/* features */
.inside {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width: 992px) {
    .inside {
        padding-top: 48px;
        padding-bottom: 80px;
    }
}
.inside__title {
    font-size: 24px;
    line-height: 133%;
}
@media (min-width: 992px) {
    .inside__title {
        font-size: 60px;
        line-height: 100%;
        opacity: 0.7;
        text-align: center;
    }
}
@media (min-width: 1200px) {
    .inside__title {
        font-size: 80px;
    }
}
@media (min-width: 992px) {
    .inside__title .text-color {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
    }
}
.inside .swiper {
    overflow: visible;
}
.inside__grid {
    margin: 24px 0 0;
}
@media (min-width: 992px) {
    .inside__grid {
        position: relative;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 372px 24px 372px;
        grid-template-columns: 372px 372px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 48px 24px;
        -ms-grid-columns: 272px 24px 272px;
        grid-template-columns: 272px 272px;
        margin: 64px 0 0;
    }
}
@media (min-width: 1200px) {
    .inside__grid {
        -ms-grid-columns: 372px 372px;
        grid-template-columns: 372px 372px;
    }
}
.adv__item {
    position: relative;
}
@media (min-width: 992px) {
    .adv__item:hover:before  {
        width: 96px;
        height: 96px;
        opacity: 1;
    }
}
.adv__item:hover ~ .inside__burger .burger__item {
    opacity: 0;
}
.adv__item:hover ~ .inside__burger .burger__item[data-item="0"] {
    opacity: 1;
}
.adv__item[data-item="1"]:hover ~ .inside__burger .burger__item[data-item="1"] {
    opacity: 1;
}
.adv__item[data-item="2"]:hover ~ .inside__burger .burger__item[data-item="2"] {
    opacity: 1;
}
.adv__item[data-item="3"]:hover ~ .inside__burger .burger__item[data-item="3"] {
    opacity: 1;
}
.adv__item[data-item="4"]:hover ~ .inside__burger .burger__item[data-item="4"] {
    opacity: 1;
}
.adv__item:before {
    content: "";
    position: absolute;
    top: -32px;
    left: -32px;
    width: 0;
    height: 0;
    border-radius: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#ff008a), to(#d400ff));
    background: -o-linear-gradient(left, #ff008a 0%, #d400ff 100%);
    background: linear-gradient(90deg, #ff008a 0%, #d400ff 100%);
    -webkit-filter: blur(42px);
            filter: blur(42px);
    opacity: 0;
    -webkit-transition: .5s opacity ease, .5s width ease, .5s height ease;
    -o-transition: .5s opacity ease, .5s width ease, .5s height ease;
    transition: .5s opacity ease, .5s width ease, .5s height ease;
}
.adv__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
}
.adv__num {
    position: relative;
    top: -4px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 48px;
}
@media (min-width: 992px) {
    .adv__num {
        display: none;
    }
}
.adv__title {
    position: relative;
    margin: 0;
    font-family: 'Dela Gothic One', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
}
@media (min-width: 992px) {
    .adv__title {
        font-size: 24px;
    }
    .adv__title br {
        display: none;
    }
}
.adv__subtitle {
    position: relative;
    display: none;
    margin: 4px 0 0;
    font-family: 'Dela Gothic One', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: -o-linear-gradient(left, #ff008a 0%, #d400ff 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ff008a), to(#d400ff));
    background: linear-gradient(90deg, #ff008a 0%, #d400ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
    .adv__subtitle {
        display: inline-block;
    }
}
.adv__text {
    position: relative;
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}
.adv__image {
    display: block;
    max-width: 360px;
    margin: 64px auto 0;
}
@media (min-width: 992px) {
    .adv__image {
        display: none;
    }
}
.inside__burger {
    display: none;
}
@media (min-width: 992px) {
    .inside__burger {
        position: absolute;
        top: -120px;
        right: 0;
        left: 0;
        display: block;
        width: 336px;
        height: 576px;
        margin: auto;
    }
}
@media (min-width: 1200px) {
    .inside__burger {
        top: -180px;
    }
}
.burger__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}
.burger__item[data-item="main"] {
    opacity: 1;
    background: url(../../images/content/burger.png) no-repeat center;
    background-size: contain;
}
.burger__item[data-item="0"] {
    opacity: 1;
    background: url(../../images/content/burger-0.png) no-repeat center;
    background-size: contain;
}
.burger__item[data-item="1"] {
    background: url(../../images/content/burger-1.png) no-repeat center;
    background-size: contain;
}
.burger__item[data-item="2"] {
    background: url(../../images/content/burger-2.png) no-repeat center;
    background-size: contain;
}
.burger__item[data-item="3"] {
    background: url(../../images/content/burger-3.png) no-repeat center;
    background-size: contain;
}
.burger__item[data-item="4"] {
    background: url(../../images/content/burger-4.png) no-repeat center;
    background-size: contain;
}
.inside .swiper-pagination {
    position: absolute;
    bottom: 600px;
}

/* benifits */
.terms__slider {
    margin-top: 24px;
}
@media (min-width: 992px) {
    .terms__slider {
        margin-top: 32px;
    }
}
@media (min-width: 992px) {
    .terms__slider .swiper-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}
@media (min-width: 1200px) {
    .terms__slider .swiper-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
.terms__slide.swiper-slide {
    padding: 24px 16px;
    border: double 2px transparent;
    background-image: -o-linear-gradient(#000000, #000000), -o-linear-gradient(top, rgba(255, 77, 0, 0.75) 0%, rgba(255, 0, 191, 0.5625) 50%, rgba(0, 81, 255, 0.375) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 77, 0, 0.75)), color-stop(50%, rgba(255, 0, 191, 0.5625)), to(rgba(0, 81, 255, 0.375)));
    background-image: linear-gradient(#000000, #000000), linear-gradient(180deg, rgba(255, 77, 0, 0.75) 0%, rgba(255, 0, 191, 0.5625) 50%, rgba(0, 81, 255, 0.375) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 32px;
    height: auto;
}
@media (min-width: 992px) {
    .terms__slide.swiper-slide {
        width: auto;
        padding: 28px 24px;
    }
}
.terms__slide.swiper-slide .slide__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.terms__slide.swiper-slide .slide__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32px;
}
@media (min-width: 992px) {
    .terms__slide.swiper-slide .slide__icon {
        width: 48px;
    }
}
.terms__slide.swiper-slide .slide__icon img {
    width: 100%;
    display: block;
}
.terms__slide.swiper-slide .slide__title {
    margin: 0;
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.3px;
    letter-spacing: 0.05em;
    text-align: left;
    text-transform: uppercase;
    color: var(--FFFFFF);
}
@media (min-width: 992px) {
    .terms__slide.swiper-slide .slide__title {
        font-size: 18px;
        line-height: 23.94px;
        margin-right: -1px;
    }
}
.terms__slide.swiper-slide .slide__description {
    margin-top: 16px;
}
@media (min-width: 992px) {
    .terms__slide.swiper-slide .slide__description {
        margin-top: 24px;
    }
}
.terms__slide.swiper-slide:last-child {
    background: -o-linear-gradient(4.02deg, rgba(104, 12, 62, 0.94) 5.8%, rgba(88, 0, 105, 0.94) 59.53%);
    background: linear-gradient(85.98deg, rgba(104, 12, 62, 0.94) 5.8%, rgba(88, 0, 105, 0.94) 59.53%);
    -webkit-box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.2509803922);
    box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.2509803922);
    display: none;
}
@media (min-width: 992px) {
    .terms__slide.swiper-slide:last-child {
        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;
    }
}
.terms__slide.swiper-slide:last-child .slide__title span {
    width: 100%;
    display: block;
}
.terms__slide.swiper-slide:last-child .btn {
    margin-top: 37px;
    width: 100%;
}
.terms__container {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width: 992px) {
    .terms__container {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}
.terms__container > .swiper-slide.terms__slide {
    display: block;
    margin-top: 40px;
    padding: 24px 16px 16px 16px;
    width: 100%;
}
@media (min-width: 992px) {
    .terms__container > .swiper-slide.terms__slide {
        display: none;
    }
}
.terms__container > .swiper-slide.terms__slide .slide__title {
    font-size: 20px;
    line-height: 26.6px;
}
.terms__container > .swiper-slide.terms__slide .btn {
    margin-top: 24px;
}

/* verticals */
.verticals__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 24px;
}
@media (min-width: 992px) {
    .verticals__container {
        display: -ms-grid;
        display: grid;
        padding-top: 64px;
        padding-bottom: 64px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.verticals__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
}
@media (min-width: 992px) {
    .verticals__wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 24px 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 48px 24px;
    }
}
.verticals__title {
    font-size: 24px;
    line-height: 37.2px;
    padding-right: 30px;
}
@media (min-width: 992px) {
    .verticals__title {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        margin-top: auto;
        font-size: 32px;
        line-height: 49.6px;
        padding-right: 0;
    }
}
.verticals .btn {
    width: 100%;
}
@media (min-width: 992px) {
    .verticals .btn {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2;
        max-width: 360px;
        margin: 0 0 auto;
    }
}
.verticals__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 109fr 8px 111fr 8px 109fr;
    grid-template-columns: 109fr 111fr 109fr;
    gap: 8px;
}
@media (min-width: 992px) {
    .verticals__grid {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / span 2;
        -ms-grid-columns: 128px 24px 18px 24px 128px 24px 128px;
        grid-template-columns: 128px 18px 128px 128px;
        gap: 24px;
    }
}
@media (min-width: 1200px) {
    .verticals__grid {
        -ms-grid-columns: 168px 72px 168px 168px;
        grid-template-columns: 168px 72px 168px 168px;
    }
}
.verticals__grid .grid__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-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border: double 2px transparent;
    background-image: -o-linear-gradient(#000000, #000000), -o-linear-gradient(top, rgba(255, 77, 0, 0.75) 0%, rgba(255, 0, 191, 0.5625) 50%, rgba(0, 81, 255, 0.375) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 77, 0, 0.75)), color-stop(50%, rgba(255, 0, 191, 0.5625)), to(rgba(0, 81, 255, 0.375)));
    background-image: linear-gradient(#000000, #000000), linear-gradient(180deg, rgba(255, 77, 0, 0.75) 0%, rgba(255, 0, 191, 0.5625) 50%, rgba(0, 81, 255, 0.375) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 16px;
    padding: 4px;
}
@media (min-width: 992px) {
    .verticals__grid .grid__item {
        padding: 30px 20px 22px 20px;
        gap: 24px;
    }
}
.verticals__grid .grid__item:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
}
@media (min-width: 992px) {
    .verticals__grid .grid__item:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2/4;
    }
}
.verticals__grid .grid__item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
@media (min-width: 992px) {
    .verticals__grid .grid__item:nth-child(3) {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
    }
}
.verticals__grid .grid__item:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
}
@media (min-width: 992px) {
    .verticals__grid .grid__item:nth-child(4) {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
    }
}
.verticals__grid .grid__item:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
@media (min-width: 992px) {
    .verticals__grid .grid__item:nth-child(5) {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
    }
}
.verticals__grid .grid__item:nth-child(6) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
}
@media (min-width: 992px) {
    .verticals__grid .grid__item:nth-child(6) {
        grid-column: initial;
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
    }
}
.verticals__grid .grid__item .item__image {
    max-width: 80px;
}
@media (min-width: 992px) {
    .verticals__grid .grid__item .item__image {
        max-width: 96px;
    }
}
.verticals__grid .grid__item .item__image img {
    width: 100%;
}
.verticals__grid .grid__item .item__title {
    margin: 0;
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    color: var(--FFFFFF);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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;
    min-height: 48px;
}
@media (min-width: 992px) {
    .verticals__grid .grid__item .item__title {
        font-size: 16px;
        line-height: 20.8px;
        min-height: auto;
    }
}

/* plans */
.plans__container {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width: 992px) {
    .plans__container {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}
.plans .swiper {
    overflow: hidden;
}
.plans__grid {
    margin-top: 24px;
}

@media (min-width: 992px) {
    .plans__grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 24px;
        -ms-grid-columns: 1fr 24px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .plans__grid {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        margin-top: 32px;
    }
}
.plans__grid .grid__item {
    border-radius: 32px;
    border: double 2px transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(88, 0, 105, 0.5)));
    background-image: -o-linear-gradient(#000000, #000000), -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(88, 0, 105, 0.5) 100%);
    background-image: linear-gradient(#000000, #000000), linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(88, 0, 105, 0.5) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 28px 16px 16px 16px;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    position: relative;
}
.plans__grid .plans__grid-content {
    position: relative;
}
.plans__grid .grid__item.active .item__toggle {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
}
.plans__grid .grid__item.active .item__list,
.plans__grid .grid__item.active .item__description {
    opacity: 1;
    visibility: visible;
    max-height: 300px;
    pointer-events: auto;
}
.plans__grid .grid__item.active .item__list {
    margin-top: 24px;
}
.plans__grid .grid__item.active .item__description {
    padding: 12px 16px;
    margin-bottom: 8px;
}
.plans__grid .grid__item[data-item="1"] .item__list li:nth-child(-n+1),
.plans__grid .grid__item[data-item="2"] .item__list li:nth-child(-n+4),
.plans__grid .grid__item[data-item="3"] .item__list li:nth-child(-n+7),
.plans__grid .grid__item[data-item="4"] .item__list li {
    opacity: 1;
}
.plans__grid .grid__item.recommended {
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 213, 2, 1)), to(rgba(88, 0, 105, 1)));
    background-image: -o-linear-gradient(#000000, #000000), -o-linear-gradient(top, rgba(255, 213, 2, 1) 0%, rgba(88, 0, 105, 1) 100%);
    background-image: linear-gradient(#000000, #000000), linear-gradient(180deg, rgba(255, 213, 2, 1) 0%, rgba(88, 0, 105, 1) 100%);
}
.plans__grid .grid__item.recommended:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(24px);
            backdrop-filter: blur(24px);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 77, 0, 0.2)), color-stop(50%, rgba(255, 0, 191, 0.2)), to(rgba(0, 81, 255, 0.2)));
    background: -o-linear-gradient(top, rgba(255, 77, 0, 0.2) 0%, rgba(255, 0, 191, 0.2) 50%, rgba(0, 81, 255, 0.2) 100%);
    background: linear-gradient(180deg, rgba(255, 77, 0, 0.2) 0%, rgba(255, 0, 191, 0.2) 50%, rgba(0, 81, 255, 0.2) 100%);
    border-radius: 32px;
}
.plans__grid .grid__item.recommended:after {
    content: "recommended";
    position: absolute;
    top: -14px;
    right: 0;
    left: 0;
    display: inline-table;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px 16px;
    margin: auto;
    font-weight: 400;
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 10px;
    line-height: 160%;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    background: #FFD502;
    border-radius: 14px;
}
.plans__grid .grid__item.grid__item--highlight::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 32px;
    background: -o-linear-gradient(4deg, rgba(104, 12, 62, 0.50) 5.8%, rgba(88, 0, 105, 0.50) 59.53%), rgba(0, 0, 0, 0.94);
    background: linear-gradient(86deg, rgba(104, 12, 62, 0.50) 5.8%, rgba(88, 0, 105, 0.50) 59.53%), rgba(0, 0, 0, 0.94);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    position: absolute;
    top: 0;
    left: 0;
}
.plans__grid .grid__item .item__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 133%;
    letter-spacing: 0.05em;
    text-align: center;
    background: -o-linear-gradient(4.02deg, #ff008a 5.8%, #d500ff 59.53%);
    background: linear-gradient(85.98deg, #ff008a 5.8%, #d500ff 59.53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
.plans__grid .grid__item .item__star {
    width: 24px;
}
.plans__grid .grid__item .item__star img {
    display: block;
    width: 100%;
}
.plans__grid .grid__item .item__costs {
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-align: center;
    color: var(--FFFFFF);
}
.plans__grid .grid__item .item__hr {
    position: relative;
    width: 100%;
    height: 6px;
    margin-top: 24px;
    background: url(../../images/icons/hr-line.svg) center no-repeat;
}
.plans__grid .grid__item .item__toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.plans__grid .grid__item .item__list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 8px;
    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;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.plans__grid .grid__item .item__list li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21.7px;
    text-align: left;
    color: var(--FFFFFF);
    opacity: .5;
}
.plans__grid .grid__item .item__list li::before {
    content: url(../../images/icons/bullet.svg);
    position: absolute;
    left: 0;
    top: 3px;
}
.plans__grid .grid__item .item__list li span {
    font-weight: 900;
    color: #ffd502;
}
.plans__grid .grid__item .item__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 32px 0 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(104, 12, 62, 0.5)), to(rgba(88, 0, 105, 0.5)));
    background: -o-linear-gradient(left, rgba(104, 12, 62, 0.5) 0%, rgba(88, 0, 105, 0.5) 100%);
    background: linear-gradient(90deg, rgba(104, 12, 62, 0.5) 0%, rgba(88, 0, 105, 0.5) 100%);
    border-radius: 8px;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}
.plans__grid .grid__item .item__description {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 18.6px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.plans__grid .grid__item .item__text {
    margin-top: 24px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding: 8px 12px;
    position: relative;
    z-index: 2;
}
.plans__grid .grid__item hr {
    border: 1px solid;
    -o-border-image: -o-linear-gradient(left, rgba(255, 77, 0, 0) 0%, rgba(255, 0, 191, 0.75) 50%, rgba(0, 81, 255, 0) 100%) 1;
    border-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 77, 0, 0)), color-stop(50%, rgba(255, 0, 191, 0.75)), to(rgba(0, 81, 255, 0))) 1;
    border-image: linear-gradient(90deg, rgba(255, 77, 0, 0) 0%, rgba(255, 0, 191, 0.75) 50%, rgba(0, 81, 255, 0) 100%) 1;
    margin-top: 24px;
}
.plans__grid .grid__item .item__action .btn {
    width: 100%;
    padding: 12px 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 150%;
}

/* blog */
.industry-news__container {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width: 992px) {
    .industry-news__container {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}
.industry-news__grid {
    margin-top: 24px;
    
}
@media (min-width: 992px) {
    .industry-news__grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 24px;
        -ms-grid-columns: 1fr 24px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .industry-news__grid {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        margin-top: 32px;
    }
}
.industry-news__slide {
    padding: 24px;
    border: double 2px transparent;
    background-image: -o-linear-gradient(#000000, #000000), -o-linear-gradient(top, rgba(255, 77, 0, 0.75) 0%, rgba(255, 0, 191, 0.5625) 50%, rgba(0, 81, 255, 0.375) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 77, 0, 0.75)), color-stop(50%, rgba(255, 0, 191, 0.5625)), to(rgba(0, 81, 255, 0.375)));
    background-image: linear-gradient(#000000, #000000), linear-gradient(180deg, rgba(255, 77, 0, 0.75) 0%, rgba(255, 0, 191, 0.5625) 50%, rgba(0, 81, 255, 0.375) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 32px;
}
.industry-news__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 8px;
    position: relative;
    height: 100%;
}
@media (min-width: 992px) {
    .industry-news__item-content {
        -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;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        gap: 0;
    }
}
.industry-news__label {
    border-radius: 16px;
    padding: 4px 12px;
    font-weight: 700;
    font-size: 12px;
    line-height: 133%;
    text-transform: uppercase;
    color: #fff;
}
.industry-news__slide:nth-child(1) .industry-news__label {
    background: #ff008a;
}
.industry-news__slide:nth-child(2) .industry-news__label {
    background: #ffa602;
}
.industry-news__slide:nth-child(3) .industry-news__label {
    background: #d400ff;
}
.industry-news__news-text {
    margin-top: 16px;
    font-weight: 800;
    font-size: 18px;
    line-height: 133%;
    color: #fff;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
@media (min-width: 992px) {
    .industry-news__news-text {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }
}
.industry-news__news-date {
    font-weight: 700;
    font-size: 12px;
    line-height: 133%;
    color: #fff;
    opacity: 0.75;
}
@media (min-width: 992px) {
    .industry-news__news-date {
        margin-top: 8px;
    }
}
.industry-news__slide:first-child {
    position: relative;
}
.industry-news__slide:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 77, 0, 0.2)), color-stop(50%, rgba(255, 0, 191, 0.2)), to(rgba(0, 81, 255, 0.2)));
    background: -o-linear-gradient(top, rgba(255, 77, 0, 0.2) 0%, rgba(255, 0, 191, 0.2) 50%, rgba(0, 81, 255, 0.2) 100%);
    background: linear-gradient(180deg, rgba(255, 77, 0, 0.2) 0%, rgba(255, 0, 191, 0.2) 50%, rgba(0, 81, 255, 0.2) 100%);
    border-radius: 32px;
}
.industry-news__slide:last-child {
    background: -o-linear-gradient(4.02deg, rgba(104, 12, 62, 0.94) 5.8%, rgba(88, 0, 105, 0.94) 59.53%);
    background: linear-gradient(85.98deg, rgba(104, 12, 62, 0.94) 5.8%, rgba(88, 0, 105, 0.94) 59.53%);
    -webkit-box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.2509803922);
    box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.2509803922);
    border: none;
    display: none;
}
@media (min-width: 992px) {
    .industry-news__slide:last-child {
        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;
    }
}
.industry-news__slide-title {
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
}
.industry-news__slide .btn {
    width: 100%;
}
.industry-news__note {
    margin-top: 40px;
    padding: 20px 24px;
    border-radius: 24px;
    border: double 2px transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)), -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(88, 0, 105, 0.5)));
    background-image: -o-linear-gradient(#000000, #000000), -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(88, 0, 105, 0.5) 100%);
    background-image: linear-gradient(#000000, #000000), linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(88, 0, 105, 0.5) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}
@media (min-width: 992px) {
    .industry-news__note {
        margin-top: 24px;
    }
}
.industry-news__note-text {
    font-size: 20px;
    line-height: 140%;
    color: #fff;
}
.industry-news__note-text a {
    background: -webkit-gradient(linear, left top, right top, from(#ffbc02), to(#ffe102));
    background: -o-linear-gradient(left, #ffbc02 0%, #ffe102 100%);
    background: linear-gradient(90deg, #ffbc02 0%, #ffe102 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.industry-news__container > .industry-news__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-top: 16px;
}
@media (min-width: 992px) {
    .industry-news__container > .industry-news__slide {
        display: none;
    }
}

/* campaigns */
.launch-campaigns__container {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width: 992px) {
    .launch-campaigns__container {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}
.launch-campaigns__start {
    padding: 32px 28px;
    border-radius: 32px;
    -webkit-box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.25);
    background: url('../../images/content/logos-bg-mobile.png') no-repeat center, -o-linear-gradient(left, rgba(104, 12, 62, 0.94) 0%, rgba(88, 0, 105, 0.94) 100%);
    background: url('../../images/content/logos-bg-mobile.png') no-repeat center, -webkit-gradient(linear, left top, right top, from(rgba(104, 12, 62, 0.94)), to(rgba(88, 0, 105, 0.94)));
    background: url('../../images/content/logos-bg-mobile.png') no-repeat center, linear-gradient(90deg, rgba(104, 12, 62, 0.94) 0%, rgba(88, 0, 105, 0.94) 100%);
    background-size: cover;
}
@media (min-width: 992px) {
    .launch-campaigns__start {
        padding: 40px;
        background: url('../../images/content/logos-bg.png') no-repeat right center, -o-linear-gradient(left, rgba(104, 12, 62, 0.94) 0%, rgba(88, 0, 105, 0.94) 100%);
        background: url('../../images/content/logos-bg.png') no-repeat right center, -webkit-gradient(linear, left top, right top, from(rgba(104, 12, 62, 0.94)), to(rgba(88, 0, 105, 0.94)));
        background: url('../../images/content/logos-bg.png') no-repeat right center, linear-gradient(90deg, rgba(104, 12, 62, 0.94) 0%, rgba(88, 0, 105, 0.94) 100%);
        background-size: contain;
    }
}
@media (min-width: 992px) {
    .launch-campaigns__start .start__info {
        max-width: 580px;
    }
}
.launch-campaigns__start .start__subtitle {
    margin: 0;
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
}
@media (min-width: 992px) {
    .launch-campaigns__start .start__subtitle {
        font-size: 24px;
        line-height: 167%;
    }
}
.launch-campaigns__start .start__title {
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: -o-linear-gradient(334deg, #ffbc02 0%, #ffe102 100%);
    background: linear-gradient(116deg, #ffbc02 0%, #ffe102 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
    .launch-campaigns__start .start__title {
        font-size: 32px;
        line-height: 125%;
    }
}
.launch-campaigns__start .btn {
    width: 100%;
    margin-top: 40px;
}
@media (min-width: 992px) {
    .launch-campaigns__start .btn {
        max-width: 360px;
        margin-top: 40px;
    }
}