.page-services {
    overflow-x: hidden;
    background: #fff;
    color: #14254b
}

.page-services h1,
.page-services h2,
.page-services h3 {
    color: #071b49
}

.page-services .container {
    max-width: 1280px
}

.page-services .btn-gem {
    min-height: 43px;
    padding: 10px 22px;
    font-size: 10px;
    border-radius: 7px
}

.services-topbar {
    height: 36px;
    color: #fff;
    background: linear-gradient(90deg,#CC0000 );
    font-size: 11px
}

.services-topbar__inner,
.services-topbar__offer,
.services-topbar__contact,
.services-topbar__social {
    height: 100%;
    display: flex;
    align-items: center
}

.services-topbar__inner {
    justify-content: space-between
}

.services-topbar__offer,
.services-topbar__contact {
    gap: 16px
}

.services-topbar i {
    color: #ffffff
}

.services-topbar__contact>a {
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, .25)
}

.services-topbar__social {
    gap: 14px;
    padding-left: 16px;
    border-left: 1px solid rgba(255, 255, 255, .25)
}

.services-topbar__social i {
    color: #fff
}

.page-services .services-header .navbar {
    min-height: 82px
}

.page-services .services-header .nav-link.active {
    color: #8728df
}

.page-services .services-header .nav-link.active::after {
    background: #8728df
}

.page-services .services-header .btn-gem {
    background: linear-gradient(90deg, #CC0000);
    color: #fff
}

.services-hero {
    position: relative;
    min-height: 505px;
    overflow: hidden;
    color: #fff;
    background: #071b49 url("../../images/services/services-hero-team-map.png") right center/cover no-repeat
}

.services-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 20, 56, .99) 0%, rgba(7, 25, 67, .94) 35%, rgba(7, 23, 60, .55) 66%, rgba(7, 22, 55, .2) 100%)
}

.services-hero::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: -5%;
    right: -5%;
    bottom: -126px;
    height: 185px;
    background: #fff;
    border-radius: 50% 50% 0 0/100% 100% 0 0
}

.services-hero__blob {
    position: absolute;
    z-index: 1;
    right: -73px;
    bottom: 43px;
    width: 190px;
    height: 190px;
    border-radius: 55% 0 0 45%;
    background: linear-gradient(145deg, #833ce5, #bd59f2);
    transform: rotate(15deg)
}

.services-hero__inner {
    position: relative;
    z-index: 3;
    min-height: 505px;
    display: flex;
    align-items: center
}

.services-hero__content {
    width: 52%;
    padding: 30px 0 65px
}

.services-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 23px;
    font-size: 11px
}

.services-breadcrumb a {
    color: #fff
}

.services-breadcrumb i {
    font-size: 8px
}

.services-hero h1 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 41px;
    line-height: 1.15
}

.services-hero h1>span {
    display: block;
    font-family: var(--gem-font-accent);
    font-size: 46px;
    white-space: nowrap
}

.services-hero h1 em {
    color: #FFD100;
    font-style: normal
}

.services-hero h1>span {
    color: #FFD100
}

.services-hero__content>p {
    max-width: 520px;
    margin: 0 0 34px;
    color: rgba(255, 255, 255, .94);
    font-size: 13px;
    line-height: 1.7
}

.services-hero__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    max-width: 620px
}

.service-stat {
    display: flex;
    align-items: center;
    gap: 10px
}

.service-stat>i {
    font-size: 27px;
    color: var(--stat)
}

.service-stat strong {
    display: block;
    color: #fff;
    font-family: var(--gem-font-heading);
    font-size: 18px
}

.service-stat small {
    display: block;
    color: #fff;
    font-size: 8px
}

.service-stat--orange {
    --stat: #ff8b17
}

.service-stat--yellow {
    --stat: #ffc400
}

.service-stat--purple {
    --stat: #8c38e9
}

.service-stat--pink {
    --stat: #ef3e9e
}

.services-offer {
    position: relative;
    padding: 40px 0 0;
    background: radial-gradient(circle at 8% 34%, rgba(111, 48, 245, .07), transparent 16%), radial-gradient(circle at 98% 82%, rgba(111, 48, 245, .06), transparent 16%), #fff
}

