.mkt {
    font-family: "aktiv-grotesk", "Open Sans", "Arial", sans-serif;
    margin-bottom: 8rem;
}

.mkt__section {
    margin-top: 8rem;
}

.mkt__section:first-child {
    margin-top: 0;
}

.mkt__section--full {
    max-width: 100vw;
}

.mkt__copy {
    width: 90vw;
    max-width: 820px;
    width: min(90vw, 820px);
    margin: 0 auto;
    font-family: "aktiv-grotesk", "Open Sans", "Arial", sans-serif;
    font-size: 22px;
    line-height: 1.5;
}

.mkt__copy a {
    font-weight: 700;
    color: #005f9b;
}

.mkt__copy a:hover {
    color: #333;
}

.mkt__copy--adv {
    font-size: 18px;
    margin-top: 2rem;
}

.mkt__heading {
    font-family: "aktiv-grotesk", "Open Sans", "Arial", sans-serif;
    font-weight: 500;
    line-height: 0.85;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
}

.mkt__heading--adv {
    text-align: center;
}

h2.mkt__heading {
    font-size: min(64px, 13vw);
}

h3.mkt__heading {
    font-size: min(48px, 10vw);
}

.mkt-apps__list {
    margin-top: 3rem;
    overflow: hidden;
}

@media screen and (min-width: 740px) {
    .mkt-apps__list {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 0 1.5rem;
        margin: 3rem auto 0;
    }
}

@media screen and (min-width: 1140px) {
    .mkt-apps__list {
        flex-wrap: nowrap;
        padding: 0;
        max-width: calc(100vw - 3rem);
    }
}

.mkt-apps__list:focus .mkt-apps__item:not(:focus) .mkt-apps__main,
.mkt-apps__list:hover .mkt-apps__item:not(:hover) .mkt-apps__main {
    background-position: center;
}

.mkt-apps__item {
    position: relative;
    transition: flex-basis ease 350ms;
    background: #005FA0;
}

@media screen and (min-width: 740px) {
    .mkt-apps__item {
        flex-basis: calc(50% - 1rem);
        margin: 0 0.5rem 1rem;
    }
}

@media screen and (min-width: 1140px) {
    .mkt-apps__item {
        flex-basis: 25%;
        margin: unset;
    }
    .mkt-apps__item:not(:last-child) {
        margin-right: 1.5rem;
    }
    .mkt-apps__item:focus,
    .mkt-apps__item:hover {
        flex-basis: 65%;
    }
    .mkt-apps__item:focus .mkt-apps__main,
    .mkt-apps__item:hover .mkt-apps__main {
        width: 50%;
    }
    .mkt-apps__item:focus .mkt-apps__notes,
    .mkt-apps__item:hover .mkt-apps__notes {
        width: 50%;
        transition-delay: 0ms;
    }
    .mkt-apps__item:focus .mkt-apps__note,
    .mkt-apps__item:hover .mkt-apps__note {
        opacity: 1;
        transition-delay: 350ms;
    }
}

.mkt-apps__main {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    padding: 100% 1rem 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 0;
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 740px) {
    .mkt-apps__main {
        padding-top: 65%;
    }
}

@media screen and (min-width: 1140px) {
    .mkt-apps__main {
        background-size: auto 100%;
        height: 100%;
        min-height: 523px;
        transition: all ease 350ms;
    }
}

.mkt-apps__name {
    background: rgba(0, 0, 0, 0.75);
    color: white;
    text-align: center;
    padding: 0.5rem;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    line-height: 1.3;
    font-weight: 500;
    width: 100%;
}

@media screen and (min-width: 1140px) {
    .mkt-apps__name {
        max-width: 212px;
        margin-left: auto;
        margin-right: auto;
    }
}

.mkt-apps__notes {
    display: block;
    background: red;
    background: #005FA0;
    padding-bottom: 2rem;
    transition: opacity ease 350ms 350ms;
}

@media screen and (min-width: 1140px) {
    .mkt-apps__notes {
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        right: 0;
        width: 0%;
        padding: 0;
    }
}

.mkt-apps__note {
    color: white;
    font-size: 18px;
    transition: all ease 350ms 0ms;
    text-indent: 0.15rem;
    padding-left: 2rem;
    margin: 2rem;
    list-style-type: none;
    background-image: url(../images/mkt-app-bullet.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.mkt-apps__note:not(:first-child) {
    margin-top: 1rem;
}

@media screen and (min-width: 1140px) {
    .mkt-apps__note {
        opacity: 0;
    }
}

.mkt-bnft {
    background-color: #3D580C;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    min-height: 810px;
}

.mkt-bnft::before,
.mkt-bnft::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
}

.mkt-bnft::before {
    top: 0;
    width: 100vw;
    background: red;
    background: linear-gradient(to top, currentColor 10%, rgba(61, 88, 12, 0) 100%);
    z-index: 1;
}

.mkt-bnft::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    background-image: url(../images/circles.svg);
    background-size: 150%;
    opacity: 0.15;
}

@media screen and (min-width: 1140px) {
    .mkt-bnft {
        display: flex;
        flex-direction: row-reverse;
        align-items: stretch;
        max-height: calc(100vh - var(--banner-height));
    }
    .mkt-bnft::before {
        right: 0;
        background: linear-gradient(to left, currentColor 10%, rgba(61, 88, 12, 0) 100%);
    }
}

