#smart-hardware-solution {
    color: #333;
    background: #fff;
}

#smart-hardware-solution *,
#smart-hardware-solution *:before,
#smart-hardware-solution *:after {
    box-sizing: border-box;
}

#smart-hardware-solution .solution-skip-link {
    position: absolute;
    top: -60px;
    left: 20px;
    z-index: 100;
    padding: 10px 16px;
    border-radius: 4px;
    background: #1ABC9C;
    color: #fff;
}

#smart-hardware-solution .solution-skip-link:focus {
    top: 12px;
}

#smart-hardware-solution .solution-eyebrow {
    margin: 0 0 16px;
    padding-left: 10px;
    border-left: 2px solid #1ABC9C;
    color: #1ABC9C;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

#smart-hardware-solution .solution-hero {
    padding: 92px 0 96px;
    background: #fff;
}

#smart-hardware-solution .solution-hero-layout,
#smart-hardware-solution .solution-entry-layout,
#smart-hardware-solution .solution-process-layout {
    display: flex;
    align-items: center;
}

#smart-hardware-solution .solution-hero-copy {
    position: relative;
    z-index: 1;
    padding-right: 58px;
}

#smart-hardware-solution .solution-hero h1 {
    max-width: 660px;
    margin: 0;
    color: #121212;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

#smart-hardware-solution .solution-hero-content {
    max-width: 610px;
    margin: 24px 0 0;
    color: #687089;
    font-size: 16px;
    line-height: 30px;
}

#smart-hardware-solution .solution-actions,
#smart-hardware-solution .solution-cta-actions {
    display: flex;
    align-items: center;
    margin-top: 32px;
}

#smart-hardware-solution .solution-primary-button {
    min-width: 176px;
    height: 44px;
    padding: 11px 24px;
    border: 1px solid #1ABC9C;
    border-radius: 4px;
    background: #1ABC9C;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    transition: background-color 200ms ease, border-color 200ms ease;
}

#smart-hardware-solution .solution-primary-button:hover,
#smart-hardware-solution .solution-primary-button:focus {
    border-color: #29CEAD;
    background: #29CEAD;
    color: #fff;
}

#smart-hardware-solution .solution-primary-button:focus,
#smart-hardware-solution .solution-text-link:focus {
    outline: 2px solid rgba(26, 188, 156, 0.35);
    outline-offset: 3px;
}

#smart-hardware-solution .solution-text-link {
    margin-left: 26px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    transition: color 200ms ease;
}

#smart-hardware-solution .solution-text-link:hover,
#smart-hardware-solution .solution-text-link:focus {
    color: #1ABC9C;
    text-decoration: none;
}

#smart-hardware-solution .solution-text-link i {
    margin-left: 7px;
}

#smart-hardware-solution .solution-flow {
    position: relative;
    z-index: 1;
    padding: 34px 32px 30px;
    border-radius: 16px;
    background: #F7F9FB;
}

#smart-hardware-solution .solution-flow-title {
    margin: 0 0 28px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

#smart-hardware-solution .solution-flow-path {
    display: flex;
    align-items: flex-start;
}

#smart-hardware-solution .solution-flow-node {
    flex: 1;
    min-width: 0;
    text-align: center;
}

#smart-hardware-solution .solution-flow-node > span {
    display: inline-flex;
    width: 66px;
    height: 66px;
    align-items: center;
    justify-content: center;
    border: 1px solid #E1E6F0;
    border-radius: 16px;
    background: #fff;
    color: #687089;
    font-size: 26px;
}

#smart-hardware-solution .solution-flow-node-accent > span {
    border-color: #1ABC9C;
    background: #1ABC9C;
    color: #fff;
}

#smart-hardware-solution .solution-flow-node p {
    margin: 13px auto 0;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
}

#smart-hardware-solution .solution-flow-arrow {
    flex: 0 0 24px;
    margin-top: 24px;
    color: #AAB0C4;
    font-size: 18px;
    text-align: center;
}