.services-heading {
    text-align: center;
    margin-bottom: 36px
}

.services-heading small {
    display: block;
    margin-bottom: 10px;
    color: #CC0000;
    font-family: var(--gem-font-heading);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase
}

.services-heading h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.3
}

.services-heading h2 span {
    color: #041537
}

.services-heading h2 em {
    color: #041537;
    font-style: normal
}

.services-heading h2 b {
    color: #041537
}

.services-heading p {
    margin: 10px 0 0;
    color: #53617a;
    font-size: 12px
}

.services-heading>i {
    display: block;
    width: 51px;
    height: 3px;
    margin: 13px auto 0;
    background: linear-gradient(90deg, #7c2dea, #f0489c, #ff941c);
    border-radius: 4px
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px 22px
}

.service-card {
    position: relative;
    overflow: visible;
    min-height: 355px;
    background: #fff;
    border: 1px solid #e6e9f1;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(10, 32, 75, .11);
    transition: transform .3s ease, box-shadow .3s ease
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 38px rgba(10, 32, 75, .17)
}

.service-card__media {
    position: relative;
    height: 142px;
    padding: 11px 11px 0
}

.service-card__media>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform .35s ease
}

.service-card:hover .service-card__media>img {
    transform: scale(1.035)
}

.service-card__media>span {
    position: absolute;
    left: -3px;
    top: -6px;
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--accent);
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(8, 28, 65, .18)
}

.service-card__media span img {
    width: 29px;
    height: 29px;
    color: #fff;
    filter: brightness(0) invert(1)
}

.service-card__body {
    min-height: 212px;
    padding: 15px 18px 17px;
    display: flex;
    flex-direction: column
}

.service-card h3 {
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 1.28
}

.service-card p {
    margin: 0;
    color: #4c5871;
    font-size: 10.2px;
    line-height: 1.55
}

.service-card a {
    margin-top: auto;
    color: #CC0000;
    font-family: var(--gem-font-heading);
    font-size: 10.5px;
    font-weight: 700
}

.service-card a i {
    margin-left: 5px;
    transition: margin .2s
}

.service-card a:hover i {
    margin-left: 10px
}

.services-view-all {
    text-align: center;
    padding: 27px 0
}

.services-view-all .btn-gem {
    min-width: 188px;
    color: #fff
}

.services-values {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 23px 12px;
    margin: 0 0 32px;
    color: #fff;
    background: linear-gradient(110deg, #071a48, #071f58);
    border-radius: 17px;
    box-shadow: 0 14px 30px rgba(5, 24, 61, .18)
}

.services-values article {
    position: relative;
    padding: 0 25px;
    text-align: center
}

.services-values article+article {
    border-left: 1px dashed rgba(255, 255, 255, .34)
}

.services-values img {
    width: 50px;
    height: 50px;
    margin: 0 auto 8px;
    color: var(--color);
    filter: none
}

.services-values article img {
    stroke: var(--color)
}

.services-values h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 12px
}

.services-values p {
    max-width: 165px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .86);
    font-size: 9.5px;
    line-height: 1.5
}

.services-process {
    padding: 0 0 37px;
    background: #fff
}

.services-process .services-heading {
    margin-bottom: 28px
}

.process-track {
    display: grid;
    grid-template-columns: 1fr 80px 1fr 80px 1fr 80px 1fr 80px 1fr;
    align-items: start
}

.process-track article {
    text-align: center
}

.process-icon {
    position: relative;
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    margin: 0 auto 12px;
    color: var(--color);
    background: #fff;
    border: 1px solid #e2e7f0;
    border-radius: 50%;
    box-shadow: 0 8px 22px rgba(8, 31, 75, .12)
}

.process-icon img {
    width: 46px;
    height: 46px;
    filter: none
}

.process-icon b {
    position: absolute;
    right: -4px;
    top: -7px;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--color);
    border: 3px solid #fff;
    border-radius: 50%;
    font-size: 11px
}

