/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.challenges-container {
    position: absolute;
    width: calc(100% - 40px);
    .splide__pagination__page.is-active {
        background: #777777;
    }
    .splide__pagination {
        transform: translateY(-10px) !important;
    }
}
.challenges-container-inner {
    margin: 0 auto;
    background-color: white;
    border-radius: 0 17px 17px 17px;
    max-width: 1220px;
    position: relative;
}
.challenges-container-inner:before {
    width: 65%;
    height: 40px;
    background-color: white;
    border-radius: 17px 17px 0 0;
    position: absolute;
    top: -40px;
    content: " ";
}
.challenges-content-title {
    margin: 80px 140px 30px;
    display: inline-block;
}
.challenges-content-content {
    margin: 60px 140px;
}
.challenges-container-ct {
    margin: 0 140px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.challenges-container-ct-content {
    width: 75%;
}
.challenges-container-ct-img {
    width: 25%;
}
.challenges-container-ct-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0 10%, 45% 10%, 45% 0, 100% 0, 100% 100%, 0 100%);
}
.challenges-content-title1 {
    margin: 0;
    color: #F6CE47;
}
.challenges-container-ct-title:before {
    position: absolute;
    content: "1";
    width: 50px;
    height: 50px;
    background-color: black;
    border-radius: 25px;
    color: white;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
}
.challenges-container-ct-content p:nth-child(3):before {
    content: "2";
}
.challenges-container-ct-content p:nth-child(4):before {
    content: "3";
}
.challenges-container-ct-content p:nth-child(5):before {
    content: "4";
}
.challenges-container-ct-content p:nth-child(6):before {
    content: "5";
}
.challenges-container-ct-content p:nth-child(7):before {
    content: "6";
}
.challenges-container-ct-content p:nth-child(8):before {
    content: "7";
}
.challenges-container-ct-content p:nth-child(9):before {
    content: "8";
}
.challenges-container-ct-content p:nth-child(10):before {
    content: "9";
}
.challenges-container-ct-title {
    margin-left: 70px;
    margin-right: 70px;
    position: relative;
    font-weight: bold;
}
.challenges-ct-entry {
    position: relative;
}
.challenges-container .splide__slide img {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
}
.challenges-container .splide__slide {
    background: #E6E6E6;
    padding: 30px;
    display: flex;
    align-items: flex-end;
    margin-top: 70px;
}
.challenges-container .splide__slide:first-child {
    padding: 0;
    width: 320px !important;
}
.challenges-container .splide__slide:before {
    position: absolute;
    top: -40px;
    content: " ";
    width: 80px;
    height: 80px;
    border-radius: 13px;
    background-color: white;
    box-shadow: 3px 3px 30px 3px rgba(0, 0, 0, 0.2);
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_360' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='icon_money' transform='translate(-348)'%3E%3Cg transform='matrix(1, 0, 0, 1, 348, 0)' filter='url(%23Rectangle_360)'%3E%3Crect id='Rectangle_360-2' data-name='Rectangle 360' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Icon_akar-money' data-name='Icon akar-money' transform='translate(396 55)' opacity='0.501'%3E%3Cpath id='Path_476' data-name='Path 476' d='M3,11.9A4.4,4.4,0,0,1,7.4,7.5H42.586a4.4,4.4,0,0,1,4.4,4.4V33.891a4.4,4.4,0,0,1-4.4,4.4H7.4a4.4,4.4,0,0,1-4.4-4.4Z' transform='translate(-3 -7.5)' fill='none' stroke='%23292d34' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_477' data-name='Path 477' d='M26.7,20.1a6.6,6.6,0,1,1-6.6-6.6A6.6,6.6,0,0,1,26.7,20.1Z' transform='translate(1.895 -4.703)' fill='none' stroke='%23292d34' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_478' data-name='Path 478' d='M3,16.3H3a8.8,8.8,0,0,0,8.8-8.8h0M38.188,38.289h0a8.8,8.8,0,0,1,8.8-8.8h0' transform='translate(-3 -7.5)' fill='none' stroke='%23292d34' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: center;
}
.challenges-container .splide__slide:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_361' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='icon_core' transform='translate(-690)'%3E%3Cg transform='matrix(1, 0, 0, 1, 690, 0)' filter='url(%23Rectangle_361)'%3E%3Crect id='Rectangle_361-2' data-name='Rectangle 361' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Icon_corebrands-coreui-c' data-name='Icon corebrands-coreui-c' transform='translate(738.999 46)' opacity='0.503'%3E%3Cpath id='Path_479' data-name='Path 479' d='M42.777,11.059,26.541,1.684a4.922,4.922,0,0,0-2.5-.668,4.983,4.983,0,0,0-2.523.681l.024-.013L5.309,11.059a5.017,5.017,0,0,0-2.5,4.325V34.132a5.012,5.012,0,0,0,2.475,4.312l.025.013,16.233,9.374a5.006,5.006,0,0,0,5.02-.013l-.022.013,16.233-9.374a5.017,5.017,0,0,0,2.5-4.325V15.383A5.007,5.007,0,0,0,42.8,11.071Zm-.832,23.074a1.664,1.664,0,0,1-.827,1.437l-.006,0L24.875,44.947a1.664,1.664,0,0,1-1.675,0l.008,0L6.973,35.571a1.664,1.664,0,0,1-.832-1.441V15.382a1.664,1.664,0,0,1,.827-1.437l.006,0L23.21,4.567a1.675,1.675,0,0,1,1.675,0l-.009,0L41.111,13.94a1.662,1.662,0,0,1,.832,1.441Z' transform='translate(-2.811 -1.016)' fill='%23292d34'/%3E%3Cpath id='Path_480' data-name='Path 480' d='M30.782,27.1H29.589a1.636,1.636,0,0,0-.81.212l.009-.006L21.6,31.255,13.289,26.46V16.9L21.6,12.1l7.2,3.938a1.644,1.644,0,0,0,.8.206h1.192a.833.833,0,0,0,.832-.835V14.28a.833.833,0,0,0-.426-.728l-.006,0L23.2,9.182a3.334,3.334,0,0,0-3.279.046l.016-.009-8.305,4.795A3.354,3.354,0,0,0,9.963,16.9v9.565a3.329,3.329,0,0,0,1.65,2.875l.014.009,8.305,4.795a3.347,3.347,0,0,0,3.284.03l-.019.009L31.186,29.8a.83.83,0,0,0,.434-.731V27.94a.833.833,0,0,0-.832-.832Z' transform='translate(0.034 2.071)' fill='%23292d34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.challenges-container .splide__slide:nth-child(4)::before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_362' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='icon_note' transform='translate(-1032)'%3E%3Cg transform='matrix(1, 0, 0, 1, 1032, 0)' filter='url(%23Rectangle_362)'%3E%3Crect id='Rectangle_362-2' data-name='Rectangle 362' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Icon_akar-backspace' data-name='Icon akar-backspace' transform='translate(1083 55)' opacity='0.503'%3E%3Cpath id='Path_481' data-name='Path 481' d='M27.71,24.71,16.5,13.5m11.21,0L16.5,24.71' transform='translate(-0.619 -4.158)' fill='none' stroke='%23292d34' stroke-linecap='round' stroke-width='3'/%3E%3Cpath id='Path_482' data-name='Path 482' d='M12.905,7.495A3.737,3.737,0,0,1,15.895,6H36.447a3.737,3.737,0,0,1,3.737,3.737V32.158a3.737,3.737,0,0,1-3.737,3.737H15.895A3.737,3.737,0,0,1,12.905,34.4L4.5,23.189a3.737,3.737,0,0,1,0-4.484l8.408-11.21Z' transform='translate(-3.75 -6)' fill='none' stroke='%23292d34' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.challenges-container .splide__slide:first-child:before {
    display: none;
}
.challenges-title {
    margin: 0;
    font-weight: bold;
    line-height: 30px;
}
.challenges-content-title-2 {
    margin: 60px 140px 0;
}

