@charset "UTF-8";
/* Basic */

body {
    background: #fff;
    color: #444;
    font-family: Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: 400;
    line-height: 1.65em;
}

a {
    color: #383b43;
    border-bottom: 1px gray dotted;
    text-decoration: none;
}

a:active, a:hover {
    text-decoration: underline;
    border-bottom: none;
    color: blue;
}

strong, b {
    color: #474747;
    font-weight: 700;
}

em, i {
    font-style: italic;
}

p {
    margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #474747;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 1em 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 1.75em;
    line-height: 1.5em;
}

h3 {
    font-size: 1.35em;
    line-height: 1.5em;
}

h4 {
    font-size: 1.1em;
    line-height: 1.5em;
}

h5 {
    font-size: 0.9em;
    line-height: 1.5em;
}

h6 {
    font-size: 0.7em;
    line-height: 1.5em;
}
blockquote {
    border-left: solid 4px rgba(144, 144, 144, 0.25);
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}

code {
    background: rgba(144, 144, 144, 0.075);
    border-radius: 4px;
    border: solid 1px rgba(144, 144, 144, 0.25);
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.95em;
    margin: 0 0 2em 0;
}

pre code {
    display: block;
    line-height: 1.75em;
    padding: 1em 1.5em;
    overflow-x: auto;
}
/* Home */

body.site-home {
    background: #f6f8fa;
    color: #25313d;
    overflow-x: hidden;
}

body.site-home *,
body.site-home *:before,
body.site-home *:after {
    box-sizing: border-box;
}
body.site-home a {
    color: #9f1d20;
}

body.site-home a:hover {
    color: #6f1114;
}

body.site-home #header {
    background: #ffffff;
    border-bottom: 1px solid rgba(37, 49, 61, 0.12);
    box-shadow: 0 2px 18px rgba(37, 49, 61, 0.06);
    color: #25313d;
    font-size: 1.1em;
    height: auto;
    line-height: normal;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10000;
}

body.site-home #header .site-header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1180px;
    min-height: 4.75em;
    padding: 0 2em;
}

body.site-home #header h1 {
    color: #25313d;
    font-size: 1em;
    height: auto;
    left: auto;
    line-height: normal;
    margin: 0;
    padding: 0;
    position: static;
}

body.site-home #header h1 a {
    color: #25313d;
    font-size: 1em;
    letter-spacing: 0;
}

body.site-home #header .site-brand {
    align-items: center;
    border: none;
    display: inline-flex;
}

body.site-home #header .site-brand img {
    display: block;
    height: 3rem;
    max-width: 280px;
    width: auto;
}

body.site-home #header nav {
    height: auto;
    line-height: normal;
    position: static;
    right: auto;
}

body.site-home #header nav > ul {
    align-items: center;
    display: flex;
    gap: 1.35em;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

body.site-home #header nav > ul > li {
    margin-left: 0;
}

body.site-home #header nav > ul > li a {
    border: none;
    color: #415061;
    font-size: 0.88em;
    font-weight: 700;
    text-decoration: none;
}

body.site-home #header nav > ul > li a:hover {
    color: #9f1d20;
}

body.site-home #header nav > ul > li a.is-active,
body.site-home #header nav > ul > li a[aria-current="page"] {
    color: #9f1d20;
}

body.site-home #header nav > ul > li .button {
    background: #9f1d20;
    border-radius: 6px;
    color: #ffffff !important;
    height: 2.4em;
    line-height: 2.45em;
    padding: 0 1.1em;
    top: 0;
}

body.site-home #header nav > ul > li .button:hover {
    background: #7e171a;
    color: #ffffff !important;
}

body.site-home .button {
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
}

.home-container {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 2em;
    width: 100%;
}

.home-hero {
    background: #ffffff;
    padding: 4em 0 3em;
}

.home-hero-content {
    max-width: min(820px, 100%);
}

.home-eyebrow {
    color: #9f1d20;
    font-size: 0.82em;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0 0 0.9em;
    overflow-wrap: anywhere;
    text-transform: uppercase;
}

.home-hero h2 {
    color: #17202a;
    font-size: 3em;
    line-height: 1.08em;
    margin: 0 0 0.45em;
    max-width: 850px;
    overflow-wrap: break-word;
}

.home-lede {
    color: #415061;
    font-size: 1.28em;
    line-height: 1.65em;
    margin: 0;
    max-width: 820px;
    overflow-wrap: break-word;
}

.home-section {
    background: #ffffff;
    padding: 3.75em 0;
}

.home-section-muted {
    background: #f6f8fa;
}

.section-heading {
    margin: 0 0 2.35em;
    max-width: 780px;
}

.section-heading.compact {
    margin-bottom: 1.6em;
}

.section-heading h2 {
    color: #17202a;
    font-size: 2.35em;
    line-height: 1.16em;
    margin: 0 0 0.55em;
}

.section-heading p {
    color: #526272;
    font-size: 1.08em;
    line-height: 1.7em;
    margin: 0;
}