.process-track h3 {
    margin: 0 0 6px;
    font-size: 14px
}

.process-track p {
    max-width: 155px;
    margin: 0 auto;
    color: #46536b;
    font-size: 9.5px;
    line-height: 1.45
}

.process-arrow {
    padding-top: 31px;
    color: #60708f;
    font-size: 11px;
    letter-spacing: 1px;
    white-space: nowrap
}

.process-arrow i {
    margin-left: -3px;
    font-size: 14px
}

.services-cta {
    position: relative;
    min-height: 176px;
    margin-top: 34px;
    padding: 23px 34px;
    display: grid;
    grid-template-columns: 36% 31% 33%;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(105deg, #14254b 52%, #CC0000 48%);
    border-radius: 18px
}

.services-cta::after {
    content: "◆  ◆  ◆\A · · · · ·\A · · · · ·";
    white-space: pre;
    position: absolute;
    right: 25px;
    top: 18px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 8px;
    opacity: .85
}

.services-cta__copy h2 {
    margin: 0 0 9px;
    color: #fff;
    font-size: 25px;
    line-height: 1.25
}

.services-cta__copy p {
    margin: 0;
    color: #fff;
    font-size: 11px
}

.services-cta__collage {
    position: relative;
    height: 130px
}

.services-cta__collage img {
    position: absolute;
    width: 116px;
    height: 116px;
    object-fit: cover;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 7px 17px rgba(16, 19, 69, .2)
}

.services-cta__collage img:nth-child(1) {
    left: 4px;
    top: 11px
}

.services-cta__collage img:nth-child(2) {
    left: 88px;
    top: 0;
    width: 134px;
    height: 134px
}

.services-cta__collage img:nth-child(3) {
    left: 190px;
    top: 18px;
    width: 105px;
    height: 105px
}

.services-cta__actions {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    gap: 13px
}

.services-cta__white {
    background: #fff;
    color: #172650
}

.services-partners {
    padding: 19px 0 22px;
    background: #fff
}

.services-partners h2 {
    position: relative;
    margin: 0 auto 10px;
    width: max-content;
    color: #172750;
    font-size: 10px;
    text-transform: uppercase
}

.services-partners h2::before,
.services-partners h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 120px;
    height: 1px;
    background: #e5e8ef
}

.services-partners h2::before {
    right: calc(100% + 18px)
}

.services-partners h2::after {
    left: calc(100% + 18px)
}

.services-partners__swiper .swiper-wrapper {
    display: flex;
    align-items: center
}

.services-partners__scope {
    position: relative;
    padding: 0 40px
}

.services-partners__prev,
.services-partners__next {
    position: absolute;
    z-index: 4;
    top: 50%;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: #062653
}

