.isee-viewer-page .banner {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 17rem;
    padding: var(--wp--custom--spacing--plus-2) var(--wp--custom--spacing--plus-2) var(--wp--custom--spacing--plus-4);
    position: relative;
    color: var(--wp--preset--color--white);
}

.isee-viewer-page .banner .banner-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.isee-viewer-page .banner:after {
    background: var(--wp--preset--color--dark-blue);
    bottom: 0;
    content: "";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.isee-viewer-page .banner>* {
    position: relative;
    z-index: 2;
}

.isee-viewer-page .banner a {
    color: var(--wp--preset--color--white);
}

.isee-viewer-page .banner .banner-nav {
    align-self: start;
}

.isee-viewer-page .banner h1 {
    margin: var(--wp--custom--spacing--plus-4) auto .25em;
    text-align: center;
}

.isee-viewer-page .banner .description {
    max-width: 50rem;
    margin-bottom: 1em;
}

.isee-viewer-page .banner .btn {
    margin-top: var(--wp--custom--spacing--plus-4);
}

.isee-viewer-page .banner .btn a {
    display: inline-block;
    padding: .25em 2em;
    border: 1px solid currentColor;
    border-radius: .4em;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    font-weight: 100;
    transition: background .2s;
    border-color: var(--wp--preset--color--white);
    background: 0 0;
    color: var(--wp--preset--color--white);
    text-decoration: none;
}

.isee-viewer-page .banner .btn a:hover {
    background-color: #fff;
    color: var(--wp--preset--color--dark-grey);
}

.isee-viewer-page .lab {
    padding-bottom: 2rem;
    margin-top: 2em;
}

.isee-viewer-page .lab h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5em;
    font-size: var(--wp--preset--font-size--plus-2);
    text-align: center;
}

.isee-viewer-page .lab .description {
    margin-left: auto;
    margin-right: auto;
    max-width: 50rem;
    text-align: center;
}

.isee-viewer-page .advantage-hr {
    margin: 2rem 0;
    border: none;
    height: 1px;
    background-color: var(--wp--preset--color--grey-tint-4);
}

.isee-viewer-page .platform {
    box-sizing: border-box;
    display: grid;
    direction: ltr;
    grid-template-rows: auto;
    row-gap: var(--wp--custom--spacing--base);
    margin-top: 2rem;
    padding: var(--wp--custom--spacing--plus-1) 0;
    grid-template-columns: 1fr 50%;
}

.isee-viewer-page .platform .content {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    direction: ltr;
    padding: 0 var(--wp--custom--spacing--plus-1);
}

.isee-viewer-page .platform .content h2 {
    max-width: 50rem;
    font-size: var(--wp--preset--font-size--base);
    color: var(--wp--preset--color--dark-blue);
    font-size: var(--wp--preset--font-size--base);
    margin-bottom: .5em;
}

.isee-viewer-page .platform .content .description {
    max-width: 50rem;
    margin-bottom: 1em;
}

.isee-viewer-page .platform .content h3 {
    margin-bottom: 1em;
    font-size: var(--wp--preset--font-size--base);
}

.isee-viewer-page .platform .content .text {
    max-width: 50rem;
}

.isee-viewer-page .platform .content .text ul {
    list-style: outside;
}

.isee-viewer-page .platform figure {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    padding: 0 var(--wp--custom--spacing--plus-1);
}

.isee-viewer-page .platform figure img {
    display: block;
    height: auto;
    max-width: unset;
    vertical-align: middle;
    width: 100%;
}

.isee-viewer-page .identify-hr {
    margin: 2rem 0;
    border: none;
    height: 1px;
    background-color: var(--wp--preset--color--grey-tint-4);
}

.isee-viewer-page .identify {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.isee-viewer-page .identify h2 {
    margin-bottom: .5em;
    margin-left: auto;
    margin-right: auto;
    font-size: var(--wp--preset--font-size--plus-2);
    text-align: center;
}

.isee-viewer-page .identify .text {
    max-width: 50rem;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}

.isee-viewer-page .identify .text p {
    max-width: 50rem;
    margin-bottom: 1em;
    text-align: center;
}

.isee-viewer-page .explore-hr {
    margin: 2rem 0;
    border: none;
    height: 1px;
    background-color: var(--wp--preset--color--grey-tint-4);
}

.isee-viewer-page .explore {
    padding-bottom: var(--wp--custom--spacing--plus-4);
    padding-top: var(--wp--custom--spacing--plus-4);
}

.isee-viewer-page .explore h2 {
    max-width: var(--site-content-size);
    margin: 0 auto;
    font-size: var(--wp--preset--font-size--plus-1);
    color: var(--wp--preset--color--dark-blue);
    text-align: center;
}

.isee-viewer-page .explore .list {
    display: grid;
    gap: var(--wp--custom--spacing--base);
    list-style: none;
    margin: var(--wp--custom--spacing--plus-2) 0 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
}

.isee-viewer-page .explore .list article {
    position: relative;
    flex: 1;
    text-align: left;
    color: var(--wp--preset--color--white);
    min-height: 22rem;
    padding: var(--wp--custom--spacing--base);
}

.isee-viewer-page .explore .list article::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    background-color: var(--wp--preset--color--black);
}

.isee-viewer-page .explore .list article img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .4;
}

.isee-viewer-page .explore .list article .content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.isee-viewer-page .explore .list article h3 {
    font-size: var(--wp--preset--font-size--plus-3);
    line-height: 1.1;
    margin-bottom: auto;
}

.isee-viewer-page .explore .list article .content p {
    margin-bottom: 1em;
}

.isee-viewer-page .bottom-banner {
    position: relative;
    columns: var(--wp--preset--color--white);
    margin-bottom: 30px;
}

.isee-viewer-page .bottom-banner .bottom-banner-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.isee-viewer-page .bottom-banner>svg {
    height: 100%;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.isee-viewer-page .bottom-banner .content {
    display: flex;
    flex-direction: column;
    padding: var(--wp--custom--spacing--base) var(--wp--custom--spacing--plus-2) var(--wp--custom--spacing--plus-4);
    position: relative;
    z-index: 1;
    max-width: 40rem;
    min-width: 25rem;
    width: 50%;
    color: #fff;
}

.isee-viewer-page .bottom-banner .content>svg {
    height: var(--wp--custom--spacing--plus-1);
    margin-bottom: var(--wp--custom--spacing--base);
    margin-top: var(--wp--custom--spacing--plus-6);
    order: 0;
    width: var(--wp--custom--spacing--plus-1);
}

.isee-viewer-page .bottom-banner .content h2 {
    margin-bottom: var(--wp--custom--spacing--plus-2);
    font-size: var(--wp--preset--font-size--plus-3);
}

.isee-viewer-page .bottom-banner .content::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: .5;
    background: var(--wp--preset--color--dark-blue);
}

.isee-viewer-page .bottom-banner .content .btn {
    margin-top: var(--wp--custom--spacing--plus-2);
}

.isee-viewer-page .bottom-banner .content .btn-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5em;
    margin-top: var(--wp--custom--spacing--plus-2);
}

.isee-viewer-page .bottom-banner .content .btn-list a {
    display: inline-block;
    padding: .25em 2em !important;
    border: 1px solid currentColor !important;
    border-radius: .4em !important;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    font-weight: 100 !important;
    transition: background .2s;
    text-decoration: none;
    color: var(--wp--preset--color--grey-tint-1);
}

.isee-viewer-page .bottom-banner .content .btn-list a:hover {
    background-color: var(--wp--preset--color--grey-tint-1);
    color: var(--wp--preset--color--dark-grey);
}