.mkt-bnft__list,
.mkt-bnft__stage {
    position: relative;
    z-index: 1;
}

.mkt-bnft__list {
    background: rgba(0, 0, 0, 0.25);
    display: none;
}

@media screen and (min-width: 1140px) {
    .mkt-bnft__list {
        display: flex;
    }
}

.mkt-bnft__item {
    opacity: 0.5;
    cursor: pointer;
    padding: 1.5rem;
    transition: all ease 250ms;
    display: block;
    background: transparent;
    border: unset;
    border-top: 1px solid white;
    display: block;
    width: 100%;
    color: white;
}

.mkt-bnft__item:not(.mkt-bnft__item--active):hover {
    opacity: 0.65;
}

.mkt-bnft__item--active {
    opacity: 1;
    font-weight: bold;
}

@media screen and (min-width: 1140px) {
    .mkt-bnft__item {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 5rem;
        border-top: unset;
        border-left: 1px solid white;
    }
    .mkt-bnft__item:not(.mkt-bnft__item--active):hover {
        opacity: 0.8;
        background: rgba(0, 0, 0, 0.2);
    }
    .mkt-bnft__item--active .mkt-bnft__name {
        transform: rotate(-90deg) scale(1.05);
    }
}

.mkt-bnft__name {
    white-space: nowrap;
    font-size: 20px;
    display: block;
    pointer-events: none;
    transition: transform ease 250ms;
    user-select: none;
}

@media screen and (min-width: 1140px) {
    .mkt-bnft__name {
        transform: rotate(-90deg);
        letter-spacing: 1px;
    }
}

.mkt-bnft__stage {
    padding: 3rem 5vw;
    overflow-y: hidden;
}

@media screen and (min-width: 1140px) {
    .mkt-bnft__stage {
        padding: 5rem 0;
        margin-left: 5vw;
        margin-right: 7vw;
        width: 100%;
    }
}

@media screen and (min-width: 1440px) {
    .mkt-bnft__stage {
        margin-left: max(2rem, calc((100vw - 1440px) / 2));
    }
}

.mkt-bnft__slide {
    display: block;
    margin-top: 4rem;
    pointer-events: none;
}

@media screen and (min-width: 1140px) {
    .mkt-bnft__slide {
        margin-top: 0;
        position: absolute;
        top: 5rem;
        top: 50%;
        left: 0;
        opacity: 0;
        transform: translateY(-45%);
        transition: all ease 450ms;
    }
}

@media screen and (min-width: 1140px) {
    .mkt-bnft__slide--active {
        opacity: 1;
        transform: translateY(-50%);
        pointer-events: all;
    }
}

.mkt-bnft__head {
    display: flex;
    flex-direction: column-reverse;
}

.mkt-bnft__title,
.mkt-bnft__subtitle,
.mkt-bnft__copy {
    display: block;
    color: white;
}

.mkt-bnft__title {
    font-size: 54px;
    font-weight: 500;
    line-height: 1;
}

.mkt-bnft__subtitle {
    font-size: 22px;
    font-weight: 300;
}

.mkt-bnft__body {
    margin-top: 3rem;
}

@media screen and (min-width: 740px) {
    .mkt-bnft__body {
        display: grid;
        grid-template-columns: 2fr 3fr;
        grid-gap: 3rem;
        align-items: start;
    }
}

.mkt-bnft__img img {
    width: 100%;
}

.mkt-bnft__copy {
    font-size: 20px;
    line-height: 1.85;
    margin-top: 2rem;
}

.mkt-bnft__copy a {
    color: white;
    font-weight: 700;
    border-bottom: dotted 1px;
}

.mkt-bnft__copy a:hover {
    color: #F2B207;
}

@media screen and (min-width: 740px) {
    .mkt-bnft__copy {
        margin-top: 0;
    }
}

.mkt-cta {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

@media screen and (min-width: 1140px) {
    .mkt-cta {
        padding-left: max(2rem, calc((100vw - 1440px) / 2));
    }
}

.mkt-cta__subhead {
    margin-top: 2rem;
}

@media screen and (min-width: 1140px) {
    .mkt-cta__body,
    .mkt-cta__media {
        width: 50%;
    }
}

.mkt-cta__body {
    width: 90vw;
    margin: 0 auto;
}

@media screen and (min-width: 740px) {
    .mkt-cta__body {
        width: clamp(320px, 50vw, 640px);
        margin-left: 0;
    }
}

.mkt-cta__subscribe {
    margin-top: 2rem;
}

.mkt-cta__media {
    display: none;
    margin-left: 4rem;
}

@media screen and (min-width: 1140px) {
    .mkt-cta__media {
        display: block;
        width: 50%;
    }
    .mkt-cta__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.mkts-subnav {
    position: sticky;
    top: calc(var(--banner-height) + var(--bar-height) - 1px);
    z-index: 998;
    background: #EEF4F8;
    color: black;
    padding: 1.25rem 5vw;
}

@media screen and (min-width: 700px) {
    .mkts-subnav__inner {
        flex-direction: column;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.mkts-subnav__title {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-right: 20px;
}

.mkts-subnav__title br {
    display: none;
}

.mkts-subnav .i-btn {
    white-space: nowrap;
    margin-top: 1rem;
}

@media screen and (min-width: 700px) {
    .mkts-subnav .i-btn {
        margin-top: 0;
    }
}

.mkt-products {
    padding-top: 7rem;
}