.cdo * {
    box-sizing: border-box
}

.usaa-heading {
    display: none;
}

.cdo .usaa-life {
    background-color: #f6f5f5 !important;
    padding: 24px 64px;
}

.cdo .cta-btn {
    font-family: 'Gotham Narrow', Arial, sans-serif;
    display: inline-block;
    position: relative;
    border: 0;
    min-width: 150px;
    padding: 18px 30px;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    cursor: pointer;
    overflow: visible
}

.cdo .cta-btn:hover .underline-fix {
    text-decoration: underline
}

.cdo .cta-btn:focus {
    outline: none
}

.cdo .cta-btn:focus:focus::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #fff;
    border-radius: 5px;
    background: none
}

.cdo .cta-btn::before {
    content: "";
    border: 1px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    pointer-events: none
}

.cdo .cta-btn.cta-sm {
    min-width: 115px;
    padding: 12px 18px;
    font-size: 0.9em
}

.cdo .cta-btn.cta-md {
    min-width: 130px;
    padding: 14px 22px;
    font-size: 1em
}

.cdo .cta-btn.primary {
    background: linear-gradient(180deg, #54732d 0%, #435c24 100%);
    box-shadow: inset 0 -2px 0 0 #32451b;
    color: #fff;
    text-align: center;
    width: 100%;
}

.cdo .cta-btn.primary:hover {
    background: #54732d;
    text-decoration: underline solid transparent !important
}

.cdo .cta-btn.primary:focus:focus::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3399bd;
    border-radius: 5px;
    background: none
}

.cdo .cta-btn.secondary {
    background-color: #f6f5f5;
    background: linear-gradient(#f6f5f5, #ececeb);
    box-shadow: inset 0 0 0 1px #7d7c7c;
    color: #00668a
}

.cdo .cta-btn.secondary:hover {
    background: #fff
}

.cdo .cta-btn.secondary:focus:focus::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3399bd;
    border-radius: 5px;
    background: none
}

.cdo .cta-btn.hollow {
    position: relative;
    color: #fff;
    box-shadow: inset 0 0 0 2px #ffffff;
    background: transparent
}

.cdo .cta-btn.hollow:hover {
    text-decoration: none !important;
    box-shadow: inset 0 0 0 2px #007fac, 0 0 5px #007fac;
    background: rgba(1, 7, 13, 0.25);
    text-decoration: underline solid transparent !important
}

.cdo .cta-btn.hollow:focus {
    outline: none;
    box-shadow: inset 0 0 0 2px #3399bd
}

.cdo .cta-btn.hollow:focus::after {
    border: 2px solid #fff
}

.cdo .cta-btn.on-dark {
    box-shadow: none
}

.cdo .cta-btn.on-dark:focus:focus::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #fff;
    border-radius: 5px;
    background: none
}

.cdo .cta-link {
    display: inline-block;
    width: auto;
    font-size: 20px;
    font-weight: 300;
    color: #fff
}

.cdo .cta-link:hover .underline-fix,
.cdo .cta-link:focus .underline-fix {
    text-decoration: underline
}

.cdo .cta-link.gold .usaa-glyph-chevron-right {
    margin-right: 4px;
    color: #fac705;
    font-size: 94%
}

.cdo .cta-link.green {
    color: #00668a;
    font-weight: 500
}

.cdo .block-wrapper .cta-link {
    display: inline-block
}

.cdo .btn-link {
    color: #00668a;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer
}

.cdo .custom-fifty-fifty-video {
    display: flex;
    position: relative;
    flex-direction: row-reverse;
}

.cdo .fifty-fifty.reverse {
    flex-direction: row-reverse;
    display: flex;
}

.cdo .fifty-fifty-wrapping-image {
    width: 50%;
    line-height: 0;
    padding-top: calc(60% / (16 / 9));
    position: relative;
    overflow: hidden;
}

.cdo .fifty-fifty-wrapping-video {
    width: 50%;
    line-height: 0;
    padding-top: calc(60% / (16 / 9))
}

.cdo .fifty-fifty-image {
    height: 100%;
    max-width: inherit;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.cdo .fifty-fifty-image.vertical-image {
    min-width: 100%;
    min-height: 100%;
    max-height: inherit;
    height: auto;
    max-width: 100%
}

.cdo .fifty-fifty-wrapping-text {
    width: 50%;
    padding: 40px
}

.cdo .fifty-fifty.ladder {
    background-color: #f6f5f5;
    display: flex;
}

.cdo .fifty-fifty.full-image {
    padding: 64px;
    display: flex;
    position: relative;
}

.cdo .fifty-fifty.full-image .fifty-fifty-wrapping-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%
}

.cdo .fifty-fifty.full-image .fifty-fifty-wrapping-text {
    background-color: #fff;
    padding: 48px 40px;
    z-index: 9
}

.cdo ul.bullet-list {
    margin-bottom: 26px
}

.cdo ul.bullet-list:last-child {
    margin-bottom: 0
}

.cdo ul.bullet-list li {
    list-style: disc;
    margin-left: 18px;
    padding-left: 12px;
    margin-bottom: 4px
}

.cdo .body-copy ul {
    margin-bottom: 26px
}

.cdo .body-copy ul:last-child {
    margin-bottom: 0
}

.cdo .body-copy ul li {
    list-style: disc;
    margin-left: 18px;
    padding-left: 12px;
    margin-bottom: 4px
}

.cdo ol.ordered-list {
    margin-bottom: 26px
}

.cdo ol.ordered-list:last-child {
    margin-bottom: 0
}

.cdo ol.ordered-list li {
    list-style: decimal;
    margin-left: 18px;
    padding-left: 12px;
    margin-bottom: 4px
}

.cdo .body-copy ol {
    margin-bottom: 26px
}

.cdo .body-copy ol:last-child {
    margin-bottom: 0
}

.cdo .body-copy ol li {
    list-style: decimal;
    margin-left: 18px;
    padding-left: 12px;
    margin-bottom: 4px
}

html {
    text-shadow: none !important
}

body {
    position: relative;
    text-align: left
}

.page-wrapper,
.wcm-content {
    background-color: #fff
}

.site-content,
.main-content,
.page-content {
    width: 100%;
    margin: 0;
    padding: 0
}

.page-title {
    display: none
}

img {
    margin: 0;
    max-width: 100%
}

ol,
ol li,
ul,
ul li {
    list-style: none;
    margin-left: 0
}

.cdo .section {
    padding: 72px 64px
}

.cdo .section-header {
    max-width: 704px;
    margin: auto;
    margin-bottom: 40px
}

.cdo .section-heading {
    text-align: left;
    font-family: 'Gotham Narrow', Times, serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    color: #3e4042
}

.cdo .section-sub-heading {
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    color: #3e4042
}

.cdo .section-header-icon {
    display: block;
    margin-bottom: 12px;
    color: #fac705;
    font-size: 2.125em;
    text-align: center;
    margin-top: -32px
}

.cdo .section-heading:not(:last-child),
.cdo .section-sub-heading:not(:last-child) {
    margin-bottom: 12px
}

.cdo .section-footer {
    text-align: center
}

.cdo .section-footer .cta-btn {
    margin-bottom: 24px
}

.cdo .cdo-accordion .accordion-toggle-all {
    display: inline-block;
    margin-bottom: 24px;
    padding: 0px;
    font-size: 1.05em;
    color: #00668a;
    text-decoration: underline;
    background: transparent;
    border: 0;
    cursor: pointer
}

.cdo .cdo-accordion .accordion-row {
    border-bottom: 1px solid #d0cfce
}

.cdo .cdo-accordion .accordion-row:first-of-type {
    border-top: 1px solid #d0cfce
}

.cdo .cdo-accordion .accordion-row.expanded .accordion-toggle-icon::before {
    transform: rotateZ(-90deg) scaleX(0)
}

.cdo .cdo-accordion .accordion-toggle {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: baseline;
    width: 100%;
    padding: 12px 16px;
    transition: background-color 200ms;
    text-align: left;
    background: transparent;
    border: 0;
    cursor: pointer
}

.cdo .cdo-accordion .accordion-toggle::after {
    content: '';
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: solid 2px #00668a;
    box-sizing: border-box;
    pointer-events: none;
    opacity: 0;
    transition: opacity 300ms;
    z-index: 100
}

.cdo .cdo-accordion .accordion-toggle:hover {
    background: rgba(0, 0, 0, 0.03);
    text-decoration: underline transparent
}

.cdo .cdo-accordion .accordion-toggle:focus {
    outline: 0
}

.cdo .cdo-accordion .accordion-toggle:focus::after {
    opacity: 1
}

.cdo .cdo-accordion .accordion-toggle-icon {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    margin-right: 16px
}

.cdo .cdo-accordion .accordion-toggle-icon::before,
.cdo .cdo-accordion .accordion-toggle-icon::after {
    box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    border-top: 2px solid #00668a;
    top: 50%;
    width: 100%;
    margin-top: -1px;
    transition: transform 300ms
}

.cdo .cdo-accordion .accordion-toggle-icon::before {
    transform: rotateZ(-90deg) scaleX(1)
}

.cdo .cdo-accordion .accordion-toggle-label {
    color: #00668a;
    font-weight: 500;
    line-height: 22.4px;
    font-family: 'Gotham Narrow', Arial, sans-serif
}

.cdo .cdo-accordion .accordion-content-wrap {
    height: 0;
    overflow: hidden;
    transition: height 0.2s ease
}

.cdo .cdo-accordion .accordion-content {
    padding: 4px 16px 16px 48px
}

.cdo .banner {
    width: 100%;
    color: #ffffff;
    position: relative;
    overflow: hidden
}

.cdo .banner .banner-content {
    position: relative;
    padding: 72px 64px
}

.cdo .banner .body-copy:not(:last-child),
.cdo .banner .cta-btn:not(:last-child),
.cdo .banner .block-wrapper:not(:last-child) {
    margin-bottom: 24px
}

.cdo .banner .banner-accent-heading {
    font-family: "Gotham", Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fac705;
    text-transform: uppercase;
    letter-spacing: 1.14px;
    margin-bottom: 12px
}

.cdo .banner .banner-sub-heading {
    max-width: 704px;
    margin-bottom: 12px;
    font-size: 46px;
    font-weight: 600;
    line-height: 52px
}

.cdo .banner .banner-sub-info {
    max-width: 704px;
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 32px
}

.cdo .banner.banner-center .banner-content {
    text-align: center
}

.cdo .banner.banner-center .banner-content .banner-sub-info,
.cdo .banner.banner-center .banner-content .banner-sub-heading {
    margin-left: auto;
    margin-right: auto
}

.cdo .banner.banner-promise {
    background-color: #12395b
}

.cdo .banner.banner-promise .banner-content {
    background-image: url("https://content.usaa.com/mcontent/static_assets/Media/prodOther_accent_brandBanner_diamondBackground.svg")
}

.cdo .banner.banner-promise:not(.banner-center) .banner-content {
    padding-left: 84px
}

.cdo .banner.banner-promise.closing-block .banner-content {
    padding-left: 64px
}

.cdo .banner.banner-promise .banner-sub-heading {
    font-family: 'Mercury Display', Times, serif
}

.cdo .banner.banner-promise.banner-center .star-bar {
    display: flex
}

.cdo .banner.banner-decision {
    background-color: #0b2237
}

.cdo .banner.banner-decision .banner-sub-heading {
    font-weight: 500;
    font-family: 'Gotham Narrow', Arial, sans-serif;

    .cdo .banner.banner-functional .banner-sub-heading {
        font-family: 'Gotham Narrow', Arial, sans-serif;
        font-weight: 500;
    }

    ;

    .cdo .banner.banner-functional .banner-sub-heading {
        font-family: 'Gotham Narrow', Arial, sans-serif;
        font-weight: 500;
    }

    ;
}

.cdo .banner.banner-functional {
    background-color: #12395b
}

.cdo .banner.banner-functional .banner-sub-heading {
    font-family: 'Gotham Narrow', Arial, sans-serif;
    font-weight: 500
}

.cdo .banner.banner-fifty-fifty .banner-content {
    width: 50%;
    text-align: left
}

.cdo .banner .banner-img-wrap {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.cdo .banner .banner-img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover
}

.cdo .banner .star-bar-desktop {
    position: absolute;
    top: 0;
    left: 33px;
    z-index: 1100
}

.cdo .banner .star-bar-desktop.align-h1 {
    top: -941px
}

.cdo .banner .star-bar-desktop.align-subhead {
    top: -889px;
    left: 21px;
}

.cdo .banner .star-bar {
    display: none;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 30px
}

.cdo .banner .star-bar .star-bar-bar {
    width: calc(50% - 1.5em);
    height: 5px;
    background-color: #ab080e
}

.cdo .banner .star-bar .star-bar-star {
    font-size: 1.8em;
    color: #fac705
}

.cdo .banner-video-wrap {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.cdo .banner-video-wrap .banner-img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover
}