.challenges-container .splide__slide.icon-costs:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_547' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='High_costs' data-name='High costs' transform='translate(18448 16763)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18448, -16763)' filter='url(%23Rectangle_547)'%3E%3Crect id='Rectangle_547-2' data-name='Rectangle 547' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Icon_akar-money' data-name='Icon akar-money' transform='translate(-18400 -16708)' opacity='0.501'%3E%3Cpath id='Path_476' data-name='Path 476' d='M3,11.9A4.4,4.4,0,0,1,7.4,7.5H42.586a4.4,4.4,0,0,1,4.4,4.4V33.891a4.4,4.4,0,0,1-4.4,4.4H7.4a4.4,4.4,0,0,1-4.4-4.4Z' transform='translate(-3 -7.5)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_477' data-name='Path 477' d='M26.7,20.1a6.6,6.6,0,1,1-6.6-6.6A6.6,6.6,0,0,1,26.7,20.1Z' transform='translate(1.895 -4.703)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_478' data-name='Path 478' d='M3,16.3H3a8.8,8.8,0,0,0,8.8-8.8h0M38.188,38.289h0a8.8,8.8,0,0,1,8.8-8.8h0' transform='translate(-3 -7.5)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.challenges-container .splide__slide.icon-search:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_548' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Lack_of_Transparency' data-name='Lack of Transparency' transform='translate(18570 16763)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18570, -16763)' filter='url(%23Rectangle_548)'%3E%3Crect id='Rectangle_548-2' data-name='Rectangle 548' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='search_solid' transform='translate(-18538.199 -16731.199)' opacity='0.5'%3E%3Cpath id='Path_1184' data-name='Path 1184' d='M45.646,48.081a16.241,16.241,0,1,1,2.435-2.435,1.753,1.753,0,0,1,.194.168L57.556,55.1A1.74,1.74,0,0,1,55.1,57.556l-9.281-9.281A1.753,1.753,0,0,1,45.646,48.081ZM48.2,35.442A12.762,12.762,0,1,1,35.442,22.681,12.762,12.762,0,0,1,48.2,35.442Z' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.challenges-container .splide__slide.icon-process:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_360' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Process' transform='translate(18797 16763)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18797, -16763)' filter='url(%23Rectangle_360)'%3E%3Crect id='Rectangle_360-2' data-name='Rectangle 360' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='settings' transform='translate(-18763.477 -16728.238)' opacity='0.5'%3E%3Cpath id='Path_1170' data-name='Path 1170' d='M55.141,36.584v-2.53l3.175-2.779a3.308,3.308,0,0,0,.628-4.217l-3.9-6.616a3.338,3.338,0,0,0-3.92-1.489L47.1,20.309a18.772,18.772,0,0,0-2.167-1.24L44.093,14.9a3.308,3.308,0,0,0-3.308-2.663h-7.74A3.308,3.308,0,0,0,29.737,14.9l-.843,4.168a18.986,18.986,0,0,0-2.183,1.24l-3.936-1.422a3.308,3.308,0,0,0-1.058-.1,3.308,3.308,0,0,0-2.861,1.654l-3.9,6.616a3.308,3.308,0,0,0,.678,4.151l3.126,2.861V36.6L15.63,39.379a3.308,3.308,0,0,0-.678,4.217l3.9,6.616a3.338,3.338,0,0,0,3.92,1.489l4.019-1.356a18.773,18.773,0,0,0,2.167,1.24l.843,4.168a3.308,3.308,0,0,0,3.308,2.663h7.806a3.308,3.308,0,0,0,3.308-2.663l.843-4.168a18.986,18.986,0,0,0,2.183-1.24l4,1.356a3.338,3.338,0,0,0,3.92-1.489L58.945,43.6a3.308,3.308,0,0,0-.678-4.151Zm-2.96,11.974-5.673-1.919a14.654,14.654,0,0,1-4.482,2.6l-1.174,5.937H33.045L31.871,49.3a15.48,15.48,0,0,1-4.466-2.6l-5.689,1.852-3.9-6.616,4.5-3.969a14.72,14.72,0,0,1,0-5.177l-4.5-4.085,3.9-6.616,5.673,1.919a14.653,14.653,0,0,1,4.482-2.6l1.174-5.937h7.806l1.174,5.871a15.48,15.48,0,0,1,4.466,2.6L52.181,22.1l3.9,6.616-4.5,3.969a14.72,14.72,0,0,1,0,5.177l4.5,4.085Z' transform='translate(0 0)'/%3E%3Cpath id='Path_1171' data-name='Path 1171' d='M69.923,79.847a9.923,9.923,0,1,1,9.923-9.923,9.824,9.824,0,0,1-9.923,9.923Zm0-16.539A6.467,6.467,0,1,0,74.647,65.2,6.467,6.467,0,0,0,69.923,63.308Z' transform='translate(-32.975 -34.597)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.challenges-container .splide__slide.icon-recycled:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_549' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Recycled_materials' data-name='Recycled materials' transform='translate(18687 16763)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18687, -16763)' filter='url(%23Rectangle_549)'%3E%3Crect id='Rectangle_549-2' data-name='Rectangle 549' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='arrow-cycle' transform='translate(-18637.832 -16713.832)' opacity='0.5'%3E%3Cpath id='Path_1235' data-name='Path 1235' d='M38.781,12c0,11.3-8.267,18.832-18.467,18.832-8.29,0-14.979-4.4-17.314-11.3' transform='translate(0.883 8.832)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_1236' data-name='Path 1236' d='M2,20.832C2,9.533,10.267,2,20.467,2c8.292,0,14.979,4.4,17.314,11.3' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_1237' data-name='Path 1237' d='M11.416,17.883,3.883,16,2,23.533' transform='translate(0 12.365)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_1238' data-name='Path 1238' d='M17,9.65l7.533,1.883L26.416,4' transform='translate(13.248 1.766)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.challenges-container .splide__slide.icon-stop:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_533' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Declining_customer_loyalty' data-name='Declining customer loyalty' transform='translate(18797 17412)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18797, -17412)' filter='url(%23Rectangle_533)'%3E%3Crect id='Rectangle_533-2' data-name='Rectangle 533' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_1386' data-name='Group 1386' transform='translate(-475.492 747.508)' opacity='0.5'%3E%3Cg id='close-outline' transform='translate(-18271.268 -18109.268)'%3E%3Cpath id='Path_1185' data-name='Path 1185' d='M31.338,12A19.338,19.338,0,1,0,50.676,31.338,19.219,19.219,0,0,0,31.338,12Zm0,35.913A16.575,16.575,0,1,1,47.913,31.338,16.624,16.624,0,0,1,31.338,47.913Z' transform='translate(-12 -12)'/%3E%3C/g%3E%3Cpath id='Path_1209' data-name='Path 1209' d='M40.069,38.479a1.405,1.405,0,0,1-1-.413l-23.66-23.66a1.41,1.41,0,0,1,1.994-1.994l23.66,23.66a1.41,1.41,0,0,1-1,2.406Z' transform='translate(-18280.168 -18115.168)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.challenges-container .splide__slide.icon-funnel:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_534' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Group_1414' data-name='Group 1414' transform='translate(18687 17412)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18687, -17412)' filter='url(%23Rectangle_534)'%3E%3Crect id='Rectangle_534-2' data-name='Rectangle 534' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='funnel' transform='translate(-18654 -17375)' opacity='0.5'%3E%3Cg id='Group_1387' data-name='Group 1387' transform='translate(18 12)'%3E%3Cpath id='Path_1209' data-name='Path 1209' d='M18,13.473A1.473,1.473,0,0,1,19.473,12H54.824A1.473,1.473,0,0,1,56.3,13.473v5.892a1.473,1.473,0,0,1-.377.984L43.04,34.66V48.824a1.473,1.473,0,0,1-1.007,1.4l-8.838,2.946a1.473,1.473,0,0,1-1.938-1.4V34.66L18.377,20.349A1.473,1.473,0,0,1,18,19.365Zm2.946,1.473V18.8L33.825,33.11a1.473,1.473,0,0,1,.377.984V49.725l5.892-1.962V34.094a1.473,1.473,0,0,1,.377-.984L53.351,18.8V14.946Z' transform='translate(-18 -12)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.challenges-container .splide__slide.icon-stop-ping:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_360' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Group_1416' data-name='Group 1416' transform='translate(18448 17412)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18448, -17412)' filter='url(%23Rectangle_360)'%3E%3Crect id='Rectangle_360-2' data-name='Rectangle 360' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_1388' data-name='Group 1388' transform='translate(-347.858 215)' opacity='0.5'%3E%3Cg id='security' transform='translate(-18048 -17578)'%3E%3Cpath id='Path_1212' data-name='Path 1212' d='M42.1,54.242l-9.317-4.968A16.568,16.568,0,0,1,24,34.63V15.017A3.02,3.02,0,0,1,27.017,12H57.19a3.02,3.02,0,0,1,3.017,3.017V34.63a16.568,16.568,0,0,1-8.786,14.644ZM27.017,15.017V34.63a13.555,13.555,0,0,0,7.19,11.982l7.9,4.211L50,46.613A13.555,13.555,0,0,0,57.19,34.63V15.017Z' transform='translate(-24 -12)'/%3E%3C/g%3E%3Cpath id='Path_1213' data-name='Path 1213' d='M69.206,71.168l-6.622-6.622-6.622,6.622L54,69.206l6.622-6.622L54,55.962,55.962,54l6.622,6.622L69.206,54l1.962,1.962-6.622,6.622,6.622,6.622Z' transform='translate(-18092.404 -17622.963)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.challenges-container .splide__slide.icon-reguirements:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_544' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Reguirements_and_standards' data-name='Reguirements and standards' transform='translate(18797 16929)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18797, -16929)' filter='url(%23Rectangle_544)'%3E%3Crect id='Rectangle_544-2' data-name='Rectangle 544' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='bx-award' opacity='0.5'%3E%3Cpath id='Subtraction_45' data-name='Subtraction 45' d='M7,43.34a1.657,1.657,0,0,1-.874-.248,1.676,1.676,0,0,1-.788-1.422V26.057l-.142-.146A14.661,14.661,0,1,1,30.335,15.665a14.613,14.613,0,0,1-4.19,10.247L26,26.059V41.669a1.662,1.662,0,0,1-2.412,1.489L15.667,39.2,7.744,43.162A1.67,1.67,0,0,1,7,43.34ZM8.667,28.559V38.973l6.253-3.129a1.666,1.666,0,0,1,1.492,0l6.256,3.127V28.558l-.715.342a14.477,14.477,0,0,1-12.57,0Zm7-24.225A11.328,11.328,0,1,0,27,15.665,11.269,11.269,0,0,0,15.667,4.334Z' transform='translate(-18742.9 -16881.5)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.challenges-container .splide__slide.icon-qr:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_546' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Systems' transform='translate(18797 16929)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18797, -16929)' filter='url(%23Rectangle_546)'%3E%3Crect id='Rectangle_546-2' data-name='Rectangle 546' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='cics-system-group' transform='translate(-18749 -16881)' opacity='0.5'%3E%3Cpath id='Path_1239' data-name='Path 1239' d='M30.288,2H23V4.915h7.288V39.9H23v2.915h7.288A2.924,2.924,0,0,0,33.2,39.9V4.915A2.924,2.924,0,0,0,30.288,2Z' transform='translate(9.609)'/%3E%3Cpath id='Path_1240' data-name='Path 1240' d='M17.2,17H8.458A1.377,1.377,0,0,0,7,18.458V27.2a1.377,1.377,0,0,0,1.458,1.458H17.2A1.377,1.377,0,0,0,18.661,27.2V18.458A1.377,1.377,0,0,0,17.2,17Zm-1.458,8.746H9.916v-5.83h5.83Z' transform='translate(2.287 6.863)'/%3E%3Cpath id='Path_1241' data-name='Path 1241' d='M28.661,27.2V18.458A1.377,1.377,0,0,0,27.2,17H18.458A1.377,1.377,0,0,0,17,18.458V27.2a1.377,1.377,0,0,0,1.458,1.458H27.2A1.461,1.461,0,0,0,28.661,27.2Zm-2.915-1.458h-5.83v-5.83h5.83Z' transform='translate(6.863 6.863)'/%3E%3Cpath id='Path_1242' data-name='Path 1242' d='M17.2,7H8.458A1.377,1.377,0,0,0,7,8.458V17.2a1.377,1.377,0,0,0,1.458,1.458H17.2A1.377,1.377,0,0,0,18.661,17.2V8.458A1.377,1.377,0,0,0,17.2,7Zm-1.458,8.746H9.916V9.916h5.83Z' transform='translate(2.287 2.287)'/%3E%3Cpath id='Path_1243' data-name='Path 1243' d='M18.458,18.661H27.2A1.377,1.377,0,0,0,28.661,17.2V8.458A1.377,1.377,0,0,0,27.2,7H18.458A1.377,1.377,0,0,0,17,8.458V17.2a1.461,1.461,0,0,0,1.458,1.458Zm1.458-8.746h5.83v5.83h-5.83Z' transform='translate(6.863 2.287)'/%3E%3Cpath id='Path_1244' data-name='Path 1244' d='M4.915,4.915H12.2V2H4.915A2.924,2.924,0,0,0,2,4.915V39.9a2.924,2.924,0,0,0,2.915,2.915H12.2V39.9H4.915Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.challenges-container .splide__slide.icon-question:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_542' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Complicated_evaluation' data-name='Complicated evaluation' transform='translate(18448 17088)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18448, -17088)' filter='url(%23Rectangle_542)'%3E%3Crect id='Rectangle_542-2' data-name='Rectangle 542' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='question-circle' transform='translate(-18401.592 -17041.592)' opacity='0.5'%3E%3Cg id='Group_1391' data-name='Group 1391'%3E%3Cpath id='Path_1215' data-name='Path 1215' d='M23.584,44.22A20.636,20.636,0,1,1,44.22,23.584,20.636,20.636,0,0,1,23.584,44.22Zm0,2.948A23.584,23.584,0,1,0,0,23.584,23.584,23.584,0,0,0,23.584,47.168Z'/%3E%3Cpath id='Path_1216' data-name='Path 1216' d='M63.058,48.739a.7.7,0,0,0,.71.728H66.2a.82.82,0,0,0,.784-.737,3.683,3.683,0,0,1,3.956-3.343c2.022,0,3.874,1.011,3.874,3.443,0,1.872-1.1,2.733-2.845,4.042C69.986,54.314,68.415,56,68.527,58.73l.009.64a.737.737,0,0,0,.737.725h2.391a.737.737,0,0,0,.737-.737v-.31c0-2.117.8-2.733,2.977-4.381,1.8-1.365,3.667-2.88,3.667-6.061,0-4.454-3.762-6.606-7.88-6.606-3.735,0-7.827,1.739-8.107,6.739Zm4.59,16.989a3.014,3.014,0,1,0,2.975-2.771A2.776,2.776,0,0,0,67.648,65.728Z' transform='translate(-47.566 -31.682)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.challenges-container .splide__slide.icon-obsolet:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_360' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Obsolete_goods' data-name='Obsolete goods' transform='translate(18570 17090)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18570, -17090)' filter='url(%23Rectangle_360)'%3E%3Crect id='Rectangle_360-2' data-name='Rectangle 360' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='image-broken' transform='translate(-18522.6 -17042.6)' opacity='0.5'%3E%3Cpath id='Path_1217' data-name='Path 1217' d='M3.6,42.48H42.48V28.08H39.6V39.6H6.48V28.08H3.6Z'/%3E%3Cpath id='Path_1218' data-name='Path 1218' d='M3.6,23.918l4.444,2.289,4.844-4.215,5.054,4.548,5.1-4.306,5.1,4.306,5.054-4.548,4.844,4.215,4.444-2.289V3.6H3.6ZM6.48,6.48H39.6V22.162l-1.146.591-5.293-4.605L28.078,22.72,23.04,18.465,18,22.72l-5.082-4.573L7.626,22.753,6.48,22.162Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.challenges-container .splide__slide.icon-substainability:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_360' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Sustainability' transform='translate(18797 18477)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18797, -18477)' filter='url(%23Rectangle_360)'%3E%3Crect id='Rectangle_360-2' data-name='Rectangle 360' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='leaf' transform='translate(-18742.486 -18430.738)' opacity='0.5'%3E%3Cpath id='Path_1167' data-name='Path 1167' d='M69.734,16.037A29.277,29.277,0,0,0,59.2,5.584l-.774-.448-.774.448A29.1,29.1,0,0,0,43.092,30.8c0,.333.006.671.017,1.005a14.726,14.726,0,0,0,5.008,11.02,15.553,15.553,0,0,0,8.757,3.6v5.342h3.093V27.026H56.874V43.315c-5.225-.605-10.426-4.3-10.675-11.615-.01-.3-.015-.6-.015-.9A26.124,26.124,0,0,1,58.421,8.727,26.124,26.124,0,0,1,70.657,30.8c0,.3-.005.6-.015.9A11.416,11.416,0,0,1,63.06,42.576V45.85a15.1,15.1,0,0,0,5.664-3.025A14.726,14.726,0,0,0,73.733,31.8c.011-.334.017-.672.017-1.005A29.087,29.087,0,0,0,69.734,16.037Z' transform='translate(-43.092 -5.136)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.challenges-container .splide__slide.icon-minimize:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_360' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Minimize' transform='translate(18570 18477)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18570, -18477)' filter='url(%23Rectangle_360)'%3E%3Crect id='Rectangle_360-2' data-name='Rectangle 360' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='minimize-2' data-name='minimize' transform='translate(-18532.324 -18439.324)' opacity='0.5'%3E%3Cpath id='Path_1172' data-name='Path 1172' d='M14.967,108v2.967h9.771L12,123.7l2.1,2.1,12.739-12.739v9.771H29.8V108Z' transform='translate(0 -72.261)'/%3E%3Cpath id='Path_1173' data-name='Path 1173' d='M125.8,14.1,123.715,12,110.967,24.739V14.967H108V29.8h14.837V26.837h-9.771Z' transform='translate(-72.261 0)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.challenges-container .splide__slide.icon-managing:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_360' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Managing' transform='translate(18687 18477)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18687, -18477)' filter='url(%23Rectangle_360)'%3E%3Crect id='Rectangle_360-2' data-name='Rectangle 360' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='box' transform='translate(-18638 -18428.922)' opacity='0.5'%3E%3Cg id='Group_1378' data-name='Group 1378' transform='translate(0 0.921)'%3E%3Cpath id='Path_1168' data-name='Path 1168' d='M21.705,3.669a1.326,1.326,0,0,0-.986,0L4.895,10l16.317,6.525L37.529,10Zm18.067,8.289L22.538,18.851V39.856l17.235-6.894v-21Zm-19.886,27.9V18.848L2.651,11.957V32.965l17.235,6.894ZM19.735,1.205a3.977,3.977,0,0,1,2.954,0l18.9,7.562A1.326,1.326,0,0,1,42.424,10V32.965a2.651,2.651,0,0,1-1.668,2.461l-19.051,7.62a1.326,1.326,0,0,1-.986,0L1.67,35.425A2.652,2.652,0,0,1,0,32.965V10a1.326,1.326,0,0,1,.832-1.23Z' transform='translate(0 -0.921)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.challenges-container .splide__slide.icon-losses:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_522' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Revenue_losses_' data-name='Revenue losses ' transform='translate(18797 18067)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18797, -18067)' filter='url(%23Rectangle_522)'%3E%3Crect id='Rectangle_522-2' data-name='Rectangle 522' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='close-outline' transform='translate(-18759.268 -18029.268)' opacity='0.5'%3E%3Cpath id='Path_1185' data-name='Path 1185' d='M32.577,12A20.577,20.577,0,1,0,53.154,32.577,20.451,20.451,0,0,0,32.577,12Zm0,38.215A17.638,17.638,0,1,1,50.215,32.577,17.689,17.689,0,0,1,32.577,50.215Z'/%3E%3Cpath id='Path_1186' data-name='Path 1186' d='M72.225,74.577,64.289,66.64l-7.937,7.937L54,72.225l7.937-7.937L54,56.352,56.352,54l7.937,7.937L72.225,54l2.352,2.352L66.64,64.289l7.937,7.937Z' transform='translate(-31.711 -31.711)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.challenges-container .splide__slide.icon-data:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_532' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Not_based_on_data_' data-name='Not based on data ' transform='translate(18570 17611)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18570, -17611)' filter='url(%23Rectangle_532)'%3E%3Crect id='Rectangle_532-2' data-name='Rectangle 532' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='storage' transform='translate(-18527.08 -17577.24)' opacity='0.5'%3E%3Cpath id='Path_1205' data-name='Path 1205' d='M6.08,18.24V55.185H48.709V18.24Zm39.787,34.1H8.922V43.817H45.867Zm0-11.368H8.922V32.45H45.867ZM8.922,29.608V21.082H45.867v8.526Z'/%3E%3Cpath id='Path_1206' data-name='Path 1206' d='M30.4,42.56h2.842V45.4H30.4Z' transform='translate(-18.636 -18.636)'/%3E%3Cpath id='Path_1207' data-name='Path 1207' d='M30.4,91.2h2.842v2.842H30.4Z' transform='translate(-18.636 -55.909)'/%3E%3Cpath id='Path_1208' data-name='Path 1208' d='M30.4,139.84h2.842v2.842H30.4Z' transform='translate(-18.636 -93.181)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.challenges-container .splide__slide.icon-transport:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_531' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Lack_of_Transparency_' data-name='Lack of Transparency ' transform='translate(18687 17611)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18687, -17611)' filter='url(%23Rectangle_531)'%3E%3Crect id='Rectangle_531-2' data-name='Rectangle 531' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='truck' transform='translate(-18639 -17581)' opacity='0.5'%3E%3Cg id='Group_1384' data-name='Group 1384' transform='translate(0 24)'%3E%3Cpath id='Path_1203' data-name='Path 1203' d='M0,28.117A4.117,4.117,0,0,1,4.117,24h24.7a4.117,4.117,0,0,1,4.117,4.117v4.117h2.8a4.117,4.117,0,0,1,3.211,1.545l4.064,5.077a4.117,4.117,0,0,1,.9,2.574v5.9a4.117,4.117,0,0,1-4.117,4.117H38.421a5.489,5.489,0,1,1-10.978,0H13.722A5.489,5.489,0,1,1,2.75,51.211,4.117,4.117,0,0,1,0,47.327ZM3.551,48.579a5.486,5.486,0,0,1,9.435.121H28.179a5.516,5.516,0,0,1,2.009-2.009V28.117a1.372,1.372,0,0,0-1.372-1.372H4.117a1.372,1.372,0,0,0-1.372,1.372V47.327a1.372,1.372,0,0,0,.807,1.251Zm29.381-2.624A5.489,5.489,0,0,1,37.686,48.7h2.108a1.372,1.372,0,0,0,1.372-1.372v-5.9a1.372,1.372,0,0,0-.3-.856L36.8,35.493a1.372,1.372,0,0,0-1.07-.516h-2.8ZM8.233,48.7a2.744,2.744,0,1,0,2.744,2.744A2.744,2.744,0,0,0,8.233,48.7Zm24.7,0a2.744,2.744,0,1,0,2.744,2.744A2.744,2.744,0,0,0,32.933,48.7Z' transform='translate(0 -24)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.challenges-container .splide__slide.icon-boxes:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_530' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Dangerous_goods' data-name='Dangerous goods' transform='translate(18797 17611)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18797, -17611)' filter='url(%23Rectangle_530)'%3E%3Crect id='Rectangle_530-2' data-name='Rectangle 530' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='boxes' transform='translate(-18748.516 -17562.518)' opacity='0.5'%3E%3Cg id='Group_1385' data-name='Group 1385' transform='translate(0 0.002)'%3E%3Cpath id='Path_1204' data-name='Path 1204' d='M20.806.179a1.342,1.342,0,0,1,1.331,0L32.2,5.93A1.342,1.342,0,0,1,32.878,7.1V17.818l9.388,5.368a1.342,1.342,0,0,1,.676,1.159v11.5a1.342,1.342,0,0,1-.676,1.165L32.2,42.765a1.342,1.342,0,0,1-1.331,0l-9.4-5.368-9.4,5.371a1.342,1.342,0,0,1-1.331,0L.676,37.016A1.342,1.342,0,0,1,0,35.851v-11.5a1.342,1.342,0,0,1,.676-1.165l9.388-5.365V7.1a1.342,1.342,0,0,1,.676-1.165Zm-9.4,19.963L4.047,24.348l7.359,4.206,7.359-4.206Zm8.723,6.519-7.381,4.216v8.411l7.381-4.216Zm2.684,8.411,7.381,4.216V30.878l-7.381-4.216Zm1.363-10.725,7.359,4.206L38.9,24.348l-7.359-4.206-7.359,4.206Zm6.017-6.53V9.406l-7.381,4.219v8.411l7.381-4.219ZM20.13,22.037V13.625L12.749,9.406v8.411ZM14.112,7.1,21.472,11.3,28.831,7.1,21.472,2.889ZM40.259,26.661l-7.381,4.216v8.411l7.381-4.216ZM10.065,39.289V30.878L2.684,26.661v8.411Z' transform='translate(0 -0.002)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.challenges-container .splide__slide.icon-infrastructure:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_528' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Inadequate_digital_infrastructure' data-name='Inadequate digital infrastructure' transform='translate(18570 17780)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18570, -17780)' filter='url(%23Rectangle_528)'%3E%3Crect id='Rectangle_528-2' data-name='Rectangle 528' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='database-x_outline' transform='translate(-18530 -17737.199)' opacity='0.5'%3E%3Cpath id='Path_1201' data-name='Path 1201' d='M117.351,116.445a1.58,1.58,0,0,1,2.235,0l3.451,3.451,3.252-3.252a1.58,1.58,0,0,1,2.235,2.235l-3.252,3.252,3.252,3.252a1.58,1.58,0,1,1-2.234,2.235l-3.253-3.253-3.451,3.451a1.58,1.58,0,1,1-2.234-2.235l3.451-3.451-3.451-3.451A1.58,1.58,0,0,1,117.351,116.445Z' transform='translate(-81.871 -84.911)' fill-rule='evenodd'/%3E%3Cpath id='Path_1202' data-name='Path 1202' d='M45.707,21.3V24.58h3.16V16.153A5.718,5.718,0,0,0,47.1,12.185a12.9,12.9,0,0,0-4.114-2.693A32.228,32.228,0,0,0,30.434,7.2,32.227,32.227,0,0,0,17.883,9.492a12.9,12.9,0,0,0-4.115,2.693A5.718,5.718,0,0,0,12,16.153V37.22c0,2.724,2.188,4.779,4.771,6.129a27.943,27.943,0,0,0,10.372,2.689q.544.045,1.1.075l.172-3.155q-.51-.028-1.009-.069a24.85,24.85,0,0,1-9.169-2.34C15.92,39.339,15.16,38.1,15.16,37.22V31.836a13.85,13.85,0,0,0,1.611.981,27.942,27.942,0,0,0,10.372,2.689l.261-3.149a24.85,24.85,0,0,1-9.169-2.34c-2.315-1.21-3.075-2.454-3.075-3.329V21.3a15.315,15.315,0,0,0,2.723,1.51,32.227,32.227,0,0,0,12.551,2.292,32.228,32.228,0,0,0,12.551-2.292A15.319,15.319,0,0,0,45.707,21.3ZM16.04,14.382a2.6,2.6,0,0,0-.88,1.772,2.6,2.6,0,0,0,.88,1.772A9.811,9.811,0,0,0,19.15,19.92a29.121,29.121,0,0,0,11.284,2.027A29.12,29.12,0,0,0,41.717,19.92a9.811,9.811,0,0,0,3.109-1.994,2.6,2.6,0,0,0,.88-1.772,2.6,2.6,0,0,0-.88-1.772,9.811,9.811,0,0,0-3.109-1.994A29.12,29.12,0,0,0,30.434,10.36,29.121,29.121,0,0,0,19.15,12.387,9.811,9.811,0,0,0,16.04,14.382Z' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.challenges-container .splide__slide.icon-inefficiency:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_527' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Inefficiency' transform='translate(18797 17780)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18797, -17780)' filter='url(%23Rectangle_527)'%3E%3Crect id='Rectangle_527-2' data-name='Rectangle 527' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Icon_akar-backspace' data-name='Icon akar-backspace' transform='translate(-18748.516 -17727.064)' opacity='0.503'%3E%3Cpath id='Path_481' data-name='Path 481' d='M29.259,26.259,16.5,13.5m12.759,0L16.5,26.259' transform='translate(1.575 -2.868)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='3'/%3E%3Cpath id='Path_482' data-name='Path 482' d='M14.17,7.7a4.253,4.253,0,0,1,3.4-1.7H40.963a4.253,4.253,0,0,1,4.253,4.253V35.771a4.253,4.253,0,0,1-4.253,4.253H17.572a4.253,4.253,0,0,1-3.4-1.7L4.6,25.563a4.253,4.253,0,0,1,0-5.1L14.17,7.7Z' transform='translate(-3.75 -6)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.challenges-container .splide__slide.icon-data-cloud:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_360' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Not_based_on_data' data-name='Not based on data' transform='translate(18448 17780)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18448, -17780)' filter='url(%23Rectangle_360)'%3E%3Crect id='Rectangle_360-2' data-name='Rectangle 360' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='cloud-offline' transform='translate(-18411.994 -17744)' opacity='0.5'%3E%3Cpath id='Path_1197' data-name='Path 1197' d='M47.211,27.653A13.7,13.7,0,0,0,45.7,23.726l9.542-9.542L53.059,12,12,53.059l2.184,2.182,7.722-7.722H45.2a10.034,10.034,0,0,0,2.008-19.866ZM45.2,44.431H24.994L43.415,26.01a10.664,10.664,0,0,1,.927,3.2l.153,1.254,1.259.1a6.945,6.945,0,0,1-.55,13.87Z' transform='translate(-0.004 0)'/%3E%3Cpath id='Path_1198' data-name='Path 1198' d='M15.542,58.491l2.211-2.21a6.914,6.914,0,0,1,3.731-12.353l1.26-.1.153-1.254A10.79,10.79,0,0,1,39.314,34.72l2.228-2.228A13.877,13.877,0,0,0,20.027,41.02a10.023,10.023,0,0,0-4.485,17.473Z' transform='translate(0 -13.366)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.challenges-container .splide__slide.icon-battery:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_525' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Battery' transform='translate(18797 17914)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18797, -17914)' filter='url(%23Rectangle_525)'%3E%3Crect id='Rectangle_525-2' data-name='Rectangle 525' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='battery-half' transform='translate(-18772.826 -17905.969)' opacity='0.5'%3E%3Cpath id='Path_1189' data-name='Path 1189' d='M58.17,75.336H27.417A3.417,3.417,0,0,1,24,71.919v-20.5A3.417,3.417,0,0,1,27.417,48H58.17a3.417,3.417,0,0,1,3.417,3.417v1.709H63.3a3.417,3.417,0,0,1,3.417,3.417V66.794A3.417,3.417,0,0,1,63.3,70.211H61.587v1.709A3.417,3.417,0,0,1,58.17,75.336ZM27.417,51.417v20.5H58.17V66.794H63.3V56.543H58.17V51.417Z' transform='translate(0 0)'/%3E%3Cpath id='Path_1190' data-name='Path 1190' d='M0,0H13.668V13.668H0Z' transform='translate(44.502 54.834) rotate(90)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.challenges-container .splide__slide.icon-network:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_360' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Network' transform='translate(18687 17914)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18687, -17914)' filter='url(%23Rectangle_360)'%3E%3Crect id='Rectangle_360-2' data-name='Rectangle 360' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='network-2' transform='translate(-18650.91 -17877.998)'%3E%3Cpath id='Path_1191' data-name='Path 1191' d='M35.432,35.5h8.055a6.266,6.266,0,1,0,0-3.133H35.432V19.831h8.055a6.266,6.266,0,1,0,0-3.133H35.432A3.136,3.136,0,0,0,32.3,19.831V32.364H24.243a6.266,6.266,0,1,0,0,3.133H32.3V48.029a3.136,3.136,0,0,0,3.133,3.133h8.055a6.266,6.266,0,1,0,0-3.133H35.432Zm14.1-4.7A3.133,3.133,0,1,1,46.4,33.93,3.133,3.133,0,0,1,49.531,30.8Zm0-15.665A3.133,3.133,0,1,1,46.4,18.265a3.133,3.133,0,0,1,3.133-3.133ZM18.2,37.063a3.133,3.133,0,1,1,3.133-3.133A3.133,3.133,0,0,1,18.2,37.063Zm31.331,9.4A3.133,3.133,0,1,1,46.4,49.6a3.133,3.133,0,0,1,3.133-3.133Z' transform='translate(0 0)' fill='rgba(0,0,0,0.5)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.challenges-container .splide__slide.icon-partners:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_360' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Partners' transform='translate(18448 17914)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18448, -17914)' filter='url(%23Rectangle_360)'%3E%3Crect id='Rectangle_360-2' data-name='Rectangle 360' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='handshake-o' transform='translate(-18402.115 -17857.969)' opacity='0.5'%3E%3Cpath id='Path_1196' data-name='Path 1196' d='M4,18.657a1.193,1.193,0,0,0,1.166-.666,1.416,1.416,0,0,0,0-1.333A1.193,1.193,0,0,0,4,15.992a1.193,1.193,0,0,0-1.166.666,1.416,1.416,0,0,0,0,1.333A1.193,1.193,0,0,0,4,18.657ZM34.67,17.449l-.8-1.041q-.593-.77-.864-1.124t-.791-1.02q-.521-.666-.885-1.1t-.843-.979q-.479-.541-.937-1.02l-2.6,2.915A5.424,5.424,0,0,1,22.6,15.992a5.439,5.439,0,0,1-4.279-2.041,5.09,5.09,0,0,1,.042-6.559L22.051,3.1a4.06,4.06,0,0,0-1.062-.344A6.47,6.47,0,0,0,20,2.634q-.385-.01-1.176.01t-1.02.021a4.489,4.489,0,0,0-3.29,1.374l-3.29,3.29H8V18.657q.1,0,.437-.01t.458,0q.125.01.406.042a1.579,1.579,0,0,1,.427.094q.146.062.364.177a1.572,1.572,0,0,1,.385.281l6.184,6.08a6.947,6.947,0,0,0,4.727,2.311,3.518,3.518,0,0,0,2.6-.979,2.885,2.885,0,0,0,2.343-.167,2.826,2.826,0,0,0,1.51-1.77,3.3,3.3,0,0,0,2.644-.916,3.9,3.9,0,0,0,.75-.947,1.8,1.8,0,0,0,.292-1.052,1.33,1.33,0,0,0,.9.208,2.989,2.989,0,0,0,1.6-.437,2.656,2.656,0,0,0,1.031-1.1,2.789,2.789,0,0,0,.25-1.489A2.829,2.829,0,0,0,34.67,17.449Zm3.311,1.208h2V8H38.043L34.774,4.248a4.451,4.451,0,0,0-3.519-1.583H27.777a3.812,3.812,0,0,0-3.04,1.4L20.385,9.12a2.347,2.347,0,0,0-.583,1.562,2.4,2.4,0,0,0,.562,1.562,2.923,2.923,0,0,0,2.29,1.083,2.885,2.885,0,0,0,2.311-1.02l4.019-4.539A1.5,1.5,0,0,1,30.1,7.319a1.333,1.333,0,0,1,1.156,1.739q.333.4,1.166,1.312t1.249,1.416q.6.75,1.718,2.2t1.343,1.76A5.648,5.648,0,0,1,37.98,18.657Zm6,0a1.193,1.193,0,0,0,1.166-.666,1.416,1.416,0,0,0,0-1.333,1.353,1.353,0,0,0-2.332,0,1.416,1.416,0,0,0,0,1.333A1.193,1.193,0,0,0,43.977,18.657Zm4-11.994V19.99a1.351,1.351,0,0,1-1.333,1.333H37.606A5.245,5.245,0,0,1,35.9,23.54a5.552,5.552,0,0,1-2.6,1.072,6.716,6.716,0,0,1-1.676,1.7,5.828,5.828,0,0,1-2.134.947,5.81,5.81,0,0,1-2.176,1.7,5.553,5.553,0,0,1-2.676.51,6.337,6.337,0,0,1-2.624.822,6.825,6.825,0,0,1-2.655-.292,11.029,11.029,0,0,1-2.436-1.114,12.14,12.14,0,0,1-2.155-1.687L8.787,21.322H1.333a1.281,1.281,0,0,1-.937-.4A1.281,1.281,0,0,1,0,19.99V6A1.281,1.281,0,0,1,.4,5.06a1.281,1.281,0,0,1,.937-.4H10.1q.292-.292.979-1t.989-1q.3-.292.916-.833a6.189,6.189,0,0,1,1.052-.781Q14.472.812,15.1.521A5.073,5.073,0,0,1,16.387.115,8.358,8.358,0,0,1,17.8,0H20.24a6.538,6.538,0,0,1,3.769,1.166A6.538,6.538,0,0,1,27.777,0h3.477a7.559,7.559,0,0,1,1.4.125,8.25,8.25,0,0,1,1.176.3A4.786,4.786,0,0,1,34.9.979q.562.375.927.645a7.718,7.718,0,0,1,.9.822q.531.552.812.875t.854,1q.573.677.864,1.01h7.392a1.351,1.351,0,0,1,1.333,1.333Z' transform='translate(0 0)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.challenges-container .splide__slide.icon-warehouse:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_526' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Warehousing' transform='translate(18570 17914)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18570, -17914)' filter='url(%23Rectangle_526)'%3E%3Crect id='Rectangle_526-2' data-name='Rectangle 526' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='house' transform='translate(-18527.992 -17878.486)' opacity='0.5'%3E%3Cg id='Group_1383' data-name='Group 1383' transform='translate(5.992 14.487)'%3E%3Cpath id='Path_1194' data-name='Path 1194' d='M24,75.657V56.734h2.911V75.657a1.456,1.456,0,0,0,1.456,1.456h26.2a1.456,1.456,0,0,0,1.456-1.456V56.734h2.911V75.657a4.367,4.367,0,0,1-4.367,4.367h-26.2A4.367,4.367,0,0,1,24,75.657ZM56.024,53.822,50.2,48Z' transform='translate(-19.631 -39.87)' fill-rule='evenodd'/%3E%3Cpath id='Path_1195' data-name='Path 1195' d='M25.77,15.339a2.911,2.911,0,0,1,4.116,0L49.238,34.687a1.457,1.457,0,0,1-2.061,2.061L27.829,17.4,8.48,36.748a1.457,1.457,0,1,1-2.061-2.061Z' transform='translate(-5.992 -14.487)' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.challenges-container .splide__slide.icon-return:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_521' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Return_Process' data-name='Return Process' transform='translate(18570 18221)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18570, -18221)' filter='url(%23Rectangle_521)'%3E%3Crect id='Rectangle_521-2' data-name='Rectangle 521' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_1380' data-name='Group 1380' transform='translate(0 92)' opacity='0.5'%3E%3Cpath id='Path_479' data-name='Path 479' d='M42.777,11.059,26.541,1.684a4.922,4.922,0,0,0-2.5-.668,4.983,4.983,0,0,0-2.523.681l.024-.013L5.309,11.059a5.017,5.017,0,0,0-2.5,4.325V34.132a5.012,5.012,0,0,0,2.475,4.312l.025.013,16.233,9.374a5.006,5.006,0,0,0,5.02-.013l-.022.013,16.233-9.374a5.017,5.017,0,0,0,2.5-4.325V15.383A5.007,5.007,0,0,0,42.8,11.071Zm-.832,23.074a1.664,1.664,0,0,1-.827,1.437l-.006,0L24.875,44.947a1.664,1.664,0,0,1-1.675,0l.008,0L6.973,35.571a1.664,1.664,0,0,1-.832-1.441V15.382a1.664,1.664,0,0,1,.827-1.437l.006,0L23.21,4.567a1.675,1.675,0,0,1,1.675,0l-.009,0L41.111,13.94a1.662,1.662,0,0,1,.832,1.441Z' transform='translate(-18524.811 -18268.016)'/%3E%3Cg id='arrow' transform='translate(-18484.27 -18209.424) rotate(180)'%3E%3Cpath id='Path_1181' data-name='Path 1181' d='M17.717,26.028a1.452,1.452,0,0,1,2.053,0l6.535,6.535a1.452,1.452,0,0,1,0,2.053L19.77,41.151A1.452,1.452,0,1,1,17.717,39.1l3.931-4.056H7.852a1.452,1.452,0,1,1,0-2.9h13.8l-3.931-4.056A1.452,1.452,0,0,1,17.717,26.028Z' transform='translate(0)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.challenges-container .splide__slide.icon-customers:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_360' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Customers' transform='translate(18687 18221)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18687, -18221)' filter='url(%23Rectangle_360)'%3E%3Crect id='Rectangle_360-2' data-name='Rectangle 360' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='person' transform='translate(-18661.268 -18195.268)' opacity='0.5'%3E%3Cg id='Group_1379' data-name='Group 1379' transform='translate(24 24)'%3E%3Cpath id='Path_1169' data-name='Path 1169' d='M43.943,43.943a9.972,9.972,0,1,0-9.972-9.972A9.972,9.972,0,0,0,43.943,43.943Zm6.648-9.972a6.648,6.648,0,1,1-6.648-6.648,6.648,6.648,0,0,1,6.648,6.648Zm13.3,26.591a3.255,3.255,0,0,1-3.324,3.324H27.324A3.255,3.255,0,0,1,24,60.563c0-3.324,3.324-13.3,19.943-13.3S63.887,57.239,63.887,60.563Zm-3.324-.013A8.881,8.881,0,0,0,57.8,55.019c-2.167-2.167-6.246-4.427-13.854-4.427s-11.687,2.26-13.854,4.427a8.9,8.9,0,0,0-2.765,5.531Z' transform='translate(-24 -24)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.challenges-container .splide__slide.icon-check:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_360' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Benefits' transform='translate(18448 18221)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18448, -18221)' filter='url(%23Rectangle_360)'%3E%3Crect id='Rectangle_360-2' data-name='Rectangle 360' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='checkmark-outline' transform='translate(-18410.268 -18183.268)' opacity='0.5'%3E%3Cpath id='Path_1177' data-name='Path 1177' d='M61.149,80.89,54,73.74l2.02-2.02,5.129,5.127L71.994,66l2.023,2.023Z' transform='translate(-31.991 -41.132)'/%3E%3Cpath id='Path_1178' data-name='Path 1178' d='M32.018,12A20.018,20.018,0,1,0,52.035,32.018,20.018,20.018,0,0,0,32.018,12Zm0,37.175A17.158,17.158,0,1,1,49.176,32.018,17.158,17.158,0,0,1,32.018,49.175Z' transform='translate(0 0)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.challenges-container .splide__slide.icon-safe-handeling:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_545' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Safe_handling' data-name='Safe handling' transform='translate(18687 16929)'%3E%3Cg transform='matrix(1, 0, 0, 1, -18687, -16929)' filter='url(%23Rectangle_545)'%3E%3Crect id='Rectangle_545-2' data-name='Rectangle 545' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='security' transform='translate(-18640 -16883)' opacity='0.5'%3E%3Cpath id='Path_1225' data-name='Path 1225' d='M16.305,20.388l-4.083-4.083L10,18.528l6.305,6.305L28.916,12.223,26.693,10Z' transform='translate(3.458 4.611)'/%3E%3Cpath id='Path_1226' data-name='Path 1226' d='M22.916,46.137l-9.735-5.191A17.311,17.311,0,0,1,4,25.645V5.153A3.156,3.156,0,0,1,7.153,2H38.679a3.156,3.156,0,0,1,3.153,3.153V25.645a17.311,17.311,0,0,1-9.181,15.3ZM7.153,5.153V25.645a14.163,14.163,0,0,0,7.513,12.519l8.251,4.4,8.251-4.4a14.163,14.163,0,0,0,7.513-12.521V5.153Z' transform='translate(0 0)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (max-width: 1180px) {
    .challenges-content-title-2 {
        margin: 30px;
        font-size: 30px;
    }
    .challenges-container {
        width: calc(100% - 40px);
        margin: 0 20px;
        .splide__pagination {
            transform: translateY(-20px) !important;
        }
    }
    .challenges-container-ct {
        flex-direction: column-reverse;
        align-items: center;
        margin: 0;
    }
    .challenges-container-ct-content {
        width: auto;
        max-width: 100%;
        margin: 10px 30px 0;
    }
    .challenges-container-ct-img {
        width: auto;
        max-width: 100%;
        margin: 0 30px;
    }
    .challenges-container-ct-title:before {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
        left: -40px;
    }
    .challenges-container-ct-title {
        font-size: 15px;
        margin-left: 40px;
        margin-right: 40px;
    }
    .challenges-content-content {
        margin: 30px;
        font-size: 15px;
        font-weight: bold;
    }
    .challenges-container .splide__slide {
        width: 200px !important;
        padding: 10px;
    }
    .challenges-container .splide__slide:first-child {
        width: 200px !important;
    }
    .challenges-title {
        font-size: 13px;
        line-height: 17px;
    }
    .challenges-container .splide__slide:before {
        width: 38px;
        height: 38px;
        top: -19px;
        background-size: 70px;
    }
    .challenges-content-title {
        margin: 30px;
        font-size: 30px;
    }
    .challenges-content-title1 {
        font-size: 30px;
    }
}

