.nistzxsvmg-bar {
    padding: 14px 20px;
    border-bottom: 1px solid #5C5C6F;
}

.nistzxsvmg-bar .nistzxsvmg-frame {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nistzxsvmg-mark {
    color: var(--nistzxsvmg-accent);
    font-weight: bold;
}

.nistzxsvmg-route {
    display: flex;
    gap: 24px;
}

.nistzxsvmg-route a {
    color: #ffffff;
    text-decoration: none;
    transition: .2s;
}

.nistzxsvmg-route a:hover, 
.nistzxsvmg-route a.active {
    color: #ef8901;
}

.nistzxsvmg-trigger {
    display: none;
    flex-direction: column;
    gap: 5px;
    border: none;
    background: transparent;
}

.nistzxsvmg-trigger span {
    width: 28px;
    height: 3px;
    background: #ffffff;
}

.nistzxsvmg-intro {
    padding: 76px 20px;
}

.nistzxsvmg-intro__matrix {
    display: grid;
    gap: 40px 60px;
    align-items: center;
}

.nistzxsvmg-intro h1 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 600;
    text-align: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 40px;
}

.nistzxsvmg-intro__body p + p {
    margin-top: 20px;
}

.nistzxsvmg-intro__media {
    overflow: hidden;
    box-shadow: 0px 10px 70px 0px #7400c0;
    border-radius: 16px;
}

.nistzxsvmg-intro__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nistzxsvmg-panel p + p,
.nistzxsvmg-cluster-panel p + p,
.nistzxsvmg-echo-panel p + p {
    margin-top: 20px;
}

.nistzxsvmg-panel h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 24px;
}

.nistzxsvmg-cluster-panel {
    width: 31%;
    background: var(--nistzxsvmg-panel);
    border-radius: var(--nistzxsvmg-radius);
    padding: 24px 20px;
}

.nistzxsvmg-cluster-panel h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 16px;
}

.nistzxsvmg-cluster-panel a {
    color: #ef8901;
    text-decoration: none;
    display: inline-block;
    padding: 2px;
    margin-top: 6px;
}

.nistzxsvmg-panel__media {
    overflow: hidden;
    border-radius: 16px;
}

.nistzxsvmg-panel__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nistzxsvmg-reason__media {
    margin: -48px 0 -48px -48px;
}

.nistzxsvmg-reason__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nistzxsvmg-tap {
    height: 62px;
    width: 210px;
    border: none;
    cursor: pointer;
    background-image: url(../images/google-nistzxsvmg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-decoration: none;
    background-color: transparent;
}

.nistzxsvmg-tap--outline {
    background-image: url(../images/app-nistzxsvmg.svg);
}

.nistzxsvmg-market-controls {
    display: flex;
    gap: 20px;
    margin-top: 48px;
}

.nistzxsvmg-stack {
    padding-left: 24px;
    margin-top: 10px;
}

.nistzxsvmg-stack li {
    margin-bottom: 10px;
}

.nistzxsvmg-stack li::marker {
    color: #ef8901;
}

.nistzxsvmg-voices-wrap {
    background: var(--nistzxsvmg-panel);
    border-radius: var(--nistzxsvmg-radius);
    padding: 48px;
}

.nistzxsvmg-voices-wrap .nistzxsvmg-cluster-panel {
    background: var(--nistzxsvmg-bg);
}

.nistzxsvmg-crew-wrap {
    background: var(--nistzxsvmg-panel);
    border-radius: var(--nistzxsvmg-radius);
    padding: 48px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 24px 48px;
}

.nistzxsvmg-crew-wrap .nistzxsvmg-cluster-panel {
    width: 100%;
    background: var(--nistzxsvmg-bg);
}

.nistzxsvmg-crew-wrap .nistzxsvmg-headline {
    text-align: left;
    margin-bottom: 24px;
}

.nistzxsvmg-crew-side p + p {
    margin-top: 20px;
}

.nistzxsvmg-crew-side .nistzxsvmg-panel__media {
    margin-top: 48px;
}

.nistzxsvmg-helpbox-stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 24px;
    list-style-type: none;
}

.nistzxsvmg-helpbox-item {
    border: 1px solid var(--nistzxsvmg-accent);
    border-radius: var(--nistzxsvmg-radius);
}