.cdo .banner-video-wrap::before {
    content: '';
    display: block;
    background: rgba(15, 30, 50, 0.75);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cdo .banner-video-wrap .banner-video-info-wrap {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.cdo .banner-video-wrap .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.2em 1.1em 1.15em 1.3em;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fac705;
    font-size: 1.2em;
    transition: all 0.1s ease;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 0 0.2em transparent
}

.cdo .banner-video-wrap .banner-video-play-btn:hover,
.cdo .banner-video-wrap .banner-video-play-btn:focus {
    outline: none
}

.cdo .banner-video-wrap .banner-video-play-btn:hover .video-play-btn,
.cdo .banner-video-wrap .banner-video-play-btn:focus .video-play-btn {
    border-color: #fac705;
    background-color: #fff;
    color: #12395b;
    box-shadow: inset 0 0 0 0.2em #12395b
}

.cdo .banner-video-wrap .banner-video-play-btn {
    color: #fac705;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    font-size: 1.2em;
    border: 2px solid #fff;
    padding: 1.2em 1.1em 1.15em 1.3em;
    transition: all 0.1s ease;
    box-shadow: inset 0 0 0 0.2em transparent;
    line-height: 0;
    cursor: pointer
}

.cdo .banner-video-wrap .banner-video-play-btn:hover,
.cdo .banner-video-wrap .banner-video-play-btn:focus {
    outline: none;
    background: #FFF;
    border-color: #fac705;
    color: #12395b;
    box-shadow: inset 0 0 0 0.2em #12395b
}

.cdo .banner-video-wrap .banner-video-transcript-btn {
    background: transparent;
    border: 0;
    display: block;
    width: 100%;
    margin-top: 24px;
    color: #FFFFFF;
    font-family: "Gotham Narrow";
    font-size: 18px;
    cursor: pointer
}

.cdo .banner-video-wrap .banner-video-transcript-btn:focus {
    outline: none;
    text-decoration: underline
}

.cdo .callout {
    display: flex;
    padding: 32px 64px
}

.cdo .callout-content {
    align-self: center
}

.cdo .callout-cta {
    margin-left: auto;
    padding-left: 32px;
    align-self: center;
    flex: 0 0 auto
}

.cdo .callout-icon {
    padding-right: 32px;
    border-right: 1px solid #d0cfce;
    margin-right: 32px
}

.cdo .callout-icon-image {
    width: 48px;
    max-width: inherit
}

.cdo .row {
    display: flex;
    flex-flow: row wrap
}

.cdo .row.column-gutters {
    margin-left: -16px;
    margin-right: -16px
}

.cdo .row.column-gutters .column {
    margin-left: 16px;
    margin-right: 16px
}

.cdo .column {
    flex: 1;
    max-width: 100%
}

.cdo .column-shrink {
    flex: 0 0 auto
}

.cdo .column-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.cdo .column-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.cdo .column-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.cdo .column-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.cdo .column-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.cdo .column-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.cdo .column-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.cdo .column-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.cdo .column-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.cdo .column-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.cdo .column-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.cdo .column-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.cdo span.two-tone {
    position: relative;
    font-size: 80%;
    margin-right: 4px
}

.cdo span.two-tone span:first-child {
    position: absolute;
    height: .5em;
    top: 2px;
    left: 0;
    overflow: hidden;
    color: #435F21;
    z-index: 1
}

.cdo span.two-tone span:last-child {
    color: #54732d;
    position: absolute;
    height: 100%;
    top: 2px;
    left: 0;
    overflow: hidden
}

.cdo span.two-tone.gold {
    position: relative
}

.cdo span.two-tone.gold:focus {
    outline: none
}

.cdo span.two-tone.gold span:first-child {
    color: #e8ab06
}

.cdo span.two-tone.gold span:last-child {
    color: #fac705
}

.cdo span.two-tone.gold span:nth-child(2) {
    color: transparent;
    padding-top: .1em
}

.cdo {
    font-family: "Gotham Narrow", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased
}

.cdo p {
    margin-bottom: 1.5em
}

.cdo p:last-child {
    margin-bottom: 0
}

.cdo h1,
.cdo h2,
.cdo h3,
.cdo h4,
.cdo h5,
.cdo h6 {
    margin-bottom: 0;
    text-shadow: none;
    font-weight: inherit;
}

.cdo .h2 {
    font-family: 'Gotham Narrow', Times, serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    color: #3e4042;
    margin-bottom: 16px;
}

.cdo .h3 {
    font-family: "Mercury Display", Times, serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: #3e4042;
    margin-bottom: 0.5em
}

.cdo .h4 {
    font-family: "Gotham Narrow", Arial, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #3e4042;
    margin-bottom: 0.5em
}

.cdo .h5 {
    font-family: "Gotham Narrow", Arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #3e4042;
    margin-bottom: 0.5em
}

.cdo .h6 {
    font-family: "Gotham Narrow", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #3e4042;
    margin-bottom: 0.5em
}

.cdo .body-copy {
    font-family: "Gotham Narrow", Arial, sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 24px;
    color: #3e4042;
    margin-bottom: 1.5em
}

.cdo .body-copy-lg {
    font-family: "Gotham Narrow", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.125em;
    line-height: 32px;
    color: #3e4042;
    margin-bottom: 1.5em
}

.cdo .quote-copy {
    font-family: "Mercury Display", Times, serif;
    font-weight: 600;
    color: #676a6e;
    font-size: 22px;
    line-height: 32px;
    font-style: italic
}

.cdo a {
    color: #00668a;
    text-decoration: none !important
}

.cdo sup {
    font-size: 72%;
    bottom: 0;
    vertical-align: super;
    line-height: 0
}

.cdo .text-center {
    text-align: center
}

.cdo .text-brand-serif,
.cdo .text-mercury {
    font-family: 'Mercury Display', Times, serif !important
}

.cdo .text-brand-sans-serif,
.cdo .text-gotham {
    font-family: "Gotham Narrow", Arial, sans-serif !important
}

.cdo .text-underline {
    text-decoration: underline !important
}

.cdo .text-italicize,
.cdo .text-italics {
    font-style: italic !important
}

.cdo .text-bold {
    font-weight: bold
}

.cdo .text-weight-100 {
    font-weight: 100 !important
}

.cdo .text-weight-200 {
    font-weight: 200 !important
}

.cdo .text-weight-300 {
    font-weight: 300 !important
}

.cdo .text-weight-400 {
    font-weight: 400 !important
}

.cdo .text-weight-500 {
    font-weight: 500 !important
}

.cdo .text-weight-600 {
    font-weight: 600 !important
}

.cdo .text-weight-700 {
    font-weight: 700 !important
}

.cdo .text-weight-800 {
    font-weight: 800 !important
}

.cdo .text-weight-900 {
    font-weight: 900 !important
}

.cdo .text-uppercase {
    text-transform: uppercase
}

.cdo .text-left {
    text-align: left !important
}

.cdo .text-right {
    text-align: right !important
}

.cdo .text-center {
    text-align: center !important
}

.cdo .text-nowrap {
    white-space: nowrap
}

.cdo .text-white {
    color: #fff !important
}

.cdo .text-gold {
    color: #fac705 !important
}

.cdo .text-yellow {
    color: #fbd237 !important
}

.cdo .text-core-blue {
    color: #12395b !important
}

.cdo .text-core-blue-tint-1 {
    color: #41617c !important
}

.cdo .text-core-blue-tint-2 {
    color: #71889d !important
}

.cdo .text-core-blue-shade-1 {
    color: #0e2e49 !important
}

.cdo .text-core-blue-shade-2 {
    color: #0e2e49 !important
}

.cdo .text-core-blue-active {
    color: #007fac !important
}

.cdo .text-core-blue-active-tint-1 {
    color: #3399bd !important
}

.cdo .text-core-blue-active-tint-2 {
    color: #66b2cd !important
}

.cdo .text-core-blue-active-shade-1 {
    color: #00668a !important
}

.cdo .text-core-blue-active-shade-2 {
    color: #004c67 !important
}

.cdo .text-light-blue {
    color: #57879d !important
}

.cdo .text-light-blue-tint-1 {
    color: #799fb1 !important
}

.cdo .text-light-blue-tint-2 {
    color: #9ab7c4 !important
}

.cdo .text-light-blue-shade-1 {
    color: #466c7e !important
}

.cdo .text-light-blue-shade-2 {
    color: #34515e !important
}

.cdo .text-dark-blue {
    color: #12627b !important
}

.cdo .text-dark-blue-tint-1 {
    color: #418195 !important
}

.cdo .text-dark-blue-tint-2 {
    color: #71a1b0 !important
}

.cdo .text-dark-blue-shade-1 {
    color: #0e4e62 !important
}

.cdo .text-dark-blue-shade-2 {
    color: #0b3b4a !important
}

.cdo .text-cool-gray {
    color: #676a6e !important
}

.cdo .text-cool-gray-tint-1 {
    color: #85888b !important
}

.cdo .text-cool-gray-tint-2 {
    color: #a4a6a8 !important
}

.cdo .text-cool-gray-shade-1 {
    color: #525558 !important
}

.cdo .text-cool-gray-shade-2 {
    color: #3e4042 !important
}

.cdo .hiddenMessage {
    display: inline-block;
    height: 0.01em;
    width: 0.01em;
    overflow: hidden;
    position: absolute
}

.cdo .display-block,
.cdo .block-wrapper,
.cdo .block-wrap {
    display: block;
}

.cdo .display-flex {
    display: flex
}

.cdo .mobile-only,
.cdo .mobile-only-inline {
    display: none
}

.cdo .bg-white {
    background-color: #ffffff !important
}

.cdo .bg-gray {
    background-color: #f6f5f5 !important
}

.cdo .bg-core-blue {
    background-color: #12395b !important
}

.cdo .bg-core-blue-tint-1 {
    background-color: #41617c !important
}

.cdo .bg-core-blue-tint-2 {
    background-color: #71889d !important
}

.cdo .bg-core-blue-shade-1 {
    background-color: #0e2e49 !important
}

.cdo .bg-core-blue-shade-2 {
    background-color: #0b2237 !important
}

.cdo .bg-active-blue {
    background-color: #007fac !important
}

.cdo .bg-active-blue-tint-1 {
    background-color: #3399bd !important
}

.cdo .bg-active-blue-tint-2 {
    background-color: #66b2cd !important
}

.cdo .bg-active-blue-shade-1 {
    background-color: #00668a !important
}

.cdo .bg-active-blue-shade-2 {
    background-color: #004c67 !important
}

.cdo .bg-dark-blue {
    background-color: #12627b !important
}

.cdo .bg-dark-blue-tint-1 {
    background-color: #418195 !important
}

.cdo .bg-dark-blue-tint-2 {
    background-color: #71a1b0 !important
}

.cdo .bg-dark-blue-shade-1 {
    background-color: #0e4e62 !important
}

.cdo .bg-dark-blue-shade-2 {
    background-color: #0b3b4a !important
}

.cdo .bg-light-blue {
    background-color: #57879d !important
}

.cdo .bg-light-blue-tint-1 {
    background-color: #799fb1 !important
}

.cdo .bg-light-blue-tint-2 {
    background-color: #9ab7c4 !important
}

.cdo .bg-light-blue-shade-1 {
    background-color: #466c7e !important
}

.cdo .bg-light-blue-shade-2 {
    background-color: #34515e !important
}

.cdo .bg-cool-gray {
    background-color: #676a6e !important
}

.cdo .bg-cool-gray-tint-1 {
    background-color: #85888b !important
}

.cdo .bg-cool-gray-tint-2 {
    background-color: #a4a6a8 !important
}

.cdo .bg-cool-gray-shade-1 {
    background-color: #525558 !important
}

.cdo .bg-cool-gray-shade-2 {
    background-color: #3e4042 !important
}

.cdo .bg-warm-gray {
    background-color: #d0cfce !important
}

.cdo .bg-warm-gray-tint-1 {
    background-color: #d9d9d8 !important
}

.cdo .bg-warm-gray-tint-2 {
    background-color: #e3e2e2 !important
}

.cdo .bg-warm-gray-shade-1 {
    background-color: #a6a6a5 !important
}

.cdo .bg-warm-gray-shade-2 {
    background-color: #7d7c7c !important
}

.cdo .p-xs {
    padding: 1px !important
}

.cdo .p-sm {
    padding: 4px !important
}

.cdo .p-md {
    padding: 8px !important
}

.cdo .p-lg {
    padding: 16px !important
}

.cdo .p-xl {
    padding: 20px !important
}

.cdo .p-2xl {
    padding: 28px !important
}

.cdo .p-3xl {
    padding: 32px !important
}

.cdo .p-0 {
    padding: 0px !important
}

.cdo .p-1 {
    padding: 1px !important
}

.cdo .p-2 {
    padding: 2px !important
}

.cdo .p-8 {
    padding: 8px !important
}

.cdo .p-10 {
    padding: 10px !important
}

.cdo .p-12 {
    padding: 12px !important
}

.cdo .p-15 {
    padding: 15px !important
}

.cdo .p-16 {
    padding: 16px !important
}

.cdo .p-20 {
    padding: 20px !important
}

.cdo .p-24 {
    padding: 24px !important
}

.cdo .p-30 {
    padding: 30px !important
}

.cdo .p-32 {
    padding: 32px !important
}

.cdo .p-40 {
    padding: 40px !important
}

.cdo .p-44 {
    padding: 44px !important
}

.cdo .p-45 {
    padding: 45px !important
}

.cdo .p-48 {
    padding: 48px !important
}

.cdo .p-50 {
    padding: 50px !important
}

.cdo .p-60 {
    padding: 60px !important
}

.cdo .p-64 {
    padding: 64px !important
}

.cdo .p-70 {
    padding: 70px !important
}

.cdo .p-80 {
    padding: 80px !important
}

.cdo .p-90 {
    padding: 90px !important
}

.cdo .p-100 {
    padding: 100px !important
}

.cdo .pt-xs {
    padding-top: 1px !important
}

.cdo .pt-sm {
    padding-top: 4px !important
}

.cdo .pt-md {
    padding-top: 8px !important
}

.cdo .pt-lg {
    padding-top: 16px !important
}

.cdo .pt-xl {
    padding-top: 20px !important
}

.cdo .pt-2xl {
    padding-top: 28px !important
}

.cdo .pt-3xl {
    padding-top: 32px !important
}

.cdo .pt-0 {
    padding-top: 0px !important
}

.cdo .pt-1 {
    padding-top: 1px !important
}

.cdo .pt-2 {
    padding-top: 2px !important
}

.cdo .pt-8 {
    padding-top: 8px !important
}

.cdo .pt-10 {
    padding-top: 10px !important
}

.cdo .pt-12 {
    padding-top: 12px !important
}

.cdo .pt-15 {
    padding-top: 15px !important
}

.cdo .pt-16 {
    padding-top: 16px !important
}

.cdo .pt-20 {
    padding-top: 20px !important
}

.cdo .pt-24 {
    padding-top: 24px !important
}

.cdo .pt-30 {
    padding-top: 30px !important
}

.cdo .pt-32 {
    padding-top: 32px !important
}

.cdo .pt-40 {
    padding-top: 40px !important
}

.cdo .pt-44 {
    padding-top: 44px !important
}

.cdo .pt-45 {
    padding-top: 45px !important
}

.cdo .pt-48 {
    padding-top: 48px !important
}

.cdo .pt-50 {
    padding-top: 50px !important
}

.cdo .pt-60 {
    padding-top: 60px !important
}

.cdo .pt-64 {
    padding-top: 64px !important
}

.cdo .pt-70 {
    padding-top: 70px !important
}

.cdo .pt-80 {
    padding-top: 80px !important
}

.cdo .pt-90 {
    padding-top: 90px !important
}

.cdo .pt-100 {
    padding-top: 100px !important
}

.cdo .pr-xs {
    padding-right: 1px !important
}

.cdo .pr-sm {
    padding-right: 4px !important
}

.cdo .pr-md {
    padding-right: 8px !important
}

.cdo .pr-lg {
    padding-right: 16px !important
}

.cdo .pr-xl {
    padding-right: 20px !important
}

.cdo .pr-2xl {
    padding-right: 28px !important
}

.cdo .pr-3xl {
    padding-right: 32px !important
}

.cdo .pr-0 {
    padding-right: 0px !important
}

.cdo .pr-1 {
    padding-right: 1px !important
}

.cdo .pr-2 {
    padding-right: 2px !important
}

.cdo .pr-8 {
    padding-right: 8px !important
}

.cdo .pr-10 {
    padding-right: 10px !important
}

.cdo .pr-12 {
    padding-right: 12px !important
}

.cdo .pr-15 {
    padding-right: 15px !important
}

.cdo .pr-16 {
    padding-right: 16px !important
}

.cdo .pr-20 {
    padding-right: 20px !important
}

.cdo .pr-24 {
    padding-right: 24px !important
}

.cdo .pr-30 {
    padding-right: 30px !important
}

.cdo .pr-32 {
    padding-right: 32px !important
}

.cdo .pr-40 {
    padding-right: 40px !important
}

.cdo .pr-44 {
    padding-right: 44px !important
}

.cdo .pr-45 {
    padding-right: 45px !important
}

.cdo .pr-48 {
    padding-right: 48px !important
}

.cdo .pr-50 {
    padding-right: 50px !important
}

.cdo .pr-60 {
    padding-right: 60px !important
}

.cdo .pr-64 {
    padding-right: 64px !important
}

.cdo .pr-70 {
    padding-right: 70px !important
}

.cdo .pr-80 {
    padding-right: 80px !important
}

.cdo .pr-90 {
    padding-right: 90px !important
}

.cdo .pr-100 {
    padding-right: 100px !important
}

.cdo .pb-xs {
    padding-bottom: 1px !important
}

.cdo .pb-sm {
    padding-bottom: 4px !important
}

.cdo .pb-md {
    padding-bottom: 8px !important
}

.cdo .pb-lg {
    padding-bottom: 16px !important
}

.cdo .pb-xl {
    padding-bottom: 20px !important
}

.cdo .pb-2xl {
    padding-bottom: 28px !important
}

.cdo .pb-3xl {
    padding-bottom: 32px !important
}

.cdo .pb-0 {
    padding-bottom: 0px !important
}

.cdo .pb-1 {
    padding-bottom: 1px !important
}

.cdo .pb-2 {
    padding-bottom: 2px !important
}

.cdo .pb-8 {
    padding-bottom: 8px !important
}

.cdo .pb-10 {
    padding-bottom: 10px !important
}

.cdo .pb-12 {
    padding-bottom: 12px !important
}

.cdo .pb-15 {
    padding-bottom: 15px !important
}

.cdo .pb-16 {
    padding-bottom: 16px !important
}

.cdo .pb-20 {
    padding-bottom: 20px !important
}

.cdo .pb-24 {
    padding-bottom: 24px !important
}

.cdo .pb-30 {
    padding-bottom: 30px !important
}

.cdo .pb-32 {
    padding-bottom: 32px !important
}

.cdo .pb-40 {
    padding-bottom: 40px !important
}

.cdo .pb-44 {
    padding-bottom: 44px !important
}

.cdo .pb-45 {
    padding-bottom: 45px !important
}

.cdo .pb-48 {
    padding-bottom: 48px !important
}

.cdo .pb-50 {
    padding-bottom: 50px !important
}

.cdo .pb-60 {
    padding-bottom: 60px !important
}

.cdo .pb-64 {
    padding-bottom: 64px !important
}

.cdo .pb-70 {
    padding-bottom: 70px !important
}

.cdo .pb-80 {
    padding-bottom: 80px !important
}

.cdo .pb-90 {
    padding-bottom: 90px !important
}

.cdo .pb-100 {
    padding-bottom: 100px !important
}

.cdo .pl-xs {
    padding-left: 1px !important
}

.cdo .pl-sm {
    padding-left: 4px !important
}

.cdo .pl-md {
    padding-left: 8px !important
}

.cdo .pl-lg {
    padding-left: 16px !important
}

.cdo .pl-xl {
    padding-left: 20px !important
}

.cdo .pl-2xl {
    padding-left: 28px !important
}

.cdo .pl-3xl {
    padding-left: 32px !important
}

.cdo .pl-0 {
    padding-left: 0px !important
}

.cdo .pl-1 {
    padding-left: 1px !important
}

.cdo .pl-2 {
    padding-left: 2px !important
}

.cdo .pl-8 {
    padding-left: 8px !important
}

.cdo .pl-10 {
    padding-left: 10px !important
}

.cdo .pl-12 {
    padding-left: 12px !important
}

.cdo .pl-15 {
    padding-left: 15px !important
}

.cdo .pl-16 {
    padding-left: 16px !important
}

.cdo .pl-20 {
    padding-left: 20px !important
}

.cdo .pl-24 {
    padding-left: 24px !important
}

.cdo .pl-30 {
    padding-left: 30px !important
}

.cdo .pl-32 {
    padding-left: 32px !important
}

.cdo .pl-40 {
    padding-left: 40px !important
}

.cdo .pl-44 {
    padding-left: 44px !important
}

.cdo .pl-45 {
    padding-left: 45px !important
}

.cdo .pl-48 {
    padding-left: 48px !important
}

.cdo .pl-50 {
    padding-left: 50px !important
}

.cdo .pl-60 {
    padding-left: 60px !important
}

.cdo .pl-64 {
    padding-left: 64px !important
}

.cdo .pl-70 {
    padding-left: 70px !important
}

.cdo .pl-80 {
    padding-left: 80px !important
}

.cdo .pl-90 {
    padding-left: 90px !important
}

.cdo .pl-100 {
    padding-left: 100px !important
}

.cdo .m-xs {
    margin: 1px !important
}

.cdo .m-sm {
    margin: 4px !important
}

.cdo .m-md {
    margin: 8px !important
}

.cdo .m-lg {
    margin: 16px !important
}

.cdo .m-xl {
    margin: 20px !important
}

.cdo .m-2xl {
    margin: 28px !important
}

.cdo .m-3xl {
    margin: 32px !important
}

.cdo .m-0 {
    margin: 0px !important
}

.cdo .m-1 {
    margin: 1px !important
}

.cdo .m-2 {
    margin: 2px !important
}

.cdo .m-8 {
    margin: 8px !important
}

.cdo .m-10 {
    margin: 10px !important
}

.cdo .m-12 {
    margin: 12px !important
}

.cdo .m-15 {
    margin: 15px !important
}

.cdo .m-16 {
    margin: 16px !important
}

.cdo .m-20 {
    margin: 20px !important
}

.cdo .m-24 {
    margin: 24px !important
}

.cdo .m-30 {
    margin: 30px !important
}

.cdo .m-32 {
    margin: 32px !important
}

.cdo .m-40 {
    margin: 40px !important
}

.cdo .m-44 {
    margin: 44px !important
}

.cdo .m-45 {
    margin: 45px !important
}

.cdo .m-48 {
    margin: 48px !important
}

.cdo .m-50 {
    margin: 50px !important
}

.cdo .m-60 {
    margin: 60px !important
}

.cdo .m-64 {
    margin: 64px !important
}

.cdo .m-70 {
    margin: 70px !important
}

.cdo .m-80 {
    margin: 80px !important
}

.cdo .m-90 {
    margin: 90px !important
}

.cdo .m-100 {
    margin: 100px !important
}

.cdo .mt-xs {
    margin-top: 1px !important
}

.cdo .mt-sm {
    margin-top: 4px !important
}

.cdo .mt-md {
    margin-top: 8px !important
}

.cdo .mt-lg {
    margin-top: 16px !important
}

.cdo .mt-xl {
    margin-top: 20px !important
}

.cdo .mt-2xl {
    margin-top: 28px !important
}

.cdo .mt-3xl {
    margin-top: 32px !important
}

.cdo .mt-0 {
    margin-top: 0px !important
}

.cdo .mt-1 {
    margin-top: 1px !important
}

.cdo .mt-2 {
    margin-top: 2px !important
}

.cdo .mt-8 {
    margin-top: 8px !important
}

.cdo .mt-10 {
    margin-top: 10px !important
}

.cdo .mt-12 {
    margin-top: 12px !important
}

.cdo .mt-15 {
    margin-top: 15px !important
}

.cdo .mt-16 {
    margin-top: 16px !important
}

.cdo .mt-20 {
    margin-top: 20px !important
}

.cdo .mt-24 {
    margin-top: 24px !important
}

.cdo .mt-30 {
    margin-top: 30px !important
}

.cdo .mt-32 {
    margin-top: 32px !important
}

.cdo .mt-40 {
    margin-top: 40px !important
}

.cdo .mt-44 {
    margin-top: 44px !important
}

.cdo .mt-45 {
    margin-top: 45px !important
}

.cdo .mt-48 {
    margin-top: 48px !important
}

.cdo .mt-50 {
    margin-top: 50px !important
}

.cdo .mt-60 {
    margin-top: 60px !important
}

.cdo .mt-64 {
    margin-top: 64px !important
}

.cdo .mt-70 {
    margin-top: 70px !important
}

.cdo .mt-80 {
    margin-top: 80px !important
}

.cdo .mt-90 {
    margin-top: 90px !important
}

.cdo .mt-100 {
    margin-top: 100px !important
}

.cdo .mr-xs {
    margin-right: 1px !important
}

.cdo .mr-sm {
    margin-right: 4px !important
}

.cdo .mr-md {
    margin-right: 8px !important
}

.cdo .mr-lg {
    margin-right: 16px !important
}

.cdo .mr-xl {
    margin-right: 20px !important
}

.cdo .mr-2xl {
    margin-right: 28px !important
}

.cdo .mr-3xl {
    margin-right: 32px !important
}

.cdo .mr-0 {
    margin-right: 0px !important
}

.cdo .mr-1 {
    margin-right: 1px !important
}

.cdo .mr-2 {
    margin-right: 2px !important
}

.cdo .mr-8 {
    margin-right: 8px !important
}

.cdo .mr-10 {
    margin-right: 10px !important
}

.cdo .mr-12 {
    margin-right: 12px !important
}

.cdo .mr-15 {
    margin-right: 15px !important
}

.cdo .mr-16 {
    margin-right: 16px !important
}

.cdo .mr-20 {
    margin-right: 20px !important
}

.cdo .mr-24 {
    margin-right: 24px !important
}

.cdo .mr-30 {
    margin-right: 30px !important
}

.cdo .mr-32 {
    margin-right: 32px !important
}

.cdo .mr-40 {
    margin-right: 40px !important
}

.cdo .mr-44 {
    margin-right: 44px !important
}

.cdo .mr-45 {
    margin-right: 45px !important
}

.cdo .mr-48 {
    margin-right: 48px !important
}

.cdo .mr-50 {
    margin-right: 50px !important
}

.cdo .mr-60 {
    margin-right: 60px !important
}

.cdo .mr-64 {
    margin-right: 64px !important
}

.cdo .mr-70 {
    margin-right: 70px !important
}

.cdo .mr-80 {
    margin-right: 80px !important
}

.cdo .mr-90 {
    margin-right: 90px !important
}

.cdo .mr-100 {
    margin-right: 100px !important
}

.cdo .mb-xs {
    margin-bottom: 1px !important
}

.cdo .mb-sm {
    margin-bottom: 4px !important
}

.cdo .mb-md {
    margin-bottom: 8px !important
}

.cdo .mb-lg {
    margin-bottom: 16px !important
}

.cdo .mb-xl {
    margin-bottom: 20px !important
}

.cdo .mb-2xl {
    margin-bottom: 28px !important
}

.cdo .mb-3xl {
    margin-bottom: 32px !important
}

.cdo .mb-0 {
    margin-bottom: 0px !important
}

.cdo .mb-1 {
    margin-bottom: 1px !important
}

.cdo .mb-2 {
    margin-bottom: 2px !important
}

.cdo .mb-8 {
    margin-bottom: 8px !important
}

.cdo .mb-10 {
    margin-bottom: 10px !important
}

.cdo .mb-12 {
    margin-bottom: 12px !important
}

.cdo .mb-15 {
    margin-bottom: 15px !important
}

.cdo .mb-16 {
    margin-bottom: 16px !important
}

.cdo .mb-20 {
    margin-bottom: 20px !important
}

.cdo .mb-24 {
    margin-bottom: 24px !important
}

.cdo .mb-30 {
    margin-bottom: 30px !important
}

.cdo .mb-32 {
    margin-bottom: 32px !important
}

.cdo .mb-40 {
    margin-bottom: 40px !important
}

.cdo .mb-44 {
    margin-bottom: 44px !important
}

.cdo .mb-45 {
    margin-bottom: 45px !important
}

.cdo .mb-48 {
    margin-bottom: 48px !important
}

.cdo .mb-50 {
    margin-bottom: 50px !important
}

.cdo .mb-60 {
    margin-bottom: 60px !important
}

.cdo .mb-64 {
    margin-bottom: 64px !important
}

.cdo .mb-70 {
    margin-bottom: 70px !important
}

.cdo .mb-80 {
    margin-bottom: 80px !important
}

.cdo .mb-90 {
    margin-bottom: 90px !important
}

.cdo .mb-100 {
    margin-bottom: 100px !important
}

.cdo .ml-xs {
    margin-left: 1px !important
}

.cdo .ml-sm {
    margin-left: 4px !important
}

.cdo .ml-md {
    margin-left: 8px !important
}

.cdo .ml-lg {
    margin-left: 16px !important
}

.cdo .ml-xl {
    margin-left: 20px !important
}

.cdo .ml-2xl {
    margin-left: 28px !important
}

.cdo .ml-3xl {
    margin-left: 32px !important
}

.cdo .ml-0 {
    margin-left: 0px !important
}

.cdo .ml-1 {
    margin-left: 1px !important
}

.cdo .ml-2 {
    margin-left: 2px !important
}

.cdo .ml-8 {
    margin-left: 8px !important
}

.cdo .ml-10 {
    margin-left: 10px !important
}

.cdo .ml-12 {
    margin-left: 12px !important
}

.cdo .ml-15 {
    margin-left: 15px !important
}

.cdo .ml-16 {
    margin-left: 16px !important
}

.cdo .ml-20 {
    margin-left: 20px !important
}

.cdo .ml-24 {
    margin-left: 24px !important
}

.cdo .ml-30 {
    margin-left: 30px !important
}

.cdo .ml-32 {
    margin-left: 32px !important
}

.cdo .ml-40 {
    margin-left: 40px !important
}

.cdo .ml-44 {
    margin-left: 44px !important
}

.cdo .ml-45 {
    margin-left: 45px !important
}

.cdo .ml-48 {
    margin-left: 48px !important
}

.cdo .ml-50 {
    margin-left: 50px !important
}

.cdo .ml-60 {
    margin-left: 60px !important
}

.cdo .ml-64 {
    margin-left: 64px !important
}

.cdo .ml-70 {
    margin-left: 70px !important
}

.cdo .ml-80 {
    margin-left: 80px !important
}

.cdo .ml-90 {
    margin-left: 90px !important
}

.cdo .ml-100 {
    margin-left: 100px !important
}

.cdo .w-0 {
    width: 0px !important
}

.cdo .w-5 {
    width: 5px !important
}

.cdo .w-8 {
    width: 8px !important
}

.cdo .w-10 {
    width: 10px !important
}

.cdo .w-12 {
    width: 12px !important
}

.cdo .w-16 {
    width: 16px !important
}

.cdo .w-20 {
    width: 20px !important
}

.cdo .w-24 {
    width: 24px !important
}

.cdo .w-28 {
    width: 28px !important
}

.cdo .w-30 {
    width: 30px !important
}

.cdo .w-32 {
    width: 32px !important
}

.cdo .w-40 {
    width: 40px !important
}

.cdo .w-45 {
    width: 45px !important
}

.cdo .w-50 {
    width: 50px !important
}

.cdo .w-60 {
    width: 60px !important
}

.cdo .w-70 {
    width: 70px !important
}

.cdo .w-80 {
    width: 80px !important
}

.cdo .w-90 {
    width: 90px !important
}

.cdo .w-100 {
    width: 100px !important
}

.cdo .w-110 {
    width: 110px !important
}

.cdo .w-120 {
    width: 120px !important
}

.cdo .w-130 {
    width: 130px !important
}

.cdo .w-140 {
    width: 140px !important
}

.cdo .w-150 {
    width: 150px !important
}

.cdo .w-160 {
    width: 150px !important
}

.cdo .w-170 {
    width: 170px !important
}

.cdo .w-180 {
    width: 180px !important
}

.cdo .w-190 {
    width: 190px !important
}

.cdo .w-200 {
    width: 200px !important
}

.cdo .w-210 {
    width: 210px !important
}

.cdo .w-220 {
    width: 220px !important
}

.cdo .w-230 {
    width: 230px !important
}

.cdo .w-240 {
    width: 240px !important
}

.cdo .w-250 {
    width: 250px !important
}

.cdo .w-260 {
    width: 260px !important
}

.cdo .w-270 {
    width: 270px !important
}

.cdo .w-280 {
    width: 280px !important
}

.cdo .w-290 {
    width: 290px !important
}

.cdo .w-300 {
    width: 300px !important
}

.cdo .w-25p {
    width: 25% !important
}

.cdo .w-50p {
    width: 50% !important
}

.cdo .w-75p {
    width: 75% !important
}

.cdo .w-100p {
    width: 100% !important
}

.cdo .mw-0 {
    max-width: 0px !important
}

.cdo .mw-5 {
    max-width: 5px !important
}

.cdo .mw-8 {
    max-width: 8px !important
}

.cdo .mw-10 {
    max-width: 10px !important
}

.cdo .mw-12 {
    max-width: 12px !important
}

.cdo .mw-16 {
    max-width: 16px !important
}

.cdo .mw-20 {
    max-width: 20px !important
}

.cdo .mw-24 {
    max-width: 24px !important
}

.cdo .mw-28 {
    max-width: 28px !important
}

.cdo .mw-30 {
    max-width: 30px !important
}

.cdo .mw-32 {
    max-width: 32px !important
}

.cdo .mw-40 {
    max-width: 40px !important
}

.cdo .mw-45 {
    max-width: 45px !important
}

.cdo .mw-50 {
    max-width: 50px !important
}

.cdo .mw-60 {
    max-width: 60px !important
}

.cdo .mw-70 {
    max-width: 70px !important
}

.cdo .mw-80 {
    max-width: 80px !important
}

.cdo .mw-90 {
    max-width: 90px !important
}

.cdo .mw-100 {
    max-width: 100px !important
}

.cdo .mw-110 {
    max-width: 110px !important
}

.cdo .mw-120 {
    max-width: 120px !important
}

.cdo .mw-130 {
    max-width: 130px !important
}

.cdo .mw-140 {
    max-width: 140px !important
}

.cdo .mw-150 {
    max-width: 150px !important
}

.cdo .mw-160 {
    max-width: 150px !important
}

.cdo .mw-170 {
    max-width: 170px !important
}

.cdo .mw-180 {
    max-width: 180px !important
}

.cdo .mw-190 {
    max-width: 190px !important
}

.cdo .mw-200 {
    max-width: 200px !important
}

.cdo .mw-210 {
    max-width: 210px !important
}

.cdo .mw-220 {
    max-width: 220px !important
}

.cdo .mw-230 {
    max-width: 230px !important
}

.cdo .mw-240 {
    max-width: 240px !important
}

.cdo .mw-250 {
    max-width: 250px !important
}

.cdo .mw-260 {
    max-width: 260px !important
}

.cdo .mw-270 {
    max-width: 270px !important
}

.cdo .mw-280 {
    max-width: 280px !important
}

.cdo .mw-290 {
    max-width: 290px !important
}

.cdo .mw-300 {
    max-width: 300px !important
}

.cdo .mw-25p {
    max-width: 25% !important
}

.cdo .mw-50p {
    max-width: 50% !important
}

.cdo .mw-75p {
    max-width: 75% !important
}

.cdo .mw-100p {
    max-width: 100% !important
}

.brand-shadow {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25)
}