.services-partners__prev { left: 0 }
.services-partners__next { right: 0 }
.services-partners__pagination {
    display: none;
    position: static!important;
    margin-top: 9px
}
.services-partners__pagination .swiper-pagination-bullet-active { background: #ffb400 }

.services-partners__swiper .swiper-slide {
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center
}

.services-partners__swiper img {
    max-width: 105px;
    max-height: 37px;
    object-fit: contain
}

.services-footer {
    padding: 29px 0 0;
    background: #041537
}

.services-footer__grid {
    display: grid;
    grid-template-columns: 1.3fr .8fr 1fr .8fr 1fr 1.1fr;
    gap: 35px
}

.services-footer__grid>div>img {
    width: 150px;
    height: auto;
    margin-bottom: 12px
}

.services-footer p {
    color: rgba(255, 255, 255, .72);
    font-size: 9.5px;
    line-height: 1.55
}

.services-footer h2 {
    margin: 0 0 11px;
    color: #fff;
    font-size: 12px
}

.services-footer nav {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.services-footer nav a,
.services-footer nav span {
    color: rgba(255, 255, 255, .75);
    font-size: 9px
}

.services-footer nav i {
    margin-right: 7px;
    color: #ffb500
}

.services-footer__form {
    display: flex;
    height: 38px
}

.services-footer__form input {
    min-width: 0;
    width: 100%;
    padding: 0 12px;
    border: 0;
    border-radius: 6px 0 0 6px;
    font-size: 9px
}

.services-footer__form button {
    width: 42px;
    color: #fff;
    background: linear-gradient(#6c35ef, #a23de9);
    border: 0;
    border-radius: 0 6px 6px 0
}

.services-footer__bottom {
    margin-top: 25px;
    padding: 13px 0 16px;
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, .6);
    border-top: 1px solid rgba(255, 255, 255, .13);
    font-size: 8.5px
}

.services-footer__bottom nav {
    flex-direction: row;
    gap: 24px
}

@media(max-width:1199.98px) {
    .page-services .container {
        max-width: 100%
    }

    .services-grid {
        gap: 18px 14px
    }

    .service-card__body {
        padding-inline: 14px
    }

    .services-hero__content {
        padding-left: 25px
    }

    .services-values article {
        padding-inline: 13px
    }

    .process-track {
        grid-template-columns: 1fr 55px 1fr 55px 1fr 55px 1fr 55px 1fr
    }

    .services-cta__collage {
        transform: scale(.86)
    }

    .services-footer__grid {
        gap: 18px
    }
}

@media(max-width:991.98px) {
    .services-topbar__offer span {
        max-width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .services-topbar__social {
        display: none
    }

    .services-hero {
        min-height: 580px;
        background-position: 62% center
    }

    .services-hero__inner {
        min-height: 580px
    }

    .services-hero__content {
        width: 65%;
        padding-bottom: 90px
    }

    .services-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .services-values {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 24px
    }

    .services-values article:nth-child(4) {
        grid-column: 1/2
    }

    .services-values article+article {
        border-left: 0
    }

    .services-values article:not(:nth-child(3n+1)) {
        border-left: 1px dashed rgba(255, 255, 255, .3)
    }

    .process-track {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px
    }

    .process-arrow {
        display: none
    }

    .services-cta {
        grid-template-columns: 1fr 1fr;
        gap: 20px
    }

    .services-cta__actions {
        grid-column: 1/-1;
        justify-content: center
    }

    .services-footer__grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:767.98px) {
    .services-topbar {
        height: 30px
    }

    .services-topbar__contact>a:first-child {
        border-left: 0
    }

    .services-topbar__contact>a:nth-child(2) {
        display: none
    }

    .services-topbar__offer {
        min-width: 0
    }

    .services-topbar__offer span {
        max-width: 210px
    }

    .services-hero {
        min-height: 670px;
        background-position: 69% bottom
    }

    .services-hero::before {
        background: linear-gradient(180deg, rgba(5, 20, 56, .98) 0%, rgba(6, 23, 62, .88) 53%, rgba(6, 22, 59, .35) 100%)
    }

    .services-hero__inner {
        min-height: 670px;
        align-items: flex-start
    }

    .services-hero__content {
        width: 100%;
        padding: 35px 12px 155px
    }

    .services-hero h1 {
        font-size: 34px
    }

    .services-hero h1>span {
        font-size: 36px;
        white-space: normal
    }

    .services-hero__content>p {
        max-width: 100%;
        font-size: 11px
    }

    .services-hero__stats {
        grid-template-columns: repeat(2, 1fr);
        max-width: 360px
    }

    .services-hero__blob {
        width: 120px;
        height: 120px;
        right: -55px
    }

    .services-heading h2 {
        font-size: 24px
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px 12px
    }

    .service-card {
        min-height: 345px
    }

    .services-values {
        grid-template-columns: 1fr;
        padding: 20px
    }

    .services-values article,
    .services-values article:nth-child(4) {
        grid-column: auto;
        padding: 15px;
        border-left: 0 !important;
        border-bottom: 1px dashed rgba(255, 255, 255, .28)
    }

    .services-values article:last-child {
        border-bottom: 0
    }

    .process-track {
        grid-template-columns: 1fr;
        gap: 0;
        padding-left: 24px
    }

    .process-track article {
        position: relative;
        min-height: 130px;
        display: grid;
        grid-template-columns: 96px 1fr;
        text-align: left
    }

    .process-track article::before {
        content: "";
        position: absolute;
        left: 43px;
        top: 84px;
        bottom: -5px;
        border-left: 2px dotted #aab4c8
    }

    .process-track article:last-of-type::before {
        display: none
    }

    .process-icon {
        grid-row: 1/3;
        margin: 0
    }

    .process-track p {
        max-width: 220px;
        margin: 0
    }

    .services-cta {
        grid-template-columns: 1fr;
        padding: 27px 22px;
        text-align: center
    }

    .services-cta__collage {
        width: 300px;
        margin: auto;
        transform: scale(.9)
    }

    .services-cta__actions {
        grid-column: auto;
        flex-direction: column
    }

    .services-cta__actions .btn-gem {
        width: 100%
    }

    .services-partners__swiper .swiper-wrapper {
        display: flex
    }

    .services-partners__scope { padding: 0 }
    .services-partners__prev,
    .services-partners__next { display: none }
    .services-partners__pagination { display: block }

    .services-footer__grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .services-footer__bottom {
        gap: 12px;
        flex-direction: column
    }

    .services-footer__bottom nav {
        flex-direction: row;
        flex-wrap: wrap
    }
}

@media(max-width:575.98px) {
    .services-topbar__contact {
        display: none
    }

    .services-topbar__offer span {
        max-width: 335px
    }

    .services-hero {
        min-height: 700px
    }

    .services-hero__inner {
        min-height: 700px
    }

    .services-hero h1 {
        font-size: 30px
    }

    .services-hero h1>span {
        font-size: 29px
    }

    .services-heading h2 {
        font-size: 21px
    }

    .services-grid {
        grid-template-columns: 1fr
    }

    .service-card {
        min-height: 365px
    }

    .service-card__media {
        height: 175px
    }

    .service-card__body {
        min-height: 190px
    }

    .services-values {
        margin-inline: 4px
    }

    .services-cta__copy h2 {
        font-size: 22px
    }

    .services-cta__collage {
        width: 275px;
        transform: scale(.82);
        transform-origin: center
    }

    .services-footer__grid {
        grid-template-columns: 1fr
    }

    .services-partners h2::before,
    .services-partners h2::after {
        width: 65px
    }
}

.services-values article:nth-child(1) img {
    filter: brightness(0) saturate(100%) invert(84%) sepia(83%) saturate(1925%) hue-rotate(359deg)
}

.services-values article:nth-child(2) img {
    filter: brightness(0) saturate(100%) invert(49%) sepia(99%) saturate(2849%) hue-rotate(344deg)
}

.services-values article:nth-child(3) img {
    filter: brightness(0) saturate(100%) invert(72%) sepia(76%) saturate(1538%) hue-rotate(146deg)
}

.services-values article:nth-child(4) img {
    filter: brightness(0) saturate(100%) invert(64%) sepia(94%) saturate(2313%) hue-rotate(359deg)
}

.services-values article:nth-child(5) img {
    filter: brightness(0) saturate(100%) invert(40%) sepia(99%) saturate(2059%) hue-rotate(252deg)
}

.process-track article:nth-of-type(1) img {
    filter: brightness(0) saturate(100%) invert(25%) sepia(93%) saturate(3954%) hue-rotate(258deg)
}

.process-track article:nth-of-type(2) img {
    filter: brightness(0) saturate(100%) invert(50%) sepia(97%) saturate(2828%) hue-rotate(345deg)
}

.process-track article:nth-of-type(3) img {
    filter: brightness(0) saturate(100%) invert(59%) sepia(62%) saturate(668%) hue-rotate(71deg)
}

.process-track article:nth-of-type(4) img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(81%) saturate(2547%) hue-rotate(208deg)
}

.process-track article:nth-of-type(5) img {
    filter: brightness(0) saturate(100%) invert(39%) sepia(95%) saturate(3028%) hue-rotate(322deg)
}

@media(prefers-reduced-motion:reduce) {

    .service-card,
    .service-card__media>img {
        transition: none
    }
}