#smart-hardware-solution .solution-flow-note {
    display: flex;
    align-items: flex-start;
    margin: 28px 0 0;
    padding: 17px 18px;
    border-left: 2px solid #1ABC9C;
    background: #fff;
    color: #687089;
    font-size: 13px;
    line-height: 22px;
}

#smart-hardware-solution .solution-flow-note i {
    margin: 4px 10px 0 0;
    color: #1ABC9C;
}

#smart-hardware-solution .solution-flow-tags {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
    color: #8E96A5;
    font-size: 12px;
}

#smart-hardware-solution .solution-flow-tags span + span:before {
    content: "·";
    margin-right: 18px;
    color: #C0C6CD;
}

#smart-hardware-solution .solution-facts {
    padding: 34px 0;
    border-top: 1px solid #E1E6F0;
    border-bottom: 1px solid #E1E6F0;
    background: #fff;
}

#smart-hardware-solution .solution-fact {
    display: flex;
    min-height: 70px;
    padding: 6px 28px;
    border-right: 1px solid #E1E6F0;
}

#smart-hardware-solution .solution-facts .col-md-4:last-child .solution-fact {
    border-right: 0;
}

#smart-hardware-solution .solution-fact-number,
#smart-hardware-solution .solution-item-number {
    flex: 0 0 40px;
    color: #1ABC9C;
    font-family: Menlo, Monaco, Consolas, monospace;
    font-size: 12px;
    font-variant-numeric: tabular-nums;
}

#smart-hardware-solution .solution-fact h2 {
    margin: 0 0 5px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

#smart-hardware-solution .solution-fact p {
    margin: 0;
    color: #687089;
    font-size: 13px;
    line-height: 22px;
}

#smart-hardware-solution .solution-section {
    padding: 92px 0 100px;
}

#smart-hardware-solution .solution-section-header {
    max-width: 720px;
    margin-bottom: 52px;
}

#smart-hardware-solution .solution-section-header-wide {
    max-width: 800px;
}

#smart-hardware-solution .solution-section-header h2,
#smart-hardware-solution .solution-entry h2,
#smart-hardware-solution .solution-process-intro h2,
#smart-hardware-solution .solution-cta h2 {
    margin: 0;
    color: #333;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.4;
}

#smart-hardware-solution .solution-section-header > p:last-child,
#smart-hardware-solution .solution-entry-content,
#smart-hardware-solution .solution-process-intro > p:last-child,
#smart-hardware-solution .solution-cta p {
    max-width: 720px;
    margin: 18px 0 0;
    color: #687089;
    font-size: 14px;
    line-height: 28px;
}

#smart-hardware-solution .solution-lifecycle {
    background: #F7F9FB;
}

#smart-hardware-solution .solution-lifecycle-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #E1E6F0;
    border-left: 1px solid #E1E6F0;
}

#smart-hardware-solution .solution-lifecycle-item {
    min-height: 218px;
    padding: 28px 24px;
    border-right: 1px solid #E1E6F0;
    border-bottom: 1px solid #E1E6F0;
    background: #fff;
}

#smart-hardware-solution .solution-lifecycle-item .solution-item-number {
    display: block;
    margin-bottom: 42px;
}

#smart-hardware-solution .solution-lifecycle-item h3,
#smart-hardware-solution .solution-device-item h3,
#smart-hardware-solution .solution-capability-item h3,
#smart-hardware-solution .solution-process-item h3,
#smart-hardware-solution .solution-faq-item h3 {
    margin: 0 0 8px;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}

#smart-hardware-solution .solution-lifecycle-item p,
#smart-hardware-solution .solution-device-item p,
#smart-hardware-solution .solution-capability-item p,
#smart-hardware-solution .solution-process-item p,
#smart-hardware-solution .solution-faq-item p {
    margin: 0;
    color: #687089;
    font-size: 14px;
    line-height: 26px;
}