.gallery-carousel {
    background: #ffffff;
    border: 1px solid rgba(37, 49, 61, 0.12);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(37, 49, 61, 0.08);
    overflow: hidden;
}

.carousel-viewport {
    min-height: 420px;
    position: relative;
}

.carousel-slide {
    display: none;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
    height: 420px;
    min-height: 0;
}

.carousel-slide.is-active {
    display: grid;
}

.carousel-image-wrap {
    background: #17202a;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.carousel-image-wrap img {
    display: block;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    width: 100%;
}

.carousel-caption {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 100%;
    overflow: hidden;
    padding: 3em;
}

.carousel-kicker {
    color: #9f1d20;
    font-size: 0.78em;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0 0 0.8em;
    text-transform: uppercase;
}

.carousel-caption h3 {
    color: #17202a;
    font-size: 1.65em;
    line-height: 1.2em;
    margin-bottom: 0.7em;
}

.carousel-caption p {
    color: #526272;
    line-height: 1.7em;
    margin-bottom: 1.25em;
}

.carousel-caption a {
    border-bottom: 1px solid rgba(159, 29, 32, 0.35);
    font-weight: 700;
}

.carousel-controls {
    align-items: center;
    background: #f9fafb;
    border-top: 1px solid rgba(37, 49, 61, 0.1);
    display: flex;
    gap: 1.25em;
    justify-content: center;
    padding: 1em;
}

.carousel-arrow,
.carousel-dot {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    font-family: Helvetica, sans-serif;
}

.carousel-arrow {
    background: #ffffff;
    border: 1px solid rgba(37, 49, 61, 0.18);
    border-radius: 6px;
    color: #25313d;
    font-weight: 700;
    height: 2.6em;
    padding: 0 1em;
}

.carousel-arrow:hover {
    border-color: rgba(159, 29, 32, 0.45);
    color: #9f1d20;
}

.carousel-dots {
    align-items: center;
    display: flex;
    gap: 0.5em;
}

.carousel-dot {
    background: rgba(37, 49, 61, 0.24);
    border-radius: 999px;
    height: 0.7em;
    padding: 0;
    width: 0.7em;
}

.carousel-dot.is-active {
    background: #9f1d20;
    width: 1.8em;
}

.feature-grid {
    display: grid;
    gap: 1em;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-item {
    background: #ffffff;
    border: 1px solid rgba(37, 49, 61, 0.1);
    border-radius: 8px;
    padding: 1.5em;
}

.feature-item h3 {
    color: #17202a;
    font-size: 1.05em;
    margin: 0 0 0.7em;
}

.feature-item p {
    color: #526272;
    font-size: 0.95em;
    line-height: 1.65em;
    margin: 0;
}

.site-overview .overview-hero {
    padding-bottom: 4em;
}

.overview-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.overview-media-section {
    align-items: center;
    display: grid;
    gap: 3em;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
}

.overview-media-section.reverse {
    grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
}

.overview-media-section.reverse .overview-media-copy {
    order: 2;
}

.overview-media-section.reverse .overview-media {
    order: 1;
}

.overview-media-copy h2 {
    color: #17202a;
    font-size: 2.15em;
    line-height: 1.18em;
    margin: 0 0 0.65em;
}

.overview-media-copy p {
    color: #526272;
    font-size: 1.02em;
    line-height: 1.75em;
    margin: 0 0 1.1em;
}

.overview-media-copy p:last-child {
    margin-bottom: 0;
}

.overview-media {
    background: #17202a;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(37, 49, 61, 0.08);
    overflow: hidden;
}

.overview-media img {
    display: block;
    height: auto;
    width: 100%;
}

.overview-media.portrait {
    justify-self: center;
    max-width: 360px;
    width: 100%;
}

.docs-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-help .docs-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.docs-card {
    display: flex;
    flex-direction: column;
}

.docs-card p {
    flex: 1;
}

.docs-card-link {
    align-self: flex-start;
    border-bottom: 1px solid rgba(159, 29, 32, 0.35);
    font-weight: 700;
    margin-top: 1.25em;
}

.applications-hero {
    padding-bottom: 4em;
}

.gallery-hero {
    padding-bottom: 3.5em;
}

.gallery-entry {
    background: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    margin-bottom: 1.5em;
    padding: 3em 2em;
}

.gallery-entry:last-child {
    margin-bottom: 0;
}

.gallery-entry h2 {
    color: #17202a;
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 0.15em;
}

.gallery-entry .gallery-subtitle {
    color: #526272;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1.25em;
}

.gallery-entry .overview-media-section {
    margin-top: 1em;
}

.gallery-entry .overview-media.portrait {
    max-width: 250px;
}

.gallery-entry .overview-media a {
    display: block;
    position: relative;
}

.gallery-entry .overview-media a::after {
    align-items: center;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 50%;
    color: #fff;
    content: '\25B6';
    display: flex;
    font-size: 1.5em;
    height: 3em;
    justify-content: center;
    left: 50%;
    opacity: 0.85;
    padding-left: 0.15em;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s, transform 0.2s;
    width: 3em;
}

.gallery-entry .overview-media a:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.08);
}