.brand-shadow-2 {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15)
}

.cdo .card-pack {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none
}

.cdo .card {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 24px;
    border: 0px solid transparent;
    text-align: center;
    list-style: none
}

.cdo .card-label {
    display: block;
    margin-bottom: 8px;
    color: #3e4042;
    font-weight: 500;
    font-size: 1.05em
}

.cdo .card-footer {
    margin-top: auto
}

.cdo .card-cta {
    text-decoration: underline !important
}

.cdo .card-icon {
    height: 48px
}

.cdo .card-pack.two-pack {
    margin-bottom: -40px;
}

.cdo .card-pack.two-pack .card {
    width: calc(50% - 24px);
    margin-bottom: 48px;
    padding: 24px;
    margin-left: 48px
}

.cdo .card-pack.two-pack .card:nth-of-type(odd) {
    margin-left: 0px
}

.cdo .card-pack.three-pack .card {
    width: calc((100% / 3) - (32px * (2/3)));
    padding: 24px;
    margin-right: 32px
}

.cdo .card-pack.three-pack .card:nth-child(3n) {
    margin-right: 0px
}

.cdo .card-pack.three-pack .card:last-child {
    margin-right: 0px
}

.cdo .card-pack.four-pack {
    margin-bottom: -16px
}

.cdo .card-pack.four-pack .card {
    width: calc(25% - 12px);
    margin-bottom: 16px;
    padding: 16px;
    margin-right: 16px
}

.cdo .card-pack.four-pack .card:nth-child(4n) {
    margin-right: 0px
}

.cdo .card-pack.four-pack .card:last-child {
    margin-right: 0px
}

.cdo .link-card {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    background-color: #FFF;
    transition: transform .2s, box-shadow .3s
}

.cdo .link-card:hover {
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px)
}

.cdo .link-card .card-label {
    color: #00668a
}

.cdo .link-card-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cdo .link-card-link:focus {
    border: 2px solid #086B94;
    outline: none
}

.cdo .card-naked {
    margin: 0px;
    border-right: 1px solid #e3e2e2
}

.cdo .card-naked:last-of-type {
    border-right: 0
}

.cdo .card-pack.two-pack .card-naked {
    margin-left: 0;
    width: 50%;
    padding: 0 48px
}

.cdo .card-pack.three-pack .card-naked {
    margin-right: 0;
    width: calc(100% / 3);
    padding: 0 34px;
}

.cdo .card-pack.four-pack .card-naked {
    margin-right: 0;
    width: 25%;
    padding: 0 32px
}

.cdo .step-card .card-header {
    border-bottom: 1px solid #a6a6a5;
    margin-bottom: 24px;
    color: #12395B
}

.cdo .step-card-label {
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    letter-spacing: 1.14px;
    line-height: 20px
}

.cdo .step-card-step {
    font-family: 'Mercury Display', Times, serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 56px;
    display: block;
    margin-bottom: 12px
}

.cdo .card-footer {
    padding-top: 24px
}

.cdo .card-pack-horizontal .step-card {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 24px
}

.cdo .card-pack-horizontal .step-card .card-header {
    border-bottom: 0;
    border-right: 1px solid #a6a6a5;
    margin-bottom: 0;
    margin-right: 24px;
    padding-right: 24px
}

.cdo .product-card {
    text-align: left
}

.cdo .product-card-header {
    display: flex;
    background: #12395b;
    justify-content: space-between;
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 1.14px;
    padding: 24px 32px;
    border-bottom: 1px solid transparent;
    margin: -24px -24px 24px
}

.cdo .product-card-heading {
    color: #FFF;
    text-align: left;
    font-size: 20px;
}