#smart-hardware-solution .solution-devices {
    background: #fff;
}

#smart-hardware-solution .solution-device-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 64px;
    border-top: 1px solid #E1E6F0;
}

#smart-hardware-solution .solution-device-item {
    display: flex;
    min-height: 138px;
    align-items: flex-start;
    padding: 30px 4px;
    border-bottom: 1px solid #E1E6F0;
}

#smart-hardware-solution .solution-device-icon,
#smart-hardware-solution .solution-capability-icon {
    display: inline-flex;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 12px;
    background: #F7F9FB;
    color: #1ABC9C;
    font-size: 20px;
}

#smart-hardware-solution .solution-device-item h3 {
    margin-bottom: 5px;
}

#smart-hardware-solution .solution-entry {
    background: #F7F9FB;
}

#smart-hardware-solution .solution-entry-copy {
    padding-right: 76px;
}

#smart-hardware-solution .solution-check-list {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

#smart-hardware-solution .solution-check-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    color: #333;
    font-size: 14px;
    line-height: 26px;
}

#smart-hardware-solution .solution-check-list i {
    display: inline-flex;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    margin: 2px 12px 0 0;
    border-radius: 50%;
    background: rgba(26, 188, 156, 0.12);
    color: #1ABC9C;
    font-size: 10px;
}

#smart-hardware-solution .solution-entry-preview {
    padding: 34px;
    border: 1px solid #E1E6F0;
    border-radius: 16px;
    background: #fff;
}

#smart-hardware-solution .solution-entry-preview-head {
    display: flex;
    align-items: center;
    padding-bottom: 28px;
    border-bottom: 1px solid #E1E6F0;
}

#smart-hardware-solution .solution-preview-app-icon {
    display: inline-flex;
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    border-radius: 14px;
    background: #1ABC9C;
    color: #fff;
    font-size: 28px;
}

#smart-hardware-solution .solution-entry-preview-head h3 {
    margin: 0 0 5px;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

#smart-hardware-solution .solution-entry-preview-head p {
    margin: 0;
    color: #687089;
    font-size: 13px;
}

#smart-hardware-solution .solution-entry-preview-head p span {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 7px;
    border-radius: 50%;
    background: #1ABC9C;
}

#smart-hardware-solution .solution-preview-qr {
    margin-left: auto;
    color: #333;
    font-size: 46px;
}

#smart-hardware-solution .solution-entry-preview-body {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 28px 0;
}

#smart-hardware-solution .solution-entry-preview-body > div {
    padding: 0 15px;
    border-right: 1px solid #E1E6F0;
}

#smart-hardware-solution .solution-entry-preview-body > div:first-child {
    padding-left: 0;
}

#smart-hardware-solution .solution-entry-preview-body > div:last-child {
    padding-right: 0;
    border-right: 0;
}

#smart-hardware-solution .solution-entry-preview-body span,
#smart-hardware-solution .solution-entry-preview-body strong {
    display: block;
}

#smart-hardware-solution .solution-entry-preview-body span {
    margin-bottom: 7px;
    color: #8E96A5;
    font-size: 12px;
}

#smart-hardware-solution .solution-entry-preview-body strong {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    line-height: 21px;
}

#smart-hardware-solution .solution-entry-preview-note {
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 16px 18px;
    background: #F7F9FB;
    color: #687089;
    font-size: 13px;
    line-height: 22px;
}

#smart-hardware-solution .solution-entry-preview-note i {
    margin: 4px 10px 0 0;
    color: #1ABC9C;
}

#smart-hardware-solution .solution-capabilities {
    background: #fff;
}

#smart-hardware-solution .solution-capability-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #E1E6F0;
    border-left: 1px solid #E1E6F0;
}

#smart-hardware-solution .solution-capability-item {
    min-height: 240px;
    padding: 30px 28px;
    border-right: 1px solid #E1E6F0;
    border-bottom: 1px solid #E1E6F0;
}

