.next__cards {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto
}

@media(min-width: 576px) {
    .next__cards {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }
}

.next__card {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: all .2s ease;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, .1);
    border-radius: 4px;
    margin: 0 1.5rem 2rem
}

.next__card .img-container {
    overflow: hidden;
    max-height: 220px
}

.next__card--link {
    display: flex;
    flex-flow: row wrap;
    width: 1.5rem
}

.next__card--link-spacer {
    transition: all .2s ease
}

.next__card--link:hover .next__card--link-spacer {
    flex-grow: 1
}

.next__card--link ::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

@media(min-width: 576px) {
    .next__card {
        margin-left: .75rem;
        margin-right: .75rem
    }
}

.next__card:hover {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, .08)
}

.next__card img {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.next__card img.next__card-img {
    transition: transform .2s ease
}

.next__card:hover img.next__card-img {
    transform: scale(1.1);
    transform-origin: 50% 50%
}

@media(min-width: 576px) {
    .next__card {
        width: 50%
    }
}

.next__card-content {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    flex: 1
}

.next__card-title {
    margin: 1.5rem auto 2rem;
    transition: all .2s ease
}

.next__card .kicker,
.next__card-title {
    padding: 0
}

.next__card:hover .next__card-title {
    color: #005fec
}

.next__card-footer {
    width: 100%;
    margin-top: auto
}

@media(min-width: 992px) {
    .next__card {
        max-width: 376px
    }
    .next__card:first-child {
        margin-left: 0
    }
    .next__card:last-child {
        margin-right: 0
    }
}

.next__card-simple {
    border: 1px solid #ebeff5;
    border-top: 4px solid #005fec;
    border-radius: 4px;
    padding: 2rem;
    margin-top: 1.25rem
}

.next__card-simple h6 {
    display: flex;
    flex-direction: column
}

.next__card-simple h6 span {
    font-size: .75rem;
    line-height: 1.5rem;
    margin-top: .625rem;
    color: #6d7582
}

@media(min-width: 1200px) {
    .next__card-simple h6 span {
        margin-top: 0;
        margin-left: .625rem
    }
}

@media(min-width: 1200px) {
    .next__card-simple h6 {
        align-items: center;
        flex-direction: row
    }
}

.next__card-simple p {
    margin-top: .75rem
}

.full-card {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem
}

@media(min-width: 768px) {
    .full-card {
        margin-left: 1.5rem;
        max-width: 276px;
        margin-top: 0
    }
}

@media(min-width: 992px) {
    .full-card {
        max-width: 47%
    }
}

@media(min-width: 1200px) {
    .full-card {
        margin-left: 2.5rem
    }
}

.img-fluid {
    width: 100%;
    height: auto
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-inherit {
    text-align: inherit
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.d-inline-block {
    display: inline-block !important
}

.d-inline {
    display: inline !important
}

.d-table {
    display: table !important
}

.d-inline-flex {
    display: inline-flex !important
}

.justify-center {
    justify-content: center
}

.align-center {
    align-items: center
}

.justify-end {
    justify-content: end
}

.align-end {
    align-items: end
}

.justify-flex-end {
    justify-content: flex-end
}

.align-flex-end {
    align-items: flex-end
}

.justify-flex-start {
    justify-content: flex-start
}

.align-flex-start {
    align-items: flex-start
}

.justify-inherit {
    justify-content: inherit
}

.align-inherit {
    align-items: inherit
}

.justify-space-between {
    justify-content: space-between
}

.align-space-between {
    align-items: space-between
}

.justify-space-around {
    justify-content: space-around
}

.align-space-around {
    align-items: space-around
}

.justify-space-evenly {
    justify-content: space-evenly
}

.align-space-evenly {
    align-items: space-evenly
}

.justify-right {
    justify-content: right
}

.align-right {
    align-items: right
}

.justify-center {
    justify-content: center
}

.align-center {
    align-items: center
}

.justify-stretch {
    justify-content: stretch
}

.align-stretch {
    align-items: stretch
}

.flex-column {
    flex-direction: column
}

.flex-column-reverse {
    flex-direction: column-reverse
}

.flex-row {
    flex-direction: row
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.flex-inherit {
    flex-direction: inherit
}

.flex-unset {
    flex-direction: unset
}

.hidden {
    display: none
}

.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

button[type=submit].nextiva-btn {
    border: 0
}

.nextiva-btn--blue {
    align-items: center;
    font-family: "motiva-sans", sans-serif;
    display: inline-flex;
    font-weight: 800;
    position: relative;
    border-radius: 4px;
    transition: all 200ms ease;
    cursor: pointer;
    box-shadow: 0px 12px 28px rgba(0, 0, 0, .14);
    width: fit-content;
    width: -moz-fit-content;
    border: 0;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 1rem 2rem;
    background: #005fec;
    color: #fff
}

.nextiva-btn--blue:hover {
    text-decoration: none
}

.nextiva-btn--blue:focus-visible {
    outline: 2px solid #005fec !important;
    outline-offset: 4px;
    z-index: 10;
    border-radius: 0
}

.nextiva-btn--blue.large {
    font-size: 1.25rem;
    line-height: 1.25rem;
    padding: 1.5rem 3rem
}

.nextiva-btn--blue.xsmall {
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 12px 24px
}

.nextiva-btn--blue.reverse-outline:focus-visible {
    outline: 2px solid #fff !important
}

.nextiva-btn--supernova {
    align-items: center;
    font-family: "motiva-sans", sans-serif;
    display: inline-flex;
    font-weight: 800;
    position: relative;
    border-radius: 4px;
    transition: all 200ms ease;
    cursor: pointer;
    box-shadow: 0px 12px 28px rgba(0, 0, 0, .14);
    width: fit-content;
    width: -moz-fit-content;
    border: 0;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 1rem 2rem;
    background: #ffb800;
    color: #000
}

.nextiva-btn--supernova:hover {
    text-decoration: none
}

.nextiva-btn--supernova:focus-visible {
    outline: 2px solid #005fec !important;
    outline-offset: 4px;
    z-index: 10;
    border-radius: 0
}

.nextiva-btn--supernova.large {
    font-size: 1.25rem;
    line-height: 1.25rem;
    padding: 1.5rem 3rem
}

.nextiva-btn--supernova.xsmall {
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 12px 24px
}

.nextiva-btn--supernova.reverse-outline:focus-visible {
    outline: 2px solid #fff !important
}

.nextiva-btn--white {
    align-items: center;
    font-family: "motiva-sans", sans-serif;
    display: inline-flex;
    font-weight: 800;
    position: relative;
    border-radius: 4px;
    transition: all 200ms ease;
    cursor: pointer;
    box-shadow: 0px 12px 28px rgba(0, 0, 0, .14);
    width: fit-content;
    width: -moz-fit-content;
    border: 0;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 1rem 2rem;
    background: #fff;
    color: #005fec
}

.nextiva-btn--white:hover {
    text-decoration: none
}

.nextiva-btn--white:focus-visible {
    outline: 2px solid #005fec !important;
    outline-offset: 4px;
    z-index: 10;
    border-radius: 0
}

.nextiva-btn--white.large {
    font-size: 1.25rem;
    line-height: 1.25rem;
    padding: 1.5rem 3rem
}

.nextiva-btn--white.xsmall {
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 12px 24px
}

.nextiva-btn--white.reverse-outline:focus-visible {
    outline: 2px solid #fff !important
}

.nextiva-btn.is-anim--active-blue:hover {
    padding-left: 1.375rem;
    padding-right: 2.625rem
}

.nextiva-btn.is-anim--active-blue:hover::after {
    right: 1.375rem;
    opacity: 1
}

.nextiva-btn.is-anim--active-blue:hover.large {
    padding-left: 2.125rem;
    padding-right: 3.875rem
}

.nextiva-btn.is-anim--active-blue:hover.large::after {
    right: 2.125rem;
    opacity: 1;
    height: 1rem;
    width: 1rem
}

.nextiva-btn.is-anim--active-blue:hover.xsmall {
    padding-left: 16px;
    padding-right: 32px
}

.nextiva-btn.is-anim--active-blue:hover.xsmall::after {
    right: 16px;
    opacity: 1
}

.nextiva-btn.is-anim--active-blue::after {
    transition: all 200ms ease;
    opacity: 0;
    content: "";
    position: absolute;
    right: 2.25rem;
    height: .75rem;
    width: .75rem;
    background-repeat: no-repeat;
    background: url("https://www.nextiva.com/wp-content/themes/nextiva-2024-v2/assets/src/assets/icons/button-icon/arrow-icon-white.svg");
    background-size: contain
}

.nextiva-btn.is-anim--supernova:hover {
    padding-left: 1.375rem;
    padding-right: 2.625rem
}

.nextiva-btn.is-anim--supernova:hover::after {
    right: 1.375rem;
    opacity: 1
}

.nextiva-btn.is-anim--supernova:hover.large {
    padding-left: 2.125rem;
    padding-right: 3.875rem
}

.nextiva-btn.is-anim--supernova:hover.large::after {
    right: 2.125rem;
    opacity: 1;
    height: 1rem;
    width: 1rem
}

.nextiva-btn.is-anim--supernova:hover.xsmall {
    padding-left: 16px;
    padding-right: 32px
}

.nextiva-btn.is-anim--supernova:hover.xsmall::after {
    right: 16px;
    opacity: 1
}

.nextiva-btn.is-anim--supernova::after {
    transition: all 200ms ease;
    opacity: 0;
    content: "";
    position: absolute;
    right: 2.25rem;
    height: .75rem;
    width: .75rem;
    background-repeat: no-repeat;
    background: url("https://www.nextiva.com/wp-content/themes/nextiva-2024-v2/assets/src/assets/icons/button-icon/arrow-icon-black.svg");
    background-size: contain
}

.nextiva-btn.is-anim--light:hover {
    padding-left: 1.375rem;
    padding-right: 2.625rem
}

.nextiva-btn.is-anim--light:hover::after {
    right: 1.375rem;
    opacity: 1
}

.nextiva-btn.is-anim--light:hover.large {
    padding-left: 2.125rem;
    padding-right: 3.875rem
}

.nextiva-btn.is-anim--light:hover.large::after {
    right: 2.125rem;
    opacity: 1;
    height: 1rem;
    width: 1rem
}

.nextiva-btn.is-anim--light:hover.xsmall {
    padding-left: 16px;
    padding-right: 32px
}

.nextiva-btn.is-anim--light:hover.xsmall::after {
    right: 16px;
    opacity: 1
}

.nextiva-btn.is-anim--light::after {
    transition: all 200ms ease;
    opacity: 0;
    content: "";
    position: absolute;
    right: 2.25rem;
    height: .75rem;
    width: .75rem;
    background-repeat: no-repeat;
    background: url("https://www.nextiva.com/wp-content/themes/nextiva-2024-v2/assets/src/assets/icons/button-icon/arrow-icon.svg");
    background-size: contain
}

.nextiva-btn.is-anim--active-blue-play:hover {
    padding-left: 1.375rem;
    padding-right: 2.625rem
}

.nextiva-btn.is-anim--active-blue-play:hover::after {
    right: 1.375rem;
    opacity: 1
}

.nextiva-btn.is-anim--active-blue-play:hover.large {
    padding-left: 2.125rem;
    padding-right: 3.875rem
}

.nextiva-btn.is-anim--active-blue-play:hover.large::after {
    right: 2.125rem;
    opacity: 1;
    height: 1rem;
    width: 1rem
}

.nextiva-btn.is-anim--active-blue-play:hover.xsmall {
    padding-left: 16px;
    padding-right: 32px
}

.nextiva-btn.is-anim--active-blue-play:hover.xsmall::after {
    right: 16px;
    opacity: 1
}

.nextiva-btn.is-anim--active-blue-play::after {
    transition: all 200ms ease;
    opacity: 0;
    content: "";
    position: absolute;
    right: 2.25rem;
    height: .75rem;
    width: .75rem;
    background-repeat: no-repeat;
    background: url("https://www.nextiva.com/wp-content/themes/nextiva-2024-v2/assets/src/assets/icons/button-icon/play-icon-white.svg");
    background-size: contain
}

.nextiva-btn.is-anim--light-play:hover {
    padding-left: 1.375rem;
    padding-right: 2.625rem
}

.nextiva-btn.is-anim--light-play:hover::after {
    right: 1.375rem;
    opacity: 1
}

.nextiva-btn.is-anim--light-play:hover.large {
    padding-left: 2.125rem;
    padding-right: 3.875rem
}

.nextiva-btn.is-anim--light-play:hover.large::after {
    right: 2.125rem;
    opacity: 1;
    height: 1rem;
    width: 1rem
}

.nextiva-btn.is-anim--light-play:hover.xsmall {
    padding-left: 16px;
    padding-right: 32px
}

.nextiva-btn.is-anim--light-play:hover.xsmall::after {
    right: 16px;
    opacity: 1
}

.nextiva-btn.is-anim--light-play::after {
    transition: all 200ms ease;
    opacity: 0;
    content: "";
    position: absolute;
    right: 2.25rem;
    height: .75rem;
    width: .75rem;
    background-repeat: no-repeat;
    background: url("https://www.nextiva.com/wp-content/themes/nextiva-2024-v2/assets/src/assets/icons/button-icon/play-icon.svg");
    background-size: contain
}

.nextiva-btn.is-anim--supernova-play:hover {
    padding-left: 1.375rem;
    padding-right: 2.625rem
}

.nextiva-btn.is-anim--supernova-play:hover::after {
    right: 1.375rem;
    opacity: 1
}

.nextiva-btn.is-anim--supernova-play:hover.large {
    padding-left: 2.125rem;
    padding-right: 3.875rem
}

.nextiva-btn.is-anim--supernova-play:hover.large::after {
    right: 2.125rem;
    opacity: 1;
    height: 1rem;
    width: 1rem
}

.nextiva-btn.is-anim--supernova-play:hover.xsmall {
    padding-left: 16px;
    padding-right: 32px
}

.nextiva-btn.is-anim--supernova-play:hover.xsmall::after {
    right: 16px;
    opacity: 1
}

.nextiva-btn.is-anim--supernova-play::after {
    transition: all 200ms ease;
    opacity: 0;
    content: "";
    position: absolute;
    right: 2.25rem;
    height: .75rem;
    width: .75rem;
    background-repeat: no-repeat;
    background: url("https://www.nextiva.com/wp-content/themes/nextiva-2024-v2/assets/src/assets/icons/button-icon/play-icon-black.svg");
    background-size: contain
}

.nextiva-btn.is-anim--active-blue-download:hover {
    padding-left: 1.375rem;
    padding-right: 2.625rem
}

.nextiva-btn.is-anim--active-blue-download:hover::after {
    right: 1.375rem;
    opacity: 1
}

.nextiva-btn.is-anim--active-blue-download:hover.large {
    padding-left: 2.125rem;
    padding-right: 3.875rem
}

.nextiva-btn.is-anim--active-blue-download:hover.large::after {
    right: 2.125rem;
    opacity: 1;
    height: 1rem;
    width: 1rem
}

.nextiva-btn.is-anim--active-blue-download:hover.xsmall {
    padding-left: 16px;
    padding-right: 32px
}

.nextiva-btn.is-anim--active-blue-download:hover.xsmall::after {
    right: 16px;
    opacity: 1
}

.nextiva-btn.is-anim--active-blue-download::after {
    transition: all 200ms ease;
    opacity: 0;
    content: "";
    position: absolute;
    right: 2.25rem;
    height: .75rem;
    width: .75rem;
    background-repeat: no-repeat;
    background: url("https://www.nextiva.com/wp-content/themes/nextiva-2024-v2/assets/src/assets/icons/button-icon/download-icon-white.svg");
    background-size: contain
}

.nextiva-btn.is-anim--light-download:hover {
    padding-left: 1.375rem;
    padding-right: 2.625rem
}

.nextiva-btn.is-anim--light-download:hover::after {
    right: 1.375rem;
    opacity: 1
}

.nextiva-btn.is-anim--light-download:hover.large {
    padding-left: 2.125rem;
    padding-right: 3.875rem
}

.nextiva-btn.is-anim--light-download:hover.large::after {
    right: 2.125rem;
    opacity: 1;
    height: 1rem;
    width: 1rem
}

.nextiva-btn.is-anim--light-download:hover.xsmall {
    padding-left: 16px;
    padding-right: 32px
}

.nextiva-btn.is-anim--light-download:hover.xsmall::after {
    right: 16px;
    opacity: 1
}

.nextiva-btn.is-anim--light-download::after {
    transition: all 200ms ease;
    opacity: 0;
    content: "";
    position: absolute;
    right: 2.25rem;
    height: .75rem;
    width: .75rem;
    background-repeat: no-repeat;
    background: url("https://www.nextiva.com/wp-content/themes/nextiva-2024-v2/assets/src/assets/icons/button-icon/download-icon.svg");
    background-size: contain
}

.nextiva-btn.is-anim--supernova-download:hover {
    padding-left: 1.375rem;
    padding-right: 2.625rem
}

.nextiva-btn.is-anim--supernova-download:hover::after {
    right: 1.375rem;
    opacity: 1
}

.nextiva-btn.is-anim--supernova-download:hover.large {
    padding-left: 2.125rem;
    padding-right: 3.875rem
}

.nextiva-btn.is-anim--supernova-download:hover.large::after {
    right: 2.125rem;
    opacity: 1;
    height: 1rem;
    width: 1rem
}

.nextiva-btn.is-anim--supernova-download:hover.xsmall {
    padding-left: 16px;
    padding-right: 32px
}

.nextiva-btn.is-anim--supernova-download:hover.xsmall::after {
    right: 16px;
    opacity: 1
}

.nextiva-btn.is-anim--supernova-download::after {
    transition: all 200ms ease;
    opacity: 0;
    content: "";
    position: absolute;
    right: 2.25rem;
    height: .75rem;
    width: .75rem;
    background-repeat: no-repeat;
    background: url("https://www.nextiva.com/wp-content/themes/nextiva-2024-v2/assets/src/assets/icons/button-icon/download-icon-black.svg");
    background-size: contain
}

.nextiva-btn:disabled,
.nextiva-btn[disabled] {
    background: #e0e5ec;
    color: #b7bec8;
    pointer-events: none;
    box-shadow: none
}

.nextiva-btn .nextiva-btn__txt {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    text-transform: lowercase
}

.nextiva-btn .nextiva-btn__txt::first-letter {
    text-transform: uppercase
}

.icon-link {
    display: flex;
    color: #005fec;
    font-weight: 800;
    font-size: .875rem;
    line-height: 1.25rem;
    background-size: 12px;
    position: relative;
    text-decoration: none;
    padding-right: 1.0625rem;
    max-width: max-content
}

.icon-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #005fec;
    visibility: hidden;
    transition: all .2s ease
}

.icon-link:hover::after {
    visibility: visible;
    width: calc(100% - 1.0625rem)
}

.icon-link--white {
    color: #fff
}

.icon-link--white::after {
    background-color: #fff
}

.icon-link--supernova {
    color: #ffb800
}

.icon-link--supernova::after {
    background-color: #ffb800
}

.icon-link--navy {
    color: #000a70
}

.icon-link--navy::after {
    background-color: #000a70
}

.icon-link--large {
    font-size: .875rem;
    line-height: 1.25rem;
    padding-right: 1.0625rem
}

@media(min-width: 768px) {
    .icon-link--large {
        font-size: 1rem;
        line-height: 1.5rem;
        padding-right: 1.5rem
    }
}

@media(min-width: 1200px) {
    .icon-link--large {
        font-size: 1.25rem;
        line-height: 2rem;
        padding-right: 1.8rem
    }
}

.icon-link--large::after {
    height: 1px
}

@media(min-width: 768px) {
    .icon-link--large::after {
        height: 2px
    }
}

.icon-link--large:hover::after {
    visibility: visible;
    width: calc(100% - 1.0625rem)
}

@media(min-width: 768px) {
    .icon-link--large:hover::after {
        width: calc(100% - 1.5rem)
    }
}

@media(min-width: 1200px) {
    .icon-link--large:hover::after {
        width: calc(100% - 1.8rem)
    }
}

.icon-link--medium {
    font-size: .875rem;
    line-height: 1.25rem;
    padding-right: 1.0625rem
}

@media(min-width: 1200px) {
    .icon-link--medium {
        font-size: 1rem;
        line-height: 1.5rem;
        padding-right: 1.5rem
    }
}

.icon-link--medium::after {
    height: 1px
}

@media(min-width: 1200px) {
    .icon-link--medium::after {
        height: 2px
    }
}

.icon-link--medium:hover::after {
    visibility: visible;
    width: calc(100% - 1.0625rem)
}

@media(min-width: 1200px) {
    .icon-link--medium:hover::after {
        width: calc(100% - 1.5rem)
    }
}

.icon-link--arrow {
    background: url("https://www.nextiva.com/wp-content/themes/nextiva-2024-v2/assets/src/assets/icons/button-icon/arrow-icon.svg") right 1px center no-repeat;
    background-size: 12px
}

.icon-link--arrow.icon-link--white {
    background: url("https://www.nextiva.com/wp-content/themes/nextiva-2024-v2/assets/src/assets/icons/button-icon/arrow-icon-white.svg") right 1px center no-repeat;
    background-size: 12px
}

.icon-link--arrow.icon-link--supernova {
    background: url("https://www.nextiva.com/wp-content/themes/nextiva-2024-v2/assets/src/assets/icons/button-icon/arrow-icon-supernova.svg") right 1px center no-repeat;
    background-size: 12px
}

.icon-link--arrow.icon-link--navy {
    background: url("https://www.nextiva.com/wp-content/themes/nextiva-2024-v2/assets/src/assets/icons/button-icon/arrow-icon-navy.svg") right 1px center no-repeat;
    background-size: 12px
}

@media(min-width: 1200px) {
    .icon-link--arrow.icon-link--medium {
        background-size: 16px
    }
}

@media(min-width: 768px) {
    .icon-link--arrow.icon-link--large {
        background-size: 16px
    }
}

@media(min-width: 1200px) {
    .icon-link--arrow.icon-link--large {
        background-size: 20px
    }
}

.icon-link--play {
    background: url("https://www.nextiva.com/wp-content/themes/nextiva-2024-v2/assets/src/assets/icons/button-icon/play-icon.svg") right 1px center no-repeat;
    background-size: 12px
}

.icon-link--play.icon-link--white {
    background: url("https://www.nextiva.com/wp-content/themes/nextiva-2024-v2/assets/src/assets/icons/button-icon/play-icon-white.svg") right 1px center no-repeat;
    background-size: 12px
}

@media(min-width: 1200px) {
    .icon-link--play.icon-link--medium {
        background-size: 16px
    }
}

@media(min-width: 768px) {
    .icon-link--play.icon-link--large {
        background-size: 16px
    }
}

@media(min-width: 1200px) {
    .icon-link--play.icon-link--large {
        background-size: 20px
    }
}

.icon-link--download {
    background: url("https://www.nextiva.com/wp-content/themes/nextiva-2024-v2/assets/src/assets/icons/button-icon/download-icon.svg") right 1px center no-repeat;
    background-size: 12px
}

.icon-link--download.icon-link--white {
    background: url("https://www.nextiva.com/wp-content/themes/nextiva-2024-v2/assets/src/assets/icons/button-icon/download-icon-white.svg") right 1px center no-repeat;
    background-size: 12px
}

@media(min-width: 1200px) {
    .icon-link--download.icon-link--medium {
        background-size: 16px
    }
}

@media(min-width: 768px) {
    .icon-link--download.icon-link--large {
        background-size: 16px
    }
}

@media(min-width: 1200px) {
    .icon-link--download.icon-link--large {
        background-size: 20px
    }
}

@-moz-document url-prefix() {
    .nextiva-btn__txt {
        position: relative;
        top: 2px;
        display: flex;
        text-transform: inherit !important
    }
}

.is_windows .nextiva-btn__txt {
    position: relative;
    top: 2px
}

button.ssu-button.icon-link {
    border: 0;
    outline: none;
    padding-left: 0;
    cursor: pointer
}

button.ssu-button.icon-link .nextiva-btn__txt {
    font-weight: inherit;
    color: inherit
}

.request-form h2 {
    margin: 80px auto 56px;
    max-width: 768px;
    font-weight: 800
}

.request-form h2 span {
    color: #005fec;
    font-weight: 800
}

@media screen and (min-width: 768px) {
    .request-form h2 {
        margin-bottom: 72px;
        text-align: center
    }
}

.request-form .container .row h4.sub-head {
    margin-bottom: 2.5rem;
    margin-top: 0
}

.request-form input[type=text],
.request-form input[type=email],
.request-form input[type=tel] {
    background-color: #fff;
    border: 0;
    font-size: 20px;
    width: 100%;
    height: 60px;
    cursor: auto;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    transition: background-color .4s;
    border: 1px solid #6d7582;
    padding: 0 16px;
    border-radius: 4px
}

.request-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #fff inset;
    -webkit-text-fill-color: #333
}

.request-form input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #fff inset;
    -webkit-text-fill-color: #333
}

.request-form .email-ct {
    margin-right: 12px
}

.request-form .phone-ct {
    margin-left: 12px
}

.request-form .input-ct {
    position: relative;
    margin-top: 24px;
    width: 100%
}

.fandlname {
    display: flex
}

.fandlname .first-name-ct {
    margin-right: 12px
}

.fandlname .last-name-ct {
    margin-left: 12px
}

.request-form .input-ct label:not(.error) {
    color: #444a53;
    position: absolute;
    top: 20px;
    left: 8px;
    background-color: #fff;
    padding: 0 8px;
    font-weight: 400;
    font-size: 16px;
    transition: all 200ms ease-in-out;
    pointer-events: none;
    z-index: 1
}

.state-search-ct::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(https://www.nextiva.com/assets/icons/select-search.svg) center center no-repeat;
    top: 24px;
    right: 16px;
    position: absolute;
    cursor: pointer;
    pointer-events: none;
    z-index: 3;
    -moz-transition: .3s all;
    -webkit-transition: .3s all
}

.state-search-ct.active::after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.state-search-ct.error-ct::after {
    background: url(https://www.nextiva.com/assets/icons/select-search_error.svg) center center no-repeat
}

.request-form .state-search-ct.error-ct.input-ct label {
    top: 22px
}

.state-search-ct.valid-ct label.error {
    display: none !important
}

.request-form .input-ct.error-wv label.error {
    display: block !important
}

.request-form .input-ct.focus-ct label:not(.error),
.request-form .input-ct.error-wv label:not(.error),
.request-form .input-ct.focus-ct.error-wv label:not(.error) {
    color: #005fec !important;
    font-family: Sohne, sans-serif;
    top: -13px;
    z-index: 1
}

.request-form .input-ct.error-wv label:not(.error) {
    color: #e12d2d !important
}

.request-form .input-ct.focus-ct label.error {
    display: none !important
}

.request-form .input-ct input:focus,
.request-form .input-ct textarea:focus {
    border-color: #005fec !important
}

.request-form .input-ct input.error,
.request-form textarea.error {
    border-color: #e12d2d
}

.request-form .input-ct.valid-ct label {
    color: #444a53;
    top: -13px;
    z-index: 1
}

.request-form .input-ct.error-ct label {
    color: #e12d2d;
    z-index: 1
}

.request-form label.error {
    font-size: 14px;
    font-weight: 400;
    background: url(https://www.nextiva.com/assets/icons/icon-error.svg) left center no-repeat;
    padding-left: 20px;
    line-height: 16px;
    color: #e12d2d;
    margin-top: 8px;
    display: block !important
}

.request-form .valid-ct label.error {
    display: none !important
}

div.error-ct h4 {
    color: #e12d2d;
    margin-bottom: 8px
}

.request-form textarea {
    border: 1px solid #6d7582;
    border-radius: 4px;
    background-color: #fff;
    font-size: 20px;
    width: 100%;
    height: 136px;
    cursor: auto;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 20px 16px;
    box-sizing: border-box;
    transition: background-color .4s;
    font-family: Sohne, sans-serif
}

input[type=radio],
input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 1px solid #444a53;
    vertical-align: text-bottom;
    margin: 0;
    cursor: pointer
}

input[type=checkbox] {
    border-radius: 4px
}

input[type=radio]:checked {
    background: #005fec;
    box-shadow: inset 0 0 0 4px #fff;
    border-color: #005fec
}

input[type=checkbox]:checked {
    background: #005fec url(https://www.nextiva.com/assets/icons/Checkbox-checked-bg.svg) center center no-repeat;
    border-color: #005fec
}

input[type=radio]+label,
input[type=checkbox]+label {
    cursor: pointer;
    padding-left: 7px
}

.radio-wrapper {
    margin-top: 16px
}

.error-label-ct {
    margin: 0px 0 16px
}

.request-form .info-txt {
    margin: 4px 0 0px;
    font-size: 14px;
    color: #62668c;
    line-height: 16px
}

@media screen and (min-width: 500px) {
    .nextiva-bttn-anim:first-child {
        margin-bottom: .75rem
    }
}

.request-form h4.big {
    font-size: 24px;
    margin-bottom: 0
}

.request-form h4.title {
    font-size: 12px;
    padding-bottom: 0;
    margin-top: 0
}

.request-form h4.by-submit {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600
}

.request-form h4.by-submit a {
    color: inherit;
    font-weight: inherit
}

.request-form .hidden-fields {
    display: none
}

.request-form .hidden-fields .input-ct {
    margin: 20px 0
}

.request-form .max-char {
    display: block;
    font-size: 14px;
    color: #18216d
}

.request-form .agent-group h4 {
    padding-bottom: 0
}

.request-form .clarification-txt {
    display: block;
    font-size: 14px;
    padding-bottom: 15px
}

.request-form .disclaimer a {
    font-weight: 800
}

.request-form .disclaimer a:hover {
    text-decoration: underline
}

.request-form .g-recaptcha {
    margin: 45px 0 0px
}

.request-form #submit-btn {
    min-width: 165px;
    height: 68px;
    margin-top: 48px;
    line-height: 68px;
    padding: 0;
    pointer-events: none;
    opacity: .35
}

.form-failure .light-blue {
    margin-top: 50px
}

.form-failure p,
.form-success p {
    font-size: 18px;
    margin: 20px auto 0
}

[role=listbox] {
    min-height: 18em;
    padding: 8px;
    background: #fff;
    border: 1px solid #6d7582
}

[role=option] {
    display: block;
    padding: 8px;
    position: relative;
    line-height: 20px;
    font-size: 16px;
    cursor: pointer
}

[role=option].focused {
    background: #ebeff5;
    border-radius: 4px
}

.focus-ct #exp_button,
.focus-ct #exp_elem_list {
    border-color: #005fec !important
}

