<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">            /*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
        
        section {
            background-color: #ffffff;
        }
        
        section,
        .container,
        .container-fluid {
            position: relative;
            word-wrap: break-word;
        }
        
        a.mbr-iconfont:hover {
            text-decoration: none;
        }
        
        .article .lead p,
        .article .lead ul,
        .article .lead ol,
        .article .lead pre,
        .article .lead blockquote {
            margin-bottom: 0;
        }
        
        a {
            font-style: normal;
            font-weight: 400;
            cursor: pointer;
        }
        
        a,
        a:hover {
            text-decoration: none;
        }
        
        figure {
            margin-bottom: 0;
        }
        
        body {
            color: #232323;
        }
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        .h1,
        .h2,
        .h3,
        .h4,
        .h5,
        .h6,
        .display-1,
        .display-2,
        .display-3,
        .display-4 {
            line-height: 1;
            word-break: break-word;
            word-wrap: break-word;
        }
        
        b,
        strong {
            font-weight: bold;
        }
        
        blockquote {
            padding: 10px 0 10px 20px;
            position: relative;
            border-left: 2px solid;
            border-color: #ff3366;
        }
        
        input:-webkit-autofill,
        input:-webkit-autofill:hover,
        input:-webkit-autofill:focus,
        input:-webkit-autofill:active {
            transition-delay: 9999s;
            transition-property: background-color, color;
        }
        
        textarea[type="hidden"] {
            display: none;
        }
        
        body {
            position: relative;
        }
        
        section .mbr-background-video,
        section .mbr-background-video-preview {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            top: 0;
        }
        
        .hidden {
            visibility: hidden;
        }
        
        .mbr-z-index20 {
            z-index: 20;
        }
        /*! Base colors */
        
        .mbr-white {
            color: #ffffff;
        }
        
        .mbr-black {
            color: #000000;
        }
        
        .mbr-bg-white {
            background-color: #ffffff;
        }
        
        .mbr-bg-black {
            background-color: #000000;
        }
        /*! Text-aligns */
        
        .align-left {
            text-align: left;
        }
        
        .align-center {
            text-align: center;
        }
        
        .align-right {
            text-align: right;
        }
        
        @media (max-width: 767px) {
            .align-left,
            .align-center,
            .align-right,
            .mbr-section-btn,
            .mbr-section-title {
                text-align: center;
            }
        }
        /*! Font-weight  */
        
        .mbr-light {
            font-weight: 300;
        }
        
        .mbr-regular {
            font-weight: 400;
        }
        
        .mbr-semibold {
            font-weight: 500;
        }
        
        .mbr-bold {
            font-weight: 700;
        }
        /*! Media  */
        
        .media-size-item {
            -webkit-flex: 1 1 auto;
            -moz-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            -o-flex: 1 1 auto;
            flex: 1 1 auto;
        }
        
        .media-content {
            -webkit-flex-basis: 100%;
            flex-basis: 100%;
        }
        
        .media-container-row {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-align-items: start;
            -ms-flex-align: start;
            align-items: start;
        }
        
        .media-container-row .media-size-item {
            width: 400px;
        }
        
        .media-container-column {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-align-items: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
        }
        
        .media-container-column&gt;* {
            width: 100%;
        }
        
        @media (min-width: 992px) {
            .media-container-row {
                -webkit-flex-wrap: nowrap;
                -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            }
        }
        
        figure {
            overflow: hidden;
        }
        
        figure[mbr-media-size] {
            transition: width 0.1s;
        }
        
        .mbr-figure img,
        .mbr-figure iframe {
            display: block;
            width: 100%;
        }
        
        .card {
            background-color: transparent;
            border: none;
        }
        
        .card-img {
            text-align: center;
            flex-shrink: 0;
            -webkit-flex-shrink: 0;
        }
        
        .media {
            max-width: 100%;
            margin: 0 auto;
        }
        
        .mbr-figure {
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            -webkit-align-self: center;
            align-self: center;
        }
        
        .media-container&gt;div {
            max-width: 100%;
        }
        
        .mbr-figure img,
        .card-img img {
            width: 100%;
        }
        
        @media (max-width: 991px) {
            .media-size-item {
                width: auto !important;
            }
            .media {
                width: auto;
            }
            .mbr-figure {
                width: 100% !important;
            }
        }
        /*! Buttons */
        
        .mbr-section-btn {
            margin-left: -.25rem;
            margin-right: -.25rem;
            font-size: 0;
        }
        
        nav .mbr-section-btn {
            margin-left: 0rem;
            margin-right: 0rem;
        }
        /*! Btn icon margin */
        
        .btn .mbr-iconfont,
        .btn.btn-sm .mbr-iconfont {
            cursor: pointer;
            margin-right: 0.5rem;
        }
        
        .btn.btn-md .mbr-iconfont,
        .btn.btn-md .mbr-iconfont {
            margin-right: 0.8rem;
        }
        
        .mbr-regular {
            font-weight: 400;
        }
        
        .mbr-semibold {
            font-weight: 500;
        }
        
        .mbr-bold {
            font-weight: 700;
        }
        
        [type="submit"] {
            -webkit-appearance: none;
        }
        /*! Full-screen */
        
        .mbr-fullscreen .mbr-overlay {
            min-height: 100vh;
        }
        
        .mbr-fullscreen {
            display: flex;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            align-items: center;
            -webkit-align-items: center;
            min-height: 100vh;
            padding-top: 3rem;
            padding-bottom: 3rem;
        }
        /*! Map */
        
        .map {
            height: 25rem;
            position: relative;
        }
        
        .map iframe {
            width: 100%;
            height: 100%;
        }
        /* Form */
        
        .form-asterisk {
            font-family: acumin-pro, sans-serif;
            position: absolute;
            top: -2px;
            font-weight: normal;
        }
        /*! Scroll to top arrow */
        
        .mbr-arrow-up {
            bottom: 25px;
            right: 90px;
            position: fixed;
            text-align: right;
            z-index: 5000;
            color: #ffffff;
            font-size: 32px;
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
        }
        
        .mbr-arrow-up a {
            background: rgba(0, 0, 0, 0.2);
            border-radius: 3px;
            color: #fff;
            display: inline-block;
            height: 60px;
            width: 60px;
            outline-style: none !important;
            position: relative;
            text-decoration: none;
            transition: all .3s ease-in-out;
            cursor: pointer;
            text-align: center;
        }
        
        .mbr-arrow-up a:hover {
            background-color: rgba(0, 0, 0, 0.4);
        }
        
        .mbr-arrow-up a i {
            line-height: 60px;
        }
        
        .mbr-arrow-up-icon {
            display: block;
            color: #fff;
        }
        
        .mbr-arrow-up-icon::before {
            content: "\203a";
            display: inline-block;
            font-family: acumin-pro, sans-serif;
            font-size: 32px;
            line-height: 1;
            font-style: normal;
            position: relative;
            top: 6px;
            left: -4px;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }
        /*! Arrow Down */
        
        .mbr-arrow {
            position: absolute;
            bottom: 45px;
            left: 50%;
            width: 60px;
            height: 60px;
            cursor: pointer;
            background-color: rgba(80, 80, 80, 0.5);
            border-radius: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }
        
        .mbr-arrow&gt;a {
            display: inline-block;
            text-decoration: none;
            outline-style: none;
            -webkit-animation: arrowdown 1.7s ease-in-out infinite;
            animation: arrowdown 1.7s ease-in-out infinite;
        }
        
        .mbr-arrow&gt;a&gt;i {
            position: absolute;
            top: -2px;
            left: -15px;
            font-size: 2rem;
        }
        
        @keyframes arrowdown {
            0% {
                transform: translateY(0px);
                -webkit-transform: translateY(0px);
            }
            50% {
                transform: translateY(-5px);
                -webkit-transform: translateY(-5px);
            }
            100% {
                transform: translateY(0px);
                -webkit-transform: translateY(0px);
            }
        }
        
        @-webkit-keyframes arrowdown {
            0% {
                transform: translateY(0px);
                -webkit-transform: translateY(0px);
            }
            50% {
                transform: translateY(-5px);
                -webkit-transform: translateY(-5px);
            }
            100% {
                transform: translateY(0px);
                -webkit-transform: translateY(0px);
            }
        }
        
        @media (max-width: 500px) {
            .mbr-arrow-up {
                left: 50%;
                right: auto;
                transform: translateX(-50%) rotate(180deg);
                -webkit-transform: translateX(-50%) rotate(180deg);
            }
        }
        /*Gradients animation*/
        
        @keyframes gradient-animation {
            from {
                background-position: 0% 100%;
                animation-timing-function: ease-in-out;
            }
            to {
                background-position: 100% 0%;
                animation-timing-function: ease-in-out;
            }
        }
        
        @-webkit-keyframes gradient-animation {
            from {
                background-position: 0% 100%;
                animation-timing-function: ease-in-out;
            }
            to {
                background-position: 100% 0%;
                animation-timing-function: ease-in-out;
            }
        }
        
        .bg-gradient {
            background-size: 200% 200%;
            animation: gradient-animation 5s infinite alternate;
            -webkit-animation: gradient-animation 5s infinite alternate;
        }
        
        .menu .navbar-brand {
            display: -webkit-flex;
        }
        
        .menu .navbar-brand span {
            display: flex;
            display: -webkit-flex;
        }
        
        .menu .navbar-brand .navbar-caption-wrap {
            display: -webkit-flex;
        }
        
        .menu .navbar-brand .navbar-logo img {
            display: -webkit-flex;
        }
        
        @media (min-width: 768px) and (max-width: 991px) {
            .menu .navbar-toggleable-sm .navbar-nav {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
            }
        }
        
        @media (min-width: 992px) {
            .menu .navbar-nav.nav-dropdown {
                display: -webkit-flex;
            }
            .menu .navbar-toggleable-sm .navbar-collapse {
                display: -webkit-flex !important;
            }
        }
        
        @media (max-width: 767px) {
            .menu .navbar-collapse {
                overflow-y: auto;
                max-height: 80vh;
            }
            .menu .dropdown-menu {
                max-height: 60vh;
                overflow-y: auto;
            }
        }
        
        .navbar {
            display: -webkit-flex;
            -webkit-flex-wrap: wrap;
            -webkit-align-items: center;
            -webkit-justify-content: space-between;
        }
        
        .navbar-collapse {
            -webkit-flex-basis: 100%;
            -webkit-flex-grow: 1;
            -webkit-align-items: center;
        }
        
        .nav-dropdown .link {
            padding: .667em 1.667em !important;
            margin: 0 !important;
        }
        
        .nav {
            display: -webkit-flex;
            -webkit-flex-wrap: wrap;
        }
        
        .row {
            display: -webkit-flex;
            -webkit-flex-wrap: wrap;
        }
        
        .justify-content-center {
            -webkit-justify-content: center;
        }
        
        .form-inline {
            display: -webkit-flex;
            -webkit-flex-flow: row wrap;
            -webkit-align-items: center;
        }
        
        .card-wrapper {
            -webkit-flex: 1;
        }
        
        .carousel-control {
            z-index: 10;
            display: -webkit-flex;
            -webkit-align-items: center;
            -webkit-justify-content: center;
        }
        
        .carousel-controls {
            display: -webkit-flex;
        }
        
        .media {
            display: -webkit-flex;
        }
        /*# sourceMappingURL=style.css.map */
        
        .engine {
            position: absolute;
            text-indent: -2400px;
            text-align: center;
            padding: 0;
            top: 0;
            left: -2400px;
        }
        
        .form-space {
            padding: 3rem !important;
            padding-top: 0px !important;
            padding-bottom: 2rem !important
        }
        
        .form-header-top {
            color: #ffffff;
            border-radius: 0;
            border: 0;
            font-size: .875rem;
            line-height: 1.5;
            margin-bottom: 1.875rem;
            padding: 1.25rem;
            position: relative;
        }
        
        .headertop-success {
            background-color: #8eb35e;
        }
        
        .form-header-top.alert-form::after {
            background-color: inherit;
            bottom: -7px;
            content: "";
            display: block;
            height: 14px;
            left: 50%;
            margin-left: -7px;
            position: absolute;
            transform: rotate(45deg);
            width: 14px;
            -webkit-transform: rotate(45deg);
        }
        
        .client-logos-wrap {
            background: #F7F9FC;
            padding: 28px 0;
            text-align: center;
        }
        
        .logos-clients li {
            display: inline-block;
            list-style: none;
            overflow: hidden;
            position: relative;
        }
        
        .clogos-wrap {
            border: 1px solid transparent;
            border-radius: 4px;
            padding: 5px;
            margin: 8px 8px;
            background-color: #fff;
            -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.07);
            -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
            transition: all 250ms ease-out 0s;
            min-width: 150px;
            display: flex !important;
            justify-content: center;
            align-items: center;
        }
        
        .clogos-img-wrap {
            position: relative;
            overflow: hidden;
        }
        
        .clogos-img-wrap img {
            height: auto;
            transition: all 250ms linear 0.1s;
            opacity: 0.4;
            position: absolute;
            top: 0;
            left: 0;
        }
        /*Mauser*/
        
        .c-mauser {
            width: 108px;
            height: 28px;
            transition: all 250ms linear 0.1s;
        }
        
        .c-mauser img {
            width: 100px;
        }
        /*Sysco*/
        
        .c-sysco {
            width: 78px;
            height: 50px;
            transition: all 250ms linear 0.1s;
        }
        
        .c-sysco img {
            width: 78px;
        }
        /*Presido*/
        
        .c-presido {
            width: 90px;
            height: 50px;
            transition: all 250ms linear 0.1s;
            top: 33%;
        }
        
        .c-presido img {
            width: 90px;
        }
        /*Fleet Pride*/
        
        .c-fleet {
            width: 90px;
            height: 50px;
            transition: all 250ms linear 0.1s;
            top: 33%;
        }
        
        .c-fleet img {
            width: 90px;
        }
        /*ARS*/
        
        .c-ars {
            width: 85px;
            height: 50px;
            transition: all 250ms linear 0.1s;
            top: 19%;
        }
        
        .c-ars img {
            width: 85px;
        }
        /*outfront*/
        
        .c-outfront {
            width: 95px;
            height: 50px;
            transition: all 250ms linear 0.1s;
            top: 19%;
        }
        
        .c-outfront img {
            width: 95px;
        }
        /*US Foods*/
        
        .c-usfoods {
            width: 45px;
            height: 50px;
            transition: all 250ms linear 0.1s;
            top: 9%;
        }
        
        .c-usfoods img {
            width: 45px;
        }
        /*Berlin*/
        
        .c-berlin {
            width: 55px;
            height: 50px;
            transition: all 250ms linear 0.1s;
            top: 9%;
        }
        
        .c-berlin img {
            width: 55px;
        }
        /*TMS*/
        
        .c-tms {
            width: 78px;
            height: 50px;
            transition: all 250ms linear 0.1s;
            top: 23%;
        }
        
        .c-tms img {
            width: 78px;
        }
        /*Amarr*/
        
        .c-amarr {
            width: 78px;
            height: 50px;
            transition: all 250ms linear 0.1s;
            top: 5%;
        }
        
        .c-amarr img {
            width: 78px;
        }
        /*Mayer*/
        
        .c-mayer {
            width: 98px;
            height: 50px;
            transition: all 250ms linear 0.1s;
            top: 33%;
        }
        
        .c-mayer img {
            width: 98px;
        }
        /*Stericycle*/
        
        .c-stericycle {
            width: 118px;
            height: 50px;
            transition: all 250ms linear 0.1s;
            top: 30%;
        }
        
        .c-stericycle img {
            width: 118px;
        }
        /*michelin*/
        
        .c-michelin {
            width: 128px;
            height: 50px;
            transition: all 250ms linear 0.1s;
            top: 20%;
        }
        
        .c-michelin img {
            width: 128px;
        }
        /*Hearst*/
        
        .c-hearst {
            width: 128px;
            height: 50px;
            transition: all 250ms linear 0.1s;
            top: 33%;
        }
        
        .c-hearst img {
            width: 128px;
        }
        /*Contenental*/
        
        .c-continental {
            width: 138px;
            height: 50px;
            transition: all 250ms linear 0.1s;
            top: 25%;
        }
        
        .c-continental img {
            width: 138px;
        }
        /*cornerstone*/
        
        .c-cornerstone {
            width: 130px;
            height: 50px;
            transition: all 250ms linear 0.1s;
            top: 30%;
        }
        
        .c-cornerstone img {
            width: 130px;
        }
        /*keurig*/
        
        .c-keurig {
            width: 88px;
            height: 50px;
            transition: all 250ms linear 0.1s;
            top: 30%;
        }
        
        .c-keurig img {
            width: 88px;
        }
        
        .clogos-img-wrap img.c-img-hover {
            position: absolute;
            top: 0px;
            left: 0;
            opacity: 0;
            transition: all 350ms linear 0.1s;
        }
        
        .clogos-wrap:hover img {
            opacity: 0;
            transition: all 350ms linear 0.1s;
        }
        
        .clogos-wrap:hover img.c-img-hover {
            opacity: 1;
            transition: all 350ms linear 0.1s;
            -ms-transform: scale(0.95, 0.95);
            /* IE 9 */
            transform: scale(0.95, 0.95);
        }
        
        .client-logo-container img {
            width: auto;
            height: 38px;
        }
        
        .logos-clients li {
            display: inline-block;
            list-style: none;
            overflow: hidden;
            position: relative;
        }
        
        .logos-clients {
            margin-bottom: 0px;
            padding: 0px
        }
        
        .client-logos li {
            list-style: none;
            border: 1px solid transparent;
            border-radius: 4px;
            padding: 10px;
            margin: 8px 8px;
            background-color: #fff;
            -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.07);
            -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
            transition: all 250ms ease-out 0s;
            min-width: 150px;
            justify-content: center;
        }
        
        .client-logos li img {
            width: 80px;
            height: auto;
            transition: all 250ms ease-out 0s;
            align-self: center;
        }
        
        .client-logos li:nth-child(2) img {
            width: 72px;
        }
        
        .client-logos li:nth-child(3) img {
            opacity: 0.6;
        }
        
        .client-logos li:nth-child(7) img {
            width: 40px;
        }
        
        .client-logos li:nth-child(8) img {
            width: 48px;
        }
        
        .client-logos li:nth-child(9) img {
            width: 75px;
        }
        
        .client-logos li:nth-child(10) img {
            width: 64px;
            opacity: 0.6;
        }
        
        .client-logos li:nth-child(12) img {
            width: 120px;
        }
        
        .client-logos li:nth-child(13) img {
            width: 140px;
        }
        
        .client-logos li:nth-child(14) img {
            width: 120px;
            opacity: 0.3;
        }
        
        .client-logos li:nth-child(15) img {
            width: 150px;
        }
        
        .client-logos li:nth-child(16) img {
            width: 140px;
        }
        
        .client-logos li:hover {
            border: 1px solid rgba(0, 0, 0, 0.1);
        }
        
        .client-logos li:hover img {
            -ms-transform: scale(0.9, 0.9);
            /* IE 9 */
            transform: scale(0.9, 0.9);
            transition: all 250ms ease-out 0s;
            -webkit-filter: grayscale(10%);
            /* Safari 6.0 - 9.0 */
            filter: grayscale(10%);
            opacity: 0.9;
        }
        
        .client-logos-wrap a {
            color: #007bff;
            font-size: 16px;
        }
        
        .terms li {
            display: inline;
            font-size: 14px;
            color: #949494;
        }
        
        .terms li::after {
            content: "|";
            padding: 0px 10px
        }
        
        .terms li:first-child::after,
        .terms li:last-child::after {
            content: "";
            padding: 0px 10px
        }
        
        .terms li a {
            color: #949494;
        }
        
        .color-grey {
            background: #f9f6f6 !important
        }
        
        .btn-secondary {
            background: #ee570e;
        }
        /*credit management section*/
        
        .credit-app-wrapper {
            padding: 40px;
        }
        
        .section-title {
            text-align: center;
            padding-bottom: 30px;
        }
        
        .section-title h2 {
            font-size: 28px;
            font-weight: 400;
        }
        
        .section-title h2 {
            font-size: 28px;
            font-weight: 400;
            margin-bottom: 20px;
            padding-bottom: 20px;
            position: relative;
        }
        
        .section-title h2::before {
            content: '';
            position: absolute;
            display: block;
            width: 120px;
            height: 1px;
            background: #ddd;
            bottom: 1px;
            left: calc(50% - 60px);
        }
        
        .section-title h2::after {
            content: '';
            position: absolute;
            display: block;
            width: 40px;
            height: 3px;
            background: #68A4C4;
            bottom: 0;
            left: calc(50% - 20px);
        }
        
        .credit-app-wrapper .icon-box {
            padding: 20px;
            position: relative;
            overflow: hidden;
            margin: 0 0 40px 0;
            background: #fff;
            box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
            transition: all 0.3s ease-in-out;
            text-align: center;
            border: 1px solid #fff;
        }
        
        .credit-app-wrapper .icon-box-pink .icon {
            background: #fceef3;
        }
        
        .credit-app-wrapper .icon-box-cyan .icon {
            background: #e6fdfc;
        }
        
        .credit-app-wrapper .icon-box-green .icon {
            background: #eafde7;
        }
        
        .credit-app-wrapper .icon-box-blue .icon {
            background: #e1eeff;
        }
        
        .credit-app-wrapper .icon {
            margin: 0 auto 20px auto;
            padding-top: 17px;
            display: inline-block;
            text-align: center;
            border-radius: 50%;
            width: 72px;
            height: 72px;
        }
        
        .credit-app-wrapper .title {
            font-weight: 600;
            margin-bottom: 15px;
            font-size: 110%;
        }
        
        .credit-app-wrapper .description {
            font-size: 90%;
            line-height: 145%;
            margin-bottom: 0;
        }
        
        .credit-app-wrapper .title p {
            color: #3a3939;
            letter-spacing: 0px;
            font-weight: 500;
            margin-top: 5px
        }
        
        .credit-app-wrapper .icon-box-pink:hover {
            border-color: #ff689b;
        }
        
        .credit-app-wrapper .icon-box-cyan:hover {
            border-color: #3fcdc7;
        }
        
        .credit-app-wrapper .icon-box-green:hover {
            border-color: #41cf2e;
        }
        
        .credit-app-wrapper .icon-box-blue:hover {
            border-color: #2282ff;
        }
        
        .credit-app-wrapper .icon img {
            width: 67px;
        }
        
        .credit-app-wrapper .icon .img-analysis {
            width: 57px;
        }
        
        .text-orange {
            color: #c7760c
        }
        /*landing page 2 designs*/
        
        .featuring-bullpoints-col {
            padding-top: 30px;
        }
        
        .service-box {
            position: relative;
            padding-right: 100px;
        }
        
        .service-box h4 {
            text-transform: none;
            font-weight: 500;
            text-align: right;
            font-size: 18px;
        }
        
        .service-box p {
            text-align: right;
            font-size: 15px;
        }
        
        .service-box-r {
            position: relative;
            padding-left: 100px;
        }
        
        .service-box-r h4 {
            text-transform: none;
            font-weight: 500;
            font-size: 18px;
        }
        
        .service-box-r p {
            font-size: 15px;
        }
        
        .hexagon {
            position: absolute;
            top: -15px;
            width: 70px;
            height: 40.41px;
            margin: 20.21px 0;
            background-size: auto 71.5914px;
            background-position: center;
            border-left: solid 4px #23729f;
            border-right: solid 4px #23729f;
        }
        
        .hexagon-l {
            right: 0;
        }
        
        .hexagon-electronic-creditA {
            background-image: url("../../images/icons/electronic-credit-application-system.png");
        }
        
        .hexagon-accounts-receivableM {
            background-image: url("../../images/icons/accounts-receivable-management.png");
        }
        
        .hexagon-credit-mgmt-workflow {
            background-image: url("../../images/icons/credit-management-workflows.png");
        }
        
        .hexagon-self-service {
            background-image: url("../../images/icons/self-service-payment-portal.png");
        }
        
        .hexagon-collection-mgt {
            background-image: url("../../images/icons/collections-management.png");
        }
        
        .hexagon-e-lockbox {
            background-image: url("../../images/icons/e-lockbox.png");
        }
        
        .hexTop {
            top: -24.7487px;
            border-top: solid 5.6569px #23729f;
            border-right: solid 5.6569px #23729f;
        }
        
        .hexTop,
        .hexBottom {
            position: absolute;
            z-index: 1;
            width: 49.50px;
            height: 49.50px;
            overflow: hidden;
            -webkit-transform: scaleY(0.5774) rotate(-45deg);
            -ms-transform: scaleY(0.5774) rotate(-45deg);
            transform: scaleY(0.5774) rotate(-45deg);
            background: inherit;
            left: 6.25px;
        }
        
        .hexBottom {
            bottom: -24.7487px;
            border-bottom: solid 5.6569px #23729f;
            border-left: solid 5.6569px #23729f;
        }
        
        .hexBottom,
        .hexTop {
            background: none !important;
        }
        
        .mobile-image {
            text-align: center;
        }
        
        .hexagon-r {
            left: 0;
        }
        
        [class|="space"] {
            display: block;
            width: 100%;
            overflow: hidden;
        }
        
        .space-75 {
            height: 75px;
        }
        
        .space-40 {
            height: 40px;
        }
        
        .space-60 {
            height: 60px;
        }
        
        @media (max-width:736px) {
            .service-box {
                margin-bottom: 35px;
            }
            .service-box-r {
                margin-bottom: 35px;
            }
        }
        
        @media (min-width:1025px) {
            .cust-container {
                padding: 0 130px
            }
            .service-box {
                padding-right: 10px;
            }
            .hexagon-l {
                right: -90px;
            }
            .bectran-fea-img {
                height: 437px;
                width: auto !important;
            }
            .service-box-r {
                padding-left: 10px;
            }
            .hexagon-r {
                left: -90px;
            }
            .service-box-margin {
                margin-bottom: 38px;
            }
            .service-box-margin-extra {
                margin-bottom: 52px;
            }
            .service-box-margin-extra-right-top {
                margin-bottom: 83px;
            }
            .service-box-margin-extra-right-second {
                margin-bottom: 60px;
            }
            .service-box-margin-extra-right-three {
                margin-bottom: 53px;
            }
            .bectran-fea-img {
                margin-top: 28px;
            }
        }
        
        .mobile-figure {
            text-align: center;
        }
        
        @media (max-width:896px) {
            .cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
                padding-right: 1.5rem !important;
            }
        }
        
        .featuring {
            color: #038bc9;
            font-weight: bold !important;
        }
        
        .testi-monials .card-footer {
            padding: .75rem 0;
            padding-bottom: 0;
            background-color: rgb(255, 255, 255);
            border-top: 0px solid rgba(0, 0, 0, .125);
            font-size: 13px;
            position: absolute;
            bottom: 20px
        }
        
        .testi-monials .mbr-author-desc {
            font-size: 14px;
        }
        
        .testi-monials .mbr-author-name {
            color: #767676;
        }
        
        .testi-monials .card-box {
            min-height: 324px;
            position: relative;
        }
        /*Footer Styels*/
        
        .bg-light {
            background-color: #fff !important;
        }
        
        @media (min-width:1024px) {
            .hero--wrap .container {
                padding-right: 0px !important;
                padding-right: 0px !important;
            }
            .hero--wrap {
                padding-top: 130px !important;
            }
        }
        
        .display-1 {
            font-family: acumin-pro, sans-serif !important;
            font-weight: 600 !important;
            color: black;
        }
        
        .hero-bullet-points-text {
            font-size: 14px;
            font-family: acumin-pro, sans-serif !important;
        }
        
        .hero-bullet-points-text h6 {
            position: relative;
        }
        
        .hero-bullet-points-text h6:before {
            content: "";
            background: url("../../images/bullet.png");
            width: 23px;
            height: 15px;
            display: inline-block;
            background-size: 76%;
            background-repeat: no-repeat;
            background-position: 50% 100%;
        }
        
        .hero--wrap h1 {
            font-weight: 700;
            line-height: 1.2;
            font-size: 35px;
        }
        
        .hero--wrap .display-5 {
            font-size: 1.4rem;
            font-family: acumin-pro, sans-serif !important;
            color: white;
            padding: 20px 0;
            font-weight: 600;
        }
        
        @media (max-width:768px) {
            .mbr-parallax-background h1 {
                font-size: 25px;
                text-align: left;
            }
            .hero--wrap {
                padding-top: 90px !important;
            }
            .hero-bullet-points-text {
                font-size: 13px;
            }
            .hero-bullet-points-text h6 {
                font-size: 14px;
            }
            .hero-bullet-points-text h6::before {
                background-size: 64%;
            }</pre></body></html>