.single-banner {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1024px) {
    .single-banner {
        margin-left: 0;
        margin-right: 0;
    }
}

.sb-slides {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
}

.sb-slide {
    overflow: hidden;
    border-radius: 8px;
    margin: 8px;
    flex: 1;
    height: 200px;
    width: 274px;
    padding: 14px;
    position: relative;
    transition: opacity 200ms;
}

.sb-slide:hover {
    opacity: 0.85;
}

.sb-slide-1 {
    background: radial-gradient(62.75% 62.75% at 70.07% 62.75%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(142.06deg, #B2EB38 -11.5%, #21BA72 96.2%);
}

.sb-slide-2 {
    background: linear-gradient(118.24deg, #6BEAC7 -3.12%, #7AC0FF 113.26%), radial-gradient(62.75% 62.75% at 70.07% 62.75%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(142.06deg, #B2EB38 6.09%, #21BA72 96.2%);
}

.sb-slide-3 {
    background: linear-gradient(116.02deg, #C561F3 -6.01%, #9172FF 127.45%);
}

.sb-slide-4 {
    background: linear-gradient(91.88deg, #85D6FF 0%, #28A0DC 66.51%, rgba(40, 160, 220, 0) 99.35%),
radial-gradient(71.41% 567.77% at 73.37% 209.75%, #0EF49E 0%, rgba(224, 255, 239, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
radial-gradient(47.25% 220.54% at 2.75% 0%, rgba(1, 115, 244, 0.2) 18.34%, rgba(1, 115, 244, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
linear-gradient(0deg, #FFFFFF, #FFFFFF),
linear-gradient(87.76deg, rgba(66, 227, 180, 0.8) 1.56%, rgba(107, 234, 199, 0.8) 51.4%, rgba(155, 208, 254, 0.8) 101.28%),
radial-gradient(57.54% 258.35% at 95.46% 23.5%, rgba(255, 224, 102, 0.5) 0%, rgba(255, 224, 102, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
radial-gradient(70.46% 621.98% at 5.29% 28%, rgba(90, 177, 255, 0.4) 0%, rgba(0, 135, 205, 0.4) 0.01%, rgba(0, 135, 205, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
radial-gradient(32% 605.55% at 72.79% 89.75%, rgba(0, 192, 102, 0.5) 0%, rgba(21, 159, 94, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
/* padding: 30px 44px; */
/* border-radius: 16px; */
margin-top: 16px;
}

.sb-slide-sticker {
    margin-bottom: 5px;
}

.sb-slide-sticker span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 22px;
    padding: 0px 8px;
    background: rgba(51, 63, 72, 0.25);
    border-radius: 47px;
    font-family: 'SBSans';
    font-size: 10px;
    color: #ffffff;
}

.sb-slide-name {
    font-family: 'SBSans';
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}

.sb-slide-front {
    position: absolute;
}

.sb-slide-1 .sb-slide-front {
    right: 14px;
    bottom: 0px;
    width: 116px;
}

.sb-slide-2 .sb-slide-front {
    right: 14px;
    bottom: 14px;
    width: 133px;
}

.sb-slide-3 .sb-slide-front {
    right: 14px;
    bottom: 14px;
    width: 122px;
}

.sb-slide-4 .sb-slide-front {
    right: 14px;
    bottom: 14px;
    width: 615px;
}

.sb-slide-4 .sb-slide-sticker {
    /* font-family: "SB Sans Display", sans-serif;
    color: #EC1B28;
    font-size: 24px;
    font-weight: 600; */
}

@media screen and (max-width: 767px) {
    .sb-slide-4 {
        padding: 14px;
    }

    .sb-slide-4 .sb-slide-sticker {
        font-size: 18px;
    }

    .sb-slide-4 .sb-slide-front {
        right: -36px;
    }
}

@media (max-width: 1366px) {
    .sb-slides {
        justify-content: center;
    }

    .sb-slide {
        flex: auto;
    }

    .sb-slide-4 .sb-slide-front {
        width: 400px;
    }
}

@media (max-width: 425px) {
    .sb-slide {
        width: 100%;
    }

   
}

@font-face {
    font-family: 'SBSans';
    src: url('/local/fonts/SBSansText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SBSans';
    src: url('/local/fonts/SBSansText-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SBSans';
    src: url('/local/fonts/SBSansDisplay-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}


.resize-table-1 {
    max-width: 800px;
}

@media (max-width: 767px) {
    .resize-table-1 tr, .resize-table-2 tr {
        display: flex;
        flex-direction: column;
    }
}

.video-html {
    position: relative;
    height: 0;
    padding-top: 57%;
}

.video-html-content {
    max-width: 1290px;
    margin: 0 auto;
}

.video-html video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 30px;
}

.chalenge-block {
    margin-top: 45px;
    margin-bottom: 45px;
}

@media screen and (max-width: 1199px) {
    .cards-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .chalenge-block .cards-container {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
    .cards-container {
        grid-template-columns: 1fr;
    }
}

.chalenge-block .chalenge-text .chalenge-title {
    color: #000000;
    font-size: 24px;
    line-height: 32px;
    font-family: 'FedraSansProBook', 'Times New Roman', serif;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.chalenge-block .chalenge-text .chalenge-descr {
    margin-bottom: 35px;
    color: #000000;
    font-size: 16px;
    font-family: 'FedraSansProBook', 'Times New Roman', serif;
    line-height: 24px;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.card-item {
    height: fit-content;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
}

.card-img {
    border-radius: 12px 12px 0 0;
}

.chalenge-block .card-item .card-text {
    font-size: 18px;
    line-height: 24px;
}

.card-text {
    min-height: 100px;
    padding: 16px;
    font-family: 'FedraSansProBook', 'Times New Roman', serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    background-color: #F4F6F6;
    border-radius: 0px 0px 12px 12px;
}

.chalenge-block .card-text {
    height: 140px;
}

.card-descr {
    margin-top: 8px;
    color: #000000;
    font-size: 16px;
    font-family: 'FedraSansProBook', 'Times New Roman', serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    .chalenge-block .card-item {
        flex-direction: row;
    }

    .chalenge-block .card-item .card-img {
        border: 1px solid transparent;
        border-radius: 12px 0 0 12px;
    }

    .chalenge-block .card-item .card-text {
        border-radius: 0 12px 12px 0;
        width: 100%;
        height: 172px;
    }
}

@media screen and (max-width: 767px) {
    .chalenge-block .card-item {
        flex-direction: column;
    }

    .chalenge-block .card-item .card-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 0px 0px 12px 12px;
        height: 120px;
    }

    .chalenge-block .card-item .card-img {
        border-radius: 12px 12px 0px 0px;
    }
}