.vc_global_nav li:nth-of-type(5) > a,
.vc_global_nav li:nth-of-type(5) .vc_global_nav-dropdown li:nth-of-type(3) > a {
    font-weight: 600;
}
.toggle,
.vc_global_nav li {
    position: relative;
}
.vc_global_nav li:nth-of-type(4) a:after {
    content: 'New';
    background: rgba(224, 31, 38, 0.15);
    display: inline-block;
    border-radius: 20px;
    padding: 0px 10px;
    margin-left: 16px;
    color: #ff3b30;
    font-size: 12px;
}
.toggle:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #ff3b30;
    display: block;
    padding: 0;
    position: absolute;
    right: 0;
    border-radius: 50%;
    top: -3px;
}
.drawer_visible .toggle:after {
    content: '';
    display: none;
}
.floating__cta {
    display: none;
}
.active__floating--cta.floating__cta {
    display: flex;
}
.floating__cta {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
    /*display: flex;*/
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.floating__cta .btn {
    font-size: var(--btn-md);
    width: 343px;
    height: 48px;
    align-items: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}
@media (max-width: 1247px) {
    /*.masthead .btn,*/
    .vc_global_nav.nav-collapsed li:last-child {
        display: none;
    }
}
@media (min-width: 1248px) {
    .toggle:after {
        content: '';
        display: none;
    }
    .vc_global_nav li:nth-of-type(4) a:after {
        content: '';
        width: 8px;
        height: 8px;
        background: #ff3b30;
        display: block;
        padding: 0;
        position: absolute;
        right: 11px;
        border-radius: 50%;
        top: 0;
    }
}
.grid-inner__article .grid__cell:nth-of-type(2) {
    display: none;
}
.quote__right:nth-of-type(2) {
    order: 1;
}
.quote__left:nth-of-type(2) {
    order: 1;
}
@media (min-width: 1248px) {
    .grid__cell > .container {
        width: 100%;
        max-width: inherit;
    }
    .grid__cell > .container .wide--layout {
        width: 100%;
        margin: 0;
    }
    .grid__cell > .container .grid__cell {
        grid-column: 1 / span 12;
    }
    .call-out-right .grid__cell {
        margin-left: auto;
        grid-column: 6 / span 6;
    }
    .call-out-left .grid__cell {
        margin-right: auto;
        grid-column: 1 / span 6;
    }
}
.inline-typeform-link {
    text-decoration: underline;
    cursor: pointer;
}
.aspect-ratio img {
    height: auto;
}

.h2-list {
    padding-left: 0;
}
.h2-list h2 {
    font-size: 2rem;
    font-weight: 500;
}