#smart-hardware-solution .solution-capability-icon {
    margin: 0 0 28px;
}

#smart-hardware-solution .solution-process {
    background: #F7F9FB;
}

#smart-hardware-solution .solution-process-layout {
    align-items: flex-start;
}

#smart-hardware-solution .solution-process-intro {
    padding-right: 62px;
}

#smart-hardware-solution .solution-process-list {
    border-top: 1px solid #E1E6F0;
}

#smart-hardware-solution .solution-process-item {
    display: flex;
    min-height: 112px;
    align-items: center;
    padding: 24px 8px 24px 4px;
    border-bottom: 1px solid #E1E6F0;
}

#smart-hardware-solution .solution-process-item > span {
    flex: 0 0 58px;
    color: #1ABC9C;
    font-family: Menlo, Monaco, Consolas, monospace;
    font-size: 12px;
    font-variant-numeric: tabular-nums;
}

#smart-hardware-solution .solution-process-item h3 {
    margin-bottom: 5px;
}

#smart-hardware-solution .solution-faq {
    background: #fff;
}

#smart-hardware-solution .solution-faq-grid {
    margin-right: -24px;
    margin-left: -24px;
}

#smart-hardware-solution .solution-faq-grid > div {
    padding-right: 24px;
    padding-left: 24px;
}

#smart-hardware-solution .solution-faq-item {
    min-height: 148px;
    padding: 28px 0;
    border-top: 1px solid #E1E6F0;
}

#smart-hardware-solution .solution-faq-item h3 {
    font-size: 16px;
    line-height: 25px;
}

#smart-hardware-solution .solution-cta {
    padding: 0 0 100px;
    background: #fff;
}

#smart-hardware-solution .solution-cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 54px 58px;
    border-radius: 16px;
    background: #F7F9FB;
}

#smart-hardware-solution .solution-cta-panel > div:first-child {
    max-width: 650px;
    padding-right: 40px;
}

#smart-hardware-solution .solution-cta-actions {
    flex: 0 0 auto;
    margin-top: 0;
}

@media (max-width: 991px) {
    #smart-hardware-solution .solution-hero-layout,
    #smart-hardware-solution .solution-entry-layout,
    #smart-hardware-solution .solution-process-layout {
        display: block;
    }

    #smart-hardware-solution .solution-hero-copy,
    #smart-hardware-solution .solution-entry-copy,
    #smart-hardware-solution .solution-process-intro {
        padding-right: 15px;
        padding-bottom: 50px;
    }

    #smart-hardware-solution .solution-lifecycle-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #smart-hardware-solution .solution-capability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #smart-hardware-solution .solution-fact {
        padding: 6px 12px;
    }

    #smart-hardware-solution .solution-cta-panel {
        display: block;
    }

    #smart-hardware-solution .solution-cta-actions {
        margin-top: 28px;
    }
}

