@charset "UTF-8";

@font-face {
    font-family: "SF Pro Display";
    src: url("https://ingramnz.com/CTO/content/fonts/SF-Pro-Display-Bold.otf") format("otf"), url("https://ingramnz.com/CTO/content/fonts/SF-Pro-Display-Bold.woff2") format("woff2"), url("https://ingramnz.com/CTO/content/fonts/SF-Pro-Display-Bold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("https://ingramnz.com/CTO/content/fonts/SF-Pro-Display-Medium.otf") format("otf"), url("https://ingramnz.com/CTO/content/fonts/SF-Pro-Display-Medium.woff2") format("woff2"), url("https://ingramnz.com/CTO/content/fonts/SF-Pro-Display-Medium.woff") format("woff");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("https://ingramnz.com/CTO/content/fonts/SF-Pro-Display-Regular.otf") format("otf"), url("https://ingramnz.com/CTO/content/fonts/SF-Pro-Display-Regular.woff2") format("woff2"), url("https://ingramnz.com/CTO/content/fonts/SF-Pro-Display-Regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

* {
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: antialiased;
}

html {
    scroll-padding-top: 115.5px;
    /* height of sticky header */
    font-family: "SF Pro Display", "Roboto", Helvetica, sans-serif;
}

body {
    color: #000;
}

main {
    min-height: calc(100vh - 115.5px - 452px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: "SF Pro Display", "Roboto", Helvetica, "sans-serif";
}

h1 {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: -0.025rem;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 30px;
}

/* Yun update 24th July */
h2,
.h2 {
    font-size: 2.25rem;
    line-height: 1.1;
    letter-spacing: -0.025rem;
}

h3,
.h3 {
    font-size: 1.75rem;
    line-height: 1.1;
    letter-spacing: -0.025rem;
}

/* Yun update 24th July */
h4 {
    font-size: 1.375rem;
    line-height: 1.1;
    letter-spacing: -0.016rem;
}

h5 {
    font-size: 1.25rem;
    line-height: 1.1;
    letter-spacing: -0.025rem;
}

h6 {
    font-size: 1.25rem;
    line-height: 1.1;
    letter-spacing: -0.025rem;
}

p.headline {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.313rem;
    letter-spacing: -0.019rem;
    margin-bottom: 0.75rem;
}

p {
    font-size: 1rem;
    font-family: "SF Pro Display", "Roboto", Helvetica, "sans-serif";
    font-weight: 400;
    line-height: 1.313rem;
    letter-spacing: -0.028rem;
    margin-bottom: 0.75rem;
}

span {
    font-family: "SF Pro Display", "Roboto", Helvetica, "sans-serif";
}

.footnote {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.188rem;
    letter-spacing: -0.025rem;
}

.text-bold {
    font-weight: 700;
}

a {
    font-weight: 500;
    font-family: "SF Pro Display", "Roboto", Helvetica, "sans-serif";
}

    a:hover {
        text-decoration: none !important;
        color: #0177d4;
    }

.flex-horizontal-center {
    display: flex;
    align-items: center;
}

.hidden-on-desktop {
    display: block;
}

.arrow-after::after {
    /* Unicode value for the chevron right */
    content: "›";
    margin-top: 4px;
    margin-left: 8px;
    font-size: 18px;
}

@media (min-width: 992px) {
    h1 {
        text-align: left;
        font-size: 3.375rem;
    }
    /* Yun update 24th July */
    h2,
    .h2 {
        font-size: 2.5rem;
        line-height: 1.1;
        letter-spacing: -0.025rem;
    }
    /* Yun update 24th July */
    p.headline {
        font-size: 1.125rem;
        line-height: 1.438rem;
    }

    .hidden-on-desktop {
        display: none;
    }
}

input {
    border-color: #6f7073;
}

.card {
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 20px;
}

.card-body {
    padding: 26px 20px;
}

    .card-body p {
        padding-top: 6px;
    }

.scrolling-wrapper {
    overflow-x: auto;
}

.solutions-body {
    background-image: url("https://ingramnz.com/cto/content/images/solutions/solutions-bg.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    /* July 2024 update start */
    /* July 2024 update end */
}

    .solutions-body img {
        width: 90%;
        max-width: 360px;
        margin-top: 30px;
    }

    .solutions-body h2 {
        margin-bottom: 1.25rem;
    }

.bundle-title {
    padding: 40px 0 30px 0;
}

.bundle-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
    gap: 30px 0;
}

.bundle-sku {
    position: relative;
    width: 100%;
    max-width: 208px;
    margin: 0 10px 40px 10px;
}

    .bundle-sku img {
        border-radius: 10px;
        width: 100%;
        margin-bottom: 1em;
        transition: height 0.3s ease-out, transform 0.3s ease-out;
    }

.bundle-name {
    transition: height 0.3s ease-out, transform 0.3s ease-out;
}

.bundle-body {
    display:none;
    padding: 16px 10px;
    text-align: left;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
}

.bundle-block .bundle-sku h6 {
    font-size: 14px;
    line-height: 1.5;
}

.bundle-footnote {
    position: absolute;
    width: 100%;
    top: calc(100% - 30px);
    padding: 10px 10px 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    min-height: 40px;
}

.bundle-sku-no {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: -0.025rem;
    font-weight: bold;
    margin-bottom: 0;
}

section.section-trs {
    background-image: url("https://ingramnz.com/cto/content/images/solutions/TRS-bg@1.5x.png");
    background-size: 200%;
    background-position: top;
    background-repeat: no-repeat;
}

    section.section-trs .section-title {
        margin-top: 30px;
        margin-bottom: 30px;
    }

        section.section-trs .section-title h2 {
            color: #fff;
        }

    section.section-trs .section-trs__wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
    }

    section.section-trs .section-trs__card {
        background-color: #f5f5f7;
        border-radius: 1rem;
        text-align: left;
        padding: 20px;
        width: 100%;
        max-width: 400px;
        margin: 10px auto;
        transition: ease-out 0.5s;
    }

        section.section-trs .section-trs__card:hover {
            transform: translateY(-10px);
        }

        section.section-trs .section-trs__card .section-trs__card-title {
            display: flex;
            align-items: center;
            gap: 9px;
            margin-bottom: 12px;
        }

            section.section-trs .section-trs__card .section-trs__card-title h4 {
                margin-bottom: 0;
            }

@media (min-width: 768px) {
    /* July 2024 update start */
    .solutions-body {
        background-size: cover;
    }
    /* July 2024 update start */
    section.section-trs {
        background-size: contain;
    }
}

@media (min-width: 992px) {
    .page-title img {
        max-width: 360px;
    }

    section.section-trs {
        background-size: contain;
    }

        section.section-trs .section-title {
            margin-top: 60px;
            margin-bottom: 70px;
        }

        section.section-trs .section-trs__wrapper {
            margin-bottom: 40px;
        }

        section.section-trs .section-trs__card {
            margin: 12px;
        }

    .finance__downloads {
        margin-top: 80px;
    }
}

@media (min-width: 1200px) {
    section.section-trs {
        background-position-y: -70px;
    }

        section.section-trs .section-trs__card {
            max-width: 460px;
        }
}



/*# sourceMappingURL=solutions-and-services.css.map */