.cdo .product-card-supporting-text {
    color: #fac705;
    text-transform: uppercase
}

.cdo .card-pack[class$="-pack"] .product-card-header {
    text-align: center;
    display: block
}

.cdo .card-pack.article-cards .card {
    text-align: left
}

.cdo .card-img-wrap {
    line-height: 0;
    padding-top: 56.5%;
    position: relative;
    overflow: hidden;
    margin: -24px -24px 16px;
    height: 146px;
}

.cdo .card-img-wrap img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.cdo .popover {
    width: 100%;
    max-width: 400px;
    background-color: #ececeb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    z-index: 9999;
    transition: transform 0.3s, opacity 0.3s;
    transform: scale(0.95);
    opacity: 0
}

.cdo .popover.open {
    position: absolute;
    opacity: 1;
    transform: scale(1)
}

.cdo .popover.open.full-screen {
    position: fixed;
    height: 100%;
    width: 100%;
    max-width: 100%;
    top: 0 !important;
    overflow-y: auto
}

.cdo .popover::after {
    content: "";
    position: absolute;
    display: block;
    border: 1px solid transparent;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 0;
    pointer-events: none
}

.cdo .popover-arrow {
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    bottom: -10px;
    margin: 0 auto;
    background-color: #ececeb;
    border-bottom: solid 1px #ececeb;
    border-right: solid 1px #ececeb;
    width: 20px;
    height: 20px;
    z-index: 1;
    transform: rotate(45deg);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15)
}

.cdo .popover-header {
    background: #fff;
    text-align: center;
    padding: 16px;
    border-radius: 2px 2px 0 0;
    border-bottom: solid 1px #d0cfce
}

.cdo .popover-title {
    font-family: "Gotham Narrow", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 0 40px;
    line-height: 13px;
    color: #3e4042
}

.cdo .popover-title:focus {
    outline: none
}

.cdo .popover-close {
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 9px 8px 7px;
    font-size: 1.1em;
    color: #00668a;
    background: none;
    border: 0;
    cursor: pointer
}

.cdo .popover-close::before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px'%3E%3Cpath fill='%2300668a' d='M16,2l-6,6l6,6l-2,2l-6-6l-6,6l-2-2l6-6L0,2l2-2l6,6l6-6L16,2z'/%3E%3C/svg%3E");
    display: block;
    box-sizing: border-box;
    line-height: 0;
    margin-top: -2px
}

.cdo .popover-close:hover {
    background: #f6f5f5
}

.cdo .popover-close:focus {
    outline: 2px solid #00668a
}

.cdo .popover-body {
    padding: 24px
}

.cdo .popover-wrap::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    background: rgba(7, 23, 36, 0.4);
    opacity: 0;
    transition: opacity 300ms ease;
    pointer-events: none
}

.cdo .popover-wrap:not(.open) {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.cdo .popover-wrap.open {
    display: block
}

.cdo .popover-wrap.open::before {
    opacity: 1;
    pointer-events: all
}

.cdo .glossary-close {
    border: 0;
    background: transparent;
    position: absolute;
    right: 8px;
    bottom: 8px;
    color: #00668a;
    padding: 2px;
    opacity: 0;
    font-size: .875rem
}

.cdo .glossary-close:focus {
    opacity: 1;
    text-decoration: underline;
    outline: 2px solid #00668a
}

body.popover-full-screen {
    overflow: hidden
}

.cdo .modal-container {
    background: rgba(7, 23, 36, 0.4);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    z-index: 21000;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
    text-align: center;
    min-width: 800px
}

.cdo .modal-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.cdo .modal-container.open {
    opacity: 1;
    pointer-events: all
}

.cdo .modal {
    width: 100%;
    display: inline-block;
    text-align: left;
    max-width: 700px;
    min-height: auto;
    margin-bottom: 16px;
    background: #ececeb;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s, opacity 2s, -webkit-transform 0.5s;
    z-index: 90000;
    transform: scale(0.9);
    vertical-align: middle;
    position: relative;
    left: 0
}

.cdo .modal.active {
    transform: scale(1)
}

.cdo .modal::after {
    content: '';
    position: absolute;
    display: block;
    border: 1px solid transparent;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 0;
    pointer-events: none
}

.cdo .modal-header {
    background: #fff;
    text-align: center;
    padding: 16px;
    border-radius: 2px 2px 0 0;
    border-bottom: solid 1px #d0cfce
}

.cdo .modal-title {
    font-family: 'Gotham Narrow', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 0 40px;
    line-height: 13px;
    color: #3e4042
}

.cdo .modal-close {
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 9px 8px 7px;
    font-size: 1.1em;
    color: #00668a;
    background: none;
    border: 0;
    cursor: pointer
}

.cdo .modal-close::before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px'%3E%3Cpath fill='%2300668a' d='M16,2l-6,6l6,6l-2,2l-6-6l-6,6l-2-2l6-6L0,2l2-2l6,6l6-6L16,2z'/%3E%3C/svg%3E");
    display: block;
    box-sizing: border-box;
    line-height: 0;
    margin-top: -2px
}

.cdo .modal-close:hover {
    background: #f6f5f5
}

.cdo .modal-close:focus {
    outline: 2px solid #00668a
}

.cdo .modal-body {
    padding: 24px
}

.cdo .modal-footer {
    padding: 24px 0;
    margin: 0px 24px;
    border-top: 2px solid #d0cfce
}

.cdo .modal-bottom-close {
    left: -1000%;
    position: absolute
}

.cdo .modal-container.video-modal-container .modal-body {
    overflow: hidden;
    position: relative
}

.cdo .modal-container.video-modal-container .vidWrap-outer .vidWrap-inner>div:first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

.cdo .modal-container.video-modal-container .vidWrap-inner {
    padding-top: 53%
}

.cdo .video-transcript .video-transcript-info {
    padding: 15px;
    background: #d9d9d8;
    margin-bottom: 22px;
    border: 1px solid transparent
}

.cdo .video-transcript .video-transcript-heading {
    font-size: 1.05em;
    color: #535352;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 12px
}

body.modal-open {
    overflow: hidden
}

.cdo .tabs-list-wrap {
    display: flex;
    align-items: flex-start
}

.cdo .tab-list {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    flex-grow: 1;
    list-style: none;
    padding-left: 0;
    margin: 0
}

.cdo .tab-list::after {
    box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #d0cfce
}

.cdo .tab-list:focus {
    outline: 2px solid #00668a
}

.cdo .tab-list:focus .tab.tab-active::before {
    border-bottom: 4px solid #00668a
}

.cdo .tab {
    margin-left: 0px;
    position: relative;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    transition: background-color 300ms, border-color 300ms
}

.cdo .tab.tab-active {
    border-top-color: #d0cfce;
    border-left-color: #d0cfce;
    border-right-color: #d0cfce;
    color: #3e4042;
    cursor: default;
    z-index: 1
}

.cdo .tab.tab-active::before {
    z-index: 1;
    box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    right: -1px;
    bottom: 0;
    left: -1px;
    border-bottom: 1px solid #fff
}

.cdo .tab.tab-active .tab-link {
    color: #3e4042
}

.cdo .tab:hover:not(.tab-active) {
    background-color: #f6f5f5
}

.cdo .tab-link {
    font-family: 'Gotham Narrow', Arial, sans-serif;
    border: 0;
    background: 0;
    padding: 12px 24px;
    cursor: pointer;
    color: #00668a;
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
    outline: none;
    text-decoration: none
}

.cdo .tablist-nav {
    display: block;
    cursor: pointer;
    transition: background-color 300ms;
    padding: 12px 20px;
    display: none;
    line-height: 1em;
    outline: none;
    border: none;
    background: linear-gradient(transparent, transparent);
    font-size: inherit;
    cursor: pointer;
    margin: 0
}

.cdo .tablist-nav.tablist-prev {
    padding-right: 12px
}

.cdo .tablist-nav.tablist-prev::before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13'%3E%3Cpath fill='%2300668a' d='M7.79,11.38,6.17,13l-6-6.5,6-6.5L7.79,1.63,3.46,6.5'/%3E%3C/svg%3E")
}

.cdo .tablist-nav.tablist-next {
    padding-left: 12px
}

.cdo .tablist-nav.tablist-next::before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13'%3E%3Cpath fill='%2300668a' d='M.21,1.62,1.83,0l6,6.5-6,6.5L.21,11.38,4.54,6.5'/%3E%3C/svg%3E")
}

.cdo .tabs-list-wrap.has-overflow .tab-list {
    border-left: 1px solid #d0cfce;
    border-right: 1px solid #d0cfce
}

.cdo .tabs-list-wrap.has-overflow .tab-list .tab:first-child {
    border-left: none
}

.cdo .tabs-list-wrap.has-overflow .tablist-nav {
    display: block
}

.cdo .tabs-content-wrap {
    padding: 40px 0
}

.cdo .tab-content {
    display: none
}

.cdo .tab-content.active {
    display: block;
    animation: tabs-fadein 0.5s
}

.cdo .tabs-unbound .tab {
    border-top: 0;
    border-left: 0;
    border-right: 0
}

.cdo .tabs-unbound .tab.tab-active::before {
    border-bottom: 4px solid #00668a
}

@-webkit-keyframes tabs-fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes tabs-fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.cdo .fifty-fifty-list .check-list {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    flex: 1;
    margin: 0 auto;
    list-style: none
}

.cdo .fifty-fifty-list .check-list li {
    flex: 1 1 auto;
    flex-direction: column;
    flex-wrap: wrap;
    width: calc(50% - 30px);
    min-width: calc(50% - 30px);
    padding: 12px 32px;
    margin-left: 0px
}

.cdo .fifty-fifty-list .check-list li .usaa-glyph-checkmark {
    margin-right: 12px
}

.cdo .full-width-list .check-list {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    flex: 1;
    margin: 0 auto;
    list-style: none
}

.cdo .full-width-list .check-list li {
    flex: 1 1 auto;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    min-width: 100%;
    padding: 12px 0 !important;
    margin-left: 0px
}

.cdo .full-width-list .check-list li .usaa-glyph-checkmark {
    margin-right: 12px
}

.cdo table {
    border: inherit
}

.cdo table thead th {
    background: inherit;
    color: inherit
}

.cdo td,
.cdo th {
    border: inherit;
    border-width: inherit;
    line-height: inherit;
    vertical-align: inherit;
    padding: inherit;
    font-weight: inherit
}

.cdo .table-wrap {
    overflow-x: auto
}

.cdo .table {
    width: 100%;
    background-color: #fff;
    font-size: 1rem;
    font-family: Gotham Narrow, Arial, sans-serif;
    line-height: 1.4;
    table-layout: fixed
}

.cdo .table-thead {
    font-weight: 500;
    line-height: 20px;
    color: #3e4042;
    border-bottom: 3px solid #d0cfce
}

.cdo .table-th {
    padding: 12px 16px
}

.cdo .table-th:first-child {
    padding-left: 32px
}

.cdo .table-th:last-child {
    padding-right: 32px
}

.cdo .table-td {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-right: 16px;
    padding-left: 16px;
    border-bottom: solid 1px #d0cfce;
    background: white
}

.cdo .table-td:first-child {
    padding-left: 32px;
}

.cdo .table-td:last-child {
    padding-right: 32px
}

.cdo .table.condensed .table-td {
    padding-top: 16px;
    padding-bottom: 16px
}

.cdo .table.striped .table-thead {
    border-bottom: 0
}

.cdo .table.striped .table-thead .table-th {
    background: #0b2237
}

.cdo .table.striped .table-tbody .table-tr:nth-child(even) .table-td {
    background: #ececeb
}

.cdo .compare-table-wrap {
    position: relative
}

.cdo .video-wrap-outter {
    max-width: 900px
}

.cdo .video-wrap-inner {
    padding-top: calc(100% / (16 / 9))
}

.cdo .video-wrap {
    position: relative
}