.gallery-entry img,
.gallery-entry video {
    display: block;
    max-width: 100%;
}

.gallery-entry img {
    height: auto !important;
}

.gallery-entry video {
    height: auto !important;
    width: 100%;
}

.gallery-entry a {
    border-bottom-color: rgba(159, 29, 32, 0.35);
}

.gallery-entry p {
    color: #415061;
    line-height: 1.7em;
}

.gallery-entry .gallery-courtesy {
    font-size: 0.9em;
    margin-top: 1.25em;
}

.app-area-grid {
    display: grid;
    gap: 1em;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.app-area-card {
    background: #ffffff;
    border: 1px solid rgba(37, 49, 61, 0.1);
    border-radius: 8px;
    padding: 1.5em;
}

.app-area-card h3 {
    color: #17202a;
    font-size: 1.1em;
    margin: 0 0 0.85em;
}

.app-area-card ul {
    margin: 0;
    padding-left: 1.2em;
}

.app-area-card li {
    color: #526272;
    line-height: 1.65em;
    margin-bottom: 0.6em;
}

.app-area-card li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 980px) {
    body.site-home #header .site-header-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 1em;
        padding: 1em 1.25em;
    }

    body.site-home #header nav {
        overflow-x: auto;
        width: 100%;
    }

    body.site-home #header nav > ul {
        gap: 1em;
        min-width: max-content;
        padding-bottom: 0.25em;
    }

    .home-hero {
        padding: 4em 0 3.25em;
    }

    .home-hero h2 {
        font-size: 2.65em;
        max-width: 850px;
    }

    .home-lede {
        font-size: 1.18em;
        max-width: 820px;
    }

    .carousel-slide,
    .carousel-slide.is-active {
        display: block;
        height: auto;
        min-height: 0;
    }

    .carousel-viewport {
        min-height: 0;
    }

    .carousel-image-wrap {
        height: 340px;
    }

    .carousel-image-wrap img {
        height: 100%;
    }

    .carousel-caption {
        min-height: 220px;
        padding: 2em;
    }

    .feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .docs-card-grid {
        grid-template-columns: 1fr;
    }

    .app-area-grid {
        grid-template-columns: 1fr;
    }

    .overview-media-section,
    .overview-media-section.reverse {
        gap: 2em;
        grid-template-columns: 1fr;
    }

    .overview-media-section.reverse .overview-media-copy,
    .overview-media-section.reverse .overview-media {
        order: initial;
    }
}

@media screen and (max-width: 640px) {
    .home-container {
        max-width: 100vw;
        padding: 0 1.25em;
    }

    .home-hero {
        padding: 4.25em 0 3.5em;
    }

    .home-hero-content,
    .section-heading,
    .gallery-carousel,
    .feature-grid,
    .docs-card-grid,
    .app-area-grid {
        max-width: calc(100vw - 2.5em);
    }

    body.site-home #header .site-brand img {
        height: 2.7rem;
        max-width: calc(100vw - 2.5em);
    }

    .home-eyebrow {
        font-size: 0.74em;
        letter-spacing: 0.04em;
    }

    .home-hero h2 {
        font-size: 2.05em;
        max-width: 9.5em;
    }

    .home-lede {
        font-size: 1.05em;
        max-width: 18em;
    }

    .home-section {
        padding: 3.5em 0;
    }

    .section-heading h2 {
        font-size: 1.8em;
        overflow-wrap: anywhere;
    }

    .app-area-card {
        padding: 1.25em;
    }

    .carousel-image-wrap {
        height: 250px;
    }

    .carousel-image-wrap img {
        height: 100%;
    }

    .carousel-caption {
        min-height: 250px;
        padding: 1.5em;
    }

    .carousel-controls {
        flex-wrap: wrap;
    }

    .carousel-dots {
        justify-content: center;
        order: -1;
        width: 100%;
    }

    .carousel-arrow {
        flex: 1 1 0;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .overview-media-copy h2 {
        font-size: 1.8em;
    }

    .overview-media-copy p {
        font-size: 1em;
    }
}

/* Footer */

#footer {
    background: #eef2f5;
    border-top: 1px solid rgba(37, 49, 61, 0.12);
    padding: 2.5em 1.25em;
    text-align: center;
}

#footer h2, #footer h3, #footer h4 {
    color: #17202a;
}

#footer p, #footer a, #footer li {
    color: #526272;
}

#footer .footer-copy {
    margin: 0 auto;
    max-width: 720px;
}

#footer .footer-copy p {
    font-size: 0.92em;
    line-height: 1.55em;
    margin: 0.35em 0;
}

#footer .footer-copy a {
    border-bottom-color: rgba(159, 29, 32, 0.35);
    color: #9f1d20;
}

#footer .footer-copy a:hover {
    border-bottom: none;
    color: #6f1114;
}
