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;
}
.show_mobile {
  display: none;
}
.header-row {
    position: relative;
    background: -o-linear-gradient(top, #0e032a 0, #866eff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0e032a), to(#866eff));
    background: linear-gradient(180deg, #0e032a 0, #866eff 100%);
    -webkit-clip-path: circle(1420px at 50% calc(100% - 1430px));
    clip-path: circle(1420px at 50% calc(100% - 1430px));
    margin-bottom: 5rem;
    padding-bottom: 40rem;
    overflow-x: hidden;
}
.header-row::after {
    position: absolute;
    display: block;
    content: "";
    border: 2px solid #1d2965;
    border-radius: 50%;
    width: 954px;
    height: 954px;
    z-index: 0;
    bottom: 245px;
    left: calc(50vw - 476px);
}
.header-row::before {
    position: absolute;
    display: block;
    content: "";
    border: 2px solid #1d2965;
    border-radius: 50%;
    width: 1236px;
    height: 1236px;
    z-index: 0;
    bottom: 106px;
    left: calc(50vw - 618px);
}
.header-title {
    font-size: 2.6rem;
    line-height: 2.875rem;
}
.header-mt {
    margin-top: 15rem;
}
.header-img {
    display: block;
    height: auto;
}
.header-text {
    font-size: 1rem;
    line-height: 1.625rem;
}
.header-bg-img {
    position: absolute;
    bottom: 0;
    z-index: 2;
    max-width: 69.625rem;
    height: auto;
}
.Challenge-bg {
    background-image: -o-linear-gradient(right, rgba(255, 255, 255, .5) 0, #fff 100%), url(../../images/case-studies/quickPix-challenge-bg.png);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(255, 255, 255, .5)), to(#fff)), url(../../images/case-studies/quickPix-challenge-bg.png);
    background-image: linear-gradient(270deg, rgba(255, 255, 255, .5) 0, #fff 100%), url(../../images/case-studies/quickPix-challenge-bg.png);
    padding: 10rem 0;
    background-repeat: no-repeat;
    background-position: top right;
    margin-bottom: 5.5rem;
}
.info-title {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 2.688rem;
    word-break: inherit;
    white-space: nowrap;
    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;
}
.info-mobile-text {
    z-index: 1
}
.info-text {
    font-size: 1rem;
    line-height: 1.625rem;
}
.info-text-pe {
    padding-right: 11rem;
}
.info-svg {
    width: 10rem;
    height: auto;
}
.info-big-mb {
    margin-bottom: 250rem;
}
.info-phone-height {
    background-image: -o-linear-gradient(48.19deg, #007aff 0, #0cadf2 36.99%, #0af2b6 100%);
    background-image: linear-gradient(41.81deg, #007aff 0, #0cadf2 36.99%, #0af2b6 100%);
    height: 65vw;
    position: relative;
    background-size: cover;
    -webkit-transform: skewY(-7deg);
    -ms-transform: skewY(-7deg);
    transform: skewY(-7deg);
    margin: 10em 0;
    z-index: 1;
}
.info-phone-bg .phone-img-width {
    position: absolute;
    width: 39.5vw;
    height: 39.5vw;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}
.info-phone-bg .phone-img-01 {
    left: 15vw;
    top: 2vw;
}
.info-phone-bg .phone-img-02 {
    left: 43vw;
    top: 10vw;
}
.info-phone-bg .phone-img-03 {
    left: 11vw;
    top: 43vw;
}
.info-phone-bg .phone-img-04 {
    left: 46vw;
    top: 43vw;
}
.info-phone-img {
    position: relative;
}
.info-phone-img::after, .info-phone-img::before {
    content: " ";
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.info-phone-img::before {
    top: -2rem;
    left: 0;
    width: 300px;
    height: 300px;
    background-image: url(../../images/case-studies/dist/ShiftRx-circle-top.svg);
}
.info-phone-img::after {
    right: -6rem;
    bottom: 0;
    width: 200px;
    height: 200px;
    background-image: url(../../images/case-studies/ShiftRx-circle-bottom.svg);
}
.circle-bg-bottom, .circle-bg-top {
    border: 1px dashed #e4f0fe;
    width: 41vw;
    height: 41vw;
    border-radius: 50%;
    position: absolute;
}
.circle-bg-bottom::after, .circle-bg-bottom::before, .circle-bg-top::after, .circle-bg-top::before {
    display: block;
    content: "";
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.circle-bg-top {
    right: 2vw;
    top: -7vw;
    border-color: #2daaca;
    z-index: 1;
}
.circle-bg-top::before {
    border: 1px solid #eaf4ff;
    width: 31vw;
    height: 31vw;
    border-color: #0bd3d1;
}
.circle-bg-top::after {
    border: 1px dashed #d2d2d2;
    width: 24vw;
    height: 24vw;
    border-color: #0cabf2;
}
.circle-bg-bottom {
    left: 2vw;
    top: 20vw;
    z-index: 1;
}
.circle-bg-bottom::before {
    border: 1px solid #eaf4ff;
    width: 31vw;
    height: 31vw;
}
.circle-bg-bottom::after {
    border: 1px dashed #d2d2d2;
    width: 24vw;
    height: 24vw;
}
.color-card {
    width: 20%;
    -webkit-perspective: 250px;
    perspective: 250px;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    position: relative;
    text-align: center;
}
.color-card::before {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 1px solid #979797;
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: calc(50% - 90px);
}
.color-card::after {
    display: block;
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #979797;
    z-index: 4;
    top: 90px;
    left: calc(50% - 5.5px);
    -webkit-transform: rotate(0) translateX(90px);
    -ms-transform: rotate(0) translateX(90px);
    transform: rotate(0) translateX(90px);
    -webkit-animation: orbit5 60s linear infinite;
    animation: orbit5 60s linear infinite;
    border-color: #e25e32;
}
.color-card:nth-child(2)::after {
    border-color: #b18db4;
}
.color-card:nth-child(3)::after {
    border-color: #f2cb43;
}
.color-card:nth-child(4)::after {
    border-color: #a1cae1;
}
.color-card:nth-child(5)::after {
    border-color: #47a098;
}
.color-card-header {
    color: #000;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 5rem;
}
.color-card-body {
    width: 100%;
    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;
}
.color-card-body svg {
    -webkit-animation: pulse infinite ease-in-out;
    animation: pulse infinite ease-in-out;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
.color-card-text {
    padding: 7px 0 0 20px;
    font-size: 1rem;
    line-height: 1.625rem;
}
.color-1 svg {
    fill: #e25e32;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.color-2 svg {
    fill: #b18db4;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.color-3 svg {
    fill: #f2cb43;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.color-4 svg {
    fill: #a1cae1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.color-5 svg {
    fill: #47a098;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
@-webkit-keyframes orbit5 {
    from {
        -webkit-transform: rotate(0) translateX(90px);
        transform: rotate(0) translateX(90px);
    }
    to {
        -webkit-transform: rotate(360deg) translateX(90px);
        transform: rotate(360deg) translateX(90px);
    }
}
@keyframes orbit5 {
    from {
        -webkit-transform: rotate(0) translateX(90px);
        transform: rotate(0) translateX(90px);
    }
    to {
        -webkit-transform: rotate(360deg) translateX(90px);
        transform: rotate(360deg) translateX(90px);
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.solution-bg {
    position: relative;
    margin-top: 10rem;
}
.solution-title {
    font-size: 2.688rem;
    background-image: url(../../images/case-studies/info-bg-title.png);
}
.solution-text {
    font-size: 1rem;
    line-height: 1.625rem;
}
.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: 25px 7px;
    -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-wrapper {
    width: 26rem;
}
.hexagon-1 {
    margin-left: 10.5rem;
}
.hexagon-2 {
    margin-top: -.5rem;
    margin-left: 5.2rem;
}
.hexagon-3 {
    margin-top: 1.1rem;
    margin-left: .9rem;
}
.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;
}
.laptop-section-bg {
    background-image: url(../../images/case-studies/phone-bg.png);
    background-size: 135%;
    background-repeat: no-repeat;
    background-position: 52% 90%;
    margin-top: 5rem;
    background: -o-radial-gradient(circle, #fff 0, #f1f1f1 100%);
    background: radial-gradient(circle, #fff 0, #f1f1f1 100%);
    position: relative;
}
.laptop-section-bg::before {
    content: "";
    background-image: -o-linear-gradient(right bottom, transparent 0, transparent 50%, #fff 50%);
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, transparent), color-stop(50%, transparent), color-stop(50%, #fff));
    background-image: linear-gradient(to left top, transparent 0, transparent 50%, #fff 50%);
    position: absolute;
    width: 100%;
    height: 10vw;
    top: 0;
    left: 0;
}
.laptop-section-bg::after {
    content: "";
    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);
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 1vw;
    background-color: #fff;
    background-size: 24px 24px;
}
.laptop-bg {
    position: absolute;
    top: -26.5vw;
    left: 9%;
    max-width: 63%;
    z-index: 5;
}
.laptop-bg-2 {
    position: absolute;
    left: 14.5%;
    top: -9vw;
    max-width: 46%;
    z-index: 5;
}
.laptop-bg-3 {
    position: absolute;
    left: 50%;
    top: -.5vw;
    max-width: 12%;
    z-index: 5;
}
.laptop-content {
    border-radius: 8px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 3.6em;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 16px 0 rgba(23, 47, 95, .25);
    box-shadow: 0 5px 16px 0 rgba(23, 47, 95, .25);
}
.laptop-upwork {
    position: absolute;
    top: -30%;
    right: 15px;
    width: 70px;
    height: auto;
    opacity: .27;
}
.laptop-user-img {
    display: block;
    width: 90px;
    height: auto;
    border-radius: 50%;
}
.laptop-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
}
.laptop-sub-title {
    opacity: .6;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 400;
}
.laptop-comment {
    width: 92%;
    margin: 0 auto;
    position: relative;
}
.laptop-quotes {
    position: absolute;
    top: 0;
    left: 0;
}
.laptop-text {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 22px 30px;
}
.what-can-do-title {
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 700;
    margin-left: 5rem;
    margin-bottom: 2rem;
}
.what-can-do-list {
    list-style: none;
    padding-left: 1rem;
    margin: 1em 0;
}
.what-can-do-list li {
    font-size: 1rem;
    line-height: 1.7;
    margin: .4em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.what-can-do-list li::before {
    display: block;
    content: "";
    width: 1px;
    height: 1px;
    background-color: #1690d3;
    border: 2px solid #1690d3;
    border-radius: 50%;
    margin-right: 1rem;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
}
.case-slider {
    margin-bottom: 2rem;
}
.slick-slide {
    margin: 0 38px;
}
.slick-list {
    margin: 0 -38px;
}
.slick-track {
    padding-top: 10px;
}
.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-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);
}
.slider-item.bg-color-1 {
    background-color: #8edaea;
}
.slider-item-circle {
    position: absolute;
    left: 50px;
    bottom: 80px;
    height: 170px;
    width: 170px;
    border-radius: 50%;
}
.slider-item-circle.color-1 {
    background-color: #07c2be
}
.slider-item-title {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 1.563rem;
    line-height: 1.563rem;
    text-align: center;
    color: #fff;
}
.mb-custom {
    margin-bottom: 0;
}
.hexagon-new:nth-child(3) {
    margin-left: 4.9em;
}
.hexagon-new:nth-child(n+3) {
    margin-top: 2.8em;
}
.hexagon-new:nth-child(3) {
    margin-left: 4.9em;
}
.hexagon-new:nth-child(n+3) {
    margin-top: 2.8em;
}
@media screen and (min-width:1300px) {
    .info-phone-img::before {
        top: -120px;
        left: 0;
        width: 400px;
        height: 400px;
        background-image: url(../../images/case-studies/ShiftRx-circle-top.svg);
    }
    .info-phone-img::after {
        bottom: -40px;
        right: -12rem;
        width: 400px;
        height: 400px;
        background-image: url(../../images/case-studies/ShiftRx-circle-bottom.svg);
    }
    .info-phone-img-2 {
        position: relative;
        top: -12rem;
        z-index: -1;
    }
}
@media screen and (max-width:1200px) {
    .solution-hand {
        width: 20.625rem;
        left: 0;
    }
    .header-row {
        padding-bottom: 60%;
    }
    .splide__arrow {
        width: 53px;
        height: 53px;
    }
    .mb-custom {
        margin-bottom: 5rem;
    }
    .info-phone-height {
        margin-top: 6rem;
    }
    .hexagon-nm {
        margin-left: 0;
        margin-top: 0;
    }
}
@media screen and (max-width:1024px) {
    .header-row {
        -webkit-clip-path: circle(1000px at 50% calc(100% - 1020px));
        clip-path: circle(1000px at 50% calc(100% - 1020px));
    }
    .header-row::before {
        width: 700px;
        height: 700px;
        z-index: 0;
        bottom: 106px;
        left: calc(50vw - 350px);
    }
    .header-row::after {
        position: absolute;
        display: block;
        content: "";
        border: 2px solid #1d2965;
        border-radius: 50%;
        width: 480px;
        height: 480px;
        z-index: 0;
        bottom: 245px;
        left: calc(50vw - 240px);
    }
    .header-mt {
        margin-top: 10rem;
    }
    .info-title {
        font-size: 2rem;
    }
    .info-text-pe {
        padding-right: 0;
    }
    .solution-hand {
        width: 20.625rem;
        left: 0;
    }
    .hexagon-wrapper {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 6em 0;
    }
    .hexagon-1 {
        margin: 25px 7px;
    }
    .hexagon-2 {
        margin-top: 0;
        margin-left: 0;
    }
    .hexagon-3 {
        margin: 25px 7px;
    }
    .hexagon.hexagon-ms {
        margin-left: 0;
    }
    .hexagon.hexagon-nmt {
        margin: 39.84px 5px;
    }
    .laptop-bg {
        background-image: none;
        width: 100%;
        height: auto;
        margin-bottom: 3rem;
    }
    .laptop-section-bg {
        padding-bottom: 0;
    }
    .laptop-shadow {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background-color: #fff;
        -webkit-box-shadow: 0 5px 16px 0 rgba(23, 47, 95, .25);
        box-shadow: 0 5px 16px 0 rgba(23, 47, 95, .25);
    }
    .laptop-content {
        width: 100%;
        height: auto;
        background-color: #fff;
        border-radius: 2px;
        padding-top: 2.5rem
    }
    .laptop-content div {
        z-index: 10
    }
}
@media screen and (max-width:768px) {
    .header-row {
        -webkit-clip-path: circle(150vw at 50% calc(100% - 156vw));
        clip-path: circle(150vw at 50% calc(100% - 156vw));
        margin-bottom: 0;
    }
    .header-row::after {
        position: absolute;
        display: block;
        content: "";
        border: 2px solid #1d2965;
        border-radius: 50%;
        width: 72vw;
        height: 72vw;
        z-index: 0;
        top: -20vw;
        bottom: auto;
        left: calc(14vw);
        opacity: .5;
    }
    .header-row::before {
        width: 90vw;
        height: 90vw;
        z-index: 0;
        bottom: auto;
        border: 1px solid #1d2965;
        left: calc(5vw);
        opacity: .8;
        top: -29vw;
    }
    .header-title {
        font-size: 1.8rem;
        line-height: 1.1;
    }
    .header-mt {
        margin-top: 7rem;
    }
    .info-title {
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding: 27px 0 15px 27px;
    }
    .info-svg {
        width: 7.5rem;
        height: auto;
    }
    .info-mobile-text {
        padding: 10px 22px;
        background: rgba(255, 255, 255, .8);
        margin: 0 10px;
    }
    .info-phone-height {
        margin-top: 2.5rem;
    }
    .info-phone-img::before {
        top: -1rem;
        width: 100px;
        height: 100px;
        background-image: url(../../images/case-studies/ShiftRx-circle-top.svg);
    }
    .info-phone-img::after {
        right: -3rem;
        bottom: -.5rem;
        width: 100px;
        height: 100px;
        background-image: url(../../images/case-studies/ShiftRx-circle-bottom.svg);
    }
    .Challenge-bg {
        background-size: cover;
        padding: 3rem 0;
        margin-bottom: 3rem;
    }
    .color-card {
        width: 50%;
    }
    .solution-bg {
        position: relative;
        -webkit-box-ordinal-group: 3;
    }
    .solution-bg-img {
        background-image: url(../../images/case-studies/quickPix-solution-bg.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative;
        width: 100%;
        height: 7em;
        left: 0;
        top: initial;
        z-index: -1;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .solution-bg-img svg {
        left: 57vw;
        top: 10vw;
    }
    .solution-text {
        color: #000;
    }
    .solution-title {
        color: #000!important;
        background-image: url(../../images/case-studies/info-bg-title.png);
    }
    .hexagon {
        margin: 45px 7px;
    }
    .splide__arrow {
        width: 53px;
        height: 53px;
    }
    .mb-custom {
        margin-bottom: 3rem
    }
    .header-title {
        font-size: 2.6rem;
    }
    .header-row::before {
        top: 0vw;
        border-width: 2px;
    }
    .header-row::after {
        top: 10vw;
        border-width: 2px;
    }
    .chronic__overview-block .info-svg {
        width: 9.5rem;
    }
    .solution-bg,
    .impact__row {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
    .hexagon-new-wrp {
        width: 100%;
    }
    .impact__row .col-md-12,
    .impact__row {
        margin-bottom: 0em!important;
    }
}
@media screen and (max-width:480px) {
    .slick-slide {
        margin: 0;
        padding: 0 1rem
    }
    .slick-list {
        margin: 0
    }
    .what-can-do-title {
        font-size: 1rem;
        line-height: 1.625rem;
        font-weight: 700;
        text-align: center;
        margin: 0 auto 2rem
    }
    .header-title {
        margin-top: 9rem;
        font-size: 1.9rem;
    }
    .chronic__overview-block .info-svg {
        width: 7.5rem;
    }
    .hexagon-new-wrp {
        margin-left: 1em;
    }
    .app-logo{
        width: 100%;
    }
}
.breadcrumbs__row {
    position: absolute;
    top: 1.25%;
    z-index: 1;
    padding-top: 6em;
}
.breadcrumbs__container {
    position: relative;
}
@media screen and ( max-width: 1024px ) {
    .color-card {
        transform: scale(0.9);
    }
    .info-mobile-text {
        margin: 0em!important;
        padding: 0em!important;
    }
    .info-title {
        margin-bottom: 0em!important;
    }
    .challenge__section,
    .color__section {
        margin-bottom: 0em!important;
    }
    .solution-bg {
        margin-top: 3rem;
    }
}

@media screen and ( max-width: 768px ) {
    .color-card {
        transform: scale(0.7);
    }
    .info-text {
        padding-right: 0em!important;
    }
    .hexagon-new:nth-child(n+3) {
        margin-top: 0em;
    }
    .hexagon-new:nth-child(3) {
        margin-left: 0em;
    }
    .impact__row {
        margin-top: 3em;
    }
    .header-mt {
        margin-top: 10rem;
    }
}

@media screen and ( max-width: 520px ) {
    .hexagon-new:nth-child(n+3) {
        margin-top: 2.8em;
    }
    .hexagon-new:nth-child(3) {
        margin-left: 4.9em;
    }
    .color-card {
        transform: scale(0.85);
    }
    .header-row::before,
    .header-row::after {
        z-index: -1;
    }
    .header-mt {
        margin-top: 12rem;
    }
}
