

/* Start:/services/style.css?17627835194644*/
.webinars {
    overflow: hidden
}

.webinars__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.webinars__title {
    margin: 0
}

.webinars__slider {
    gap: 24px
}

.webinars__swiper {
    width: 100%;
    height: auto;
    overflow: visible;
    position: relative
}

.webinars__swiper .swiper-wrapper {
    display: flex;
    align-items: flex-start
}

.webinars__swiper .swiper-slide {
    width: 308px !important;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    align-items: flex-start;
    text-align: left;
    transition: transform .3s ease, box-shadow .3s ease
}

.webinars__swiper .swiper-slide:hover {
    transform: scale(0.99)
}

.webinars__swiper .swiper-slide .product-card:hover {
    transform: none;
    box-shadow: none
}

.webinars__swiper-scrollbar {
    margin-top: 48px;
    height: 6px;
    border: 1px solid #ededed;
    border-radius: 31px;
    position: relative;
    width: 100%;
    overflow: hidden
}

.webinars__swiper-scrollbar .swiper-scrollbar-drag {
    background: #65ac1e;
    border-radius: 31px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: transform .3s ease
}

.webinars__video__wrapper {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden
}

.webinars__video__wrapper._16x9 {
    padding-top: 56.25%
}

.webinars__video__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.webinars__caption {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: column
}

.webinars__caption--title {
    display: flex;
    justify-content: space-between
}

.webinars__caption--icon {
    width: 24px;
    align-self: center
}

@media(min-width: 1440px) {
    .webinars .swiper-slide {
        width: 424px !important
    }
}

@media(min-width: 1920px) {
    .webinars__caption--icon {
        width: 32px
    }

    .webinars .swiper-slide {
        width: 618px !important
    }
}

.services__container {
    margin: 16px 0
}

.services__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    height: 458px;
    grid-template-rows: 1fr 1fr
}

.services__content--end {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
    grid-template-rows: 1fr 1fr
}

.services__card__title {
    opacity: .5
}

.services__card__header {
    display: flex;
    gap: 8px
}

.services__card {
    height: 100%;
    border-radius: 24px
}

.services__card--radial::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 24px;
    pointer-events: none;
    z-index: 0
}

.services__card__description {
    backdrop-filter: blur(27px);
    padding: 24px 32px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

.services__card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 24px;
    box-sizing: border-box
}

.services__card__text {
    white-space: pre-line
}

@media(min-width: 768px) {
    .services__content {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        height: 224px
    }

    .services__content--end {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr
    }
}

@media(min-width: 1440px) {
    .services__header {
        font-size: 72px
    }

    .services__content {
        grid-template-columns: 146fr 74fr;
        height: 360px
    }

    .services__content--end {
        grid-template-columns: 1fr 1fr
    }

    .services__card__content {
        padding: 32px;
        justify-content: flex-start;
        gap: 24px
    }

    .services__card__description {
        width: -moz-fit-content;
        width: fit-content
    }

    .services__container {
        margin: 40px 0
    }

    .services__card__text {
        white-space: normal;
        width: 456px;
        display: block
    }

    .services__card__text--custom {
        width: 308px
    }
}

@media(min-width: 1920px) {
    .services__content {
        height: 496px
    }

    .services__header {
        font-size: 80px
    }

    .services__card__text {
        white-space: normal;
        width: 465px;
        display: block
    }

    .services__card__text--custom {
        width: 400px
    }
}
/* End */
/* /services/style.css?17627835194644 */