@media (max-width: 767px) {
    #smart-hardware-solution .solution-hero,
    #smart-hardware-solution .solution-section {
        padding: 60px 0 68px;
    }

    #smart-hardware-solution .solution-hero .container,
    #smart-hardware-solution .solution-section .container,
    #smart-hardware-solution .solution-facts .container,
    #smart-hardware-solution .solution-cta .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    #smart-hardware-solution .solution-hero h1 {
        font-size: 36px;
        line-height: 1.35;
        letter-spacing: -0.01em;
    }

    #smart-hardware-solution .solution-hero-content {
        font-size: 15px;
        line-height: 28px;
    }

    #smart-hardware-solution .solution-section-header h2,
    #smart-hardware-solution .solution-entry h2,
    #smart-hardware-solution .solution-process-intro h2,
    #smart-hardware-solution .solution-cta h2 {
        font-size: 28px;
        line-height: 1.4;
    }

    #smart-hardware-solution .solution-actions {
        display: block;
    }

    #smart-hardware-solution .solution-text-link {
        display: block;
        margin: 20px 0 0;
    }

    #smart-hardware-solution .solution-flow {
        padding: 28px 20px 24px;
    }

    #smart-hardware-solution .solution-flow-path {
        display: block;
    }

    #smart-hardware-solution .solution-flow-node {
        display: flex;
        align-items: center;
        text-align: left;
    }

    #smart-hardware-solution .solution-flow-node > span {
        flex: 0 0 54px;
        width: 54px;
        height: 54px;
        border-radius: 12px;
        font-size: 22px;
    }

    #smart-hardware-solution .solution-flow-node p {
        margin: 0 0 0 16px;
    }

    #smart-hardware-solution .solution-flow-arrow {
        display: block;
        margin: 8px 0 8px 19px;
        text-align: left;
    }

    #smart-hardware-solution .solution-flow-arrow:before {
        content: "\f107";
    }

    #smart-hardware-solution .solution-flow-tags {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #smart-hardware-solution .solution-flow-tags span {
        margin-right: 18px;
        margin-bottom: 9px;
    }

    #smart-hardware-solution .solution-flow-tags span + span:before {
        display: none;
    }

    #smart-hardware-solution .solution-facts {
        padding: 14px 0;
    }

    #smart-hardware-solution .solution-fact,
    #smart-hardware-solution .solution-facts .col-md-4:last-child .solution-fact {
        min-height: 0;
        padding: 20px 0;
        border-right: 0;
        border-bottom: 1px solid #E1E6F0;
    }

    #smart-hardware-solution .solution-facts .col-md-4:last-child .solution-fact {
        border-bottom: 0;
    }

    #smart-hardware-solution .solution-section-header {
        margin-bottom: 38px;
    }

    #smart-hardware-solution .solution-lifecycle-list,
    #smart-hardware-solution .solution-device-grid,
    #smart-hardware-solution .solution-capability-grid {
        grid-template-columns: 1fr;
    }

    #smart-hardware-solution .solution-lifecycle-item {
        min-height: 0;
    }

    #smart-hardware-solution .solution-lifecycle-item .solution-item-number {
        margin-bottom: 24px;
    }

    #smart-hardware-solution .solution-device-grid {
        column-gap: 0;
    }

    #smart-hardware-solution .solution-device-item {
        min-height: 0;
    }

    #smart-hardware-solution .solution-entry-preview {
        padding: 26px 20px;
    }

    #smart-hardware-solution .solution-entry-preview-body {
        display: block;
    }

    #smart-hardware-solution .solution-entry-preview-body > div,
    #smart-hardware-solution .solution-entry-preview-body > div:first-child,
    #smart-hardware-solution .solution-entry-preview-body > div:last-child {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border-right: 0;
        border-bottom: 1px solid #E1E6F0;
    }

    #smart-hardware-solution .solution-entry-preview-body > div:last-child {
        border-bottom: 0;
    }

    #smart-hardware-solution .solution-entry-preview-body span {
        margin-bottom: 0;
    }

    #smart-hardware-solution .solution-capability-item {
        min-height: 0;
    }

    #smart-hardware-solution .solution-process-item > span {
        flex-basis: 44px;
    }

    #smart-hardware-solution .solution-faq-grid {
        margin-right: -15px;
        margin-left: -15px;
    }

    #smart-hardware-solution .solution-faq-grid > div {
        padding-right: 15px;
        padding-left: 15px;
    }

    #smart-hardware-solution .solution-faq-item {
        min-height: 0;
    }

    #smart-hardware-solution .solution-cta {
        padding: 0 0 68px;
    }

    #smart-hardware-solution .solution-cta-panel {
        padding: 42px 24px;
    }

    #smart-hardware-solution .solution-cta-panel > div:first-child {
        padding-right: 0;
    }

    #smart-hardware-solution .solution-cta-actions {
        display: block;
    }
}