#exp_button[aria-expanded=true] {
    border-radius: 4px 4px 0 0
}

.focus-ct #exp_button.error {
    margin-bottom: 0
}

#exp_button {
    position: relative;
    background: #fff;
    cursor: pointer
}

#exp_elem_list {
    border-top: 0;
    max-height: 10em;
    overflow-y: auto;
    position: absolute;
    margin: 0;
    width: 100%;
    z-index: 3;
    border-radius: 0 0 4px 4px
}

#exp_elem_list:focus {
    outline: none
}

.hidden {
    display: none
}

@media screen and (max-width: 767px) {
    .hero {
        min-height: unset
    }
    .request-form .email-ct {
        margin-right: 0
    }
    .request-form .phone-ct {
        margin-left: 0
    }
}

.submit-ct {
    margin: 32px 0 0
}

.formTerms {
    font-size: 12px;
    margin: 12px 0 0;
    line-height: 16px;
    padding: 0
}

@media screen and (min-width: 1200px) {
    .form-ct {
        margin-top: -24px
    }
    .request-form .container {
        padding: 0
    }
}

@media screen and (min-width: 991px) {
    .request-form h3.sub-head {
        text-align: center
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

*,
*::before,
*::after {
    box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0
}

ul[role=list],
ol[role=list] {
    list-style: none
}

html:focus-within {
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

a:not([class]) {
    text-decoration-skip-ink: auto
}

input,
button,
textarea,
select {
    font: inherit
}

@media(prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto
    }
    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    font-style: normal
}

a {
    color: #005fec
}

.sub-head {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.25rem
}

@media(min-width: 768px) {
    .sub-head {
        font-size: 1.75rem;
        line-height: 2.5rem
    }
}

.webinars_content p {
    font-size: 1.25rem;
    line-height: 2rem
}

p .tiny {
    font-size: .75rem;
    line-height: 1rem
}

p.small {
    font-size: 1rem;
    line-height: 1.5rem
}

small {
    font-size: 1rem;
    line-height: 1.5rem
}

.kicker {
    font-size: .75rem;
    line-height: .75rem;
    letter-spacing: 1px;
    text-transform: uppercase
}

.kicker--light,
.kicker--light a {
    font-weight: 400
}

.kicker--bold,
.kicker--bold a {
    font-weight: 800
}

h1 {
    font-size: 2.5rem;
    line-height: 2.75rem
}

@media(min-width: 768px) {
    h1 {
        font-size: 3.75rem;
        line-height: 4.25rem
    }
}

h2 {
    font-size: 2.25rem;
    line-height: 2.75rem
}

@media(min-width: 768px) {
    h2 {
        font-size: 3rem;
        line-height: 3.5rem
    }
}

h2+h3 {
    margin-top: 3rem
}

h2+h4 {
    margin-top: 3rem
}

h2+.youtube-embed {
    margin-top: 3rem
}

h3 {
    font-size: 1.5rem;
    line-height: 2rem
}

@media(min-width: 768px) {
    h3 {
        font-size: 2.25rem;
        line-height: 2.75rem
    }
}

h3+img {
    margin-top: 3rem
}

h3+.custom-list {
    margin-top: 2.5rem
}

h3+p {
    margin-top: 2rem
}

h4 {
    font-size: 1.25rem;
    line-height: 1.75rem
}

@media(min-width: 768px) {
    h4 {
        font-size: 1.75rem;
        line-height: 2.25rem
    }
}

h4+img {
    margin-top: 3rem
}

h4+p {
    margin-top: .75rem
}

@media(min-width: 1400px) {
    h4+p {
        margin-top: 1.5rem
    }
}

h5 {
    font-size: 1rem;
    line-height: 1.5rem
}

@media(min-width: 768px) {
    h5 {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

h6 {
    font-size: 1rem;
    line-height: 1.5rem
}

p+p {
    margin-top: 2rem
}

p+h2 {
    margin-top: 4.5rem
}

p+h3 {
    margin-top: 4rem
}

p+blockquote {
    margin-top: 3rem
}

.webinars_content p+img {
    margin-top: 5rem;
    margin-bottom: 0
}

p+.custom-list {
    margin-top: .625rem
}

figcaption+h3 {
    margin-top: 4rem
}

blockquote+h3 {
    margin-top: 4rem
}

blockquote+p {
    margin-top: 3rem
}

.custom-list+h3 {
    margin-top: 4rem
}

.custom-list+img {
    margin-top: 80px
}

.custom-list+p {
    margin-top: 3rem
}

.youtube-embed+p {
    margin-top: 4rem
}

@media(min-width: 768px) {
    .youtube-embed+p {
        margin-top: 5rem
    }
}

.webinars_content p {
    font-size: 20px;
    line-height: 32px;
    margin: 0
}

.px-0 {
    padding: 0
}

.hero {
    padding-top: 135px;
    height: auto
}

@media(max-width: 500px) {
    .hero {
        padding-top: 80px
    }
}

.hero .container {
    max-width: 100%
}

@media(min-width: 1200px) {
    .hero .container {
        max-width: 1200px
    }
}

.hero-sub-img {
    position: absolute;
    right: 0;
    top: -50%;
    height: 441px
}

.hero .container-fluid {
    background-color: #ebeff5;
    height: 524px;
    position: relative;
    overflow: hidden
}

.hero-title {
    padding: 80px 20px 0
}

@media(min-width: 768px) {
    .hero-title {
        padding: 95px 0 0
    }
}

@media(min-width: 992px) {
    .hero-title {
        padding: 95px 0 0
    }
}

@media(min-width: 1200px) {
    .hero-title {
        padding: 102px 0 0
    }
}

.hero-title p {
    padding: 0;
    margin: 0
}

@media(min-width: 992px) {
    .hero-title p {
        padding: 0 15px
    }
}

.hero-title .title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 900
}

@media(min-width: 768px) {
    .hero-title .title {
        font-size: 60px;
        line-height: 68px
    }
}

.hero-title .sub-title {
    font-size: 24px;
    line-height: 36px;
    margin-top: 16px;
    color: #000a70
}

@media(min-width: 768px) {
    .hero-title .sub-title {
        font-size: 28px;
        line-height: 40px
    }
}

@media(min-width: 1200px) {
    .hero-title .sub-title {
        font-size: 28px;
        line-height: 40px
    }
}

.webinars_content {
    margin: 45px auto 0;
    overflow: hidden
}

.webinars_content button {
    border: 0;
    background: rgba(0, 0, 0, 0);
    color: #000a70;
    font-size: 16px;
    text-align: center;
    padding: 10px 0 20px;
    border-bottom: 4px solid #e7ecf2;
    cursor: pointer;
    margin: 0;
    max-width: 100%
}

.webinars_content button.active {
    border-color: #005fec;
    cursor: default
}

.webinars_content button.title {
    color: #637c9b;
    font-size: 16px;
    text-align: center;
    padding: 10px 0 20px;
    border-bottom: 4px solid #e7ecf2;
    cursor: pointer;
    margin: 0
}

.webinars_content .descr {
    padding: 0;
    margin-top: 40px
}

.webinars_content .descr .txt-ct .txt {
    display: none;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%
}

.webinars_content .descr .txt-ct .txt.active {
    display: block
}

.webinars_content .descr .txt-ct .txt iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}
