.who-we-work-groups {
    margin-bottom: 120px;
}

@media screen and (max-width: 1024px) {
    .who-we-work-groups {
        margin-bottom: 80px;
    }
}

.who-we-work-groups__slider-subtitle {
    color: #BDD3FA;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 24px;
}

.who-we-work-groups__left-column >*:not(:last-child) {
    margin-bottom: 32px;
}

.who-we-work-groups__slider-top {
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .who-we-work-groups__slider-top {
        margin-bottom: 24px;
    }
}

.who-we-work-groups__slider-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 110%;
    background: linear-gradient(96deg, #E6E7EB -6.36%, #BDD3FA 81.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1024px) {
    .who-we-work-groups__slider-title {
        font-size: 24px;
    }
}

.who-we-work-groups__item {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid rgba(100, 100, 102, 0.25);
    background: rgba(0, 0, 0, 0.00);
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    isolation: isolate;
}

.who-we-work-groups__item::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: 0;
    pointer-events: none;
    background-image:
        radial-gradient(
            ellipse 135% 105% at 96% 4%,
            rgba(189, 211, 250, 0.11) 0%,
            rgba(189, 211, 250, 0.03) 46%,
            transparent 78%
        ),
        radial-gradient(
            ellipse 130% 110% at 6% 96%,
            rgba(115, 172, 203, 0.12) 0%,
            rgba(115, 172, 203, 0.028) 50%,
            transparent 80%
        );
}

.who-we-work-groups__item > *:not(img) {
    position: relative;
    z-index: 1;
}

.who-we-work-groups__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: inherit;
}

.who-we-work-groups__item>*:not(:last-child) {
    margin-bottom: 24px;
}

.who-we-work-groups__item-top {
    display: flex;
    gap: 5px;
    align-items: center;
}

.who-we-work-groups__item-number {
    font-size: 48px;
    font-weight: 400;
    line-height: 110%;
    background: linear-gradient(96deg, rgba(230, 231, 235, 0.25) -6.36%, rgba(189, 211, 250, 0.25) 81.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.who-we-work-groups__item-title {
    color: #BDD3FA;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.125;
}

.who-we-work-groups__item-description {
    color: #6E838E;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.125;
}

@media screen and (max-width: 1024px) {
    .who-we-work-groups__item-description {
        font-size: 14px;
        line-height: 1.0715;
    }
}

.who-we-work-groups__item-description>*:first-child {
    color: #BDD3FA;
}

.who-we-work-groups__item-description>*:not(:last-child) {
    margin-bottom: 24px;
}

.who-we-work-groups__item-list {
    color: #6E838E;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.125;
    padding-left: 20px;
}

@media screen and (max-width: 1024px) {
    .who-we-work-groups__item-list {
        font-size: 14px;
    }
}

.who-we-work-groups__item-list span {
    color: #6E838E;
}

.who-we-work-groups__item-list-title {
    color:  #BDD3FA;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.125;
    margin-bottom: 8px;
}

@media screen and (max-width: 1024px) {
    .who-we-work-groups__item-list-title {
        font-size: 14px;
        line-height: 1.1;
    }
}

.who-we-work-groups__link {
    padding: 14px 16px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 105.735%;
    border: 1px solid #BDD3FA;
    color: #BDD3FA;
    text-decoration: none;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .who-we-work-groups__link  {
        width: 100%;
    }
}

.who-we-work-groups__link-icon {
    width: 30px;
    height: 30px;
    padding: 8px;
    border-radius: 2px;
    border: 1px solid #000;
    display: block;
}

.who-we-work-groups__link-icon {
    border: 1px solid #BDD3FA;
}

.who-we-work-groups .swiper-slide {
    height: auto;
}

@media screen and (max-width: 1024px) {
    .who-we-work-groups .custom-slider-nav {
        display: none;
    }
}

.who-we-work-groups .swiper {
    margin-bottom: 8px;
}

.who-we-work-groups .swiper:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 230px;
    background: linear-gradient(270deg, #09090B 8.04%, rgba(9, 9, 11, 0.00) 76.52%);
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .who-we-work-groups .swiper:before{
        width: 75px;
    }
}