body {
    font-family: Montserrat, sans-serif;
    color: #000;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden
}
a {
    text-decoration: none;
    color: #1690d3
}
a:hover {
    text-decoration: underline;
    color: #1690d3;
}
.header-row {
    position: relative;
    background: -o-linear-gradient(270.38deg, #0f072c 0, #1762bb 100%);
    background: linear-gradient(179.62deg, #0f072c 0, #1762bb 100%);
    -webkit-clip-path: circle(1420px at 50% calc(100% - 1430px));
    clip-path: circle(1150px at 50% calc(100% - 1200px));
    padding-bottom: 45rem;
}
.header-title {
    line-height: 2.875rem;
    margin-top: 16rem;
}
.header-img {
    display: block;
    height: auto;
}
.header-text {
    font-size: 1.5rem;
    line-height: 1.625rem;
}
.header-bg-img {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: auto;
    padding-bottom: 3.438rem;
}
.mb-custom {
    margin-bottom: 0;
}
.info-title {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 2.688rem;
    word-break: inherit;
    padding: 15px 0 15px 25px;
    margin: 0;
    background-image: url(../../images/case-studies/info-bg-title.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    white-space: nowrap;
}
.info-text {
    font-size: 1rem;
    line-height: 1.625rem;
}
.info-big-mb {
    margin-bottom: 250rem;
}
.solution-item {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #188c67;
    position: absolute;
    content: "";
    left: 0;
    top: 6px
}
.solution-section {
    position: relative;
}
.solution-section-img {
    position: absolute;
    top: 0;
    left: 0;
}
.solution-bg {
    position: relative;
    margin-bottom: 8rem;
}
.solution-bg::after, .solution-bg::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.solution-bg::before {
    height: 310px;
    width: 434px;
    left: 5%;
    bottom: -35%;
    background-image: url(../../images/case-studies/solution_left.png);
}
.solution-bg::after {
    height: 350px;
    width: 406px;
    right: 4%;
    top: 0;
    background-image: url(../../images/case-studies/solution_right.png);
}
.case-studies-solutions-item {
    margin-bottom: 1rem;
}
.hexagon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 138px;
    height: 79.67px;
    background-color: #fff;
    margin: 39.84px 5px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    transition: transform .3s ease-in-out, background-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.hexagon:hover {
    -webkit-transform: scale(.92);
    -ms-transform: scale(.92);
    transform: scale(.92);
    background-color: #e5f6ff;
}
.hexagon::after, .hexagon::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 97.58px;
    height: 97.58px;
    -webkit-transform: scaleY(.5774) rotate(-45deg);
    -ms-transform: scaleY(.5774) rotate(-45deg);
    transform: scaleY(.5774) rotate(-45deg);
    background-color: inherit;
    left: 20.2096px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
}
.hexagon::before {
    top: -48.7904px;
}
.hexagon::after {
    bottom: -48.7904px;
}
.hexagon span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 138px;
    height: 79.6743px;
    z-index: 2;
    background: inherit;
}
.hexagon.hexagon-ms {
    margin-left: 5rem;
}
.hexagon.hexagon-nmt {
    margin-top: .5rem;
}
.slider-bg {
    background: -o-radial-gradient(rgba(158, 158, 158, .7) 1px, rgba(255, 255, 255, 0) 0);
    background: radial-gradient(rgba(158, 158, 158, .7) 1px, rgba(255, 255, 255, 0) 0);
    background-size: 24px 24px;
    padding-top: 6.25rem;
}
.slider-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slider-item {
    display: block;
    width: 100%;
    height: 420px;
    padding-top: 1rem;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(23, 47, 95, .25);
    box-shadow: 0 2px 4px 0 rgba(23, 47, 95, .25);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    position: relative;
    text-decoration: none!important
}

.slider-item:hover {
    -webkit-box-shadow: 0 2px 6px 0 rgba(23, 47, 95, .4);
    box-shadow: 0 2px 6px 0 rgba(23, 47, 95, .4);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
@media screen and (max-width:1200px) {
    .header-row {
        padding-bottom: 60%;
    }
    .splide__arrow {
        width: 53px;
        height: 53px;
    }
    .mb-custom {
        margin-bottom: 5rem;
    }
    .info-phone-height {
        margin-top: 6rem;
    }
}
@media screen and (max-width:1024px) {
    .header-title {
        margin-top: 10rem
    }
    .info-title {
        font-size: 2rem;
        white-space: pre-wrap
    }
    .info-text-pe {
        padding-right: 0
    }
    .hexagon.hexagon-ms {
        margin-left: 0
    }
    .hexagon.hexagon-nmt {
        margin: 39.84px 5px
    }
    .solution-bg::before {
        height: 310px;
        width: 324px;
        left: 58%;
        bottom: -10%;
        background-size: contain;
    }
    .solution-bg::after {
        height: 350px;
        width: 326px;
        right: 1%;
        top: -11%;
        background-size: contain;
    }
}

@media screen and (max-width:768px) {
    .header-title {
        margin-top: 7rem;
        font-size: 2.688rem;
        line-height: 1.1
    }
    .info-title {
        font-size: 2.688rem;
        line-height: 2.2rem;
        padding: 27px 0 15px 27px
    }
    .info-svg {
        width: 7.5rem;
        height: auto
    }
    .info-mobile-text {
        padding: 0 10px;
        background: rgba(255, 255, 255, .8)
    }
    .hexagon.hexagon-ms {
        margin-left: .2rem
    }
    .hexagon.hexagon-nmt {
        margin-top: .5rem
    }
    .splide__arrow {
        width: 53px;
        height: 53px;
    }
    .mb-custom {
        margin-bottom: 3rem
    }
    .solution-bg::before {
        display: block;
    }
    .solution-bg::after {
        display: block;
    }

    .solution-bg::before {
        height: 310px;
        width: 324px;
        left: 55%;
        bottom: 1%;
        position: absolute;
    }

    .solution-bg::after {
        height: 350px;
        width: 326px;
        right: 10px;
        bottom: 100px;
        position: absolute;
    }
}

@media screen and (max-width:567px) {
    .header-title {
        font-size: 2.25rem;
        line-height: 2.875rem;
    }
    .header-text {
        font-size: 1.25rem;
        line-height: 1.625rem;
    }

    .info-title {
        font-size: 1.875rem;
    }
    .solution-bg::after {
        display: none;
    }

    .solution-bg::before {
        display: none;
    }
}
.breadcrumbs__row {
    position: absolute;
    top: 1%;
    z-index: 1;
    padding-top: 6em;
}
.breadcrumbs__container {
    position: relative;
}

@media screen and ( max-width: 1024px ) {
    #impact__section {
        padding-top: 0em!important;
    }
    .solution-bg {
        margin-bottom: 3em;
    }
}
@media screen and ( max-width: 425px ) {
    .hexagons {
        transform: scale(0.75);
        padding-top: 0em!important;
    }
}