.nistzxsvmg-helpbox-ask {
    position: relative;
    width: 100%;
    padding: 32px 20px;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    border: none;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    text-align: left;
}

.nistzxsvmg-helpbox-ask::after {
    content: '';
    background-image: url(../images/plus-nistzxsvmg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.nistzxsvmg-helpbox-ask.active::after {
    transform: translateY(-50%) rotate(45deg);
}

.nistzxsvmg-helpbox-reply {
    display: none;
    padding: 16px;
    background: rgba(255,255,255,.03);
}

.nistzxsvmg-helpbox-reply a {
    color: var(--nistzxsvmg-accent);
    font-weight: 600;
    text-decoration: none;
}

.nistzxsvmg-signal .nistzxsvmg-cluster-panel {
    width: 48%;
}

.nistzxsvmg-action {
    padding: 48px 20px;
    text-align: center;
}

.nistzxsvmg-action-wrap {
    text-align: start;
}

.nistzxsvmg-action-wrap h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 10px;
}

.nistzxsvmg-action .nistzxsvmg-market-controls {
    margin: 0;
    justify-content: flex-end;
    align-items: center;
}

.nistzxsvmg-reach {
    padding: 60px 20px;
}

.nistzxsvmg-reach-text {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.nistzxsvmg-reach-text a {
    color: var(--nistzxsvmg-accent);
    text-decoration: none;
}

.nistzxsvmg-base {
    padding: 24px 20px;
    text-align: center;
    border-top: 4px solid var(--nistzxsvmg-accent);
}

.nistzxsvmg-base-nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 14px;
}

.nistzxsvmg-base-nav a {
    padding: 2px;
    color: var(--nistzxsvmg-text);
    text-decoration: none;
    transition: .2s;
}

.nistzxsvmg-base-nav a:hover {
    color: #ef8901;
}

.nistzxsvmg-info {
    padding: 60px 20px;
}

.nistzxsvmg-info h1 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.nistzxsvmg-info h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.nistzxsvmg-info p {
    margin-bottom: 12px;
}

.nistzxsvmg-info ul {
    padding-left: 24px;
}

.nistzxsvmg-info li {
    margin-bottom: 10px;
}

.nistzxsvmg-info a {
    color: #ef8901;
    font-weight: 600;
    text-decoration: none;
}

@media (min-width:768px) {
    .nistzxsvmg-intro__matrix {
        grid-template-columns: 1fr 1fr;
    }

    .nistzxsvmg-crew-wrap {
        grid-template-columns: 1fr .9fr
    }
}

@media (max-width:768px) {

    .nistzxsvmg-mark img {
        width: 260px;
    }

    .nistzxsvmg-trigger {
        display: flex;
    }

    .nistzxsvmg-route {
        position: fixed;
        right: -100%;
        top: 83px;
        width: 260px;
        height: calc(100vh - 70px);
        background: var(--nistzxsvmg-panel);
        flex-direction: column;
        padding: 30px;
        transition: .3s;
    }

    .nistzxsvmg-route.is-active {
        right: 0;
    }

    .nistzxsvmg-intro h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .nistzxsvmg-market-controls {
        flex-direction: column;
    }

    .nistzxsvmg-panel h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .nistzxsvmg-cluster-panel {
        width: 100%;
    }

    .nistzxsvmg-signal .nistzxsvmg-cluster-panel {
        width: 100%;
    }

    .nistzxsvmg-intro {
        padding: 60px 20px;
    }

    .nistzxsvmg-reason__media {
        margin: -32px -20px 0;
    }

    .nistzxsvmg-voices-wrap {
        padding: 32px 20px;
    }

    .nistzxsvmg-crew-wrap {
        padding: 32px 20px;
    }

    .nistzxsvmg-helpbox-stack {
        grid-template-columns: 1fr;
    }

    .nistzxsvmg-helpbox-ask {
        font-size: 16px;
        line-height: 24px;
        padding: 24px 42px 24px 20px;
    }

    .nistzxsvmg-action-wrap h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .nistzxsvmg-reach {
        padding: 40px 20px 60px;
    }

    .nistzxsvmg-reach-text {
        font-size: 18px;
        line-height: 24px;
    }

    .nistzxsvmg-info {
        padding: 40px 20px;
    }

    .nistzxsvmg-info h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .nistzxsvmg-info h2 {
        font-size: 20px;
        line-height: 30px;
    }
}