.cdo .video-wrap .video-js {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

.cdo .alert-item {
    background-color: #FEF4CD;
    padding: 12px 64px;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.cdo .alert-item-header {
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
    color: #3e4042;
    font-size: 18px;
    line-height: 28.8px;
}

.cdo .alert-item-copy {
    color: #3e4042;
    margin-bottom: 0
}

.cdo .alert-item-cta {
    display: flex;
    align-items: center;
    min-width: 140px;
    margin-left: 32px;
}

.cdo .alert-item-link-wrap {
    font-weight: 500;
    line-height: 22.4px;
    width: 100%;
    text-align: right
}

.cdo .alert-item-link {
    text-decoration: underline !important
}

.cdo .page-breadcrumbs {
    padding: 24px 64px
}

.cdo .banner-breadcrumbs {
    margin-bottom: 72px
}

.cdo .breadcrumbs {
    list-style-type: none;
    font-size: 1em;
    font-weight: 500;
    color: #3e4042;
    margin-bottom: 0px
}

.cdo .breadcrumb-item {
    display: inline-block;
    font-weight: 400
}

.cdo .breadcrumb-item:not(:last-child)::after {
    color: #676a6e;
    content: "\203A";
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px
}

.cdo .breadcrumb-link {
    outline-offset: 4px
}

.cdo .breadcrumb-link:hover {
    text-decoration: underline !important
}

.cdo .breadcrumbs-light {
    color: white
}

.cdo .breadcrumbs-light .breadcrumb-link {
    color: inherit
}

.cdo .breadcrumbs-light .breadcrumb-item:not(:last-child)::after {
    color: inherit
}

.cdo .jump-links {
    columns: 2;
    margin-bottom: 0px;
}

.cdo .jump-links li {
    margin-bottom: 12px;
}

.cdo .view-faq {
    margin-top: 24px;
}

.cdo .custom-fifty-fifty-video .fifty-fifty-wrapping-image-wrap::after {
    background: rgba(11, 34, 55, 0.5);
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    content: "";
}

.cdo .modal .modal-body section.table-section:last-child {
    padding-bottom: 0px;
}

.cdo .modal .modal-body section.table-section:first-child {
    padding-top: 0px !important;
}

.cdo .custom-fifty-fifty-video .fifty-fifty-wrapping-image a.mb-32 {
    margin-bottom: 8px !important;
}

.flow-wrapper {
    max-width: 100%;
    min-height: auto !important;
}


.cdo .custom-fifty-fifty-video .fifty-fifty-wrapping-image .banner-video-play-btn {
    color: #fff;
    background-color: #006EC8;
    background: #006EC8;
    border: none;
    box-shadow: none !important;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    display: flex;
    padding-left: 12px;
}

.cdo .custom-fifty-fifty-video .fifty-fifty-wrapping-image .banner-video-info-wrap {
    position: absolute;
    z-index: 111;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.cdo custom-fifty-fifty-video .fifty-fifty-image {
    padding-bottom: 60px;
}

.cdo .fifty-fifty-wrapping-text {
    padding-top: 40px;
}

.cdo .custom-fifty-fifty-video .fifty-fifty-image {
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
}

.cdo .custom-fifty-fifty-video .fifty-fifty-wrapping-image,
.cdo .custom-fifty-fifty-video .fifty-fifty-wrapping-text {
    padding-top: 0px;

}

.cdo .custom-fifty-fifty-video .fifty-fifty-wrapping-image-wrap {
    position: relative;
    overflow: hidden;
}

.cdo .custom-fifty-fifty-video .usaa-glyph-play {
    margin: auto;
    vertical-align: middle;
    padding: 0px;
    height: auto;
}

.cdo .section-header {
    margin-left: 0px;
}

.cdo .body-copy,
.cdo .card-label {
    text-align: left;
}

.cdo .callout-icon-image {
    width: 38px;
}

.cdo .card-pack.three-pack .card-naked:first-child {
    padding-left: 0px !important;
}

.cdo .card-pack.three-pack .card-naked:first-child {
    padding-left: 0px !important;
}

.cdo .card-pack.three-pack .card-naked:last-child {
    padding-right: 0px;
}

.cdo .only-mobile {
    display: none;
}

.cdo .callout-icon-image {
    width: 38px;
}

.cdo .product-card .cta-btn.primary {
    margin-bottom: 0px !important;
}

.cdo .disclosure-key {
    font-size: 72%;
    vertical-align: 8px;
}

.cdo .custom-fifty-fifty-video .fifty-fifty-wrapping-text {
    padding-bottom: 0px;
}

.cdo .fifty-fifty.ladder .fifty-fifty-wrapping-text ul {
    margin-left: 20px;
    margin-bottom: 24px;
}

.cdo .fifty-fifty.ladder .fifty-fifty-wrapping-text ul li {
    list-style-type: disc;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    color: #3e4042;
}

.cdo .product-card .card-footer {
    padding-top: 16px;
}

.cdo .card-pack .card-header .card-label {
    margin-bottom: 16px;
    font-size: 18px;
}

.cdo .fifty-fifty-wrapping-text .h5 {
    margin-bottom: 12px;
}

.cdo .vendor-disclaimer p {
    font-weight: 600;
}

#card-pack-3-src .cdo .cta-btn.primary {
    width: auto !important;
}

.cdo .callout-button-custom {
    justify-content: space-between;
    align-items: center;
}

.cdo .fifty-fifty-image.full-width {
    width: 100%;
}

.cdo .full-width {
    width: 100%;
}

.cdo .card-pack.three-pack>p.body-copy {
    margin-top: 32px;
}

.cdo .step-card .card-header .step-card-heading {
    text-align: left;
}

/* 
*************************
MOBILE STYLES 
*************************
*/

@media all and (max-width: 767px) {
    .cdo .fifty-fifty.display-flex {
        flex-direction: column;
    }

    p.disclosure-content,
    p.disclosure-content a {
        color: #ffffff !important;
    }

    .usaa-footer-legalText .usaa-disclosures {
        margin-top: 24px;
    }

    .cdo .fifty-fifty.ladder .fifty-fifty-wrapping-text ul {
        margin-left: 20px;
        margin-bottom: 16px;
    }

    .cdo .only-mobile {
        display: inherit;
    }

    .cdo .only-desktop {
        display: none;
    }

    .cdo .jump-links {
        columns: 1;
    }

    .cdo .jump-links li {
        margin-bottom: 20px;
    }

    .cdo .jump-links li:last-child {
        margin-bottom: 0px;
    }

    .cdo .banner .block-wrapper:not(:last-child) {
        margin-top: 16px !important;
        margin-bottom: 16px !important;
    }

    .cdo .card-pack.three-pack .card-footer .primary {
        margin-bottom: 0px !important;
        min-height: 48px;
    }

    .cdo .fifty-fifty-image {
        width: 100%;
    }

    .cdo .fifty-fifty.ladder:not(:last-child) {
        margin-bottom: 16px;
        flex-direction: column;
    }

    .cdo .card-naked:not(:last-child) {
        border-right: 0px;
        border-bottom: 1px solid #e3e2e2;
    }

    .cdo .card-naked:last-child {
        margin-bottom: 0px !important;
    }

    .cdo .custom-fifty-fifty-video .fifty-fifty-wrapping-text {
        padding-bottom: 24px;
    }

    .cdo .custom-fifty-fifty-video .fifty-fifty-image {
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
        left: 0;
        transform: none;
    }

    .cdo .page-breadcrumbs {
        padding: 16px;
    }

    .cdo .breadcrumb-item:not(:last-child)::before {
        color: #676a6e;
        content: "\203A";
        display: inline-block;
        margin-left: 12px;
        margin-right: 12px;
        transform: rotate(180deg)
    }

    .cdo .breadcrumb-item:not(:last-child)::after {
        display: none
    }

    .cdo .breadcrumbs .breadcrumb-item {
        display: none;
    }

    .cdo .breadcrumbs .breadcrumb-item:nth-last-child(2) {
        display: inline-block;
    }

    .cdo .breadcrumbs .breadcrumb-item:nth-last-child(2)::after {
        display: none;
    }

    .cdo .breadcrumbs .breadcrumb-item:nth-last-child(2)::before {
        color: #676a6e;
        content: "\203A";
        display: inline-block;
        margin-left: 12px;
        margin-right: 12px;
        transform: rotate(180deg);
    }

    .cdo .info-cards .card:not(.link-card) .card-icon {
        left: 16px;
    }

    .cdo .card-pack.three-pack .card-naked {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .cdo .fifty-fifty.ladder,
    .cdo .fifty-fifty.reverse {
        flex-direction: column;
    }

    .site-footer {
        background-color: #112940;
    }

    .cdo .card-label {
        margin-top: 0px;
    }

    .cdo .section-header.mobile-remove-mb {
        margin-bottom: 0px !important;
    }

}

.site-header {
    width: 100%;
    max-width: 970px;
    min-height: 78px;
    margin: 0 auto;
    height: auto;
    background-color: #112940
}

.site-header::after {
    display: none
}

.site-footer {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}

.site-footer::before {
    display: none
}

.site-footer-section {
    max-width: none
}

a.usaa-link.site-logo {
    top: 1px;
    left: 45px;
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
    border-radius: 0;
    width: 75px;
    height: 75px
}

.site-header-ia {
    left: 0
}

.site-header-ia::before {
    position: absolute;
    content: " ";
    background-image: url("https://content.usaa.com/mcontent/static_assets/Media/globalIcon-starAndStripe-double-vertical.svg");
    top: -2px;
    left: 21px;
    width: 30px;
    height: 80px
}

.site-header-content {
    padding: 0;
    width: auto
}

a.usaa-link.site-logo .liner {
    height: 75px;
    background-image: url("https://content.usaa.com/mcontent/static_assets/Media/enterprise_nav_globalnav_usaalogo.svg");
    background-size: 51px auto !important
}

.site-header-section {
    max-width: 970px
}

.site-footer .site-footer-content a.usaa-button.logoff-button {
    border: none;
    border-left: 1px solid rgba(161, 177, 188, 0.2);
    border-radius: 0;
    box-shadow: none;
    padding: 22px 30px;
    background: none;
    font-family: "Gotham", Arial, sans-serif;
    font-size: .85em;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 1px;
    transition: background-color .2s
}

.site-footer .site-footer-content a.usaa-button.logoff-button:hover {
    background-color: rgba(255, 255, 255, 0.05)
}
.cdo .vendor-disclaimers a {
	text-decoration: underline !important
}
@media all and (max-width: 667px) {
    .cdo .usaa-life {
        padding: 16px !important;
    }

    .site-header-ia::before {
        display: none
    }

    a.usaa-link.site-logo {
        left: 0
    }
}

.site-content,
.main-content {
    width: 100%;
    margin: 0 auto;
    max-width: 970px;
    padding: 0
}

.switchoptionsmobile {
    padding: 45px;
    background-color: #112940;
    color: #6999AF
}

.switchoptionsmobile a.usaa-link {
    font-family: "Gotham Narrow", Arial, sans-serif;
    font-size: .95em;
    color: #FFF;
    letter-spacing: 1.5px;
    text-decoration: underline;
    text-shadow: none
}

.disclosure-item {
    margin-bottom: 22px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6
}

@media all and (max-width: 549px) {
    .cdo .h2 {
        font-size: 28px;
        line-height: 32px
    }

    .cdo .h3 {
        font-size: 22px;
        line-height: 24px
    }

    .cdo .h4 {
        font-size: 20px;
        line-height: 24px
    }

    .cdo .h5 {
        font-size: 18px;
        line-height: 24px
    }

    .cdo .h6 {
        font-size: 16px;
        line-height: 24px
    }

    .cdo .body-copy-lg {
        font-size: 1em;
        line-height: 24px
    }

    .cdo .display-serif {
        font-size: 32px;
        line-height: 36px
    }

    .cdo .display-sansSerif {
        font-size: 32px;
        line-height: 36px
    }

    .cdo .quote-copy {
        font-size: 18px;
        line-height: 28px
    }
}

@media screen and (max-width: 549px) {
    .cdo .cta-btn {
        display: block;
        width: 100%;
        font-size: 16px;
        padding: 14px
    }

    .cdo .cta-link {
        font-size: 16px
    }
}

@media only screen and (max-width: 799px) {

    .cdo .table.striped.mobile-only .table-thead,
    .cdo .table.striped.mobile-only .table-tbody {
        width: 100%;
        display: table;
    }

    .cdo .fifty-fifty-wrapping-text {
        padding: 32px
    }

    .cdo .fifty-fifty.full-image {
        padding: 32px
    }

    .cdo .fifty-fifty.full-image .fifty-fifty-wrapping-text {
        padding: 40px 32px
    }
}

@media only screen and (max-width: 549px) {
    .cdo .custom-fifty-fifty-video {
        display: flex;
        flex-direction: column !important;
    }

    .cdo .fifty-fifty-wrapping-image {
        width: 100%;
        padding-top: calc(100% / (16 / 9));
    }

    .cdo .fifty-fifty-wrapping-video {
        width: 100%;
        padding-top: calc(100% / (16 / 9))
    }

    .cdo .fifty-fifty-wrapping-video .banner-video-wrap {
        width: 100%;
        height: 60%
    }

    .cdo .fifty-fifty-wrapping-text {
        width: 100%;
        padding: 32px 16px;
        position: relative
    }

    .cdo .fifty-fifty-wrapping-text.diamond-accent::before {
        position: absolute;
        content: '';
        border: 37px solid transparent;
        top: -59px;
        left: calc(50% - 37px);
        border-bottom: 22px solid #fff;
        z-index: 500;
        display: none;
    }

    .cdo .fifty-fifty-wrapping-text.diamond-accent::after {
        content: '\e928';
        font-family: 'usaa_glyphicon_library' !important;
        display: block !important;
        color: #57879d;
        font-size: 24px;
        position: absolute;
        top: -16px;
        left: calc(50% - 20.5px);
        z-index: 500;
        display: none !important;
    }

    .cdo .fifty-fifty.ladder {
        padding: 16px;
        padding-bottom: 24px;
    }

    .cdo .fifty-fifty.ladder .fifty-fifty-wrapping-text {
        padding: 24px 0 0;
    }

    .cdo .fifty-fifty.ladder .fifty-fifty-wrapping-text.diamond-accent::before {
        border-bottom: 22px solid #f6f5f5
    }

    .cdo .fifty-fifty.ladder .fifty-fifty-wrapping-image {
        width: calc(100% + 32px);
        margin: -16px -16px 0px
    }

    .cdo .fifty-fifty.full-image {
        padding: 0px
    }

    .cdo .fifty-fifty.full-image .fifty-fifty-wrapping-image {
        position: relative
    }

    .cdo .fifty-fifty.full-image .fifty-fifty-wrapping-text {
        padding: 32px 16px
    }

    .cdo .card-pack.three-pack .card-naked {
        margin-bottom: 0px !important;
    }
}

@media screen and (-ms-high-contrast: none) and (max-width: 1000px),
screen and (-ms-high-contrast: active) and (max-width: 1000px) {
    .cdo .section .fifty-fifty-image {
        min-width: auto;
        min-height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .cdo .section .fifty-fifty-image.vertical-image {
        min-width: 100%;
        min-height: 100%;
        max-height: inherit;
        height: 100%;
        max-width: inherit
    }
}

@media screen and (-ms-high-contrast: none) and (max-width: 549px),
screen and (-ms-high-contrast: active) and (max-width: 549px) {
    .cdo .section .fifty-fifty-image {
        top: 50%;
        height: auto;
        width: 100%
    }

    .cdo .section .fifty-fifty-image.vertical-image {
        height: inherit
    }
}

@media screen and (max-width: 799px) {
    .cdo .section {
        padding: 48px 32px
    }

    .cdo .section-header {
        margin-bottom: 32px
    }

    .cdo .section-heading {
        font-size: 36px;
        line-height: 40px
    }

    .cdo .section-header-icon {
        font-size: 1.8em;
        margin-top: -16px
    }
}

@media screen and (max-width: 549px) {
    .cdo .section {
        padding: 32px 16px
    }

    .cdo .section-header {
        margin-bottom: 24px
    }

    .cdo .section-heading,
    .cdo .section-sub-heading {
        text-align: left
    }

    .cdo .section-heading:not(:last-child),
    .cdo .section-sub-heading:not(:last-child) {
        margin-bottom: 8px
    }

    .cdo .section-heading {
        font-size: 28px;
        line-height: 32px
    }

    .cdo .section-header-icon {
        font-size: 1.5em;
        margin-bottom: 8px
    }

    .cdo .section-footer {
        text-align: left
    }
}

@media all and (max-width: 549px) {
    .cdo .section {
        padding: 32px 16px
    }
}

@media all and (max-width: 549px) {
    .cdo .fifty-fifty-list .check-list {
        display: block
    }

    .cdo .fifty-fifty-list .check-list li {
        width: 100%;
        padding: 12px 0
    }
}

@media all and (max-width: 799px) {
    .cdo .banner .banner-content {
        padding: 48px 32px
    }

    .cdo .banner .banner-img-wrap {
        display: none
    }

    .cdo .banner.banner-fifty-fifty .banner-img-wrap,
    .cdo .banner.banner-fifty-fifty .banner-video-wrap {
        height: 0;
        overflow: hidden;
        padding-top: calc(100% / (16 / 9));
        position: relative
    }

    .cdo .banner.banner-fifty-fifty .banner-content {
        width: 100%
    }

    .cdo .banner .banner-video-wrap {
        position: relative;
        width: 100%;
        height: 260px
    }

    .cdo .banner .banner-video-wrap:before {
        z-index: 1
    }

    .cdo .banner .banner-video-wrap .banner-img {
        position: absolute;
        top: 0
    }

    .cdo .banner .banner-video-wrap .banner-video-info-wrap {
        position: absolute;
        text-align: center;
        top: 50%;
        left: inherit;
        transform: translateY(-50%);
        z-index: 2
    }

    .cdo .banner .banner-video-wrap .banner-video-info-wrap .banner-video-transcript-btn {
        margin-top: 20px
    }
}

@media all and (max-width: 549px) {
    .cdo .banner .banner-content {
        padding: 32px 16px
    }

    .cdo .banner .banner-accent-heading {
        font-size: 16px;
        line-height: 20px
    }

    .cdo .banner .banner-sub-heading {
        font-size: 32px;
        line-height: 36px
    }

    .cdo .banner .banner-sub-info {
        font-size: 16px;
        line-height: 24px
    }

    .cdo .banner .banner-accent-heading,
    .cdo .banner .banner-sub-heading {
        margin-bottom: 8px
    }

    .cdo .banner .banner-sub-info {
        margin-bottom: 16px
    }

    .cdo .banner .body-copy:not(:last-child),
    .cdo .banner .cta-btn:not(:last-child),
    .cdo .banner .block-wrapper:not(:last-child) {
        margin-bottom: 16px
    }

    .cdo .banner .banner-img-wrap {
        display: block;
        width: 100%;
        position: relative;
        max-height: 200px
    }

    .cdo .banner .star-bar {
        display: flex;
        max-width: 100%;
        padding: 0;
        margin-bottom: 16px;
        margin-top: -4px
    }

    .cdo .banner .star-bar-desktop {
        display: none
    }

    .cdo .banner.banner-promise:not(.banner-center) .banner-content {
        padding-left: 16px
    }

    .cdo .banner.banner-fifty-fifty {
        display: flex;
        flex-direction: column-reverse
    }

    .cdo .banner.banner-fifty-fifty .banner-video-wrap {
        display: flex;
        position: relative;
        height: 190px;
        width: 100%
    }

    .cdo .banner.banner-fifty-fifty .banner-img {
        position: absolute;
        top: 0
    }

    .cdo .banner.banner-center .banner-content {
        text-align: left
    }
}

@media (max-width: 799px) {
    .cdo .page-breadcrumbs {
        padding: 12px 16px
    }

    .cdo .banner-breadcrumbs {
        margin-bottom: 48px
    }
}

@media (max-width: 549px) {
    .cdo .banner-breadcrumbs {
        margin-bottom: 32px
    }
}

@media all and (max-width: 799px) {
    .cdo .callout {
        padding: 32px 32px
    }

    .cdo .callout-cta {
        padding-left: 48px
    }
}

@media all and (max-width: 549px) {
    .cdo .callout {
        display: block;
        padding: 32px 16px
    }

    .cdo .callout-cta {
        margin-top: 16px;
        padding-left: 0px
    }

    .cdo .callout-icon {
        border-right: 0px;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 16px;
        border-bottom: 1px solid #d0cfce;
        margin-bottom: 16px
    }
}

@media all and (max-width: 799px) {
    .cdo .row.md\:row-stack {
        display: block
    }

    .cdo .row.column-gutters {
        margin-left: -8px;
        margin-right: -8px
    }

    .cdo .row.column-gutters .column {
        margin-left: 8px;
        margin-right: 8px
    }

    .cdo .row.row-gutters {
        margin-top: -8px
    }

    .cdo .row.row-gutters .column {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .cdo .md\:column-1 {
        flex: 0 0 calc(8.33333% - 1em);
        max-width: 8.33333%
    }

    .cdo .md\:column-2 {
        flex: 0 0 calc(16.66667% - 1em);
        max-width: 16.66667%
    }

    .cdo .md\:column-3 {
        flex: 0 0 calc(25% - 1em);
        max-width: 25%
    }

    .cdo .md\:column-4 {
        flex: 0 0 calc(33.33333% - 1em);
        max-width: 33.33333%
    }

    .cdo .md\:column-5 {
        flex: 0 0 calc(41.66667% - 1em);
        max-width: 41.66667%
    }

    .cdo .md\:column-6 {
        flex: 0 0 calc(50% - 1em);
        max-width: 50%
    }

    .cdo .md\:column-7 {
        flex: 0 0 calc(58.33333% - 1em);
        max-width: 58.33333%
    }

    .cdo .md\:column-8 {
        flex: 0 0 calc(66.66667% - 1em);
        max-width: 66.66667%
    }

    .cdo .md\:column-9 {
        flex: 0 0 calc(75% - 1em);
        max-width: 75%
    }

    .cdo .md\:column-10 {
        flex: 0 0 calc(83.33333% - 1em);
        max-width: 83.33333%
    }

    .cdo .md\:column-11 {
        flex: 0 0 calc(91.66667% - 1em);
        max-width: 91.66667%
    }

    .cdo .md\:column-12 {
        flex: 0 0 calc(100% - 1em);
        max-width: 100%
    }
}

@media all and (max-width: 549px) {
    .cdo .row.sm\:row-stack {
        display: block
    }

    .cdo.row-gutters {
        margin-top: -8px
    }

    .cdo.row-gutters .column {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .cdo .sm\:column-1 {
        flex: 0 0 calc(8.33333% - 1em);
        max-width: 8.33333%
    }

    .cdo .sm\:column-2 {
        flex: 0 0 calc(16.66667% - 1em);
        max-width: 16.66667%
    }

    .cdo .sm\:column-3 {
        flex: 0 0 calc(25% - 1em);
        max-width: 25%
    }

    .cdo .sm\:column-4 {
        flex: 0 0 calc(33.33333% - 1em);
        max-width: 33.33333%
    }

    .cdo .sm\:column-5 {
        flex: 0 0 calc(41.66667% - 1em);
        max-width: 41.66667%
    }

    .cdo .sm\:column-6 {
        flex: 0 0 calc(50% - 1em);
        max-width: 50%
    }

    .cdo .sm\:column-7 {
        flex: 0 0 calc(58.33333% - 1em);
        max-width: 58.33333%
    }

    .cdo .sm\:column-8 {
        flex: 0 0 calc(66.66667% - 1em);
        max-width: 66.66667%
    }

    .cdo .sm\:column-9 {
        flex: 0 0 calc(75% - 1em);
        max-width: 75%
    }

    .cdo .sm\:column-10 {
        flex: 0 0 calc(83.33333% - 1em);
        max-width: 83.33333%
    }

    .cdo .sm\:column-11 {
        flex: 0 0 calc(91.66667% - 1em);
        max-width: 91.66667%
    }

    .cdo .sm\:column-12 {
        flex: 0 0 calc(100% - 1em);
        max-width: 100%
    }
}

@media (max-width: 549px) {
    .cdo .cdo-accordion .accordion-row {
        margin-left: -16px;
        margin-right: -16px
    }
}

@media all and (max-width: 799px) {
    .cdo .banner .banner-content {
        padding: 48px 32px
    }

    .cdo .banner .banner-img-wrap {
        display: none
    }

    .cdo .banner.banner-fifty-fifty .banner-img-wrap,
    .cdo .banner.banner-fifty-fifty .banner-video-wrap {
        height: 0;
        overflow: hidden;
        padding-top: calc(100% / (16 / 9));
        position: relative
    }

    .cdo .banner.banner-fifty-fifty .banner-content {
        width: 100%
    }

    .cdo .banner .banner-video-wrap {
        position: relative;
        width: 100%;
        height: 260px
    }

    .cdo .banner .banner-video-wrap:before {
        z-index: 1
    }

    .cdo .banner .banner-video-wrap .banner-img {
        position: absolute;
        top: 0
    }

    .cdo .banner .banner-video-wrap .banner-video-info-wrap {
        position: absolute;
        text-align: center;
        top: 50%;
        left: inherit;
        transform: translateY(-50%);
        z-index: 2
    }

    .cdo .banner .banner-video-wrap .banner-video-info-wrap .banner-video-transcript-btn {
        margin-top: 20px
    }
}

@media all and (max-width: 549px) {
    .cdo .banner .banner-content {
        padding: 32px 16px
    }

    .cdo .banner .banner-accent-heading {
        font-size: 16px;
        line-height: 20px
    }

    .cdo .banner .banner-sub-heading {
        font-size: 32px;
        line-height: 36px
    }

    .cdo .banner .banner-sub-info {
        font-size: 16px;
        line-height: 24px
    }

    .cdo .banner .banner-accent-heading,
    .cdo .banner .banner-sub-heading {
        margin-bottom: 8px
    }

    .cdo .banner .banner-sub-info {
        margin-bottom: 16px
    }

    .cdo .banner .body-copy:not(:last-child),
    .cdo .banner .cta-btn:not(:last-child),
    .cdo .banner .block-wrapper:not(:last-child) {
        margin-bottom: 16px
    }

    .cdo .banner .banner-img-wrap {
        display: block;
        width: 100%;
        position: relative;
        max-height: 200px
    }

    .cdo .banner .star-bar {
        display: flex;
        max-width: 100%;
        padding: 0;
        margin-bottom: 16px;
        margin-top: -4px
    }

    .cdo .banner .star-bar-desktop {
        display: none
    }

    .cdo .banner.banner-promise:not(.banner-center) .banner-content {
        padding-left: 16px
    }

    .cdo .banner.banner-fifty-fifty {
        display: flex;
        flex-direction: column-reverse
    }

    .cdo .banner.banner-fifty-fifty .banner-video-wrap {
        display: flex;
        position: relative;
        height: 190px;
        width: 100%
    }

    .cdo .banner.banner-fifty-fifty .banner-img {
        position: absolute;
        top: 0
    }

    .cdo .banner.banner-center .banner-content {
        text-align: left
    }
}

@media all and (max-width: 799px) {
    .cdo .card-pack.two-pack {
        margin-bottom: -24px
    }

    .cdo .card-pack.two-pack .card {
        width: calc(50% - 12px);
        margin-bottom: 24px;
        padding: 24px
    }

    .cdo .card-pack.two-pack .card:nth-child(even) {
        margin-left: 24px
    }

    .cdo .card-pack.three-pack .card {
        width: 100%;
        padding: 24px;
        margin-right: 0px;
        margin-bottom: 24px;
    }
    
    .cdo .card-pack.three-pack .card-naked {
        padding: 0px;
        
    }
    
    .cdo .card-naked:not(:last-child) {
        border-right: 0px;
        border-bottom: 1px solid #e3e2e2;
    }
    
    .cdo .card-pack.three-pack.info-cards .card-naked {
        padding-bottom: 24px;
    }
    
    .cdo .card-pack.three-pack.info-cards .card-naked:first-child {
         padding-top: 0px;   
    }

    .cdo .card-pack.three-pack.info-cards .card-naked:last-child {
         padding-bottom: 0px;
         margin-bottom: 0px;
    }
    
    .cdo .card-pack.three-pack .card:nth-child(3n) {
        margin-right: 0px
    }

    .cdo .card-pack.four-pack {
        margin-bottom: -16px
    }

    .cdo .card-pack.four-pack .card {
        width: calc(50% - 8px);
        margin-bottom: 16px;
        padding: 16px;
        margin-right: 16px
    }

    .cdo .card-pack.four-pack .card:nth-child(2n) {
        margin-right: 0px
    }

    .cdo .card-pack.four-pack .card:last-child {
        margin-right: 0px
    }

    .cdo .card-pack.two-pack .card-naked {
        width: 50%
    }

    .cdo .card-pack.two-pack .card-naked:nth-child(even) {
        margin-left: 0
    }

    .cdo .card-pack.three-pack .card-naked {
        width: 100%;
        margin-right: 0
    }

    .cdo .card-pack.four-pack .card-naked {
        width: 50%;
        margin-right: 0
    }

    .cdo .card-pack.four-pack .card-naked:nth-child(odd) {
        border-right: 1px solid #E3E2E2
    }

    .cdo .card-pack.four-pack .card-naked:nth-child(even) {
        border-right: 0
    }

    .cdo .card-pack.four-pack .card-naked:last-child {
        border-right: 0
    }

    .cdo .card-img-wrap {
        padding-top: 40%;
    }
}

@media all and (max-width: 549px) {
    .cdo .card:not(.link-card) {
        text-align: left
    }

    .cdo .card:not(.link-card) .card-icon {
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }

    .cdo .card-pack.two-pack {
        margin-bottom: -16px
    }

    .cdo .card-pack.two-pack .card {
        width: 100%;
        margin-bottom: 16px;
        padding: 24px 16px
    }

    .cdo .card-pack.two-pack .card:nth-of-type(even) {
        margin-left: 0px
    }

    .cdo .card-pack.three-pack {
        margin-bottom: -16px
    }

    .cdo .card-pack.three-pack .card {
        width: 100%;
        margin-bottom: 16px;
        padding: 24px 16px;
        margin-right: 0px
    }

    .cdo .card-pack.three-pack .product-card {
        padding: 24px 16px 32px;
    }

    .cdo .card-pack.three-pack .card:nth-of-type(3n) {
        margin-right: 0px
    }

    .cdo .card-pack.four-pack {
        margin-bottom: -16px
    }

    .cdo .card-pack.four-pack .card {
        width: 100%;
        margin-bottom: 16px;
        padding: 24px 16px;
        margin-right: 0px
    }

    .cdo .card-pack.four-pack .card:nth-of-type(2n) {
        margin-right: 0px
    }

    .cdo .card-pack[class$="-pack"] .card-naked {
        border-right: 0;
        border-bottom: 1px solid #E3E2E2
    }

    .cdo .card-pack[class$="-pack"] .card-naked:last-child {
        border-bottom: 0
    }

    .cdo .card-pack .step-card .card-header {
        text-align: center
    }

    .cdo .product-card-header {
        display: block;
        padding: 16px;
        margin: -24px -16px 16px !important;
    }

    .cdo .product-card-supporting-text {
        border-top: 1px solid white;
        padding-top: 8px;
        margin-top: 8px
    }

    .cdo .product-card-heading {
        text-align: left;
        font-size: 18px;
    }

    .cdo .card-img-wrap {
        padding-top: 56.5%;
        margin: -24px -16px 16px;
    }
}

@media screen and (max-width: 549px) {
    .cdo .sm\:p-0 {
        padding: 0px !important
    }

    .cdo .sm\:p-1 {
        padding: 1px !important
    }

    .cdo .sm\:p-5 {
        padding: 5px !important
    }

    .cdo .sm\:p-8 {
        padding: 8px !important
    }

    .cdo .sm\:p-10 {
        padding: 10px !important
    }

    .cdo .sm\:p-12 {
        padding: 12px !important
    }

    .cdo .sm\:p-15 {
        padding: 15px !important
    }

    .cdo .sm\:p-16 {
        padding: 16px !important
    }

    .cdo .sm\:p-20 {
        padding: 20px !important
    }

    .cdo .sm\:p-30 {
        padding: 30px !important
    }

    .cdo .sm\:p-40 {
        padding: 40px !important
    }

    .cdo .sm\:p-45 {
        padding: 45px !important
    }

    .cdo .sm\:p-60 {
        padding: 60px !important
    }

    .cdo .sm\:p-70 {
        padding: 70px !important
    }

    .cdo .sm\:p-80 {
        padding: 80px !important
    }

    .cdo .sm\:p-90 {
        padding: 90px !important
    }

    .cdo .sm\:p-100 {
        padding: 100px !important
    }

    .cdo .sm\:pt-0 {
        padding-top: 0px !important
    }

    .cdo .sm\:pt-1 {
        padding-top: 1px !important
    }

    .cdo .sm\:pt-5 {
        padding-top: 5px !important
    }

    .cdo .sm\:pt-8 {
        padding-top: 8px !important
    }

    .cdo .sm\:pt-10 {
        padding-top: 10px !important
    }

    .cdo .sm\:pt-12 {
        padding-top: 12px !important
    }

    .cdo .sm\:pt-15 {
        padding-top: 15px !important
    }

    .cdo .sm\:pt-16 {
        padding-top: 16px !important
    }

    .cdo .sm\:pt-20 {
        padding-top: 20px !important
    }

    .cdo .sm\:pt-30 {
        padding-top: 30px !important
    }

    .cdo .sm\:pt-40 {
        padding-top: 40px !important
    }

    .cdo .sm\:pt-45 {
        padding-top: 45px !important
    }

    .cdo .sm\:pt-60 {
        padding-top: 60px !important
    }

    .cdo .sm\:pt-70 {
        padding-top: 70px !important
    }

    .cdo .sm\:pt-80 {
        padding-top: 80px !important
    }

    .cdo .sm\:pt-90 {
        padding-top: 90px !important
    }

    .cdo .sm\:pt-100 {
        padding-top: 100px !important
    }

    .cdo .sm\:pr-0 {
        padding-right: 0px !important
    }

    .cdo .sm\:pr-1 {
        padding-right: 1px !important
    }

    .cdo .sm\:pr-5 {
        padding-right: 5px !important
    }

    .cdo .sm\:pr-8 {
        padding-right: 8px !important
    }

    .cdo .sm\:pr-10 {
        padding-right: 10px !important
    }

    .cdo .sm\:pr-12 {
        padding-right: 12px !important
    }

    .cdo .sm\:pr-15 {
        padding-right: 15px !important
    }

    .cdo .sm\:pr-16 {
        padding-right: 16px !important
    }

    .cdo .sm\:pr-20 {
        padding-right: 20px !important
    }

    .cdo .sm\:pr-30 {
        padding-right: 30px !important
    }

    .cdo .sm\:pr-40 {
        padding-right: 40px !important
    }

    .cdo .sm\:pr-45 {
        padding-right: 45px !important
    }

    .cdo .sm\:pr-60 {
        padding-right: 60px !important
    }

    .cdo .sm\:pr-70 {
        padding-right: 70px !important
    }

    .cdo .sm\:pr-80 {
        padding-right: 80px !important
    }

    .cdo .sm\:pr-90 {
        padding-right: 90px !important
    }

    .cdo .sm\:pr-100 {
        padding-right: 100px !important
    }

    .cdo .sm\:pb-0 {
        padding-bottom: 0px !important
    }

    .cdo .sm\:pb-1 {
        padding-bottom: 1px !important
    }

    .cdo .sm\:pb-5 {
        padding-bottom: 5px !important
    }

    .cdo .sm\:pb-8 {
        padding-bottom: 8px !important
    }

    .cdo .sm\:pb-10 {
        padding-bottom: 10px !important
    }

    .cdo .sm\:pb-12 {
        padding-bottom: 12px !important
    }

    .cdo .sm\:pb-15 {
        padding-bottom: 15px !important
    }

    .cdo .sm\:pb-16 {
        padding-bottom: 16px !important
    }

    .cdo .sm\:pb-20 {
        padding-bottom: 20px !important
    }

    .cdo .sm\:pb-30 {
        padding-bottom: 30px !important
    }

    .cdo .sm\:pb-40 {
        padding-bottom: 40px !important
    }

    .cdo .sm\:pb-45 {
        padding-bottom: 45px !important
    }

    .cdo .sm\:pb-60 {
        padding-bottom: 60px !important
    }

    .cdo .sm\:pb-70 {
        padding-bottom: 70px !important
    }

    .cdo .sm\:pb-80 {
        padding-bottom: 80px !important
    }

    .cdo .sm\:pb-90 {
        padding-bottom: 90px !important
    }

    .cdo .sm\:pb-100 {
        padding-bottom: 100px !important
    }

    .cdo .sm\:pl-0 {
        padding-left: 0px !important
    }

    .cdo .sm\:pl-1 {
        padding-left: 1px !important
    }

    .cdo .sm\:pl-5 {
        padding-left: 5px !important
    }

    .cdo .sm\:pl-8 {
        padding-left: 8px !important
    }

    .cdo .sm\:pl-10 {
        padding-left: 10px !important
    }

    .cdo .sm\:pl-12 {
        padding-left: 12px !important
    }

    .cdo .sm\:pl-15 {
        padding-left: 15px !important
    }

    .cdo .sm\:pl-16 {
        padding-left: 16px !important
    }

    .cdo .sm\:pl-20 {
        padding-left: 20px !important
    }

    .cdo .sm\:pl-30 {
        padding-left: 30px !important
    }

    .cdo .sm\:pl-40 {
        padding-left: 40px !important
    }

    .cdo .sm\:pl-45 {
        padding-left: 45px !important
    }

    .cdo .sm\:pl-60 {
        padding-left: 60px !important
    }

    .cdo .sm\:pl-70 {
        padding-left: 70px !important
    }

    .cdo .sm\:pl-80 {
        padding-left: 80px !important
    }

    .cdo .sm\:pl-90 {
        padding-left: 90px !important
    }

    .cdo .sm\:pl-100 {
        padding-left: 100px !important
    }

    .cdo .sm\:m-0 {
        margin: 0px !important
    }

    .cdo .sm\:m-1 {
        margin: 1px !important
    }

    .cdo .sm\:m-5 {
        margin: 5px !important
    }

    .cdo .sm\:m-8 {
        margin: 8px !important
    }

    .cdo .sm\:m-10 {
        margin: 10px !important
    }

    .cdo .sm\:m-12 {
        margin: 12px !important
    }

    .cdo .sm\:m-15 {
        margin: 15px !important
    }

    .cdo .sm\:m-16 {
        margin: 16px !important
    }

    .cdo .sm\:m-20 {
        margin: 20px !important
    }

    .cdo .sm\:m-30 {
        margin: 30px !important
    }

    .cdo .sm\:m-40 {
        margin: 40px !important
    }

    .cdo .sm\:m-45 {
        margin: 45px !important
    }

    .cdo .sm\:m-60 {
        margin: 60px !important
    }

    .cdo .sm\:m-70 {
        margin: 70px !important
    }

    .cdo .sm\:m-80 {
        margin: 80px !important
    }

    .cdo .sm\:m-90 {
        margin: 90px !important
    }

    .cdo .sm\:m-100 {
        margin: 100px !important
    }

    .cdo .sm\:mt-0 {
        margin-top: 0px !important
    }

    .cdo .sm\:mt-1 {
        margin-top: 1px !important
    }

    .cdo .sm\:mt-5 {
        margin-top: 5px !important
    }

    .cdo .sm\:mt-8 {
        margin-top: 8px !important
    }

    .cdo .sm\:mt-10 {
        margin-top: 10px !important
    }

    .cdo .sm\:mt-12 {
        margin-top: 12px !important
    }

    .cdo .sm\:mt-15 {
        margin-top: 15px !important
    }

    .cdo .sm\:mt-16 {
        margin-top: 16px !important
    }

    .cdo .sm\:mt-20 {
        margin-top: 20px !important
    }

    .cdo .sm\:mt-30 {
        margin-top: 30px !important
    }

    .cdo .sm\:mt-40 {
        margin-top: 40px !important
    }

    .cdo .sm\:mt-45 {
        margin-top: 45px !important
    }

    .cdo .sm\:mt-60 {
        margin-top: 60px !important
    }

    .cdo .sm\:mt-70 {
        margin-top: 70px !important
    }

    .cdo .sm\:mt-80 {
        margin-top: 80px !important
    }

    .cdo .sm\:mt-90 {
        margin-top: 90px !important
    }

    .cdo .sm\:mt-100 {
        margin-top: 100px !important
    }

    .cdo .sm\:mr-0 {
        margin-right: 0px !important
    }

    .cdo .sm\:mr-1 {
        margin-right: 1px !important
    }

    .cdo .sm\:mr-5 {
        margin-right: 5px !important
    }

    .cdo .sm\:mr-8 {
        margin-right: 8px !important
    }

    .cdo .sm\:mr-10 {
        margin-right: 10px !important
    }

    .cdo .sm\:mr-12 {
        margin-right: 12px !important
    }

    .cdo .sm\:mr-15 {
        margin-right: 15px !important
    }

    .cdo .sm\:mr-16 {
        margin-right: 16px !important
    }

    .cdo .sm\:mr-20 {
        margin-right: 20px !important
    }

    .cdo .sm\:mr-30 {
        margin-right: 30px !important
    }

    .cdo .sm\:mr-40 {
        margin-right: 40px !important
    }

    .cdo .sm\:mr-45 {
        margin-right: 45px !important
    }

    .cdo .sm\:mr-60 {
        margin-right: 60px !important
    }

    .cdo .sm\:mr-70 {
        margin-right: 70px !important
    }

    .cdo .sm\:mr-80 {
        margin-right: 80px !important
    }

    .cdo .sm\:mr-90 {
        margin-right: 90px !important
    }

    .cdo .sm\:mr-100 {
        margin-right: 100px !important
    }

    .cdo .sm\:mb-0 {
        margin-bottom: 0px !important
    }

    .cdo .sm\:mb-1 {
        margin-bottom: 1px !important
    }

    .cdo .sm\:mb-5 {
        margin-bottom: 5px !important
    }

    .cdo .sm\:mb-8 {
        margin-bottom: 8px !important
    }

    .cdo .sm\:mb-10 {
        margin-bottom: 10px !important
    }

    .cdo .sm\:mb-12 {
        margin-bottom: 12px !important
    }

    .cdo .sm\:mb-15 {
        margin-bottom: 15px !important
    }

    .cdo .sm\:mb-16 {
        margin-bottom: 16px !important
    }

    .cdo .sm\:mb-20 {
        margin-bottom: 20px !important
    }

    .cdo .sm\:mb-30 {
        margin-bottom: 30px !important
    }

    .cdo .sm\:mb-40 {
        margin-bottom: 40px !important
    }

    .cdo .sm\:mb-45 {
        margin-bottom: 45px !important
    }

    .cdo .sm\:mb-60 {
        margin-bottom: 60px !important
    }

    .cdo .sm\:mb-70 {
        margin-bottom: 70px !important
    }

    .cdo .sm\:mb-80 {
        margin-bottom: 80px !important
    }

    .cdo .sm\:mb-90 {
        margin-bottom: 90px !important
    }

    .cdo .sm\:mb-100 {
        margin-bottom: 100px !important
    }

    .cdo .sm\:ml-0 {
        margin-left: 0px !important
    }

    .cdo .sm\:ml-1 {
        margin-left: 1px !important
    }

    .cdo .sm\:ml-5 {
        margin-left: 5px !important
    }

    .cdo .sm\:ml-8 {
        margin-left: 8px !important
    }

    .cdo .sm\:ml-10 {
        margin-left: 10px !important
    }

    .cdo .sm\:ml-12 {
        margin-left: 12px !important
    }

    .cdo .sm\:ml-15 {
        margin-left: 15px !important
    }

    .cdo .sm\:ml-16 {
        margin-left: 16px !important
    }

    .cdo .sm\:ml-20 {
        margin-left: 20px !important
    }

    .cdo .sm\:ml-30 {
        margin-left: 30px !important
    }

    .cdo .sm\:ml-40 {
        margin-left: 40px !important
    }

    .cdo .sm\:ml-45 {
        margin-left: 45px !important
    }

    .cdo .sm\:ml-60 {
        margin-left: 60px !important
    }

    .cdo .sm\:ml-70 {
        margin-left: 70px !important
    }

    .cdo .sm\:ml-80 {
        margin-left: 80px !important
    }

    .cdo .sm\:ml-90 {
        margin-left: 90px !important
    }

    .cdo .sm\:ml-100 {
        margin-left: 100px !important
    }
}

@media screen and (max-width: 799px) {
    .cdo .md\:p-0 {
        padding: 0px !important
    }

    .cdo .md\:p-1 {
        padding: 1px !important
    }

    .cdo .md\:p-5 {
        padding: 5px !important
    }

    .cdo .md\:p-8 {
        padding: 8px !important
    }

    .cdo .md\:p-10 {
        padding: 10px !important
    }

    .cdo .md\:p-12 {
        padding: 12px !important
    }

    .cdo .md\:p-15 {
        padding: 15px !important
    }

    .cdo .md\:p-16 {
        padding: 16px !important
    }

    .cdo .md\:p-20 {
        padding: 20px !important
    }

    .cdo .md\:p-30 {
        padding: 30px !important
    }

    .cdo .md\:p-40 {
        padding: 40px !important
    }

    .cdo .md\:p-45 {
        padding: 45px !important
    }

    .cdo .md\:p-60 {
        padding: 60px !important
    }

    .cdo .md\:p-70 {
        padding: 70px !important
    }

    .cdo .md\:p-80 {
        padding: 80px !important
    }

    .cdo .md\:p-90 {
        padding: 90px !important
    }

    .cdo .md\:p-100 {
        padding: 100px !important
    }

    .cdo .md\:pt-0 {
        padding-top: 0px !important
    }

    .cdo .md\:pt-1 {
        padding-top: 1px !important
    }

    .cdo .md\:pt-5 {
        padding-top: 5px !important
    }

    .cdo .md\:pt-8 {
        padding-top: 8px !important
    }

    .cdo .md\:pt-10 {
        padding-top: 10px !important
    }

    .cdo .md\:pt-12 {
        padding-top: 12px !important
    }

    .cdo .md\:pt-15 {
        padding-top: 15px !important
    }

    .cdo .md\:pt-16 {
        padding-top: 16px !important
    }

    .cdo .md\:pt-20 {
        padding-top: 20px !important
    }

    .cdo .md\:pt-30 {
        padding-top: 30px !important
    }

    .cdo .md\:pt-40 {
        padding-top: 40px !important
    }

    .cdo .md\:pt-45 {
        padding-top: 45px !important
    }

    .cdo .md\:pt-60 {
        padding-top: 60px !important
    }

    .cdo .md\:pt-70 {
        padding-top: 70px !important
    }

    .cdo .md\:pt-80 {
        padding-top: 80px !important
    }

    .cdo .md\:pt-90 {
        padding-top: 90px !important
    }

    .cdo .md\:pt-100 {
        padding-top: 100px !important
    }

    .cdo .md\:pr-0 {
        padding-right: 0px !important
    }

    .cdo .md\:pr-1 {
        padding-right: 1px !important
    }

    .cdo .md\:pr-5 {
        padding-right: 5px !important
    }

    .cdo .md\:pr-8 {
        padding-right: 8px !important
    }

    .cdo .md\:pr-10 {
        padding-right: 10px !important
    }

    .cdo .md\:pr-12 {
        padding-right: 12px !important
    }

    .cdo .md\:pr-15 {
        padding-right: 15px !important
    }

    .cdo .md\:pr-16 {
        padding-right: 16px !important
    }

    .cdo .md\:pr-20 {
        padding-right: 20px !important
    }

    .cdo .md\:pr-30 {
        padding-right: 30px !important
    }

    .cdo .md\:pr-40 {
        padding-right: 40px !important
    }

    .cdo .md\:pr-45 {
        padding-right: 45px !important
    }

    .cdo .md\:pr-60 {
        padding-right: 60px !important
    }

    .cdo .md\:pr-70 {
        padding-right: 70px !important
    }

    .cdo .md\:pr-80 {
        padding-right: 80px !important
    }

    .cdo .md\:pr-90 {
        padding-right: 90px !important
    }

    .cdo .md\:pr-100 {
        padding-right: 100px !important
    }

    .cdo .md\:pb-0 {
        padding-bottom: 0px !important
    }

    .cdo .md\:pb-1 {
        padding-bottom: 1px !important
    }

    .cdo .md\:pb-5 {
        padding-bottom: 5px !important
    }

    .cdo .md\:pb-8 {
        padding-bottom: 8px !important
    }

    .cdo .md\:pb-10 {
        padding-bottom: 10px !important
    }

    .cdo .md\:pb-12 {
        padding-bottom: 12px !important
    }

    .cdo .md\:pb-15 {
        padding-bottom: 15px !important
    }

    .cdo .md\:pb-16 {
        padding-bottom: 16px !important
    }

    .cdo .md\:pb-20 {
        padding-bottom: 20px !important
    }

    .cdo .md\:pb-30 {
        padding-bottom: 30px !important
    }

    .cdo .md\:pb-40 {
        padding-bottom: 40px !important
    }

    .cdo .md\:pb-45 {
        padding-bottom: 45px !important
    }

    .cdo .md\:pb-60 {
        padding-bottom: 60px !important
    }

    .cdo .md\:pb-70 {
        padding-bottom: 70px !important
    }

    .cdo .md\:pb-80 {
        padding-bottom: 80px !important
    }

    .cdo .md\:pb-90 {
        padding-bottom: 90px !important
    }

    .cdo .md\:pb-100 {
        padding-bottom: 100px !important
    }

    .cdo .md\:pl-0 {
        padding-left: 0px !important
    }

    .cdo .md\:pl-1 {
        padding-left: 1px !important
    }

    .cdo .md\:pl-5 {
        padding-left: 5px !important
    }

    .cdo .md\:pl-8 {
        padding-left: 8px !important
    }

    .cdo .md\:pl-10 {
        padding-left: 10px !important
    }

    .cdo .md\:pl-12 {
        padding-left: 12px !important
    }

    .cdo .md\:pl-15 {
        padding-left: 15px !important
    }

    .cdo .md\:pl-16 {
        padding-left: 16px !important
    }

    .cdo .md\:pl-20 {
        padding-left: 20px !important
    }

    .cdo .md\:pl-30 {
        padding-left: 30px !important
    }

    .cdo .md\:pl-40 {
        padding-left: 40px !important
    }

    .cdo .md\:pl-45 {
        padding-left: 45px !important
    }

    .cdo .md\:pl-60 {
        padding-left: 60px !important
    }

    .cdo .md\:pl-70 {
        padding-left: 70px !important
    }

    .cdo .md\:pl-80 {
        padding-left: 80px !important
    }

    .cdo .md\:pl-90 {
        padding-left: 90px !important
    }

    .cdo .md\:pl-100 {
        padding-left: 100px !important
    }

    .cdo .md\:m-0 {
        margin: 0px !important
    }

    .cdo .md\:m-1 {
        margin: 1px !important
    }

    .cdo .md\:m-5 {
        margin: 5px !important
    }

    .cdo .md\:m-8 {
        margin: 8px !important
    }

    .cdo .md\:m-10 {
        margin: 10px !important
    }

    .cdo .md\:m-12 {
        margin: 12px !important
    }

    .cdo .md\:m-15 {
        margin: 15px !important
    }

    .cdo .md\:m-16 {
        margin: 16px !important
    }

    .cdo .md\:m-20 {
        margin: 20px !important
    }

    .cdo .md\:m-30 {
        margin: 30px !important
    }

    .cdo .md\:m-40 {
        margin: 40px !important
    }

    .cdo .md\:m-45 {
        margin: 45px !important
    }

    .cdo .md\:m-60 {
        margin: 60px !important
    }

    .cdo .md\:m-70 {
        margin: 70px !important
    }

    .cdo .md\:m-80 {
        margin: 80px !important
    }

    .cdo .md\:m-90 {
        margin: 90px !important
    }

    .cdo .md\:m-100 {
        margin: 100px !important
    }

    .cdo .md\:mt-0 {
        margin-top: 0px !important
    }

    .cdo .md\:mt-1 {
        margin-top: 1px !important
    }

    .cdo .md\:mt-5 {
        margin-top: 5px !important
    }

    .cdo .md\:mt-8 {
        margin-top: 8px !important
    }

    .cdo .md\:mt-10 {
        margin-top: 10px !important
    }

    .cdo .md\:mt-12 {
        margin-top: 12px !important
    }

    .cdo .md\:mt-15 {
        margin-top: 15px !important
    }

    .cdo .md\:mt-16 {
        margin-top: 16px !important
    }

    .cdo .md\:mt-20 {
        margin-top: 20px !important
    }

    .cdo .md\:mt-30 {
        margin-top: 30px !important
    }

    .cdo .md\:mt-40 {
        margin-top: 40px !important
    }

    .cdo .md\:mt-45 {
        margin-top: 45px !important
    }

    .cdo .md\:mt-60 {
        margin-top: 60px !important
    }

    .cdo .md\:mt-70 {
        margin-top: 70px !important
    }

    .cdo .md\:mt-80 {
        margin-top: 80px !important
    }

    .cdo .md\:mt-90 {
        margin-top: 90px !important
    }

    .cdo .md\:mt-100 {
        margin-top: 100px !important
    }

    .cdo .md\:mr-0 {
        margin-right: 0px !important
    }

    .cdo .md\:mr-1 {
        margin-right: 1px !important
    }

    .cdo .md\:mr-5 {
        margin-right: 5px !important
    }

    .cdo .md\:mr-8 {
        margin-right: 8px !important
    }

    .cdo .md\:mr-10 {
        margin-right: 10px !important
    }

    .cdo .md\:mr-12 {
        margin-right: 12px !important
    }

    .cdo .md\:mr-15 {
        margin-right: 15px !important
    }

    .cdo .md\:mr-16 {
        margin-right: 16px !important
    }

    .cdo .md\:mr-20 {
        margin-right: 20px !important
    }

    .cdo .md\:mr-30 {
        margin-right: 30px !important
    }

    .cdo .md\:mr-40 {
        margin-right: 40px !important
    }

    .cdo .md\:mr-45 {
        margin-right: 45px !important
    }

    .cdo .md\:mr-60 {
        margin-right: 60px !important
    }

    .cdo .md\:mr-70 {
        margin-right: 70px !important
    }

    .cdo .md\:mr-80 {
        margin-right: 80px !important
    }

    .cdo .md\:mr-90 {
        margin-right: 90px !important
    }

    .cdo .md\:mr-100 {
        margin-right: 100px !important
    }

    .cdo .md\:mb-0 {
        margin-bottom: 0px !important
    }

    .cdo .md\:mb-1 {
        margin-bottom: 1px !important
    }

    .cdo .md\:mb-5 {
        margin-bottom: 5px !important
    }

    .cdo .md\:mb-8 {
        margin-bottom: 8px !important
    }

    .cdo .md\:mb-10 {
        margin-bottom: 10px !important
    }

    .cdo .md\:mb-12 {
        margin-bottom: 12px !important
    }

    .cdo .md\:mb-15 {
        margin-bottom: 15px !important
    }

    .cdo .md\:mb-16 {
        margin-bottom: 16px !important
    }

    .cdo .md\:mb-20 {
        margin-bottom: 20px !important
    }

    .cdo .md\:mb-30 {
        margin-bottom: 30px !important
    }

    .cdo .md\:mb-40 {
        margin-bottom: 40px !important
    }

    .cdo .md\:mb-45 {
        margin-bottom: 45px !important
    }

    .cdo .md\:mb-60 {
        margin-bottom: 60px !important
    }

    .cdo .md\:mb-70 {
        margin-bottom: 70px !important
    }

    .cdo .md\:mb-80 {
        margin-bottom: 80px !important
    }

    .cdo .md\:mb-90 {
        margin-bottom: 90px !important
    }

    .cdo .md\:mb-100 {
        margin-bottom: 100px !important
    }

    .cdo .md\:ml-0 {
        margin-left: 0px !important
    }

    .cdo .md\:ml-1 {
        margin-left: 1px !important
    }

    .cdo .md\:ml-5 {
        margin-left: 5px !important
    }

    .cdo .md\:ml-8 {
        margin-left: 8px !important
    }

    .cdo .md\:ml-10 {
        margin-left: 10px !important
    }

    .cdo .md\:ml-12 {
        margin-left: 12px !important
    }

    .cdo .md\:ml-15 {
        margin-left: 15px !important
    }

    .cdo .md\:ml-16 {
        margin-left: 16px !important
    }

    .cdo .md\:ml-20 {
        margin-left: 20px !important
    }

    .cdo .md\:ml-30 {
        margin-left: 30px !important
    }

    .cdo .md\:ml-40 {
        margin-left: 40px !important
    }

    .cdo .md\:ml-45 {
        margin-left: 45px !important
    }

    .cdo .md\:ml-60 {
        margin-left: 60px !important
    }

    .cdo .md\:ml-70 {
        margin-left: 70px !important
    }

    .cdo .md\:ml-80 {
        margin-left: 80px !important
    }

    .cdo .md\:ml-90 {
        margin-left: 90px !important
    }

    .cdo .md\:ml-100 {
        margin-left: 100px !important
    }
}

@media screen and (max-width: 799px) {
    .cdo .desktop-only {
        display: none !important
    }

    .cdo .mobile-only {
        display: block !important;
    }

    .cdo .md\:display-none {
        display: none !important
    }

    .cdo .md\:display-block {
        display: block !important
    }

    .cdo .md\:display-inline-block {
        display: inline-block !important
    }

    .cdo .md\:display-flex {
        display: flex !important
    }
}

@media screen and (max-width: 549px) {
    .cdo .sm\:display-none {
        display: none !important
    }

    .cdo .sm\:display-block {
        display: block !important
    }

    .cdo .sm\:display-inline-block {
        display: inline-block !important
    }

    .cdo .sm\:display-flex {
        display: flex !important
    }

    .cdo .hide-mobile {
        display: none !important
    }

    .cdo .mobile-only {
        display: block !important
    }
}

@media screen and (max-width: 799px) {
    .cdo .md\:text-left {
        text-align: left !important
    }

    .cdo .md\:text-right {
        text-align: right !important
    }

    .cdo .md\:text-center {
        text-align: center !important
    }
}

@media screen and (max-width: 549px) {
    .cdo .sm\:text-left {
        text-align: left !important
    }

    .cdo .sm\:text-right {
        text-align: right !important
    }

    .cdo .sm\:text-center {
        text-align: center !important
    }
}

@media screen and (max-width: 799px) {
    .cdo .md\:w-0 {
        width: 0px !important
    }

    .cdo .md\:w-5 {
        width: 5px !important
    }

    .cdo .md\:w-8 {
        width: 8px !important
    }

    .cdo .md\:w-10 {
        width: 10px !important
    }

    .cdo .md\:w-12 {
        width: 12px !important
    }

    .cdo .md\:w-16 {
        width: 16px !important
    }

    .cdo .md\:w-20 {
        width: 20px !important
    }

    .cdo .md\:w-24 {
        width: 24px !important
    }

    .cdo .md\:w-28 {
        width: 28px !important
    }

    .cdo .md\:w-30 {
        width: 30px !important
    }

    .cdo .md\:w-32 {
        width: 32px !important
    }

    .cdo .md\:w-40 {
        width: 40px !important
    }

    .cdo .md\:w-45 {
        width: 45px !important
    }

    .cdo .md\:w-50 {
        width: 50px !important
    }

    .cdo .md\:w-60 {
        width: 60px !important
    }

    .cdo .md\:w-70 {
        width: 70px !important
    }

    .cdo .md\:w-80 {
        width: 80px !important
    }

    .cdo .md\:w-90 {
        width: 90px !important
    }

    .cdo .md\:w-100 {
        width: 100px !important
    }

    .cdo .md\:w-110 {
        width: 110px !important
    }

    .cdo .md\:w-120 {
        width: 120px !important
    }

    .cdo .md\:w-130 {
        width: 130px !important
    }

    .cdo .md\:w-140 {
        width: 140px !important
    }

    .cdo .md\:w-150 {
        width: 150px !important
    }

    .cdo .md\:w-160 {
        width: 150px !important
    }

    .cdo .md\:w-170 {
        width: 170px !important
    }

    .cdo .md\:w-180 {
        width: 180px !important
    }

    .cdo .md\:w-190 {
        width: 190px !important
    }

    .cdo .md\:w-200 {
        width: 200px !important
    }

    .cdo .md\:w-210 {
        width: 210px !important
    }

    .cdo .md\:w-220 {
        width: 220px !important
    }

    .cdo .md\:w-230 {
        width: 230px !important
    }

    .cdo .md\:w-240 {
        width: 240px !important
    }

    .cdo .md\:w-250 {
        width: 250px !important
    }

    .cdo .md\:w-260 {
        width: 260px !important
    }

    .cdo .md\:w-270 {
        width: 270px !important
    }

    .cdo .md\:w-280 {
        width: 280px !important
    }

    .cdo .md\:w-290 {
        width: 290px !important
    }

    .cdo .md\:w-300 {
        width: 300px !important
    }

    .cdo .md\:w-25p {
        width: 25% !important
    }

    .cdo .md\:w-50p {
        width: 50% !important
    }

    .cdo .md\:w-75p {
        width: 75% !important
    }

    .cdo .md\:w-100p {
        width: 100% !important
    }

    .cdo .md\:mw-0 {
        max-width: 0px !important
    }

    .cdo .md\:mw-5 {
        max-width: 5px !important
    }

    .cdo .md\:mw-8 {
        max-width: 8px !important
    }

    .cdo .md\:mw-10 {
        max-width: 10px !important
    }

    .cdo .md\:mw-12 {
        max-width: 12px !important
    }

    .cdo .md\:mw-16 {
        max-width: 16px !important
    }

    .cdo .md\:mw-20 {
        max-width: 20px !important
    }

    .cdo .md\:mw-24 {
        max-width: 24px !important
    }

    .cdo .md\:mw-28 {
        max-width: 28px !important
    }

    .cdo .md\:mw-30 {
        max-width: 30px !important
    }

    .cdo .md\:mw-32 {
        max-width: 32px !important
    }

    .cdo .md\:mw-40 {
        max-width: 40px !important
    }

    .cdo .md\:mw-45 {
        max-width: 45px !important
    }

    .cdo .md\:mw-50 {
        max-width: 50px !important
    }

    .cdo .md\:mw-60 {
        max-width: 60px !important
    }

    .cdo .md\:mw-70 {
        max-width: 70px !important
    }

    .cdo .md\:mw-80 {
        max-width: 80px !important
    }

    .cdo .md\:mw-90 {
        max-width: 90px !important
    }

    .cdo .md\:mw-100 {
        max-width: 100px !important
    }

    .cdo .md\:mw-110 {
        max-width: 110px !important
    }

    .cdo .md\:mw-120 {
        max-width: 120px !important
    }

    .cdo .md\:mw-130 {
        max-width: 130px !important
    }

    .cdo .md\:mw-140 {
        max-width: 140px !important
    }

    .cdo .md\:mw-150 {
        max-width: 150px !important
    }

    .cdo .md\:mw-160 {
        max-width: 150px !important
    }

    .cdo .md\:mw-170 {
        max-width: 170px !important
    }

    .cdo .md\:mw-180 {
        max-width: 180px !important
    }

    .cdo .md\:mw-190 {
        max-width: 190px !important
    }

    .cdo .md\:mw-200 {
        max-width: 200px !important
    }

    .cdo .md\:mw-210 {
        max-width: 210px !important
    }

    .cdo .md\:mw-220 {
        max-width: 220px !important
    }

    .cdo .md\:mw-230 {
        max-width: 230px !important
    }

    .cdo .md\:mw-240 {
        max-width: 240px !important
    }

    .cdo .md\:mw-250 {
        max-width: 250px !important
    }

    .cdo .md\:mw-260 {
        max-width: 260px !important
    }

    .cdo .md\:mw-270 {
        max-width: 270px !important
    }

    .cdo .md\:mw-280 {
        max-width: 280px !important
    }

    .cdo .md\:mw-290 {
        max-width: 290px !important
    }

    .cdo .md\:mw-300 {
        max-width: 300px !important
    }

    .cdo .md\:mw-25p {
        max-width: 25% !important
    }

    .cdo .md\:mw-50p {
        max-width: 50% !important
    }

    .cdo .md\:mw-75p {
        max-width: 75% !important
    }

    .cdo .md\:mw-100p {
        max-width: 100% !important
    }
}

@media screen and (max-width: 549px) {
    .cdo .sm\:w-0 {
        width: 0px !important
    }

    .cdo .sm\:w-5 {
        width: 5px !important
    }

    .cdo .sm\:w-8 {
        width: 8px !important
    }

    .cdo .sm\:w-10 {
        width: 10px !important
    }

    .cdo .sm\:w-12 {
        width: 12px !important
    }

    .cdo .sm\:w-16 {
        width: 16px !important
    }

    .cdo .sm\:w-20 {
        width: 20px !important
    }

    .cdo .sm\:w-24 {
        width: 24px !important
    }

    .cdo .sm\:w-28 {
        width: 28px !important
    }

    .cdo .sm\:w-30 {
        width: 30px !important
    }

    .cdo .sm\:w-32 {
        width: 32px !important
    }

    .cdo .sm\:w-40 {
        width: 40px !important
    }

    .cdo .sm\:w-45 {
        width: 45px !important
    }

    .cdo .sm\:w-50 {
        width: 50px !important
    }

    .cdo .sm\:w-60 {
        width: 60px !important
    }

    .cdo .sm\:w-70 {
        width: 70px !important
    }

    .cdo .sm\:w-80 {
        width: 80px !important
    }

    .cdo .sm\:w-90 {
        width: 90px !important
    }

    .cdo .sm\:w-100 {
        width: 100px !important
    }

    .cdo .sm\:w-110 {
        width: 110px !important
    }

    .cdo .sm\:w-120 {
        width: 120px !important
    }

    .cdo .sm\:w-130 {
        width: 130px !important
    }

    .cdo .sm\:w-140 {
        width: 140px !important
    }

    .cdo .sm\:w-150 {
        width: 150px !important
    }

    .cdo .sm\:w-160 {
        width: 150px !important
    }

    .cdo .sm\:w-170 {
        width: 170px !important
    }

    .cdo .sm\:w-180 {
        width: 180px !important
    }

    .cdo .sm\:w-190 {
        width: 190px !important
    }

    .cdo .sm\:w-200 {
        width: 200px !important
    }

    .cdo .sm\:w-210 {
        width: 210px !important
    }

    .cdo .sm\:w-220 {
        width: 220px !important
    }

    .cdo .sm\:w-230 {
        width: 230px !important
    }

    .cdo .sm\:w-240 {
        width: 240px !important
    }

    .cdo .sm\:w-250 {
        width: 250px !important
    }

    .cdo .sm\:w-260 {
        width: 260px !important
    }

    .cdo .sm\:w-270 {
        width: 270px !important
    }

    .cdo .sm\:w-280 {
        width: 280px !important
    }

    .cdo .sm\:w-290 {
        width: 290px !important
    }

    .cdo .sm\:w-300 {
        width: 300px !important
    }

    .cdo .sm\:w-25p {
        width: 25% !important
    }

    .cdo .sm\:w-50p {
        width: 50% !important
    }

    .cdo .sm\:w-75p {
        width: 75% !important
    }

    .cdo .sm\:w-100p {
        width: 100% !important
    }

    .cdo .sm\:mw-0 {
        max-width: 0px !important
    }

    .cdo .sm\:mw-5 {
        max-width: 5px !important
    }

    .cdo .sm\:mw-8 {
        max-width: 8px !important
    }

    .cdo .sm\:mw-10 {
        max-width: 10px !important
    }

    .cdo .sm\:mw-12 {
        max-width: 12px !important
    }

    .cdo .sm\:mw-16 {
        max-width: 16px !important
    }

    .cdo .sm\:mw-20 {
        max-width: 20px !important
    }

    .cdo .sm\:mw-24 {
        max-width: 24px !important
    }

    .cdo .sm\:mw-28 {
        max-width: 28px !important
    }

    .cdo .sm\:mw-30 {
        max-width: 30px !important
    }

    .cdo .sm\:mw-32 {
        max-width: 32px !important
    }

    .cdo .sm\:mw-40 {
        max-width: 40px !important
    }

    .cdo .sm\:mw-45 {
        max-width: 45px !important
    }

    .cdo .sm\:mw-50 {
        max-width: 50px !important
    }

    .cdo .sm\:mw-60 {
        max-width: 60px !important
    }

    .cdo .sm\:mw-70 {
        max-width: 70px !important
    }

    .cdo .sm\:mw-80 {
        max-width: 80px !important
    }

    .cdo .sm\:mw-90 {
        max-width: 90px !important
    }

    .cdo .sm\:mw-100 {
        max-width: 100px !important
    }

    .cdo .sm\:mw-110 {
        max-width: 110px !important
    }

    .cdo .sm\:mw-120 {
        max-width: 120px !important
    }

    .cdo .sm\:mw-130 {
        max-width: 130px !important
    }

    .cdo .sm\:mw-140 {
        max-width: 140px !important
    }

    .cdo .sm\:mw-150 {
        max-width: 150px !important
    }

    .cdo .sm\:mw-160 {
        max-width: 150px !important
    }

    .cdo .sm\:mw-170 {
        max-width: 170px !important
    }

    .cdo .sm\:mw-180 {
        max-width: 180px !important
    }

    .cdo .sm\:mw-190 {
        max-width: 190px !important
    }

    .cdo .sm\:mw-200 {
        max-width: 200px !important
    }

    .cdo .sm\:mw-210 {
        max-width: 210px !important
    }

    .cdo .sm\:mw-220 {
        max-width: 220px !important
    }

    .cdo .sm\:mw-230 {
        max-width: 230px !important
    }

    .cdo .sm\:mw-240 {
        max-width: 240px !important
    }

    .cdo .sm\:mw-250 {
        max-width: 250px !important
    }

    .cdo .sm\:mw-260 {
        max-width: 260px !important
    }

    .cdo .sm\:mw-270 {
        max-width: 270px !important
    }

    .cdo .sm\:mw-280 {
        max-width: 280px !important
    }

    .cdo .sm\:mw-290 {
        max-width: 290px !important
    }

    .cdo .sm\:mw-300 {
        max-width: 300px !important
    }

    .cdo .sm\:mw-25p {
        max-width: 25% !important
    }

    .cdo .sm\:mw-50p {
        max-width: 50% !important
    }

    .cdo .sm\:mw-75p {
        max-width: 75% !important
    }

    .cdo .sm\:mw-100p {
        max-width: 100% !important
    }
}

@media (min-width: 800px) {
    .modal-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

    .modal {
        border-radius: 2px;
        display: inline-block;
        width: calc(100% - 8px);
        vertical-align: middle;
        margin-bottom: 16px;
        min-height: auto;
        max-width: 700px
    }
}

@media (max-width: 799px) {
    .cdo .modal-container {
        padding: 0;
        align-items: stretch;
        min-width: 0px
    }

    .cdo .modal-container:before {
        display: none
    }

    .cdo .modal {
        max-width: 100%;
        min-height: 100%;
        margin-bottom: 0
    }
}

@media screen and (max-width: 799px) {
    .cdo .tabs.tabs-unbound .tabs-list-wrap:not(.has-overflow) {
        margin: 0 -16px
    }
}

@media screen and (max-width: 799px) {
    .cdo .table {
        table-layout: auto
    }

    .cdo .table-th {
        padding: 12px 12px
    }

    .cdo .table-th:first-child {
        padding-left: 24px
    }

    .cdo .table-th:last-child {
        padding-right: 24px
    }

    .cdo .table-td {
        padding-top: 28px;
        padding-bottom: 28px;
        padding-right: 12px;
        padding-left: 12px
    }

    .cdo .table-td:first-child {
        padding-left: 24px
    }

    .cdo .table-td:last-child {
        padding-right: 24px
    }
}

@media screen and (max-width: 549px) {
    .cdo .compare-table-wrap .table-wrap {
        margin-left: 40%
    }

    .cdo .table-wrap {
        overflow-x: scroll
    }

    .cdo .table-th {
        white-space: pre
    }

    .cdo .sticky-col {
        position: absolute;
        left: 0;
        z-index: 9;
        width: 100% !important;
        max-width: 40%
    }

    .cdo .sticky-col:not(.table-th) {
        box-shadow: 2px 0px 0px rgba(0, 0, 0, 0.2)
    }
}

@media screen and (max-width: 475px) {
    .cdo .compare-table-wrap .table-wrap {
        margin-left: 50%
    }

    .cdo .sticky-col {
        max-width: 50%
    }
}

@media (max-width: 700px) {
    .cdo .alert-item {
        padding: 12px 0px 16px;
        flex-direction: column
    }

    .cdo .alert-item-link-wrap {
        padding-top: 16px;
        margin-top: 13px;
        text-align: center;
        border-top: 1px solid #D9D9D8;
    }

    .cdo .alert-item-cta {
        margin-left: 0px
    }
}

@media screen and (max-width: 767px) {
    .cdo .fifty-fifty-wrapping-image {
        padding-top: calc(100% / (16 / 9));
    }

    .cdo .fifty-fifty-wrapping-image,
    .cdo .fifty-fifty-wrapping-text-custom {
        width: 100%;
    }

    .cdo .custom-fifty-fifty-video .fifty-fifty-wrapping-image,
    .cdo .custom-fifty-fifty-video .fifty-fifty-wrapping-text {
        width: 100%;
    }

    .cdo .custom-fifty-fifty-video {
        flex-direction: column;
    }

    .cdo .custom-fifty-fifty-video .fifty-fifty-wrapping-text {
        padding-left: 0px;
        padding-right: 0px;
    }

    .cdo .card-pack.three-pack {
        flex-direction: column;
        margin-bottom: 0px;
        display: block;
    }

    .cdo .card-pack.three-pack .card {
        width: 100%;
        margin-bottom: 24px;
    }

    .cdo .card-pack.three-pack .card:nth-child(3n) {
        margin-bottom: 0px;
    }

    .cdo .fifty-fifty-wrapping-text {
        width: 100%;
    }

    .cdo .product-card-header {
        margin-top: 0px;
    }

    .cdo .card-pack.three-pack .card.step-card {
        padding-top: 24px;
    }

    .cdo .card-img-wrap {
        height: 146px;
        padding-top: 56.5%;
    }

    .cdo .card-pack.article-cards .card {
        overflow: hidden;
        padding-top: 0%;
    }

    .cdo .card-pack.three-pack.info-cards .card {
        padding-top: 24px !important;
    }

    .cdo .card-pack.three-pack .card-naked {
        /* padding-top: 0px !important; */
    }

    .cdo .card-pack.three-pack .card-naked:last-child {
        padding-bottom: 0px
    }
}


@media screen and (max-width: 549px) {
    .cdo .fifty-fifty.full-image {
        flex-direction: column;
    }
}